Update opcodes.inc

This commit is contained in:
DanielSvoboda 2024-07-29 19:10:05 -03:00 committed by GitHub
parent 287ecd434f
commit e2bd5a03c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,10 @@ OPCODE(LoadBufferFormatF32, F32, Opaq
OPCODE(LoadBufferFormatF32x2, F32x2, Opaque, Opaque, )
OPCODE(LoadBufferFormatF32x3, F32x3, Opaque, Opaque, )
OPCODE(LoadBufferFormatF32x4, F32x4, Opaque, Opaque, )
OPCODE(LoadBufferFormatF64, F64, Opaque, Opaque, )
OPCODE(LoadBufferFormatF64x2, F32x2, Opaque, Opaque, )
OPCODE(LoadBufferFormatF64x3, F32x3, Opaque, Opaque, )
OPCODE(LoadBufferFormatF64x4, F32x4, Opaque, Opaque, )
OPCODE(LoadBufferU32, U32, Opaque, Opaque, )
OPCODE(StoreBufferF32, Void, Opaque, Opaque, F32, )
OPCODE(StoreBufferF32x2, Void, Opaque, Opaque, F32x2, )