mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
V_NOP
V_NOP = Do nothing
This commit is contained in:
parent
d8b9d82ffa
commit
a9c1d1d59b
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
|
|||
return V_MBCNT_U32_B32(true, inst);
|
||||
case Opcode::V_MBCNT_HI_U32_B32:
|
||||
return V_MBCNT_U32_B32(false, inst);
|
||||
case Opcode::V_NOP:
|
||||
return;
|
||||
default:
|
||||
LogMissingOpcode(inst);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue