Home | History | Annotate | Download | only in s390x

Lines Matching refs:As

22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 // Rewrite BR/BL to symbol as TYPE_BRANCH.
44 switch p.As {
56 switch p.As {
110 switch p.As {
114 p.As = AADDC
120 p.As = AADD
133 if p.As == AEXRL {
143 if p.To.Type != obj.TYPE_REG || p.As != AMOVD {
151 q.As = AADD
175 if p.As == obj.ATEXT || p.As == obj.AFUNCDATA || p.As == obj.ACALL || p.As == obj.ARET || p.As == obj.AJMP {
187 p1.As = AMOVD
194 p2.As = p.As
251 switch p.As {
329 for q1.As == obj.ANOP {
379 switch p.As {
417 q.As = AMOVD
425 q.As = AMOVD
434 // (e.g. gogo) are not identified as leaves but still have
464 q.As = AMOVD
472 q.As = ACMP
479 q.As = ABEQ
484 q.As = AMOVD
492 q.As = AADD
500 q.As = ACMP
507 q.As = ABNE
512 q.As = AADD
520 q.As = AMOVD
529 q.As = obj.ANOP
544 p.As = ABR
557 p.As = AADD
565 q.As = ABR
574 p.As = AMOVD
585 q.As = AADD
594 q.As = ABR
668 p.As = AMOVD
693 p.As = ACMPUBGE
697 //p.As = ACMPU
704 //p.As = ABGE
713 p.As = AADD
724 p.As = ACMPUBGE
745 p.As = ACMP
753 p.As = ABEQ
757 p.As = AADD
765 p.As = ASUB
772 p.As = AMOVD
782 p.As = ACMPUBGE
794 spfix.As = obj.ANOP
800 pcdata.As = obj.APCDATA
809 p.As = AMOVD
821 p.As = ABL
834 p.As = ABR
853 func relinv(a obj.As) obj.As {
882 var b obj.As
885 a := p.As
919 a = q.As
957 r.As = b
972 q.As = a
1010 var unaryDst = map[obj.As]bool{