mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
s_flbit_i32_b64 (#3033)
* s_flbit_i32_b64 * Split FindUMsb64 into two 32bit ops
This commit is contained in:
committed by
GitHub
parent
43bf4ed1bc
commit
fff3bf9917
@@ -349,6 +349,7 @@ OPCODE(BitwiseNot32, U32, U32,
|
||||
|
||||
OPCODE(FindSMsb32, U32, U32, )
|
||||
OPCODE(FindUMsb32, U32, U32, )
|
||||
OPCODE(FindUMsb64, U32, U64, )
|
||||
OPCODE(FindILsb32, U32, U32, )
|
||||
OPCODE(FindILsb64, U32, U64, )
|
||||
OPCODE(SMin32, U32, U32, U32, )
|
||||
|
||||
Reference in New Issue
Block a user