mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-11 07:34:08 +00:00
irjit: Remove Comp_ITypeMemLR.
This commit is contained in:
parent
544344f505
commit
b6bb0159e3
@ -44,12 +44,6 @@
|
||||
#define INVALIDOP { Comp_Generic(op); return; }
|
||||
|
||||
namespace MIPSComp {
|
||||
void IRFrontend::Comp_ITypeMemLR(MIPSOpcode op, bool load) {
|
||||
CONDITIONAL_DISABLE;
|
||||
// Should never get here, done in Comp_ITypeMem().
|
||||
INVALIDOP;
|
||||
}
|
||||
|
||||
void IRFrontend::Comp_ITypeMem(MIPSOpcode op) {
|
||||
CONDITIONAL_DISABLE;
|
||||
|
||||
|
@ -132,9 +132,6 @@ private:
|
||||
void GetVectorRegs(u8 regs[4], VectorSize N, int vectorReg);
|
||||
void GetMatrixRegs(u8 regs[16], MatrixSize N, int matrixReg);
|
||||
|
||||
// Utils
|
||||
void Comp_ITypeMemLR(MIPSOpcode op, bool load);
|
||||
|
||||
// State
|
||||
JitState js;
|
||||
IRWriter ir;
|
||||
|
Loading…
Reference in New Issue
Block a user