Home
last modified time | relevance | path

Searched refs:floatDasm (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/arch/hppa/hppa/
H A Ddb_disasm.c925 int floatDasm(const struct inst *, OFS, union insn);
1137 { FLOAT0, 0, "f", floatDasm },
1138 { FLOAT1, 0, "fcnv", floatDasm },
1139 { FLOAT2, 0, "f", floatDasm },
1140 { FLOAT3, 0, "f", floatDasm },
1875 floatDasm(const struct inst *i, OFS ofs, union insn w) in floatDasm() function