mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
V_NOP
V_NOP = Do nothing
This commit is contained in:
parent
d8b9d82ffa
commit
a9c1d1d59b
@ -305,6 +305,8 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
|
|||||||
return V_MBCNT_U32_B32(true, inst);
|
return V_MBCNT_U32_B32(true, inst);
|
||||||
case Opcode::V_MBCNT_HI_U32_B32:
|
case Opcode::V_MBCNT_HI_U32_B32:
|
||||||
return V_MBCNT_U32_B32(false, inst);
|
return V_MBCNT_U32_B32(false, inst);
|
||||||
|
case Opcode::V_NOP:
|
||||||
|
return;
|
||||||
default:
|
default:
|
||||||
LogMissingOpcode(inst);
|
LogMissingOpcode(inst);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user