HomeSort by relevance Sort by last modified time
    Searched refs:imm32 (Results 26 - 50 of 73) sorted by null

12 3

  /external/valgrind/VEX/priv/
host_amd64_defs.h 172 UInt imm32; member in struct:__anon36395::__anon36396::__anon36397
207 UInt imm32; member in struct:__anon36401::__anon36402::__anon36403
437 UInt imm32; member in struct:__anon36416::__anon36417::__anon36422
729 extern AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst );
host_x86_defs.h 165 UInt imm32; member in struct:__anon36908::__anon36909::__anon36910
199 UInt imm32; member in struct:__anon36914::__anon36915::__anon36916
349 Xin_Test32, /* 32-bit test of REG or MEM against imm32 (AND, set
417 UInt imm32; member in struct:__anon36929::__anon36930::__anon36934
666 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
host_arm_defs.c 4805 UInt imm32 = i->ARMin.Add32.imm32; local
    [all...]
host_arm_defs.h 668 UInt imm32; member in struct:__anon36609::__anon36610::__anon36616
669 } Imm32;
971 UInt imm32; member in struct:__anon36609::__anon36610::__anon36659
1047 extern ARMInstr* ARMInstr_Add32 ( HReg rD, HReg rN, UInt imm32 );
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
add_test.s 80 # ADDD imm4/imm16/imm20/imm32, regp
mov_test.s 44 # MOVD imm4/imm16/imm20/imm32, regp
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 122 imm3, imm4, imm5, imm6, imm16, imm20, imm32, enumerator in enum:__anon116248
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-opc.c 112 /* 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),
562 {32, arg_ic, OP_SIGNED}, /* imm32 */
i386-opc.h 653 Imm32,
765 unsigned int imm32:1; member in struct:i386_operand_type::__anon116489
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-hlebad.s 23 # Tests for op imm32 eax
32 # Tests for op imm32 rax
60 # Tests for op imm32 regl/m32
70 # Tests for op imm32 regq/m64
314 # Tests for op imm32 eax
323 # Tests for op imm32 rax
351 # Tests for op imm32 regl/m32
361 # Tests for op imm32 regq/m64
x86-64-nops.s 28 # with sib and imm32
hlebad.s 23 # Tests for op imm32 eax
51 # Tests for op imm32 regl/m32
242 # Tests for op imm32 eax
270 # Tests for op imm32 regl/m32
x86-64-hlebad.l 495 [ ]*23[ ]+\# Tests for op imm32 eax
504 [ ]*32[ ]+\# Tests for op imm32 rax
536 [ ]*60[ ]+\# Tests for op imm32 regl/m32
546 [ ]*70[ ]+\# Tests for op imm32 regq/m64
806 [ ]*314[ ]+\# Tests for op imm32 eax
815 [ ]*323[ ]+\# Tests for op imm32 rax
847 [ ]*351[ ]+\# Tests for op imm32 regl/m32
857 [ ]*361[ ]+\# Tests for op imm32 regq/m64
hlebad.l 379 [ ]*23[ ]+\# Tests for op imm32 eax
407 [ ]*51[ ]+\# Tests for op imm32 regl/m32
614 [ ]*242[ ]+\# Tests for op imm32 eax
642 [ ]*270[ ]+\# Tests for op imm32 regl/m32
  /external/v8/src/ia32/
assembler-ia32.cc 464 void Assembler::push_imm32(int32_t imm32) {
467 emit(imm32);
562 void Assembler::mov(Register dst, int32_t imm32) {
565 emit(imm32);
744 void Assembler::adc(Register dst, int32_t imm32) {
746 emit_arith(2, Operand(dst), Immediate(imm32));
778 void Assembler::and_(Register dst, int32_t imm32) {
779 and_(dst, Immediate(imm32));
860 void Assembler::cmp(Register reg, int32_t imm32) {
862 emit_arith(7, Operand(reg), Immediate(imm32));
1498 int imm32 = pos - (fixup_pos + sizeof(int32_t)); local
    [all...]
assembler-ia32.h 537 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32.
593 void push_imm32(int32_t imm32);
616 void mov(Register dst, int32_t imm32);
666 void adc(Register dst, int32_t imm32);
675 void and_(Register dst, int32_t imm32);
694 void cmp(Register reg, int32_t imm32);
720 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
721 void imul(Register dst, const Operand& src, int32_t imm32);
737 void or_(Register dst, int32_t imm32);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 98 .byte 0x66,0xba # mov edx, imm32
128 .byte 0x66,0xb8 # mov eax, imm32
141 .byte 0x66,0xb8 # mov eax, imm32
Thunk16.asm 94 DB 66h, 0bah ; mov edx, imm32
124 DB 66h, 0b8h ; mov eax, imm32
137 DB 66h, 0b8h ; mov eax, imm32
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.asm 113 DB 0bch ; mov esp, imm32
SmiEntry.S 115 .byte 0xbc # mov esp, imm32
  /external/v8/src/s390/
assembler-s390.cc 385 int32_t imm32 = local
388 imm32 <<= 1; // BR* + LARL treat immediate in # of halfwords
389 if (imm32 == 0) return kEndOfChain;
390 return pos + imm32;
416 int32_t imm32 = target_pos - pos; local
418 instr_at_put<SixByteInstr>(pos, instr | (imm32 >> 1));
424 int32_t imm32 = target_pos + (Code::kHeaderSize - kHeapObjectTag); local
426 instr_at_put<SixByteInstr>(pos, instr | imm32);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1396 uint32_t imm32; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 1224 uint32_t imm32 = static_cast<uint32_t>(x.imm32_); local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 1640 uint32_t imm32; local
    [all...]

Completed in 1281 milliseconds

12 3