HomeSort by: relevance | last modified time | path
    Searched refs:IA64_TYPE_I (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
ia64.h 38 IA64_TYPE_I, /* non-alu integer (I-unit) */
  /src/external/gpl3/binutils.old/dist/include/opcode/
ia64.h 38 IA64_TYPE_I, /* non-alu integer (I-unit) */
  /src/external/gpl3/gdb/dist/include/opcode/
ia64.h 38 IA64_TYPE_I, /* non-alu integer (I-unit) */
  /src/external/gpl3/gdb.old/dist/include/opcode/
ia64.h 38 IA64_TYPE_I, /* non-alu integer (I-unit) */
  /src/external/gpl3/binutils/dist/opcodes/
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
ia64-dis.c 51 type = IA64_TYPE_I; break;
  /src/external/gpl3/binutils.old/dist/opcodes/
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
ia64-dis.c 51 type = IA64_TYPE_I; break;
  /src/external/gpl3/gdb/dist/opcodes/
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
ia64-dis.c 51 type = IA64_TYPE_I; break;
  /src/external/gpl3/gdb.old/dist/opcodes/
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
ia64-dis.c 51 type = IA64_TYPE_I; break;
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 6815 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break;
7184 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break;
7212 || match (templ, IA64_TYPE_I, slot))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 6815 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break;
7184 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break;
7212 || match (templ, IA64_TYPE_I, slot))

Completed in 46 milliseconds