asm_bundle
int asm_extract(enum asm_op, enum asm_fmt, uint64_t, struct asm_bundle *, int);
int asm_decode(uint64_t, struct asm_bundle *);
void asm_print_bundle(const struct asm_bundle *, uint64_t);
void asm_print_inst(const struct asm_bundle *, int, uint64_t);
asm_decodeM(uint64_t ip, struct asm_bundle *b, int slot)
asm_decodeX(uint64_t ip, struct asm_bundle *b, int slot)
asm_decode(uint64_t ip, struct asm_bundle *b)
asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot)
asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot)
asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot)
asm_decodeI(uint64_t ip, struct asm_bundle *b, int slot)
struct asm_bundle *b, int slot)
asm_print_bundle(const struct asm_bundle *b, uint64_t ip)
asm_print_inst(const struct asm_bundle *b, int slot, uint64_t ip)
struct asm_bundle bundle;
struct asm_bundle bundle;