HomeSort by relevance Sort by last modified time
    Searched refs:imm64 (Results 1 - 25 of 25) 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_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...]
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/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...]
guest_arm64_toIR.c 2057 ULong imm64 = ((ULong)imm16) << (16 * hw); local
5025 ULong imm64 = 0; local
    [all...]
host_arm64_defs.c     [all...]
host_amd64_defs.h 416 ULong imm64; member in struct:__anon35398::__anon35399::__anon35400
418 } Imm64;
694 extern AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst );
host_arm64_defs.h 677 ULong imm64; member in struct:__anon35480::__anon35481::__anon35489
678 } Imm64;
    [all...]
host_s390_defs.c     [all...]
host_ppc_defs.h 570 ULong imm64; member in struct:__anon35715::__anon35716::__anon35717
    [all...]
host_ppc_defs.c 461 PPCRI* PPCRI_Imm ( ULong imm64 ) {
464 op->Pri.Imm = imm64;
783 PPCInstr* PPCInstr_LI ( HReg dst, ULong imm64, Bool mode64 )
788 i->Pin.LI.imm64 = imm64;
790 vassert( (Long)imm64 == (Long)(Int)(UInt)imm64 );
    [all...]
host_arm_isel.c 4300 ULong imm64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
host_arm64_isel.c 251 static ARM64RIL* mb_mkARM64RIL_I ( ULong imm64 );
    [all...]
guest_mips_toIR.c     [all...]
guest_ppc_toIR.c 955 static IRExpr* mkSzImm ( IRType ty, ULong imm64 )
958 return ty == Ity_I64 ? mkU64(imm64) : mkU32((UInt)imm64);
962 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
966 IRConst_U64(imm64) :
967 IRConst_U32((UInt)imm64) );
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 1568 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 5250 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...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 1863 uint64_t imm64 = imm32; \/\/ Need to expand it to 64 bits before attempting to negate it, or the wrong local
    [all...]

Completed in 1068 milliseconds