Searched refs:d3d2c3c2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8196 IRTemp d3d2c3c2 = newTemp(Ity_I64); in math_DEINTERLEAVE_4() local 8200 assign(d3d2c3c2, IHI16x4(i3, i2)); in math_DEINTERLEAVE_4() 8204 assign(*u2, ILO32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8205 assign(*u3, IHI32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8220 IRTemp d3d2c3c2 = newTemp(Ity_I64); in math_DEINTERLEAVE_4() local 8224 assign(d3d2c3c2, IHI16x4(i3x, i2x)); in math_DEINTERLEAVE_4() 8228 assign(*u2, ILO32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8229 assign(*u3, IHI32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8277 IRTemp d3d2c3c2 = newTemp(Ity_I64); in math_INTERLEAVE_4() local 8281 assign(d3d2c3c2, IHI32x2(u3, u2)); in math_INTERLEAVE_4() [all …]
|