Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c935 int beDasm(const struct inst *, OFS, union insn);
1031 { BE, 0, "be", beDasm },
1032 { BLE, 0, "ble", beDasm },
1692 beDasm(const struct inst *i, OFS ofs, union insn w) in beDasm() function