Searched refs:Imm_UInt (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic30.h | 242 #define Imm_UInt 3 macro 255 { "and" ,2,0x02800000,AddressMode, { GAddr2, AllReg, 0 }, Imm_UInt }, 257 { "andn" ,2,0x03000000,AddressMode, { GAddr2, AllReg, 0 }, Imm_UInt }, 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 }, 320 { "callu" ,1,0x70000000,PCRel, { AllReg|Disp, 0, 0 }, Imm_UInt }, 321 { "calllo" ,1,0x70010000,PCRel, { AllReg|Disp, 0, 0 }, Imm_UInt }, 322 { "callls" ,1,0x70020000,PCRel, { AllReg|Disp, 0, 0 }, Imm_UInt }, 323 { "callhi" ,1,0x70030000,PCRel, { AllReg|Disp, 0, 0 }, Imm_UInt }, [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic30-dis.c | 396 case Imm_UInt: in print_two_operand()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic30.c | 1789 case Imm_UInt: in md_assemble()
|