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

/external/valgrind/main/VEX/
H A Dtest_main.c1302 IROp opAND, opOR, opXOR, opNOT, opADD; local
1313 opOR = Iop_Or32;
1329 a_max = assignNew(mce,ty, binop(opOR, aa, qaa));
1332 b_max = assignNew(mce,ty, binop(opOR, bb, qbb));
1337 binop( opOR,
1338 assignNew(mce,ty, binop(opOR, qaa, qbb)),
/external/valgrind/main/memcheck/
H A Dmc_translate.c880 IROp opDIFD, opUIFU, opXOR, opNOT, opCMP, opOR; local
891 opOR = Iop_Or32;
900 opOR = Iop_Or64;
919 binop( opOR,
920 assignNew('V', mce,ty, binop(opOR, vxx, vyy)),
992 IROp opOR = m64 ? Iop_Or64 : Iop_Or32; local
1025 opOR,
1717 IROp opAND, opOR, opXOR, opNOT, opADD, opSUB; local
1729 opOR = Iop_Or32;
1737 opOR
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c5578 IROp opOR = is32bit ? Iop_Or32 : Iop_Or64; local
5629 cond = binop(opOR, tmp, cond);
5633 cond = binop(opOR, tmp, cond);
5637 cond = binop(opOR, tmp, cond);
5641 cond = binop(opOR, tmp, cond);
5645 cond = binop(opOR, tmp, cond);
H A Dguest_amd64_toIR.c20139 IROp opOR = sz==4 ? Iop_Or32 : Iop_Or64; local
20193 binop(opOR,

Completed in 249 milliseconds