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

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c5289 IRTemp max3210 = newTemp(Ity_V128); local
5293 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
5297 assign(max76543210, binop(op, mkexpr(max7654), mkexpr(max3210)));
5345 IRTemp max3210 = newTemp(Ity_V128); local
5347 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
5349 assign(max76543210, binop(op, mkexpr(max7654), mkexpr(max3210)));
5373 IRTemp max3210 = newTemp(Ity_V128); local
5374 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
5376 assign(res, unop(Iop_ZeroHI96ofV128, mkexpr(max3210)));

Completed in 90 milliseconds