fixed case S_OR_B64 for blazing chrome
This commit is contained in:
parent
2ac9ae3eb1
commit
ef3c8cf282
|
@ -107,6 +107,8 @@ void Translator::S_MOV_B64(const GcnInst& inst) {
|
|||
void Translator::S_OR_B64(NegateMode negate, const GcnInst& inst) {
|
||||
const auto get_src = [&](const InstOperand& operand) {
|
||||
switch (operand.field) {
|
||||
case OperandField::ExecLo:
|
||||
return ir.GetExec();
|
||||
case OperandField::VccLo:
|
||||
return ir.GetVcc();
|
||||
case OperandField::ScalarGPR:
|
||||
|
|
Loading…
Reference in New Issue