Searched defs:max32 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c5276 IRTemp max32 = newTemp(Ity_V128); local
5284 assign(max32, binop(op, mkexpr(xAll3), mkexpr(xAll2)));
5293 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
5338 IRTemp max32 = newTemp(Ity_V128); local
5342 assign(max32, binop(op, mkexpr(x33333333), mkexpr(x22222222)));
5347 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
5369 IRTemp max32 = newTemp(Ity_V128); local
5371 assign(max32, binop(op, mkexpr(x3333), mkexpr(x2222)));
5374 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));

Completed in 118 milliseconds