Searched refs:UNDEF_CONCAT (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | vtest.h | 72 UNDEF_CONCAT, // nHLto2n ops e.g. Iop_32HLto64 enumerator
|
D | irops.c | 169 …{ DEFOP(Iop_8HLto16, UNDEF_CONCAT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc… 172 …{ DEFOP(Iop_16HLto32, UNDEF_CONCAT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc… 175 …{ DEFOP(Iop_32HLto64, UNDEF_CONCAT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc… 178 …{ DEFOP(Iop_64HLto128, UNDEF_CONCAT), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc… 235 …{ DEFOP(Iop_F64HLtoF128, UNDEF_CONCAT), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0,… 597 { DEFOP(Iop_D64HLtoD128, UNDEF_CONCAT), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
D | binary.c | 108 case UNDEF_CONCAT: in check_result_for_binary()
|