mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 06:38:46 +00:00
opcodes
This commit is contained in:
parent
58394d24cb
commit
cd59b6529c
1 changed files with 11 additions and 11 deletions
|
@ -96,17 +96,17 @@ OPCODE(StoreBufferFormatF32x4, Void, Opaq
|
||||||
OPCODE(StoreBufferU32, Void, Opaque, Opaque, U32, )
|
OPCODE(StoreBufferU32, Void, Opaque, Opaque, U32, )
|
||||||
|
|
||||||
// Buffer atomic operations
|
// Buffer atomic operations
|
||||||
OPCODE(BufferAtomicIAdd32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicIAdd32, Opaque, Void, U32, U32, )
|
||||||
OPCODE(BufferAtomicSMin32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicSMin32, U32, U32, U32, )
|
||||||
OPCODE(BufferAtomicUMin32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicUMin32, U32, U32, U32, )
|
||||||
OPCODE(BufferAtomicSMax32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicSMax32, U32, U32, U32, )
|
||||||
OPCODE(BufferAtomicUMax32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicUMax32, U32, U32, U32, )
|
||||||
OPCODE(BufferAtomicInc32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicInc32, U32, Opaque, Opaque, U32, )
|
||||||
OPCODE(BufferAtomicDec32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicDec32, U32, Opaque, Opaque, U32, )
|
||||||
OPCODE(BufferAtomicAnd32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicAnd32, U32, Opaque, Opaque, U32, )
|
||||||
OPCODE(BufferAtomicOr32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicOr32, U32, Opaque, Opaque, U32, )
|
||||||
OPCODE(BufferAtomicXor32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicXor32, U32, Opaque, Opaque, U32, )
|
||||||
OPCODE(BufferAtomicExchange32, U32, Opaque, Opaque, U32, )
|
OPCODE(BufferAtomicExchange32, U32, Opaque, Opaque, U32, )
|
||||||
|
|
||||||
// Vector utility
|
// Vector utility
|
||||||
OPCODE(CompositeConstructU32x2, U32x2, U32, U32, )
|
OPCODE(CompositeConstructU32x2, U32x2, U32, U32, )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue