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

Lines Matching defs:Arith

144          } Arith;
196 xe.XE.Arith.seg1 = seg1;
197 xe.XE.Arith.seg2 = seg2;
198 xe.XE.Arith.opname = opname;
469 Seg* seg1 = xe->XE.Arith.seg1;
470 Seg* seg2 = xe->XE.Arith.seg2;
479 xe->XE.Arith.opname );
509 xe->XE.Arith.opname );
729 else if (VG_STREQ(name, "Arith")) skind = XS_Arith;
774 case XE_Arith: return "Arith";