HomeSort by relevance Sort by last modified time
    Searched refs:imm64 (Results 1 - 20 of 20) sorted by null

  /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/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...]
host_ppc_defs.h 538 ULong imm64; member in struct:__anon29154::__anon29155::__anon29156
    [all...]
host_arm_isel.c 4220 ULong imm64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
guest_ppc_toIR.c 921 static IRExpr* mkSzImm ( IRType ty, ULong imm64 )
924 return ty == Ity_I64 ? mkU64(imm64) : mkU32((UInt)imm64);
928 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
932 IRConst_U64(imm64) :
933 IRConst_U32((UInt)imm64) );
    [all...]
  /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/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1452 uint64_t imm64; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 428 elsif ($arg =~ /^(imm8|imm16|imm32|imm64)\[([^\]]+)\]$/)
  /external/qemu/target-arm/
translate.c 5133 uint64_t imm64; local
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
    [all...]

Completed in 850 milliseconds