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

  /external/valgrind/VEX/priv/
host_arm64_isel.c 415 HReg tR = newVRegI(env);
418 tR = irrm >> 1; if we're lucky, these will issue together
420 tR &= 1; ditto
421 t3 = tL | tR;
429 addInstr(env, ARM64Instr_Shift(tR, irrm, ARM64RI6_I6(1), ARM64sh_SHR));
431 addInstr(env, ARM64Instr_Logic(tR, tR, ril_one, ARM64lo_AND));
432 addInstr(env, ARM64Instr_Logic(t3, tL, ARM64RIL_R(tR), ARM64lo_OR));
    [all...]
host_arm_isel.c 324 HReg tR = newVRegI(env);
327 tR = irrm >> 1; if we're lucky, these will issue together
329 tR &= 1; ditto
330 t3 = tL | tR;
335 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));
337 addInstr(env, ARMInstr_Alu(ARMalu_AND, tR, tR, ARMRI84_I84(1,0)));
338 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));
    [all...]

Completed in 1031 milliseconds