Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Arch

241 #define UNIMPLEMENTED_INTRINSIC(Arch, Name)                                               \
242 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
244 void IntrinsicCodeGenerator ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
250 #define UNREACHABLE_INTRINSIC(Arch, Name) \
251 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke) { \
255 void IntrinsicCodeGenerator ## Arch::Visit ## Name(HInvoke* invoke) { \
259 #define UNREACHABLE_INTRINSICS(Arch) \
260 UNREACHABLE_INTRINSIC(Arch, FloatFloatToIntBits) \
261 UNREACHABLE_INTRINSIC(Arch, DoubleDoubleToLongBits) \
262 UNREACHABLE_INTRINSIC(Arch, FloatIsNaN) \
263 UNREACHABLE_INTRINSIC(Arch, DoubleIsNaN) \
264 UNREACHABLE_INTRINSIC(Arch, IntegerRotateLeft) \
265 UNREACHABLE_INTRINSIC(Arch, LongRotateLeft) \
266 UNREACHABLE_INTRINSIC(Arch, IntegerRotateRight) \
267 UNREACHABLE_INTRINSIC(Arch, LongRotateRight) \
268 UNREACHABLE_INTRINSIC(Arch, IntegerCompare) \
269 UNREACHABLE_INTRINSIC(Arch, LongCompare) \
270 UNREACHABLE_INTRINSIC(Arch, IntegerSignum) \
271 UNREACHABLE_INTRINSIC(Arch, LongSignum) \
272 UNREACHABLE_INTRINSIC(Arch, StringCharAt) \
273 UNREACHABLE_INTRINSIC(Arch, StringIsEmpty) \
274 UNREACHABLE_INTRINSIC(Arch, StringLength) \
275 UNREACHABLE_INTRINSIC(Arch, UnsafeLoadFence) \
276 UNREACHABLE_INTRINSIC(Arch, UnsafeStoreFence) \
277 UNREACHABLE_INTRINSIC(Arch, UnsafeFullFence)