Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h308 PPCAluOp; typedef
311 const HChar* showPPCAluOp ( PPCAluOp,
552 PPCAluOp op;
1002 extern PPCInstr* PPCInstr_Alu ( PPCAluOp, HReg, HReg, PPCRH* );
Dhost_ppc_isel.c1431 PPCAluOp aluOp; in iselWordExpr_R_wrk()
3278 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR : in iselInt64Expr_wrk()
Dhost_ppc_defs.c506 const HChar* showPPCAluOp ( PPCAluOp op, Bool immR ) { in showPPCAluOp()
713 PPCInstr* PPCInstr_Alu ( PPCAluOp op, HReg dst, in PPCInstr_Alu()