Searched refs:UNDEF_OR (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | vtest.h | 53 UNDEF_OR, // bitwise OR operation enumerator
|
D | binary.c | 141 case UNDEF_OR: { in check_result_for_binary() 429 case UNDEF_OR: in test_binary_op()
|
D | irops.c | 26 …{ DEFOP(Iop_Or8, UNDEF_OR), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 27 …{ DEFOP(Iop_Or16, UNDEF_OR), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 28 …{ DEFOP(Iop_Or32, UNDEF_OR), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 29 …{ DEFOP(Iop_Or64, UNDEF_OR), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
|