• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2* Copyright (C) 2025 Huawei Device Co., Ltd.
3* Licensed under the Apache License, Version 2.0 (the "License");
4* you may not use this file except in compliance with the License.
5* You may obtain a copy of the License at
6*
7*	http://www.apache.org/licenses/LICENSE-2.0
8*
9* Unless required by applicable law or agreed to in writing, software
10* distributed under the License is distributed on an "AS IS" BASIS,
11* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12* See the License for the specific language governing permissions and
13* limitations under the License.
14*/
15	.text
16
17
18	.globl	tstbr14_f1
19	.p2align	2
20	.type	tstbr14_f1,@function
21tstbr14_f1:
22	tbz w0, #1, tstbr14_label
23.Lfunc_end0:
24	.size	tstbr14_f1, .Lfunc_end0-tstbr14_f1
25
26
27.globl	tstbr14_label
28.p2align	2
29tstbr14_label:
30	mov	w0, #1
31	ret
32
33
34	.globl	tstbr14_test
35	.p2align	2
36	.type	tstbr14_test,@function
37tstbr14_test:
38	stp	x29, x30, [sp, #-16]!
39	mov	x29, sp
40	bl	tstbr14_f1
41	ldp	x29, x30, [sp], #16
42	ret
43.Lfunc_end1:
44	.size	tstbr14_test, .Lfunc_end1-tstbr14_test
45
46
47	.section	".note.GNU-stack","",@progbits
48	.addrsig
49	.addrsig_sym tstbr14_f1
50