Searched refs:asm_bundle (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/ia64/disasm/ |
H A D | disasm.h | 302 struct asm_bundle { struct 319 int asm_extract(enum asm_op, enum asm_fmt, uint64_t, struct asm_bundle *, int); argument 322 int asm_decode(uint64_t, struct asm_bundle *); 327 void asm_print_bundle(const struct asm_bundle *, uint64_t); 328 void asm_print_inst(const struct asm_bundle *, int, uint64_t);
|
H A D | disasm_format.c | 304 asm_print_bundle(const struct asm_bundle *b, uint64_t ip) in asm_print_bundle() 312 asm_print_inst(const struct asm_bundle *b, int slot, uint64_t ip) in asm_print_inst()
|
H A D | disasm_decode.c | 52 asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot) in asm_decodeA() 536 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeB() 652 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeF() 903 asm_decodeI(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeI() 1315 asm_decodeM(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeM() 2474 asm_decodeX(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeX() 2522 asm_decode(uint64_t ip, struct asm_bundle *b) in asm_decode()
|
H A D | disasm_extract.c | 1902 struct asm_bundle *b, int slot) in asm_extract()
|
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | trap.c | 294 struct asm_bundle bundle; in trap_decode_break()
|
H A D | db_interface.c | 439 struct asm_bundle bundle; in db_disasm()
|