Lines Matching refs:Operator
21 class Operator; variable
27 OptionalOperator(bool supported, const Operator* op) in OptionalOperator()
32 const Operator* op() const { in op()
38 const Operator* placeholder() const { return op_; } in placeholder()
42 const Operator* const op_;
49 V8_EXPORT_PRIVATE LoadRepresentation LoadRepresentationOf(Operator const*)
77 Operator const*) V8_WARN_UNUSED_RESULT;
83 Operator const*) V8_WARN_UNUSED_RESULT;
108 Operator const* op) V8_WARN_UNUSED_RESULT;
110 MachineRepresentation AtomicStoreRepresentationOf(Operator const* op)
113 MachineType AtomicOpType(Operator const* op) V8_WARN_UNUSED_RESULT;
219 const Operator* Comment(const char* msg); in NON_EXPORTED_BASE()
220 const Operator* DebugAbort(); in NON_EXPORTED_BASE()
221 const Operator* DebugBreak(); in NON_EXPORTED_BASE()
222 const Operator* UnsafePointerAdd(); in NON_EXPORTED_BASE()
224 const Operator* Word32And(); in NON_EXPORTED_BASE()
225 const Operator* Word32Or(); in NON_EXPORTED_BASE()
226 const Operator* Word32Xor(); in NON_EXPORTED_BASE()
227 const Operator* Word32Shl(); in NON_EXPORTED_BASE()
228 const Operator* Word32Shr(); in NON_EXPORTED_BASE()
229 const Operator* Word32Sar(); in NON_EXPORTED_BASE()
230 const Operator* Word32Ror(); in NON_EXPORTED_BASE()
231 const Operator* Word32Equal(); in NON_EXPORTED_BASE()
232 const Operator* Word32Clz(); in NON_EXPORTED_BASE()
238 const Operator* Word32ReverseBytes(); in NON_EXPORTED_BASE()
239 const Operator* Word64ReverseBytes(); in NON_EXPORTED_BASE()
248 const Operator* Word64And(); in NON_EXPORTED_BASE()
249 const Operator* Word64Or(); in NON_EXPORTED_BASE()
250 const Operator* Word64Xor(); in NON_EXPORTED_BASE()
251 const Operator* Word64Shl(); in NON_EXPORTED_BASE()
252 const Operator* Word64Shr(); in NON_EXPORTED_BASE()
253 const Operator* Word64Sar(); in NON_EXPORTED_BASE()
254 const Operator* Word64Ror(); in NON_EXPORTED_BASE()
255 const Operator* Word64Clz(); in NON_EXPORTED_BASE()
257 const Operator* Word64Equal(); in NON_EXPORTED_BASE()
259 const Operator* Int32PairAdd(); in NON_EXPORTED_BASE()
260 const Operator* Int32PairSub(); in NON_EXPORTED_BASE()
261 const Operator* Int32PairMul(); in NON_EXPORTED_BASE()
262 const Operator* Word32PairShl(); in NON_EXPORTED_BASE()
263 const Operator* Word32PairShr(); in NON_EXPORTED_BASE()
264 const Operator* Word32PairSar(); in NON_EXPORTED_BASE()
266 const Operator* Int32Add(); in NON_EXPORTED_BASE()
267 const Operator* Int32AddWithOverflow(); in NON_EXPORTED_BASE()
268 const Operator* Int32Sub(); in NON_EXPORTED_BASE()
269 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
270 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
271 const Operator* Int32MulWithOverflow(); in NON_EXPORTED_BASE()
272 const Operator* Int32MulHigh(); in NON_EXPORTED_BASE()
273 const Operator* Int32Div(); in NON_EXPORTED_BASE()
274 const Operator* Int32Mod(); in NON_EXPORTED_BASE()
275 const Operator* Int32LessThan(); in NON_EXPORTED_BASE()
276 const Operator* Int32LessThanOrEqual(); in NON_EXPORTED_BASE()
277 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
278 const Operator* Uint32LessThan(); in NON_EXPORTED_BASE()
279 const Operator* Uint32LessThanOrEqual(); in NON_EXPORTED_BASE()
280 const Operator* Uint32Mod(); in NON_EXPORTED_BASE()
281 const Operator* Uint32MulHigh(); in NON_EXPORTED_BASE()
285 const Operator* Int64Add(); in NON_EXPORTED_BASE()
286 const Operator* Int64AddWithOverflow(); in NON_EXPORTED_BASE()
287 const Operator* Int64Sub(); in NON_EXPORTED_BASE()
288 const Operator* Int64SubWithOverflow(); in NON_EXPORTED_BASE()
289 const Operator* Int64Mul(); in NON_EXPORTED_BASE()
290 const Operator* Int64Div(); in NON_EXPORTED_BASE()
291 const Operator* Int64Mod(); in NON_EXPORTED_BASE()
292 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
293 const Operator* Int64LessThanOrEqual(); in NON_EXPORTED_BASE()
294 const Operator* Uint64Div(); in NON_EXPORTED_BASE()
295 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
296 const Operator* Uint64LessThanOrEqual(); in NON_EXPORTED_BASE()
297 const Operator* Uint64Mod(); in NON_EXPORTED_BASE()
300 const Operator* BitcastTaggedToWord(); in NON_EXPORTED_BASE()
304 const Operator* BitcastMaybeObjectToWord(); in NON_EXPORTED_BASE()
307 const Operator* BitcastWordToTagged(); in NON_EXPORTED_BASE()
310 const Operator* BitcastWordToTaggedSigned(); in NON_EXPORTED_BASE()
313 const Operator* TruncateFloat64ToWord32(); in NON_EXPORTED_BASE()
320 const Operator* ChangeFloat32ToFloat64(); in NON_EXPORTED_BASE()
321 const Operator* ChangeFloat64ToInt32(); // narrowing in NON_EXPORTED_BASE()
322 const Operator* ChangeFloat64ToUint32(); // narrowing in NON_EXPORTED_BASE()
323 const Operator* ChangeFloat64ToUint64(); in NON_EXPORTED_BASE()
324 const Operator* TruncateFloat64ToUint32(); in NON_EXPORTED_BASE()
325 const Operator* TruncateFloat32ToInt32(); in NON_EXPORTED_BASE()
326 const Operator* TruncateFloat32ToUint32(); in NON_EXPORTED_BASE()
327 const Operator* TryTruncateFloat32ToInt64(); in NON_EXPORTED_BASE()
328 const Operator* TryTruncateFloat64ToInt64(); in NON_EXPORTED_BASE()
329 const Operator* TryTruncateFloat32ToUint64(); in NON_EXPORTED_BASE()
330 const Operator* TryTruncateFloat64ToUint64(); in NON_EXPORTED_BASE()
331 const Operator* ChangeInt32ToFloat64(); in NON_EXPORTED_BASE()
332 const Operator* ChangeInt32ToInt64(); in NON_EXPORTED_BASE()
333 const Operator* ChangeUint32ToFloat64(); in NON_EXPORTED_BASE()
334 const Operator* ChangeUint32ToUint64(); in NON_EXPORTED_BASE()
338 const Operator* TruncateFloat64ToFloat32(); in NON_EXPORTED_BASE()
339 const Operator* TruncateInt64ToInt32(); in NON_EXPORTED_BASE()
340 const Operator* RoundFloat64ToInt32(); in NON_EXPORTED_BASE()
341 const Operator* RoundInt32ToFloat32(); in NON_EXPORTED_BASE()
342 const Operator* RoundInt64ToFloat32(); in NON_EXPORTED_BASE()
343 const Operator* RoundInt64ToFloat64(); in NON_EXPORTED_BASE()
344 const Operator* RoundUint32ToFloat32(); in NON_EXPORTED_BASE()
345 const Operator* RoundUint64ToFloat32(); in NON_EXPORTED_BASE()
346 const Operator* RoundUint64ToFloat64(); in NON_EXPORTED_BASE()
350 const Operator* BitcastFloat32ToInt32(); in NON_EXPORTED_BASE()
351 const Operator* BitcastFloat64ToInt64(); in NON_EXPORTED_BASE()
352 const Operator* BitcastInt32ToFloat32(); in NON_EXPORTED_BASE()
353 const Operator* BitcastInt64ToFloat64(); in NON_EXPORTED_BASE()
356 const Operator* SignExtendWord8ToInt32(); in NON_EXPORTED_BASE()
357 const Operator* SignExtendWord16ToInt32(); in NON_EXPORTED_BASE()
358 const Operator* SignExtendWord8ToInt64(); in NON_EXPORTED_BASE()
359 const Operator* SignExtendWord16ToInt64(); in NON_EXPORTED_BASE()
360 const Operator* SignExtendWord32ToInt64(); in NON_EXPORTED_BASE()
364 const Operator* Float32Add(); in NON_EXPORTED_BASE()
365 const Operator* Float32Sub(); in NON_EXPORTED_BASE()
366 const Operator* Float32Mul(); in NON_EXPORTED_BASE()
367 const Operator* Float32Div(); in NON_EXPORTED_BASE()
368 const Operator* Float32Sqrt(); in NON_EXPORTED_BASE()
372 const Operator* Float64Add(); in NON_EXPORTED_BASE()
373 const Operator* Float64Sub(); in NON_EXPORTED_BASE()
374 const Operator* Float64Mul(); in NON_EXPORTED_BASE()
375 const Operator* Float64Div(); in NON_EXPORTED_BASE()
376 const Operator* Float64Mod(); in NON_EXPORTED_BASE()
377 const Operator* Float64Sqrt(); in NON_EXPORTED_BASE()
380 const Operator* Float32Equal(); in NON_EXPORTED_BASE()
381 const Operator* Float32LessThan(); in NON_EXPORTED_BASE()
382 const Operator* Float32LessThanOrEqual(); in NON_EXPORTED_BASE()
385 const Operator* Float64Equal(); in NON_EXPORTED_BASE()
386 const Operator* Float64LessThan(); in NON_EXPORTED_BASE()
387 const Operator* Float64LessThanOrEqual(); in NON_EXPORTED_BASE()
390 const Operator* Float64Max(); in NON_EXPORTED_BASE()
391 const Operator* Float64Min(); in NON_EXPORTED_BASE()
393 const Operator* Float32Max(); in NON_EXPORTED_BASE()
394 const Operator* Float32Min(); in NON_EXPORTED_BASE()
397 const Operator* Float32Abs(); in NON_EXPORTED_BASE()
400 const Operator* Float64Abs(); in NON_EXPORTED_BASE()
414 const Operator* Float32Neg(); in NON_EXPORTED_BASE()
415 const Operator* Float64Neg(); in NON_EXPORTED_BASE()
418 const Operator* Float64Acos(); in NON_EXPORTED_BASE()
419 const Operator* Float64Acosh(); in NON_EXPORTED_BASE()
420 const Operator* Float64Asin(); in NON_EXPORTED_BASE()
421 const Operator* Float64Asinh(); in NON_EXPORTED_BASE()
422 const Operator* Float64Atan(); in NON_EXPORTED_BASE()
423 const Operator* Float64Atan2(); in NON_EXPORTED_BASE()
424 const Operator* Float64Atanh(); in NON_EXPORTED_BASE()
425 const Operator* Float64Cos(); in NON_EXPORTED_BASE()
426 const Operator* Float64Cosh(); in NON_EXPORTED_BASE()
427 const Operator* Float64Sin(); in NON_EXPORTED_BASE()
428 const Operator* Float64Sinh(); in NON_EXPORTED_BASE()
429 const Operator* Float64Tan(); in NON_EXPORTED_BASE()
430 const Operator* Float64Tanh(); in NON_EXPORTED_BASE()
433 const Operator* Float64Exp(); in NON_EXPORTED_BASE()
434 const Operator* Float64Expm1(); in NON_EXPORTED_BASE()
435 const Operator* Float64Pow(); in NON_EXPORTED_BASE()
438 const Operator* Float64Log(); in NON_EXPORTED_BASE()
439 const Operator* Float64Log1p(); in NON_EXPORTED_BASE()
440 const Operator* Float64Log2(); in NON_EXPORTED_BASE()
441 const Operator* Float64Log10(); in NON_EXPORTED_BASE()
444 const Operator* Float64Cbrt(); in NON_EXPORTED_BASE()
447 const Operator* Float64ExtractLowWord32(); in NON_EXPORTED_BASE()
448 const Operator* Float64ExtractHighWord32(); in NON_EXPORTED_BASE()
449 const Operator* Float64InsertLowWord32(); in NON_EXPORTED_BASE()
450 const Operator* Float64InsertHighWord32(); in NON_EXPORTED_BASE()
454 const Operator* Float64SilenceNaN(); in NON_EXPORTED_BASE()
457 const Operator* F32x4Splat(); in NON_EXPORTED_BASE()
458 const Operator* F32x4ExtractLane(int32_t); in NON_EXPORTED_BASE()
459 const Operator* F32x4ReplaceLane(int32_t); in NON_EXPORTED_BASE()
460 const Operator* F32x4SConvertI32x4(); in NON_EXPORTED_BASE()
461 const Operator* F32x4UConvertI32x4(); in NON_EXPORTED_BASE()
462 const Operator* F32x4Abs(); in NON_EXPORTED_BASE()
463 const Operator* F32x4Neg(); in NON_EXPORTED_BASE()
464 const Operator* F32x4RecipApprox(); in NON_EXPORTED_BASE()
465 const Operator* F32x4RecipSqrtApprox(); in NON_EXPORTED_BASE()
466 const Operator* F32x4Add(); in NON_EXPORTED_BASE()
467 const Operator* F32x4AddHoriz(); in NON_EXPORTED_BASE()
468 const Operator* F32x4Sub(); in NON_EXPORTED_BASE()
469 const Operator* F32x4Mul(); in NON_EXPORTED_BASE()
470 const Operator* F32x4Div(); in NON_EXPORTED_BASE()
471 const Operator* F32x4Min(); in NON_EXPORTED_BASE()
472 const Operator* F32x4Max(); in NON_EXPORTED_BASE()
473 const Operator* F32x4Eq(); in NON_EXPORTED_BASE()
474 const Operator* F32x4Ne(); in NON_EXPORTED_BASE()
475 const Operator* F32x4Lt(); in NON_EXPORTED_BASE()
476 const Operator* F32x4Le(); in NON_EXPORTED_BASE()
478 const Operator* I32x4Splat(); in NON_EXPORTED_BASE()
479 const Operator* I32x4ExtractLane(int32_t); in NON_EXPORTED_BASE()
480 const Operator* I32x4ReplaceLane(int32_t); in NON_EXPORTED_BASE()
481 const Operator* I32x4SConvertF32x4(); in NON_EXPORTED_BASE()
482 const Operator* I32x4SConvertI16x8Low(); in NON_EXPORTED_BASE()
483 const Operator* I32x4SConvertI16x8High(); in NON_EXPORTED_BASE()
484 const Operator* I32x4Neg(); in NON_EXPORTED_BASE()
485 const Operator* I32x4Shl(int32_t); in NON_EXPORTED_BASE()
486 const Operator* I32x4ShrS(int32_t); in NON_EXPORTED_BASE()
487 const Operator* I32x4Add(); in NON_EXPORTED_BASE()
488 const Operator* I32x4AddHoriz(); in NON_EXPORTED_BASE()
489 const Operator* I32x4Sub(); in NON_EXPORTED_BASE()
490 const Operator* I32x4Mul(); in NON_EXPORTED_BASE()
491 const Operator* I32x4MinS(); in NON_EXPORTED_BASE()
492 const Operator* I32x4MaxS(); in NON_EXPORTED_BASE()
493 const Operator* I32x4Eq(); in NON_EXPORTED_BASE()
494 const Operator* I32x4Ne(); in NON_EXPORTED_BASE()
495 const Operator* I32x4GtS(); in NON_EXPORTED_BASE()
496 const Operator* I32x4GeS(); in NON_EXPORTED_BASE()
498 const Operator* I32x4UConvertF32x4(); in NON_EXPORTED_BASE()
499 const Operator* I32x4UConvertI16x8Low(); in NON_EXPORTED_BASE()
500 const Operator* I32x4UConvertI16x8High(); in NON_EXPORTED_BASE()
501 const Operator* I32x4ShrU(int32_t); in NON_EXPORTED_BASE()
502 const Operator* I32x4MinU(); in NON_EXPORTED_BASE()
503 const Operator* I32x4MaxU(); in NON_EXPORTED_BASE()
504 const Operator* I32x4GtU(); in NON_EXPORTED_BASE()
505 const Operator* I32x4GeU(); in NON_EXPORTED_BASE()
507 const Operator* I16x8Splat(); in NON_EXPORTED_BASE()
508 const Operator* I16x8ExtractLane(int32_t); in NON_EXPORTED_BASE()
509 const Operator* I16x8ReplaceLane(int32_t); in NON_EXPORTED_BASE()
510 const Operator* I16x8SConvertI8x16Low(); in NON_EXPORTED_BASE()
511 const Operator* I16x8SConvertI8x16High(); in NON_EXPORTED_BASE()
512 const Operator* I16x8Neg(); in NON_EXPORTED_BASE()
513 const Operator* I16x8Shl(int32_t); in NON_EXPORTED_BASE()
514 const Operator* I16x8ShrS(int32_t); in NON_EXPORTED_BASE()
515 const Operator* I16x8SConvertI32x4(); in NON_EXPORTED_BASE()
516 const Operator* I16x8Add(); in NON_EXPORTED_BASE()
517 const Operator* I16x8AddSaturateS(); in NON_EXPORTED_BASE()
518 const Operator* I16x8AddHoriz(); in NON_EXPORTED_BASE()
519 const Operator* I16x8Sub(); in NON_EXPORTED_BASE()
520 const Operator* I16x8SubSaturateS(); in NON_EXPORTED_BASE()
521 const Operator* I16x8Mul(); in NON_EXPORTED_BASE()
522 const Operator* I16x8MinS(); in NON_EXPORTED_BASE()
523 const Operator* I16x8MaxS(); in NON_EXPORTED_BASE()
524 const Operator* I16x8Eq(); in NON_EXPORTED_BASE()
525 const Operator* I16x8Ne(); in NON_EXPORTED_BASE()
526 const Operator* I16x8GtS(); in NON_EXPORTED_BASE()
527 const Operator* I16x8GeS(); in NON_EXPORTED_BASE()
529 const Operator* I16x8UConvertI8x16Low(); in NON_EXPORTED_BASE()
530 const Operator* I16x8UConvertI8x16High(); in NON_EXPORTED_BASE()
531 const Operator* I16x8ShrU(int32_t); in NON_EXPORTED_BASE()
532 const Operator* I16x8UConvertI32x4(); in NON_EXPORTED_BASE()
533 const Operator* I16x8AddSaturateU(); in NON_EXPORTED_BASE()
534 const Operator* I16x8SubSaturateU(); in NON_EXPORTED_BASE()
535 const Operator* I16x8MinU(); in NON_EXPORTED_BASE()
536 const Operator* I16x8MaxU(); in NON_EXPORTED_BASE()
537 const Operator* I16x8GtU(); in NON_EXPORTED_BASE()
538 const Operator* I16x8GeU(); in NON_EXPORTED_BASE()
540 const Operator* I8x16Splat(); in NON_EXPORTED_BASE()
541 const Operator* I8x16ExtractLane(int32_t); in NON_EXPORTED_BASE()
542 const Operator* I8x16ReplaceLane(int32_t); in NON_EXPORTED_BASE()
543 const Operator* I8x16Neg(); in NON_EXPORTED_BASE()
544 const Operator* I8x16Shl(int32_t); in NON_EXPORTED_BASE()
545 const Operator* I8x16ShrS(int32_t); in NON_EXPORTED_BASE()
546 const Operator* I8x16SConvertI16x8(); in NON_EXPORTED_BASE()
547 const Operator* I8x16Add(); in NON_EXPORTED_BASE()
548 const Operator* I8x16AddSaturateS(); in NON_EXPORTED_BASE()
549 const Operator* I8x16Sub(); in NON_EXPORTED_BASE()
550 const Operator* I8x16SubSaturateS(); in NON_EXPORTED_BASE()
551 const Operator* I8x16Mul(); in NON_EXPORTED_BASE()
552 const Operator* I8x16MinS(); in NON_EXPORTED_BASE()
553 const Operator* I8x16MaxS(); in NON_EXPORTED_BASE()
554 const Operator* I8x16Eq(); in NON_EXPORTED_BASE()
555 const Operator* I8x16Ne(); in NON_EXPORTED_BASE()
556 const Operator* I8x16GtS(); in NON_EXPORTED_BASE()
557 const Operator* I8x16GeS(); in NON_EXPORTED_BASE()
559 const Operator* I8x16ShrU(int32_t); in NON_EXPORTED_BASE()
560 const Operator* I8x16UConvertI16x8(); in NON_EXPORTED_BASE()
561 const Operator* I8x16AddSaturateU(); in NON_EXPORTED_BASE()
562 const Operator* I8x16SubSaturateU(); in NON_EXPORTED_BASE()
563 const Operator* I8x16MinU(); in NON_EXPORTED_BASE()
564 const Operator* I8x16MaxU(); in NON_EXPORTED_BASE()
565 const Operator* I8x16GtU(); in NON_EXPORTED_BASE()
566 const Operator* I8x16GeU(); in NON_EXPORTED_BASE()
568 const Operator* S128Load(); in NON_EXPORTED_BASE()
569 const Operator* S128Store(); in NON_EXPORTED_BASE()
571 const Operator* S128Zero(); in NON_EXPORTED_BASE()
572 const Operator* S128And(); in NON_EXPORTED_BASE()
573 const Operator* S128Or(); in NON_EXPORTED_BASE()
574 const Operator* S128Xor(); in NON_EXPORTED_BASE()
575 const Operator* S128Not(); in NON_EXPORTED_BASE()
576 const Operator* S128Select(); in NON_EXPORTED_BASE()
578 const Operator* S8x16Shuffle(const uint8_t shuffle[16]); in NON_EXPORTED_BASE()
580 const Operator* S1x4AnyTrue(); in NON_EXPORTED_BASE()
581 const Operator* S1x4AllTrue(); in NON_EXPORTED_BASE()
582 const Operator* S1x8AnyTrue(); in NON_EXPORTED_BASE()
583 const Operator* S1x8AllTrue(); in NON_EXPORTED_BASE()
584 const Operator* S1x16AnyTrue(); in NON_EXPORTED_BASE()
585 const Operator* S1x16AllTrue(); in NON_EXPORTED_BASE()
588 const Operator* Load(LoadRepresentation rep); in NON_EXPORTED_BASE()
589 const Operator* PoisonedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
590 const Operator* ProtectedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
593 const Operator* Store(StoreRepresentation rep); in NON_EXPORTED_BASE()
594 const Operator* ProtectedStore(MachineRepresentation rep); in NON_EXPORTED_BASE()
597 const Operator* UnalignedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
600 const Operator* UnalignedStore(UnalignedStoreRepresentation rep); in NON_EXPORTED_BASE()
602 const Operator* StackSlot(int size, int alignment = 0); in NON_EXPORTED_BASE()
603 const Operator* StackSlot(MachineRepresentation rep, int alignment = 0); in NON_EXPORTED_BASE()
606 const Operator* TaggedPoisonOnSpeculation(); in NON_EXPORTED_BASE()
607 const Operator* Word32PoisonOnSpeculation(); in NON_EXPORTED_BASE()
608 const Operator* Word64PoisonOnSpeculation(); in NON_EXPORTED_BASE()
611 const Operator* LoadStackPointer(); in NON_EXPORTED_BASE()
612 const Operator* LoadFramePointer(); in NON_EXPORTED_BASE()
613 const Operator* LoadParentFramePointer(); in NON_EXPORTED_BASE()
616 const Operator* Word32AtomicLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
618 const Operator* Word64AtomicLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
620 const Operator* Word32AtomicStore(MachineRepresentation rep); in NON_EXPORTED_BASE()
622 const Operator* Word64AtomicStore(MachineRepresentation rep); in NON_EXPORTED_BASE()
624 const Operator* Word32AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
626 const Operator* Word64AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
628 const Operator* Word32AtomicCompareExchange(MachineType type); in NON_EXPORTED_BASE()
630 const Operator* Word64AtomicCompareExchange(MachineType type); in NON_EXPORTED_BASE()
632 const Operator* Word32AtomicAdd(MachineType type); in NON_EXPORTED_BASE()
634 const Operator* Word32AtomicSub(MachineType type); in NON_EXPORTED_BASE()
636 const Operator* Word32AtomicAnd(MachineType type); in NON_EXPORTED_BASE()
638 const Operator* Word32AtomicOr(MachineType type); in NON_EXPORTED_BASE()
640 const Operator* Word32AtomicXor(MachineType rep); in NON_EXPORTED_BASE()
642 const Operator* Word64AtomicAdd(MachineType rep); in NON_EXPORTED_BASE()
644 const Operator* Word64AtomicSub(MachineType type); in NON_EXPORTED_BASE()
646 const Operator* Word64AtomicAnd(MachineType type); in NON_EXPORTED_BASE()
648 const Operator* Word64AtomicOr(MachineType type); in NON_EXPORTED_BASE()
650 const Operator* Word64AtomicXor(MachineType rep); in NON_EXPORTED_BASE()
652 const Operator* Word64AtomicNarrowAdd(MachineType type); in NON_EXPORTED_BASE()
654 const Operator* Word64AtomicNarrowSub(MachineType type); in NON_EXPORTED_BASE()
656 const Operator* Word64AtomicNarrowAnd(MachineType type); in NON_EXPORTED_BASE()
658 const Operator* Word64AtomicNarrowOr(MachineType type); in NON_EXPORTED_BASE()
660 const Operator* Word64AtomicNarrowXor(MachineType type); in NON_EXPORTED_BASE()
662 const Operator* Word64AtomicNarrowExchange(MachineType type); in NON_EXPORTED_BASE()
664 const Operator* Word64AtomicNarrowCompareExchange(MachineType type); in NON_EXPORTED_BASE()
666 const Operator* Word32AtomicPairLoad(); in NON_EXPORTED_BASE()
668 const Operator* Word32AtomicPairStore(); in NON_EXPORTED_BASE()
670 const Operator* Word32AtomicPairAdd(); in NON_EXPORTED_BASE()
672 const Operator* Word32AtomicPairSub(); in NON_EXPORTED_BASE()
674 const Operator* Word32AtomicPairAnd(); in NON_EXPORTED_BASE()
676 const Operator* Word32AtomicPairOr(); in NON_EXPORTED_BASE()
678 const Operator* Word32AtomicPairXor(); in NON_EXPORTED_BASE()
680 const Operator* Word32AtomicPairExchange(); in NON_EXPORTED_BASE()
683 const Operator* Word32AtomicPairCompareExchange(); in NON_EXPORTED_BASE()
724 const Operator* Prefix##Suffix() { \ in NON_EXPORTED_BASE()