Searched refs:argLe (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c5454 IRExpr *argLe, *argRe, *cond, *tmp; local
5503 argLe = mkexpr(argL);
5508 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const8);
5512 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
5516 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const2);
5520 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const8);
5524 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);

Completed in 270 milliseconds