Searched refs:d3d2c3c2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8255 IRTemp d3d2c3c2 = newTemp(Ity_I64); in math_DEINTERLEAVE_4() local 8259 assign(d3d2c3c2, IHI16x4(i3, i2)); in math_DEINTERLEAVE_4() 8263 assign(*u2, ILO32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8264 assign(*u3, IHI32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8279 IRTemp d3d2c3c2 = newTemp(Ity_I64); in math_DEINTERLEAVE_4() local 8283 assign(d3d2c3c2, IHI16x4(i3x, i2x)); in math_DEINTERLEAVE_4() 8287 assign(*u2, ILO32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8288 assign(*u3, IHI32x2(d3d2c3c2, d1d0c1c0)); in math_DEINTERLEAVE_4() 8336 IRTemp d3d2c3c2 = newTemp(Ity_I64); in math_INTERLEAVE_4() local 8340 assign(d3d2c3c2, IHI32x2(u3, u2)); in math_INTERLEAVE_4() [all …]
|