Home | History | Annotate | Download | only in arm

Lines Matching defs:osr

1739 		o1 = osr(ctxt, p.As, int(p.From.Reg), int32(ctxt.Instoffset), r, int(p.Scond))
2011 o2 = osr(ctxt, p.As, int(p.From.Reg), 0, REGTMP, int(p.Scond))
2701 func osr(ctxt *obj.Link, a obj.As, r int, v int32, b int, sc int) uint32 {