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

  /external/icu4c/layout/
ThaiShaping.h 57 tR = 7,
  /external/valgrind/main/VEX/priv/
host_arm_isel.c 332 HReg tR = newVRegI(env);
335 tR = irrm >> 1; if we're lucky, these will issue together
337 tR &= 1; ditto
338 t3 = tL | tR;
343 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));
345 addInstr(env, ARMInstr_Alu(ARMalu_AND, tR, tR, ARMRI84_I84(1,0)));
346 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));
    [all...]

Completed in 1000 milliseconds