Searched refs:asm_bundle (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/ia64/ia64/
H A Demulate.c42 struct asm_bundle bundle;
H A Dunaligned.c259 struct asm_bundle bundle;
H A Ddb_machdep.c360 struct asm_bundle bundle;
H A Dtrap.c289 struct asm_bundle bundle;
/freebsd-9.3-release/sys/ia64/disasm/
H A Ddisasm.h300 struct asm_bundle { struct
317 int asm_extract(enum asm_op, enum asm_fmt, uint64_t, struct asm_bundle *, int);
320 int asm_decode(uint64_t, struct asm_bundle *);
325 void asm_print_bundle(const struct asm_bundle *, uint64_t);
326 void asm_print_inst(const struct asm_bundle *, int, uint64_t);
H A Ddisasm_format.c285 asm_print_bundle(const struct asm_bundle *b, uint64_t ip)
293 asm_print_inst(const struct asm_bundle *b, int slot, uint64_t ip)
H A Ddisasm_decode.c50 asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot)
534 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot)
650 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot)
901 asm_decodeI(uint64_t ip, struct asm_bundle *b, int slot)
1313 asm_decodeM(uint64_t ip, struct asm_bundle *b, int slot)
2472 asm_decodeX(uint64_t ip, struct asm_bundle *b, int slot)
2520 asm_decode(uint64_t ip, struct asm_bundle *b)
H A Ddisasm_extract.c1902 struct asm_bundle *b, int slot)

Completed in 56 milliseconds