/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | 714 || op8 == Iop_Or8 || op8 == Iop_And8 || op8 == Iop_Xor8 866 return toBool(op8 == Iop_And8 || op8 == Iop_Or8 || op8 == Iop_Xor8); 948 case Iop_And8: [all...] |
guest_ppc_toIR.c | 903 op8 == Iop_Or8 || op8 == Iop_And8 || op8 == Iop_Xor8 || [all...] |
guest_amd64_toIR.c | 316 || op8 == Iop_Or8 || op8 == Iop_And8 || op8 == Iop_Xor8 [all...] |
ir_defs.c | 132 case Iop_And8 ... Iop_And64: 133 str = "And"; base = Iop_And8; break; [all...] |
host_s390_isel.c | [all...] |
ir_opt.c | [all...] |
guest_s390_toIR.c | [all...] |
host_amd64_isel.c | 886 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: [all...] |
host_x86_isel.c | 839 case Iop_And8: case Iop_And16: case Iop_And32: [all...] |
host_ppc_isel.c | [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 421 Iop_And8, Iop_And16, Iop_And32, Iop_And64, [all...] |
/external/valgrind/main/VEX/ |
test_main.c | 720 return assignNew(mce, Ity_I8, binop(Iop_And8, a1, a2)); [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | 486 return assignNew('V', mce, Ity_I8, binop(Iop_And8, a1, a2)); [all...] |