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

  /external/valgrind/VEX/priv/
host_amd64_isel.c 345 static void push_uimm64( ISelEnv* env, ULong uimm64 )
347 /* If uimm64 can be expressed as the sign extension of its
349 Long simm64 = (Long)uimm64;
350 if ( simm64 == ((Long)(uimm64 << 32) >> 32) ) {
351 addInstr( env, AMD64Instr_Push(AMD64RMI_Imm( (UInt)uimm64 )) );
354 addInstr( env, AMD64Instr_Imm64(uimm64, tmp) );
    [all...]
guest_arm64_toIR.c 6451 ULong uimm64 = INSN(23,5) << 2; local
6474 ULong uimm64 = INSN(25,0) << 2; local
6532 ULong uimm64 = INSN(23,5) << 2; local
6568 ULong uimm64 = imm14 << 2; local
    [all...]

Completed in 306 milliseconds