Searched refs:asm_op (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/ia64/disasm/
H A Ddisasm.h236 enum asm_op { enum
295 enum asm_op i_op;
317 int asm_extract(enum asm_op, enum asm_fmt, uint64_t, struct asm_bundle *, int);
323 void asm_mnemonic(const enum asm_op, char *);
H A Ddisasm_format.c37 * Mnemonics (keep in sync with enum asm_op).
116 asm_mnemonic(enum asm_op op, char *buf)
H A Ddisasm_decode.c53 enum asm_op op;
538 enum asm_op op;
654 enum asm_op op;
905 enum asm_op op;
1317 enum asm_op op;
2476 enum asm_op op;
H A Ddisasm_extract.c186 asm_normalize(struct asm_inst *i, enum asm_op op)
1901 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits,

Completed in 75 milliseconds