mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
add S_LOAD_DWORDX2
This commit is contained in:
parent
dc6fd70130
commit
837bf41dd9
@ -9,6 +9,8 @@ static constexpr u32 SQ_SRC_LITERAL = 0xFF;
|
|||||||
|
|
||||||
void Translator::EmitScalarMemory(const GcnInst& inst) {
|
void Translator::EmitScalarMemory(const GcnInst& inst) {
|
||||||
switch (inst.opcode) {
|
switch (inst.opcode) {
|
||||||
|
case Opcode::S_LOAD_DWORDX2:
|
||||||
|
return S_LOAD_DWORD(2, inst);
|
||||||
case Opcode::S_LOAD_DWORDX4:
|
case Opcode::S_LOAD_DWORDX4:
|
||||||
return S_LOAD_DWORD(4, inst);
|
return S_LOAD_DWORD(4, inst);
|
||||||
case Opcode::S_LOAD_DWORDX8:
|
case Opcode::S_LOAD_DWORDX8:
|
||||||
|
Loading…
Reference in New Issue
Block a user