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

1 23

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 1696 static const i386_operand_type imm32 = OPERAND_TYPE_IMM32; variable
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 3160 uint32_t imm32; local
3177 uint32_t imm32; local
    [all...]
macro-assembler-mips.cc 3739 uint32_t imm32; local
3780 uint32_t imm32; local
    [all...]
  /external/valgrind/none/tests/amd64/
gen_insn_test.pl 428 elsif ($arg =~ /^(imm8|imm16|imm32|imm64)\[([^\]]+)\]$/)
  /external/valgrind/none/tests/x86/
gen_insn_test.pl 405 elsif ($arg =~ /^(imm8|imm16|imm32)\[([^\]]+)\]$/)
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 2278 int imm32 = SignExtend32<25>(tmp << 1); local
3959 int imm32 = SignExtend32<25>(tmp << 1); local
4097 int imm32 = SignExtend32<25>(tmp << 1); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 585 int imm32 )
587 DUMP_I( imm32 );
589 emit_1i(p, imm32);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c 2487 int imm32 = opnd->imm.value; local
    [all...]
bfin-dis.c 116 { "imm32", 32, 0, 1, 0, 0, 0, 0, 0, 1, 3, 0},
476 #define imm32(x) fmtconst (c_imm32, x, 0, outf) macro
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 361 int imm32 = pos - (current + sizeof(int32_t)); local
362 long_at_put(current, imm32);
375 int imm32 = pos - (current + sizeof(int32_t)); local
376 long_at_put(current, imm32);
    [all...]
macro-assembler-x64.cc     [all...]
macro-assembler-x64.h     [all...]
assembler-x64.h 669 void pushq_imm32(int32_t imm32);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-hle.s 8 # Tests for op imm32 rax
100 # Tests for op imm32 regl/m32
145 # Tests for op imm32 regq/m64
865 # Tests for op imm32 rax
957 # Tests for op imm32 regl/m3
    [all...]
hle.s 97 # Tests for op imm32 regl/m32
731 # Tests for op imm32 regl/m32
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 19952 UInt imm32 = (INSN0(9,9) << 6) | (INSN0(7,3) << 1); local
20876 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
20925 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
20951 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); local
20985 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
21044 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); local
21113 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); local
21513 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); local
22516 UInt imm32 = (INSN0(10,10) << 11) local
22648 UInt imm32 = (INSN0(10,10) << 11) local
    [all...]
host_x86_isel.c 1577 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; local
    [all...]
guest_ppc_toIR.c     [all...]
guest_arm64_toIR.c 7402 ULong imm32 = (imm8_7 << (1 + 5 + 6 + 19)) local
    [all...]
  /external/v8/src/arm/
assembler-arm.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 80 xArgImm32 // arg imm32
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 80 xArgImm32 // arg imm32
    [all...]

Completed in 3243 milliseconds

1 23