Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/vbit-test/
Dirops.c70 { DEFOP(Iop_ExpCmpNE8, UNDEF_UNKNOWN), }, // exact (expensive) equality
71 { DEFOP(Iop_ExpCmpNE16, UNDEF_UNKNOWN), }, // exact (expensive) equality
72 { DEFOP(Iop_ExpCmpNE32, UNDEF_UNKNOWN), }, // exact (expensive) equality
73 { DEFOP(Iop_ExpCmpNE64, UNDEF_UNKNOWN), }, // exact (expensive) equality
102 { DEFOP(Iop_Left8, UNDEF_UNKNOWN), }, // not supported by mc_translate
103 { DEFOP(Iop_Left16, UNDEF_UNKNOWN), }, // not supported by mc_translate
104 { DEFOP(Iop_Left32, UNDEF_UNKNOWN), }, // not supported by mc_translate
105 { DEFOP(Iop_Left64, UNDEF_UNKNOWN), }, // not supported by mc_translate
106 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
260 { DEFOP(Iop_QAdd32S, UNDEF_UNKNOWN), },
[all …]
Dvtest.h59 UNDEF_UNKNOWN enumerator
Dmain.c117 if (op->undef_kind == UNDEF_UNKNOWN) { in main()