mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
add S_LOAD_DWORDX2
This commit is contained in:
parent
dc6fd70130
commit
837bf41dd9
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ static constexpr u32 SQ_SRC_LITERAL = 0xFF;
|
|||
|
||||
void Translator::EmitScalarMemory(const GcnInst& inst) {
|
||||
switch (inst.opcode) {
|
||||
case Opcode::S_LOAD_DWORDX2:
|
||||
return S_LOAD_DWORD(2, inst);
|
||||
case Opcode::S_LOAD_DWORDX4:
|
||||
return S_LOAD_DWORD(4, inst);
|
||||
case Opcode::S_LOAD_DWORDX8:
|
||||
|
|
Loading…
Add table
Reference in a new issue