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

/external/valgrind/VEX/priv/
H A Dir_opt.c6031 IROp opAND, IROp opXOR)
6053 if (!ISBIN(and, opAND)) goto v34;
6082 if (!ISBIN(and, opAND)) goto v56;
6111 if (!ISBIN(and, opAND)) goto v78;
6142 if (!ISBIN(and, opAND)) goto fail;
6182 IROp opAND = Iop_INVALID; local
6188 opOR = Iop_Or32; opAND = Iop_And32;
6193 opOR = Iop_Or16; opAND = Iop_And16;
6198 opOR = Iop_Or8; opAND = Iop_And8;
6208 UInt variant = spotBitfieldAssignment(&aa, &bb, &cc, env, e, opAND, opXO
6028 spotBitfieldAssignment( IRExpr** aa, IRExpr** bb, IRExpr** cc, IRExpr** env, IRExpr* e, IROp opAND, IROp opXOR) argument
[all...]
H A Dguest_ppc_toIR.c6139 IROp opAND = is32bit ? Iop_And32 : Iop_And64; local
6190 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const8);
6194 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
6198 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const2);
6202 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const8);
6206 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);
H A Dguest_arm64_toIR.c11231 const IROp opAND = Iop_AndV128; local
11240 binop(opAND,
11246 binop(opAND,
11252 binop(opAND,
/external/valgrind/VEX/useful/
H A Dtest_main.c1346 IROp opAND, opOR, opXOR, opNOT, opADD; local
1356 opAND = Iop_And32;
1364 binop(opAND, aa,
1369 binop(opAND, bb,
/external/valgrind/memcheck/
H A Dmc_translate.c1101 IROp opAND = m64 ? Iop_And64 : Iop_And32; local
1137 opAND,
1156 opAND,
1889 IROp opAND, opOR, opXOR, opNOT, opADD, opSUB; local
1900 opAND = Iop_And32;
1908 opAND = Iop_And64;
1921 binop(opAND, aa,
1926 binop(opAND, bb,

Completed in 1082 milliseconds