Searched refs:max7654 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 7594 IRTemp max7654 = newTempV128(); in math_FOLDV() local 7598 assign(max7654, binop(op, mkexpr(max76), mkexpr(max54))); in math_FOLDV() 7603 assign(max76543210, binop(op, mkexpr(max7654), mkexpr(max3210))); in math_FOLDV() 7650 IRTemp max7654 = newTempV128(); in math_FOLDV() local 7652 assign(max7654, binop(op, mkexpr(max76), mkexpr(max54))); in math_FOLDV() 7655 assign(max76543210, binop(op, mkexpr(max7654), mkexpr(max3210))); in math_FOLDV()
|