• 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	condbr19_f1
19	.p2align	2
20	.type	condbr19_f1,@function
21condbr19_f1:
22	b.eq condbr19_label
23.Lfunc_end0:
24	.size	condbr19_f1, .Lfunc_end0-condbr19_f1
25
26
27.globl	condbr19_label
28.p2align	2
29condbr19_label:
30	mov	w0, #1
31	ret
32
33
34	.globl	condbr19_test
35	.p2align	2
36	.type	condbr19_test,@function
37condbr19_test:
38	stp	x29, x30, [sp, #-16]!
39	mov	x29, sp
40	bl	condbr19_f1
41	ldp	x29, x30, [sp], #16
42	ret
43.Lfunc_end1:
44	.size	condbr19_test, .Lfunc_end1-condbr19_test
45
46
47	.section	".note.GNU-stack","",@progbits
48	.addrsig
49	.addrsig_sym condbr19_f1
50