/external/v8/src/x87/ |
D | assembler-x87.cc | 306 void Assembler::push_imm32(int32_t imm32) { in push_imm32() 422 void Assembler::mov(Register dst, int32_t imm32) { in mov() 556 void Assembler::adc(Register dst, int32_t imm32) { in adc() 590 void Assembler::and_(Register dst, int32_t imm32) { in and_() 659 void Assembler::cmp(Register reg, int32_t imm32) { in cmp() 768 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul() 773 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul() 842 void Assembler::or_(Register dst, int32_t imm32) { in or_() 1101 void Assembler::xor_(Register dst, int32_t imm32) { in xor_() 1246 int imm32 = pos - (fixup_pos + sizeof(int32_t)); in bind_to() local
|
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 160 X86AMode* X86AMode_IR ( UInt imm32, HReg reg ) { in X86AMode_IR() 167 X86AMode* X86AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) { in X86AMode_IRRS() 242 X86RMI* X86RMI_Imm ( UInt imm32 ) { in X86RMI_Imm() 313 X86RI* X86RI_Imm ( UInt imm32 ) { in X86RI_Imm() 589 X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst ) { in X86Instr_Test32() 3462 UInt imm32 = (UInt)(Addr)location_of_counter; in patchProfInc_X86() local
|
D | host_amd64_defs.c | 186 AMD64AMode* AMD64AMode_IR ( UInt imm32, HReg reg ) { in AMD64AMode_IR() 193 AMD64AMode* AMD64AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) { in AMD64AMode_IRRS() 256 AMD64RMI* AMD64RMI_Imm ( UInt imm32 ) { in AMD64RMI_Imm() 336 AMD64RI* AMD64RI_Imm ( UInt imm32 ) { in AMD64RI_Imm() 621 AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst ) { in AMD64Instr_Test64()
|
D | host_arm_defs.c | 1129 ARMInstr* ARMInstr_Imm32 ( HReg dst, UInt imm32 ) { in ARMInstr_Imm32() 1504 ARMInstr* ARMInstr_Add32 ( HReg rD, HReg rN, UInt imm32 ) { in ARMInstr_Add32() 2799 static UInt* imm32_to_ireg ( UInt* p, Int rD, UInt imm32 ) in imm32_to_ireg() 2881 static UInt* imm32_to_ireg_EXACTLY2 ( UInt* p, Int rD, UInt imm32 ) in imm32_to_ireg_EXACTLY2() 2904 static Bool is_imm32_to_ireg_EXACTLY2 ( UInt* p, Int rD, UInt imm32 ) in is_imm32_to_ireg_EXACTLY2() 4596 UInt imm32 = i->ARMin.Add32.imm32; in emit_ARMInstr() local
|
D | host_x86_defs.h | 165 UInt imm32; member 199 UInt imm32; member 417 UInt imm32; member
|
D | host_amd64_defs.h | 172 UInt imm32; member 207 UInt imm32; member 437 UInt imm32; member
|
D | guest_arm_toIR.c | 18472 UInt imm32 = (INSN0(9,9) << 6) | (INSN0(7,3) << 1); in disInstr_THUMB_WRK() local 19394 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() local 19443 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() local 19469 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK() local 19503 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() local 19562 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() local 19631 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK() local 20031 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK() local 21028 UInt imm32 = (INSN0(10,10) << 11) in disInstr_THUMB_WRK() local 21160 UInt imm32 = (INSN0(10,10) << 11) in disInstr_THUMB_WRK() local
|
D | host_arm_defs.h | 665 UInt imm32; member 945 UInt imm32; member
|
D | host_x86_isel.c | 1577 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk() local
|
D | guest_ppc_toIR.c | 1061 static IRExpr* mkSzExtendS32 ( IRType ty, UInt imm32 ) in mkSzExtendS32()
|
D | guest_arm64_toIR.c | 7074 ULong imm32 = (imm8_7 << (1 + 5 + 6 + 19)) in AdvSIMDExpandImm() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 444 void Assembler::push_imm32(int32_t imm32) { in push_imm32() 542 void Assembler::mov(Register dst, int32_t imm32) { in mov() 685 void Assembler::adc(Register dst, int32_t imm32) { in adc() 719 void Assembler::and_(Register dst, int32_t imm32) { in and_() 788 void Assembler::cmp(Register reg, int32_t imm32) { in cmp() 897 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul() 902 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul() 971 void Assembler::or_(Register dst, int32_t imm32) { in or_() 1230 void Assembler::xor_(Register dst, int32_t imm32) { in xor_() 1375 int imm32 = pos - (fixup_pos + sizeof(int32_t)); in bind_to() local
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 1640 uint32_t imm32; in readImmediate() local
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 999 static bool fits_shifter(uint32_t imm32, in fits_shifter() 1129 uint32_t imm32 = static_cast<uint32_t>(x.imm32_); in move_32_bit_immediate() local 3625 bool Assembler::ImmediateFitsAddrMode1Instruction(int32_t imm32) { in ImmediateFitsAddrMode1Instruction() 3632 bool Assembler::ImmediateFitsAddrMode2Instruction(int32_t imm32) { in ImmediateFitsAddrMode2Instruction()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 2224 int imm32 = SignExtend32<25>(tmp << 1); in DecodeT2BInstruction() local 3905 int imm32 = SignExtend32<25>(tmp << 1); in DecodeThumbBLXOffset() local 4043 int imm32 = SignExtend32<25>(tmp << 1); in DecodeThumbBLTargetOperand() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 334 int imm32 = pos - (current + sizeof(int32_t)); in bind_to() local 348 int imm32 = pos - (current + sizeof(int32_t)); in bind_to() local 1843 void Assembler::pushq_imm32(int32_t imm32) { in pushq_imm32()
|
D | macro-assembler-x64.cc | 2988 void MacroAssembler::PushImm32(int32_t imm32) { in PushImm32()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3103 uint32_t imm32; in BranchLong() local 3127 uint32_t imm32; in BranchAndLinkLong() local
|
D | assembler-mips.cc | 2968 uint32_t imm32; in CheckTrampolinePool() local
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 584 int imm32 ) in x86_push_imm32()
|
/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 3292 int32_t imm32; in TEST() local
|