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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h289 // (imm32, carry_out) = ARMExpandImm_C(imm12, carry_in)
292 uint32_t imm32; // the expanded result local
297 imm32 = imm;
302 imm32 = ror(imm, 32, amt);
303 carry_out = Bit32(imm32, 31);
305 return imm32;
310 // 'carry_in' argument to following function call does not affect the imm32 result.
316 // (imm32, carry_out) = ThumbExpandImm_C(imm12, carry_in)
319 uint32_t imm32; // the expaned result local
330 imm32
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp626 (result, carry, overflow) = AddWithCarry(SP, imm32, '0');
647 uint32_t imm32; local
651 imm32 = Bits32(opcode, 7, 0) << 2; // imm32 = ZeroExtend(imm8:'00', 32)
655 imm32 = ARMExpandImm(opcode); // imm32 = ARMExpandImm(imm12)
660 addr_t sp_offset = imm32;
836 result = imm32;
852 uint32_t imm32; // the immediate value to be written to Rd local
861 imm32
1092 uint32_t imm32; // the output after ThumbExpandImm_C or ARMExpandImm_C local
1247 uint32_t imm32; // immediate offset from the PC local
1483 int32_t imm32; // PC-relative offset local
1851 uint32_t imm32; local
2044 uint32_t imm32; // stack offset local
2140 uint32_t imm32; // stack offset local
2294 int32_t imm32; // PC-relative offset local
2377 uint32_t imm32; // PC-relative offset to branch forward local
2496 uint32_t imm32; local
2611 uint32_t imm32; // the immediate value to be added to the value obtained from Rn local
2754 uint32_t imm32; // the immediate value to be compared with local
2874 uint32_t imm32; // the immediate value to be compared with local
3907 uint32_t imm32; // the immediate offset used to form the address local
4616 uint32_t imm32; local
4962 uint32_t imm32; local
5284 uint32_t imm32; // the immediate value to be added to the value obtained from Rn local
5435 uint32_t imm32; // the immediate value to be added/subtracted to/from the PC local
5505 uint32_t imm32; // the immediate value to be ANDed to the value obtained from Rn local
5670 uint32_t imm32; // the immediate value to be bitwise inverted and ANDed to the value obtained from Rn local
5832 uint32_t imm32; local
6175 uint32_t imm32; local
6309 uint32_t imm32; local
6553 uint32_t imm32; local
6699 uint32_t imm32; local
6980 uint32_t imm32; local
7127 uint32_t imm32; local
7381 uint32_t imm32; local
7539 uint32_t imm32; local
8304 uint32_t imm32; // the immediate value to be ORed to the value obtained from Rn local
8471 uint32_t imm32; // the immediate value to be ORed to the value obtained from Rn local
8635 uint32_t imm32; // the immediate value to be added to the value obtained from Rn local
8787 uint32_t imm32; // the immediate value to be added to the value obtained from Rn local
8916 uint32_t imm32; // the immediate value to be added to the value obtained from Rn local
9065 uint32_t imm32; // the immediate value to be subtracted from the value obtained from Rn local
9159 uint32_t imm32; // the immediate value to be subtracted from the value obtained from Rn local
9220 uint32_t imm32; // the immediate value to be ANDed to the value obtained from Rn local
9345 uint32_t imm32; // the immediate value to be ANDed to the value obtained from Rn local
9800 uint32_t imm32; local
9904 uint32_t imm32; local
10000 uint32_t imm32; local
10114 uint32_t imm32; local
10386 uint32_t imm32; local
10676 uint32_t imm32; local
10868 uint32_t imm32; local
11060 uint32_t imm32; local
11189 uint32_t imm32; local
12132 uint32_t imm32; local
[all...]
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dcr16.h122 imm3, imm4, imm5, imm6, imm16, imm20, imm32, enumerator in enum:__anon590
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dcr16-opc.c112 /* opc12 imm32 rp */ \
122 ARITH_INST32 ("movd", 0x007, imm32),
125 ARITH_INST32 ("addd", 0x002, imm32),
126 ARITH_INST32 ("subd", 0x003, imm32),
129 ARITH_INST32 ("cmpd", 0x009, imm32),
559 {32, arg_ic, OP_SIGNED}, /* imm32 */
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1498 uint32_t imm32; local
1526 if (consumeUInt32(insn, &imm32))
1528 insn->immediates[insn->numImmediatesConsumed] = imm32;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
H A Dfasttrap_isa.c665 uint32_t imm32 = tp->ftt_instr << 10; local
666 fasttrap_putreg(rp, RD(tp->ftt_instr), (ulong_t)imm32);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2169 // and build the imm32 with one trailing zero as documented:
2170 // imm32 = SignExtend(S:I1:I2:imm10:imm11:'0', 32);
2179 int imm32 = SignExtend32<25>(tmp << 1); local
2180 if (!tryAddingSymbolicOperand(Address, Address + imm32 + 4,
2182 Inst.addOperand(MCOperand::CreateImm(imm32));
3800 // and build the imm32 with two trailing zeros as documented:
3801 // imm32 = SignExtend(S:I1:I2:imm10H:imm10L:'00', 32);
3808 int imm32 = SignExtend32<25>(tmp << 1); local
3811 (Address & ~2u) + imm32 + 4,
3813 Inst.addOperand(MCOperand::CreateImm(imm32));
3945 int imm32 = SignExtend32<25>(tmp << 1); local
[all...]

Completed in 203 milliseconds