Searched refs:Pav_OR (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.h | 374 Pav_AND, Pav_OR, Pav_XOR, /* Bitwise */ enumerator
|
D | host_ppc_isel.c | 5157 addInstr(env, PPCInstr_AvBinary(Pav_OR, isNanLR, in iselVecExpr_wrk() 5162 addInstr(env, PPCInstr_AvBinary(Pav_OR, dst, dst, isNanLR)); in iselVecExpr_wrk() 5168 case Iop_OrV128: op = Pav_OR; goto do_AvBin; in iselVecExpr_wrk()
|
D | host_ppc_defs.c | 585 case Pav_OR: return "vor"; in showPPCAvOp() 4864 case Pav_OR: opc2 = 1156; break; // vor in emit_PPCInstr()
|