Searched refs:max3210 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 7238 IRTemp max3210 = newTempV128(); in math_FOLDV() local 7242 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV() 7246 assign(max76543210, binop(op, mkexpr(max7654), mkexpr(max3210))); in math_FOLDV() 7294 IRTemp max3210 = newTempV128(); in math_FOLDV() local 7296 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV() 7298 assign(max76543210, binop(op, mkexpr(max7654), mkexpr(max3210))); in math_FOLDV() 7323 IRTemp max3210 = newTempV128(); in math_FOLDV() local 7324 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV() 7326 assign(res, unop(Iop_ZeroHI96ofV128, mkexpr(max3210))); in math_FOLDV()
|