/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 */
|
gen_insn_test.pl | 428 elsif ($arg =~ /^(imm8|imm16|imm32|imm64)\[([^\]]+)\]$/)
|
/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:__anon16054::__anon16055::__anon16056 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...] |
host_arm_isel.c | 4220 ULong imm64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local [all...] |
host_ppc_defs.h | 538 ULong imm64; member in struct:__anon16292::__anon16293::__anon16294 [all...] |
/external/qemu/ |
elf.h | [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86BaseInfo.h | 376 Imm64 = 7 << ImmShift, 503 case X86II::Imm64: return 8; 519 case X86II::Imm64:
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_prvt.h | 211 #define imm64 {OpndKind_Imm, OpndSize_64, OpndExt_Any, RegName_Null } macro
|
enc_tabl.cpp | [all...] |
/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 | 1416 uint64_t imm64; local [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...] |
/external/llvm/lib/Target/X86/ |
X86InstrFormats.td | 70 def Imm64 : ImmType<7>; 609 : X86Inst<o, f, Imm64, outs, ins, asm, itin>, REX_W {
|
/external/valgrind/main/docs/internals/ |
3_2_BUGSTATUS.txt | 375 vx1669 vx1700 Vfd n-i-bz ppc64 be imm64 improvement (hdefs.c only)
|
/external/qemu/target-arm/ |
translate.c | 5133 uint64_t imm64; local [all...] |