mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 20:36:16 +00:00
BUFFER_ATOMIC_CMPSWAP (#3045)
This commit is contained in:
parent
952cef5a15
commit
ce84e80f65
6 changed files with 37 additions and 0 deletions
|
@ -126,6 +126,7 @@ OPCODE(BufferAtomicAnd32, U32, Opaq
|
|||
OPCODE(BufferAtomicOr32, U32, Opaque, Opaque, U32, )
|
||||
OPCODE(BufferAtomicXor32, U32, Opaque, Opaque, U32, )
|
||||
OPCODE(BufferAtomicSwap32, U32, Opaque, Opaque, U32, )
|
||||
OPCODE(BufferAtomicCmpSwap32, U32, Opaque, Opaque, U32, U32, )
|
||||
|
||||
// Vector utility
|
||||
OPCODE(CompositeConstructU32x2, U32x2, U32, U32, )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue