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 320 HReg tR = newVRegI(env);
323 tR = irrm >> 1; if we're lucky, these will issue together
325 tR &= 1; ditto
326 t3 = tL | tR;
331 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));
333 addInstr(env, ARMInstr_Alu(ARMalu_AND, tR, tR, ARMRI84_I84(1,0)));
334 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));
    [all...]

Completed in 44 milliseconds