Home | History | Annotate | Download | only in compiler

Lines Matching refs:Word64

3829   V(I64AtomicAdd, Add, Uint64, Word64)              \
3832 V(I64AtomicAdd8U, Add, Uint8, Word64) \
3833 V(I64AtomicAdd16U, Add, Uint16, Word64) \
3834 V(I64AtomicAdd32U, Add, Uint32, Word64) \
3836 V(I64AtomicSub, Sub, Uint64, Word64) \
3839 V(I64AtomicSub8U, Sub, Uint8, Word64) \
3840 V(I64AtomicSub16U, Sub, Uint16, Word64) \
3841 V(I64AtomicSub32U, Sub, Uint32, Word64) \
3843 V(I64AtomicAnd, And, Uint64, Word64) \
3845 V(I64AtomicAnd16U, And, Uint16, Word64) \
3847 V(I64AtomicAnd8U, And, Uint8, Word64) \
3848 V(I64AtomicAnd32U, And, Uint32, Word64) \
3850 V(I64AtomicOr, Or, Uint64, Word64) \
3853 V(I64AtomicOr8U, Or, Uint8, Word64) \
3854 V(I64AtomicOr16U, Or, Uint16, Word64) \
3855 V(I64AtomicOr32U, Or, Uint32, Word64) \
3857 V(I64AtomicXor, Xor, Uint64, Word64) \
3860 V(I64AtomicXor8U, Xor, Uint8, Word64) \
3861 V(I64AtomicXor16U, Xor, Uint16, Word64) \
3862 V(I64AtomicXor32U, Xor, Uint32, Word64) \
3864 V(I64AtomicExchange, Exchange, Uint64, Word64) \
3867 V(I64AtomicExchange8U, Exchange, Uint8, Word64) \
3868 V(I64AtomicExchange16U, Exchange, Uint16, Word64) \
3869 V(I64AtomicExchange32U, Exchange, Uint32, Word64)
3873 V(I64AtomicCompareExchange, Uint64, Word64) \
3876 V(I64AtomicCompareExchange8U, Uint8, Word64) \
3877 V(I64AtomicCompareExchange16U, Uint16, Word64) \
3878 V(I64AtomicCompareExchange32U, Uint32, Word64)
3882 V(I64AtomicLoad, Uint64, Word64) \
3885 V(I64AtomicLoad8U, Uint8, Word64) \
3886 V(I64AtomicLoad16U, Uint16, Word64) \
3887 V(I64AtomicLoad32U, Uint32, Word64)
3891 V(I64AtomicStore, Uint64, kWord64, Word64) \
3894 V(I64AtomicStore8U, Uint8, kWord8, Word64) \
3895 V(I64AtomicStore16U, Uint16, kWord16, Word64) \
3896 V(I64AtomicStore32U, Uint32, kWord32, Word64)