Searched refs:MIPSUnaryOp (Results 1 – 3 of 3) sorted by relevance
232 } MIPSUnaryOp; typedef234 extern const HChar *showMIPSUnaryOp(MIPSUnaryOp);411 MIPSUnaryOp op;614 extern MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src);
657 const HChar *showMIPSUnaryOp(MIPSUnaryOp op) in showMIPSUnaryOp()792 MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src) in MIPSInstr_Unary()
1683 MIPSUnaryOp op = (op_unop == Iop_Clz64) ? Mun_DCLZ : Mun_CLZ; in iselWordExpr_R_wrk()