Implement SET_PC_B64 instruction (#2823)

* basic impl

* minor improvements

* clang

* more clang

* improvements requested by squidbus
This commit is contained in:
Fire Cube
2025-04-21 23:25:15 +02:00
committed by GitHub
parent 5be726ca3b
commit 0c86c54d48
3 changed files with 62 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ void Translator::EmitFlowControl(u32 pc, const GcnInst& inst) {
return;
case Opcode::S_GETPC_B64:
return S_GETPC_B64(pc, inst);
case Opcode::S_SETPC_B64:
case Opcode::S_WAITCNT:
case Opcode::S_NOP:
case Opcode::S_ENDPGM: