Home | History | Annotate | Download | only in arm64

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
1260 Register source = StackPointer();
1262 bic(csp, source, 0xf);
1263 source = csp;
1267 sub(csp, source, imm_top_12_bits << 12);
1268 source = csp;
1272 sub(csp, source, imm);