Lines Matching refs:MIPSRH
583 MIPSRH *MIPSRH_Imm(Bool syned, UShort imm16) in MIPSRH_Imm()
585 MIPSRH *op = LibVEX_Alloc_inline(sizeof(MIPSRH)); in MIPSRH_Imm()
597 MIPSRH *MIPSRH_Reg(HReg reg) in MIPSRH_Reg()
599 MIPSRH *op = LibVEX_Alloc_inline(sizeof(MIPSRH)); in MIPSRH_Reg()
605 void ppMIPSRH(MIPSRH * op, Bool mode64) in ppMIPSRH()
627 static void addRegUsage_MIPSRH(HRegUsage * u, MIPSRH * op) in addRegUsage_MIPSRH()
641 static void mapRegs_MIPSRH(HRegRemap * m, MIPSRH * op) in mapRegs_MIPSRH()
768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR) in MIPSInstr_Alu()
780 MIPSRH * srcR) in MIPSInstr_Shft()
1190 MIPSRH *rh_srcR = i->Min.Alu.srcR; in ppMIPSInstr()
1203 MIPSRH *rh_srcR = i->Min.Shft.srcR; in ppMIPSInstr()
2527 MIPSRH *srcR = i->Min.Alu.srcR; in emit_MIPSInstr()
2639 MIPSRH *srcR = i->Min.Shft.srcR; in emit_MIPSInstr()