Searched refs:Imm24 (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/lld/MachO/Arch/
H A DARM.cpp102 using Imm24 = Bitfield::Element<int32_t, 0, 24>;
129 Bitfield::set<Imm24>(base, offset >> 2);
133 Bitfield::set<Imm24>(base, offset >> 2);
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A 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 },
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A 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 },
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic30-dis.c198 if (current_optab->operand_types[0] & Imm24)
503 if (insn->tm->operand_types[0] & Imm24)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic30-dis.c152 if (current_optab->operand_types[0] & Imm24)
607 if (insn->tm->operand_types[0] & Imm24)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c740 else if (insn.tm->operand_types[0] & (Imm24))
1392 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c636 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
1965 else if (insn.tm->operand_types[0] & (Imm24))

Completed in 115 milliseconds