Searched refs:Imm24 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic30.h | 199 #define Imm24 0x0100 macro 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 },
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic30-dis.c | 154 if (current_optab->operand_types[0] & Imm24) in get_tic30_instruction() 609 if (insn->tm->operand_types[0] & Imm24) in print_branch()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic30.c | 639 current_op->op_type = Disp | Abs24 | Imm16 | Imm24; in tic30_operand() 1968 else if (insn.tm->operand_types[0] & (Imm24)) in md_assemble()
|