Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h318 Pun_NOT, enumerator
Dhost_ppc_isel.c1644 addInstr(env, PPCInstr_Unary(Pun_NOT,r_dst,r_src)); in iselWordExpr_R_wrk()
2918 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpLo,xLo)); in iselInt64Expr_wrk()
2919 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpHi,xHi)); in iselInt64Expr_wrk()
Dhost_ppc_defs.c577 case Pun_NOT: return "not"; in showPPCUnaryOp()
2939 case Pun_NOT: // nor r_dst,r_src,r_src in emit_PPCInstr()