Searched refs:UNREACHABLE_INTRINSIC (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics.h | 259 #define UNREACHABLE_INTRINSIC(Arch, Name) \ macro 269 UNREACHABLE_INTRINSIC(Arch, FloatFloatToIntBits) \ 270 UNREACHABLE_INTRINSIC(Arch, DoubleDoubleToLongBits) \ 271 UNREACHABLE_INTRINSIC(Arch, FloatIsNaN) \ 272 UNREACHABLE_INTRINSIC(Arch, DoubleIsNaN) \ 273 UNREACHABLE_INTRINSIC(Arch, IntegerRotateLeft) \ 274 UNREACHABLE_INTRINSIC(Arch, LongRotateLeft) \ 275 UNREACHABLE_INTRINSIC(Arch, IntegerRotateRight) \ 276 UNREACHABLE_INTRINSIC(Arch, LongRotateRight) \ 277 UNREACHABLE_INTRINSIC(Arch, IntegerCompare) \ [all …]
|