Searched refs:IA64_TYPE_I (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ia64-opc-i.c | 24 #define I0 IA64_TYPE_I, 0 25 #define I IA64_TYPE_I, 1 26 #define I2 IA64_TYPE_I, 2
|
H A D | ia64-dis.c | 51 type = IA64_TYPE_I; break; in unit_to_type()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ia64-opc-i.c | 24 #define I0 IA64_TYPE_I, 0 25 #define I IA64_TYPE_I, 1 26 #define I2 IA64_TYPE_I, 2
|
H A D | ia64-dis.c | 51 type = IA64_TYPE_I; break; in unit_to_type()
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | ia64.h | 38 IA64_TYPE_I, /* non-alu integer (I-unit) */ enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | ia64.h | 38 IA64_TYPE_I, /* non-alu integer (I-unit) */ enumerator
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-ia64.c | 6818 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break; in emit_one_bundle() 7187 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break; in match() 7215 || match (templ, IA64_TYPE_I, slot)) in extra_goodness()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-ia64.c | 6825 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break; in emit_one_bundle() 7194 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break; in match() 7222 || match (templ, IA64_TYPE_I, slot)) in extra_goodness()
|