Home
last modified time | relevance | path

Searched refs:cMASK (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c4116 t0, t1, t2, t3, t4, t5, t6, t7, p0, p1, p2, cMASK; in math_DEINTERLEAVE3_128() local
4118 = t0 = t1 = t2 = t3 = t4 = t5 = t6 = t7 = p0 = p1 = p2 = cMASK in math_DEINTERLEAVE3_128()
4124 newTempsV128_4(&p0, &p1, &p2, &cMASK); in math_DEINTERLEAVE3_128()
4151 assign(cMASK, mkV128(0x003F)); in math_DEINTERLEAVE3_128()
4152 assign(t0, AND( ILO8x16( ROR(EX(s0),3), EX(s0)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4153 assign(t1, AND( ILO8x16( ROR(EX(s1),3), EX(s1)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4154 assign(t2, AND( ILO8x16( ROR(EX(s2),3), EX(s2)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4155 assign(t3, AND( ILO8x16( ROR(EX(s3),3), EX(s3)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4156 assign(t4, AND( ILO8x16( ROR(EX(s4),3), EX(s4)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4157 assign(t5, AND( ILO8x16( ROR(EX(s5),3), EX(s5)), EX(cMASK))); in math_DEINTERLEAVE3_128()
[all …]