Searched refs:UNDEF_SHL (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | vtest.h | 74 UNDEF_SHL, // shift-left enumerator
|
D | binary.c | 114 case UNDEF_SHL: in check_result_for_binary() 604 case UNDEF_SHL: in test_binary_op()
|
D | irops.c | 63 …{ DEFOP(Iop_Shl8, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 64 …{ DEFOP(Iop_Shl16, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 65 …{ DEFOP(Iop_Shl32, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 66 …{ DEFOP(Iop_Shl64, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
|