HomeSort by relevance Sort by last modified time
    Searched full:imm64 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
operand_index_reprs.txt 2 imm64
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
operand_index_reprs.txt 2 imm64
  /external/elfutils/0.153/backends/
ia64_reloc.def 31 RELOC_TYPE (IMM64, REL)
  /external/llvm/include/llvm/MC/
MCValue.h 27 /// general form, this can hold ":Kind:(SymbolA - SymbolB + imm64)".
  /external/valgrind/main/none/tests/amd64/
smc1.c 59 /* movabsq $imm64, %rax */
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 608 AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst ) {
611 i->Ain.Imm64.imm64 = imm64;
612 i->Ain.Imm64.dst = dst;
1018 vex_printf("movabsq $0x%llx,", i->Ain.Imm64.imm64)
3721 ULong imm64 = (ULong)Ptr_to_ULong(location_of_counter); local
    [all...]
host_arm64_defs.c     [all...]
host_amd64_defs.h 416 ULong imm64; member in struct:__anon15372::__anon15373::__anon15374
418 } Imm64;
694 extern AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst );
guest_arm64_toIR.c 2057 ULong imm64 = ((ULong)imm16) << (16 * hw); local
5025 ULong imm64 = 0; local
    [all...]
host_s390_defs.c     [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc 305 uint64_t imm64 = bit_cast<uint64_t, double>(d_imm); local
306 if (((imm64 & ((1LL << 48) - 1)) == 0) &&
307 ((((imm64 >> 54) & ((1 << 9) - 1)) == (1 << 8)) ||
308 (((imm64 >> 54) & ((1 << 9) - 1)) == ((1 << 8) -1)))) {
309 uint8_t imm8 = ((imm64 >> 63) << 7) | (((imm64 >> 61) & 1) << 6) |
310 ((imm64 >> 48) & ((1 << 6) -1));
    [all...]
constants_arm.h 342 uint64_t imm64 = (Bit(19)*(1LL << 63)) | (((1LL << 8) - Bit(18)) << 54) | local
344 return bit_cast<double, uint64_t>(imm64);
assembler_thumb2.cc 380 uint64_t imm64 = bit_cast<uint64_t, double>(d_imm); local
381 if (((imm64 & ((1LL << 48) - 1)) == 0) &&
382 ((((imm64 >> 54) & ((1 << 9) - 1)) == (1 << 8)) ||
383 (((imm64 >> 54) & ((1 << 9) - 1)) == ((1 << 8) -1)))) {
384 uint8_t imm8 = ((imm64 >> 63) << 7) | (((imm64 >> 61) & 1) << 6) |
385 ((imm64 >> 48) & ((1 << 6) -1));
    [all...]
  /external/qemu/include/
elf.h     [all...]
  /external/llvm/lib/Target/Mips/
Mips64InstrInfo.td 26 def imm64: Operand<i64>;
495 MipsAsmPseudoInst<(outs RO:$rt), (ins Od:$imm64),
496 !strconcat(instr_asm, "\t$rt, $imm64")> ;
497 def LoadImm64Reg : LoadImm64<"dli", imm64, GPR64Opnd>;
  /external/llvm/lib/Target/SystemZ/
SystemZPatterns.td 54 def : RMWI<anyextloadi8, operator, truncstorei8, mode, imm64, insn>;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Makefile.inc 83 EXTRA_DIST += modules/arch/x86/tests/imm64.asm
84 EXTRA_DIST += modules/arch/x86/tests/imm64.errwarn
85 EXTRA_DIST += modules/arch/x86/tests/imm64.hex
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 402 Imm64 = 8 << ImmShift,
570 case X86II::Imm64: return 8;
587 case X86II::Imm64:
605 case X86II::Imm64:
  /external/valgrind/main/
README.aarch64 207 imm64 x23, 0xFFFFFFFFFFFFFFA0
  /external/elfutils/0.153/libelf/
elf.h     [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc64-linux.S 411 /* 20 = imm64-fixed5 r30, disp_cp_chain_me_to_slowEP
436 /* 20 = imm64-fixed5 r30, disp_cp_chain_me_to_fastEP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrFormats.td 68 def Imm64 : ImmType<8>;
    [all...]
  /external/elfutils/0.153/libcpu/defs/
i386 29 %mask {imm64} 8
63 %synonym {imm64} {imm}
418 1011{w}{oreg},{imm64}:mov {imm64}{w},{oreg}{w}
    [all...]

Completed in 7458 milliseconds

1 2 3