/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
operand_index_reprs.txt | 0 imm32
|
/external/lldb/source/Plugins/Process/Utility/ |
ARMUtils.h | 289 // (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 = abcdefgh [all...] |
/external/lldb/source/Plugins/Instruction/ARM/ |
EmulateInstructionARM.cpp | 598 (result, carry, overflow) = AddWithCarry(SP, imm32, '0'); 619 uint32_t imm32; local 623 imm32 = Bits32(opcode, 7, 0) << 2; // imm32 = ZeroExtend(imm8:'00', 32) 627 imm32 = ARMExpandImm(opcode); // imm32 = ARMExpandImm(imm12) 632 addr_t sp_offset = imm32; 808 result = imm32; 824 uint32_t imm32; // the immediate value to be written to Rd local 833 imm32 = Bits32(opcode, 7, 0); // imm32 = ZeroExtend(imm8, 32 1064 uint32_t imm32; \/\/ the output after ThumbExpandImm_C or ARMExpandImm_C local 1219 uint32_t imm32; \/\/ immediate offset from the PC local 1455 int32_t imm32; \/\/ PC-relative offset local 1823 uint32_t imm32; local 2016 uint32_t imm32; \/\/ stack offset local 2112 uint32_t imm32; \/\/ stack offset local 2266 int32_t imm32; \/\/ PC-relative offset local 2349 uint32_t imm32; \/\/ PC-relative offset to branch forward local 2468 uint32_t imm32; local 2583 uint32_t imm32; \/\/ the immediate value to be added to the value obtained from Rn local 2726 uint32_t imm32; \/\/ the immediate value to be compared with local 2846 uint32_t imm32; \/\/ the immediate value to be compared with local 3879 uint32_t imm32; \/\/ the immediate offset used to form the address local 4588 uint32_t imm32; local 4934 uint32_t imm32; local 5256 uint32_t imm32; \/\/ the immediate value to be added to the value obtained from Rn local 5407 uint32_t imm32; \/\/ the immediate value to be added\/subtracted to\/from the PC local 5477 uint32_t imm32; \/\/ the immediate value to be ANDed to the value obtained from Rn local 5642 uint32_t imm32; \/\/ the immediate value to be bitwise inverted and ANDed to the value obtained from Rn local 5804 uint32_t imm32; local 6147 uint32_t imm32; local 6281 uint32_t imm32; local 6525 uint32_t imm32; local 6671 uint32_t imm32; local 6952 uint32_t imm32; local 7099 uint32_t imm32; local 7353 uint32_t imm32; local 7511 uint32_t imm32; local 8276 uint32_t imm32; \/\/ the immediate value to be ORed to the value obtained from Rn local 8443 uint32_t imm32; \/\/ the immediate value to be ORed to the value obtained from Rn local 8607 uint32_t imm32; \/\/ the immediate value to be added to the value obtained from Rn local 8759 uint32_t imm32; \/\/ the immediate value to be added to the value obtained from Rn local 8888 uint32_t imm32; \/\/ the immediate value to be added to the value obtained from Rn local 9037 uint32_t imm32; \/\/ the immediate value to be subtracted from the value obtained from Rn local 9131 uint32_t imm32; \/\/ the immediate value to be subtracted from the value obtained from Rn local 9192 uint32_t imm32; \/\/ the immediate value to be ANDed to the value obtained from Rn local 9317 uint32_t imm32; \/\/ the immediate value to be ANDed to the value obtained from Rn local 9772 uint32_t imm32; local 9876 uint32_t imm32; local 9972 uint32_t imm32; local 10086 uint32_t imm32; local 10358 uint32_t imm32; local 10648 uint32_t imm32; local 10840 uint32_t imm32; local 11032 uint32_t imm32; local 11161 uint32_t imm32; local 12104 uint32_t imm32; local [all...] |
/external/google-breakpad/src/processor/testdata/ |
minidump2.stackwalk.machine_readable.out | 6 Module|imm32.dll|5.1.2600.2180|imm32.pdb|2C17A49C251B4C8EB9E2AD13D7D9EA162|0x76390000|0x763acfff|0
|
minidump2.stackwalk.out | 30 0x76390000 - 0x763acfff imm32.dll 5.1.2600.2180
|
/external/valgrind/none/tests/amd64/ |
insn_basic.def | 29 ###adcl eflags[0x1,0x0] : imm32[12345678] eax.ud[87654321] => 1.ud[99999999] 30 ###adcl eflags[0x1,0x1] : imm32[12345678] eax.ud[87654321] => 1.ud[100000000] 31 adcl eflags[0x1,0x0] : imm32[12345678] ebx.ud[87654321] => 1.ud[99999999] 32 adcl eflags[0x1,0x1] : imm32[12345678] ebx.ud[87654321] => 1.ud[100000000] 33 adcl eflags[0x1,0x0] : imm32[12345678] m32.ud[87654321] => 1.ud[99999999] 34 adcl eflags[0x1,0x1] : imm32[12345678] m32.ud[87654321] => 1.ud[100000000] 43 ###adcq eflags[0x1,0x0] : imm32[12345678] rax.uq[8765432187654321] => 1.uq[8765432199999999] 44 ###adcq eflags[0x1,0x1] : imm32[12345678] rax.uq[8765432187654321] => 1.uq[8765432200000000] 45 adcq eflags[0x1,0x0] : imm32[12345678] rbx.uq[8765432187654321] => 1.uq[8765432199999999] 46 adcq eflags[0x1,0x1] : imm32[12345678] rbx.uq[8765432187654321] => 1.uq[8765432200000000 [all...] |
/art/disassembler/ |
disassembler_arm.h | 41 void DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32);
|
disassembler_arm.cc | 98 void DisassemblerArm::DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32) { 99 os << StringPrintf("%+d (", imm32) << FormatInstructionPointer(instr_ptr + imm32) << ")"; 352 int32_t imm32 = (imm26 << 6) >> 6; // Sign extend. local 353 DumpBranchTarget(args, instr_ptr + 8, imm32); 421 void DumpThumb2Literal(std::ostream& args, const uint8_t* instr_ptr, uint32_t U, uint32_t imm32, 423 // Literal offsets (imm32) are not required to be aligned so we may need unaligned access. 432 uintptr_t lit_adr = U ? pc + imm32 : pc - imm32; 1068 int32_t imm32 = (i << 11) | (imm3 << 8) | imm8; local 1205 int32_t imm32 = (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1); local 1248 int32_t imm32; local 1285 int32_t imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1); local 1779 uint32_t imm32 = (i << 6) | (imm5 << 1); local 1884 int32_t imm32 = imm11 << 1; local [all...] |
disassembler_x86.cc | 326 0x04 /* Rax8/imm8 opcode */, 0x05 /* Rax32/imm32 */) 330 0x0C /* Rax8/imm8 opcode */, 0x0D /* Rax32/imm32 */) 334 0x14 /* Rax8/imm8 opcode */, 0x15 /* Rax32/imm32 */) 338 0x1C /* Rax8/imm8 opcode */, 0x1D /* Rax32/imm32 */) 342 0x24 /* Rax8/imm8 opcode */, 0x25 /* Rax32/imm32 */) 346 0x2C /* Rax8/imm8 opcode */, 0x2D /* Rax32/imm32 */) 350 0x34 /* Rax8/imm8 opcode */, 0x35 /* Rax32/imm32 */) 354 0x3C /* Rax8/imm8 opcode */, 0x3D /* Rax32/imm32 */) [all...] |
/external/valgrind/none/tests/x86/ |
insn_basic.def | 49 adcl eflags[0x1,0x0] : imm32[12345678] eax.ud[87654321] => 1.ud[99999999] 50 adcl eflags[0x1,0x1] : imm32[12345678] eax.ud[87654321] => 1.ud[100000000] 51 adcl eflags[0x1,0x0] : imm32[12345678] ebx.ud[87654321] => 1.ud[99999999] 52 adcl eflags[0x1,0x1] : imm32[12345678] ebx.ud[87654321] => 1.ud[100000000] 53 adcl eflags[0x1,0x0] : imm32[12345678] m32.ud[87654321] => 1.ud[99999999] 54 adcl eflags[0x1,0x1] : imm32[12345678] m32.ud[87654321] => 1.ud[100000000] 75 addl imm32[12345678] eax.ud[87654321] => 1.ud[99999999] 76 addl imm32[12345678] ebx.ud[87654321] => 1.ud[99999999] 77 addl imm32[12345678] m32.ud[87654321] => 1.ud[99999999] 95 andl imm32[0x86427531] eax.ud[0x12345678] => 1.ud[0x02005430 [all...] |
smc1.c | 53 code[0] = 0x68; /* PUSH imm32 */
|
/external/v8/src/x87/ |
assembler-x87.cc | 346 void Assembler::push_imm32(int32_t imm32) { 349 emit(imm32); 444 void Assembler::mov(Register dst, int32_t imm32) { 447 emit(imm32); 578 void Assembler::adc(Register dst, int32_t imm32) { 580 emit_arith(2, Operand(dst), Immediate(imm32)); 612 void Assembler::and_(Register dst, int32_t imm32) { 613 and_(dst, Immediate(imm32)); 681 void Assembler::cmp(Register reg, int32_t imm32) { 683 emit_arith(7, Operand(reg), Immediate(imm32)); 1250 int imm32 = pos - (fixup_pos + sizeof(int32_t)); local [all...] |
assembler-x87.h | 528 static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32. 532 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32. 592 void push_imm32(int32_t imm32); 613 void mov(Register dst, int32_t imm32); 647 void adc(Register dst, int32_t imm32); 656 void and_(Register dst, int32_t imm32); 670 void cmp(Register reg, int32_t imm32); 695 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32. 696 void imul(Register dst, const Operand& src, int32_t imm32); [all...] |
code-stubs-x87.h | 147 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 148 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/llvm/test/TableGen/ |
TargetInstrInfo.td | 19 def imm32 : RTLNode; 115 def XOR32mi : Inst<(ops addr:$addr, imm32:$imm), 118 (set R32:$tmp2, (xor R32:$tmp1, imm32:$imm)),
|
/external/valgrind/VEX/priv/ |
host_x86_defs.c | 160 X86AMode* X86AMode_IR ( UInt imm32, HReg reg ) { 163 am->Xam.IR.imm = imm32; 167 X86AMode* X86AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) { 170 am->Xam.IRRS.imm = imm32; 242 X86RMI* X86RMI_Imm ( UInt imm32 ) { 245 op->Xrmi.Imm.imm32 = imm32; 264 vex_printf("$0x%x", op->Xrmi.Imm.imm32); 313 X86RI* X86RI_Imm ( UInt imm32 ) { 316 op->Xri.Imm.imm32 = imm32 3462 UInt imm32 = (UInt)(Addr)location_of_counter; local [all...] |
host_arm_defs.c | 4596 UInt imm32 = i->ARMin.Add32.imm32; local [all...] |
host_amd64_defs.c | 186 AMD64AMode* AMD64AMode_IR ( UInt imm32, HReg reg ) { 189 am->Aam.IR.imm = imm32; 193 AMD64AMode* AMD64AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) { 196 am->Aam.IRRS.imm = imm32; 256 AMD64RMI* AMD64RMI_Imm ( UInt imm32 ) { 259 op->Armi.Imm.imm32 = imm32; 278 vex_printf("$0x%x", op->Armi.Imm.imm32); 336 AMD64RI* AMD64RI_Imm ( UInt imm32 ) { 339 op->Ari.Imm.imm32 = imm32 [all...] |
host_x86_defs.h | 165 UInt imm32; member in struct:__anon19895::__anon19896::__anon19897 199 UInt imm32; member in struct:__anon19901::__anon19902::__anon19903 349 Xin_Test32, /* 32-bit test of REG or MEM against imm32 (AND, set 417 UInt imm32; member in struct:__anon19916::__anon19917::__anon19921 666 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
|
/external/v8/src/ia32/ |
assembler-ia32.cc | 404 void Assembler::push_imm32(int32_t imm32) { 407 emit(imm32); 502 void Assembler::mov(Register dst, int32_t imm32) { 505 emit(imm32); 645 void Assembler::adc(Register dst, int32_t imm32) { 647 emit_arith(2, Operand(dst), Immediate(imm32)); 679 void Assembler::and_(Register dst, int32_t imm32) { 680 and_(dst, Immediate(imm32)); 748 void Assembler::cmp(Register reg, int32_t imm32) { 750 emit_arith(7, Operand(reg), Immediate(imm32)); 1317 int imm32 = pos - (fixup_pos + sizeof(int32_t)); local [all...] |
assembler-ia32.h | 539 static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32. 543 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32. 603 void push_imm32(int32_t imm32); 624 void mov(Register dst, int32_t imm32); 664 void adc(Register dst, int32_t imm32); 673 void and_(Register dst, int32_t imm32); 687 void cmp(Register reg, int32_t imm32); 712 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32. 713 void imul(Register dst, const Operand& src, int32_t imm32); [all...] |
code-stubs-ia32.h | 150 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 151 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/v8/src/x64/ |
code-stubs-x64.h | 142 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 143 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/v8/src/arm/ |
assembler-arm.cc | 986 static bool fits_shifter(uint32_t imm32, 990 // imm32 must be unsigned. 992 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); 1003 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) { 1008 if (imm32 < 0x10000) { 1010 *instr |= Assembler::EncodeMovwImmediate(imm32); 1017 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) { 1025 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) { 1031 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) 1115 uint32_t imm32 = static_cast<uint32_t>(x.imm32_); local [all...] |
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 447 uint32_t imm32 = bit_cast<uint32_t, float>(s_imm); local 448 if (((imm32 & ((1 << 19) - 1)) == 0) && 449 ((((imm32 >> 25) & ((1 << 6) - 1)) == (1 << 5)) || 450 (((imm32 >> 25) & ((1 << 6) - 1)) == ((1 << 5) -1)))) { 451 uint8_t imm8 = ((imm32 >> 31) << 7) | (((imm32 >> 29) & 1) << 6) | 452 ((imm32 >> 19) & ((1 << 6) -1)); 2428 int32_t imm32; local [all...] |