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

/external/valgrind/main/VEX/
H A Dtest_main.c1325 IROp opAND, opOR, opXOR, opNOT, opADD; local
1335 opAND = Iop_And32;
1343 binop(opAND, aa,
1348 binop(opAND, bb,
/external/valgrind/main/memcheck/
H A Dmc_translate.c1032 IROp opAND = m64 ? Iop_And64 : Iop_And32; local
1068 opAND,
1087 opAND,
1820 IROp opAND, opOR, opXOR, opNOT, opADD, opSUB; local
1831 opAND = Iop_And32;
1839 opAND = Iop_And64;
1852 binop(opAND, aa,
1857 binop(opAND, bb,
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c6778 const IROp opAND = Iop_AndV128; local
6787 binop(opAND,
6793 binop(opAND,
6799 binop(opAND,
H A Dguest_ppc_toIR.c5860 IROp opAND = is32bit ? Iop_And32 : Iop_And64; local
5911 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const8);
5915 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
5919 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const2);
5923 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const8);
5927 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);

Completed in 2440 milliseconds