Home
last modified time | relevance | path

Searched refs:MIPSUnaryOp (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h232 } MIPSUnaryOp; typedef
234 extern const HChar *showMIPSUnaryOp(MIPSUnaryOp);
411 MIPSUnaryOp op;
614 extern MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src);
Dhost_mips_defs.c657 const HChar *showMIPSUnaryOp(MIPSUnaryOp op) in showMIPSUnaryOp()
792 MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src) in MIPSInstr_Unary()
Dhost_mips_isel.c1683 MIPSUnaryOp op = (op_unop == Iop_Clz64) ? Mun_DCLZ : Mun_CLZ; in iselWordExpr_R_wrk()