Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.h245 } MIPSAluOp; typedef
247 extern const HChar *showMIPSAluOp(MIPSAluOp,
393 MIPSAluOp op;
612 extern MIPSInstr *MIPSInstr_Alu(MIPSAluOp, HReg, HReg, MIPSRH *);
Dhost_mips_isel.c823 MIPSAluOp aluOp; in iselWordExpr_R_wrk()
1669 MIPSAluOp op = (op_unop == Iop_Left64) ? Malu_DSUB : Malu_SUB; in iselWordExpr_R_wrk()
2484 MIPSAluOp op = (op_binop == Iop_Or64) ? Malu_OR : in iselInt64Expr_wrk()
Dhost_mips_defs.c683 const HChar *showMIPSAluOp(MIPSAluOp op, Bool immR) in showMIPSAluOp()
768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR) in MIPSInstr_Alu()