Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dirops.c96 { DEFOP(Iop_ExpCmpNE8, UNDEF_UNKNOWN), }, // exact (expensive) equality
97 { DEFOP(Iop_ExpCmpNE16, UNDEF_UNKNOWN), }, // exact (expensive) equality
98 { DEFOP(Iop_ExpCmpNE32, UNDEF_UNKNOWN), }, // exact (expensive) equality
99 { DEFOP(Iop_ExpCmpNE64, UNDEF_UNKNOWN), }, // exact (expensive) equality
128 { DEFOP(Iop_Left8, UNDEF_UNKNOWN), }, // not supported by mc_translate
129 { DEFOP(Iop_Left16, UNDEF_UNKNOWN), }, // not supported by mc_translate
130 { DEFOP(Iop_Left32, UNDEF_UNKNOWN), }, // not supported by mc_translate
131 { DEFOP(Iop_Left64, UNDEF_UNKNOWN), }, // not supported by mc_translate
132 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
295 { DEFOP(Iop_RecpExpF64, UNDEF_UNKNOWN), },
[all …]
Dvtest.h158 UNDEF_UNKNOWN enumerator
Dmain.c174 if (op->undef_kind == UNDEF_UNKNOWN) { in main()