Home | History | Annotate | Download | only in exp-ptrcheck

Lines Matching full:arith

143          } Arith;
192 xe.XE.Arith.seg1 = seg1;
193 xe.XE.Arith.seg2 = seg2;
194 xe.XE.Arith.opname = opname;
464 Seg* seg1 = xe->XE.Arith.seg1;
465 Seg* seg2 = xe->XE.Arith.seg2;
473 emit( " <kind>Arith</kind>\n");
475 xe->XE.Arith.opname );
505 xe->XE.Arith.opname );
727 else if (VG_STREQ(name, "Arith")) skind = XS_Arith;
772 case XE_Arith: return "Arith";