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

  /external/icu/icu4c/source/layout/
ThaiShaping.h 57 tR = 7,
  /external/valgrind/VEX/priv/
host_arm64_isel.c 417 HReg tR = newVRegI(env);
420 tR = irrm >> 1; if we're lucky, these will issue together
422 tR &= 1; ditto
423 t3 = tL | tR;
431 addInstr(env, ARM64Instr_Shift(tR, irrm, ARM64RI6_I6(1), ARM64sh_SHR));
433 addInstr(env, ARM64Instr_Logic(tR, tR, ril_one, ARM64lo_AND));
434 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 91 milliseconds