Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c915 int floatDasm(const struct inst *i, OFS, int);
1126 { FLOAT0, 0, "f", floatDasm },
1127 { FLOAT1, 0, "fcnv", floatDasm },
1128 { FLOAT2, 0, "f", floatDasm },
1129 { FLOAT3, 0, "f", floatDasm },
1943 floatDasm(i, ofs, w) in floatDasm() function