Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h335 PPCAluOp; typedef
338 HChar* showPPCAluOp ( PPCAluOp,
550 PPCAluOp op;
963 extern PPCInstr* PPCInstr_Alu ( PPCAluOp, HReg, HReg, PPCRH* );
Dhost_ppc_isel.c1268 PPCAluOp aluOp; in iselWordExpr_R_wrk()
2952 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR : in iselInt64Expr_wrk()
Dhost_ppc_defs.c586 HChar* showPPCAluOp ( PPCAluOp op, Bool immR ) { in showPPCAluOp()
763 PPCInstr* PPCInstr_Alu ( PPCAluOp op, HReg dst, in PPCInstr_Alu()