Home | History | Annotate | Download | only in arch

Lines Matching refs:s390x

6 // s390x instruction set, to minimize its interaction
13 "cmd/internal/obj/s390x"
51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
56 case s390x.AFMADD,
57 s390x.AFMADDS,
58 s390x.AFMSUB,
59 s390x.AFMSUBS,
60 s390x.AFNMADD,
61 s390x.AFNMADDS,
62 s390x.AFNMSUB,
63 s390x.AFNMSUBS:
69 // IsS390xCMP reports whether the op (as defined by an s390x.A* constant) is
73 case s390x.ACMP, s390x.ACMPU, s390x.ACMPW, s390x.ACMPWU:
79 // IsS390xNEG reports whether the op (as defined by an s390x.A* constant) is
83 case s390x.ANEG, s390x.ANEGW:
89 // IsS390xWithLength reports whether the op (as defined by an s390x.A* constant)
93 case s390x.AMVC, s390x.ACLC, s390x.AXC, s390x.AOC, s390x.ANC:
95 case s390x.AVLL, s390x.AVSTL:
101 // IsS390xWithIndex reports whether the op (as defined by an s390x.A* constant)
105 case s390x.AVSCEG, s390x.AVSCEF, s390x.AVGEG, s390x.AVGEF:
107 case s390x.AVGMG, s390x.AVGMF, s390x.AVGMH, s390x.AVGMB:
109 case s390x.AVLEIG, s390x.AVLEIF, s390x.AVLEIH, s390x.AVLEIB:
111 case s390x.AVLEG, s390x.AVLEF, s390x.AVLEH, s390x.AVLEB:
113 case s390x.AVSTEG, s390x.AVSTEF, s390x.AVSTEH, s390x.AVSTEB:
115 case s390x.AVPDI:
125 return s390x.REG_AR0 + n, true
129 return s390x.REG_F0 + n, true
133 return s390x.REG_R0 + n, true
137 return s390x.REG_V0 + n, true