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.c71 { DEFOP(Iop_ExpCmpNE8, UNDEF_UNKNOWN), }, // exact (expensive) equality
72 { DEFOP(Iop_ExpCmpNE16, UNDEF_UNKNOWN), }, // exact (expensive) equality
73 { DEFOP(Iop_ExpCmpNE32, UNDEF_UNKNOWN), }, // exact (expensive) equality
74 { DEFOP(Iop_ExpCmpNE64, UNDEF_UNKNOWN), }, // exact (expensive) equality
103 { DEFOP(Iop_Left8, UNDEF_UNKNOWN), }, // not supported by mc_translate
104 { DEFOP(Iop_Left16, UNDEF_UNKNOWN), }, // not supported by mc_translate
105 { DEFOP(Iop_Left32, UNDEF_UNKNOWN), }, // not supported by mc_translate
106 { DEFOP(Iop_Left64, UNDEF_UNKNOWN), }, // not supported by mc_translate
107 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
259 { DEFOP(Iop_RecpExpF64, UNDEF_UNKNOWN), },
[all …]
Dvtest.h59 UNDEF_UNKNOWN enumerator
Dmain.c117 if (op->undef_kind == UNDEF_UNKNOWN) { in main()