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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/disasm/
H A Ddisasm.h235 enum asm_op { enum
292 enum asm_op i_op;
314 int asm_extract(enum asm_op, enum asm_fmt, uint64_t, struct asm_bundle *, int);
320 void asm_mnemonic(const enum asm_op, char *);
H A Ddisasm_format.c43 * Mnemonics (keep in sync with enum asm_op).
120 asm_mnemonic(enum asm_op op, char *buf)
H A Ddisasm_decode.c55 enum asm_op op;
540 enum asm_op op;
647 enum asm_op op;
895 enum asm_op op;
1271 enum asm_op op;
2427 enum asm_op op;
H A Ddisasm_extract.c186 asm_normalize(struct asm_inst *i, enum asm_op op)
1833 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Drecog.c1436 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body));
1439 if (asm_op == NULL)
1477 != ASM_OPERANDS_INPUT_VEC (asm_op))
1492 return (ASM_OPERANDS_INPUT_LENGTH (asm_op)
1493 + ASM_OPERANDS_LABEL_LENGTH (asm_op) + n_sets);
1430 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); local

Completed in 148 milliseconds