Home
last modified time | relevance | path

Searched refs:Imm24 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dtic30.h199 #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/
Dtic30-dis.c154 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/
Dtc-tic30.c639 current_op->op_type = Disp | Abs24 | Imm16 | Imm24; in tic30_operand()
1968 else if (insn.tm->operand_types[0] & (Imm24)) in md_assemble()