Searched refs:oper_name (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 13040 const HChar * oper_name; in dis_vxv_dp_arith() local 13044 oper_name = "div"; in dis_vxv_dp_arith() 13048 oper_name = "mul"; in dis_vxv_dp_arith() 13052 oper_name = "add"; in dis_vxv_dp_arith() 13056 oper_name = "sub"; in dis_vxv_dp_arith() 13064 DIP("xv%sdp v%d,v%d,v%d\n", oper_name, (UInt)XT, (UInt)XA, (UInt)XB); in dis_vxv_dp_arith() 13109 const HChar * oper_name = NULL; in dis_vxv_dp_arith() local 13116 oper_name = "add"; in dis_vxv_dp_arith() 13123 oper_name = "sub"; in dis_vxv_dp_arith() 13143 DIP("xv%sm%s%s v%d,v%d,v%d\n", negate ? "n" : "", oper_name, mdp ? "mdp" : "adp", in dis_vxv_dp_arith() [all …]
|