Searched refs:ILO8x16 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 3610 #define ILO8x16(_argL,_argR) \ macro 3810 ILO8x16( ROR(EX(_srcVec1),(_srcShift1)), \ in math_INTERLEAVE3_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() 4158 assign(t6, AND( ILO8x16( ROR(EX(s6),3), EX(s6)), EX(cMASK))); in math_DEINTERLEAVE3_128() 4159 assign(t7, AND( ILO8x16( ROR(EX(s7),3), EX(s7)), EX(cMASK))); in math_DEINTERLEAVE3_128() [all …]
|