Searched refs:UNREACHABLE_INTRINSIC (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics.h | 246 #define UNREACHABLE_INTRINSIC(Arch, Name) \ macro 259 UNREACHABLE_INTRINSIC(Arch, MathMinIntInt) \ 260 UNREACHABLE_INTRINSIC(Arch, MathMinLongLong) \ 261 UNREACHABLE_INTRINSIC(Arch, MathMinFloatFloat) \ 262 UNREACHABLE_INTRINSIC(Arch, MathMinDoubleDouble) \ 263 UNREACHABLE_INTRINSIC(Arch, MathMaxIntInt) \ 264 UNREACHABLE_INTRINSIC(Arch, MathMaxLongLong) \ 265 UNREACHABLE_INTRINSIC(Arch, MathMaxFloatFloat) \ 266 UNREACHABLE_INTRINSIC(Arch, MathMaxDoubleDouble) \ 267 UNREACHABLE_INTRINSIC(Arch, MathAbsInt) \ [all …]
|