Home | History | Annotate | Download | only in priv

Lines Matching refs:MIPSRH

583 MIPSRH *MIPSRH_Imm(Bool syned, UShort imm16)
585 MIPSRH *op = LibVEX_Alloc_inline(sizeof(MIPSRH));
597 MIPSRH *MIPSRH_Reg(HReg reg)
599 MIPSRH *op = LibVEX_Alloc_inline(sizeof(MIPSRH));
605 void ppMIPSRH(MIPSRH * op, Bool mode64)
624 /* An MIPSRH can only be used in a "read" context (what would it mean
627 static void addRegUsage_MIPSRH(HRegUsage * u, MIPSRH * op)
641 static void mapRegs_MIPSRH(HRegRemap * m, MIPSRH * op)
768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
780 MIPSRH * srcR)
1190 MIPSRH *rh_srcR = i->Min.Alu.srcR;
1203 MIPSRH *rh_srcR = i->Min.Shft.srcR;
2527 MIPSRH *srcR = i->Min.Alu.srcR;
2635 MIPSRH *srcR = i->Min.Shft.srcR;