/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/backends/ |
ia64_reloc.def | 31 RELOC_TYPE (IMM64, REL)
|
/external/llvm/include/llvm/MC/ |
MCValue.h | 28 /// form, this can hold "SymbolA - SymbolB + imm64". Not all targets supports
|
/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; 1015 vex_printf("movabsq $0x%llx,", i->Ain.Imm64.imm64); 1016 ppHRegAMD64(i->Ain.Imm64.dst); 3687 ULong imm64 = (ULong)Ptr_to_ULong(location_of_counter); local [all...] |
host_amd64_defs.h | 413 ULong imm64; member in struct:__anon28916::__anon28917::__anon28918 415 } Imm64; 690 extern AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst );
|
host_s390_defs.c | [all...] |
host_ppc_defs.c | 461 PPCRI* PPCRI_Imm ( ULong imm64 ) { 464 op->Pri.Imm = imm64; 753 PPCInstr* PPCInstr_LI ( HReg dst, ULong imm64, Bool mode64 ) 758 i->Pin.LI.imm64 = imm64; 760 vassert( (Long)imm64 == (Long)(Int)(UInt)imm64 ); [all...] |
/external/qemu/ |
elf.h | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZPatterns.td | 54 def : RMWI<anyextloadi8, operator, truncstorei8, mode, imm64, insn>;
|
/art/compiler/utils/arm/ |
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_arm.cc | 806 uint64_t imm64 = bit_cast<uint64_t, double>(d_imm); local 807 if (((imm64 & ((1LL << 48) - 1)) == 0) && 808 ((((imm64 >> 54) & ((1 << 9) - 1)) == (1 << 8)) || 809 (((imm64 >> 54) & ((1 << 9) - 1)) == ((1 << 8) -1)))) { 810 uint8_t imm8 = ((imm64 >> 63) << 7) | (((imm64 >> 61) & 1) << 6) | 811 ((imm64 >> 48) & ((1 << 6) -1)); [all...] |
/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
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_prvt.h | 211 #define imm64 {OpndKind_Imm, OpndSize_64, OpndExt_Any, RegName_Null } macro
|
/external/elfutils/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
elf.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
elf.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
elf.h | [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.c | 1452 uint64_t imm64; local [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86BaseInfo.h | 377 Imm64 = 7 << ImmShift, 538 case X86II::Imm64: return 8; 554 case X86II::Imm64:
|
/external/llvm/lib/Target/X86/ |
X86InstrFormats.td | 73 def Imm64 : ImmType<7>; 735 : X86Inst<o, f, Imm64, outs, ins, asm, itin>, REX_W { [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 29 %mask {imm64} 8 63 %synonym {imm64} {imm} 418 1011{w}{oreg},{imm64}:mov {imm64}{w},{oreg}{w} [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |