Lines Matching refs:oper_name
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()
13377 const HChar * oper_name = NULL; in dis_vxv_sp_arith() local
13384 oper_name = "madd"; in dis_vxv_sp_arith()
13391 oper_name = "sub"; in dis_vxv_sp_arith()
13408 DIP("xv%sm%s%s v%d,v%d,v%d\n", negate ? "n" : "", oper_name, msp ? "msp" : "asp", in dis_vxv_sp_arith()