Home | History | Annotate | Download | only in priv

Lines Matching refs:MIPSRH

948 MIPSRH *MIPSRH_Imm(Bool syned, UShort imm16)
950 MIPSRH *op = LibVEX_Alloc(sizeof(MIPSRH));
962 MIPSRH *MIPSRH_Reg(HReg reg)
964 MIPSRH *op = LibVEX_Alloc(sizeof(MIPSRH));
970 void ppMIPSRH(MIPSRH * op, Bool mode64)
989 /* An MIPSRH can only be used in a "read" context (what would it mean
992 static void addRegUsage_MIPSRH(HRegUsage * u, MIPSRH * op)
1006 static void mapRegs_MIPSRH(HRegRemap * m, MIPSRH * op)
1118 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
1130 MIPSRH * srcR)
1436 MIPSInstr *MIPSInstr_MovCond(HReg dst, HReg argL, MIPSRH * argR, HReg condR,
1496 MIPSRH *rh_srcR = i->Min.Alu.srcR;
1509 MIPSRH *rh_srcR = i->Min.Shft.srcR;
2709 MIPSRH *srcR = i->Min.MovCond.srcR;
2738 MIPSRH *srcR = i->Min.Alu.srcR;
2827 MIPSRH *srcR = i->Min.Shft.srcR;