Searched defs:tR (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.h57 tR = 7, enumerator in enum:ThaiShaping::__anon21957
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c448 HReg tR = newVRegI(env); local
451 tR = irrm >> 1; if we're lucky, these will issue together
453 tR &= 1; ditto
454 t3 = tL | tR;
462 addInstr(env, ARM64Instr_Shift(tR, irrm, ARM64RI6_I6(1), ARM64sh_SHR));
464 addInstr(env, ARM64Instr_Logic(tR, tR, ril_one, ARM64lo_AND));
465 addInstr(env, ARM64Instr_Logic(t3, tL, ARM64RIL_R(tR), ARM64lo_OR));
H A Dhost_arm_isel.c332 HReg tR = newVRegI(env); local
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)));
H A Dguest_amd64_toIR.c23268 static IRTemp math_VPUNPCK_YMM ( IRTemp tL, IRType tR, IROp op ) argument
23274 breakupV256toV128s( tR, &tRhi, &tRlo );
23282 static IRTemp math_VPUNPCKLBW_YMM ( IRTemp tL, IRTemp tR )
23284 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO8x16 );
23288 static IRTemp math_VPUNPCKLWD_YMM ( IRTemp tL, IRTemp tR )
23290 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO16x8 );
23294 static IRTemp math_VPUNPCKLDQ_YMM ( IRTemp tL, IRTemp tR )
23296 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO32x4 );
23300 static IRTemp math_VPUNPCKLQDQ_YMM ( IRTemp tL, IRTemp tR )
23302 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO64x
[all...]

Completed in 208 milliseconds