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

/external/valgrind/main/VEX/
H A Dtest_main.c1302 IROp opAND, opOR, opXOR, opNOT, opADD; local
1312 opAND = Iop_And32;
1320 binop(opAND, aa,
1325 binop(opAND, bb,
/external/valgrind/main/memcheck/
H A Dmc_translate.c993 IROp opAND = m64 ? Iop_And64 : Iop_And32; local
1029 opAND,
1048 opAND,
1717 IROp opAND, opOR, opXOR, opNOT, opADD, opSUB; local
1728 opAND = Iop_And32;
1736 opAND = Iop_And64;
1749 binop(opAND, aa,
1754 binop(opAND, bb,
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c5577 IROp opAND = is32bit ? Iop_And32 : Iop_And64; local
5628 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const8);
5632 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
5636 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const2);
5640 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const8);
5644 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);

Completed in 146 milliseconds