Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h291 Pun_NOT, enumerator
Dhost_ppc_isel.c1973 addInstr(env, PPCInstr_Unary(Pun_NOT,r_dst,r_src)); in iselWordExpr_R_wrk()
3723 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpLo,xLo)); in iselInt64Expr_wrk()
3724 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpHi,xHi)); in iselInt64Expr_wrk()
Dhost_ppc_defs.c497 case Pun_NOT: return "not"; in showPPCUnaryOp()
4254 case Pun_NOT: // nor r_dst,r_src,r_src in emit_PPCInstr()