Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/ia64/
H A Dtrap.c298 if (!asm_decode(tf->tf_special.iip, &bundle)) in trap_decode_break()
H A Ddb_interface.c447 if (asm_decode((uintptr_t)buf, &bundle)) { in db_disasm()
/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm.h322 int asm_decode(uint64_t, struct asm_bundle *);
H A Ddisasm_decode.c2522 asm_decode(uint64_t ip, struct asm_bundle *b) in asm_decode() function