Searched refs:UNDEF_AND (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | vtest.h | 78 UNDEF_AND, // bitwise AND operation enumerator
|
D | binary.c | 149 case UNDEF_AND: { in check_result_for_binary() 450 case UNDEF_AND: in test_binary_op()
|
D | irops.c | 54 …{ DEFOP(Iop_And8, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 55 …{ DEFOP(Iop_And16, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 56 …{ DEFOP(Iop_And32, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 57 …{ DEFOP(Iop_And64, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
|