Home
last modified time | relevance | path

Searched refs:UNDEF_SHL (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dvtest.h50 UNDEF_SHL, // shift-left enumerator
Dbinary.c86 case UNDEF_SHL: in check_result_for_binary()
421 case UNDEF_SHL: in test_binary_op()
Dirops.c37 …{ DEFOP(Iop_Shl8, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
38 …{ DEFOP(Iop_Shl16, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
39 …{ DEFOP(Iop_Shl32, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
40 …{ DEFOP(Iop_Shl64, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…