mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 15:18:45 +00:00
opcodes
This commit is contained in:
parent
58394d24cb
commit
cd59b6529c
1 changed files with 11 additions and 11 deletions
|
@ -96,11 +96,11 @@ 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, )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue