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

  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 4568 ULong uimm64 = INSN(23,5) << 2; local
4591 ULong uimm64 = INSN(25,0) << 2; local
4649 ULong uimm64 = INSN(23,5) << 2; local
4685 ULong uimm64 = imm14 << 2; local
    [all...]
host_amd64_isel.c 346 static void push_uimm64( ISelEnv* env, ULong uimm64 )
348 /* If uimm64 can be expressed as the sign extension of its
350 Long simm64 = (Long)uimm64;
352 addInstr( env, AMD64Instr_Push(AMD64RMI_Imm( (UInt)uimm64 )) );
355 addInstr( env, AMD64Instr_Imm64(uimm64, tmp) );
    [all...]

Completed in 708 milliseconds