Lines Matching refs:Word32
3828 V(I32AtomicAdd, Add, Uint32, Word32) \
3830 V(I32AtomicAdd8U, Add, Uint8, Word32) \
3831 V(I32AtomicAdd16U, Add, Uint16, Word32) \
3835 V(I32AtomicSub, Sub, Uint32, Word32) \
3837 V(I32AtomicSub8U, Sub, Uint8, Word32) \
3838 V(I32AtomicSub16U, Sub, Uint16, Word32) \
3842 V(I32AtomicAnd, And, Uint32, Word32) \
3844 V(I32AtomicAnd8U, And, Uint8, Word32) \
3846 V(I32AtomicAnd16U, And, Uint16, Word32) \
3849 V(I32AtomicOr, Or, Uint32, Word32) \
3851 V(I32AtomicOr8U, Or, Uint8, Word32) \
3852 V(I32AtomicOr16U, Or, Uint16, Word32) \
3856 V(I32AtomicXor, Xor, Uint32, Word32) \
3858 V(I32AtomicXor8U, Xor, Uint8, Word32) \
3859 V(I32AtomicXor16U, Xor, Uint16, Word32) \
3863 V(I32AtomicExchange, Exchange, Uint32, Word32) \
3865 V(I32AtomicExchange8U, Exchange, Uint8, Word32) \
3866 V(I32AtomicExchange16U, Exchange, Uint16, Word32) \
3872 V(I32AtomicCompareExchange, Uint32, Word32) \
3874 V(I32AtomicCompareExchange8U, Uint8, Word32) \
3875 V(I32AtomicCompareExchange16U, Uint16, Word32) \
3881 V(I32AtomicLoad, Uint32, Word32) \
3883 V(I32AtomicLoad8U, Uint8, Word32) \
3884 V(I32AtomicLoad16U, Uint16, Word32) \
3890 V(I32AtomicStore, Uint32, kWord32, Word32) \
3892 V(I32AtomicStore8U, Uint8, kWord8, Word32) \
3893 V(I32AtomicStore16U, Uint16, kWord16, Word32) \