mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
irjit: Fix mtv for INF4.
This commit is contained in:
parent
670334bd0c
commit
021f4adfad
2 changed files with 2 additions and 2 deletions
|
@ -993,7 +993,7 @@ namespace MIPSComp {
|
|||
ir.Write(IROp::AndConst, IRTEMP_0, rt, ir.AddConstant(mask));
|
||||
ir.Write(IROp::SetCtrlVFPUReg, imm - 128, IRTEMP_0);
|
||||
} else {
|
||||
ir.Write(IROp::SetCtrlVFPU, imm - 128, rt);
|
||||
ir.Write(IROp::SetCtrlVFPUReg, imm - 128, rt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ static const IRMeta irMeta[] = {
|
|||
{ IROp::SetCtrlVFPUFReg, "SetCtrlVFPUFReg", "TF" },
|
||||
{ IROp::FCmovVfpuCC, "FCmovVfpuCC", "FFI" },
|
||||
{ IROp::FCmpVfpuBit, "FCmpVfpuBit", "IFF" },
|
||||
{ IROp::FCmpVfpuAggregate, "FCmpVfpuAggregate", "" },
|
||||
{ IROp::FCmpVfpuAggregate, "FCmpVfpuAggregate", "I" },
|
||||
{ IROp::Vec4Init, "Vec4Init", "Vv" },
|
||||
{ IROp::Vec4Shuffle, "Vec4Shuffle", "VVs" },
|
||||
{ IROp::Vec4Mov, "Vec4Mov", "VV" },
|
||||
|
|
Loading…
Add table
Reference in a new issue