Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm.h302 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 Ddisasm_format.c304 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 Ddisasm_decode.c52 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 Ddisasm_extract.c1902 struct asm_bundle *b, int slot) in asm_extract()
/netbsd-src/sys/arch/ia64/ia64/
H A Dtrap.c294 struct asm_bundle bundle; in trap_decode_break()
H A Ddb_interface.c439 struct asm_bundle bundle; in db_disasm()