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

  /src/external/gpl3/binutils/dist/include/opcode/
tic30.h 199 #define Imm24 0x0100
317 { "br" ,1,0x60000000,0, { Imm24, 0, 0 }, Imm_UInt },
318 { "brd" ,1,0x61000000,0, { Imm24, 0, 0 }, Imm_UInt },
319 { "call" ,1,0x62000000,0, { Imm24, 0, 0 }, Imm_UInt },
554 { "rptb" ,1,0x64000000,0, { Imm24, 0, 0 }, Imm_UInt },
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic30.h 199 #define Imm24 0x0100
317 { "br" ,1,0x60000000,0, { Imm24, 0, 0 }, Imm_UInt },
318 { "brd" ,1,0x61000000,0, { Imm24, 0, 0 }, Imm_UInt },
319 { "call" ,1,0x62000000,0, { Imm24, 0, 0 }, Imm_UInt },
554 { "rptb" ,1,0x64000000,0, { Imm24, 0, 0 }, Imm_UInt },
  /src/external/gpl3/gdb/dist/include/opcode/
tic30.h 199 #define Imm24 0x0100
317 { "br" ,1,0x60000000,0, { Imm24, 0, 0 }, Imm_UInt },
318 { "brd" ,1,0x61000000,0, { Imm24, 0, 0 }, Imm_UInt },
319 { "call" ,1,0x62000000,0, { Imm24, 0, 0 }, Imm_UInt },
554 { "rptb" ,1,0x64000000,0, { Imm24, 0, 0 }, Imm_UInt },
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic30.h 199 #define Imm24 0x0100
317 { "br" ,1,0x60000000,0, { Imm24, 0, 0 }, Imm_UInt },
318 { "brd" ,1,0x61000000,0, { Imm24, 0, 0 }, Imm_UInt },
319 { "call" ,1,0x62000000,0, { Imm24, 0, 0 }, Imm_UInt },
554 { "rptb" ,1,0x64000000,0, { Imm24, 0, 0 }, Imm_UInt },
  /src/external/gpl3/binutils/dist/opcodes/
tic30-dis.c 154 if (current_optab->operand_types[0] & Imm24)
621 if (insn->tm->operand_types[0] & Imm24)
  /src/external/gpl3/binutils.old/dist/opcodes/
tic30-dis.c 154 if (current_optab->operand_types[0] & Imm24)
621 if (insn->tm->operand_types[0] & Imm24)
  /src/external/gpl3/gdb/dist/opcodes/
tic30-dis.c 154 if (current_optab->operand_types[0] & Imm24)
621 if (insn->tm->operand_types[0] & Imm24)
  /src/external/gpl3/gdb.old/dist/opcodes/
tic30-dis.c 154 if (current_optab->operand_types[0] & Imm24)
621 if (insn->tm->operand_types[0] & Imm24)
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 617 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
1945 else if (insn.tm->operand_types[0] & (Imm24))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 617 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
1945 else if (insn.tm->operand_types[0] & (Imm24))

Completed in 30 milliseconds