HomeSort by relevance Sort by last modified time
    Searched refs:imm32 (Results 1 - 24 of 24) sorted by null

  /external/valgrind/main/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...]
gen_insn_test.pl 405 elsif ($arg =~ /^(imm8|imm16|imm32)\[([^\]]+)\]$/)
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 161 X86AMode* X86AMode_IR ( UInt imm32, HReg reg ) {
164 am->Xam.IR.imm = imm32;
168 X86AMode* X86AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) {
171 am->Xam.IRRS.imm = imm32;
243 X86RMI* X86RMI_Imm ( UInt imm32 ) {
246 op->Xrmi.Imm.imm32 = imm32;
265 vex_printf("$0x%x", op->Xrmi.Imm.imm32);
314 X86RI* X86RI_Imm ( UInt imm32 ) {
317 op->Xri.Imm.imm32 = imm32
3421 UInt imm32 = (UInt)Ptr_to_ULong(location_of_counter); local
    [all...]
host_amd64_defs.c 205 AMD64AMode* AMD64AMode_IR ( UInt imm32, HReg reg ) {
208 am->Aam.IR.imm = imm32;
212 AMD64AMode* AMD64AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) {
215 am->Aam.IRRS.imm = imm32;
275 AMD64RMI* AMD64RMI_Imm ( UInt imm32 ) {
278 op->Armi.Imm.imm32 = imm32;
297 vex_printf("$0x%x", op->Armi.Imm.imm32);
355 AMD64RI* AMD64RI_Imm ( UInt imm32 ) {
358 op->Ari.Imm.imm32 = imm32
    [all...]
host_amd64_defs.h 171 UInt imm32; member in struct:__anon16035::__anon16036::__anon16037
206 UInt imm32; member in struct:__anon16041::__anon16042::__anon16043
432 UInt imm32; member in struct:__anon16056::__anon16057::__anon16062
697 extern AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst );
host_x86_defs.h 159 UInt imm32; member in struct:__anon16418::__anon16419::__anon16420
193 UInt imm32; member in struct:__anon16424::__anon16425::__anon16426
343 Xin_Test32, /* 32-bit test of REG or MEM against imm32 (AND, set
411 UInt imm32; member in struct:__anon16439::__anon16440::__anon16444
659 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
host_arm_defs.c 4455 UInt imm32 = i->ARMin.Add32.imm32; local
    [all...]
host_arm_defs.h 660 UInt imm32; member in struct:__anon16147::__anon16148::__anon16154
661 } Imm32;
937 UInt imm32; member in struct:__anon16147::__anon16148::__anon16194
1006 extern ARMInstr* ARMInstr_Add32 ( HReg rD, HReg rN, UInt imm32 );
guest_arm_toIR.c 15796 UInt imm32 = (INSN0(9,9) << 6) | (INSN0(7,3) << 1); local
16721 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
16770 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
16796 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); local
16830 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
16889 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
16958 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); local
17355 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); local
18294 UInt imm32 = (INSN0(10,10) << 11) local
18346 UInt imm32 = (INSN0(10,10) << 11) local
    [all...]
host_x86_isel.c 1454 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; local
    [all...]
guest_ppc_toIR.c 945 /* Sign extend imm32 -> IRExpr* */
946 static IRExpr* mkSzExtendS32 ( IRType ty, UInt imm32 )
950 mkU64(extend_s_32to64(imm32)) :
951 mkU32(imm32) );
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 529 void Assembler::push_imm32(int32_t imm32) {
532 emit(imm32);
617 void Assembler::mov(Register dst, int32_t imm32) {
620 emit(imm32);
754 void Assembler::adc(Register dst, int32_t imm32) {
756 emit_arith(2, Operand(dst), Immediate(imm32));
788 void Assembler::and_(Register dst, int32_t imm32) {
789 and_(dst, Immediate(imm32));
857 void Assembler::cmp(Register reg, int32_t imm32) {
859 emit_arith(7, Operand(reg), Immediate(imm32));
1364 int imm32 = pos - (fixup_pos + sizeof(int32_t)); local
    [all...]
assembler-ia32.h 620 static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32.
624 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32.
680 void push_imm32(int32_t imm32);
700 void mov(Register dst, int32_t imm32);
739 void adc(Register dst, int32_t imm32);
748 void and_(Register dst, int32_t imm32);
762 void cmp(Register reg, int32_t imm32);
784 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
798 void or_(Register dst, int32_t imm32);
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 163 (IMUL r64, r/m64, imm32)/(IMUL r32, r/m32, imm32).
261 reflected in opcode column - for example, CALL cd or PUSH imm32.
351 {OpcodeInfo::decoder, {opcode_starts_from + 5, id}, {EAX, imm32}, DU_U },\
356 {OpcodeInfo::all, {0x81, opc_ext, id}, {r_m32, imm32}, def_use },\
    [all...]
enc_prvt.h 200 #define imm32 {OpndKind_Imm, OpndSize_32, OpndExt_Any, RegName_Null} macro
  /external/v8/src/arm/
assembler-arm.cc 718 static bool fits_shifter(uint32_t imm32,
722 // imm32 must be unsigned.
724 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot));
735 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
740 if (imm32 < 0x10000) {
742 *instr |= EncodeMovwImmediate(imm32);
749 if (fits_shifter(-imm32, rotate_imm, immed_8, NULL)) {
757 if (fits_shifter(-imm32, rotate_imm, immed_8, NULL)) {
763 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL))
    [all...]
assembler-arm.h     [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1415 uint32_t imm32; local
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 2104 int imm32 = SignExtend32<24>(tmp << 1); local
3385 int imm32 = SignExtend32<25>(tmp << 1); local
3517 int imm32 = SignExtend32<25>(tmp << 1); local
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 2093 uint32_t imm32; local
    [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h 669 void push_imm32(int32_t imm32);
693 void movl(Register dst, Immediate imm32);
    [all...]
assembler-x64.cc 455 int imm32 = pos - (current + sizeof(int32_t)); local
456 long_at_put(current, imm32);
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 428 elsif ($arg =~ /^(imm8|imm16|imm32|imm64)\[([^\]]+)\]$/)

Completed in 547 milliseconds