x86 stringlengths 122 9.39M | arm stringlengths 122 9.33M | file stringlengths 19 200 | source stringclasses 2
values |
|---|---|---|---|
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -24
leaq L_str(%rip), %rdi
callq _puts
leaq L_.str.1(%rip), %rbx
leaq -20(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
leaq L_str.6(%rip), %rdi
callq _puts
leaq -16(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
leaq L_str.7(%rip), %rdi
callq _puts
leaq -12(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movl -20(%rbp), %ecx
movl -16(%rbp), %esi
movl -12(%rbp), %eax
cmpl %esi, %ecx
jle LBB0_3
## %bb.1:
cmpl %eax, %ecx
jle LBB0_3
## %bb.2:
leaq L_.str.4(%rip), %rdi
movl %ecx, %esi
jmp LBB0_7
LBB0_3:
cmpl %ecx, %esi
jle LBB0_6
## %bb.4:
cmpl %eax, %esi
jle LBB0_6
## %bb.5:
leaq L_.str.5(%rip), %rdi
jmp LBB0_7
LBB0_6:
leaq L_.str.5(%rip), %rdi
movl %eax, %esi
LBB0_7:
xorl %eax, %eax
callq _printf
xorl %eax, %eax
addq $24, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.4: ## @.str.4
.asciz " Largest value is %d "
L_.str.5: ## @.str.5
.asciz "Largest value is %d "
L_str: ## @str
.asciz "Enter 1st value "
L_str.6: ## @str.6
.asciz "Enter 2nd value "
L_str.7: ## @str.7
.asciz "Enter 3rd value "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
sub x8, x29, #20
str x8, [sp]
Lloh2:
adrp x19, l_.str.1@PAGE
Lloh3:
add x19, x19, l_.str.1@PAGEOFF
mov x0, x19
bl _scanf
Lloh4:
adrp x0, l_str.6@PAGE
Lloh5:
add x0, x0, l_str.6@PAGEOFF
bl _puts
add x8, sp, #24
str x8, [sp]
mov x0, x19
bl _scanf
Lloh6:
adrp x0, l_str.7@PAGE
Lloh7:
add x0, x0, l_str.7@PAGEOFF
bl _puts
add x8, sp, #20
str x8, [sp]
mov x0, x19
bl _scanf
ldur w10, [x29, #-20]
ldp w9, w8, [sp, #20]
cmp w10, w8
b.le LBB0_3
; %bb.1:
cmp w10, w9
b.le LBB0_3
; %bb.2:
str x10, [sp]
Lloh8:
adrp x0, l_.str.4@PAGE
Lloh9:
add x0, x0, l_.str.4@PAGEOFF
b LBB0_8
LBB0_3:
cmp w8, w10
b.le LBB0_6
; %bb.4:
cmp w8, w9
b.le LBB0_6
; %bb.5:
str x8, [sp]
b LBB0_7
LBB0_6:
str x9, [sp]
LBB0_7:
Lloh10:
adrp x0, l_.str.5@PAGE
Lloh11:
add x0, x0, l_.str.5@PAGEOFF
LBB0_8:
bl _printf
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh10, Lloh11
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.4: ; @.str.4
.asciz " Largest value is %d "
l_.str.5: ; @.str.5
.asciz "Largest value is %d "
l_str: ; @str
.asciz "Enter 1st value "
l_str.6: ; @str.6
.asciz "Enter 2nd value "
l_str.7: ; @str.7
.asciz "Enter 3rd value "
.subsections_via_symbols
| the_stack_data/103265792.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _parse_port ## -- Begin function parse_port
.p2align 4, 0x90
_parse_port: ## @parse_port
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
subq $56, %rsp
.cfi_offset %rbx, -24
## kill: def $edi killed $edi def $rdi
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
movq _linebuf@GOTPCREL(%rip), %rax
movq (%rax), %rcx
movq _linelen@GOTPCREL(%rip), %rax
movslq (%rax), %rax
leaq (%rcx,%rax), %rbx
testq %rax, %rax
jle LBB0_3
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movzbl (%rbx), %eax
orb $8, %al
cmpb $40, %al
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
decq %rbx
cmpq %rcx, %rbx
ja LBB0_1
LBB0_3:
xorl %eax, %eax
cmpq %rcx, %rbx
je LBB0_27
## %bb.4:
addl $-128, %edi
cmpl $3, %edi
ja LBB0_27
## %bb.5:
leaq LJTI0_0(%rip), %rax
movslq (%rax,%rdi,4), %rcx
addq %rax, %rcx
jmpq *%rcx
LBB0_6:
leaq -44(%rbp), %rcx
leaq -40(%rbp), %r8
leaq -36(%rbp), %r9
leaq -32(%rbp), %r10
leaq -28(%rbp), %r11
leaq L_.str(%rip), %rsi
jmp LBB0_7
LBB0_15:
leaq -44(%rbp), %rcx
leaq -40(%rbp), %r8
leaq -36(%rbp), %r9
leaq -32(%rbp), %r10
leaq -28(%rbp), %r11
leaq L_.str.1(%rip), %rsi
LBB0_7:
leaq -48(%rbp), %rdx
movq %rbx, %rdi
xorl %eax, %eax
pushq %r11
pushq %r10
callq _sscanf
addq $16, %rsp
cmpl $6, %eax
jne LBB0_26
## %bb.8:
cmpl $255, -48(%rbp)
ja LBB0_26
## %bb.9:
cmpl $255, -44(%rbp)
ja LBB0_26
## %bb.10:
cmpl $255, -40(%rbp)
ja LBB0_26
## %bb.11:
cmpl $255, -36(%rbp)
ja LBB0_26
## %bb.12:
movl -32(%rbp), %eax
cmpl $255, %eax
ja LBB0_26
## %bb.13:
movl -28(%rbp), %ecx
cmpl $255, %ecx
ja LBB0_26
## %bb.14:
shll $8, %eax
orl %ecx, %eax
jmp LBB0_27
LBB0_16:
leaq L_.str.2(%rip), %rsi
jmp LBB0_24
LBB0_17:
leaq -44(%rbp), %rcx
leaq -40(%rbp), %r8
leaq -36(%rbp), %r9
subq $8, %rsp
leaq -52(%rbp), %r10
leaq L_.str.3(%rip), %rsi
leaq -48(%rbp), %rdx
movq %rbx, %rdi
xorl %eax, %eax
pushq %r10
callq _sscanf
addq $16, %rsp
cmpl $5, %eax
jne LBB0_23
## %bb.18:
cmpl $255, -48(%rbp)
ja LBB0_23
## %bb.19:
cmpl $255, -44(%rbp)
ja LBB0_23
## %bb.20:
cmpl $255, -40(%rbp)
ja LBB0_23
## %bb.21:
cmpl $255, -36(%rbp)
ja LBB0_23
## %bb.22:
movl -52(%rbp), %eax
cmpl $65536, %eax ## imm = 0x10000
jb LBB0_27
LBB0_23:
leaq L_.str.4(%rip), %rsi
LBB0_24:
leaq -52(%rbp), %rdx
movq %rbx, %rdi
xorl %eax, %eax
callq _sscanf
cmpl $1, %eax
jne LBB0_26
## %bb.25:
movl -52(%rbp), %eax
cmpl $65536, %eax ## imm = 0x10000
jb LBB0_27
LBB0_26:
xorl %eax, %eax
LBB0_27:
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -16(%rbp), %rcx
jne LBB0_29
## %bb.28:
addq $56, %rsp
popq %rbx
popq %rbp
retq
LBB0_29:
callq ___stack_chk_fail
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_6, LBB0_6-LJTI0_0
.set L0_0_set_15, LBB0_15-LJTI0_0
.set L0_0_set_16, LBB0_16-LJTI0_0
.set L0_0_set_17, LBB0_17-LJTI0_0
LJTI0_0:
.long L0_0_set_6
.long L0_0_set_15
.long L0_0_set_16
.long L0_0_set_17
.end_data_region
## -- End function
.comm _linebuf,8,3 ## @linebuf
.comm _linelen,4,2 ## @linelen
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz " %u,%u,%u,%u,%u,%u"
L_.str.1: ## @.str.1
.asciz "(%u,%u,%u,%u,%u,%u)"
L_.str.2: ## @.str.2
.asciz "(|||%u|)"
L_.str.3: ## @.str.3
.asciz " |1|%u.%u.%u.%u|%u|"
L_.str.4: ## @.str.4
.asciz " |2|%*[a-fA-F0-9:]|%u|"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _parse_port ; -- Begin function parse_port
.p2align 2
_parse_port: ; @parse_port
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
Lloh3:
adrp x8, _linebuf@GOTPAGE
Lloh4:
ldr x8, [x8, _linebuf@GOTPAGEOFF]
Lloh5:
ldr x8, [x8]
Lloh6:
adrp x9, _linelen@GOTPAGE
Lloh7:
ldr x9, [x9, _linelen@GOTPAGEOFF]
Lloh8:
ldrsw x9, [x9]
add x19, x8, x9
cmp w9, #1
b.lt LBB0_3
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrb w9, [x19]
orr w9, w9, #0x8
cmp w9, #40
b.eq LBB0_3
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
sub x19, x19, #1
cmp x19, x8
b.hi LBB0_1
LBB0_3:
cmp x19, x8
b.eq LBB0_26
; %bb.4:
sub w8, w0, #128
cmp w8, #3
b.hi LBB0_26
; %bb.5:
Lloh9:
adrp x9, lJTI0_0@PAGE
Lloh10:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_6
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_6:
add x8, sp, #48
add x9, x8, #4
add x10, x8, #8
add x11, x8, #12
add x12, x8, #16
add x8, x8, #20
stp x12, x8, [sp, #24]
stp x10, x11, [sp, #8]
str x9, [sp]
Lloh11:
adrp x1, l_.str@PAGE
Lloh12:
add x1, x1, l_.str@PAGEOFF
b LBB0_8
LBB0_7:
add x8, sp, #48
add x9, x8, #4
add x10, x8, #8
add x11, x8, #12
add x12, x8, #16
add x8, x8, #20
stp x12, x8, [sp, #24]
stp x10, x11, [sp, #8]
str x9, [sp]
Lloh13:
adrp x1, l_.str.1@PAGE
Lloh14:
add x1, x1, l_.str.1@PAGEOFF
LBB0_8:
add x2, sp, #48
mov x0, x19
bl _sscanf
cmp w0, #6
b.ne LBB0_26
; %bb.9:
ldr w8, [sp, #48]
cmp w8, #255
b.hi LBB0_26
; %bb.10:
ldr w8, [sp, #52]
cmp w8, #255
b.hi LBB0_26
; %bb.11:
ldr w8, [sp, #56]
cmp w8, #255
b.hi LBB0_26
; %bb.12:
ldr w8, [sp, #60]
cmp w8, #255
b.hi LBB0_26
; %bb.13:
ldr w8, [sp, #64]
cmp w8, #255
b.hi LBB0_26
; %bb.14:
ldr w9, [sp, #68]
cmp w9, #255
b.hi LBB0_26
; %bb.15:
orr w0, w9, w8, lsl #8
b LBB0_27
LBB0_16:
Lloh15:
adrp x1, l_.str.2@PAGE
Lloh16:
add x1, x1, l_.str.2@PAGEOFF
b LBB0_24
LBB0_17:
add x8, sp, #48
add x9, x8, #4
add x10, x8, #8
add x8, x8, #12
add x11, sp, #44
stp x8, x11, [sp, #16]
stp x9, x10, [sp]
Lloh17:
adrp x1, l_.str.3@PAGE
Lloh18:
add x1, x1, l_.str.3@PAGEOFF
add x2, sp, #48
mov x0, x19
bl _sscanf
cmp w0, #5
b.ne LBB0_23
; %bb.18:
ldr w8, [sp, #48]
cmp w8, #255
b.hi LBB0_23
; %bb.19:
ldr w8, [sp, #52]
cmp w8, #255
b.hi LBB0_23
; %bb.20:
ldr w8, [sp, #56]
cmp w8, #255
b.hi LBB0_23
; %bb.21:
ldr w8, [sp, #60]
cmp w8, #255
b.hi LBB0_23
; %bb.22:
ldr w0, [sp, #44]
cmp w0, #16, lsl #12 ; =65536
b.lo LBB0_27
LBB0_23:
Lloh19:
adrp x1, l_.str.4@PAGE
Lloh20:
add x1, x1, l_.str.4@PAGEOFF
LBB0_24:
add x2, sp, #44
mov x0, x19
bl _sscanf
cmp w0, #1
b.ne LBB0_26
; %bb.25:
ldr w0, [sp, #44]
cmp w0, #16, lsl #12 ; =65536
b.lo LBB0_27
LBB0_26:
mov w0, #0
LBB0_27:
ldur x8, [x29, #-24]
Lloh21:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh22:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh23:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_29
; %bb.28:
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #112
ret
LBB0_29:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_6-LBB0_6)>>2
.byte (LBB0_7-LBB0_6)>>2
.byte (LBB0_16-LBB0_6)>>2
.byte (LBB0_17-LBB0_6)>>2
; -- End function
.comm _linebuf,8,3 ; @linebuf
.comm _linelen,4,2 ; @linelen
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz " %u,%u,%u,%u,%u,%u"
l_.str.1: ; @.str.1
.asciz "(%u,%u,%u,%u,%u,%u)"
l_.str.2: ; @.str.2
.asciz "(|||%u|)"
l_.str.3: ; @.str.3
.asciz " |1|%u.%u.%u.%u|%u|"
l_.str.4: ; @.str.4
.asciz " |2|%*[a-fA-F0-9:]|%u|"
.subsections_via_symbols
| AnghaBench/freebsd/contrib/pf/ftp-proxy/extr_ftp-proxy.c_parse_port.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _test
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _test
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/145451714.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _PAD_ButtonsHeld ## -- Begin function PAD_ButtonsHeld
.p2align 4, 0x90
_PAD_ButtonsHeld: ## @PAD_ButtonsHeld
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _PAD_CHAN0@GOTPCREL(%rip), %rcx
xorl %eax, %eax
cmpl %edi, (%rcx)
jg LBB0_4
## %bb.1:
movq _PAD_CHAN3@GOTPCREL(%rip), %rcx
cmpl %edi, (%rcx)
jl LBB0_4
## %bb.2:
movq ___pad_keys@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movslq %edi, %rdx
cmpl $-1, (%rcx,%rdx,8)
je LBB0_4
## %bb.3:
movl 4(%rcx,%rdx,8), %eax
LBB0_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _PAD_CHAN0,4,2 ## @PAD_CHAN0
.comm _PAD_CHAN3,4,2 ## @PAD_CHAN3
.comm ___pad_keys,8,3 ## @__pad_keys
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _PAD_ButtonsHeld ; -- Begin function PAD_ButtonsHeld
.p2align 2
_PAD_ButtonsHeld: ; @PAD_ButtonsHeld
.cfi_startproc
; %bb.0:
; kill: def $w0 killed $w0 def $x0
Lloh0:
adrp x8, _PAD_CHAN0@GOTPAGE
Lloh1:
ldr x8, [x8, _PAD_CHAN0@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
Lloh3:
adrp x9, _PAD_CHAN3@GOTPAGE
Lloh4:
ldr x9, [x9, _PAD_CHAN3@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
cmp w8, w0
ccmp w9, w0, #8, le
b.lt LBB0_3
; %bb.1:
Lloh6:
adrp x8, ___pad_keys@GOTPAGE
Lloh7:
ldr x8, [x8, ___pad_keys@GOTPAGEOFF]
Lloh8:
ldr x8, [x8]
sbfiz x9, x0, #3, #32
ldr w9, [x8, x9]
cmn w9, #1
b.eq LBB0_3
; %bb.2:
sxtw x9, w0
add x8, x8, x9, lsl #3
ldr w0, [x8, #4]
ret
LBB0_3:
mov w0, #0
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _PAD_CHAN0,4,2 ; @PAD_CHAN0
.comm _PAD_CHAN3,4,2 ; @PAD_CHAN3
.comm ___pad_keys,8,3 ; @__pad_keys
.subsections_via_symbols
| AnghaBench/RetroArch/wii/libogc/libogc/extr_pad.c_PAD_ButtonsHeld.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function cw1200_handle_action_rx
_cw1200_handle_action_rx: ## @cw1200_handle_action_rx
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rsi), %rax
movq (%rax), %rcx
movq _WLAN_CATEGORY_BACK@GOTPCREL(%rip), %rdx
xorl %eax, %eax
cmpq (%rdx), %rcx
sete %al
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _WLAN_CATEGORY_BACK,8,3 ## @WLAN_CATEGORY_BACK
.no_dead_strip _cw1200_handle_action_rx
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function cw1200_handle_action_rx
_cw1200_handle_action_rx: ; @cw1200_handle_action_rx
.cfi_startproc
; %bb.0:
ldr x8, [x1]
ldr x8, [x8]
Lloh0:
adrp x9, _WLAN_CATEGORY_BACK@GOTPAGE
Lloh1:
ldr x9, [x9, _WLAN_CATEGORY_BACK@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
cset w0, eq
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _WLAN_CATEGORY_BACK,8,3 ; @WLAN_CATEGORY_BACK
.no_dead_strip _cw1200_handle_action_rx
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/st/cw1200/extr_txrx.c_cw1200_handle_action_rx.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
leaq L_str(%rip), %rdi
callq _puts
leaq L_str.6(%rip), %rdi
callq _puts
leaq L_.str.2(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -4(%rbp), %rdx
xorl %eax, %eax
callq _scanf
movl -8(%rbp), %esi
movl -4(%rbp), %edx
cmpl %edx, %esi
jle LBB0_3
## %bb.1:
leaq L_.str.3(%rip), %rdi
jmp LBB0_2
LBB0_3:
jge LBB0_5
## %bb.4:
leaq L_.str.4(%rip), %rdi
LBB0_2:
xorl %eax, %eax
callq _printf
jmp LBB0_6
LBB0_5:
leaq L_.str.5(%rip), %rdi
xorl %eax, %eax
callq _printf
LBB0_6:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str.2: ## @.str.2
.asciz "%i %i"
L_.str.3: ## @.str.3
.asciz "%i \303\251 maior que %i."
L_.str.4: ## @.str.4
.asciz "%i \303\251 menor que %i"
L_.str.5: ## @.str.5
.asciz "Os dois n\303\272meros s\303\243o iguais."
L_str: ## @str
.asciz "Este compara dois n\303\272meros e determina qual \303\251 o maior."
L_str.6: ## @str.6
.asciz "Informe dois n\303\272meros inteiros para compara\303\247\303\243o:"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh2:
adrp x0, l_str.6@PAGE
Lloh3:
add x0, x0, l_str.6@PAGEOFF
bl _puts
sub x8, x29, #8
sub x9, x29, #4
stp x9, x8, [sp]
Lloh4:
adrp x0, l_.str.2@PAGE
Lloh5:
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldp w9, w8, [x29, #-8]
cmp w8, w9
b.le LBB0_2
; %bb.1:
stp x8, x9, [sp]
Lloh6:
adrp x0, l_.str.3@PAGE
Lloh7:
add x0, x0, l_.str.3@PAGEOFF
b LBB0_5
LBB0_2:
b.ge LBB0_4
; %bb.3:
; kill: def $w9 killed $w9 killed $x9 def $x9
; kill: def $w8 killed $w8 killed $x8 def $x8
stp x8, x9, [sp]
Lloh8:
adrp x0, l_.str.4@PAGE
Lloh9:
add x0, x0, l_.str.4@PAGEOFF
b LBB0_5
LBB0_4:
Lloh10:
adrp x0, l_.str.5@PAGE
Lloh11:
add x0, x0, l_.str.5@PAGEOFF
LBB0_5:
bl _printf
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh10, Lloh11
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str.2: ; @.str.2
.asciz "%i %i"
l_.str.3: ; @.str.3
.asciz "%i \303\251 maior que %i."
l_.str.4: ; @.str.4
.asciz "%i \303\251 menor que %i"
l_.str.5: ; @.str.5
.asciz "Os dois n\303\272meros s\303\243o iguais."
l_str: ; @str
.asciz "Este compara dois n\303\272meros e determina qual \303\251 o maior."
l_str.6: ; @str.6
.asciz "Informe dois n\303\272meros inteiros para compara\303\247\303\243o:"
.subsections_via_symbols
| the_stack_data/31477.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function group_kill_peer_send
_group_kill_peer_send: ## @group_kill_peer_send
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movl %esi, %r14d
movq %rdi, %r15
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movq _GROUP_MESSAGE_KILL_PEER_LENGTH@GOTPCREL(%rip), %rax
movl (%rax), %r13d
movq %r13, %rax
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %rbx
movl %r12d, %edi
callq _htons
movl %eax, -52(%rbp)
leaq -52(%rbp), %rsi
movq %rbx, %rdi
movl $4, %edx
callq _memcpy
movq _GROUP_MESSAGE_KILL_PEER_ID@GOTPCREL(%rip), %rax
movl (%rax), %edx
leal (,%r13,4), %r8d
movq %r15, %rdi
movl %r14d, %esi
movq %rbx, %rcx
callq _send_message_group
movq %rax, %rcx
xorl %eax, %eax
cmpq $1, %rcx
sbbl %eax, %eax
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -48(%rbp), %rcx
jne LBB0_2
## %bb.1:
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _GROUP_MESSAGE_KILL_PEER_LENGTH,4,2 ## @GROUP_MESSAGE_KILL_PEER_LENGTH
.comm _GROUP_MESSAGE_KILL_PEER_ID,4,2 ## @GROUP_MESSAGE_KILL_PEER_ID
.no_dead_strip _group_kill_peer_send
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function group_kill_peer_send
_group_kill_peer_send: ; @group_kill_peer_send
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
sub sp, sp, #16
mov x19, x1
mov x20, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
Lloh3:
adrp x8, _GROUP_MESSAGE_KILL_PEER_LENGTH@GOTPAGE
Lloh4:
ldr x8, [x8, _GROUP_MESSAGE_KILL_PEER_LENGTH@GOTPAGEOFF]
Lloh5:
ldr w22, [x8]
lsl x8, x22, #2
mov x9, x8
Lloh6:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh7:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x7fffffff0
sub x21, x9, x8
mov sp, x21
mov x0, x2
bl _htons
stur w0, [x29, #-44]
sub x1, x29, #44
mov x0, x21
mov w2, #4
bl _memcpy
Lloh8:
adrp x8, _GROUP_MESSAGE_KILL_PEER_ID@GOTPAGE
Lloh9:
ldr x8, [x8, _GROUP_MESSAGE_KILL_PEER_ID@GOTPAGEOFF]
Lloh10:
ldr w2, [x8]
lsl w4, w22, #2
mov x0, x20
mov x1, x19
mov x3, x21
bl _send_message_group
cmp x0, #0
csetm w0, eq
ldur x8, [x29, #-40]
Lloh11:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh12:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh13:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
sub sp, x29, #32
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _GROUP_MESSAGE_KILL_PEER_LENGTH,4,2 ; @GROUP_MESSAGE_KILL_PEER_LENGTH
.comm _GROUP_MESSAGE_KILL_PEER_ID,4,2 ; @GROUP_MESSAGE_KILL_PEER_ID
.no_dead_strip _group_kill_peer_send
.subsections_via_symbols
| AnghaBench/toxcore/toxcore/extr_group.c_group_kill_peer_send.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function zforce_input_close
_zforce_input_close: ## @zforce_input_close
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
callq _input_get_drvdata
movq (%rax), %rbx
movq %rax, %rdi
callq _zforce_stop
testl %eax, %eax
je LBB0_1
## %bb.2:
leaq L_.str(%rip), %rsi
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _dev_warn ## TAILCALL
LBB0_1:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "stopping zforce failed\n"
.no_dead_strip _zforce_input_close
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function zforce_input_close
_zforce_input_close: ; @zforce_input_close
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
bl _input_get_drvdata
ldr x19, [x0]
bl _zforce_stop
cbz w0, LBB0_2
; %bb.1:
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _dev_warn
LBB0_2:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "stopping zforce failed\n"
.no_dead_strip _zforce_input_close
.subsections_via_symbols
| AnghaBench/linux/drivers/input/touchscreen/extr_zforce_ts.c_zforce_input_close.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function from_gdb_regs
_from_gdb_regs: ## @from_gdb_regs
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r12
movq %rsi, %r14
movq %rdi, %r15
xorl %ebx, %ebx
movq __R0@GOTPCREL(%rip), %r13
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movslq (%r13), %rax
addq %rbx, %rax
movq (%r15,%rax,8), %rsi
movl %ebx, %edi
movq %r14, %rdx
movq %r12, %rcx
callq _set_reg
incq %rbx
cmpl $27, %ebx
jne LBB0_1
## %bb.2:
movq __FP@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, (%r14)
movq ___SP@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 8(%r14)
movq __BLINK@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 16(%r14)
movq __RET@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 24(%r14)
movq __STATUS32@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 32(%r14)
movq __LP_COUNT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 40(%r14)
movq __LP_END@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 48(%r14)
movq __LP_START@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 56(%r14)
movq __BTA@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15,%rax,8), %rax
movq %rax, 64(%r14)
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm __R0,4,2 ## @_R0
.comm __FP,8,3 ## @_FP
.comm ___SP,8,3 ## @__SP
.comm __BLINK,8,3 ## @_BLINK
.comm __RET,8,3 ## @_RET
.comm __STATUS32,8,3 ## @_STATUS32
.comm __LP_COUNT,8,3 ## @_LP_COUNT
.comm __LP_END,8,3 ## @_LP_END
.comm __LP_START,8,3 ## @_LP_START
.comm __BTA,8,3 ## @_BTA
.no_dead_strip _from_gdb_regs
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function from_gdb_regs
_from_gdb_regs: ; @from_gdb_regs
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x21, x2
mov x19, x1
mov x20, x0
mov x22, #0
Lloh0:
adrp x23, __R0@GOTPAGE
Lloh1:
ldr x23, [x23, __R0@GOTPAGEOFF]
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrsw x8, [x23]
add x8, x22, x8
ldr x1, [x20, x8, lsl #3]
mov x0, x22
mov x2, x19
mov x3, x21
bl _set_reg
add x22, x22, #1
cmp w22, #27
b.ne LBB0_1
; %bb.2:
Lloh2:
adrp x8, __FP@GOTPAGE
Lloh3:
ldr x8, [x8, __FP@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19]
Lloh5:
adrp x8, ___SP@GOTPAGE
Lloh6:
ldr x8, [x8, ___SP@GOTPAGEOFF]
Lloh7:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #8]
Lloh8:
adrp x8, __BLINK@GOTPAGE
Lloh9:
ldr x8, [x8, __BLINK@GOTPAGEOFF]
Lloh10:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #16]
Lloh11:
adrp x8, __RET@GOTPAGE
Lloh12:
ldr x8, [x8, __RET@GOTPAGEOFF]
Lloh13:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #24]
Lloh14:
adrp x8, __STATUS32@GOTPAGE
Lloh15:
ldr x8, [x8, __STATUS32@GOTPAGEOFF]
Lloh16:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #32]
Lloh17:
adrp x8, __LP_COUNT@GOTPAGE
Lloh18:
ldr x8, [x8, __LP_COUNT@GOTPAGEOFF]
Lloh19:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #40]
Lloh20:
adrp x8, __LP_END@GOTPAGE
Lloh21:
ldr x8, [x8, __LP_END@GOTPAGEOFF]
Lloh22:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #48]
Lloh23:
adrp x8, __LP_START@GOTPAGE
Lloh24:
ldr x8, [x8, __LP_START@GOTPAGEOFF]
Lloh25:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #56]
Lloh26:
adrp x8, __BTA@GOTPAGE
Lloh27:
ldr x8, [x8, __BTA@GOTPAGEOFF]
Lloh28:
ldr x8, [x8]
ldr x8, [x20, x8, lsl #3]
str x8, [x19, #64]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28
.loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22
.loh AdrpLdrGotLdr Lloh17, Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.cfi_endproc
; -- End function
.comm __R0,4,2 ; @_R0
.comm __FP,8,3 ; @_FP
.comm ___SP,8,3 ; @__SP
.comm __BLINK,8,3 ; @_BLINK
.comm __RET,8,3 ; @_RET
.comm __STATUS32,8,3 ; @_STATUS32
.comm __LP_COUNT,8,3 ; @_LP_COUNT
.comm __LP_END,8,3 ; @_LP_END
.comm __LP_START,8,3 ; @_LP_START
.comm __BTA,8,3 ; @_BTA
.no_dead_strip _from_gdb_regs
.subsections_via_symbols
| AnghaBench/linux/arch/arc/kernel/extr_kgdb.c_from_gdb_regs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function acpi_dev_new_resource_entry
_acpi_dev_new_resource_entry: ## @acpi_dev_new_resource_entry
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r15
xorl %ebx, %ebx
xorl %edi, %edi
xorl %esi, %esi
callq _resource_list_create_entry
testq %rax, %rax
je LBB0_1
## %bb.2:
movl 4(%r15), %ecx
movq 8(%rax), %rdx
movl %ecx, (%rdx)
movl (%r15), %ecx
movl %ecx, (%rax)
movl 4(%r14), %esi
movq %rax, %rdi
callq _resource_list_add_tail
incl (%r14)
movq _AE_OK@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_1:
movq _ENOMEM@GOTPCREL(%rip), %rax
subl (%rax), %ebx
movl %ebx, 8(%r14)
movq _AE_NO_MEMORY@GOTPCREL(%rip), %rax
LBB0_3:
movl (%rax), %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ENOMEM,4,2 ## @ENOMEM
.comm _AE_NO_MEMORY,4,2 ## @AE_NO_MEMORY
.comm _AE_OK,4,2 ## @AE_OK
.no_dead_strip _acpi_dev_new_resource_entry
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function acpi_dev_new_resource_entry
_acpi_dev_new_resource_entry: ; @acpi_dev_new_resource_entry
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
mov x0, #0
mov w1, #0
bl _resource_list_create_entry
cbz x0, LBB0_2
; %bb.1:
ldr w8, [x20, #4]
ldr x9, [x0, #8]
str w8, [x9]
ldr w8, [x20]
str w8, [x0]
ldr w1, [x19, #4]
bl _resource_list_add_tail
ldr w8, [x19]
add w8, w8, #1
str w8, [x19]
Lloh0:
adrp x8, _AE_OK@GOTPAGE
Lloh1:
ldr x8, [x8, _AE_OK@GOTPAGEOFF]
b LBB0_3
LBB0_2:
Lloh2:
adrp x8, _ENOMEM@GOTPAGE
Lloh3:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
neg w8, w8
str w8, [x19, #8]
Lloh5:
adrp x8, _AE_NO_MEMORY@GOTPAGE
Lloh6:
ldr x8, [x8, _AE_NO_MEMORY@GOTPAGEOFF]
LBB0_3:
ldr w0, [x8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.cfi_endproc
; -- End function
.comm _ENOMEM,4,2 ; @ENOMEM
.comm _AE_NO_MEMORY,4,2 ; @AE_NO_MEMORY
.comm _AE_OK,4,2 ; @AE_OK
.no_dead_strip _acpi_dev_new_resource_entry
.subsections_via_symbols
| AnghaBench/linux/drivers/acpi/extr_resource.c_acpi_dev_new_resource_entry.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _printf_init ## -- Begin function printf_init
.p2align 4, 0x90
_printf_init: ## @printf_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _printf_lock@GOTPCREL(%rip), %rdi
xorl %esi, %esi
callq _simple_lock_init
movq _bsd_log_spinlock@GOTPCREL(%rip), %rdi
xorl %esi, %esi
callq _simple_lock_init
xorl %eax, %eax
popq %rbp
jmp _bsd_log_init ## TAILCALL
.cfi_endproc
## -- End function
.comm _printf_lock,4,2 ## @printf_lock
.comm _bsd_log_spinlock,4,2 ## @bsd_log_spinlock
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _printf_init ; -- Begin function printf_init
.p2align 2
_printf_init: ; @printf_init
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, _printf_lock@GOTPAGE
Lloh1:
ldr x0, [x0, _printf_lock@GOTPAGEOFF]
mov w1, #0
bl _simple_lock_init
Lloh2:
adrp x0, _bsd_log_spinlock@GOTPAGE
Lloh3:
ldr x0, [x0, _bsd_log_spinlock@GOTPAGEOFF]
mov w1, #0
bl _simple_lock_init
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _bsd_log_init
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _printf_lock,4,2 ; @printf_lock
.comm _bsd_log_spinlock,4,2 ; @bsd_log_spinlock
.subsections_via_symbols
| AnghaBench/darwin-xnu/osfmk/kern/extr_printf.c_printf_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function a6xx_gmu_gfx_rail_on
_a6xx_gmu_gfx_rail_on: ## @a6xx_gmu_gfx_rail_on
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movq _REG_A6XX_GMU_BOOT_SLUMBER_OPTION@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %edx, %edx
callq _gmu_write
movq (%rbx), %rax
movslq 8(%rbx), %rcx
movl -4(%rax,%rcx,4), %ecx
movq _REG_A6XX_GMU_GX_VOTE_IDX@GOTPCREL(%rip), %rax
movl (%rax), %esi
movzbl %cl, %edx
movl %ecx, %r14d
movq %rbx, %rdi
callq _gmu_write
movq _REG_A6XX_GMU_MX_VOTE_IDX@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %r14d, %eax
movzbl %ah, %edx
movq %rbx, %rdi
callq _gmu_write
movq _GMU_OOB_BOOT_SLUMBER@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _a6xx_gmu_set_oob ## TAILCALL
.cfi_endproc
## -- End function
.comm _REG_A6XX_GMU_BOOT_SLUMBER_OPTION,4,2 ## @REG_A6XX_GMU_BOOT_SLUMBER_OPTION
.comm _REG_A6XX_GMU_GX_VOTE_IDX,4,2 ## @REG_A6XX_GMU_GX_VOTE_IDX
.comm _REG_A6XX_GMU_MX_VOTE_IDX,4,2 ## @REG_A6XX_GMU_MX_VOTE_IDX
.comm _GMU_OOB_BOOT_SLUMBER,4,2 ## @GMU_OOB_BOOT_SLUMBER
.no_dead_strip _a6xx_gmu_gfx_rail_on
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function a6xx_gmu_gfx_rail_on
_a6xx_gmu_gfx_rail_on: ; @a6xx_gmu_gfx_rail_on
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x8, _REG_A6XX_GMU_BOOT_SLUMBER_OPTION@GOTPAGE
Lloh1:
ldr x8, [x8, _REG_A6XX_GMU_BOOT_SLUMBER_OPTION@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov w2, #0
bl _gmu_write
ldr x8, [x19]
ldrsw x9, [x19, #8]
add x8, x8, x9, lsl #2
ldur w20, [x8, #-4]
Lloh3:
adrp x8, _REG_A6XX_GMU_GX_VOTE_IDX@GOTPAGE
Lloh4:
ldr x8, [x8, _REG_A6XX_GMU_GX_VOTE_IDX@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
and w2, w20, #0xff
mov x0, x19
bl _gmu_write
Lloh6:
adrp x8, _REG_A6XX_GMU_MX_VOTE_IDX@GOTPAGE
Lloh7:
ldr x8, [x8, _REG_A6XX_GMU_MX_VOTE_IDX@GOTPAGEOFF]
Lloh8:
ldr w1, [x8]
ubfx w2, w20, #8, #8
mov x0, x19
bl _gmu_write
Lloh9:
adrp x8, _GMU_OOB_BOOT_SLUMBER@GOTPAGE
Lloh10:
ldr x8, [x8, _GMU_OOB_BOOT_SLUMBER@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _a6xx_gmu_set_oob
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _REG_A6XX_GMU_BOOT_SLUMBER_OPTION,4,2 ; @REG_A6XX_GMU_BOOT_SLUMBER_OPTION
.comm _REG_A6XX_GMU_GX_VOTE_IDX,4,2 ; @REG_A6XX_GMU_GX_VOTE_IDX
.comm _REG_A6XX_GMU_MX_VOTE_IDX,4,2 ; @REG_A6XX_GMU_MX_VOTE_IDX
.comm _GMU_OOB_BOOT_SLUMBER,4,2 ; @GMU_OOB_BOOT_SLUMBER
.no_dead_strip _a6xx_gmu_gfx_rail_on
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a6xx_gmu.c_a6xx_gmu_gfx_rail_on.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _prism54_acl_clean ## -- Begin function prism54_acl_clean
.p2align 4, 0x90
_prism54_acl_clean: ## @prism54_acl_clean
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
jmp _prism54_clear_mac ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _prism54_acl_clean ; -- Begin function prism54_acl_clean
.p2align 2
_prism54_acl_clean: ; @prism54_acl_clean
.cfi_startproc
; %bb.0:
b _prism54_clear_mac
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/intersil/prism54/extr_isl_ioctl.c_prism54_acl_clean.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function netxen_set_dump
_netxen_set_dump: ## @netxen_set_dump
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r13
movq %rdi, %r12
callq _netdev_priv
movq %rax, %r14
movl (%r13), %eax
addl $-128, %eax
cmpl $3, %eax
ja LBB0_2
## %bb.1:
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_15:
leaq L_.str.5(%rip), %rsi
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
movq %r14, %rdi
callq _nx_dev_request_reset
movq _NETXEN_FW_RESET_OWNER@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl %eax, (%r14)
jmp LBB0_20
LBB0_2:
movq _FW_DUMP_LEVELS@GOTPCREL(%rip), %r15
movq (%r15), %rdi
callq _ARRAY_SIZE
testl %eax, %eax
jle LBB0_19
## %bb.3:
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_17: ## =>This Inner Loop Header: Depth=1
movl (%r13), %edx
movq (%r15), %rdi
cmpl (%rdi,%rbx,4), %edx
je LBB0_18
## %bb.16: ## in Loop: Header=BB0_17 Depth=1
incq %rbx
callq _ARRAY_SIZE
cltq
cmpq %rax, %rbx
jl LBB0_17
LBB0_19:
movl (%r13), %edx
leaq L_.str.7(%rip), %rsi
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
movq _EINVAL@GOTPCREL(%rip), %rax
subl (%rax), %r15d
jmp LBB0_20
LBB0_4:
cmpl $0, 8(%r14)
je LBB0_5
## %bb.7:
cmpl $0, 4(%r14)
je LBB0_9
## %bb.8:
leaq L_.str.1(%rip), %rsi
jmp LBB0_6
LBB0_13:
xorl %r15d, %r15d
cmpl $0, 8(%r14)
jne LBB0_20
## %bb.14:
leaq L_.str.4(%rip), %rsi
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
movl $1, 8(%r14)
jmp LBB0_20
LBB0_10:
cmpl $0, 8(%r14)
je LBB0_11
## %bb.12:
leaq L_.str.3(%rip), %rsi
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
movl $0, 8(%r14)
jmp LBB0_20
LBB0_5:
leaq L_.str(%rip), %rsi
LBB0_6:
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
jmp LBB0_20
LBB0_11:
xorl %r15d, %r15d
jmp LBB0_20
LBB0_18:
movl %edx, 12(%r14)
leaq L_.str.6(%rip), %rsi
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
jmp LBB0_20
LBB0_9:
leaq L_.str.2(%rip), %rsi
xorl %r15d, %r15d
movq %r12, %rdi
xorl %eax, %eax
callq _netdev_info
movq %r14, %rdi
callq _nx_dev_request_reset
LBB0_20:
movl %r15d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_15, LBB0_15-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
.set L0_0_set_13, LBB0_13-LJTI0_0
.set L0_0_set_10, LBB0_10-LJTI0_0
LJTI0_0:
.long L0_0_set_15
.long L0_0_set_4
.long L0_0_set_13
.long L0_0_set_10
.end_data_region
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "FW dump not enabled\n"
L_.str.1: ## @.str.1
.asciz "Previous dump not cleared, not forcing dump\n"
L_.str.2: ## @.str.2
.asciz "Forcing a fw dump\n"
L_.str.3: ## @.str.3
.asciz "Disabling FW Dump\n"
L_.str.4: ## @.str.4
.asciz "Enabling FW dump\n"
L_.str.5: ## @.str.5
.asciz "Forcing FW reset\n"
.comm _NETXEN_FW_RESET_OWNER,4,2 ## @NETXEN_FW_RESET_OWNER
.comm _FW_DUMP_LEVELS,8,3 ## @FW_DUMP_LEVELS
L_.str.6: ## @.str.6
.asciz "Driver mask changed to: 0x%x\n"
L_.str.7: ## @.str.7
.asciz "Invalid dump level: 0x%x\n"
.comm _EINVAL,4,2 ## @EINVAL
.no_dead_strip _netxen_set_dump
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function netxen_set_dump
_netxen_set_dump: ; @netxen_set_dump
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x21, x1
mov x20, x0
bl _netdev_priv
mov x19, x0
ldr w8, [x21]
sub w8, w8, #128
cmp w8, #3
b.hi LBB0_3
; %bb.1:
Lloh0:
adrp x9, lJTI0_0@PAGE
Lloh1:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_2
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_2:
Lloh2:
adrp x1, l_.str.5@PAGE
Lloh3:
add x1, x1, l_.str.5@PAGEOFF
mov x0, x20
bl _netdev_info
mov x0, x19
bl _nx_dev_request_reset
mov w0, #0
Lloh4:
adrp x8, _NETXEN_FW_RESET_OWNER@GOTPAGE
Lloh5:
ldr x8, [x8, _NETXEN_FW_RESET_OWNER@GOTPAGEOFF]
Lloh6:
ldr w8, [x8]
ldr w9, [x19]
bic w8, w9, w8
str w8, [x19]
b LBB0_19
LBB0_3:
Lloh7:
adrp x22, _FW_DUMP_LEVELS@GOTPAGE
Lloh8:
ldr x22, [x22, _FW_DUMP_LEVELS@GOTPAGEOFF]
ldr x0, [x22]
bl _ARRAY_SIZE
cmp w0, #1
b.lt LBB0_7
; %bb.4:
mov x23, #0
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [x21]
ldr x0, [x22]
ldr w9, [x0, x23, lsl #2]
cmp w8, w9
b.eq LBB0_16
; %bb.6: ; in Loop: Header=BB0_5 Depth=1
add x23, x23, #1
bl _ARRAY_SIZE
cmp x23, w0, sxtw
b.lt LBB0_5
LBB0_7:
ldr w8, [x21]
str x8, [sp]
Lloh9:
adrp x1, l_.str.7@PAGE
Lloh10:
add x1, x1, l_.str.7@PAGEOFF
mov x0, x20
bl _netdev_info
Lloh11:
adrp x8, _EINVAL@GOTPAGE
Lloh12:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh13:
ldr w8, [x8]
neg w0, w8
b LBB0_19
LBB0_8:
ldr w8, [x19, #8]
cbz w8, LBB0_15
; %bb.9:
ldr w8, [x19, #4]
cbz w8, LBB0_20
; %bb.10:
Lloh14:
adrp x1, l_.str.1@PAGE
Lloh15:
add x1, x1, l_.str.1@PAGEOFF
b LBB0_17
LBB0_11:
ldr w8, [x19, #8]
cbnz w8, LBB0_18
; %bb.12:
Lloh16:
adrp x1, l_.str.4@PAGE
Lloh17:
add x1, x1, l_.str.4@PAGEOFF
mov x0, x20
bl _netdev_info
mov w0, #0
mov w8, #1
str w8, [x19, #8]
b LBB0_19
LBB0_13:
ldr w8, [x19, #8]
cbz w8, LBB0_18
; %bb.14:
Lloh18:
adrp x1, l_.str.3@PAGE
Lloh19:
add x1, x1, l_.str.3@PAGEOFF
mov x0, x20
bl _netdev_info
mov w0, #0
str wzr, [x19, #8]
b LBB0_19
LBB0_15:
Lloh20:
adrp x1, l_.str@PAGE
Lloh21:
add x1, x1, l_.str@PAGEOFF
b LBB0_17
LBB0_16:
str w8, [x19, #12]
str x8, [sp]
Lloh22:
adrp x1, l_.str.6@PAGE
Lloh23:
add x1, x1, l_.str.6@PAGEOFF
LBB0_17:
mov x0, x20
bl _netdev_info
LBB0_18:
mov w0, #0
LBB0_19:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_20:
Lloh24:
adrp x1, l_.str.2@PAGE
Lloh25:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x20
bl _netdev_info
mov x0, x19
bl _nx_dev_request_reset
b LBB0_18
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_2-LBB0_2)>>2
.byte (LBB0_8-LBB0_2)>>2
.byte (LBB0_11-LBB0_2)>>2
.byte (LBB0_13-LBB0_2)>>2
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "FW dump not enabled\n"
l_.str.1: ; @.str.1
.asciz "Previous dump not cleared, not forcing dump\n"
l_.str.2: ; @.str.2
.asciz "Forcing a fw dump\n"
l_.str.3: ; @.str.3
.asciz "Disabling FW Dump\n"
l_.str.4: ; @.str.4
.asciz "Enabling FW dump\n"
l_.str.5: ; @.str.5
.asciz "Forcing FW reset\n"
.comm _NETXEN_FW_RESET_OWNER,4,2 ; @NETXEN_FW_RESET_OWNER
.comm _FW_DUMP_LEVELS,8,3 ; @FW_DUMP_LEVELS
l_.str.6: ; @.str.6
.asciz "Driver mask changed to: 0x%x\n"
l_.str.7: ; @.str.7
.asciz "Invalid dump level: 0x%x\n"
.comm _EINVAL,4,2 ; @EINVAL
.no_dead_strip _netxen_set_dump
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/qlogic/netxen/extr_netxen_nic_ethtool.c_netxen_set_dump.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _set_task_ioprio ## -- Begin function set_task_ioprio
.p2align 4, 0x90
_set_task_ioprio: ## @set_task_ioprio
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r14d
movq %rdi, %r15
xorl %eax, %eax
callq _current_cred
movq %rax, %r12
xorl %eax, %eax
callq _rcu_read_lock
movq %r15, %rdi
callq ___task_cred
movq %rax, %rbx
movl (%rax), %edi
movl 4(%r12), %esi
callq _uid_eq
testl %eax, %eax
jne LBB0_4
## %bb.1:
movl (%rbx), %edi
movl (%r12), %esi
callq _uid_eq
testl %eax, %eax
jne LBB0_4
## %bb.2:
movq _CAP_SYS_NICE@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _capable
testl %eax, %eax
je LBB0_3
LBB0_4:
xorl %eax, %eax
callq _rcu_read_unlock
movq %r15, %rdi
movl %r14d, %esi
callq _security_task_setioprio
movl %eax, %ebx
testl %eax, %eax
jne LBB0_8
## %bb.5:
movq _GFP_ATOMIC@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _NUMA_NO_NODE@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r15, %rdi
callq _get_task_io_context
testq %rax, %rax
je LBB0_7
## %bb.6:
movl %r14d, (%rax)
movq %rax, %rdi
callq _put_io_context
LBB0_7:
xorl %ebx, %ebx
LBB0_8:
movl %ebx, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_3:
xorl %ebx, %ebx
xorl %eax, %eax
callq _rcu_read_unlock
movq _EPERM@GOTPCREL(%rip), %rax
subl (%rax), %ebx
jmp LBB0_8
.cfi_endproc
## -- End function
.comm _CAP_SYS_NICE,4,2 ## @CAP_SYS_NICE
.comm _EPERM,4,2 ## @EPERM
.comm _GFP_ATOMIC,4,2 ## @GFP_ATOMIC
.comm _NUMA_NO_NODE,4,2 ## @NUMA_NO_NODE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _set_task_ioprio ; -- Begin function set_task_ioprio
.p2align 2
_set_task_ioprio: ; @set_task_ioprio
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x20, x0
bl _current_cred
mov x21, x0
bl _rcu_read_lock
mov x0, x20
bl ___task_cred
mov x22, x0
ldr w0, [x0]
ldr w1, [x21, #4]
bl _uid_eq
cbnz w0, LBB0_3
; %bb.1:
ldr w0, [x22]
ldr w1, [x21]
bl _uid_eq
cbnz w0, LBB0_3
; %bb.2:
Lloh0:
adrp x8, _CAP_SYS_NICE@GOTPAGE
Lloh1:
ldr x8, [x8, _CAP_SYS_NICE@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _capable
cbz w0, LBB0_6
LBB0_3:
bl _rcu_read_unlock
mov x0, x20
mov x1, x19
bl _security_task_setioprio
cbnz w0, LBB0_7
; %bb.4:
Lloh3:
adrp x8, _GFP_ATOMIC@GOTPAGE
Lloh4:
ldr x8, [x8, _GFP_ATOMIC@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
Lloh6:
adrp x8, _NUMA_NO_NODE@GOTPAGE
Lloh7:
ldr x8, [x8, _NUMA_NO_NODE@GOTPAGEOFF]
Lloh8:
ldr w2, [x8]
mov x0, x20
bl _get_task_io_context
cbz x0, LBB0_7
; %bb.5:
str w19, [x0]
bl _put_io_context
mov w0, #0
b LBB0_7
LBB0_6:
bl _rcu_read_unlock
Lloh9:
adrp x8, _EPERM@GOTPAGE
Lloh10:
ldr x8, [x8, _EPERM@GOTPAGEOFF]
Lloh11:
ldr w8, [x8]
neg w0, w8
LBB0_7:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _CAP_SYS_NICE,4,2 ; @CAP_SYS_NICE
.comm _EPERM,4,2 ; @EPERM
.comm _GFP_ATOMIC,4,2 ; @GFP_ATOMIC
.comm _NUMA_NO_NODE,4,2 ; @NUMA_NO_NODE
.subsections_via_symbols
| AnghaBench/linux/block/extr_ioprio.c_set_task_ioprio.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _test061 ## -- Begin function test061
.p2align 4, 0x90
_test061: ## @test061
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $55, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _test061 ; -- Begin function test061
.p2align 2
_test061: ; @test061
.cfi_startproc
; %bb.0:
mov w0, #55
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/48576378.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pvr2_stream_get_stats ## -- Begin function pvr2_stream_get_stats
.p2align 4, 0x90
_pvr2_stream_get_stats: ## @pvr2_stream_get_stats
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r14d
movq %rsi, %r15
movq %rdi, %rbx
callq _spin_lock_irqsave
testq %r15, %r15
je LBB0_2
## %bb.1:
movl 40(%rbx), %eax
movl %eax, 32(%r15)
movl 36(%rbx), %eax
movl %eax, 28(%r15)
movl 32(%rbx), %eax
movl %eax, 24(%r15)
movq 24(%rbx), %rax
movq %rax, 16(%r15)
movups 8(%rbx), %xmm0
movups %xmm0, (%r15)
LBB0_2:
testl %r14d, %r14d
je LBB0_4
## %bb.3:
xorps %xmm0, %xmm0
movups %xmm0, 8(%rbx)
movq $0, 24(%rbx)
LBB0_4:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _spin_unlock_irqrestore ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pvr2_stream_get_stats ; -- Begin function pvr2_stream_get_stats
.p2align 2
_pvr2_stream_get_stats: ; @pvr2_stream_get_stats
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x2
mov x21, x1
mov x19, x0
bl _spin_lock_irqsave
cbz x21, LBB0_2
; %bb.1:
ldr w8, [x19, #40]
str w8, [x21, #32]
ldr d0, [x19, #32]
str d0, [x21, #24]
ldr x8, [x19, #24]
str x8, [x21, #16]
ldur q0, [x19, #8]
str q0, [x21]
LBB0_2:
cbz w20, LBB0_4
; %bb.3:
stp xzr, xzr, [x19, #8]
str xzr, [x19, #24]
LBB0_4:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _spin_unlock_irqrestore
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/media/video/pvrusb2/extr_pvrusb2-io.c_pvr2_stream_get_stats.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _qlcnic_do_lb_test ## -- Begin function qlcnic_do_lb_test
.p2align 4, 0x90
_qlcnic_do_lb_test: ## @qlcnic_do_lb_test
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _QLCNIC_NUM_ILB_PKT@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
jle LBB0_1
## %bb.2:
movq %rdi, %r14
movq %rsi, -56(%rbp) ## 8-byte Spill
movq 24(%rdi), %rax
movq (%rax), %r13
movq _QLCNIC_ILB_PKT_SIZE@GOTPCREL(%rip), %r12
movq _QLCNIC_LB_PKT_POLL_DELAY_MSEC@GOTPCREL(%rip), %rbx
movl $0, -44(%rbp) ## 4-byte Folded Spill
xorl %r15d, %r15d
jmp LBB0_3
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_3 Depth=1
incl -44(%rbp) ## 4-byte Folded Spill
movl -48(%rbp), %r15d ## 4-byte Reload
incl %r15d
LBB0_10: ## in Loop: Header=BB0_3 Depth=1
movq _QLCNIC_ILB_PKT_SIZE@GOTPCREL(%rip), %r12
movq _QLCNIC_NUM_ILB_PKT@GOTPCREL(%rip), %rax
cmpl (%rax), %r15d
jge LBB0_11
LBB0_3: ## =>This Loop Header: Depth=1
## Child Loop BB0_5 Depth 2
movl 16(%r14), %edi
movl (%r12), %esi
callq _netdev_alloc_skb
testq %rax, %rax
je LBB0_11
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
movl %r15d, -48(%rbp) ## 4-byte Spill
movl (%rax), %edi
movl 20(%r14), %esi
movq %rax, %r15
callq _qlcnic_create_loopback_buff
movl (%r12), %esi
movq %r15, %rdi
callq _skb_put
movq 8(%r14), %rax
movq $0, (%rax)
movl 16(%r14), %esi
movq %r15, -64(%rbp) ## 8-byte Spill
movq %r15, %rdi
callq _qlcnic_xmit_frame
movl $-1, %r15d
movq _QLCNIC_LB_PKT_POLL_COUNT@GOTPCREL(%rip), %r12
.p2align 4, 0x90
LBB0_5: ## Parent Loop BB0_3 Depth=1
## => This Inner Loop Header: Depth=2
movl (%rbx), %edi
callq _msleep
movq %r13, %rdi
callq _qlcnic_process_rcv_ring_diag
incl %r15d
cmpl (%r12), %r15d
jg LBB0_7
## %bb.6: ## in Loop: Header=BB0_5 Depth=2
movq 8(%r14), %rax
cmpq $0, (%rax)
je LBB0_5
LBB0_7: ## in Loop: Header=BB0_3 Depth=1
movq -64(%rbp), %rdi ## 8-byte Reload
callq _dev_kfree_skb_any
movq 8(%r14), %rax
cmpq $0, (%rax)
jne LBB0_9
## %bb.8: ## in Loop: Header=BB0_3 Depth=1
movq (%r14), %rdi
movl -48(%rbp), %r15d ## 4-byte Reload
incl %r15d
leaq L_.str(%rip), %rsi
movl %r15d, %edx
xorl %eax, %eax
callq _dev_warn
jmp LBB0_10
LBB0_11:
xorl %ebx, %ebx
movl -44(%rbp), %ecx ## 4-byte Reload
cmpl %r15d, %ecx
je LBB0_14
## %bb.12:
movq (%r14), %rdi
leaq L_.str.1(%rip), %rsi
movl %r15d, %edx
callq _dev_err
movq _QLCNIC_ILB_MODE@GOTPCREL(%rip), %rax
movl $-1, %ebx
movq -56(%rbp), %rcx ## 8-byte Reload
cmpq %rcx, (%rax)
je LBB0_14
## %bb.13:
movq (%r14), %rdi
leaq L_.str.2(%rip), %rsi
xorl %eax, %eax
callq _dev_warn
jmp LBB0_14
LBB0_1:
xorl %ebx, %ebx
LBB0_14:
movl %ebx, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _QLCNIC_NUM_ILB_PKT,4,2 ## @QLCNIC_NUM_ILB_PKT
.comm _QLCNIC_ILB_PKT_SIZE,4,2 ## @QLCNIC_ILB_PKT_SIZE
.comm _QLCNIC_LB_PKT_POLL_DELAY_MSEC,4,2 ## @QLCNIC_LB_PKT_POLL_DELAY_MSEC
.comm _QLCNIC_LB_PKT_POLL_COUNT,4,2 ## @QLCNIC_LB_PKT_POLL_COUNT
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "LB Test: packet #%d was not received\n"
L_.str.1: ## @.str.1
.asciz "LB Test: failed, TX[%d], RX[%d]\n"
.comm _QLCNIC_ILB_MODE,8,3 ## @QLCNIC_ILB_MODE
L_.str.2: ## @.str.2
.asciz "WARNING: Please check loopback cable\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _qlcnic_do_lb_test ; -- Begin function qlcnic_do_lb_test
.p2align 2
_qlcnic_do_lb_test: ; @qlcnic_do_lb_test
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
Lloh0:
adrp x26, _QLCNIC_NUM_ILB_PKT@GOTPAGE
Lloh1:
ldr x26, [x26, _QLCNIC_NUM_ILB_PKT@GOTPAGEOFF]
ldr w8, [x26]
cmp w8, #1
b.lt LBB0_11
; %bb.1:
mov x19, x0
str x1, [sp, #8] ; 8-byte Folded Spill
mov w21, #0
mov w22, #0
ldr x8, [x0, #24]
ldr x23, [x8]
Lloh2:
adrp x27, _QLCNIC_ILB_PKT_SIZE@GOTPAGE
Lloh3:
ldr x27, [x27, _QLCNIC_ILB_PKT_SIZE@GOTPAGEOFF]
Lloh4:
adrp x28, _QLCNIC_LB_PKT_POLL_DELAY_MSEC@GOTPAGE
Lloh5:
ldr x28, [x28, _QLCNIC_LB_PKT_POLL_DELAY_MSEC@GOTPAGEOFF]
Lloh6:
adrp x20, _QLCNIC_LB_PKT_POLL_COUNT@GOTPAGE
Lloh7:
ldr x20, [x20, _QLCNIC_LB_PKT_POLL_COUNT@GOTPAGEOFF]
b LBB0_4
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
add w21, w21, #1
add w22, w22, #1
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
ldr w8, [x26]
cmp w22, w8
b.ge LBB0_10
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_6 Depth 2
ldr w0, [x19, #16]
ldr w1, [x27]
bl _netdev_alloc_skb
cbz x0, LBB0_10
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
mov x25, x0
ldr w0, [x0]
ldr w1, [x19, #20]
bl _qlcnic_create_loopback_buff
ldr w1, [x27]
mov x0, x25
bl _skb_put
ldr x8, [x19, #8]
str xzr, [x8]
ldr w1, [x19, #16]
mov x0, x25
bl _qlcnic_xmit_frame
mov w24, #-1
LBB0_6: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w0, [x28]
bl _msleep
mov x0, x23
bl _qlcnic_process_rcv_ring_diag
ldr w8, [x20]
add w24, w24, #1
cmp w24, w8
b.gt LBB0_8
; %bb.7: ; in Loop: Header=BB0_6 Depth=2
ldr x8, [x19, #8]
ldr x8, [x8]
cbz x8, LBB0_6
LBB0_8: ; in Loop: Header=BB0_4 Depth=1
mov x0, x25
bl _dev_kfree_skb_any
ldr x8, [x19, #8]
ldr x8, [x8]
cbnz x8, LBB0_2
; %bb.9: ; in Loop: Header=BB0_4 Depth=1
ldr x0, [x19]
add w22, w22, #1
str x22, [sp]
Lloh8:
adrp x1, l_.str@PAGE
Lloh9:
add x1, x1, l_.str@PAGEOFF
bl _dev_warn
b LBB0_3
LBB0_10:
cmp w21, w22
b.ne LBB0_12
LBB0_11:
mov w0, #0
b LBB0_15
LBB0_12:
ldr x0, [x19]
Lloh10:
adrp x1, l_.str.1@PAGE
Lloh11:
add x1, x1, l_.str.1@PAGEOFF
mov x2, x22
mov x3, x21
bl _dev_err
Lloh12:
adrp x8, _QLCNIC_ILB_MODE@GOTPAGE
Lloh13:
ldr x8, [x8, _QLCNIC_ILB_MODE@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
ldr x9, [sp, #8] ; 8-byte Folded Reload
cmp x8, x9
b.eq LBB0_14
; %bb.13:
ldr x0, [x19]
Lloh15:
adrp x1, l_.str.2@PAGE
Lloh16:
add x1, x1, l_.str.2@PAGEOFF
bl _dev_warn
LBB0_14:
mov w0, #-1
LBB0_15:
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh15, Lloh16
.cfi_endproc
; -- End function
.comm _QLCNIC_NUM_ILB_PKT,4,2 ; @QLCNIC_NUM_ILB_PKT
.comm _QLCNIC_ILB_PKT_SIZE,4,2 ; @QLCNIC_ILB_PKT_SIZE
.comm _QLCNIC_LB_PKT_POLL_DELAY_MSEC,4,2 ; @QLCNIC_LB_PKT_POLL_DELAY_MSEC
.comm _QLCNIC_LB_PKT_POLL_COUNT,4,2 ; @QLCNIC_LB_PKT_POLL_COUNT
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "LB Test: packet #%d was not received\n"
l_.str.1: ; @.str.1
.asciz "LB Test: failed, TX[%d], RX[%d]\n"
.comm _QLCNIC_ILB_MODE,8,3 ; @QLCNIC_ILB_MODE
l_.str.2: ; @.str.2
.asciz "WARNING: Please check loopback cable\n"
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/qlogic/qlcnic/extr_qlcnic_ethtool.c_qlcnic_do_lb_test.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ApplyLauncherRegister ## -- Begin function ApplyLauncherRegister
.p2align 4, 0x90
_ApplyLauncherRegister: ## @ApplyLauncherRegister
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $56, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _max_logical_replication_workers@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_2
## %bb.1:
leaq -72(%rbp), %r14
movq %r14, %rdi
xorl %esi, %esi
movl $48, %edx
callq _memset
movq _BGWORKER_SHMEM_ACCESS@GOTPCREL(%rip), %rax
movq _BGWORKER_BACKEND_DATABASE_CONNECTION@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
movl %ecx, -72(%rbp)
movq _BgWorkerStart_RecoveryFinished@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -32(%rbp)
movl -36(%rbp), %edi
movq _BGW_MAXLEN@GOTPCREL(%rip), %rbx
movl (%rbx), %esi
leaq L_.str(%rip), %rdx
callq _snprintf
movl -40(%rbp), %edi
movl (%rbx), %esi
leaq L_.str.1(%rip), %rdx
callq _snprintf
movl -44(%rbp), %edi
movl (%rbx), %esi
leaq L_.str.2(%rip), %r15
movq %r15, %rdx
callq _snprintf
movl -48(%rbp), %edi
movl (%rbx), %esi
movq %r15, %rdx
callq _snprintf
movl $5, -68(%rbp)
xorps %xmm0, %xmm0
movups %xmm0, -64(%rbp)
movq %r14, %rdi
callq _RegisterBackgroundWorker
LBB0_2:
addq $56, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _max_logical_replication_workers,8,3 ## @max_logical_replication_workers
.comm _BGWORKER_SHMEM_ACCESS,4,2 ## @BGWORKER_SHMEM_ACCESS
.comm _BGWORKER_BACKEND_DATABASE_CONNECTION,4,2 ## @BGWORKER_BACKEND_DATABASE_CONNECTION
.comm _BgWorkerStart_RecoveryFinished,4,2 ## @BgWorkerStart_RecoveryFinished
.comm _BGW_MAXLEN,4,2 ## @BGW_MAXLEN
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "postgres"
L_.str.1: ## @.str.1
.asciz "ApplyLauncherMain"
L_.str.2: ## @.str.2
.asciz "logical replication launcher"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ApplyLauncherRegister ; -- Begin function ApplyLauncherRegister
.p2align 2
_ApplyLauncherRegister: ; @ApplyLauncherRegister
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, _max_logical_replication_workers@GOTPAGE
Lloh1:
ldr x8, [x8, _max_logical_replication_workers@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cbz x8, LBB0_2
; %bb.1:
mov x0, sp
mov w1, #0
mov w2, #48
bl _memset
Lloh3:
adrp x8, _BGWORKER_SHMEM_ACCESS@GOTPAGE
Lloh4:
ldr x8, [x8, _BGWORKER_SHMEM_ACCESS@GOTPAGEOFF]
Lloh5:
adrp x9, _BGWORKER_BACKEND_DATABASE_CONNECTION@GOTPAGE
Lloh6:
ldr x9, [x9, _BGWORKER_BACKEND_DATABASE_CONNECTION@GOTPAGEOFF]
Lloh7:
ldr w8, [x8]
Lloh8:
ldr w9, [x9]
orr w8, w9, w8
Lloh9:
adrp x9, _BgWorkerStart_RecoveryFinished@GOTPAGE
Lloh10:
ldr x9, [x9, _BgWorkerStart_RecoveryFinished@GOTPAGEOFF]
Lloh11:
ldr w9, [x9]
str w8, [sp]
str w9, [sp, #40]
ldr w0, [sp, #36]
Lloh12:
adrp x20, _BGW_MAXLEN@GOTPAGE
Lloh13:
ldr x20, [x20, _BGW_MAXLEN@GOTPAGEOFF]
ldr w1, [x20]
Lloh14:
adrp x2, l_.str@PAGE
Lloh15:
add x2, x2, l_.str@PAGEOFF
bl _snprintf
ldr w0, [sp, #32]
ldr w1, [x20]
Lloh16:
adrp x2, l_.str.1@PAGE
Lloh17:
add x2, x2, l_.str.1@PAGEOFF
bl _snprintf
ldr w0, [sp, #28]
ldr w1, [x20]
Lloh18:
adrp x19, l_.str.2@PAGE
Lloh19:
add x19, x19, l_.str.2@PAGEOFF
mov x2, x19
bl _snprintf
ldr w0, [sp, #24]
ldr w1, [x20]
mov x2, x19
bl _snprintf
mov w8, #5
str w8, [sp, #4]
stp xzr, xzr, [sp, #8]
mov x0, sp
bl _RegisterBackgroundWorker
LBB0_2:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh7
.cfi_endproc
; -- End function
.comm _max_logical_replication_workers,8,3 ; @max_logical_replication_workers
.comm _BGWORKER_SHMEM_ACCESS,4,2 ; @BGWORKER_SHMEM_ACCESS
.comm _BGWORKER_BACKEND_DATABASE_CONNECTION,4,2 ; @BGWORKER_BACKEND_DATABASE_CONNECTION
.comm _BgWorkerStart_RecoveryFinished,4,2 ; @BgWorkerStart_RecoveryFinished
.comm _BGW_MAXLEN,4,2 ; @BGW_MAXLEN
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "postgres"
l_.str.1: ; @.str.1
.asciz "ApplyLauncherMain"
l_.str.2: ; @.str.2
.asciz "logical replication launcher"
.subsections_via_symbols
| AnghaBench/postgres/src/backend/replication/logical/extr_launcher.c_ApplyLauncherRegister.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _regex_clear_matches ## -- Begin function regex_clear_matches
.p2align 4, 0x90
_regex_clear_matches: ## @regex_clear_matches
.cfi_startproc
## %bb.0:
testw %si, %si
jle LBB0_2
## %bb.1:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq 8(%rdi), %rdi
movzwl %si, %edx
shlq $2, %rdx
movl $255, %esi
callq _memset
popq %rbp
LBB0_2:
retq
.cfi_endproc
## -- End function
.globl _regex_search ## -- Begin function regex_search
.p2align 4, 0x90
_regex_search: ## @regex_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %edx
shll $16, %edx
xorl %ecx, %ecx
testl %edx, %edx
jle LBB1_16
## %bb.1:
movswl %ax, %r11d
leal -1(%r11), %r12d
movl $2, %r8d
movl $3, %r10d
movl $1, %r9d
xorl %edx, %edx
xorl %eax, %eax
jmp LBB1_4
.p2align 4, 0x90
LBB1_2: ## in Loop: Header=BB1_4 Depth=1
movl %ebx, %edx
LBB1_3: ## in Loop: Header=BB1_4 Depth=1
incl %ecx
movswl %cx, %esi
cmpl %esi, %r11d
jle LBB1_15
LBB1_4: ## =>This Inner Loop Header: Depth=1
movswq %cx, %rdi
movzbl (%r15,%rdi), %ebx
xorl %edi, %edi
cmpb $110, %bl
sete %dil
movl $2, %esi
subl %edi, %esi
movl %edx, %edi
negw %di
movl $0, %edi
sbbl %edi, %edi
orl %esi, %edi
cmpw $1, %dx
jne LBB1_6
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
cmpb $97, %bl
cmovel %r10d, %edi
cmpb $110, %bl
cmovel %r9d, %edi
cmpw $-1, %di
cmovel %r8d, %edi
movl %edi, %ebx
jmp LBB1_9
.p2align 4, 0x90
LBB1_6: ## in Loop: Header=BB1_4 Depth=1
cmpb $97, %bl
movl %edi, %ebx
cmovel %r10d, %ebx
cmpw $2, %dx
cmovnel %edi, %ebx
cmpw $-1, %bx
jne LBB1_9
## %bb.7: ## in Loop: Header=BB1_4 Depth=1
cmpw $3, %dx
je LBB1_17
## %bb.8: ## in Loop: Header=BB1_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
.p2align 4, 0x90
LBB1_9: ## in Loop: Header=BB1_4 Depth=1
movswl %cx, %edx
cmpl %edx, %r12d
jne LBB1_2
## %bb.10: ## in Loop: Header=BB1_4 Depth=1
movswl %ax, %edx
cmpl %edx, %r12d
jle LBB1_2
## %bb.11: ## in Loop: Header=BB1_4 Depth=1
cmpw $3, %bx
je LBB1_2
## %bb.12: ## in Loop: Header=BB1_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %edx, %edx
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB1_3
LBB1_15:
cmpw $3, %dx
movl $65535, %edx ## imm = 0xFFFF
cmovel %eax, %edx
movl %edx, %eax
jmp LBB1_17
LBB1_16:
movw $-1, %ax
LBB1_17:
movw %ax, (%r14)
movw %cx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_2_search ## -- Begin function regex_2_search
.p2align 4, 0x90
_regex_2_search: ## @regex_2_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %edx
shll $16, %edx
xorl %ecx, %ecx
testl %edx, %edx
jle LBB2_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
movl $2, %r8d
movl $1, %r9d
xorl %ebx, %ebx
xorl %eax, %eax
jmp LBB2_4
.p2align 4, 0x90
LBB2_2: ## in Loop: Header=BB2_4 Depth=1
movl %edi, %ebx
LBB2_3: ## in Loop: Header=BB2_4 Depth=1
incl %ecx
movswl %cx, %edx
cmpl %edx, %r10d
jle LBB2_13
LBB2_4: ## =>This Inner Loop Header: Depth=1
movswq %cx, %rdi
movzbl (%r15,%rdi), %edx
cmpb $97, %dl
movl $65535, %edi ## imm = 0xFFFF
cmovel %r8d, %edi
cmpb $110, %dl
cmovel %r9d, %edi
movl %ebx, %esi
negw %si
movl $0, %esi
sbbl %esi, %esi
orl %edi, %esi
cmpb $97, %dl
movl %esi, %edi
cmovel %r8d, %edi
cmpb $110, %dl
cmovel %r9d, %edi
cmpw $1, %bx
cmovnel %esi, %edi
cmpw $-1, %di
jne LBB2_7
## %bb.5: ## in Loop: Header=BB2_4 Depth=1
cmpw $2, %bx
je LBB2_15
## %bb.6: ## in Loop: Header=BB2_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
LBB2_7: ## in Loop: Header=BB2_4 Depth=1
movswl %cx, %edx
cmpl %edx, %r11d
jne LBB2_2
## %bb.8: ## in Loop: Header=BB2_4 Depth=1
movswl %ax, %edx
cmpl %edx, %r11d
jle LBB2_2
## %bb.9: ## in Loop: Header=BB2_4 Depth=1
cmpw $2, %di
je LBB2_2
## %bb.10: ## in Loop: Header=BB2_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB2_3
LBB2_13:
cmpw $2, %bx
movl $65535, %edx ## imm = 0xFFFF
cmovel %eax, %edx
movl %edx, %eax
jmp LBB2_15
LBB2_14:
movw $-1, %ax
LBB2_15:
movw %ax, (%r14)
movw %cx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_3_search ## -- Begin function regex_3_search
.p2align 4, 0x90
_regex_3_search: ## @regex_3_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB3_1
## %bb.2:
movswl %ax, %r8d
leal -1(%r8), %r9d
movw $-1, %r12w
xorl %eax, %eax
movl $3, %r10d
xorl %r11d, %r11d
xorl %r13d, %r13d
jmp LBB3_3
.p2align 4, 0x90
LBB3_15: ## in Loop: Header=BB3_3 Depth=1
movl %r11d, %r13d
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB3_16: ## in Loop: Header=BB3_3 Depth=1
incl %r13d
movswl %r13w, %ecx
movl %edi, %eax
cmpl %ecx, %r8d
jle LBB3_17
LBB3_3: ## =>This Inner Loop Header: Depth=1
movswq %r13w, %rcx
movzbl (%r15,%rcx), %ecx
testw %ax, %ax
sete %bl
cmpb $110, %cl
sete %dl
andb %bl, %dl
movzbl %dl, %edx
leal (%rdx,%rdx), %ebx
decl %ebx
movl $2, %esi
movl $2, %edi
subl %edx, %edi
cmpb $97, %cl
cmovel %r10d, %edi
cmpw $1, %ax
cmovnel %ebx, %edi
movl $2, %ebx
cmpw $-1, %di
je LBB3_5
## %bb.4: ## in Loop: Header=BB3_3 Depth=1
movl %edi, %ebx
LBB3_5: ## in Loop: Header=BB3_3 Depth=1
cmpb $97, %cl
cmovel %r10d, %ebx
cmpw $2, %ax
cmovel %ebx, %edi
cmpw $-1, %di
je LBB3_7
## %bb.6: ## in Loop: Header=BB3_3 Depth=1
movl %edi, %esi
LBB3_7: ## in Loop: Header=BB3_3 Depth=1
cmpb $97, %cl
cmovel %r10d, %esi
cmpw $3, %ax
cmovel %esi, %edi
cmovel %r13d, %r12d
cmpw $-1, %di
jne LBB3_11
## %bb.8: ## in Loop: Header=BB3_3 Depth=1
cmpw $3, %ax
je LBB3_9
## %bb.10: ## in Loop: Header=BB3_3 Depth=1
movl %r11d, %r13d
leal 1(%r11), %eax
movw $-1, %r12w
xorl %edi, %edi
movl %eax, %r11d
LBB3_11: ## in Loop: Header=BB3_3 Depth=1
movswl %r13w, %eax
cmpl %eax, %r9d
jne LBB3_16
## %bb.12: ## in Loop: Header=BB3_3 Depth=1
movswl %r11w, %eax
cmpl %eax, %r9d
jle LBB3_16
## %bb.13: ## in Loop: Header=BB3_3 Depth=1
cmpw $3, %di
je LBB3_16
## %bb.14: ## in Loop: Header=BB3_3 Depth=1
testw %r12w, %r12w
js LBB3_15
jmp LBB3_17
LBB3_1:
movw $-1, %r12w
xorl %r13d, %r13d
xorl %r11d, %r11d
xorl %edi, %edi
jmp LBB3_17
LBB3_9:
movw $3, %di
movl %r13d, %r12d
LBB3_17:
cmpw $3, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
cmpw $-1, %r12w
cmovnel %r11d, %eax
movw %ax, (%r14)
cmovel %r13d, %r12d
movw %r12w, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_4_search ## -- Begin function regex_4_search
.p2align 4, 0x90
_regex_4_search: ## @regex_4_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB4_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $3, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB4_4
.p2align 4, 0x90
LBB4_2: ## in Loop: Header=BB4_4 Depth=1
movl %edi, %esi
LBB4_3: ## in Loop: Header=BB4_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB4_13
LBB4_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $110, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
leal (%rax,%rax), %edi
decl %edi
movl $2, %ebx
subl %eax, %ebx
cmpw $1, %si
cmovnel %edi, %ebx
cmpb $97, %cl
movl %ebx, %edi
cmovel %r8d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB4_7
## %bb.5: ## in Loop: Header=BB4_4 Depth=1
cmpw $3, %si
je LBB4_15
## %bb.6: ## in Loop: Header=BB4_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB4_7: ## in Loop: Header=BB4_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB4_2
## %bb.8: ## in Loop: Header=BB4_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB4_2
## %bb.9: ## in Loop: Header=BB4_4 Depth=1
cmpw $3, %di
je LBB4_2
## %bb.10: ## in Loop: Header=BB4_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB4_3
LBB4_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB4_15
LBB4_14:
movw $-1, %r11w
xorl %edx, %edx
LBB4_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_5_search ## -- Begin function regex_5_search
.p2align 4, 0x90
_regex_5_search: ## @regex_5_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB5_1
## %bb.2:
movswl %ax, %r9d
leal -1(%r9), %esi
xorl %edi, %edi
movl $3, %r8d
xorl %eax, %eax
xorl %edx, %edx
jmp LBB5_3
.p2align 4, 0x90
LBB5_20: ## in Loop: Header=BB5_3 Depth=1
incl %edx
movswl %dx, %ecx
cmpl %ecx, %r9d
jle LBB5_21
LBB5_3: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rcx
movzbl (%r15,%rcx), %ebx
cmpw $2, %di
je LBB5_10
## %bb.4: ## in Loop: Header=BB5_3 Depth=1
cmpw $1, %di
je LBB5_6
## %bb.5: ## in Loop: Header=BB5_3 Depth=1
testw %di, %di
jne LBB5_22
LBB5_6: ## in Loop: Header=BB5_3 Depth=1
movl $2, %ecx
cmpb $97, %bl
je LBB5_8
## %bb.7: ## in Loop: Header=BB5_3 Depth=1
movl $65535, %ecx ## imm = 0xFFFF
LBB5_8: ## in Loop: Header=BB5_3 Depth=1
cmpb $100, %bl
cmovel %r8d, %ecx
movw $1, %di
cmpb $110, %bl
je LBB5_16
## %bb.9: ## in Loop: Header=BB5_3 Depth=1
movl %ecx, %edi
cmpw $-1, %di
jne LBB5_16
jmp LBB5_15
.p2align 4, 0x90
LBB5_10: ## in Loop: Header=BB5_3 Depth=1
movw $1, %di
cmpb $110, %bl
je LBB5_16
## %bb.11: ## in Loop: Header=BB5_3 Depth=1
movl $2, %edi
cmpb $97, %bl
je LBB5_13
## %bb.12: ## in Loop: Header=BB5_3 Depth=1
movl $65535, %edi ## imm = 0xFFFF
LBB5_13: ## in Loop: Header=BB5_3 Depth=1
cmpb $100, %bl
cmovel %r8d, %edi
cmpw $-1, %di
jne LBB5_16
LBB5_15: ## in Loop: Header=BB5_3 Depth=1
movl %eax, %edx
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
.p2align 4, 0x90
LBB5_16: ## in Loop: Header=BB5_3 Depth=1
movswl %dx, %ecx
cmpl %ecx, %esi
jne LBB5_20
## %bb.17: ## in Loop: Header=BB5_3 Depth=1
movswl %ax, %ecx
cmpl %ecx, %esi
jle LBB5_20
## %bb.18: ## in Loop: Header=BB5_3 Depth=1
cmpw $3, %di
je LBB5_20
## %bb.19: ## in Loop: Header=BB5_3 Depth=1
movl %eax, %edx
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB5_20
LBB5_21:
cmpw $3, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB5_22
LBB5_1:
movw $-1, %ax
xorl %edx, %edx
LBB5_22:
movw %ax, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_6_search ## -- Begin function regex_6_search
.p2align 4, 0x90
_regex_6_search: ## @regex_6_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB6_22
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %edi, %edi
movl $3, %r8d
movl $4, %r9d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB6_4
.p2align 4, 0x90
LBB6_2: ## in Loop: Header=BB6_4 Depth=1
movl %ecx, %edi
LBB6_3: ## in Loop: Header=BB6_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB6_21
LBB6_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rax
movzbl (%r15,%rax), %eax
testw %di, %di
sete %cl
cmpb $110, %al
sete %bl
andb %cl, %bl
movzbl %bl, %ecx
leal (%rcx,%rcx), %ebx
decl %ebx
cmpw $3, %di
je LBB6_10
## %bb.5: ## in Loop: Header=BB6_4 Depth=1
cmpw $2, %di
je LBB6_7
## %bb.6: ## in Loop: Header=BB6_4 Depth=1
cmpw $1, %di
jne LBB6_8
LBB6_7: ## in Loop: Header=BB6_4 Depth=1
cmpb $97, %al
cmovel %r8d, %ebx
cmpb $100, %al
cmovel %r9d, %ebx
movw $2, %cx
cmpb $110, %al
je LBB6_15
LBB6_8: ## in Loop: Header=BB6_4 Depth=1
cmpw $-1, %bx
jne LBB6_9
## %bb.13: ## in Loop: Header=BB6_4 Depth=1
cmpw $4, %di
jne LBB6_14
jmp LBB6_23
.p2align 4, 0x90
LBB6_10: ## in Loop: Header=BB6_4 Depth=1
movw $2, %cx
cmpb $110, %al
je LBB6_15
## %bb.11: ## in Loop: Header=BB6_4 Depth=1
cmpb $97, %al
cmovel %r8d, %ebx
cmpb $100, %al
cmovel %r9d, %ebx
cmpw $-1, %bx
je LBB6_14
.p2align 4, 0x90
LBB6_9: ## in Loop: Header=BB6_4 Depth=1
movl %ebx, %ecx
jmp LBB6_15
.p2align 4, 0x90
LBB6_14: ## in Loop: Header=BB6_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ecx, %ecx
movl %eax, %esi
LBB6_15: ## in Loop: Header=BB6_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB6_2
## %bb.16: ## in Loop: Header=BB6_4 Depth=1
movswl %si, %eax
cmpl %eax, %r11d
jle LBB6_2
## %bb.17: ## in Loop: Header=BB6_4 Depth=1
cmpw $4, %cx
je LBB6_2
## %bb.18: ## in Loop: Header=BB6_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
jmp LBB6_3
LBB6_21:
cmpw $4, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB6_23
LBB6_22:
movw $-1, %si
xorl %edx, %edx
LBB6_23:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_7_search ## -- Begin function regex_7_search
.p2align 4, 0x90
_regex_7_search: ## @regex_7_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r13
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movl %eax, %edx
shll $16, %edx
xorl %ecx, %ecx
testl %edx, %edx
jle LBB7_30
## %bb.1:
movq %rbx, -48(%rbp) ## 8-byte Spill
movswl %ax, %r12d
leal -1(%r12), %esi
movl $4, %r10d
movl $12, %r15d
movl $11, %r14d
xorl %r8d, %r8d
xorl %eax, %eax
jmp LBB7_4
.p2align 4, 0x90
LBB7_2: ## in Loop: Header=BB7_4 Depth=1
movl %edi, %r8d
LBB7_3: ## in Loop: Header=BB7_4 Depth=1
incl %ecx
movswl %cx, %edx
cmpl %edx, %r12d
jle LBB7_28
LBB7_4: ## =>This Inner Loop Header: Depth=1
movswq %cx, %rdi
movzbl (%r13,%rdi), %r9d
xorl %edi, %edi
cmpb $97, %r9b
sete %dil
incl %edi
movl %r8d, %edx
negw %dx
movl $0, %r11d
sbbl %r11d, %r11d
orl %edi, %r11d
movl $1, %edi
cmpw $-1, %r11w
je LBB7_6
## %bb.5: ## in Loop: Header=BB7_4 Depth=1
movl %r11d, %edi
LBB7_6: ## in Loop: Header=BB7_4 Depth=1
cmpb $97, %r9b
movl $2, %edx
cmovel %edx, %edi
cmpw $1, %r8w
cmovel %edi, %r11d
cmpw $4, %r8w
je LBB7_25
## %bb.7: ## in Loop: Header=BB7_4 Depth=1
cmpw $3, %r8w
je LBB7_9
## %bb.8: ## in Loop: Header=BB7_4 Depth=1
cmpw $2, %r8w
jne LBB7_12
LBB7_9: ## in Loop: Header=BB7_4 Depth=1
cmpb $97, %r9b
movl $2, %edx
cmovel %edx, %r11d
cmpb $102, %r9b
cmovel %r10d, %r11d
movl $3, %edi
cmpw $-1, %r11w
je LBB7_11
LBB7_10: ## in Loop: Header=BB7_4 Depth=1
movl %r11d, %edi
LBB7_11: ## in Loop: Header=BB7_4 Depth=1
movl %edi, %r11d
LBB7_12: ## in Loop: Header=BB7_4 Depth=1
movl $5, %edi
cmpw $-1, %r11w
je LBB7_14
## %bb.13: ## in Loop: Header=BB7_4 Depth=1
movl %r11d, %edi
LBB7_14: ## in Loop: Header=BB7_4 Depth=1
cmpb $102, %r9b
cmovel %r10d, %edi
cmpw $5, %r8w
cmovel %edi, %r11d
cmpw $6, %r8w
jne LBB7_18
## %bb.15: ## in Loop: Header=BB7_4 Depth=1
cmpb $50, %r9b
movl $7, %edx
cmovel %edx, %r11d
cmpb $102, %r9b
movl $6, %edx
cmovel %edx, %r11d
movl $5, %edi
cmpw $-1, %r11w
je LBB7_17
## %bb.16: ## in Loop: Header=BB7_4 Depth=1
movl %r11d, %edi
LBB7_17: ## in Loop: Header=BB7_4 Depth=1
movl %edi, %r11d
LBB7_18: ## in Loop: Header=BB7_4 Depth=1
cmpb $51, %r9b
movl %r11d, %edx
movl $8, %edi
cmovel %edi, %edx
cmpw $7, %r8w
cmovnel %r11d, %edx
cmpb $51, %r9b
movl %edx, %edi
movl $9, %ebx
cmovel %ebx, %edi
cmpw $8, %r8w
cmovnel %edx, %edi
cmpb $51, %r9b
movl %edi, %ebx
movl $10, %edx
cmovel %edx, %ebx
cmpw $9, %r8w
cmovnel %edi, %ebx
cmpb $52, %r9b
movl %ebx, %edx
cmovel %r15d, %edx
cmpb $53, %r9b
cmovel %r14d, %edx
cmpw $10, %r8w
cmovnel %ebx, %edx
cmpb $52, %r9b
movl %edx, %edi
cmovel %r15d, %edi
cmpb $53, %r9b
cmovel %r14d, %edi
cmpw $11, %r8w
cmovnel %edx, %edi
cmpw $-1, %di
jne LBB7_21
## %bb.19: ## in Loop: Header=BB7_4 Depth=1
cmpw $12, %r8w
je LBB7_29
## %bb.20: ## in Loop: Header=BB7_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
LBB7_21: ## in Loop: Header=BB7_4 Depth=1
movswl %cx, %edx
cmpl %edx, %esi
jne LBB7_2
## %bb.22: ## in Loop: Header=BB7_4 Depth=1
movswl %ax, %edx
cmpl %edx, %esi
jle LBB7_2
## %bb.23: ## in Loop: Header=BB7_4 Depth=1
cmpw $12, %di
je LBB7_2
## %bb.24: ## in Loop: Header=BB7_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %r8d, %r8d
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB7_3
.p2align 4, 0x90
LBB7_25: ## in Loop: Header=BB7_4 Depth=1
cmpb $50, %r9b
movl $7, %edx
cmovel %edx, %r11d
cmpb $102, %r9b
movl $6, %edx
cmovel %edx, %r11d
movl $5, %edi
cmpw $-1, %r11w
jne LBB7_10
jmp LBB7_11
LBB7_28:
cmpw $12, %r8w
movl $65535, %edx ## imm = 0xFFFF
cmovel %eax, %edx
movl %edx, %eax
LBB7_29:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB7_31
LBB7_30:
movw $-1, %ax
LBB7_31:
movw %ax, (%rbx)
movw %cx, 2(%rbx)
movw $0, 16(%rbx)
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_8_search ## -- Begin function regex_8_search
.p2align 4, 0x90
_regex_8_search: ## @regex_8_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
movq %rbx, -48(%rbp) ## 8-byte Spill
jle LBB8_1
## %bb.2:
movswl %ax, %r12d
leal -1(%r12), %r8d
movw $-1, %r11w
xorl %esi, %esi
movl $2, %r9d
movl $7, %r13d
xorl %r10d, %r10d
xorl %edx, %edx
jmp LBB8_3
.p2align 4, 0x90
LBB8_13: ## in Loop: Header=BB8_3 Depth=1
movl %r10d, %edx
leal 1(%r10), %eax
xorl %r14d, %r14d
movl %eax, %r10d
LBB8_14: ## in Loop: Header=BB8_3 Depth=1
incl %edx
movswl %dx, %eax
movl %r14d, %esi
cmpl %eax, %r12d
jle LBB8_15
LBB8_3: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %ebx
testw %si, %si
sete %al
cmpb $102, %bl
sete %cl
andb %al, %cl
movzbl %cl, %eax
addl %eax, %eax
decl %eax
cmpb $50, %bl
movl %eax, %ecx
movl $3, %edi
cmovel %edi, %ecx
cmpb $102, %bl
cmovel %r9d, %ecx
cmpw $1, %si
cmovnel %eax, %ecx
cmpb $50, %bl
movl %ecx, %eax
cmovel %edi, %eax
cmpb $102, %bl
cmovel %r9d, %eax
cmpw $2, %si
cmovnel %ecx, %eax
cmpb $51, %bl
movl %eax, %ecx
movl $4, %edi
cmovel %edi, %ecx
cmpw $3, %si
cmovnel %eax, %ecx
cmpb $51, %bl
movl %ecx, %eax
movl $5, %edi
cmovel %edi, %eax
cmpw $4, %si
cmovnel %ecx, %eax
cmpb $51, %bl
movl %eax, %ecx
movl $6, %edi
cmovel %edi, %ecx
cmpw $5, %si
cmovnel %eax, %ecx
cmpb $53, %bl
movl %ecx, %eax
cmovel %r13d, %eax
cmpw $6, %si
cmovnel %ecx, %eax
cmpb $53, %bl
movl %eax, %r14d
cmovel %r13d, %r14d
cmpw $7, %si
cmovnel %eax, %r14d
movl %esi, %ebx
andl $65534, %ebx ## imm = 0xFFFE
cmpw $6, %bx
jne LBB8_5
## %bb.4: ## in Loop: Header=BB8_3 Depth=1
movl %edx, %r11d
LBB8_5: ## in Loop: Header=BB8_3 Depth=1
cmpw $-1, %r14w
jne LBB8_9
## %bb.6: ## in Loop: Header=BB8_3 Depth=1
cmpw $6, %bx
je LBB8_7
## %bb.8: ## in Loop: Header=BB8_3 Depth=1
movl %r10d, %edx
leal 1(%r10), %eax
movw $-1, %r11w
xorl %r14d, %r14d
movl %eax, %r10d
LBB8_9: ## in Loop: Header=BB8_3 Depth=1
movswl %dx, %eax
cmpl %eax, %r8d
jne LBB8_14
## %bb.10: ## in Loop: Header=BB8_3 Depth=1
movswl %r10w, %eax
cmpl %eax, %r8d
jle LBB8_14
## %bb.11: ## in Loop: Header=BB8_3 Depth=1
movl %r14d, %eax
andl $65534, %eax ## imm = 0xFFFE
cmpw $6, %ax
je LBB8_14
## %bb.12: ## in Loop: Header=BB8_3 Depth=1
testw %r11w, %r11w
js LBB8_13
jmp LBB8_15
LBB8_1:
movw $-1, %r11w
xorl %edx, %edx
xorl %r10d, %r10d
xorl %r14d, %r14d
jmp LBB8_15
LBB8_7:
movl %edx, %r11d
movl %esi, %r14d
LBB8_15:
andl $65534, %r14d ## imm = 0xFFFE
cmpw $6, %r14w
movl $65535, %ecx ## imm = 0xFFFF
cmovel %r10d, %ecx
cmpw $-1, %r11w
cmovnel %r10d, %ecx
movq -48(%rbp), %rax ## 8-byte Reload
movw %cx, (%rax)
cmovel %edx, %r11d
movw %r11w, 2(%rax)
movw $0, 16(%rax)
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_9_search ## -- Begin function regex_9_search
.p2align 4, 0x90
_regex_9_search: ## @regex_9_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB9_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB9_2
## %bb.3:
movl $-1, (%rax)
LBB9_4:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB9_5
## %bb.6:
movswl %r12w, %r8d
movq 8(%r14), %r9
leal -1(%r8), %r10d
xorl %r11d, %r11d
xorl %ecx, %ecx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB9_7
LBB9_34: ## in Loop: Header=BB9_7 Depth=1
movl $-1, (%r9)
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
.p2align 4, 0x90
LBB9_35: ## in Loop: Header=BB9_7 Depth=1
incl %edi
movswl %di, %edx
cmpl %edx, %r8d
jle LBB9_36
LBB9_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rsi
movzbl (%r15,%rsi), %ebx
testw %cx, %cx
jne LBB9_15
## %bb.8: ## in Loop: Header=BB9_7 Depth=1
cmpb $120, %bl
jne LBB9_15
## %bb.9: ## in Loop: Header=BB9_7 Depth=1
movb $1, %bl
testw %r13w, %r13w
je LBB9_10
## %bb.11: ## in Loop: Header=BB9_7 Depth=1
testw %r11w, %r11w
je LBB9_14
## %bb.12: ## in Loop: Header=BB9_7 Depth=1
movw $1, %cx
cmpw 2(%r9), %di
jle LBB9_13
LBB9_14: ## in Loop: Header=BB9_7 Depth=1
movw %di, (%r9)
movw $1, %cx
movw $1, %r11w
jmp LBB9_30
.p2align 4, 0x90
LBB9_15: ## in Loop: Header=BB9_7 Depth=1
cmpw $1, %cx
jne LBB9_22
## %bb.16: ## in Loop: Header=BB9_7 Depth=1
cmpb $120, %bl
jne LBB9_22
LBB9_17: ## in Loop: Header=BB9_7 Depth=1
movw $2, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB9_30
## %bb.18: ## in Loop: Header=BB9_7 Depth=1
testw %r11w, %r11w
je LBB9_20
## %bb.19: ## in Loop: Header=BB9_7 Depth=1
cmpw 2(%r9), %di
jle LBB9_21
LBB9_20: ## in Loop: Header=BB9_7 Depth=1
movw %di, (%r9)
LBB9_21: ## in Loop: Header=BB9_7 Depth=1
leal 1(%rdi), %edx
movw %dx, 2(%r9)
movw $1, %r11w
jmp LBB9_30
.p2align 4, 0x90
LBB9_22: ## in Loop: Header=BB9_7 Depth=1
cmpw $2, %cx
je LBB9_26
## %bb.23: ## in Loop: Header=BB9_7 Depth=1
cmpw $3, %cx
jne LBB9_24
jmp LBB9_37
LBB9_10: ## in Loop: Header=BB9_7 Depth=1
movw $1, %cx
jmp LBB9_30
LBB9_26: ## in Loop: Header=BB9_7 Depth=1
cmpb $120, %bl
je LBB9_17
## %bb.27: ## in Loop: Header=BB9_7 Depth=1
cmpb $121, %bl
jne LBB9_24
## %bb.28: ## in Loop: Header=BB9_7 Depth=1
movw $3, %cx
xorl %ebx, %ebx
jmp LBB9_30
LBB9_24: ## in Loop: Header=BB9_7 Depth=1
leal 1(%rax), %esi
movb $1, %bl
testw %r13w, %r13w
je LBB9_25
## %bb.29: ## in Loop: Header=BB9_7 Depth=1
movl $-1, (%r9)
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
jmp LBB9_30
LBB9_13: ## in Loop: Header=BB9_7 Depth=1
movw $1, %r11w
jmp LBB9_30
LBB9_25: ## in Loop: Header=BB9_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
.p2align 4, 0x90
LBB9_30: ## in Loop: Header=BB9_7 Depth=1
movswl %di, %esi
cmpl %esi, %r10d
jne LBB9_35
## %bb.31: ## in Loop: Header=BB9_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r10d
setle %dl
xorb $1, %bl
orb %dl, %bl
jne LBB9_35
## %bb.32: ## in Loop: Header=BB9_7 Depth=1
leal 1(%rax), %esi
testw %r13w, %r13w
jne LBB9_34
## %bb.33: ## in Loop: Header=BB9_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
jmp LBB9_35
LBB9_36:
cmpw $3, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB9_37
LBB9_5:
movw $-1, %ax
xorl %edi, %edi
LBB9_37:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB9_38:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB9_2:
callq _regex_9_search.cold.1
jmp LBB9_38
.cfi_endproc
## -- End function
.globl _regex_10_search ## -- Begin function regex_10_search
.p2align 4, 0x90
_regex_10_search: ## @regex_10_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB10_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $3, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB10_4
.p2align 4, 0x90
LBB10_2: ## in Loop: Header=BB10_4 Depth=1
movl %edi, %esi
LBB10_3: ## in Loop: Header=BB10_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB10_13
LBB10_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
leal (%rax,%rax), %edi
decl %edi
movl $2, %ebx
subl %eax, %ebx
cmpw $1, %si
cmovnel %edi, %ebx
cmpb $98, %cl
movl %ebx, %edi
cmovel %r8d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB10_7
## %bb.5: ## in Loop: Header=BB10_4 Depth=1
cmpw $3, %si
je LBB10_15
## %bb.6: ## in Loop: Header=BB10_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB10_7: ## in Loop: Header=BB10_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB10_2
## %bb.8: ## in Loop: Header=BB10_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB10_2
## %bb.9: ## in Loop: Header=BB10_4 Depth=1
cmpw $3, %di
je LBB10_2
## %bb.10: ## in Loop: Header=BB10_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB10_3
LBB10_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB10_15
LBB10_14:
movw $-1, %r11w
xorl %edx, %edx
LBB10_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_11_search ## -- Begin function regex_11_search
.p2align 4, 0x90
_regex_11_search: ## @regex_11_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB11_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %esi, %esi
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB11_4
.p2align 4, 0x90
LBB11_2: ## in Loop: Header=BB11_4 Depth=1
movl %edi, %esi
LBB11_3: ## in Loop: Header=BB11_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB11_13
LBB11_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $98, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpw $1, %si
cmovnel %eax, %ebx
cmpb $99, %cl
movl %ebx, %edi
cmovel %r9d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB11_7
## %bb.5: ## in Loop: Header=BB11_4 Depth=1
cmpw $3, %si
je LBB11_15
## %bb.6: ## in Loop: Header=BB11_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB11_7: ## in Loop: Header=BB11_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB11_2
## %bb.8: ## in Loop: Header=BB11_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB11_2
## %bb.9: ## in Loop: Header=BB11_4 Depth=1
cmpw $3, %di
je LBB11_2
## %bb.10: ## in Loop: Header=BB11_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %esi, %esi
movl %eax, %r12d
jmp LBB11_3
LBB11_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB11_15
LBB11_14:
movw $-1, %r12w
xorl %edx, %edx
LBB11_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_12_search ## -- Begin function regex_12_search
.p2align 4, 0x90
_regex_12_search: ## @regex_12_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB12_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %esi, %esi
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB12_4
.p2align 4, 0x90
LBB12_2: ## in Loop: Header=BB12_4 Depth=1
movl %edi, %esi
LBB12_3: ## in Loop: Header=BB12_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB12_13
LBB12_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $98, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpb $99, %cl
cmovel %r9d, %ebx
cmpw $1, %si
cmovnel %eax, %ebx
cmpb $98, %cl
movl %ebx, %edi
cmovel %r8d, %edi
cmpb $99, %cl
cmovel %r9d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB12_7
## %bb.5: ## in Loop: Header=BB12_4 Depth=1
cmpw $3, %si
je LBB12_15
## %bb.6: ## in Loop: Header=BB12_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB12_7: ## in Loop: Header=BB12_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB12_2
## %bb.8: ## in Loop: Header=BB12_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB12_2
## %bb.9: ## in Loop: Header=BB12_4 Depth=1
cmpw $3, %di
je LBB12_2
## %bb.10: ## in Loop: Header=BB12_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %esi, %esi
movl %eax, %r12d
jmp LBB12_3
LBB12_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB12_15
LBB12_14:
movw $-1, %r12w
xorl %edx, %edx
LBB12_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_13_search ## -- Begin function regex_13_search
.p2align 4, 0x90
_regex_13_search: ## @regex_13_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB13_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %edi, %edi
movl $2, %r9d
movl $3, %r8d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB13_4
.p2align 4, 0x90
LBB13_2: ## in Loop: Header=BB13_4 Depth=1
movl %ebx, %edi
LBB13_3: ## in Loop: Header=BB13_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB13_13
LBB13_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %ecx
testw %di, %di
sete %bl
cmpb $97, %cl
sete %al
andb %bl, %al
movzbl %al, %eax
leal (%rax,%rax), %ebx
decl %ebx
cmpb $98, %cl
movl %ebx, %eax
cmovel %r9d, %eax
cmpw $1, %di
cmovnel %ebx, %eax
cmpb $98, %cl
movl %eax, %ebx
cmovel %r9d, %ebx
cmpb $99, %cl
cmovel %r8d, %ebx
cmpw $2, %di
cmovnel %eax, %ebx
cmpw $-1, %bx
jne LBB13_7
## %bb.5: ## in Loop: Header=BB13_4 Depth=1
cmpw $3, %di
je LBB13_15
## %bb.6: ## in Loop: Header=BB13_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ebx, %ebx
movl %eax, %esi
LBB13_7: ## in Loop: Header=BB13_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB13_2
## %bb.8: ## in Loop: Header=BB13_4 Depth=1
movswl %si, %eax
cmpl %eax, %r11d
jle LBB13_2
## %bb.9: ## in Loop: Header=BB13_4 Depth=1
cmpw $3, %bx
je LBB13_2
## %bb.10: ## in Loop: Header=BB13_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
jmp LBB13_3
LBB13_13:
cmpw $3, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB13_15
LBB13_14:
movw $-1, %si
xorl %edx, %edx
LBB13_15:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_14_search ## -- Begin function regex_14_search
.p2align 4, 0x90
_regex_14_search: ## @regex_14_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB14_14
## %bb.1:
movswl %ax, %r11d
leal -1(%r11), %r12d
xorl %edi, %edi
movl $2, %r8d
movl $3, %r10d
movl $4, %r9d
xorl %eax, %eax
xorl %esi, %esi
jmp LBB14_4
.p2align 4, 0x90
LBB14_2: ## in Loop: Header=BB14_4 Depth=1
movl %ebx, %edi
LBB14_3: ## in Loop: Header=BB14_4 Depth=1
incl %esi
movswl %si, %ecx
cmpl %ecx, %r11d
jle LBB14_13
LBB14_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rbx
movzbl (%r15,%rbx), %ecx
testw %di, %di
sete %bl
cmpb $97, %cl
sete %dl
andb %bl, %dl
movzbl %dl, %edx
addl %edx, %edx
decl %edx
cmpb $98, %cl
movl %edx, %ebx
cmovel %r8d, %ebx
cmpw $1, %di
cmovnel %edx, %ebx
cmpb $98, %cl
movl %ebx, %edx
cmovel %r10d, %edx
cmpw $2, %di
cmovnel %ebx, %edx
cmpb $98, %cl
movl %edx, %ebx
cmovel %r10d, %ebx
cmpb $99, %cl
cmovel %r9d, %ebx
cmpw $3, %di
cmovnel %edx, %ebx
cmpw $-1, %bx
jne LBB14_7
## %bb.5: ## in Loop: Header=BB14_4 Depth=1
cmpw $4, %di
je LBB14_15
## %bb.6: ## in Loop: Header=BB14_4 Depth=1
movl %eax, %esi
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
LBB14_7: ## in Loop: Header=BB14_4 Depth=1
movswl %si, %ecx
cmpl %ecx, %r12d
jne LBB14_2
## %bb.8: ## in Loop: Header=BB14_4 Depth=1
movswl %ax, %ecx
cmpl %ecx, %r12d
jle LBB14_2
## %bb.9: ## in Loop: Header=BB14_4 Depth=1
cmpw $4, %bx
je LBB14_2
## %bb.10: ## in Loop: Header=BB14_4 Depth=1
movl %eax, %esi
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB14_3
LBB14_13:
cmpw $4, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB14_15
LBB14_14:
movw $-1, %ax
xorl %esi, %esi
LBB14_15:
movw %ax, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_15_search ## -- Begin function regex_15_search
.p2align 4, 0x90
_regex_15_search: ## @regex_15_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB15_14
## %bb.1:
movswl %ax, %r11d
leal -1(%r11), %r12d
xorl %edi, %edi
movl $2, %r8d
movl $3, %r9d
movl $4, %r10d
xorl %eax, %eax
xorl %esi, %esi
jmp LBB15_4
.p2align 4, 0x90
LBB15_2: ## in Loop: Header=BB15_4 Depth=1
movl %ebx, %edi
LBB15_3: ## in Loop: Header=BB15_4 Depth=1
incl %esi
movswl %si, %ecx
cmpl %ecx, %r11d
jle LBB15_13
LBB15_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rbx
movzbl (%r15,%rbx), %ebx
testw %di, %di
sete %cl
cmpb $97, %bl
sete %dl
andb %cl, %dl
movzbl %dl, %ecx
addl %ecx, %ecx
decl %ecx
cmpb $98, %bl
movl %ecx, %edx
cmovel %r8d, %edx
cmpw $1, %di
cmovnel %ecx, %edx
cmpb $98, %bl
movl %edx, %ecx
cmovel %r9d, %ecx
cmpb $99, %bl
cmovel %r10d, %ecx
cmpw $2, %di
cmovnel %edx, %ecx
cmpb $99, %bl
movl %ecx, %ebx
cmovel %r10d, %ebx
cmpw $3, %di
cmovnel %ecx, %ebx
cmpw $-1, %bx
jne LBB15_7
## %bb.5: ## in Loop: Header=BB15_4 Depth=1
cmpw $4, %di
je LBB15_15
## %bb.6: ## in Loop: Header=BB15_4 Depth=1
movl %eax, %esi
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
LBB15_7: ## in Loop: Header=BB15_4 Depth=1
movswl %si, %ecx
cmpl %ecx, %r12d
jne LBB15_2
## %bb.8: ## in Loop: Header=BB15_4 Depth=1
movswl %ax, %ecx
cmpl %ecx, %r12d
jle LBB15_2
## %bb.9: ## in Loop: Header=BB15_4 Depth=1
cmpw $4, %bx
je LBB15_2
## %bb.10: ## in Loop: Header=BB15_4 Depth=1
movl %eax, %esi
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB15_3
LBB15_13:
cmpw $4, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB15_15
LBB15_14:
movw $-1, %ax
xorl %esi, %esi
LBB15_15:
movw %ax, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_16_search ## -- Begin function regex_16_search
.p2align 4, 0x90
_regex_16_search: ## @regex_16_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB16_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %edi, %edi
movl $2, %r8d
movl $3, %r9d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB16_4
.p2align 4, 0x90
LBB16_2: ## in Loop: Header=BB16_4 Depth=1
movl %ebx, %edi
LBB16_3: ## in Loop: Header=BB16_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB16_13
LBB16_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %ebx
testw %di, %di
sete %cl
cmpb $97, %bl
sete %al
andb %cl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $98, %bl
movl %eax, %ecx
cmovel %r8d, %ecx
cmpb $99, %bl
cmovel %r9d, %ecx
cmpw $1, %di
cmovnel %eax, %ecx
cmpb $99, %bl
movl %ecx, %ebx
cmovel %r9d, %ebx
cmpw $2, %di
cmovnel %ecx, %ebx
cmpw $-1, %bx
jne LBB16_7
## %bb.5: ## in Loop: Header=BB16_4 Depth=1
cmpw $3, %di
je LBB16_15
## %bb.6: ## in Loop: Header=BB16_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ebx, %ebx
movl %eax, %esi
LBB16_7: ## in Loop: Header=BB16_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB16_2
## %bb.8: ## in Loop: Header=BB16_4 Depth=1
movswl %si, %eax
cmpl %eax, %r11d
jle LBB16_2
## %bb.9: ## in Loop: Header=BB16_4 Depth=1
cmpw $3, %bx
je LBB16_2
## %bb.10: ## in Loop: Header=BB16_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
jmp LBB16_3
LBB16_13:
cmpw $3, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB16_15
LBB16_14:
movw $-1, %si
xorl %edx, %edx
LBB16_15:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_17_search ## -- Begin function regex_17_search
.p2align 4, 0x90
_regex_17_search: ## @regex_17_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
xorl %ebx, %ebx
testl %ecx, %ecx
jle LBB17_15
## %bb.1:
movq %r14, -48(%rbp) ## 8-byte Spill
movswl %ax, %r10d
leal -1(%r10), %r12d
movl $2, %r8d
movl $3, %r9d
xorl %r13d, %r13d
xorl %r11d, %r11d
xorl %esi, %esi
jmp LBB17_4
.p2align 4, 0x90
LBB17_2: ## in Loop: Header=BB17_4 Depth=1
movl %edi, %r13d
LBB17_3: ## in Loop: Header=BB17_4 Depth=1
incl %esi
movswl %si, %ebx
cmpl %ebx, %r10d
jle LBB17_13
LBB17_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rdi
movzbl (%r15,%rdi), %eax
testw %r13w, %r13w
sete %dl
cmpb $97, %al
sete %r14b
testw %di, %di
sete %cl
andb %dl, %cl
andb %r14b, %cl
movzbl %cl, %ecx
addl %ecx, %ecx
decl %ecx
cmpb $98, %al
movl %ecx, %edx
cmovel %r8d, %edx
cmpw $1, %r13w
cmovnel %ecx, %edx
cmpl %ebx, %r12d
movl %edx, %edi
cmovel %r9d, %edi
cmpb $99, %al
cmovnel %edx, %edi
cmpw $2, %r13w
cmovnel %edx, %edi
cmpw $-1, %di
jne LBB17_7
## %bb.5: ## in Loop: Header=BB17_4 Depth=1
cmpw $3, %r13w
je LBB17_14
## %bb.6: ## in Loop: Header=BB17_4 Depth=1
movl %r11d, %esi
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB17_7: ## in Loop: Header=BB17_4 Depth=1
movswl %si, %eax
cmpl %eax, %r12d
jne LBB17_2
## %bb.8: ## in Loop: Header=BB17_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r12d
jle LBB17_2
## %bb.9: ## in Loop: Header=BB17_4 Depth=1
cmpw $3, %di
je LBB17_2
## %bb.10: ## in Loop: Header=BB17_4 Depth=1
movl %r11d, %esi
leal 1(%r11), %eax
xorl %r13d, %r13d
movl %eax, %r11d
jmp LBB17_3
LBB17_13:
cmpw $3, %r13w
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
LBB17_14:
movq -48(%rbp), %r14 ## 8-byte Reload
jmp LBB17_16
LBB17_15:
movw $-1, %r11w
xorl %esi, %esi
LBB17_16:
movw %r11w, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_18_search ## -- Begin function regex_18_search
.p2align 4, 0x90
_regex_18_search: ## @regex_18_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB18_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %esi, %esi
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB18_4
.p2align 4, 0x90
LBB18_2: ## in Loop: Header=BB18_4 Depth=1
movl %edi, %esi
LBB18_3: ## in Loop: Header=BB18_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB18_13
LBB18_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %r13b
cmpb $97, %cl
sete %bl
testw %di, %di
sete %al
andb %r13b, %al
andb %bl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $98, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpw $1, %si
cmovnel %eax, %ebx
cmpb $99, %cl
movl %ebx, %edi
cmovel %r9d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB18_7
## %bb.5: ## in Loop: Header=BB18_4 Depth=1
cmpw $3, %si
je LBB18_15
## %bb.6: ## in Loop: Header=BB18_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB18_7: ## in Loop: Header=BB18_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB18_2
## %bb.8: ## in Loop: Header=BB18_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB18_2
## %bb.9: ## in Loop: Header=BB18_4 Depth=1
cmpw $3, %di
je LBB18_2
## %bb.10: ## in Loop: Header=BB18_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %esi, %esi
movl %eax, %r12d
jmp LBB18_3
LBB18_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB18_15
LBB18_14:
movw $-1, %r12w
xorl %edx, %edx
LBB18_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_19_search ## -- Begin function regex_19_search
.p2align 4, 0x90
_regex_19_search: ## @regex_19_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
xorl %ebx, %ebx
testl %ecx, %ecx
jle LBB19_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r12d
movl $2, %r8d
movl $3, %r9d
xorl %r13d, %r13d
xorl %r11d, %r11d
xorl %esi, %esi
jmp LBB19_4
.p2align 4, 0x90
LBB19_2: ## in Loop: Header=BB19_4 Depth=1
movl %edi, %r13d
LBB19_3: ## in Loop: Header=BB19_4 Depth=1
incl %esi
movswl %si, %ebx
cmpl %ebx, %r10d
jle LBB19_13
LBB19_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rdi
movzbl (%r15,%rdi), %eax
testw %r13w, %r13w
sete %dl
cmpb $97, %al
sete %cl
andb %dl, %cl
movzbl %cl, %ecx
addl %ecx, %ecx
decl %ecx
cmpb $98, %al
movl %ecx, %edx
cmovel %r8d, %edx
cmpw $1, %r13w
cmovnel %ecx, %edx
cmpl %ebx, %r12d
movl %edx, %edi
cmovel %r9d, %edi
cmpb $99, %al
cmovnel %edx, %edi
cmpw $2, %r13w
cmovnel %edx, %edi
cmpw $-1, %di
jne LBB19_7
## %bb.5: ## in Loop: Header=BB19_4 Depth=1
cmpw $3, %r13w
je LBB19_15
## %bb.6: ## in Loop: Header=BB19_4 Depth=1
movl %r11d, %esi
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB19_7: ## in Loop: Header=BB19_4 Depth=1
movswl %si, %eax
cmpl %eax, %r12d
jne LBB19_2
## %bb.8: ## in Loop: Header=BB19_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r12d
jle LBB19_2
## %bb.9: ## in Loop: Header=BB19_4 Depth=1
cmpw $3, %di
je LBB19_2
## %bb.10: ## in Loop: Header=BB19_4 Depth=1
movl %r11d, %esi
leal 1(%r11), %eax
xorl %r13d, %r13d
movl %eax, %r11d
jmp LBB19_3
LBB19_13:
cmpw $3, %r13w
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB19_15
LBB19_14:
movw $-1, %r11w
xorl %esi, %esi
LBB19_15:
movw %r11w, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_20_search ## -- Begin function regex_20_search
.p2align 4, 0x90
_regex_20_search: ## @regex_20_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB20_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $3, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB20_4
.p2align 4, 0x90
LBB20_2: ## in Loop: Header=BB20_4 Depth=1
movl %edi, %esi
LBB20_3: ## in Loop: Header=BB20_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB20_13
LBB20_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
leal (%rax,%rax), %edi
decl %edi
movl $2, %ebx
subl %eax, %ebx
cmpw $1, %si
cmovnel %edi, %ebx
cmpb $99, %cl
movl %ebx, %edi
cmovel %r8d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB20_7
## %bb.5: ## in Loop: Header=BB20_4 Depth=1
cmpw $3, %si
je LBB20_15
## %bb.6: ## in Loop: Header=BB20_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB20_7: ## in Loop: Header=BB20_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB20_2
## %bb.8: ## in Loop: Header=BB20_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB20_2
## %bb.9: ## in Loop: Header=BB20_4 Depth=1
cmpw $3, %di
je LBB20_2
## %bb.10: ## in Loop: Header=BB20_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB20_3
LBB20_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB20_15
LBB20_14:
movw $-1, %r11w
xorl %edx, %edx
LBB20_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_21_search ## -- Begin function regex_21_search
.p2align 4, 0x90
_regex_21_search: ## @regex_21_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB21_1
## %bb.2:
movswl %ax, %r8d
leal -1(%r8), %r9d
movw $-1, %r12w
xorl %eax, %eax
movl $3, %r10d
xorl %r11d, %r11d
xorl %r13d, %r13d
jmp LBB21_3
.p2align 4, 0x90
LBB21_15: ## in Loop: Header=BB21_3 Depth=1
movl %r11d, %r13d
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB21_16: ## in Loop: Header=BB21_3 Depth=1
incl %r13d
movswl %r13w, %ecx
movl %edi, %eax
cmpl %ecx, %r8d
jle LBB21_17
LBB21_3: ## =>This Inner Loop Header: Depth=1
movswq %r13w, %rcx
movzbl (%r15,%rcx), %ecx
testw %ax, %ax
sete %bl
cmpb $97, %cl
sete %dl
andb %bl, %dl
movzbl %dl, %edx
leal (%rdx,%rdx), %ebx
decl %ebx
movl $2, %esi
movl $2, %edi
subl %edx, %edi
cmpb $99, %cl
cmovel %r10d, %edi
cmpw $1, %ax
cmovnel %ebx, %edi
movl $2, %ebx
cmpw $-1, %di
je LBB21_5
## %bb.4: ## in Loop: Header=BB21_3 Depth=1
movl %edi, %ebx
LBB21_5: ## in Loop: Header=BB21_3 Depth=1
cmpb $99, %cl
cmovel %r10d, %ebx
cmpw $2, %ax
cmovel %ebx, %edi
cmpw $-1, %di
je LBB21_7
## %bb.6: ## in Loop: Header=BB21_3 Depth=1
movl %edi, %esi
LBB21_7: ## in Loop: Header=BB21_3 Depth=1
cmpb $99, %cl
cmovel %r10d, %esi
cmpw $3, %ax
cmovel %esi, %edi
cmovel %r13d, %r12d
cmpw $-1, %di
jne LBB21_11
## %bb.8: ## in Loop: Header=BB21_3 Depth=1
cmpw $3, %ax
je LBB21_9
## %bb.10: ## in Loop: Header=BB21_3 Depth=1
movl %r11d, %r13d
leal 1(%r11), %eax
movw $-1, %r12w
xorl %edi, %edi
movl %eax, %r11d
LBB21_11: ## in Loop: Header=BB21_3 Depth=1
movswl %r13w, %eax
cmpl %eax, %r9d
jne LBB21_16
## %bb.12: ## in Loop: Header=BB21_3 Depth=1
movswl %r11w, %eax
cmpl %eax, %r9d
jle LBB21_16
## %bb.13: ## in Loop: Header=BB21_3 Depth=1
cmpw $3, %di
je LBB21_16
## %bb.14: ## in Loop: Header=BB21_3 Depth=1
testw %r12w, %r12w
js LBB21_15
jmp LBB21_17
LBB21_1:
movw $-1, %r12w
xorl %r13d, %r13d
xorl %r11d, %r11d
xorl %edi, %edi
jmp LBB21_17
LBB21_9:
movw $3, %di
movl %r13d, %r12d
LBB21_17:
cmpw $3, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
cmpw $-1, %r12w
cmovnel %r11d, %eax
movw %ax, (%r14)
cmovel %r13d, %r12d
movw %r12w, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_22_search ## -- Begin function regex_22_search
.p2align 4, 0x90
_regex_22_search: ## @regex_22_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB22_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %r13d, %r13d
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %esi, %esi
jmp LBB22_4
.p2align 4, 0x90
LBB22_2: ## in Loop: Header=BB22_4 Depth=1
movl %edi, %r13d
LBB22_3: ## in Loop: Header=BB22_4 Depth=1
incl %esi
movswl %si, %eax
cmpl %eax, %r10d
jle LBB22_13
LBB22_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rdi
movzbl (%r15,%rdi), %edx
testw %r13w, %r13w
sete %al
cmpb $97, %dl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
movl %edx, %ecx
andb $-2, %cl
cmpb $98, %cl
movl %eax, %ecx
cmovel %r8d, %ecx
cmpw $1, %r13w
cmovnel %eax, %ecx
cmpb $100, %dl
movl %ecx, %edi
cmovel %r9d, %edi
cmpw $2, %r13w
cmovnel %ecx, %edi
cmpw $-1, %di
jne LBB22_7
## %bb.5: ## in Loop: Header=BB22_4 Depth=1
cmpw $3, %r13w
je LBB22_15
## %bb.6: ## in Loop: Header=BB22_4 Depth=1
movl %r12d, %esi
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB22_7: ## in Loop: Header=BB22_4 Depth=1
movswl %si, %eax
cmpl %eax, %r11d
jne LBB22_2
## %bb.8: ## in Loop: Header=BB22_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB22_2
## %bb.9: ## in Loop: Header=BB22_4 Depth=1
cmpw $3, %di
je LBB22_2
## %bb.10: ## in Loop: Header=BB22_4 Depth=1
movl %r12d, %esi
leal 1(%r12), %eax
xorl %r13d, %r13d
movl %eax, %r12d
jmp LBB22_3
LBB22_13:
cmpw $3, %r13w
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB22_15
LBB22_14:
movw $-1, %r12w
xorl %esi, %esi
LBB22_15:
movw %r12w, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_23_search ## -- Begin function regex_23_search
.p2align 4, 0x90
_regex_23_search: ## @regex_23_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB23_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %ebx, %ebx
movl $2, %r8d
movl $3, %r9d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB23_4
.p2align 4, 0x90
LBB23_2: ## in Loop: Header=BB23_4 Depth=1
movl %edi, %ebx
LBB23_3: ## in Loop: Header=BB23_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB23_13
LBB23_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %edi
testw %bx, %bx
sete %cl
cmpb $97, %dil
sete %al
andb %cl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
leal -98(%rdi), %ecx
cmpb $3, %cl
movl %eax, %ecx
cmovbl %r8d, %ecx
cmpw $1, %bx
cmovnel %eax, %ecx
cmpb $101, %dil
movl %ecx, %edi
cmovel %r9d, %edi
cmpw $2, %bx
cmovnel %ecx, %edi
cmpw $-1, %di
jne LBB23_7
## %bb.5: ## in Loop: Header=BB23_4 Depth=1
cmpw $3, %bx
je LBB23_15
## %bb.6: ## in Loop: Header=BB23_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
LBB23_7: ## in Loop: Header=BB23_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB23_2
## %bb.8: ## in Loop: Header=BB23_4 Depth=1
movswl %si, %eax
cmpl %eax, %r11d
jle LBB23_2
## %bb.9: ## in Loop: Header=BB23_4 Depth=1
cmpw $3, %di
je LBB23_2
## %bb.10: ## in Loop: Header=BB23_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ebx, %ebx
movl %eax, %esi
jmp LBB23_3
LBB23_13:
cmpw $3, %bx
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB23_15
LBB23_14:
movw $-1, %si
xorl %edx, %edx
LBB23_15:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_24_search ## -- Begin function regex_24_search
.p2align 4, 0x90
_regex_24_search: ## @regex_24_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB24_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $2, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB24_4
.p2align 4, 0x90
LBB24_2: ## in Loop: Header=BB24_4 Depth=1
movl %edi, %esi
LBB24_3: ## in Loop: Header=BB24_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB24_13
LBB24_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
addb $-98, %cl
cmpb $3, %cl
movl %eax, %edi
cmovbl %r8d, %edi
cmpw $1, %si
cmovnel %eax, %edi
cmpw $-1, %di
jne LBB24_7
## %bb.5: ## in Loop: Header=BB24_4 Depth=1
cmpw $2, %si
je LBB24_15
## %bb.6: ## in Loop: Header=BB24_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB24_7: ## in Loop: Header=BB24_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB24_2
## %bb.8: ## in Loop: Header=BB24_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB24_2
## %bb.9: ## in Loop: Header=BB24_4 Depth=1
cmpw $2, %di
je LBB24_2
## %bb.10: ## in Loop: Header=BB24_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB24_3
LBB24_13:
cmpw $2, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB24_15
LBB24_14:
movw $-1, %r11w
xorl %edx, %edx
LBB24_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_25_search ## -- Begin function regex_25_search
.p2align 4, 0x90
_regex_25_search: ## @regex_25_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB25_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %edi, %edi
movl $2, %r8d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB25_4
.p2align 4, 0x90
LBB25_2: ## in Loop: Header=BB25_4 Depth=1
movl %ebx, %edi
LBB25_3: ## in Loop: Header=BB25_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB25_13
LBB25_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %ecx
testw %di, %di
sete %bl
cmpb $97, %cl
sete %al
andb %bl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $45, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpb $98, %cl
cmovel %r8d, %ebx
cmpw $1, %di
cmovnel %eax, %ebx
cmpw $-1, %bx
jne LBB25_7
## %bb.5: ## in Loop: Header=BB25_4 Depth=1
cmpw $2, %di
je LBB25_15
## %bb.6: ## in Loop: Header=BB25_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ebx, %ebx
movl %eax, %esi
LBB25_7: ## in Loop: Header=BB25_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB25_2
## %bb.8: ## in Loop: Header=BB25_4 Depth=1
movswl %si, %eax
cmpl %eax, %r10d
jle LBB25_2
## %bb.9: ## in Loop: Header=BB25_4 Depth=1
cmpw $2, %bx
je LBB25_2
## %bb.10: ## in Loop: Header=BB25_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
jmp LBB25_3
LBB25_13:
cmpw $2, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB25_15
LBB25_14:
movw $-1, %si
xorl %edx, %edx
LBB25_15:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_26_search ## -- Begin function regex_26_search
.p2align 4, 0x90
_regex_26_search: ## @regex_26_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB26_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %edi, %edi
movl $2, %r8d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB26_4
.p2align 4, 0x90
LBB26_2: ## in Loop: Header=BB26_4 Depth=1
movl %ebx, %edi
LBB26_3: ## in Loop: Header=BB26_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB26_13
LBB26_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %ecx
testw %di, %di
sete %bl
cmpb $97, %cl
sete %al
andb %bl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $45, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpb $98, %cl
cmovel %r8d, %ebx
cmpw $1, %di
cmovnel %eax, %ebx
cmpw $-1, %bx
jne LBB26_7
## %bb.5: ## in Loop: Header=BB26_4 Depth=1
cmpw $2, %di
je LBB26_15
## %bb.6: ## in Loop: Header=BB26_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ebx, %ebx
movl %eax, %esi
LBB26_7: ## in Loop: Header=BB26_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB26_2
## %bb.8: ## in Loop: Header=BB26_4 Depth=1
movswl %si, %eax
cmpl %eax, %r10d
jle LBB26_2
## %bb.9: ## in Loop: Header=BB26_4 Depth=1
cmpw $2, %bx
je LBB26_2
## %bb.10: ## in Loop: Header=BB26_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
jmp LBB26_3
LBB26_13:
cmpw $2, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB26_15
LBB26_14:
movw $-1, %si
xorl %edx, %edx
LBB26_15:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_27_search ## -- Begin function regex_27_search
.p2align 4, 0x90
_regex_27_search: ## @regex_27_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB27_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $2, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB27_4
.p2align 4, 0x90
LBB27_2: ## in Loop: Header=BB27_4 Depth=1
movl %edi, %esi
LBB27_3: ## in Loop: Header=BB27_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB27_13
LBB27_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $93, %cl
movl %eax, %edi
cmovel %r8d, %edi
cmpw $1, %si
cmovnel %eax, %edi
cmpw $-1, %di
jne LBB27_7
## %bb.5: ## in Loop: Header=BB27_4 Depth=1
cmpw $2, %si
je LBB27_15
## %bb.6: ## in Loop: Header=BB27_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB27_7: ## in Loop: Header=BB27_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB27_2
## %bb.8: ## in Loop: Header=BB27_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB27_2
## %bb.9: ## in Loop: Header=BB27_4 Depth=1
cmpw $2, %di
je LBB27_2
## %bb.10: ## in Loop: Header=BB27_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB27_3
LBB27_13:
cmpw $2, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB27_15
LBB27_14:
movw $-1, %r11w
xorl %edx, %edx
LBB27_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_28_search ## -- Begin function regex_28_search
.p2align 4, 0x90
_regex_28_search: ## @regex_28_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB28_16
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $3, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB28_4
.p2align 4, 0x90
LBB28_2: ## in Loop: Header=BB28_4 Depth=1
movl %edi, %esi
LBB28_3: ## in Loop: Header=BB28_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB28_15
LBB28_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rax
movzbl (%r15,%rax), %eax
testw %si, %si
sete %cl
cmpb $97, %al
sete %bl
andb %cl, %bl
movzbl %bl, %ecx
addl %ecx, %ecx
decl %ecx
cmpw $1, %si
jne LBB28_6
## %bb.5: ## in Loop: Header=BB28_4 Depth=1
andb $-2, %al
cmpb $98, %al
movl $2, %edi
cmovel %ecx, %edi
testb $1, %bl
cmovnel %ecx, %edi
cmpw $-1, %di
jne LBB28_9
jmp LBB28_8
.p2align 4, 0x90
LBB28_6: ## in Loop: Header=BB28_4 Depth=1
cmpb $100, %al
movl %ecx, %edi
cmovel %r8d, %edi
cmpw $2, %si
cmovnel %ecx, %edi
cmpw $-1, %di
jne LBB28_9
## %bb.7: ## in Loop: Header=BB28_4 Depth=1
cmpw $3, %si
je LBB28_17
LBB28_8: ## in Loop: Header=BB28_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB28_9: ## in Loop: Header=BB28_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB28_2
## %bb.10: ## in Loop: Header=BB28_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB28_2
## %bb.11: ## in Loop: Header=BB28_4 Depth=1
cmpw $3, %di
je LBB28_2
## %bb.12: ## in Loop: Header=BB28_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB28_3
LBB28_15:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB28_17
LBB28_16:
movw $-1, %r11w
xorl %edx, %edx
LBB28_17:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_29_search ## -- Begin function regex_29_search
.p2align 4, 0x90
_regex_29_search: ## @regex_29_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB29_19
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %r12d, %r12d
movl $3, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB29_4
.p2align 4, 0x90
LBB29_2: ## in Loop: Header=BB29_4 Depth=1
movl %edi, %r12d
LBB29_3: ## in Loop: Header=BB29_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB29_18
LBB29_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rax
movzbl (%r15,%rax), %ecx
testw %r12w, %r12w
sete %bl
cmpb $97, %cl
sete %al
andb %bl, %al
movzbl %al, %esi
addl %esi, %esi
decl %esi
cmpw $1, %r12w
jne LBB29_9
## %bb.5: ## in Loop: Header=BB29_4 Depth=1
testb %al, %al
jne LBB29_9
## %bb.6: ## in Loop: Header=BB29_4 Depth=1
cmpb $45, %cl
je LBB29_9
## %bb.7: ## in Loop: Header=BB29_4 Depth=1
cmpb $98, %cl
je LBB29_9
## %bb.8: ## in Loop: Header=BB29_4 Depth=1
movw $2, %si
.p2align 4, 0x90
LBB29_9: ## in Loop: Header=BB29_4 Depth=1
cmpb $99, %cl
movl %esi, %edi
cmovel %r8d, %edi
cmpw $2, %r12w
cmovnel %esi, %edi
cmpw $-1, %di
jne LBB29_12
## %bb.10: ## in Loop: Header=BB29_4 Depth=1
cmpw $3, %r12w
je LBB29_20
## %bb.11: ## in Loop: Header=BB29_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB29_12: ## in Loop: Header=BB29_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB29_2
## %bb.13: ## in Loop: Header=BB29_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB29_2
## %bb.14: ## in Loop: Header=BB29_4 Depth=1
cmpw $3, %di
je LBB29_2
## %bb.15: ## in Loop: Header=BB29_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %r12d, %r12d
movl %eax, %r11d
jmp LBB29_3
LBB29_18:
cmpw $3, %r12w
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB29_20
LBB29_19:
movw $-1, %r11w
xorl %edx, %edx
LBB29_20:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_30_search ## -- Begin function regex_30_search
.p2align 4, 0x90
_regex_30_search: ## @regex_30_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB30_14
## %bb.1:
movswl %ax, %r11d
leal -1(%r11), %r12d
xorl %ebx, %ebx
movl $2, %r8d
movl $3, %r9d
movl $4, %r10d
xorl %r13d, %r13d
xorl %esi, %esi
jmp LBB30_4
.p2align 4, 0x90
LBB30_2: ## in Loop: Header=BB30_4 Depth=1
movl %edi, %ebx
LBB30_3: ## in Loop: Header=BB30_4 Depth=1
incl %esi
movswl %si, %eax
cmpl %eax, %r11d
jle LBB30_13
LBB30_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rdi
movzbl (%r15,%rdi), %ecx
testw %bx, %bx
sete %dl
cmpb $97, %cl
sete %al
andb %dl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $98, %cl
movl %eax, %edx
cmovel %r8d, %edx
cmpw $1, %bx
cmovnel %eax, %edx
cmpb $93, %cl
movl %edx, %eax
cmovel %r9d, %eax
cmpw $2, %bx
cmovnel %edx, %eax
cmpb $99, %cl
movl %eax, %edi
cmovel %r10d, %edi
cmpw $3, %bx
cmovnel %eax, %edi
cmpw $-1, %di
jne LBB30_7
## %bb.5: ## in Loop: Header=BB30_4 Depth=1
cmpw $4, %bx
je LBB30_15
## %bb.6: ## in Loop: Header=BB30_4 Depth=1
movl %r13d, %esi
leal 1(%r13), %eax
xorl %edi, %edi
movl %eax, %r13d
LBB30_7: ## in Loop: Header=BB30_4 Depth=1
movswl %si, %eax
cmpl %eax, %r12d
jne LBB30_2
## %bb.8: ## in Loop: Header=BB30_4 Depth=1
movswl %r13w, %eax
cmpl %eax, %r12d
jle LBB30_2
## %bb.9: ## in Loop: Header=BB30_4 Depth=1
cmpw $4, %di
je LBB30_2
## %bb.10: ## in Loop: Header=BB30_4 Depth=1
movl %r13d, %esi
leal 1(%r13), %eax
xorl %ebx, %ebx
movl %eax, %r13d
jmp LBB30_3
LBB30_13:
cmpw $4, %bx
movl $65535, %eax ## imm = 0xFFFF
cmovel %r13d, %eax
movl %eax, %r13d
jmp LBB30_15
LBB30_14:
movw $-1, %r13w
xorl %esi, %esi
LBB30_15:
movw %r13w, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_31_search ## -- Begin function regex_31_search
.p2align 4, 0x90
_regex_31_search: ## @regex_31_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %edx
shll $16, %edx
xorl %ecx, %ecx
testl %edx, %edx
jle LBB31_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
movl $2, %r8d
movl $3, %r9d
xorl %edi, %edi
xorl %eax, %eax
jmp LBB31_4
.p2align 4, 0x90
LBB31_2: ## in Loop: Header=BB31_4 Depth=1
movl %ebx, %edi
LBB31_3: ## in Loop: Header=BB31_4 Depth=1
incl %ecx
movswl %cx, %edx
cmpl %edx, %r10d
jle LBB31_13
LBB31_4: ## =>This Inner Loop Header: Depth=1
movswq %cx, %rbx
movzbl (%r15,%rbx), %ebx
xorl %edx, %edx
cmpb $97, %bl
sete %dl
addl %edx, %edx
decl %edx
cmpb $99, %bl
cmovel %r8d, %edx
movl %edi, %esi
negw %si
movl $0, %esi
sbbl %esi, %esi
orl %edx, %esi
cmpb $98, %bl
movl %esi, %edx
cmovel %r9d, %edx
cmpw $1, %di
cmovnel %esi, %edx
cmpb $100, %bl
movl %edx, %ebx
cmovel %r9d, %ebx
cmpw $2, %di
cmovnel %edx, %ebx
cmpw $-1, %bx
jne LBB31_7
## %bb.5: ## in Loop: Header=BB31_4 Depth=1
cmpw $3, %di
je LBB31_15
## %bb.6: ## in Loop: Header=BB31_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
LBB31_7: ## in Loop: Header=BB31_4 Depth=1
movswl %cx, %edx
cmpl %edx, %r11d
jne LBB31_2
## %bb.8: ## in Loop: Header=BB31_4 Depth=1
movswl %ax, %edx
cmpl %edx, %r11d
jle LBB31_2
## %bb.9: ## in Loop: Header=BB31_4 Depth=1
cmpw $3, %bx
je LBB31_2
## %bb.10: ## in Loop: Header=BB31_4 Depth=1
movl %eax, %ecx
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB31_3
LBB31_13:
cmpw $3, %di
movl $65535, %edx ## imm = 0xFFFF
cmovel %eax, %edx
movl %edx, %eax
jmp LBB31_15
LBB31_14:
movw $-1, %ax
LBB31_15:
movw %ax, (%r14)
movw %cx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_32_search ## -- Begin function regex_32_search
.p2align 4, 0x90
_regex_32_search: ## @regex_32_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB32_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $2, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB32_4
.p2align 4, 0x90
LBB32_2: ## in Loop: Header=BB32_4 Depth=1
movl %edi, %esi
LBB32_3: ## in Loop: Header=BB32_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB32_13
LBB32_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $101, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $102, %cl
movl %eax, %edi
cmovel %r8d, %edi
cmpw $1, %si
cmovnel %eax, %edi
cmpw $-1, %di
jne LBB32_7
## %bb.5: ## in Loop: Header=BB32_4 Depth=1
cmpw $2, %si
je LBB32_15
## %bb.6: ## in Loop: Header=BB32_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB32_7: ## in Loop: Header=BB32_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB32_2
## %bb.8: ## in Loop: Header=BB32_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB32_2
## %bb.9: ## in Loop: Header=BB32_4 Depth=1
cmpw $2, %di
je LBB32_2
## %bb.10: ## in Loop: Header=BB32_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB32_3
LBB32_13:
cmpw $2, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB32_15
LBB32_14:
movw $-1, %r11w
xorl %edx, %edx
LBB32_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_33_search ## -- Begin function regex_33_search
.p2align 4, 0x90
_regex_33_search: ## @regex_33_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB33_14
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $2, %r8d
xorl %r11d, %r11d
xorl %edx, %edx
jmp LBB33_4
.p2align 4, 0x90
LBB33_2: ## in Loop: Header=BB33_4 Depth=1
movl %edi, %esi
LBB33_3: ## in Loop: Header=BB33_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r9d
jle LBB33_13
LBB33_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $36, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $98, %cl
movl %eax, %edi
cmovel %r8d, %edi
cmpw $1, %si
cmovnel %eax, %edi
cmpw $-1, %di
jne LBB33_7
## %bb.5: ## in Loop: Header=BB33_4 Depth=1
cmpw $2, %si
je LBB33_15
## %bb.6: ## in Loop: Header=BB33_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %edi, %edi
movl %eax, %r11d
LBB33_7: ## in Loop: Header=BB33_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r10d
jne LBB33_2
## %bb.8: ## in Loop: Header=BB33_4 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB33_2
## %bb.9: ## in Loop: Header=BB33_4 Depth=1
cmpw $2, %di
je LBB33_2
## %bb.10: ## in Loop: Header=BB33_4 Depth=1
movl %r11d, %edx
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB33_3
LBB33_13:
cmpw $2, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r11d, %eax
movl %eax, %r11d
jmp LBB33_15
LBB33_14:
movw $-1, %r11w
xorl %edx, %edx
LBB33_15:
movw %r11w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_34_search ## -- Begin function regex_34_search
.p2align 4, 0x90
_regex_34_search: ## @regex_34_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB34_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %esi, %esi
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB34_4
.p2align 4, 0x90
LBB34_2: ## in Loop: Header=BB34_4 Depth=1
movl %edi, %esi
LBB34_3: ## in Loop: Header=BB34_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB34_13
LBB34_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $40, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpw $1, %si
cmovnel %eax, %ebx
cmpb $98, %cl
movl %ebx, %edi
cmovel %r9d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB34_7
## %bb.5: ## in Loop: Header=BB34_4 Depth=1
cmpw $3, %si
je LBB34_15
## %bb.6: ## in Loop: Header=BB34_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB34_7: ## in Loop: Header=BB34_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB34_2
## %bb.8: ## in Loop: Header=BB34_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB34_2
## %bb.9: ## in Loop: Header=BB34_4 Depth=1
cmpw $3, %di
je LBB34_2
## %bb.10: ## in Loop: Header=BB34_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %esi, %esi
movl %eax, %r12d
jmp LBB34_3
LBB34_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB34_15
LBB34_14:
movw $-1, %r12w
xorl %edx, %edx
LBB34_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_35_search ## -- Begin function regex_35_search
.p2align 4, 0x90
_regex_35_search: ## @regex_35_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB35_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %esi, %esi
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB35_4
.p2align 4, 0x90
LBB35_2: ## in Loop: Header=BB35_4 Depth=1
movl %edi, %esi
LBB35_3: ## in Loop: Header=BB35_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB35_13
LBB35_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $40, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpb $98, %cl
cmovel %r9d, %ebx
cmpw $1, %si
cmovnel %eax, %ebx
cmpb $40, %cl
movl %ebx, %edi
cmovel %r8d, %edi
cmpb $98, %cl
cmovel %r9d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB35_7
## %bb.5: ## in Loop: Header=BB35_4 Depth=1
cmpw $3, %si
je LBB35_15
## %bb.6: ## in Loop: Header=BB35_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB35_7: ## in Loop: Header=BB35_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB35_2
## %bb.8: ## in Loop: Header=BB35_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB35_2
## %bb.9: ## in Loop: Header=BB35_4 Depth=1
cmpw $3, %di
je LBB35_2
## %bb.10: ## in Loop: Header=BB35_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %esi, %esi
movl %eax, %r12d
jmp LBB35_3
LBB35_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB35_15
LBB35_14:
movw $-1, %r12w
xorl %edx, %edx
LBB35_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_36_search ## -- Begin function regex_36_search
.p2align 4, 0x90
_regex_36_search: ## @regex_36_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB36_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %esi, %esi
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB36_4
.p2align 4, 0x90
LBB36_2: ## in Loop: Header=BB36_4 Depth=1
movl %edi, %esi
LBB36_3: ## in Loop: Header=BB36_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB36_13
LBB36_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %ecx
testw %si, %si
sete %al
cmpb $97, %cl
sete %bl
andb %al, %bl
movzbl %bl, %eax
addl %eax, %eax
decl %eax
cmpb $92, %cl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpw $1, %si
cmovnel %eax, %ebx
cmpb $98, %cl
movl %ebx, %edi
cmovel %r9d, %edi
cmpw $2, %si
cmovnel %ebx, %edi
cmpw $-1, %di
jne LBB36_7
## %bb.5: ## in Loop: Header=BB36_4 Depth=1
cmpw $3, %si
je LBB36_15
## %bb.6: ## in Loop: Header=BB36_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB36_7: ## in Loop: Header=BB36_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB36_2
## %bb.8: ## in Loop: Header=BB36_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB36_2
## %bb.9: ## in Loop: Header=BB36_4 Depth=1
cmpw $3, %di
je LBB36_2
## %bb.10: ## in Loop: Header=BB36_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %esi, %esi
movl %eax, %r12d
jmp LBB36_3
LBB36_13:
cmpw $3, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB36_15
LBB36_14:
movw $-1, %r12w
xorl %edx, %edx
LBB36_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_37_search ## -- Begin function regex_37_search
.p2align 4, 0x90
_regex_37_search: ## @regex_37_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB37_4
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB37_2
## %bb.3:
movq $-1, (%rax)
LBB37_4:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB37_5
## %bb.6:
movswl %r12w, %r8d
movq 8(%r14), %r12
leal -1(%r8), %r11d
xorl %r10d, %r10d
xorl %r9d, %r9d
xorl %ebx, %ebx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB37_7
LBB37_26: ## in Loop: Header=BB37_7 Depth=1
movq $-1, (%r12)
xorl %r9d, %r9d
movl %eax, %edi
movl %esi, %eax
xorl %r10d, %r10d
.p2align 4, 0x90
LBB37_27: ## in Loop: Header=BB37_7 Depth=1
incl %edi
movswl %di, %edx
cmpl %edx, %r8d
jle LBB37_28
LBB37_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rcx
testw %bx, %bx
sete %dl
cmpb $97, (%r15,%rcx)
sete %cl
andb %dl, %cl
cmpb $1, %cl
jne LBB37_17
## %bb.8: ## in Loop: Header=BB37_7 Depth=1
testw %r13w, %r13w
je LBB37_9
## %bb.10: ## in Loop: Header=BB37_7 Depth=1
testw %r10w, %r10w
je LBB37_12
## %bb.11: ## in Loop: Header=BB37_7 Depth=1
cmpw 6(%r12), %di
jle LBB37_13
LBB37_12: ## in Loop: Header=BB37_7 Depth=1
movw %di, 4(%r12)
LBB37_13: ## in Loop: Header=BB37_7 Depth=1
testw %r9w, %r9w
je LBB37_15
## %bb.14: ## in Loop: Header=BB37_7 Depth=1
cmpw 2(%r12), %di
jle LBB37_16
LBB37_15: ## in Loop: Header=BB37_7 Depth=1
movw %di, (%r12)
LBB37_16: ## in Loop: Header=BB37_7 Depth=1
leal 1(%rdi), %edx
movw %dx, 6(%r12)
movw %dx, 2(%r12)
movw $1, %bx
movw $1, %r9w
movw $1, %r10w
jmp LBB37_21
.p2align 4, 0x90
LBB37_17: ## in Loop: Header=BB37_7 Depth=1
cmpw $1, %bx
je LBB37_29
## %bb.18: ## in Loop: Header=BB37_7 Depth=1
leal 1(%rax), %esi
testw %r13w, %r13w
je LBB37_19
## %bb.20: ## in Loop: Header=BB37_7 Depth=1
movq $-1, (%r12)
xorl %ebx, %ebx
movl %eax, %edi
movl %esi, %eax
xorl %r9d, %r9d
xorl %r10d, %r10d
jmp LBB37_21
LBB37_9: ## in Loop: Header=BB37_7 Depth=1
movw $1, %bx
jmp LBB37_21
LBB37_19: ## in Loop: Header=BB37_7 Depth=1
xorl %ebx, %ebx
movl %eax, %edi
movl %esi, %eax
.p2align 4, 0x90
LBB37_21: ## in Loop: Header=BB37_7 Depth=1
movswl %di, %edx
cmpl %edx, %r11d
jne LBB37_27
## %bb.22: ## in Loop: Header=BB37_7 Depth=1
movswl %ax, %edx
cmpl %edx, %r11d
jle LBB37_27
## %bb.23: ## in Loop: Header=BB37_7 Depth=1
movl %ecx, %edx
xorb $1, %dl
je LBB37_27
## %bb.24: ## in Loop: Header=BB37_7 Depth=1
leal 1(%rax), %esi
testw %r13w, %r13w
jne LBB37_26
## %bb.25: ## in Loop: Header=BB37_7 Depth=1
movl %eax, %edi
movl %esi, %eax
jmp LBB37_27
LBB37_28:
testb %cl, %cl
movl $65535, %ecx ## imm = 0xFFFF
cmovnel %eax, %ecx
movl %ecx, %eax
jmp LBB37_29
LBB37_5:
movw $-1, %ax
xorl %edi, %edi
LBB37_29:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $2, 16(%r14)
LBB37_30:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB37_2:
callq _regex_37_search.cold.1
jmp LBB37_30
.cfi_endproc
## -- End function
.globl _regex_38_search ## -- Begin function regex_38_search
.p2align 4, 0x90
_regex_38_search: ## @regex_38_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB38_4
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB38_2
## %bb.3:
movq $-1, (%rax)
LBB38_4:
movl %r12d, %eax
shll $16, %eax
xorl %edx, %edx
testl %eax, %eax
jle LBB38_5
## %bb.6:
movswl %r12w, %r9d
movq %rbx, %rax
movq 8(%rbx), %r10
leal -1(%r9), %r11d
xorl %r12d, %r12d
xorl %esi, %esi
xorl %edi, %edi
xorl %r8d, %r8d
xorl %r14d, %r14d
jmp LBB38_7
LBB38_34: ## in Loop: Header=BB38_7 Depth=1
movq $-1, (%r10)
xorl %edi, %edi
movl %r8d, %r14d
movl %ebx, %r8d
xorl %esi, %esi
xorl %r12d, %r12d
.p2align 4, 0x90
LBB38_35: ## in Loop: Header=BB38_7 Depth=1
incl %r14d
movswl %r14w, %ecx
cmpl %ecx, %r9d
jle LBB38_36
LBB38_7: ## =>This Inner Loop Header: Depth=1
movswq %r14w, %rbx
movzbl (%r15,%rbx), %ebx
cmpw $2, %di
je LBB38_17
## %bb.8: ## in Loop: Header=BB38_7 Depth=1
cmpw $1, %di
je LBB38_16
## %bb.9: ## in Loop: Header=BB38_7 Depth=1
testw %di, %di
jne LBB38_37
## %bb.10: ## in Loop: Header=BB38_7 Depth=1
cmpb $97, %bl
jne LBB38_23
## %bb.11: ## in Loop: Header=BB38_7 Depth=1
testw %r13w, %r13w
je LBB38_23
## %bb.12: ## in Loop: Header=BB38_7 Depth=1
testw %si, %si
je LBB38_14
## %bb.13: ## in Loop: Header=BB38_7 Depth=1
cmpw 2(%r10), %r14w
jle LBB38_15
LBB38_14: ## in Loop: Header=BB38_7 Depth=1
movw %r14w, (%r10)
LBB38_15: ## in Loop: Header=BB38_7 Depth=1
leal 1(%r14), %esi
movw %si, 2(%r10)
movw $1, %di
movw $1, %si
jmp LBB38_29
.p2align 4, 0x90
LBB38_17: ## in Loop: Header=BB38_7 Depth=1
cmpb $99, %bl
jne LBB38_25
## %bb.18: ## in Loop: Header=BB38_7 Depth=1
movw $3, %di
testw %r13w, %r13w
je LBB38_29
## %bb.19: ## in Loop: Header=BB38_7 Depth=1
testw %r12w, %r12w
je LBB38_21
## %bb.20: ## in Loop: Header=BB38_7 Depth=1
cmpw 6(%r10), %r14w
jle LBB38_22
LBB38_21: ## in Loop: Header=BB38_7 Depth=1
movw %r14w, 4(%r10)
movw $1, %r12w
LBB38_22: ## in Loop: Header=BB38_7 Depth=1
leal 1(%r14), %ecx
movw %cx, 6(%r10)
jmp LBB38_29
.p2align 4, 0x90
LBB38_16: ## in Loop: Header=BB38_7 Depth=1
testw %r13w, %r13w
setne %cl
cmpb $98, %bl
setne %dl
testb %dl, %cl
movl $0, %ecx
cmovnel %ecx, %esi
movl $0, %edx
cmovnel %ecx, %r12d
movw $2, %di
cmpb $98, %bl
jne LBB38_26
jmp LBB38_29
LBB38_23: ## in Loop: Header=BB38_7 Depth=1
cmpb $97, %bl
movl $0, %ecx
cmovel %r12d, %ecx
testw %r13w, %r13w
cmovel %r12d, %ecx
xorl %edi, %edi
movl %ecx, %r12d
cmpb $97, %bl
sete %bl
jne LBB38_26
## %bb.24: ## in Loop: Header=BB38_7 Depth=1
movb %bl, %dil
addl %edi, %edi
decl %edi
jmp LBB38_29
LBB38_25: ## in Loop: Header=BB38_7 Depth=1
testw %r13w, %r13w
cmovnel %edx, %esi
LBB38_26: ## in Loop: Header=BB38_7 Depth=1
leal 1(%r8), %ebx
testw %r13w, %r13w
je LBB38_27
## %bb.28: ## in Loop: Header=BB38_7 Depth=1
movq $-1, (%r10)
xorl %edi, %edi
movl %r8d, %r14d
movl %ebx, %r8d
xorl %esi, %esi
xorl %r12d, %r12d
jmp LBB38_29
LBB38_27: ## in Loop: Header=BB38_7 Depth=1
xorl %edi, %edi
movl %r8d, %r14d
movl %ebx, %r8d
.p2align 4, 0x90
LBB38_29: ## in Loop: Header=BB38_7 Depth=1
movswl %r14w, %ecx
cmpl %ecx, %r11d
jne LBB38_35
## %bb.30: ## in Loop: Header=BB38_7 Depth=1
movswl %r8w, %ecx
cmpl %ecx, %r11d
jle LBB38_35
## %bb.31: ## in Loop: Header=BB38_7 Depth=1
cmpw $3, %di
je LBB38_35
## %bb.32: ## in Loop: Header=BB38_7 Depth=1
leal 1(%r8), %ebx
testw %r13w, %r13w
jne LBB38_34
## %bb.33: ## in Loop: Header=BB38_7 Depth=1
xorl %edi, %edi
movl %r8d, %r14d
movl %ebx, %r8d
jmp LBB38_35
LBB38_36:
cmpw $3, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %r8d, %ecx
movl %ecx, %r8d
jmp LBB38_37
LBB38_5:
movq %rbx, %rax
movw $-1, %r8w
xorl %r14d, %r14d
LBB38_37:
movw %r8w, (%rax)
movw %r14w, 2(%rax)
movw $2, 16(%rax)
LBB38_38:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB38_2:
callq _regex_38_search.cold.1
movq %rbx, %rax
jmp LBB38_38
.cfi_endproc
## -- End function
.globl _regex_39_search ## -- Begin function regex_39_search
.p2align 4, 0x90
_regex_39_search: ## @regex_39_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB39_14
## %bb.1:
movswl %ax, %r11d
leal -1(%r11), %r12d
xorl %edi, %edi
movl $1, %r8d
movl $2, %r10d
movl $3, %r9d
xorl %eax, %eax
xorl %esi, %esi
jmp LBB39_4
.p2align 4, 0x90
LBB39_2: ## in Loop: Header=BB39_4 Depth=1
movl %ebx, %edi
LBB39_3: ## in Loop: Header=BB39_4 Depth=1
incl %esi
movswl %si, %ecx
cmpl %ecx, %r11d
jle LBB39_13
LBB39_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rbx
movzbl (%r15,%rbx), %ecx
testw %di, %di
sete %bl
cmpb $97, %cl
sete %dl
andb %bl, %dl
cmpb $97, %cl
movzbl %dl, %edx
leal -1(%rdx,%rdx), %ebx
movl %ebx, %edx
cmovel %r8d, %edx
cmpb $98, %cl
cmovel %r10d, %edx
cmpw $1, %di
cmovnel %ebx, %edx
cmpb $98, %cl
movl %edx, %ebx
cmovel %r10d, %ebx
cmpb $99, %cl
cmovel %r9d, %ebx
cmpw $2, %di
cmovnel %edx, %ebx
cmpw $-1, %bx
jne LBB39_7
## %bb.5: ## in Loop: Header=BB39_4 Depth=1
cmpw $3, %di
je LBB39_15
## %bb.6: ## in Loop: Header=BB39_4 Depth=1
movl %eax, %esi
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
LBB39_7: ## in Loop: Header=BB39_4 Depth=1
movswl %si, %ecx
cmpl %ecx, %r12d
jne LBB39_2
## %bb.8: ## in Loop: Header=BB39_4 Depth=1
movswl %ax, %ecx
cmpl %ecx, %r12d
jle LBB39_2
## %bb.9: ## in Loop: Header=BB39_4 Depth=1
cmpw $3, %bx
je LBB39_2
## %bb.10: ## in Loop: Header=BB39_4 Depth=1
movl %eax, %esi
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB39_3
LBB39_13:
cmpw $3, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB39_15
LBB39_14:
movw $-1, %ax
xorl %esi, %esi
LBB39_15:
movw %ax, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_40_search ## -- Begin function regex_40_search
.p2align 4, 0x90
_regex_40_search: ## @regex_40_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r15d
movq %rsi, %r13
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r15w, %r15w
je LBB40_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB40_2
## %bb.3:
movl $-1, (%rax)
LBB40_4:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB40_5
## %bb.6:
movswl %r12w, %r8d
movq 8(%r14), %r9
movb $1, %dl
movw $1, %ax
xorl %edi, %edi
xorl %esi, %esi
jmp LBB40_7
.p2align 4, 0x90
LBB40_14: ## in Loop: Header=BB40_7 Depth=1
movw %bx, (%r9)
LBB40_15: ## in Loop: Header=BB40_7 Depth=1
movw %cx, 2(%r9)
movw $1, %di
LBB40_16: ## in Loop: Header=BB40_7 Depth=1
incl %esi
movswl %cx, %ebx
leal 1(%rcx), %eax
xorl %edx, %edx
cmpl %ebx, %r8d
jle LBB40_17
LBB40_7: ## =>This Inner Loop Header: Depth=1
movl %eax, %ecx
leal -1(%rcx), %ebx
movswq %bx, %rax
movzbl (%r13,%rax), %eax
addb $-97, %al
testb $1, %dl
je LBB40_10
## %bb.8: ## in Loop: Header=BB40_7 Depth=1
cmpb $1, %al
jbe LBB40_11
jmp LBB40_9
.p2align 4, 0x90
LBB40_10: ## in Loop: Header=BB40_7 Depth=1
cmpb $1, %al
ja LBB40_18
LBB40_11: ## in Loop: Header=BB40_7 Depth=1
testw %r15w, %r15w
je LBB40_16
## %bb.12: ## in Loop: Header=BB40_7 Depth=1
testw %di, %di
je LBB40_14
## %bb.13: ## in Loop: Header=BB40_7 Depth=1
cmpw 2(%r9), %bx
jg LBB40_14
jmp LBB40_15
LBB40_5:
movw $0, (%r14)
xorl %esi, %esi
jmp LBB40_20
LBB40_17:
decl %eax
movl %eax, %esi
jmp LBB40_18
LBB40_9:
leal -1(%rcx), %esi
LBB40_18:
movw $0, (%r14)
testw %cx, %cx
je LBB40_20
## %bb.19:
decl %ecx
movl %ecx, %esi
LBB40_20:
movw %si, 2(%r14)
movw $1, 16(%r14)
LBB40_21:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB40_2:
callq _regex_40_search.cold.1
jmp LBB40_21
.cfi_endproc
## -- End function
.globl _regex_41_search ## -- Begin function regex_41_search
.p2align 4, 0x90
_regex_41_search: ## @regex_41_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB41_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB41_39
## %bb.2:
movl $-1, (%rax)
LBB41_3:
movl %r12d, %eax
shll $16, %eax
xorl %r8d, %r8d
testl %eax, %eax
movq %rbx, -48(%rbp) ## 8-byte Spill
jle LBB41_34
## %bb.4:
movswl %r12w, %r9d
movq 8(%rbx), %r11
leal -1(%r9), %r12d
movw $-1, %r10w
xorl %r14d, %r14d
xorl %eax, %eax
xorl %ecx, %ecx
xorl %edx, %edx
jmp LBB41_7
.p2align 4, 0x90
LBB41_5: ## in Loop: Header=BB41_7 Depth=1
movl %ecx, %esi
LBB41_6: ## in Loop: Header=BB41_7 Depth=1
incl %edx
movswl %dx, %edi
movl %esi, %ecx
cmpl %edi, %r9d
jle LBB41_37
LBB41_7: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rsi
movzbl (%r15,%rsi), %ebx
addb $-97, %bl
testw %ax, %ax
jne LBB41_14
## %bb.8: ## in Loop: Header=BB41_7 Depth=1
cmpb $1, %bl
ja LBB41_14
## %bb.9: ## in Loop: Header=BB41_7 Depth=1
testw %r13w, %r13w
je LBB41_24
## %bb.10: ## in Loop: Header=BB41_7 Depth=1
testw %r14w, %r14w
je LBB41_12
## %bb.11: ## in Loop: Header=BB41_7 Depth=1
cmpw 2(%r11), %dx
jle LBB41_13
LBB41_12: ## in Loop: Header=BB41_7 Depth=1
movw %dx, (%r11)
LBB41_13: ## in Loop: Header=BB41_7 Depth=1
leal 1(%rdx), %eax
movw %ax, 2(%r11)
movw $1, %ax
xorl %esi, %esi
movw $1, %r14w
jmp LBB41_27
.p2align 4, 0x90
LBB41_14: ## in Loop: Header=BB41_7 Depth=1
cmpw $1, %ax
jne LBB41_21
## %bb.15: ## in Loop: Header=BB41_7 Depth=1
cmpb $1, %bl
ja LBB41_21
## %bb.16: ## in Loop: Header=BB41_7 Depth=1
testw %r13w, %r13w
je LBB41_25
## %bb.17: ## in Loop: Header=BB41_7 Depth=1
testw %r14w, %r14w
je LBB41_19
## %bb.18: ## in Loop: Header=BB41_7 Depth=1
cmpw 2(%r11), %dx
jle LBB41_20
LBB41_19: ## in Loop: Header=BB41_7 Depth=1
movw %dx, (%r11)
LBB41_20: ## in Loop: Header=BB41_7 Depth=1
leal 1(%rdx), %eax
movw %ax, 2(%r11)
movw $1, %ax
xorl %esi, %esi
movl %edx, %r10d
movw $1, %r14w
jmp LBB41_27
.p2align 4, 0x90
LBB41_21: ## in Loop: Header=BB41_7 Depth=1
cmpw $1, %ax
je LBB41_35
## %bb.22: ## in Loop: Header=BB41_7 Depth=1
leal 1(%rcx), %edi
movb $1, %sil
movw $-1, %r10w
testw %r13w, %r13w
je LBB41_26
## %bb.23: ## in Loop: Header=BB41_7 Depth=1
movl $-1, (%r11)
xorl %eax, %eax
movl %ecx, %edx
movl %edi, %ecx
xorl %r14d, %r14d
jmp LBB41_27
LBB41_24: ## in Loop: Header=BB41_7 Depth=1
movw $1, %ax
xorl %esi, %esi
jmp LBB41_27
LBB41_25: ## in Loop: Header=BB41_7 Depth=1
movw $1, %ax
xorl %esi, %esi
movl %edx, %r10d
jmp LBB41_27
LBB41_26: ## in Loop: Header=BB41_7 Depth=1
xorl %eax, %eax
movl %ecx, %edx
movl %edi, %ecx
.p2align 4, 0x90
LBB41_27: ## in Loop: Header=BB41_7 Depth=1
movswl %dx, %edi
cmpl %edi, %r12d
jne LBB41_5
## %bb.28: ## in Loop: Header=BB41_7 Depth=1
movswl %cx, %edi
cmpl %edi, %r12d
setle %bl
xorb $1, %sil
orb %bl, %sil
jne LBB41_5
## %bb.29: ## in Loop: Header=BB41_7 Depth=1
testw %r10w, %r10w
jns LBB41_36
## %bb.30: ## in Loop: Header=BB41_7 Depth=1
leal 1(%rcx), %esi
testw %r13w, %r13w
je LBB41_32
## %bb.31: ## in Loop: Header=BB41_7 Depth=1
movl $-1, (%r11)
xorl %r14d, %r14d
LBB41_32: ## in Loop: Header=BB41_7 Depth=1
movl %ecx, %edx
jmp LBB41_6
LBB41_34:
movw $-1, %r10w
xorl %edx, %edx
xorl %esi, %esi
xorl %eax, %eax
jmp LBB41_37
LBB41_35:
movw $1, %ax
movl %ecx, %esi
movl %edx, %r10d
jmp LBB41_37
LBB41_36:
xorl %eax, %eax
movl %ecx, %esi
LBB41_37:
cmpw $1, %ax
sbbl %r8d, %r8d
orl %esi, %r8d
cmpw $-1, %r10w
cmovnel %esi, %r8d
movq -48(%rbp), %rax ## 8-byte Reload
movw %r8w, (%rax)
cmovel %edx, %r10d
movw %r10w, 2(%rax)
movw $1, 16(%rax)
LBB41_38:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB41_39:
callq _regex_41_search.cold.1
movq %rbx, %rax
jmp LBB41_38
.cfi_endproc
## -- End function
.globl _regex_42_search ## -- Begin function regex_42_search
.p2align 4, 0x90
_regex_42_search: ## @regex_42_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r15d
movq %rsi, %r13
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r15w, %r15w
je LBB42_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB42_35
## %bb.2:
movl $-1, (%rax)
LBB42_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB42_29
## %bb.4:
movswl %r12w, %r8d
movq 8(%r14), %r9
movw $-1, %dx
xorl %esi, %esi
xorl %edi, %edi
xorl %eax, %eax
jmp LBB42_9
LBB42_5: ## in Loop: Header=BB42_9 Depth=1
movw $1, %di
LBB42_6: ## in Loop: Header=BB42_9 Depth=1
movw %dx, (%r9)
LBB42_7: ## in Loop: Header=BB42_9 Depth=1
leal 2(%rcx), %edx
movw %dx, 2(%r9)
movw $1, %si
LBB42_8: ## in Loop: Header=BB42_9 Depth=1
incl %eax
leal 2(%rcx), %edx
movswl %dx, %ebx
leal 1(%rcx), %edx
cmpl %ebx, %r8d
jle LBB42_28
LBB42_9: ## =>This Inner Loop Header: Depth=1
movl %edx, %ecx
leal 1(%rcx), %edx
movswq %dx, %rbx
movzbl (%r13,%rbx), %ebx
cmpw $1, %di
je LBB42_15
## %bb.10: ## in Loop: Header=BB42_9 Depth=1
testw %di, %di
jne LBB42_30
## %bb.11: ## in Loop: Header=BB42_9 Depth=1
cmpb $98, %bl
je LBB42_20
## %bb.12: ## in Loop: Header=BB42_9 Depth=1
cmpb $97, %bl
jne LBB42_28
## %bb.13: ## in Loop: Header=BB42_9 Depth=1
testw %r15w, %r15w
je LBB42_26
LBB42_14: ## in Loop: Header=BB42_9 Depth=1
testw %si, %si
je LBB42_5
## %bb.19: ## in Loop: Header=BB42_9 Depth=1
movw $1, %di
cmpw 2(%r9), %dx
jg LBB42_6
jmp LBB42_7
.p2align 4, 0x90
LBB42_15: ## in Loop: Header=BB42_9 Depth=1
cmpb $98, %bl
je LBB42_23
## %bb.16: ## in Loop: Header=BB42_9 Depth=1
cmpb $97, %bl
jne LBB42_28
## %bb.17: ## in Loop: Header=BB42_9 Depth=1
testw %r15w, %r15w
jne LBB42_14
LBB42_26: ## in Loop: Header=BB42_9 Depth=1
movw $1, %di
jmp LBB42_8
.p2align 4, 0x90
LBB42_20: ## in Loop: Header=BB42_9 Depth=1
testw %r15w, %r15w
je LBB42_27
## %bb.21: ## in Loop: Header=BB42_9 Depth=1
testw %si, %si
jne LBB42_25
LBB42_22: ## in Loop: Header=BB42_9 Depth=1
movw $2, %di
jmp LBB42_6
.p2align 4, 0x90
LBB42_23: ## in Loop: Header=BB42_9 Depth=1
testw %r15w, %r15w
je LBB42_27
## %bb.24: ## in Loop: Header=BB42_9 Depth=1
testw %si, %si
je LBB42_22
LBB42_25: ## in Loop: Header=BB42_9 Depth=1
movw $2, %di
cmpw 2(%r9), %dx
jg LBB42_6
jmp LBB42_7
LBB42_27: ## in Loop: Header=BB42_9 Depth=1
movw $2, %di
jmp LBB42_8
LBB42_28:
incl %ecx
jmp LBB42_31
LBB42_29:
movw $0, (%r14)
xorl %eax, %eax
jmp LBB42_32
LBB42_30:
leal 1(%rcx), %eax
LBB42_31:
movw $0, (%r14)
cmpw $-1, %cx
jne LBB42_33
LBB42_32:
movl %eax, %ecx
LBB42_33:
movw %cx, 2(%r14)
movw $1, 16(%r14)
LBB42_34:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB42_35:
callq _regex_42_search.cold.1
jmp LBB42_34
.cfi_endproc
## -- End function
.globl _regex_43_search ## -- Begin function regex_43_search
.p2align 4, 0x90
_regex_43_search: ## @regex_43_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %rbx
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB43_8
## %bb.1:
movswl %ax, %edx
movw $1, %cx
.p2align 4, 0x90
LBB43_2: ## =>This Inner Loop Header: Depth=1
movl %ecx, %eax
leal -1(%rax), %ecx
movswq %cx, %rcx
movzbl (%rbx,%rcx), %ecx
addb $-97, %cl
cmpb $2, %cl
jb LBB43_5
## %bb.3: ## in Loop: Header=BB43_2 Depth=1
movswl %ax, %esi
leal 1(%rax), %ecx
cmpl %esi, %edx
jg LBB43_2
## %bb.4:
decl %ecx
jmp LBB43_6
LBB43_8:
movw $0, (%r14)
xorl %ecx, %ecx
jmp LBB43_9
LBB43_5:
leal -1(%rax), %ecx
LBB43_6:
movw $0, (%r14)
testw %ax, %ax
je LBB43_9
## %bb.7:
decl %eax
movl %eax, %ecx
LBB43_9:
movw %cx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_44_search ## -- Begin function regex_44_search
.p2align 4, 0x90
_regex_44_search: ## @regex_44_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB44_9
## %bb.1:
movswl %ax, %edx
movb $1, %sil
movw $1, %cx
xorl %edi, %edi
jmp LBB44_2
.p2align 4, 0x90
LBB44_4: ## in Loop: Header=BB44_2 Depth=1
movswl %ax, %ebx
leal 1(%rax), %ecx
xorl %esi, %esi
movb $1, %dil
cmpl %ebx, %edx
jle LBB44_5
LBB44_2: ## =>This Inner Loop Header: Depth=1
movl %ecx, %eax
leal -1(%rax), %ecx
movswq %cx, %rcx
cmpb $97, (%r15,%rcx)
sete %cl
testb %cl, %dil
jne LBB44_4
## %bb.3: ## in Loop: Header=BB44_2 Depth=1
andb %cl, %sil
jne LBB44_4
## %bb.6:
leal -1(%rax), %ecx
jmp LBB44_7
LBB44_9:
movw $0, (%r14)
xorl %ecx, %ecx
jmp LBB44_10
LBB44_5:
decl %ecx
LBB44_7:
movw $0, (%r14)
testw %ax, %ax
je LBB44_10
## %bb.8:
decl %eax
movl %eax, %ecx
LBB44_10:
movw %cx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_45_search ## -- Begin function regex_45_search
.p2align 4, 0x90
_regex_45_search: ## @regex_45_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB45_1
## %bb.2:
movswl %ax, %r8d
leal -1(%r8), %r9d
xorl %edi, %edi
xorl %ecx, %ecx
xorl %eax, %eax
jmp LBB45_3
.p2align 4, 0x90
LBB45_6: ## in Loop: Header=BB45_3 Depth=1
movb %r10b, %dil
incl %eax
movswl %ax, %edx
cmpl %edx, %r8d
jle LBB45_7
LBB45_3: ## =>This Inner Loop Header: Depth=1
testw %di, %di
jne LBB45_8
## %bb.4: ## in Loop: Header=BB45_3 Depth=1
movswq %ax, %rax
movzbl (%r15,%rax), %ebx
addb $-97, %bl
xorl %edi, %edi
xorl %edx, %edx
cmpb $5, %bl
setb %r10b
cmovael %ecx, %eax
setae %dl
movl %edx, %esi
addl %ecx, %esi
movl %esi, %ecx
movswl %ax, %esi
cmpl %esi, %r9d
jne LBB45_6
## %bb.5: ## in Loop: Header=BB45_3 Depth=1
movswl %cx, %esi
cmpl %esi, %r9d
setg %cl
andb %dl, %cl
cmovnel %esi, %eax
movzbl %cl, %ecx
addl %esi, %ecx
jmp LBB45_6
LBB45_1:
movw $-1, %cx
xorl %eax, %eax
jmp LBB45_8
LBB45_7:
cmpb $5, %bl
movl $65535, %edx ## imm = 0xFFFF
cmovbl %ecx, %edx
movl %edx, %ecx
LBB45_8:
movw %cx, (%r14)
movw %ax, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_46_search ## -- Begin function regex_46_search
.p2align 4, 0x90
_regex_46_search: ## @regex_46_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB46_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB46_2
## %bb.3:
movl $-1, (%rax)
LBB46_4:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB46_5
## %bb.6:
movswl %r12w, %r8d
movq 8(%r14), %r9
leal -1(%r8), %r10d
xorl %r11d, %r11d
xorl %edx, %edx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB46_7
LBB46_26: ## in Loop: Header=BB46_7 Depth=1
movl $-1, (%r9)
xorl %edx, %edx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
.p2align 4, 0x90
LBB46_27: ## in Loop: Header=BB46_7 Depth=1
incl %edi
movswl %di, %ecx
cmpl %ecx, %r8d
jle LBB46_28
LBB46_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rsi
movzbl (%r15,%rsi), %esi
testw %dx, %dx
jne LBB46_15
## %bb.8: ## in Loop: Header=BB46_7 Depth=1
leal -97(%rsi), %ebx
cmpb $4, %bl
ja LBB46_15
## %bb.9: ## in Loop: Header=BB46_7 Depth=1
movb $1, %bl
testw %r13w, %r13w
je LBB46_10
## %bb.11: ## in Loop: Header=BB46_7 Depth=1
testw %r11w, %r11w
je LBB46_13
## %bb.12: ## in Loop: Header=BB46_7 Depth=1
cmpw 2(%r9), %di
jle LBB46_14
LBB46_13: ## in Loop: Header=BB46_7 Depth=1
movw %di, (%r9)
LBB46_14: ## in Loop: Header=BB46_7 Depth=1
leal 1(%rdi), %ecx
movw %cx, 2(%r9)
movw $1, %dx
movw $1, %r11w
jmp LBB46_22
.p2align 4, 0x90
LBB46_15: ## in Loop: Header=BB46_7 Depth=1
cmpw $1, %dx
je LBB46_19
## %bb.16: ## in Loop: Header=BB46_7 Depth=1
cmpw $2, %dx
jne LBB46_17
jmp LBB46_29
.p2align 4, 0x90
LBB46_19: ## in Loop: Header=BB46_7 Depth=1
xorl %ebx, %ebx
cmpb $102, %sil
movl $0, %edx
cmovel %r11d, %edx
testw %r13w, %r13w
cmovel %r11d, %edx
movl %edx, %r11d
cmpb $102, %sil
jne LBB46_17
## %bb.20: ## in Loop: Header=BB46_7 Depth=1
movw $2, %dx
jmp LBB46_22
.p2align 4, 0x90
LBB46_17: ## in Loop: Header=BB46_7 Depth=1
leal 1(%rax), %esi
movb $1, %bl
testw %r13w, %r13w
je LBB46_18
## %bb.21: ## in Loop: Header=BB46_7 Depth=1
movl $-1, (%r9)
xorl %edx, %edx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
jmp LBB46_22
LBB46_10: ## in Loop: Header=BB46_7 Depth=1
movw $1, %dx
jmp LBB46_22
LBB46_18: ## in Loop: Header=BB46_7 Depth=1
xorl %edx, %edx
movl %eax, %edi
movl %esi, %eax
.p2align 4, 0x90
LBB46_22: ## in Loop: Header=BB46_7 Depth=1
movswl %di, %esi
cmpl %esi, %r10d
jne LBB46_27
## %bb.23: ## in Loop: Header=BB46_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r10d
setle %cl
xorb $1, %bl
orb %cl, %bl
jne LBB46_27
## %bb.24: ## in Loop: Header=BB46_7 Depth=1
leal 1(%rax), %esi
testw %r13w, %r13w
jne LBB46_26
## %bb.25: ## in Loop: Header=BB46_7 Depth=1
xorl %edx, %edx
movl %eax, %edi
movl %esi, %eax
jmp LBB46_27
LBB46_28:
cmpw $2, %dx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB46_29
LBB46_5:
movw $-1, %ax
xorl %edi, %edi
LBB46_29:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB46_30:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB46_2:
callq _regex_46_search.cold.1
jmp LBB46_30
.cfi_endproc
## -- End function
.globl _regex_47_search ## -- Begin function regex_47_search
.p2align 4, 0x90
_regex_47_search: ## @regex_47_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB47_15
## %bb.1:
movq %rbx, -48(%rbp) ## 8-byte Spill
movswl %ax, %r9d
leal -1(%r9), %r10d
xorl %esi, %esi
movl $4, %r12d
movl $5, %r13d
xorl %r11d, %r11d
xorl %edi, %edi
jmp LBB47_4
.p2align 4, 0x90
LBB47_2: ## in Loop: Header=BB47_4 Depth=1
movl %ebx, %esi
LBB47_3: ## in Loop: Header=BB47_4 Depth=1
incl %edi
movswl %di, %ecx
cmpl %ecx, %r9d
jle LBB47_13
LBB47_4: ## =>This Inner Loop Header: Depth=1
movswq %di, %rbx
movzbl (%r15,%rbx), %ebx
testw %si, %si
sete %r14b
cmpb $97, %bl
sete %r8b
andb %r14b, %r8b
movzbl %r8b, %ecx
leal (%rcx,%rcx), %edx
decl %edx
cmpb $98, %bl
movl %edx, %ecx
movl $2, %eax
cmovel %eax, %ecx
cmpw $1, %si
cmovnel %edx, %ecx
cmpb $99, %bl
movl %ecx, %edx
movl $3, %eax
cmovel %eax, %edx
cmpw $2, %si
cmovnel %ecx, %edx
cmpb $100, %bl
movl %edx, %ecx
cmovel %r12d, %ecx
cmpb $101, %bl
cmovel %r13d, %ecx
cmpw $3, %si
cmovnel %edx, %ecx
cmpb $100, %bl
movl %ecx, %edx
cmovel %r12d, %edx
cmpb $101, %bl
cmovel %r13d, %edx
cmpw $4, %si
cmovnel %ecx, %edx
cmpb $102, %bl
movl %edx, %ecx
movl $6, %eax
cmovel %eax, %ecx
cmpw $5, %si
cmovnel %edx, %ecx
cmpb $103, %bl
movl %ecx, %ebx
movl $7, %eax
cmovel %eax, %ebx
cmpw $6, %si
cmovnel %ecx, %ebx
cmpw $-1, %bx
jne LBB47_7
## %bb.5: ## in Loop: Header=BB47_4 Depth=1
cmpw $7, %si
je LBB47_14
## %bb.6: ## in Loop: Header=BB47_4 Depth=1
movl %r11d, %edi
leal 1(%r11), %eax
xorl %ebx, %ebx
movl %eax, %r11d
LBB47_7: ## in Loop: Header=BB47_4 Depth=1
movswl %di, %ecx
cmpl %ecx, %r10d
jne LBB47_2
## %bb.8: ## in Loop: Header=BB47_4 Depth=1
movswl %r11w, %ecx
cmpl %ecx, %r10d
jle LBB47_2
## %bb.9: ## in Loop: Header=BB47_4 Depth=1
cmpw $7, %bx
je LBB47_2
## %bb.10: ## in Loop: Header=BB47_4 Depth=1
movl %r11d, %edi
leal 1(%r11), %eax
xorl %esi, %esi
movl %eax, %r11d
jmp LBB47_3
LBB47_13:
cmpw $7, %si
movl $65535, %ecx ## imm = 0xFFFF
cmovel %r11d, %ecx
movl %ecx, %r11d
LBB47_14:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB47_16
LBB47_15:
movw $-1, %r11w
xorl %edi, %edi
LBB47_16:
movw %r11w, (%rbx)
movw %di, 2(%rbx)
movw $0, 16(%rbx)
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_48_search ## -- Begin function regex_48_search
.p2align 4, 0x90
_regex_48_search: ## @regex_48_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB48_11
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
movw $-1, %r12w
xorl %esi, %esi
movl $2, %r8d
xorl %r11d, %r11d
xorl %r13d, %r13d
jmp LBB48_3
.p2align 4, 0x90
LBB48_2: ## in Loop: Header=BB48_3 Depth=1
incl %r13d
movswl %r13w, %eax
movl %ebx, %esi
cmpl %eax, %r9d
jle LBB48_14
LBB48_3: ## =>This Inner Loop Header: Depth=1
movswq %r13w, %rdi
movzbl (%r15,%rdi), %ebx
cmpw $1, %si
setb %cl
cmpb $97, %bl
sete %al
andb %cl, %al
movzbl %al, %eax
leal (%rax,%rax), %edx
decl %edx
cmpb $98, %bl
movl %edx, %eax
cmovel %r8d, %eax
movl %esi, %ecx
subw $1, %cx
cmovnel %edx, %eax
cmpb $98, %bl
movl %eax, %ebx
cmovel %r8d, %ebx
cmpw $2, %si
cmovnel %eax, %ebx
cmpw $2, %cx
cmovbl %edi, %r12d
cmpw $-1, %bx
jne LBB48_6
## %bb.4: ## in Loop: Header=BB48_3 Depth=1
cmpw $2, %cx
jb LBB48_12
## %bb.5: ## in Loop: Header=BB48_3 Depth=1
movl %r11d, %r13d
leal 1(%r11), %eax
movw $-1, %r12w
xorl %ebx, %ebx
movl %eax, %r11d
LBB48_6: ## in Loop: Header=BB48_3 Depth=1
movswl %r13w, %eax
cmpl %eax, %r10d
jne LBB48_2
## %bb.7: ## in Loop: Header=BB48_3 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB48_2
## %bb.8: ## in Loop: Header=BB48_3 Depth=1
leal -1(%rbx), %eax
cmpw $2, %ax
jb LBB48_2
## %bb.9: ## in Loop: Header=BB48_3 Depth=1
testw %r12w, %r12w
jns LBB48_13
## %bb.10: ## in Loop: Header=BB48_3 Depth=1
movl %r11d, %r13d
leal 1(%r11), %eax
xorl %ebx, %ebx
movl %eax, %r11d
jmp LBB48_2
LBB48_11:
movw $-1, %r12w
xorl %r13d, %r13d
xorl %r11d, %r11d
LBB48_13:
xorl %ebx, %ebx
jmp LBB48_14
LBB48_12:
movl %r13d, %r12d
movl %esi, %ebx
LBB48_14:
decl %ebx
cmpw $2, %bx
movl $65535, %eax ## imm = 0xFFFF
cmovbl %r11d, %eax
cmpw $-1, %r12w
cmovnel %r11d, %eax
movw %ax, (%r14)
cmovel %r13d, %r12d
movw %r12w, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_49_search ## -- Begin function regex_49_search
.p2align 4, 0x90
_regex_49_search: ## @regex_49_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB49_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB49_42
## %bb.2:
movl $-1, (%rax)
LBB49_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB49_39
## %bb.4:
movswl %r12w, %r9d
movq 8(%r14), %r8
leal -1(%r9), %esi
xorl %r10d, %r10d
xorl %ecx, %ecx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB49_7
LBB49_5: ## in Loop: Header=BB49_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
xorl %r10d, %r10d
.p2align 4, 0x90
LBB49_6: ## in Loop: Header=BB49_7 Depth=1
incl %edi
movswl %di, %edx
cmpl %edx, %r9d
jle LBB49_38
LBB49_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rdx
movzbl (%r15,%rdx), %edx
testw %cx, %cx
je LBB49_15
## %bb.8: ## in Loop: Header=BB49_7 Depth=1
cmpw $1, %cx
jne LBB49_10
## %bb.9: ## in Loop: Header=BB49_7 Depth=1
cmpb $98, %dl
je LBB49_12
LBB49_10: ## in Loop: Header=BB49_7 Depth=1
cmpw $2, %cx
jne LBB49_21
## %bb.11: ## in Loop: Header=BB49_7 Depth=1
cmpb $100, %dl
jne LBB49_21
LBB49_12: ## in Loop: Header=BB49_7 Depth=1
movw $3, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB49_34
## %bb.13: ## in Loop: Header=BB49_7 Depth=1
testw %r10w, %r10w
je LBB49_34
## %bb.14: ## in Loop: Header=BB49_7 Depth=1
leal 1(%rdi), %edx
movw %dx, 2(%r8)
jmp LBB49_34
.p2align 4, 0x90
LBB49_15: ## in Loop: Header=BB49_7 Depth=1
cmpb $99, %dl
je LBB49_23
## %bb.16: ## in Loop: Header=BB49_7 Depth=1
cmpb $97, %dl
jne LBB49_29
## %bb.17: ## in Loop: Header=BB49_7 Depth=1
movb $1, %bl
testw %r13w, %r13w
je LBB49_32
## %bb.18: ## in Loop: Header=BB49_7 Depth=1
testw %r10w, %r10w
je LBB49_20
## %bb.19: ## in Loop: Header=BB49_7 Depth=1
movw $1, %cx
cmpw 2(%r8), %di
jle LBB49_33
LBB49_20: ## in Loop: Header=BB49_7 Depth=1
movw %di, (%r8)
movw $1, %cx
jmp LBB49_33
LBB49_21: ## in Loop: Header=BB49_7 Depth=1
cmpw $3, %cx
je LBB49_27
## %bb.22: ## in Loop: Header=BB49_7 Depth=1
cmpw $4, %cx
jne LBB49_29
jmp LBB49_40
LBB49_23: ## in Loop: Header=BB49_7 Depth=1
movw $2, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB49_34
## %bb.24: ## in Loop: Header=BB49_7 Depth=1
testw %r10w, %r10w
je LBB49_26
## %bb.25: ## in Loop: Header=BB49_7 Depth=1
movw $1, %r10w
cmpw 2(%r8), %di
jle LBB49_34
LBB49_26: ## in Loop: Header=BB49_7 Depth=1
movw %di, (%r8)
LBB49_33: ## in Loop: Header=BB49_7 Depth=1
movw $1, %r10w
jmp LBB49_34
LBB49_27: ## in Loop: Header=BB49_7 Depth=1
xorl %ebx, %ebx
cmpb $101, %dl
movl $0, %ecx
cmovel %r10d, %ecx
testw %r13w, %r13w
cmovel %r10d, %ecx
movl %ecx, %r10d
cmpb $101, %dl
jne LBB49_29
## %bb.28: ## in Loop: Header=BB49_7 Depth=1
movw $4, %cx
jmp LBB49_34
.p2align 4, 0x90
LBB49_29: ## in Loop: Header=BB49_7 Depth=1
leal 1(%rax), %edx
movb $1, %bl
testw %r13w, %r13w
je LBB49_31
## %bb.30: ## in Loop: Header=BB49_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
xorl %r10d, %r10d
jmp LBB49_34
LBB49_31: ## in Loop: Header=BB49_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
jmp LBB49_34
LBB49_32: ## in Loop: Header=BB49_7 Depth=1
movw $1, %cx
.p2align 4, 0x90
LBB49_34: ## in Loop: Header=BB49_7 Depth=1
movswl %di, %edx
cmpl %edx, %esi
jne LBB49_6
## %bb.35: ## in Loop: Header=BB49_7 Depth=1
movswl %ax, %edx
cmpl %edx, %esi
setle %dl
xorb $1, %bl
orb %dl, %bl
jne LBB49_6
## %bb.36: ## in Loop: Header=BB49_7 Depth=1
leal 1(%rax), %edx
testw %r13w, %r13w
jne LBB49_5
## %bb.37: ## in Loop: Header=BB49_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
jmp LBB49_6
LBB49_38:
cmpw $4, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB49_40
LBB49_39:
movw $-1, %ax
xorl %edi, %edi
LBB49_40:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB49_41:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB49_42:
callq _regex_49_search.cold.1
jmp LBB49_41
.cfi_endproc
## -- End function
.globl _regex_50_search ## -- Begin function regex_50_search
.p2align 4, 0x90
_regex_50_search: ## @regex_50_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB50_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %ebx, %ebx
movl $2, %r8d
movl $3, %r9d
xorl %r12d, %r12d
xorl %edx, %edx
jmp LBB50_4
.p2align 4, 0x90
LBB50_2: ## in Loop: Header=BB50_4 Depth=1
movl %edi, %ebx
LBB50_3: ## in Loop: Header=BB50_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB50_13
LBB50_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rdi
movzbl (%r15,%rdi), %edi
testw %bx, %bx
sete %cl
leal -97(%rdi), %esi
cmpb $8, %sil
setb %al
andb %cl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $105, %dil
movl %eax, %ecx
cmovel %r8d, %ecx
cmpw $1, %bx
cmovnel %eax, %ecx
cmpb $106, %dil
movl %ecx, %edi
cmovel %r9d, %edi
cmpw $2, %bx
cmovnel %ecx, %edi
cmpw $-1, %di
jne LBB50_7
## %bb.5: ## in Loop: Header=BB50_4 Depth=1
cmpw $3, %bx
je LBB50_15
## %bb.6: ## in Loop: Header=BB50_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %edi, %edi
movl %eax, %r12d
LBB50_7: ## in Loop: Header=BB50_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB50_2
## %bb.8: ## in Loop: Header=BB50_4 Depth=1
movswl %r12w, %eax
cmpl %eax, %r11d
jle LBB50_2
## %bb.9: ## in Loop: Header=BB50_4 Depth=1
cmpw $3, %di
je LBB50_2
## %bb.10: ## in Loop: Header=BB50_4 Depth=1
movl %r12d, %edx
leal 1(%r12), %eax
xorl %ebx, %ebx
movl %eax, %r12d
jmp LBB50_3
LBB50_13:
cmpw $3, %bx
movl $65535, %eax ## imm = 0xFFFF
cmovel %r12d, %eax
movl %eax, %r12d
jmp LBB50_15
LBB50_14:
movw $-1, %r12w
xorl %edx, %edx
LBB50_15:
movw %r12w, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_51_search ## -- Begin function regex_51_search
.p2align 4, 0x90
_regex_51_search: ## @regex_51_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB51_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB51_46
## %bb.2:
movl $-1, (%rax)
LBB51_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB51_43
## %bb.4:
movswl %r12w, %r9d
movq 8(%r14), %r8
leal -1(%r9), %esi
xorl %r10d, %r10d
xorl %ecx, %ecx
xorl %edi, %edi
xorl %eax, %eax
jmp LBB51_7
LBB51_5: ## in Loop: Header=BB51_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %edi, %eax
movl %edx, %edi
xorl %r10d, %r10d
.p2align 4, 0x90
LBB51_6: ## in Loop: Header=BB51_7 Depth=1
incl %eax
movswl %ax, %edx
cmpl %edx, %r9d
jle LBB51_42
LBB51_7: ## =>This Inner Loop Header: Depth=1
movswq %ax, %rdx
movzbl (%r15,%rdx), %edx
testw %cx, %cx
je LBB51_15
## %bb.8: ## in Loop: Header=BB51_7 Depth=1
cmpw $1, %cx
jne LBB51_10
## %bb.9: ## in Loop: Header=BB51_7 Depth=1
cmpb $98, %dl
je LBB51_12
LBB51_10: ## in Loop: Header=BB51_7 Depth=1
cmpw $2, %cx
jne LBB51_29
## %bb.11: ## in Loop: Header=BB51_7 Depth=1
cmpb $100, %dl
jne LBB51_29
LBB51_12: ## in Loop: Header=BB51_7 Depth=1
movw $3, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB51_38
## %bb.13: ## in Loop: Header=BB51_7 Depth=1
testw %r10w, %r10w
je LBB51_38
## %bb.14: ## in Loop: Header=BB51_7 Depth=1
leal 1(%rax), %edx
movw %dx, 2(%r8)
jmp LBB51_38
.p2align 4, 0x90
LBB51_15: ## in Loop: Header=BB51_7 Depth=1
cmpb $97, %dl
jne LBB51_22
## %bb.16: ## in Loop: Header=BB51_7 Depth=1
testw %ax, %ax
jne LBB51_22
## %bb.17: ## in Loop: Header=BB51_7 Depth=1
movb $1, %bl
testw %r13w, %r13w
je LBB51_36
## %bb.18: ## in Loop: Header=BB51_7 Depth=1
testw %r10w, %r10w
je LBB51_20
## %bb.19: ## in Loop: Header=BB51_7 Depth=1
cmpw $0, 2(%r8)
jns LBB51_21
LBB51_20: ## in Loop: Header=BB51_7 Depth=1
movw $0, (%r8)
LBB51_21: ## in Loop: Header=BB51_7 Depth=1
movw $1, %cx
xorl %eax, %eax
movw $1, %r10w
jmp LBB51_38
LBB51_22: ## in Loop: Header=BB51_7 Depth=1
cmpb $99, %dl
jne LBB51_33
## %bb.23: ## in Loop: Header=BB51_7 Depth=1
testw %ax, %ax
jne LBB51_33
## %bb.24: ## in Loop: Header=BB51_7 Depth=1
movw $2, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB51_37
## %bb.25: ## in Loop: Header=BB51_7 Depth=1
testw %r10w, %r10w
je LBB51_27
## %bb.26: ## in Loop: Header=BB51_7 Depth=1
cmpw $0, 2(%r8)
jns LBB51_28
LBB51_27: ## in Loop: Header=BB51_7 Depth=1
movw $0, (%r8)
LBB51_28: ## in Loop: Header=BB51_7 Depth=1
movw $1, %r10w
jmp LBB51_37
LBB51_29: ## in Loop: Header=BB51_7 Depth=1
cmpw $3, %cx
je LBB51_31
## %bb.30: ## in Loop: Header=BB51_7 Depth=1
cmpw $4, %cx
jne LBB51_33
jmp LBB51_44
LBB51_31: ## in Loop: Header=BB51_7 Depth=1
xorl %ebx, %ebx
cmpb $101, %dl
movl $0, %ecx
cmovel %r10d, %ecx
testw %r13w, %r13w
cmovel %r10d, %ecx
movl %ecx, %r10d
cmpb $101, %dl
jne LBB51_33
## %bb.32: ## in Loop: Header=BB51_7 Depth=1
movw $4, %cx
jmp LBB51_38
.p2align 4, 0x90
LBB51_33: ## in Loop: Header=BB51_7 Depth=1
leal 1(%rdi), %edx
movb $1, %bl
testw %r13w, %r13w
je LBB51_35
## %bb.34: ## in Loop: Header=BB51_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %edi, %eax
movl %edx, %edi
xorl %r10d, %r10d
jmp LBB51_38
LBB51_35: ## in Loop: Header=BB51_7 Depth=1
xorl %ecx, %ecx
movl %edi, %eax
movl %edx, %edi
jmp LBB51_38
LBB51_36: ## in Loop: Header=BB51_7 Depth=1
movw $1, %cx
LBB51_37: ## in Loop: Header=BB51_7 Depth=1
xorl %eax, %eax
.p2align 4, 0x90
LBB51_38: ## in Loop: Header=BB51_7 Depth=1
movswl %ax, %edx
cmpl %edx, %esi
jne LBB51_6
## %bb.39: ## in Loop: Header=BB51_7 Depth=1
movswl %di, %edx
cmpl %edx, %esi
setle %dl
xorb $1, %bl
orb %dl, %bl
jne LBB51_6
## %bb.40: ## in Loop: Header=BB51_7 Depth=1
leal 1(%rdi), %edx
testw %r13w, %r13w
jne LBB51_5
## %bb.41: ## in Loop: Header=BB51_7 Depth=1
xorl %ecx, %ecx
movl %edi, %eax
movl %edx, %edi
jmp LBB51_6
LBB51_42:
cmpw $4, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %edi, %ecx
movl %ecx, %edi
jmp LBB51_44
LBB51_43:
movw $-1, %di
xorl %eax, %eax
LBB51_44:
movw %di, (%r14)
movw %ax, 2(%r14)
movw $1, 16(%r14)
LBB51_45:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB51_46:
callq _regex_51_search.cold.1
jmp LBB51_45
.cfi_endproc
## -- End function
.globl _regex_52_search ## -- Begin function regex_52_search
.p2align 4, 0x90
_regex_52_search: ## @regex_52_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB52_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB52_2
## %bb.3:
movl $-1, (%rax)
LBB52_4:
movl %r12d, %eax
shll $16, %eax
xorl %edi, %edi
testl %eax, %eax
jle LBB52_5
## %bb.6:
movswl %r12w, %r9d
movq 8(%r14), %r8
leal -1(%r9), %r10d
xorl %edx, %edx
xorl %ecx, %ecx
xorl %esi, %esi
jmp LBB52_7
LBB52_39: ## in Loop: Header=BB52_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %esi, %edi
movl %eax, %esi
xorl %edx, %edx
.p2align 4, 0x90
LBB52_40: ## in Loop: Header=BB52_7 Depth=1
incl %edi
movswl %di, %eax
cmpl %eax, %r9d
jle LBB52_41
LBB52_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rax
movzbl (%r15,%rax), %eax
cmpw $2, %cx
je LBB52_21
## %bb.8: ## in Loop: Header=BB52_7 Depth=1
cmpw $1, %cx
je LBB52_19
## %bb.9: ## in Loop: Header=BB52_7 Depth=1
testw %cx, %cx
jne LBB52_23
## %bb.10: ## in Loop: Header=BB52_7 Depth=1
movb $1, %bl
cmpb $101, %al
je LBB52_11
## %bb.12: ## in Loop: Header=BB52_7 Depth=1
cmpb $97, %al
jne LBB52_30
## %bb.13: ## in Loop: Header=BB52_7 Depth=1
testw %r13w, %r13w
je LBB52_14
## %bb.15: ## in Loop: Header=BB52_7 Depth=1
testw %dx, %dx
je LBB52_18
## %bb.16: ## in Loop: Header=BB52_7 Depth=1
movw $1, %cx
cmpw 2(%r8), %di
jle LBB52_17
LBB52_18: ## in Loop: Header=BB52_7 Depth=1
movw %di, (%r8)
movw $1, %cx
movw $1, %dx
jmp LBB52_35
.p2align 4, 0x90
LBB52_21: ## in Loop: Header=BB52_7 Depth=1
xorl %ebx, %ebx
cmpb $102, %al
movl $0, %ecx
cmovel %edx, %ecx
testw %r13w, %r13w
cmovel %edx, %ecx
movl %ecx, %edx
cmpb $102, %al
jne LBB52_30
## %bb.22: ## in Loop: Header=BB52_7 Depth=1
movw $4, %cx
jmp LBB52_35
.p2align 4, 0x90
LBB52_19: ## in Loop: Header=BB52_7 Depth=1
cmpb $98, %al
movl $0, %ecx
cmovel %edx, %ecx
testw %r13w, %r13w
cmovel %edx, %ecx
movl %ecx, %edx
cmpb $98, %al
jne LBB52_30
## %bb.20: ## in Loop: Header=BB52_7 Depth=1
movw $3, %cx
movb $1, %bl
jmp LBB52_35
.p2align 4, 0x90
LBB52_23: ## in Loop: Header=BB52_7 Depth=1
cmpw $3, %cx
jne LBB52_28
## %bb.24: ## in Loop: Header=BB52_7 Depth=1
cmpb $99, %al
jne LBB52_28
## %bb.25: ## in Loop: Header=BB52_7 Depth=1
movw $5, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB52_35
## %bb.26: ## in Loop: Header=BB52_7 Depth=1
testw %dx, %dx
je LBB52_35
## %bb.27: ## in Loop: Header=BB52_7 Depth=1
leal 1(%rdi), %eax
movw %ax, 2(%r8)
jmp LBB52_35
LBB52_28: ## in Loop: Header=BB52_7 Depth=1
cmpw $5, %cx
je LBB52_32
## %bb.29: ## in Loop: Header=BB52_7 Depth=1
cmpw $4, %cx
jne LBB52_30
jmp LBB52_42
LBB52_11: ## in Loop: Header=BB52_7 Depth=1
movw $2, %cx
jmp LBB52_35
LBB52_32: ## in Loop: Header=BB52_7 Depth=1
cmpb $101, %al
movl $0, %ecx
cmovel %edx, %ecx
testw %r13w, %r13w
cmovel %edx, %ecx
movl %ecx, %edx
cmpb $101, %al
jne LBB52_30
## %bb.33: ## in Loop: Header=BB52_7 Depth=1
movw $2, %cx
movb $1, %bl
jmp LBB52_35
.p2align 4, 0x90
LBB52_30: ## in Loop: Header=BB52_7 Depth=1
leal 1(%rsi), %eax
movb $1, %bl
testw %r13w, %r13w
je LBB52_31
## %bb.34: ## in Loop: Header=BB52_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %esi, %edi
movl %eax, %esi
xorl %edx, %edx
jmp LBB52_35
LBB52_31: ## in Loop: Header=BB52_7 Depth=1
xorl %ecx, %ecx
movl %esi, %edi
movl %eax, %esi
.p2align 4, 0x90
LBB52_35: ## in Loop: Header=BB52_7 Depth=1
movswl %di, %eax
cmpl %eax, %r10d
jne LBB52_40
## %bb.36: ## in Loop: Header=BB52_7 Depth=1
movswl %si, %eax
cmpl %eax, %r10d
setle %al
xorb $1, %bl
orb %al, %bl
jne LBB52_40
## %bb.37: ## in Loop: Header=BB52_7 Depth=1
leal 1(%rsi), %eax
testw %r13w, %r13w
jne LBB52_39
## %bb.38: ## in Loop: Header=BB52_7 Depth=1
xorl %ecx, %ecx
movl %esi, %edi
movl %eax, %esi
jmp LBB52_40
LBB52_14: ## in Loop: Header=BB52_7 Depth=1
movw $1, %cx
jmp LBB52_35
LBB52_17: ## in Loop: Header=BB52_7 Depth=1
movw $1, %dx
jmp LBB52_35
LBB52_41:
cmpw $4, %cx
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB52_42
LBB52_5:
movw $-1, %si
LBB52_42:
movw %si, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB52_43:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB52_2:
callq _regex_52_search.cold.1
jmp LBB52_43
.cfi_endproc
## -- End function
.globl _regex_53_search ## -- Begin function regex_53_search
.p2align 4, 0x90
_regex_53_search: ## @regex_53_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB53_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB53_2
## %bb.3:
movl $-1, (%rax)
LBB53_4:
movl %r12d, %eax
shll $16, %eax
xorl %r9d, %r9d
testl %eax, %eax
jle LBB53_5
## %bb.6:
movswl %r12w, %r10d
movq 8(%r14), %r11
leal -1(%r10), %r12d
movl $3, %r8d
xorl %edx, %edx
xorl %esi, %esi
xorl %ecx, %ecx
xorl %eax, %eax
jmp LBB53_7
LBB53_29: ## in Loop: Header=BB53_7 Depth=1
movl $-1, (%r11)
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
xorl %edx, %edx
.p2align 4, 0x90
LBB53_30: ## in Loop: Header=BB53_7 Depth=1
incl %eax
movswl %ax, %edi
cmpl %edi, %r10d
jle LBB53_31
LBB53_7: ## =>This Inner Loop Header: Depth=1
movswq %ax, %rbx
movzbl (%r15,%rbx), %ebx
testw %si, %si
jne LBB53_15
## %bb.8: ## in Loop: Header=BB53_7 Depth=1
leal -97(%rbx), %edi
cmpb $1, %dil
ja LBB53_15
## %bb.9: ## in Loop: Header=BB53_7 Depth=1
testw %r13w, %r13w
je LBB53_10
## %bb.11: ## in Loop: Header=BB53_7 Depth=1
testw %dx, %dx
je LBB53_13
## %bb.12: ## in Loop: Header=BB53_7 Depth=1
cmpw 2(%r11), %ax
jle LBB53_14
LBB53_13: ## in Loop: Header=BB53_7 Depth=1
movw %ax, (%r11)
LBB53_14: ## in Loop: Header=BB53_7 Depth=1
leal 1(%rax), %edx
movw %dx, 2(%r11)
movw $1, %si
movw $1, %dx
jmp LBB53_24
.p2align 4, 0x90
LBB53_15: ## in Loop: Header=BB53_7 Depth=1
cmpw $1, %si
je LBB53_18
## %bb.16: ## in Loop: Header=BB53_7 Depth=1
cmpw $2, %si
je LBB53_18
## %bb.17: ## in Loop: Header=BB53_7 Depth=1
cmpw $3, %si
jne LBB53_21
jmp LBB53_32
.p2align 4, 0x90
LBB53_18: ## in Loop: Header=BB53_7 Depth=1
movl $2, %esi
cmpb $99, %bl
je LBB53_20
## %bb.19: ## in Loop: Header=BB53_7 Depth=1
movl $65535, %esi ## imm = 0xFFFF
LBB53_20: ## in Loop: Header=BB53_7 Depth=1
cmpb $100, %bl
cmovel %r8d, %esi
cmpw $-1, %si
movl %edx, %edi
cmovel %r9d, %edi
testw %r13w, %r13w
cmovel %edx, %edi
movl %edi, %edx
cmpw $-1, %si
jne LBB53_24
LBB53_21: ## in Loop: Header=BB53_7 Depth=1
leal 1(%rcx), %ebx
testw %r13w, %r13w
je LBB53_22
## %bb.23: ## in Loop: Header=BB53_7 Depth=1
movl $-1, (%r11)
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
xorl %edx, %edx
jmp LBB53_24
LBB53_10: ## in Loop: Header=BB53_7 Depth=1
movw $1, %si
jmp LBB53_24
LBB53_22: ## in Loop: Header=BB53_7 Depth=1
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
.p2align 4, 0x90
LBB53_24: ## in Loop: Header=BB53_7 Depth=1
movswl %ax, %edi
cmpl %edi, %r12d
jne LBB53_30
## %bb.25: ## in Loop: Header=BB53_7 Depth=1
movswl %cx, %edi
cmpl %edi, %r12d
jle LBB53_30
## %bb.26: ## in Loop: Header=BB53_7 Depth=1
cmpw $3, %si
je LBB53_30
## %bb.27: ## in Loop: Header=BB53_7 Depth=1
leal 1(%rcx), %ebx
testw %r13w, %r13w
jne LBB53_29
## %bb.28: ## in Loop: Header=BB53_7 Depth=1
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
jmp LBB53_30
LBB53_31:
cmpw $3, %si
movl $65535, %edx ## imm = 0xFFFF
cmovel %ecx, %edx
movl %edx, %ecx
jmp LBB53_32
LBB53_5:
movw $-1, %cx
xorl %eax, %eax
LBB53_32:
movw %cx, (%r14)
movw %ax, 2(%r14)
movw $1, 16(%r14)
LBB53_33:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB53_2:
callq _regex_53_search.cold.1
jmp LBB53_33
.cfi_endproc
## -- End function
.globl _regex_54_search ## -- Begin function regex_54_search
.p2align 4, 0x90
_regex_54_search: ## @regex_54_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB54_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB54_2
## %bb.3:
movl $-1, (%rax)
LBB54_4:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB54_5
## %bb.6:
movswl %r12w, %r9d
movq 8(%r14), %r8
leal -1(%r9), %esi
xorl %r10d, %r10d
xorl %ecx, %ecx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB54_7
LBB54_32: ## in Loop: Header=BB54_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
xorl %r10d, %r10d
.p2align 4, 0x90
LBB54_33: ## in Loop: Header=BB54_7 Depth=1
incl %edi
movswl %di, %edx
cmpl %edx, %r9d
jle LBB54_34
LBB54_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rdx
movzbl (%r15,%rdx), %ebx
testw %cx, %cx
jne LBB54_15
## %bb.8: ## in Loop: Header=BB54_7 Depth=1
cmpb $97, %bl
jne LBB54_15
## %bb.9: ## in Loop: Header=BB54_7 Depth=1
movb $1, %bl
testw %r13w, %r13w
je LBB54_10
## %bb.11: ## in Loop: Header=BB54_7 Depth=1
testw %r10w, %r10w
je LBB54_14
## %bb.12: ## in Loop: Header=BB54_7 Depth=1
movw $1, %cx
cmpw 2(%r8), %di
jle LBB54_13
LBB54_14: ## in Loop: Header=BB54_7 Depth=1
movw %di, (%r8)
movw $1, %cx
movw $1, %r10w
jmp LBB54_28
.p2align 4, 0x90
LBB54_15: ## in Loop: Header=BB54_7 Depth=1
cmpw $1, %cx
jne LBB54_20
## %bb.16: ## in Loop: Header=BB54_7 Depth=1
cmpb $98, %bl
jne LBB54_20
LBB54_17: ## in Loop: Header=BB54_7 Depth=1
movw $2, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB54_28
## %bb.18: ## in Loop: Header=BB54_7 Depth=1
testw %r10w, %r10w
je LBB54_28
## %bb.19: ## in Loop: Header=BB54_7 Depth=1
leal 1(%rdi), %edx
movw %dx, 2(%r8)
jmp LBB54_28
.p2align 4, 0x90
LBB54_20: ## in Loop: Header=BB54_7 Depth=1
cmpw $2, %cx
je LBB54_24
## %bb.21: ## in Loop: Header=BB54_7 Depth=1
cmpw $3, %cx
jne LBB54_22
jmp LBB54_35
LBB54_10: ## in Loop: Header=BB54_7 Depth=1
movw $1, %cx
jmp LBB54_28
LBB54_24: ## in Loop: Header=BB54_7 Depth=1
cmpb $98, %bl
je LBB54_17
## %bb.25: ## in Loop: Header=BB54_7 Depth=1
cmpb $99, %bl
jne LBB54_22
## %bb.26: ## in Loop: Header=BB54_7 Depth=1
movw $3, %cx
xorl %ebx, %ebx
jmp LBB54_28
LBB54_22: ## in Loop: Header=BB54_7 Depth=1
leal 1(%rax), %edx
movb $1, %bl
testw %r13w, %r13w
je LBB54_23
## %bb.27: ## in Loop: Header=BB54_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
xorl %r10d, %r10d
jmp LBB54_28
LBB54_13: ## in Loop: Header=BB54_7 Depth=1
movw $1, %r10w
jmp LBB54_28
LBB54_23: ## in Loop: Header=BB54_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
.p2align 4, 0x90
LBB54_28: ## in Loop: Header=BB54_7 Depth=1
movswl %di, %edx
cmpl %edx, %esi
jne LBB54_33
## %bb.29: ## in Loop: Header=BB54_7 Depth=1
movswl %ax, %edx
cmpl %edx, %esi
setle %dl
xorb $1, %bl
orb %dl, %bl
jne LBB54_33
## %bb.30: ## in Loop: Header=BB54_7 Depth=1
leal 1(%rax), %edx
testw %r13w, %r13w
jne LBB54_32
## %bb.31: ## in Loop: Header=BB54_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %edx, %eax
jmp LBB54_33
LBB54_34:
cmpw $3, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB54_35
LBB54_5:
movw $-1, %ax
xorl %edi, %edi
LBB54_35:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB54_36:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB54_2:
callq _regex_54_search.cold.1
jmp LBB54_36
.cfi_endproc
## -- End function
.globl _regex_55_search ## -- Begin function regex_55_search
.p2align 4, 0x90
_regex_55_search: ## @regex_55_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB55_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB55_45
## %bb.2:
movl $-1, (%rax)
LBB55_3:
movl %ebx, %ecx
shll $16, %ecx
xorl %eax, %eax
testl %ecx, %ecx
jle LBB55_38
## %bb.4:
movswl %bx, %r8d
movq 8(%r14), %r9
leal -1(%r8), %r10d
movw $-1, %dx
xorl %r11d, %r11d
xorl %ebx, %ebx
xorl %edi, %edi
jmp LBB55_7
.p2align 4, 0x90
LBB55_5: ## in Loop: Header=BB55_7 Depth=1
movl %edi, %esi
LBB55_6: ## in Loop: Header=BB55_7 Depth=1
incl %eax
movswl %ax, %ecx
movl %esi, %edi
cmpl %ecx, %r8d
jle LBB55_43
LBB55_7: ## =>This Inner Loop Header: Depth=1
movswq %ax, %rcx
movzbl (%r15,%rcx), %ecx
cmpw $2, %bx
je LBB55_13
## %bb.8: ## in Loop: Header=BB55_7 Depth=1
cmpw $1, %bx
je LBB55_16
## %bb.9: ## in Loop: Header=BB55_7 Depth=1
testw %bx, %bx
jne LBB55_19
## %bb.10: ## in Loop: Header=BB55_7 Depth=1
cmpb $97, %cl
movl $0, %esi
cmovel %r11d, %esi
testw %r12w, %r12w
cmovel %r11d, %esi
movl %esi, %r11d
movw $1, %bx
cmpb $97, %cl
je LBB55_30
## %bb.11: ## in Loop: Header=BB55_7 Depth=1
leal 1(%rdi), %ecx
movw $-1, %dx
testw %r12w, %r12w
je LBB55_37
## %bb.12: ## in Loop: Header=BB55_7 Depth=1
movl $-1, (%r9)
xorl %ebx, %ebx
movl %edi, %eax
movl %ecx, %edi
xorl %r11d, %r11d
jmp LBB55_30
.p2align 4, 0x90
LBB55_13: ## in Loop: Header=BB55_7 Depth=1
cmpb $99, %cl
je LBB55_24
## %bb.14: ## in Loop: Header=BB55_7 Depth=1
movw $2, %bx
cmpb $98, %cl
jne LBB55_42
## %bb.15: ## in Loop: Header=BB55_7 Depth=1
testw %r12w, %r12w
jne LBB55_25
jmp LBB55_29
.p2align 4, 0x90
LBB55_16: ## in Loop: Header=BB55_7 Depth=1
cmpb $99, %cl
je LBB55_24
## %bb.17: ## in Loop: Header=BB55_7 Depth=1
cmpb $98, %cl
je LBB55_18
jmp LBB55_40
.p2align 4, 0x90
LBB55_19: ## in Loop: Header=BB55_7 Depth=1
cmpb $99, %cl
je LBB55_24
## %bb.20: ## in Loop: Header=BB55_7 Depth=1
cmpb $98, %cl
jne LBB55_41
LBB55_18: ## in Loop: Header=BB55_7 Depth=1
movw $2, %bx
testw %r12w, %r12w
jne LBB55_25
jmp LBB55_29
.p2align 4, 0x90
LBB55_24: ## in Loop: Header=BB55_7 Depth=1
movw $3, %bx
testw %r12w, %r12w
je LBB55_29
LBB55_25: ## in Loop: Header=BB55_7 Depth=1
testw %r11w, %r11w
je LBB55_27
## %bb.26: ## in Loop: Header=BB55_7 Depth=1
cmpw 2(%r9), %ax
jle LBB55_28
LBB55_27: ## in Loop: Header=BB55_7 Depth=1
movw %ax, (%r9)
movw $1, %r11w
LBB55_28: ## in Loop: Header=BB55_7 Depth=1
leal 1(%rax), %ecx
movw %cx, 2(%r9)
LBB55_29: ## in Loop: Header=BB55_7 Depth=1
movl %eax, %edx
LBB55_30: ## in Loop: Header=BB55_7 Depth=1
movswl %ax, %ecx
cmpl %ecx, %r10d
jne LBB55_5
## %bb.31: ## in Loop: Header=BB55_7 Depth=1
movswl %di, %ecx
cmpl %ecx, %r10d
jle LBB55_5
## %bb.32: ## in Loop: Header=BB55_7 Depth=1
movzwl %bx, %ecx
decl %ecx
cmpw $3, %cx
jb LBB55_5
## %bb.33: ## in Loop: Header=BB55_7 Depth=1
testw %dx, %dx
jns LBB55_39
## %bb.34: ## in Loop: Header=BB55_7 Depth=1
leal 1(%rdi), %esi
testw %r12w, %r12w
je LBB55_36
## %bb.35: ## in Loop: Header=BB55_7 Depth=1
movl $-1, (%r9)
xorl %r11d, %r11d
LBB55_36: ## in Loop: Header=BB55_7 Depth=1
movl %edi, %eax
jmp LBB55_6
LBB55_37: ## in Loop: Header=BB55_7 Depth=1
xorl %ebx, %ebx
movl %edi, %eax
movl %ecx, %edi
jmp LBB55_30
LBB55_38:
movw $-1, %dx
xorl %esi, %esi
xorl %ebx, %ebx
jmp LBB55_43
LBB55_39:
xorl %ebx, %ebx
movl %edi, %esi
jmp LBB55_43
LBB55_40:
movw $1, %bx
jmp LBB55_42
LBB55_41:
movw $3, %bx
LBB55_42:
movl %edi, %esi
movl %eax, %edx
LBB55_43:
movzwl %bx, %ecx
decl %ecx
cmpw $3, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovbl %esi, %ecx
cmpw $-1, %dx
cmovnel %esi, %ecx
movw %cx, (%r14)
cmovel %eax, %edx
movw %dx, 2(%r14)
movw $1, 16(%r14)
LBB55_44:
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB55_45:
callq _regex_55_search.cold.1
jmp LBB55_44
.cfi_endproc
## -- End function
.globl _regex_56_search ## -- Begin function regex_56_search
.p2align 4, 0x90
_regex_56_search: ## @regex_56_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r14
testw %r12w, %r12w
je LBB56_3
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB56_44
## %bb.2:
movq $-1, (%rax)
LBB56_3:
movl %r14d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB56_41
## %bb.4:
movswl %r14w, %r10d
movq %rbx, -48(%rbp) ## 8-byte Spill
movq 8(%rbx), %r13
leal -1(%r10), %edi
leaq LJTI56_0(%rip), %r9
xorl %r8d, %r8d
xorl %r11d, %r11d
xorl %eax, %eax
xorl %r14d, %r14d
xorl %ecx, %ecx
jmp LBB56_7
LBB56_5: ## in Loop: Header=BB56_7 Depth=1
xorl %eax, %eax
movl %r14d, %ecx
movl %edx, %r14d
.p2align 4, 0x90
LBB56_6: ## in Loop: Header=BB56_7 Depth=1
incl %ecx
movswl %cx, %edx
cmpl %edx, %r10d
jle LBB56_39
LBB56_7: ## =>This Inner Loop Header: Depth=1
cmpw $3, %ax
ja LBB56_40
## %bb.8: ## in Loop: Header=BB56_7 Depth=1
movswq %cx, %rdx
movzbl (%r15,%rdx), %edx
movzwl %ax, %eax
movslq (%r9,%rax,4), %rax
addq %r9, %rax
jmpq *%rax
LBB56_11: ## in Loop: Header=BB56_7 Depth=1
cmpb $100, %dl
je LBB56_12
## %bb.20: ## in Loop: Header=BB56_7 Depth=1
cmpb $99, %dl
je LBB56_25
## %bb.21: ## in Loop: Header=BB56_7 Depth=1
cmpb $98, %dl
jne LBB56_23
## %bb.22: ## in Loop: Header=BB56_7 Depth=1
movw $2, %ax
jmp LBB56_26
.p2align 4, 0x90
LBB56_9: ## in Loop: Header=BB56_7 Depth=1
testw %r12w, %r12w
setne %al
cmpb $97, %dl
setne %bl
testb %bl, %al
movl $0, %eax
cmovnel %eax, %r11d
cmovnel %eax, %r8d
cmpb $97, %dl
jne LBB56_23
## %bb.10: ## in Loop: Header=BB56_7 Depth=1
movw $1, %ax
movb $1, %sil
jmp LBB56_35
.p2align 4, 0x90
LBB56_23: ## in Loop: Header=BB56_7 Depth=1
leal 1(%r14), %edx
movb $1, %sil
testw %r12w, %r12w
je LBB56_34
## %bb.24: ## in Loop: Header=BB56_7 Depth=1
movq $-1, (%r13)
xorl %eax, %eax
movl %r14d, %ecx
movl %edx, %r14d
xorl %r11d, %r11d
xorl %r8d, %r8d
jmp LBB56_35
LBB56_25: ## in Loop: Header=BB56_7 Depth=1
movw $3, %ax
LBB56_26: ## in Loop: Header=BB56_7 Depth=1
movb $1, %sil
testw %r12w, %r12w
je LBB56_35
## %bb.27: ## in Loop: Header=BB56_7 Depth=1
testw %r11w, %r11w
je LBB56_29
## %bb.28: ## in Loop: Header=BB56_7 Depth=1
cmpw 2(%r13), %cx
jle LBB56_30
LBB56_29: ## in Loop: Header=BB56_7 Depth=1
movw %cx, (%r13)
movw $1, %r11w
LBB56_30: ## in Loop: Header=BB56_7 Depth=1
testw %r8w, %r8w
je LBB56_32
## %bb.31: ## in Loop: Header=BB56_7 Depth=1
cmpw 6(%r13), %cx
jle LBB56_33
LBB56_32: ## in Loop: Header=BB56_7 Depth=1
movw %cx, 4(%r13)
movw $1, %r8w
LBB56_33: ## in Loop: Header=BB56_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 2(%r13)
jmp LBB56_35
LBB56_12: ## in Loop: Header=BB56_7 Depth=1
movw $4, %ax
testw %r12w, %r12w
je LBB56_17
## %bb.13: ## in Loop: Header=BB56_7 Depth=1
testw %r8w, %r8w
je LBB56_15
## %bb.14: ## in Loop: Header=BB56_7 Depth=1
cmpw 6(%r13), %cx
jle LBB56_16
LBB56_15: ## in Loop: Header=BB56_7 Depth=1
movw %cx, 4(%r13)
movw $1, %r8w
LBB56_16: ## in Loop: Header=BB56_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 6(%r13)
LBB56_17: ## in Loop: Header=BB56_7 Depth=1
xorl %esi, %esi
jmp LBB56_35
LBB56_34: ## in Loop: Header=BB56_7 Depth=1
xorl %eax, %eax
movl %r14d, %ecx
movl %edx, %r14d
.p2align 4, 0x90
LBB56_35: ## in Loop: Header=BB56_7 Depth=1
movswl %cx, %edx
cmpl %edx, %edi
jne LBB56_6
## %bb.36: ## in Loop: Header=BB56_7 Depth=1
movswl %r14w, %edx
cmpl %edx, %edi
setle %dl
xorb $1, %sil
orb %dl, %sil
jne LBB56_6
## %bb.37: ## in Loop: Header=BB56_7 Depth=1
leal 1(%r14), %edx
testw %r12w, %r12w
je LBB56_5
## %bb.38: ## in Loop: Header=BB56_7 Depth=1
movq $-1, (%r13)
xorl %eax, %eax
movl %r14d, %ecx
movl %edx, %r14d
xorl %r11d, %r11d
xorl %r8d, %r8d
jmp LBB56_6
LBB56_39:
cmpw $4, %ax
movl $65535, %eax ## imm = 0xFFFF
cmovel %r14d, %eax
movl %eax, %r14d
LBB56_40:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB56_42
LBB56_41:
movw $-1, %r14w
xorl %ecx, %ecx
LBB56_42:
movw %r14w, (%rbx)
movw %cx, 2(%rbx)
movw $2, 16(%rbx)
LBB56_43:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB56_44:
callq _regex_56_search.cold.1
jmp LBB56_43
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L56_0_set_9, LBB56_9-LJTI56_0
.set L56_0_set_11, LBB56_11-LJTI56_0
LJTI56_0:
.long L56_0_set_9
.long L56_0_set_11
.long L56_0_set_11
.long L56_0_set_11
.end_data_region
## -- End function
.globl _regex_57_search ## -- Begin function regex_57_search
.p2align 4, 0x90
_regex_57_search: ## @regex_57_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r14
testw %r12w, %r12w
je LBB57_4
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB57_2
## %bb.3:
movq $-1, (%rax)
LBB57_4:
movl %r14d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB57_5
## %bb.6:
movswl %r14w, %r10d
movq %rbx, -48(%rbp) ## 8-byte Spill
movq 8(%rbx), %r11
leal -1(%r10), %edi
leaq LJTI57_0(%rip), %r9
xorl %r8d, %r8d
xorl %r13d, %r13d
xorl %esi, %esi
xorl %r14d, %r14d
xorl %ecx, %ecx
jmp LBB57_7
LBB57_46: ## in Loop: Header=BB57_7 Depth=1
xorl %esi, %esi
movl %r14d, %ecx
movl %ebx, %r14d
.p2align 4, 0x90
LBB57_48: ## in Loop: Header=BB57_7 Depth=1
incl %ecx
movswl %cx, %eax
cmpl %eax, %r10d
jle LBB57_49
LBB57_7: ## =>This Inner Loop Header: Depth=1
cmpw $3, %si
ja LBB57_50
## %bb.8: ## in Loop: Header=BB57_7 Depth=1
movswq %cx, %rbx
movzbl (%r15,%rbx), %ebx
movzwl %si, %esi
movslq (%r9,%rsi,4), %rsi
addq %r9, %rsi
jmpq *%rsi
LBB57_16: ## in Loop: Header=BB57_7 Depth=1
cmpb $100, %bl
je LBB57_31
## %bb.17: ## in Loop: Header=BB57_7 Depth=1
cmpb $99, %bl
je LBB57_24
## %bb.18: ## in Loop: Header=BB57_7 Depth=1
cmpb $98, %bl
jne LBB57_39
## %bb.19: ## in Loop: Header=BB57_7 Depth=1
movw $2, %si
testw %r12w, %r12w
je LBB57_42
## %bb.20: ## in Loop: Header=BB57_7 Depth=1
testw %r13w, %r13w
je LBB57_22
## %bb.21: ## in Loop: Header=BB57_7 Depth=1
cmpw 2(%r11), %cx
jle LBB57_23
LBB57_22: ## in Loop: Header=BB57_7 Depth=1
movw %cx, (%r11)
movw $1, %r13w
jmp LBB57_23
.p2align 4, 0x90
LBB57_9: ## in Loop: Header=BB57_7 Depth=1
testw %r12w, %r12w
setne %al
cmpb $97, %bl
setne %dl
testb %dl, %al
movl $0, %eax
cmovnel %eax, %r13d
cmovnel %eax, %r8d
movw $1, %si
cmpb $97, %bl
jne LBB57_39
jmp LBB57_42
.p2align 4, 0x90
LBB57_10: ## in Loop: Header=BB57_7 Depth=1
andb $-2, %bl
cmpb $98, %bl
jne LBB57_36
## %bb.11: ## in Loop: Header=BB57_7 Depth=1
testw %r12w, %r12w
je LBB57_36
## %bb.12: ## in Loop: Header=BB57_7 Depth=1
testw %r13w, %r13w
je LBB57_14
## %bb.13: ## in Loop: Header=BB57_7 Depth=1
cmpw 2(%r11), %cx
jle LBB57_15
LBB57_14: ## in Loop: Header=BB57_7 Depth=1
movw %cx, (%r11)
movw $1, %r13w
LBB57_15: ## in Loop: Header=BB57_7 Depth=1
leal 1(%rcx), %eax
movw %ax, 2(%r11)
movw $2, %si
jmp LBB57_42
LBB57_36: ## in Loop: Header=BB57_7 Depth=1
cmpb $98, %bl
movl %r8d, %eax
movl $0, %r8d
cmovel %eax, %r8d
testw %r12w, %r12w
cmovel %eax, %r8d
movl $2, %esi
cmpb $98, %bl
je LBB57_38
## %bb.37: ## in Loop: Header=BB57_7 Depth=1
movl $65535, %esi ## imm = 0xFFFF
LBB57_38: ## in Loop: Header=BB57_7 Depth=1
je LBB57_42
.p2align 4, 0x90
LBB57_39: ## in Loop: Header=BB57_7 Depth=1
leal 1(%r14), %ebx
testw %r12w, %r12w
je LBB57_40
## %bb.41: ## in Loop: Header=BB57_7 Depth=1
movq $-1, (%r11)
xorl %esi, %esi
movl %r14d, %ecx
movl %ebx, %r14d
xorl %r13d, %r13d
xorl %r8d, %r8d
jmp LBB57_42
LBB57_31: ## in Loop: Header=BB57_7 Depth=1
movw $4, %si
testw %r12w, %r12w
je LBB57_42
## %bb.32: ## in Loop: Header=BB57_7 Depth=1
testw %r8w, %r8w
je LBB57_34
## %bb.33: ## in Loop: Header=BB57_7 Depth=1
cmpw 6(%r11), %cx
jle LBB57_35
LBB57_34: ## in Loop: Header=BB57_7 Depth=1
movw %cx, 4(%r11)
movw $1, %r8w
LBB57_35: ## in Loop: Header=BB57_7 Depth=1
leal 1(%rcx), %eax
movw %ax, 6(%r11)
jmp LBB57_42
LBB57_24: ## in Loop: Header=BB57_7 Depth=1
movw $3, %si
testw %r12w, %r12w
je LBB57_42
## %bb.25: ## in Loop: Header=BB57_7 Depth=1
testw %r13w, %r13w
je LBB57_27
## %bb.26: ## in Loop: Header=BB57_7 Depth=1
cmpw 2(%r11), %cx
jle LBB57_28
LBB57_27: ## in Loop: Header=BB57_7 Depth=1
movw %cx, (%r11)
movw $1, %r13w
LBB57_28: ## in Loop: Header=BB57_7 Depth=1
testw %r8w, %r8w
je LBB57_30
## %bb.29: ## in Loop: Header=BB57_7 Depth=1
cmpw 6(%r11), %cx
jle LBB57_23
LBB57_30: ## in Loop: Header=BB57_7 Depth=1
movw %cx, 4(%r11)
movw $1, %r8w
LBB57_23: ## in Loop: Header=BB57_7 Depth=1
leal 1(%rcx), %eax
movw %ax, 2(%r11)
jmp LBB57_42
LBB57_40: ## in Loop: Header=BB57_7 Depth=1
xorl %esi, %esi
movl %r14d, %ecx
movl %ebx, %r14d
.p2align 4, 0x90
LBB57_42: ## in Loop: Header=BB57_7 Depth=1
movswl %cx, %eax
cmpl %eax, %edi
jne LBB57_48
## %bb.43: ## in Loop: Header=BB57_7 Depth=1
movswl %r14w, %eax
cmpl %eax, %edi
jle LBB57_48
## %bb.44: ## in Loop: Header=BB57_7 Depth=1
cmpw $4, %si
je LBB57_48
## %bb.45: ## in Loop: Header=BB57_7 Depth=1
leal 1(%r14), %ebx
testw %r12w, %r12w
je LBB57_46
## %bb.47: ## in Loop: Header=BB57_7 Depth=1
movq $-1, (%r11)
xorl %esi, %esi
movl %r14d, %ecx
movl %ebx, %r14d
xorl %r13d, %r13d
xorl %r8d, %r8d
jmp LBB57_48
LBB57_49:
cmpw $4, %si
movl $65535, %eax ## imm = 0xFFFF
cmovel %r14d, %eax
movl %eax, %r14d
LBB57_50:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB57_51
LBB57_5:
movw $-1, %r14w
xorl %ecx, %ecx
LBB57_51:
movw %r14w, (%rbx)
movw %cx, 2(%rbx)
movw $2, 16(%rbx)
LBB57_52:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB57_2:
callq _regex_57_search.cold.1
jmp LBB57_52
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L57_0_set_9, LBB57_9-LJTI57_0
.set L57_0_set_10, LBB57_10-LJTI57_0
.set L57_0_set_16, LBB57_16-LJTI57_0
LJTI57_0:
.long L57_0_set_9
.long L57_0_set_10
.long L57_0_set_16
.long L57_0_set_16
.end_data_region
## -- End function
.globl _regex_58_search ## -- Begin function regex_58_search
.p2align 4, 0x90
_regex_58_search: ## @regex_58_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r14
testw %r12w, %r12w
je LBB58_4
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB58_2
## %bb.3:
movq $-1, (%rax)
LBB58_4:
movl %r14d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB58_5
## %bb.6:
movswl %r14w, %r10d
movq %rbx, -48(%rbp) ## 8-byte Spill
movq 8(%rbx), %r13
leal -1(%r10), %edi
leaq LJTI58_0(%rip), %r9
xorl %r8d, %r8d
xorl %r11d, %r11d
xorl %eax, %eax
xorl %r14d, %r14d
xorl %ecx, %ecx
jmp LBB58_7
LBB58_32: ## in Loop: Header=BB58_7 Depth=1
xorl %eax, %eax
movl %r14d, %ecx
movl %esi, %r14d
.p2align 4, 0x90
LBB58_34: ## in Loop: Header=BB58_7 Depth=1
incl %ecx
movswl %cx, %edx
cmpl %edx, %r10d
jle LBB58_35
LBB58_7: ## =>This Inner Loop Header: Depth=1
cmpw $3, %ax
ja LBB58_36
## %bb.8: ## in Loop: Header=BB58_7 Depth=1
movswq %cx, %rsi
movzbl (%r15,%rsi), %ebx
movzwl %ax, %eax
movslq (%r9,%rax,4), %rax
addq %r9, %rax
jmpq *%rax
LBB58_9: ## in Loop: Header=BB58_7 Depth=1
testw %r12w, %r12w
setne %al
cmpb $97, %bl
setne %dl
testb %dl, %al
movl $0, %eax
cmovnel %eax, %r11d
cmovnel %eax, %r8d
cmpb $97, %bl
jne LBB58_22
## %bb.10: ## in Loop: Header=BB58_7 Depth=1
movw $1, %ax
movb $1, %sil
jmp LBB58_29
.p2align 4, 0x90
LBB58_24: ## in Loop: Header=BB58_7 Depth=1
cmpb $100, %bl
je LBB58_25
LBB58_11: ## in Loop: Header=BB58_7 Depth=1
cmpb $99, %bl
je LBB58_39
## %bb.12: ## in Loop: Header=BB58_7 Depth=1
cmpb $98, %bl
jne LBB58_22
## %bb.13: ## in Loop: Header=BB58_7 Depth=1
movw $2, %ax
jmp LBB58_14
.p2align 4, 0x90
LBB58_22: ## in Loop: Header=BB58_7 Depth=1
leal 1(%r14), %ebx
movb $1, %sil
testw %r12w, %r12w
je LBB58_23
## %bb.28: ## in Loop: Header=BB58_7 Depth=1
movq $-1, (%r13)
xorl %eax, %eax
movl %r14d, %ecx
movl %ebx, %r14d
xorl %r11d, %r11d
xorl %r8d, %r8d
jmp LBB58_29
.p2align 4, 0x90
LBB58_39: ## in Loop: Header=BB58_7 Depth=1
movw $3, %ax
LBB58_14: ## in Loop: Header=BB58_7 Depth=1
movb $1, %sil
testw %r12w, %r12w
je LBB58_29
## %bb.15: ## in Loop: Header=BB58_7 Depth=1
testw %r11w, %r11w
je LBB58_17
## %bb.16: ## in Loop: Header=BB58_7 Depth=1
cmpw 2(%r13), %cx
jle LBB58_18
LBB58_17: ## in Loop: Header=BB58_7 Depth=1
movw %cx, (%r13)
movw $1, %r11w
LBB58_18: ## in Loop: Header=BB58_7 Depth=1
testw %r8w, %r8w
je LBB58_20
## %bb.19: ## in Loop: Header=BB58_7 Depth=1
cmpw 6(%r13), %cx
jle LBB58_21
LBB58_20: ## in Loop: Header=BB58_7 Depth=1
movw %cx, 4(%r13)
movw $1, %r8w
LBB58_21: ## in Loop: Header=BB58_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 2(%r13)
jmp LBB58_29
LBB58_23: ## in Loop: Header=BB58_7 Depth=1
xorl %eax, %eax
movl %r14d, %ecx
movl %ebx, %r14d
.p2align 4, 0x90
LBB58_29: ## in Loop: Header=BB58_7 Depth=1
movswl %cx, %edx
cmpl %edx, %edi
jne LBB58_34
## %bb.30: ## in Loop: Header=BB58_7 Depth=1
movswl %r14w, %edx
cmpl %edx, %edi
setle %dl
xorb $1, %sil
orb %dl, %sil
jne LBB58_34
## %bb.31: ## in Loop: Header=BB58_7 Depth=1
leal 1(%r14), %esi
testw %r12w, %r12w
je LBB58_32
## %bb.33: ## in Loop: Header=BB58_7 Depth=1
movq $-1, (%r13)
xorl %eax, %eax
movl %r14d, %ecx
movl %esi, %r14d
xorl %r11d, %r11d
xorl %r8d, %r8d
jmp LBB58_34
LBB58_25: ## in Loop: Header=BB58_7 Depth=1
xorl %esi, %esi
movw $4, %ax
testw %r12w, %r12w
je LBB58_29
## %bb.26: ## in Loop: Header=BB58_7 Depth=1
testw %r8w, %r8w
je LBB58_29
## %bb.27: ## in Loop: Header=BB58_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 6(%r13)
xorl %esi, %esi
jmp LBB58_29
LBB58_35:
cmpw $4, %ax
movl $65535, %eax ## imm = 0xFFFF
cmovel %r14d, %eax
movl %eax, %r14d
LBB58_36:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB58_37
LBB58_5:
movw $-1, %r14w
xorl %ecx, %ecx
LBB58_37:
movw %r14w, (%rbx)
movw %cx, 2(%rbx)
movw $2, 16(%rbx)
LBB58_38:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB58_2:
callq _regex_58_search.cold.1
jmp LBB58_38
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L58_0_set_9, LBB58_9-LJTI58_0
.set L58_0_set_11, LBB58_11-LJTI58_0
.set L58_0_set_24, LBB58_24-LJTI58_0
LJTI58_0:
.long L58_0_set_9
.long L58_0_set_11
.long L58_0_set_11
.long L58_0_set_24
.end_data_region
## -- End function
.globl _regex_59_search ## -- Begin function regex_59_search
.p2align 4, 0x90
_regex_59_search: ## @regex_59_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r13
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB59_26
## %bb.1:
movswl %ax, %r12d
leal -1(%r12), %edx
xorl %edi, %edi
leaq LJTI59_0(%rip), %r15
movl $2, %r8d
movl $4, %r9d
movl $6, %r10d
xorl %eax, %eax
xorl %esi, %esi
jmp LBB59_4
.p2align 4, 0x90
LBB59_2: ## in Loop: Header=BB59_4 Depth=1
movl %ebx, %edi
LBB59_3: ## in Loop: Header=BB59_4 Depth=1
incl %esi
movswl %si, %ecx
cmpl %ecx, %r12d
jle LBB59_25
LBB59_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rcx
movzbl (%r13,%rcx), %r11d
testw %di, %di
sete %cl
cmpb $97, %r11b
sete %bl
andb %cl, %bl
movzbl %bl, %ecx
addl %ecx, %ecx
decl %ecx
leal -1(%rdi), %ebx
cmpw $6, %bx
ja LBB59_11
## %bb.5: ## in Loop: Header=BB59_4 Depth=1
movzwl %bx, %ebx
movslq (%r15,%rbx,4), %rbx
addq %r15, %rbx
jmpq *%rbx
LBB59_6: ## in Loop: Header=BB59_4 Depth=1
movl %r11d, %ebx
andb $-2, %bl
cmpb $98, %bl
cmovel %r8d, %ecx
jmp LBB59_10
LBB59_7: ## in Loop: Header=BB59_4 Depth=1
cmpb $98, %r11b
cmovel %r8d, %ecx
cmpb $99, %r11b
cmovel %r9d, %ecx
jmp LBB59_10
LBB59_8: ## in Loop: Header=BB59_4 Depth=1
movl %r11d, %ebx
andb $-2, %bl
cmpb $98, %bl
cmovel %r8d, %ecx
movw $5, %bx
cmpb $100, %r11b
jne LBB59_11
jmp LBB59_19
LBB59_9: ## in Loop: Header=BB59_4 Depth=1
cmpb $98, %r11b
cmovel %r8d, %ecx
cmpb $99, %r11b
cmovel %r10d, %ecx
LBB59_10: ## in Loop: Header=BB59_4 Depth=1
movw $3, %bx
cmpb $100, %r11b
je LBB59_19
LBB59_11: ## in Loop: Header=BB59_4 Depth=1
cmpw $-1, %cx
je LBB59_13
LBB59_18: ## in Loop: Header=BB59_4 Depth=1
movl %ecx, %ebx
jmp LBB59_19
LBB59_13: ## in Loop: Header=BB59_4 Depth=1
cmpw $8, %di
je LBB59_27
LBB59_14: ## in Loop: Header=BB59_4 Depth=1
movl %eax, %esi
incl %eax
xorl %ebx, %ebx
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB59_19
LBB59_15: ## in Loop: Header=BB59_4 Depth=1
movl %r11d, %ebx
andb $-2, %bl
cmpb $98, %bl
cmovel %r8d, %ecx
movw $7, %bx
cmpb $100, %r11b
jne LBB59_11
jmp LBB59_19
LBB59_16: ## in Loop: Header=BB59_4 Depth=1
movw $8, %bx
cmpb $101, %r11b
jne LBB59_17
.p2align 4, 0x90
LBB59_19: ## in Loop: Header=BB59_4 Depth=1
movswl %si, %ecx
cmpl %ecx, %edx
jne LBB59_2
## %bb.20: ## in Loop: Header=BB59_4 Depth=1
movswl %ax, %ecx
cmpl %ecx, %edx
jle LBB59_2
## %bb.21: ## in Loop: Header=BB59_4 Depth=1
cmpw $8, %bx
je LBB59_2
## %bb.22: ## in Loop: Header=BB59_4 Depth=1
movl %eax, %esi
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB59_3
LBB59_17: ## in Loop: Header=BB59_4 Depth=1
cmpb $98, %r11b
cmovel %r8d, %ecx
cmpb $99, %r11b
cmovel %r10d, %ecx
cmpb $100, %r11b
movl $3, %edi
cmovel %edi, %ecx
cmpw $-1, %cx
jne LBB59_18
jmp LBB59_14
LBB59_25:
cmpw $8, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB59_27
LBB59_26:
movw $-1, %ax
xorl %esi, %esi
LBB59_27:
movw %ax, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L59_0_set_6, LBB59_6-LJTI59_0
.set L59_0_set_7, LBB59_7-LJTI59_0
.set L59_0_set_8, LBB59_8-LJTI59_0
.set L59_0_set_9, LBB59_9-LJTI59_0
.set L59_0_set_15, LBB59_15-LJTI59_0
.set L59_0_set_16, LBB59_16-LJTI59_0
LJTI59_0:
.long L59_0_set_6
.long L59_0_set_6
.long L59_0_set_7
.long L59_0_set_8
.long L59_0_set_9
.long L59_0_set_15
.long L59_0_set_16
.end_data_region
## -- End function
.globl _regex_60_search ## -- Begin function regex_60_search
.p2align 4, 0x90
_regex_60_search: ## @regex_60_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r13
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB60_26
## %bb.1:
movswl %ax, %r12d
leal -1(%r12), %r9d
xorl %edi, %edi
movl $2, %r15d
leaq LJTI60_0(%rip), %r8
movl $6, %r10d
xorl %eax, %eax
xorl %esi, %esi
jmp LBB60_4
.p2align 4, 0x90
LBB60_2: ## in Loop: Header=BB60_4 Depth=1
movl %r11d, %edi
LBB60_3: ## in Loop: Header=BB60_4 Depth=1
incl %esi
movswl %si, %ecx
cmpl %ecx, %r12d
jle LBB60_25
LBB60_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rcx
movzbl (%r13,%rcx), %ebx
testw %di, %di
sete %cl
cmpb $97, %bl
sete %dl
andb %cl, %dl
movzbl %dl, %ecx
leal (%rcx,%rcx), %edx
decl %edx
leal -98(%rbx), %ecx
cmpb $3, %cl
movl %edx, %ecx
cmovbl %r15d, %ecx
cmpw $1, %di
cmovnel %edx, %ecx
leal -2(%rdi), %edx
cmpw $5, %dx
ja LBB60_12
## %bb.5: ## in Loop: Header=BB60_4 Depth=1
movzwl %dx, %edx
movslq (%r8,%rdx,4), %rdx
addq %r8, %rdx
jmpq *%rdx
LBB60_6: ## in Loop: Header=BB60_4 Depth=1
movl %ebx, %edx
andb $-2, %dl
cmpb $98, %dl
cmovel %r15d, %ecx
jmp LBB60_10
LBB60_7: ## in Loop: Header=BB60_4 Depth=1
cmpb $98, %bl
cmovel %r15d, %ecx
cmpb $99, %bl
movl $4, %edx
cmovel %edx, %ecx
jmp LBB60_10
LBB60_8: ## in Loop: Header=BB60_4 Depth=1
movl %ebx, %edx
andb $-2, %dl
cmpb $98, %dl
cmovel %r15d, %ecx
movw $5, %r11w
cmpb $100, %bl
jne LBB60_12
jmp LBB60_19
LBB60_9: ## in Loop: Header=BB60_4 Depth=1
cmpb $98, %bl
cmovel %r15d, %ecx
cmpb $99, %bl
cmovel %r10d, %ecx
LBB60_10: ## in Loop: Header=BB60_4 Depth=1
movw $3, %r11w
cmpb $100, %bl
jne LBB60_12
jmp LBB60_19
LBB60_11: ## in Loop: Header=BB60_4 Depth=1
movl %ebx, %edx
andb $-2, %dl
cmpb $98, %dl
cmovel %r15d, %ecx
movw $7, %r11w
cmpb $100, %bl
je LBB60_19
.p2align 4, 0x90
LBB60_12: ## in Loop: Header=BB60_4 Depth=1
cmpw $-1, %cx
je LBB60_14
LBB60_18: ## in Loop: Header=BB60_4 Depth=1
movl %ecx, %r11d
jmp LBB60_19
LBB60_14: ## in Loop: Header=BB60_4 Depth=1
cmpw $8, %di
je LBB60_27
LBB60_15: ## in Loop: Header=BB60_4 Depth=1
movl %eax, %esi
incl %eax
xorl %r11d, %r11d
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB60_19
LBB60_16: ## in Loop: Header=BB60_4 Depth=1
movw $8, %r11w
cmpb $101, %bl
jne LBB60_17
.p2align 4, 0x90
LBB60_19: ## in Loop: Header=BB60_4 Depth=1
movswl %si, %ecx
cmpl %ecx, %r9d
jne LBB60_2
## %bb.20: ## in Loop: Header=BB60_4 Depth=1
movswl %ax, %ecx
cmpl %ecx, %r9d
jle LBB60_2
## %bb.21: ## in Loop: Header=BB60_4 Depth=1
cmpw $8, %r11w
je LBB60_2
## %bb.22: ## in Loop: Header=BB60_4 Depth=1
movl %eax, %esi
incl %eax
xorl %edi, %edi
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB60_3
LBB60_17: ## in Loop: Header=BB60_4 Depth=1
cmpb $98, %bl
cmovel %r15d, %ecx
cmpb $99, %bl
cmovel %r10d, %ecx
cmpb $100, %bl
movl $3, %edx
cmovel %edx, %ecx
cmpw $-1, %cx
jne LBB60_18
jmp LBB60_15
LBB60_25:
cmpw $8, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB60_27
LBB60_26:
movw $-1, %ax
xorl %esi, %esi
LBB60_27:
movw %ax, (%r14)
movw %si, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L60_0_set_6, LBB60_6-LJTI60_0
.set L60_0_set_7, LBB60_7-LJTI60_0
.set L60_0_set_8, LBB60_8-LJTI60_0
.set L60_0_set_9, LBB60_9-LJTI60_0
.set L60_0_set_11, LBB60_11-LJTI60_0
.set L60_0_set_16, LBB60_16-LJTI60_0
LJTI60_0:
.long L60_0_set_6
.long L60_0_set_7
.long L60_0_set_8
.long L60_0_set_9
.long L60_0_set_11
.long L60_0_set_16
.end_data_region
## -- End function
.globl _regex_61_search ## -- Begin function regex_61_search
.p2align 4, 0x90
_regex_61_search: ## @regex_61_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB61_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB61_2
## %bb.3:
movl $-1, (%rax)
LBB61_4:
movl %r12d, %eax
shll $16, %eax
xorl %r9d, %r9d
testl %eax, %eax
jle LBB61_5
## %bb.6:
movswl %r12w, %r10d
movq 8(%r14), %r11
leal -1(%r10), %edi
movl $3, %r8d
xorl %edx, %edx
xorl %esi, %esi
xorl %ecx, %ecx
xorl %eax, %eax
jmp LBB61_7
LBB61_35: ## in Loop: Header=BB61_7 Depth=1
movl $-1, (%r11)
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
xorl %edx, %edx
.p2align 4, 0x90
LBB61_36: ## in Loop: Header=BB61_7 Depth=1
incl %eax
movswl %ax, %ebx
cmpl %ebx, %r10d
jle LBB61_37
LBB61_7: ## =>This Inner Loop Header: Depth=1
movswq %ax, %rbx
movzbl (%r15,%rbx), %ebx
testw %si, %si
jne LBB61_15
## %bb.8: ## in Loop: Header=BB61_7 Depth=1
cmpb $97, %bl
jne LBB61_15
## %bb.9: ## in Loop: Header=BB61_7 Depth=1
testw %r13w, %r13w
je LBB61_10
## %bb.11: ## in Loop: Header=BB61_7 Depth=1
testw %dx, %dx
je LBB61_13
## %bb.12: ## in Loop: Header=BB61_7 Depth=1
cmpw 2(%r11), %ax
jle LBB61_14
LBB61_13: ## in Loop: Header=BB61_7 Depth=1
movw %ax, (%r11)
LBB61_14: ## in Loop: Header=BB61_7 Depth=1
leal 1(%rax), %edx
movw %dx, 2(%r11)
movw $1, %si
movw $1, %dx
jmp LBB61_30
.p2align 4, 0x90
LBB61_15: ## in Loop: Header=BB61_7 Depth=1
cmpw $1, %si
je LBB61_18
## %bb.16: ## in Loop: Header=BB61_7 Depth=1
cmpw $2, %si
je LBB61_24
## %bb.17: ## in Loop: Header=BB61_7 Depth=1
cmpw $3, %si
jne LBB61_27
jmp LBB61_38
LBB61_10: ## in Loop: Header=BB61_7 Depth=1
movw $1, %si
jmp LBB61_30
LBB61_18: ## in Loop: Header=BB61_7 Depth=1
cmpb $99, %bl
je LBB61_19
## %bb.20: ## in Loop: Header=BB61_7 Depth=1
cmpb $98, %bl
jne LBB61_27
## %bb.21: ## in Loop: Header=BB61_7 Depth=1
movw $2, %si
testw %r13w, %r13w
je LBB61_30
## %bb.22: ## in Loop: Header=BB61_7 Depth=1
testw %dx, %dx
je LBB61_30
## %bb.23: ## in Loop: Header=BB61_7 Depth=1
leal 1(%rax), %ebx
movw %bx, 2(%r11)
jmp LBB61_30
LBB61_24: ## in Loop: Header=BB61_7 Depth=1
movl $2, %esi
cmpb $98, %bl
je LBB61_26
## %bb.25: ## in Loop: Header=BB61_7 Depth=1
movl $65535, %esi ## imm = 0xFFFF
LBB61_26: ## in Loop: Header=BB61_7 Depth=1
cmpb $99, %bl
cmovel %r8d, %esi
cmpw $-1, %si
movl %edx, %ebx
cmovel %r9d, %ebx
testw %r13w, %r13w
cmovel %edx, %ebx
movl %ebx, %edx
cmpw $-1, %si
jne LBB61_30
LBB61_27: ## in Loop: Header=BB61_7 Depth=1
leal 1(%rcx), %ebx
testw %r13w, %r13w
je LBB61_28
## %bb.29: ## in Loop: Header=BB61_7 Depth=1
movl $-1, (%r11)
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
xorl %edx, %edx
jmp LBB61_30
LBB61_28: ## in Loop: Header=BB61_7 Depth=1
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
jmp LBB61_30
LBB61_19: ## in Loop: Header=BB61_7 Depth=1
movw $3, %si
.p2align 4, 0x90
LBB61_30: ## in Loop: Header=BB61_7 Depth=1
movswl %ax, %ebx
cmpl %ebx, %edi
jne LBB61_36
## %bb.31: ## in Loop: Header=BB61_7 Depth=1
movswl %cx, %ebx
cmpl %ebx, %edi
jle LBB61_36
## %bb.32: ## in Loop: Header=BB61_7 Depth=1
cmpw $3, %si
je LBB61_36
## %bb.33: ## in Loop: Header=BB61_7 Depth=1
leal 1(%rcx), %ebx
testw %r13w, %r13w
jne LBB61_35
## %bb.34: ## in Loop: Header=BB61_7 Depth=1
xorl %esi, %esi
movl %ecx, %eax
movl %ebx, %ecx
jmp LBB61_36
LBB61_37:
cmpw $3, %si
movl $65535, %edx ## imm = 0xFFFF
cmovel %ecx, %edx
movl %edx, %ecx
jmp LBB61_38
LBB61_5:
movw $-1, %cx
xorl %eax, %eax
LBB61_38:
movw %cx, (%r14)
movw %ax, 2(%r14)
movw $1, 16(%r14)
LBB61_39:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB61_2:
callq _regex_61_search.cold.1
jmp LBB61_39
.cfi_endproc
## -- End function
.globl _regex_62_search ## -- Begin function regex_62_search
.p2align 4, 0x90
_regex_62_search: ## @regex_62_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r15d
movq %rdi, %rbx
movq %rsi, -56(%rbp) ## 8-byte Spill
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r15w, %r15w
je LBB62_3
## %bb.1:
movl $16, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB62_54
## %bb.2:
pcmpeqd %xmm0, %xmm0
movdqu %xmm0, (%rax)
LBB62_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB62_51
## %bb.4:
movswl %r12w, %r13d
movq %rbx, -64(%rbp) ## 8-byte Spill
movq 8(%rbx), %rsi
leal -1(%r13), %edi
leaq LJTI62_0(%rip), %r10
pcmpeqd %xmm0, %xmm0
xorl %r11d, %r11d
xorl %r9d, %r9d
movl $0, -44(%rbp) ## 4-byte Folded Spill
xorl %r12d, %r12d
xorl %r8d, %r8d
xorl %eax, %eax
xorl %ecx, %ecx
movq -56(%rbp), %rbx ## 8-byte Reload
jmp LBB62_7
LBB62_5: ## in Loop: Header=BB62_7 Depth=1
xorl %r8d, %r8d
movl %eax, %ecx
movl %edx, %eax
.p2align 4, 0x90
LBB62_6: ## in Loop: Header=BB62_7 Depth=1
incl %ecx
movswl %cx, %edx
cmpl %edx, %r13d
jle LBB62_49
LBB62_7: ## =>This Inner Loop Header: Depth=1
cmpw $3, %r8w
ja LBB62_50
## %bb.8: ## in Loop: Header=BB62_7 Depth=1
movswq %cx, %rdx
movzbl (%rbx,%rdx), %r14d
movzwl %r8w, %edx
movslq (%r10,%rdx,4), %rdx
addq %r10, %rdx
jmpq *%rdx
LBB62_9: ## in Loop: Header=BB62_7 Depth=1
cmpb $97, %r14b
jne LBB62_38
## %bb.10: ## in Loop: Header=BB62_7 Depth=1
testw %r15w, %r15w
je LBB62_38
## %bb.11: ## in Loop: Header=BB62_7 Depth=1
cmpw $0, -44(%rbp) ## 2-byte Folded Reload
je LBB62_13
## %bb.12: ## in Loop: Header=BB62_7 Depth=1
cmpw 6(%rsi), %cx
jle LBB62_14
LBB62_13: ## in Loop: Header=BB62_7 Depth=1
movw %cx, 4(%rsi)
LBB62_14: ## in Loop: Header=BB62_7 Depth=1
testw %r12w, %r12w
je LBB62_16
## %bb.15: ## in Loop: Header=BB62_7 Depth=1
cmpw 2(%rsi), %cx
jle LBB62_17
LBB62_16: ## in Loop: Header=BB62_7 Depth=1
movw %cx, (%rsi)
LBB62_17: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 6(%rsi)
movw $1, %r8w
movw $1, %r12w
movw $1, %dx
movl %edx, -44(%rbp) ## 4-byte Spill
jmp LBB62_44
.p2align 4, 0x90
LBB62_18: ## in Loop: Header=BB62_7 Depth=1
cmpb $98, %r14b
jne LBB62_34
## %bb.19: ## in Loop: Header=BB62_7 Depth=1
movw $2, %r8w
testw %r15w, %r15w
je LBB62_44
## %bb.20: ## in Loop: Header=BB62_7 Depth=1
testw %r9w, %r9w
je LBB62_22
## %bb.21: ## in Loop: Header=BB62_7 Depth=1
cmpw 10(%rsi), %cx
jle LBB62_23
LBB62_22: ## in Loop: Header=BB62_7 Depth=1
movw %cx, 8(%rsi)
movw $1, %r9w
LBB62_23: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 10(%rsi)
jmp LBB62_44
.p2align 4, 0x90
LBB62_24: ## in Loop: Header=BB62_7 Depth=1
cmpb $99, %r14b
jne LBB62_34
## %bb.25: ## in Loop: Header=BB62_7 Depth=1
movw $3, %r8w
testw %r15w, %r15w
je LBB62_44
## %bb.26: ## in Loop: Header=BB62_7 Depth=1
testw %r12w, %r12w
je LBB62_44
## %bb.27: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 2(%rsi)
jmp LBB62_44
.p2align 4, 0x90
LBB62_28: ## in Loop: Header=BB62_7 Depth=1
cmpb $100, %r14b
jne LBB62_34
## %bb.29: ## in Loop: Header=BB62_7 Depth=1
movw $4, %r8w
testw %r15w, %r15w
je LBB62_44
## %bb.30: ## in Loop: Header=BB62_7 Depth=1
testw %r11w, %r11w
je LBB62_32
## %bb.31: ## in Loop: Header=BB62_7 Depth=1
cmpw 14(%rsi), %cx
jle LBB62_33
LBB62_32: ## in Loop: Header=BB62_7 Depth=1
movw %cx, 12(%rsi)
LBB62_33: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rcx), %edx
movw %dx, 14(%rsi)
movw $1, %r11w
jmp LBB62_44
.p2align 4, 0x90
LBB62_34: ## in Loop: Header=BB62_7 Depth=1
testw %r15w, %r15w
je LBB62_37
## %bb.35: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rax), %edx
LBB62_36: ## in Loop: Header=BB62_7 Depth=1
movdqu %xmm0, (%rsi)
xorl %r8d, %r8d
movl %eax, %ecx
movl %edx, %eax
xorl %r12d, %r12d
movl $0, -44(%rbp) ## 4-byte Folded Spill
xorl %r9d, %r9d
xorl %r11d, %r11d
jmp LBB62_44
LBB62_37: ## in Loop: Header=BB62_7 Depth=1
movl %eax, %ecx
incl %eax
xorl %r8d, %r8d
## kill: def $ax killed $ax killed $eax def $rax
jmp LBB62_44
LBB62_38: ## in Loop: Header=BB62_7 Depth=1
cmpb $97, %r14b
setne %dl
testw %r15w, %r15w
setne %bl
testb %dl, %bl
movl $0, %edx
cmovnel %edx, %r9d
cmovnel %edx, %r11d
xorl %edx, %edx
cmpb $97, %r14b
sete %bl
jne LBB62_40
## %bb.39: ## in Loop: Header=BB62_7 Depth=1
movb %bl, %dl
leal (%rdx,%rdx), %r8d
decl %r8d
jmp LBB62_43
LBB62_40: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rax), %edx
testw %r15w, %r15w
je LBB62_42
## %bb.41: ## in Loop: Header=BB62_7 Depth=1
movq -56(%rbp), %rbx ## 8-byte Reload
jmp LBB62_36
LBB62_42: ## in Loop: Header=BB62_7 Depth=1
xorl %r8d, %r8d
movl %eax, %ecx
movl %edx, %eax
LBB62_43: ## in Loop: Header=BB62_7 Depth=1
movq -56(%rbp), %rbx ## 8-byte Reload
.p2align 4, 0x90
LBB62_44: ## in Loop: Header=BB62_7 Depth=1
movswl %cx, %edx
cmpl %edx, %edi
jne LBB62_6
## %bb.45: ## in Loop: Header=BB62_7 Depth=1
movswl %ax, %edx
cmpl %edx, %edi
jle LBB62_6
## %bb.46: ## in Loop: Header=BB62_7 Depth=1
cmpw $4, %r8w
je LBB62_6
## %bb.47: ## in Loop: Header=BB62_7 Depth=1
leal 1(%rax), %edx
testw %r15w, %r15w
je LBB62_5
## %bb.48: ## in Loop: Header=BB62_7 Depth=1
movdqu %xmm0, (%rsi)
xorl %r8d, %r8d
movl %eax, %ecx
movl %edx, %eax
xorl %r12d, %r12d
movl $0, -44(%rbp) ## 4-byte Folded Spill
xorl %r9d, %r9d
xorl %r11d, %r11d
jmp LBB62_6
LBB62_49:
cmpw $4, %r8w
movl $65535, %edx ## imm = 0xFFFF
cmovel %eax, %edx
movl %edx, %eax
LBB62_50:
movq -64(%rbp), %rbx ## 8-byte Reload
jmp LBB62_52
LBB62_51:
movw $-1, %ax
xorl %ecx, %ecx
LBB62_52:
movw %ax, (%rbx)
movw %cx, 2(%rbx)
movw $4, 16(%rbx)
LBB62_53:
movq %rbx, %rax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB62_54:
callq _regex_62_search.cold.1
jmp LBB62_53
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L62_0_set_9, LBB62_9-LJTI62_0
.set L62_0_set_18, LBB62_18-LJTI62_0
.set L62_0_set_24, LBB62_24-LJTI62_0
.set L62_0_set_28, LBB62_28-LJTI62_0
LJTI62_0:
.long L62_0_set_9
.long L62_0_set_18
.long L62_0_set_24
.long L62_0_set_28
.end_data_region
## -- End function
.globl _regex_63_search ## -- Begin function regex_63_search
.p2align 4, 0x90
_regex_63_search: ## @regex_63_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB63_20
## %bb.1:
movswl %ax, %r9d
leal -1(%r9), %r10d
movw $-1, %di
xorl %edx, %edx
movl $1, %r8d
xorl %r11d, %r11d
xorl %ecx, %ecx
jmp LBB63_3
.p2align 4, 0x90
LBB63_2: ## in Loop: Header=BB63_3 Depth=1
incl %ecx
movswl %cx, %eax
movl %ebx, %edx
cmpl %eax, %r9d
jle LBB63_23
LBB63_3: ## =>This Inner Loop Header: Depth=1
movswq %cx, %rax
movzbl (%r15,%rax), %esi
cmpw $1, %dx
je LBB63_7
## %bb.4: ## in Loop: Header=BB63_3 Depth=1
testw %dx, %dx
jne LBB63_7
## %bb.5: ## in Loop: Header=BB63_3 Depth=1
leal -65(%rsi), %eax
xorl %ebx, %ebx
cmpb $26, %al
setb %bl
cmpb $95, %sil
leal -1(%rbx,%rbx), %eax
cmovel %r8d, %eax
addb $-97, %sil
movw $1, %bx
cmpb $26, %sil
jb LBB63_15
## %bb.6: ## in Loop: Header=BB63_3 Depth=1
movl %eax, %ebx
cmpw $-1, %bx
jne LBB63_15
jmp LBB63_13
.p2align 4, 0x90
LBB63_7: ## in Loop: Header=BB63_3 Depth=1
leal -48(%rsi), %ebx
leal -65(%rsi), %eax
movl $2, %r12d
movl $2, %edi
cmpb $10, %bl
jb LBB63_9
## %bb.8: ## in Loop: Header=BB63_3 Depth=1
movl $65535, %edi ## imm = 0xFFFF
LBB63_9: ## in Loop: Header=BB63_3 Depth=1
cmpb $26, %al
cmovbl %r12d, %edi
cmpb $95, %sil
cmovel %r12d, %edi
addb $-97, %sil
movw $2, %bx
cmpb $26, %sil
jae LBB63_12
## %bb.10: ## in Loop: Header=BB63_3 Depth=1
movl %ecx, %edi
jmp LBB63_15
.p2align 4, 0x90
LBB63_12: ## in Loop: Header=BB63_3 Depth=1
movl %edi, %ebx
movl %ecx, %edi
cmpw $-1, %bx
jne LBB63_15
LBB63_13: ## in Loop: Header=BB63_3 Depth=1
leal -1(%rdx), %eax
cmpw $2, %ax
jb LBB63_22
## %bb.14: ## in Loop: Header=BB63_3 Depth=1
movl %r11d, %ecx
leal 1(%r11), %eax
movw $-1, %di
xorl %ebx, %ebx
movl %eax, %r11d
.p2align 4, 0x90
LBB63_15: ## in Loop: Header=BB63_3 Depth=1
movswl %cx, %eax
cmpl %eax, %r10d
jne LBB63_2
## %bb.16: ## in Loop: Header=BB63_3 Depth=1
movswl %r11w, %eax
cmpl %eax, %r10d
jle LBB63_2
## %bb.17: ## in Loop: Header=BB63_3 Depth=1
leal -1(%rbx), %eax
cmpw $2, %ax
jb LBB63_2
## %bb.18: ## in Loop: Header=BB63_3 Depth=1
testw %di, %di
jns LBB63_21
## %bb.19: ## in Loop: Header=BB63_3 Depth=1
movl %r11d, %ecx
leal 1(%r11), %eax
xorl %ebx, %ebx
movl %eax, %r11d
jmp LBB63_2
LBB63_20:
movw $-1, %di
xorl %ecx, %ecx
xorl %r11d, %r11d
LBB63_21:
xorl %ebx, %ebx
LBB63_23:
decl %ebx
cmpw $2, %bx
movl $65535, %eax ## imm = 0xFFFF
cmovbl %r11d, %eax
cmpw $-1, %di
cmovnel %r11d, %eax
movw %ax, (%r14)
cmovel %ecx, %edi
movw %di, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB63_22:
movl %edx, %ebx
jmp LBB63_23
.cfi_endproc
## -- End function
.globl _regex_64_search ## -- Begin function regex_64_search
.p2align 4, 0x90
_regex_64_search: ## @regex_64_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB64_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB64_2
## %bb.3:
movl $-1, (%rax)
LBB64_4:
movl %ebx, %eax
shll $16, %eax
xorl %ecx, %ecx
testl %eax, %eax
jle LBB64_5
## %bb.6:
movswl %bx, %r10d
movq 8(%r14), %r8
leal -1(%r10), %esi
leaq LJTI64_0(%rip), %r9
xorl %r11d, %r11d
xorl %edi, %edi
xorl %edx, %edx
xorl %eax, %eax
jmp LBB64_7
LBB64_37: ## in Loop: Header=BB64_7 Depth=1
movl $-1, (%r8)
xorl %edi, %edi
movl %edx, %eax
movl %ecx, %edx
xorl %r11d, %r11d
.p2align 4, 0x90
LBB64_38: ## in Loop: Header=BB64_7 Depth=1
incl %eax
movswl %ax, %ecx
cmpl %ecx, %r10d
jle LBB64_39
LBB64_7: ## =>This Inner Loop Header: Depth=1
cmpw $6, %di
ja LBB64_29
## %bb.8: ## in Loop: Header=BB64_7 Depth=1
movswq %ax, %rbx
movzbl (%r15,%rbx), %ebx
movzwl %di, %edi
movslq (%r9,%rdi,4), %rdi
addq %r9, %rdi
jmpq *%rdi
LBB64_9: ## in Loop: Header=BB64_7 Depth=1
cmpb $97, %bl
setne %cl
testw %ax, %ax
setne %bl
orb %cl, %bl
movzbl %bl, %edi
incl %edi
jmp LBB64_32
LBB64_10: ## in Loop: Header=BB64_7 Depth=1
cmpb $98, %bl
jne LBB64_15
## %bb.11: ## in Loop: Header=BB64_7 Depth=1
movw $3, %di
testw %r12w, %r12w
je LBB64_32
## %bb.12: ## in Loop: Header=BB64_7 Depth=1
testw %r11w, %r11w
je LBB64_14
## %bb.13: ## in Loop: Header=BB64_7 Depth=1
movw $1, %r11w
cmpw 2(%r8), %ax
jle LBB64_32
LBB64_14: ## in Loop: Header=BB64_7 Depth=1
movw %ax, (%r8)
movw $1, %r11w
jmp LBB64_32
LBB64_17: ## in Loop: Header=BB64_7 Depth=1
cmpb $104, %bl
sete %bl
cmpl %ecx, %esi
sete %cl
testb %cl, %bl
movl $0, %edi
cmovnel %r11d, %edi
testw %r12w, %r12w
cmovel %r11d, %edi
movl %edi, %r11d
movw $4, %di
testb %cl, %bl
je LBB64_29
jmp LBB64_32
LBB64_18: ## in Loop: Header=BB64_7 Depth=1
cmpb $104, %bl
je LBB64_25
## %bb.19: ## in Loop: Header=BB64_7 Depth=1
cmpb $101, %bl
jne LBB64_20
LBB64_25: ## in Loop: Header=BB64_7 Depth=1
movw $6, %di
testw %r12w, %r12w
jne LBB64_23
jmp LBB64_32
LBB64_26: ## in Loop: Header=BB64_7 Depth=1
cmpb $103, %bl
je LBB64_27
LBB64_20: ## in Loop: Header=BB64_7 Depth=1
cmpb $99, %bl
jne LBB64_29
## %bb.21: ## in Loop: Header=BB64_7 Depth=1
movw $5, %di
testw %r12w, %r12w
je LBB64_32
LBB64_23: ## in Loop: Header=BB64_7 Depth=1
testw %r11w, %r11w
je LBB64_32
## %bb.24: ## in Loop: Header=BB64_7 Depth=1
leal 1(%rax), %ecx
movw %cx, 2(%r8)
jmp LBB64_32
LBB64_28: ## in Loop: Header=BB64_7 Depth=1
cmpb $103, %bl
movl $0, %ecx
cmovel %r11d, %ecx
testw %r12w, %r12w
cmovel %r11d, %ecx
movl %ecx, %r11d
movw $4, %di
cmpb $103, %bl
jne LBB64_29
jmp LBB64_32
LBB64_15: ## in Loop: Header=BB64_7 Depth=1
cmpb $104, %bl
jne LBB64_29
## %bb.16: ## in Loop: Header=BB64_7 Depth=1
movw $4, %di
cmpl %ecx, %esi
je LBB64_32
.p2align 4, 0x90
LBB64_29: ## in Loop: Header=BB64_7 Depth=1
leal 1(%rdx), %ecx
testw %r12w, %r12w
je LBB64_30
## %bb.31: ## in Loop: Header=BB64_7 Depth=1
movl $-1, (%r8)
xorl %edi, %edi
movl %edx, %eax
movl %ecx, %edx
xorl %r11d, %r11d
jmp LBB64_32
LBB64_30: ## in Loop: Header=BB64_7 Depth=1
xorl %edi, %edi
movl %edx, %eax
movl %ecx, %edx
jmp LBB64_32
LBB64_27: ## in Loop: Header=BB64_7 Depth=1
movw $4, %di
.p2align 4, 0x90
LBB64_32: ## in Loop: Header=BB64_7 Depth=1
movswl %ax, %ecx
cmpl %ecx, %esi
jne LBB64_38
## %bb.33: ## in Loop: Header=BB64_7 Depth=1
movswl %dx, %ecx
cmpl %ecx, %esi
jle LBB64_38
## %bb.34: ## in Loop: Header=BB64_7 Depth=1
cmpw $4, %di
je LBB64_38
## %bb.35: ## in Loop: Header=BB64_7 Depth=1
leal 1(%rdx), %ecx
testw %r12w, %r12w
jne LBB64_37
## %bb.36: ## in Loop: Header=BB64_7 Depth=1
xorl %edi, %edi
movl %edx, %eax
movl %ecx, %edx
jmp LBB64_38
LBB64_39:
cmpw $4, %di
movl $65535, %ecx ## imm = 0xFFFF
cmovel %edx, %ecx
movl %ecx, %edx
jmp LBB64_40
LBB64_5:
movw $-1, %dx
xorl %eax, %eax
LBB64_40:
movw %dx, (%r14)
movw %ax, 2(%r14)
movw $1, 16(%r14)
LBB64_41:
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB64_2:
callq _regex_64_search.cold.1
jmp LBB64_41
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L64_0_set_9, LBB64_9-LJTI64_0
.set L64_0_set_10, LBB64_10-LJTI64_0
.set L64_0_set_17, LBB64_17-LJTI64_0
.set L64_0_set_18, LBB64_18-LJTI64_0
.set L64_0_set_40, LBB64_40-LJTI64_0
.set L64_0_set_26, LBB64_26-LJTI64_0
.set L64_0_set_28, LBB64_28-LJTI64_0
LJTI64_0:
.long L64_0_set_9
.long L64_0_set_10
.long L64_0_set_17
.long L64_0_set_18
.long L64_0_set_40
.long L64_0_set_26
.long L64_0_set_28
.end_data_region
## -- End function
.globl _regex_65_search ## -- Begin function regex_65_search
.p2align 4, 0x90
_regex_65_search: ## @regex_65_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB65_3
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB65_65
## %bb.2:
movq $-1, (%rax)
LBB65_3:
movl %r12d, %eax
shll $16, %eax
xorl %ecx, %ecx
testl %eax, %eax
jle LBB65_62
## %bb.4:
movswl %r12w, %r15d
movq %rbx, -56(%rbp) ## 8-byte Spill
movq 8(%rbx), %rbx
leal -1(%r15), %edi
xorl %edx, %edx
xorl %r8d, %r8d
xorl %r10d, %r10d
xorl %r11d, %r11d
xorl %r9d, %r9d
xorl %esi, %esi
movl %edi, -44(%rbp) ## 4-byte Spill
movq %r15, -64(%rbp) ## 8-byte Spill
jmp LBB65_7
LBB65_5: ## in Loop: Header=BB65_7 Depth=1
movq $-1, (%rbx)
xorl %r11d, %r11d
movl %r9d, %esi
movl %edx, %r9d
xorl %r10d, %r10d
xorl %r8d, %r8d
.p2align 4, 0x90
LBB65_6: ## in Loop: Header=BB65_7 Depth=1
incl %esi
movswl %si, %edx
cmpl %edx, %r15d
jle LBB65_60
LBB65_7: ## =>This Inner Loop Header: Depth=1
movswq %si, %rax
movzbl (%r14,%rax), %r12d
cmpw $3, %r11w
ja LBB65_15
## %bb.8: ## in Loop: Header=BB65_7 Depth=1
movzwl %r11w, %eax
leaq LJTI65_0(%rip), %rdx
movslq (%rdx,%rax,4), %rax
addq %rdx, %rax
jmpq *%rax
LBB65_9: ## in Loop: Header=BB65_7 Depth=1
movq %r14, %rdi
movw $-1, %r11w
movb $1, %r14b
addb $-98, %r12b
cmpb $7, %r12b
ja LBB65_41
## %bb.10: ## in Loop: Header=BB65_7 Depth=1
movzbl %r12b, %eax
leaq LJTI65_1(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB65_11: ## in Loop: Header=BB65_7 Depth=1
movw $1, %r11w
testw %r13w, %r13w
je LBB65_40
## %bb.12: ## in Loop: Header=BB65_7 Depth=1
testw %r10w, %r10w
je LBB65_38
## %bb.13: ## in Loop: Header=BB65_7 Depth=1
cmpw 2(%rbx), %si
jg LBB65_38
## %bb.14: ## in Loop: Header=BB65_7 Depth=1
xorl %r14d, %r14d
movw $1, %r10w
jmp LBB65_41
.p2align 4, 0x90
LBB65_15: ## in Loop: Header=BB65_7 Depth=1
cmpw $4, %r11w
jne LBB65_26
## %bb.16: ## in Loop: Header=BB65_7 Depth=1
movl %r12d, %eax
andb $-2, %al
cmpb $106, %al
jne LBB65_26
## %bb.17: ## in Loop: Header=BB65_7 Depth=1
movw $8, %r11w
testw %r13w, %r13w
je LBB65_47
## %bb.18: ## in Loop: Header=BB65_7 Depth=1
testw %r8w, %r8w
je LBB65_20
## %bb.19: ## in Loop: Header=BB65_7 Depth=1
cmpw 6(%rbx), %si
jle LBB65_21
LBB65_20: ## in Loop: Header=BB65_7 Depth=1
movw %si, 4(%rbx)
LBB65_21: ## in Loop: Header=BB65_7 Depth=1
leal 1(%rsi), %edx
movw %dx, 6(%rbx)
movw $1, %r8w
testw %r10w, %r10w
je LBB65_56
## %bb.22: ## in Loop: Header=BB65_7 Depth=1
movw %dx, 2(%rbx)
jmp LBB65_47
.p2align 4, 0x90
LBB65_23: ## in Loop: Header=BB65_7 Depth=1
testw %r13w, %r13w
setne %al
cmpb $99, %r12b
setne %dl
testb %dl, %al
cmovnel %ecx, %r10d
cmovnel %ecx, %r8d
movw $5, %r11w
cmpb $99, %r12b
jne LBB65_44
jmp LBB65_47
.p2align 4, 0x90
LBB65_24: ## in Loop: Header=BB65_7 Depth=1
testw %r13w, %r13w
setne %al
cmpb $102, %r12b
movl $65535, %r11d ## imm = 0xFFFF
movl $6, %edx
cmovel %edx, %r11d
cmpb $103, %r12b
movl $7, %edx
cmovel %edx, %r11d
cmpw $-1, %r11w
sete %dl
andb %al, %dl
cmovnel %ecx, %r10d
jmp LBB65_43
.p2align 4, 0x90
LBB65_25: ## in Loop: Header=BB65_7 Depth=1
testw %r13w, %r13w
setne %al
cmpb $105, %r12b
setne %dl
testb %dl, %al
cmovnel %ecx, %r10d
cmovnel %ecx, %r8d
movw $4, %r11w
cmpb $105, %r12b
jne LBB65_44
jmp LBB65_47
LBB65_26: ## in Loop: Header=BB65_7 Depth=1
addl $-5, %r11d
cmpw $3, %r11w
ja LBB65_44
## %bb.27: ## in Loop: Header=BB65_7 Depth=1
movzwl %r11w, %eax
leaq LJTI65_2(%rip), %rdi
movslq (%rdi,%rax,4), %rax
addq %rdi, %rax
jmpq *%rax
LBB65_28: ## in Loop: Header=BB65_7 Depth=1
cmpb $99, %r12b
movl $65535, %r11d ## imm = 0xFFFF
movl $5, %eax
cmovel %eax, %r11d
cmpb $100, %r12b
jne LBB65_57
## %bb.29: ## in Loop: Header=BB65_7 Depth=1
movl -44(%rbp), %edi ## 4-byte Reload
cmpl %edx, %edi
jne LBB65_58
## %bb.30: ## in Loop: Header=BB65_7 Depth=1
movw $8, %r11w
testw %r13w, %r13w
je LBB65_58
## %bb.31: ## in Loop: Header=BB65_7 Depth=1
testw %r10w, %r10w
je LBB65_58
## %bb.32: ## in Loop: Header=BB65_7 Depth=1
leal 1(%rsi), %eax
movw %ax, 2(%rbx)
jmp LBB65_58
LBB65_33: ## in Loop: Header=BB65_7 Depth=1
movw $2, %r11w
testw %r13w, %r13w
jne LBB65_36
jmp LBB65_40
LBB65_34: ## in Loop: Header=BB65_7 Depth=1
movw $3, %r11w
testw %r13w, %r13w
jne LBB65_36
jmp LBB65_40
LBB65_35: ## in Loop: Header=BB65_7 Depth=1
movw $4, %r11w
testw %r13w, %r13w
je LBB65_40
LBB65_36: ## in Loop: Header=BB65_7 Depth=1
testw %r10w, %r10w
je LBB65_38
## %bb.37: ## in Loop: Header=BB65_7 Depth=1
cmpw 2(%rbx), %si
jle LBB65_39
LBB65_38: ## in Loop: Header=BB65_7 Depth=1
movw %si, (%rbx)
LBB65_39: ## in Loop: Header=BB65_7 Depth=1
movw $1, %r10w
LBB65_40: ## in Loop: Header=BB65_7 Depth=1
xorl %r14d, %r14d
LBB65_41: ## in Loop: Header=BB65_7 Depth=1
testw %r13w, %r13w
setne %dl
andb %r14b, %dl
xorl %ecx, %ecx
movq %rdi, %r14
movq -64(%rbp), %r15 ## 8-byte Reload
LBB65_42: ## in Loop: Header=BB65_7 Depth=1
movl -44(%rbp), %edi ## 4-byte Reload
LBB65_43: ## in Loop: Header=BB65_7 Depth=1
testb %dl, %dl
cmovnel %ecx, %r8d
cmpw $-1, %r11w
jne LBB65_47
LBB65_44: ## in Loop: Header=BB65_7 Depth=1
leal 1(%r9), %edx
testw %r13w, %r13w
je LBB65_46
## %bb.45: ## in Loop: Header=BB65_7 Depth=1
movq $-1, (%rbx)
xorl %r11d, %r11d
movl %r9d, %esi
movl %edx, %r9d
xorl %r10d, %r10d
xorl %r8d, %r8d
jmp LBB65_47
LBB65_46: ## in Loop: Header=BB65_7 Depth=1
xorl %r11d, %r11d
movl %r9d, %esi
movl %edx, %r9d
.p2align 4, 0x90
LBB65_47: ## in Loop: Header=BB65_7 Depth=1
movswl %si, %eax
cmpl %eax, %edi
jne LBB65_6
## %bb.48: ## in Loop: Header=BB65_7 Depth=1
movswl %r9w, %eax
cmpl %eax, %edi
jle LBB65_6
## %bb.49: ## in Loop: Header=BB65_7 Depth=1
cmpw $8, %r11w
je LBB65_6
## %bb.50: ## in Loop: Header=BB65_7 Depth=1
leal 1(%r9), %edx
testw %r13w, %r13w
jne LBB65_5
## %bb.51: ## in Loop: Header=BB65_7 Depth=1
xorl %r11d, %r11d
movl %r9d, %esi
movl %edx, %r9d
jmp LBB65_6
LBB65_52: ## in Loop: Header=BB65_7 Depth=1
testw %r13w, %r13w
setne %al
cmpb $102, %r12b
movl $65535, %r11d ## imm = 0xFFFF
movl $6, %edx
cmovel %edx, %r11d
cmpb $103, %r12b
movl $7, %edx
cmovel %edx, %r11d
cmpw $-1, %r11w
sete %dl
andb %al, %dl
cmovnel %ecx, %r10d
jmp LBB65_42
LBB65_53: ## in Loop: Header=BB65_7 Depth=1
movw $8, %r11w
testw %r13w, %r13w
je LBB65_59
## %bb.54: ## in Loop: Header=BB65_7 Depth=1
testw %r10w, %r10w
movl -44(%rbp), %edi ## 4-byte Reload
je LBB65_47
## %bb.55: ## in Loop: Header=BB65_7 Depth=1
leal 1(%rsi), %eax
movw %ax, 2(%rbx)
jmp LBB65_47
LBB65_56: ## in Loop: Header=BB65_7 Depth=1
xorl %r10d, %r10d
jmp LBB65_47
LBB65_57: ## in Loop: Header=BB65_7 Depth=1
movl -44(%rbp), %edi ## 4-byte Reload
LBB65_58: ## in Loop: Header=BB65_7 Depth=1
testw %r13w, %r13w
setne %al
cmpw $-1, %r11w
sete %dl
andb %al, %dl
jmp LBB65_43
LBB65_59: ## in Loop: Header=BB65_7 Depth=1
movl -44(%rbp), %edi ## 4-byte Reload
jmp LBB65_47
LBB65_60:
cmpw $8, %r11w
movl $65535, %eax ## imm = 0xFFFF
cmovel %r9d, %eax
movl %eax, %r9d
LBB65_61:
movq -56(%rbp), %rbx ## 8-byte Reload
jmp LBB65_63
LBB65_62:
movw $-1, %r9w
xorl %esi, %esi
LBB65_63:
movw %r9w, (%rbx)
movw %si, 2(%rbx)
movw $2, 16(%rbx)
LBB65_64:
movq %rbx, %rax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB65_65:
callq _regex_65_search.cold.1
jmp LBB65_64
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L65_0_set_9, LBB65_9-LJTI65_0
.set L65_0_set_23, LBB65_23-LJTI65_0
.set L65_0_set_24, LBB65_24-LJTI65_0
.set L65_0_set_25, LBB65_25-LJTI65_0
LJTI65_0:
.long L65_0_set_9
.long L65_0_set_23
.long L65_0_set_24
.long L65_0_set_25
.set L65_1_set_11, LBB65_11-LJTI65_1
.set L65_1_set_41, LBB65_41-LJTI65_1
.set L65_1_set_33, LBB65_33-LJTI65_1
.set L65_1_set_34, LBB65_34-LJTI65_1
.set L65_1_set_35, LBB65_35-LJTI65_1
LJTI65_1:
.long L65_1_set_11
.long L65_1_set_41
.long L65_1_set_41
.long L65_1_set_33
.long L65_1_set_41
.long L65_1_set_41
.long L65_1_set_34
.long L65_1_set_35
.set L65_2_set_28, LBB65_28-LJTI65_2
.set L65_2_set_52, LBB65_52-LJTI65_2
.set L65_2_set_53, LBB65_53-LJTI65_2
.set L65_2_set_61, LBB65_61-LJTI65_2
LJTI65_2:
.long L65_2_set_28
.long L65_2_set_52
.long L65_2_set_53
.long L65_2_set_61
.end_data_region
## -- End function
.globl _regex_66_search ## -- Begin function regex_66_search
.p2align 4, 0x90
_regex_66_search: ## @regex_66_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r15d
movq %rdi, %rbx
movq %rsi, -80(%rbp) ## 8-byte Spill
movq %rsi, %rdi
callq _strlen
movq %rax, %r14
movl %r15d, -60(%rbp) ## 4-byte Spill
testw %r15w, %r15w
je LBB66_4
## %bb.1:
movl $36, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB66_2
## %bb.3:
pcmpeqd %xmm0, %xmm0
movdqu %xmm0, 16(%rax)
movdqu %xmm0, (%rax)
movl $-1, 32(%rax)
LBB66_4:
movl %r14d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB66_5
## %bb.6:
movswl %r14w, %r10d
movq %rbx, -72(%rbp) ## 8-byte Spill
movq 8(%rbx), %rcx
leal -1(%r10), %r11d
xorl %r9d, %r9d
pcmpeqd %xmm0, %xmm0
xorl %r12d, %r12d
xorl %r15d, %r15d
xorl %r14d, %r14d
xorl %r13d, %r13d
movl $0, -44(%rbp) ## 4-byte Folded Spill
movl $0, -48(%rbp) ## 4-byte Folded Spill
movl $0, -52(%rbp) ## 4-byte Folded Spill
movl $0, -56(%rbp) ## 4-byte Folded Spill
xorl %r8d, %r8d
xorl %edx, %edx
xorl %edi, %edi
jmp LBB66_7
LBB66_48: ## in Loop: Header=BB66_7 Depth=1
movdqu %xmm0, 16(%rcx)
movdqu %xmm0, (%rcx)
movl $-1, 32(%rcx)
movl $0, -56(%rbp) ## 4-byte Folded Spill
movl %edx, %edi
movl %esi, %edx
movl $0, -52(%rbp) ## 4-byte Folded Spill
movl $0, -48(%rbp) ## 4-byte Folded Spill
movl $0, -44(%rbp) ## 4-byte Folded Spill
xorl %r13d, %r13d
xorl %r14d, %r14d
xorl %r15d, %r15d
xorl %r12d, %r12d
xorl %r9d, %r9d
.p2align 4, 0x90
LBB66_49: ## in Loop: Header=BB66_7 Depth=1
incl %edi
movswl %di, %eax
cmpl %eax, %r10d
jle LBB66_50
LBB66_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rsi
testw %r8w, %r8w
sete %al
movq -80(%rbp), %rbx ## 8-byte Reload
cmpb $97, (%rbx,%rsi)
sete %bl
andb %al, %bl
cmpb $1, %bl
jne LBB66_38
## %bb.8: ## in Loop: Header=BB66_7 Depth=1
cmpw $0, -60(%rbp) ## 2-byte Folded Reload
je LBB66_9
## %bb.10: ## in Loop: Header=BB66_7 Depth=1
testw %r9w, %r9w
je LBB66_12
## %bb.11: ## in Loop: Header=BB66_7 Depth=1
cmpw 34(%rcx), %di
jle LBB66_13
LBB66_12: ## in Loop: Header=BB66_7 Depth=1
movw %di, 32(%rcx)
LBB66_13: ## in Loop: Header=BB66_7 Depth=1
testw %r12w, %r12w
je LBB66_15
## %bb.14: ## in Loop: Header=BB66_7 Depth=1
cmpw 30(%rcx), %di
jle LBB66_16
LBB66_15: ## in Loop: Header=BB66_7 Depth=1
movw %di, 28(%rcx)
LBB66_16: ## in Loop: Header=BB66_7 Depth=1
testw %r15w, %r15w
je LBB66_18
## %bb.17: ## in Loop: Header=BB66_7 Depth=1
cmpw 26(%rcx), %di
jle LBB66_19
LBB66_18: ## in Loop: Header=BB66_7 Depth=1
movw %di, 24(%rcx)
LBB66_19: ## in Loop: Header=BB66_7 Depth=1
testw %r14w, %r14w
je LBB66_21
## %bb.20: ## in Loop: Header=BB66_7 Depth=1
cmpw 22(%rcx), %di
jle LBB66_22
LBB66_21: ## in Loop: Header=BB66_7 Depth=1
movw %di, 20(%rcx)
LBB66_22: ## in Loop: Header=BB66_7 Depth=1
testw %r13w, %r13w
je LBB66_24
## %bb.23: ## in Loop: Header=BB66_7 Depth=1
cmpw 18(%rcx), %di
jle LBB66_25
LBB66_24: ## in Loop: Header=BB66_7 Depth=1
movw %di, 16(%rcx)
LBB66_25: ## in Loop: Header=BB66_7 Depth=1
cmpw $0, -44(%rbp) ## 2-byte Folded Reload
je LBB66_27
## %bb.26: ## in Loop: Header=BB66_7 Depth=1
cmpw 14(%rcx), %di
jle LBB66_28
LBB66_27: ## in Loop: Header=BB66_7 Depth=1
movw %di, 12(%rcx)
LBB66_28: ## in Loop: Header=BB66_7 Depth=1
cmpw $0, -48(%rbp) ## 2-byte Folded Reload
je LBB66_30
## %bb.29: ## in Loop: Header=BB66_7 Depth=1
cmpw 10(%rcx), %di
jle LBB66_31
LBB66_30: ## in Loop: Header=BB66_7 Depth=1
movw %di, 8(%rcx)
LBB66_31: ## in Loop: Header=BB66_7 Depth=1
cmpw $0, -52(%rbp) ## 2-byte Folded Reload
je LBB66_33
## %bb.32: ## in Loop: Header=BB66_7 Depth=1
cmpw 6(%rcx), %di
jle LBB66_34
LBB66_33: ## in Loop: Header=BB66_7 Depth=1
movw %di, 4(%rcx)
LBB66_34: ## in Loop: Header=BB66_7 Depth=1
cmpw $0, -56(%rbp) ## 2-byte Folded Reload
je LBB66_36
## %bb.35: ## in Loop: Header=BB66_7 Depth=1
cmpw 2(%rcx), %di
jle LBB66_37
LBB66_36: ## in Loop: Header=BB66_7 Depth=1
movw %di, (%rcx)
LBB66_37: ## in Loop: Header=BB66_7 Depth=1
leal 1(%rdi), %eax
movw %ax, 34(%rcx)
movw %ax, 30(%rcx)
movw %ax, 26(%rcx)
movw %ax, 22(%rcx)
movw %ax, 18(%rcx)
movw %ax, 14(%rcx)
movw %ax, 10(%rcx)
movw %ax, 6(%rcx)
movw %ax, 2(%rcx)
movw $1, %r8w
movw $1, %ax
movl %eax, -56(%rbp) ## 4-byte Spill
movw $1, %ax
movl %eax, -52(%rbp) ## 4-byte Spill
movw $1, %ax
movl %eax, -48(%rbp) ## 4-byte Spill
movw $1, %ax
movl %eax, -44(%rbp) ## 4-byte Spill
movw $1, %r13w
movw $1, %r14w
movw $1, %r15w
movw $1, %r12w
movw $1, %r9w
jmp LBB66_43
.p2align 4, 0x90
LBB66_38: ## in Loop: Header=BB66_7 Depth=1
cmpw $1, %r8w
je LBB66_51
## %bb.39: ## in Loop: Header=BB66_7 Depth=1
movq %r10, %rax
leal 1(%rdx), %r10d
cmpw $0, -60(%rbp) ## 2-byte Folded Reload
je LBB66_40
## %bb.41: ## in Loop: Header=BB66_7 Depth=1
movdqu %xmm0, 16(%rcx)
movdqu %xmm0, (%rcx)
movl $-1, 32(%rcx)
xorl %r8d, %r8d
movl %edx, %edi
movl %r10d, %edx
movl $0, -56(%rbp) ## 4-byte Folded Spill
movl $0, -52(%rbp) ## 4-byte Folded Spill
movl $0, -48(%rbp) ## 4-byte Folded Spill
movl $0, -44(%rbp) ## 4-byte Folded Spill
xorl %r13d, %r13d
xorl %r14d, %r14d
xorl %r15d, %r15d
xorl %r12d, %r12d
xorl %r9d, %r9d
jmp LBB66_42
LBB66_9: ## in Loop: Header=BB66_7 Depth=1
movw $1, %r8w
jmp LBB66_43
LBB66_40: ## in Loop: Header=BB66_7 Depth=1
xorl %r8d, %r8d
movl %edx, %edi
movl %r10d, %edx
LBB66_42: ## in Loop: Header=BB66_7 Depth=1
movq %rax, %r10
LBB66_43: ## in Loop: Header=BB66_7 Depth=1
movswl %di, %eax
cmpl %eax, %r11d
jne LBB66_49
## %bb.44: ## in Loop: Header=BB66_7 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jle LBB66_49
## %bb.45: ## in Loop: Header=BB66_7 Depth=1
movl %ebx, %eax
xorb $1, %al
je LBB66_49
## %bb.46: ## in Loop: Header=BB66_7 Depth=1
leal 1(%rdx), %esi
cmpw $0, -60(%rbp) ## 2-byte Folded Reload
jne LBB66_48
## %bb.47: ## in Loop: Header=BB66_7 Depth=1
movl %edx, %edi
movl %esi, %edx
jmp LBB66_49
LBB66_50:
testb %bl, %bl
movl $65535, %eax ## imm = 0xFFFF
cmovnel %edx, %eax
movl %eax, %edx
LBB66_51:
movq -72(%rbp), %rbx ## 8-byte Reload
jmp LBB66_52
LBB66_5:
movw $-1, %dx
xorl %edi, %edi
LBB66_52:
movw %dx, (%rbx)
movw %di, 2(%rbx)
movw $9, 16(%rbx)
LBB66_53:
movq %rbx, %rax
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB66_2:
callq _regex_66_search.cold.1
jmp LBB66_53
.cfi_endproc
## -- End function
.globl _regex_67_search ## -- Begin function regex_67_search
.p2align 4, 0x90
_regex_67_search: ## @regex_67_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB67_15
## %bb.1:
movq %rbx, -48(%rbp) ## 8-byte Spill
cwtl
leal -1(%rax), %ecx
xorl %r10d, %r10d
movl $20, %r14d
movl $21, %r8d
movl $22, %r9d
xorl %edi, %edi
xorl %r13d, %r13d
jmp LBB67_4
.p2align 4, 0x90
LBB67_2: ## in Loop: Header=BB67_4 Depth=1
movl %edx, %r10d
LBB67_3: ## in Loop: Header=BB67_4 Depth=1
incl %r13d
movswl %r13w, %edx
cmpl %edx, %eax
jle LBB67_13
LBB67_4: ## =>This Inner Loop Header: Depth=1
movswq %r13w, %rdx
movzbl (%r15,%rdx), %r11d
testw %r10w, %r10w
sete %dl
cmpb $109, %r11b
sete %r12b
andb %dl, %r12b
movzbl %r12b, %edx
leal (%rdx,%rdx), %esi
decl %esi
cmpb $117, %r11b
movl %esi, %edx
movl $2, %ebx
cmovel %ebx, %edx
cmpw $1, %r10w
cmovnel %esi, %edx
cmpb $108, %r11b
movl %edx, %esi
movl $3, %ebx
cmovel %ebx, %esi
cmpw $2, %r10w
cmovnel %edx, %esi
cmpb $116, %r11b
movl %esi, %edx
movl $4, %ebx
cmovel %ebx, %edx
cmpw $3, %r10w
cmovnel %esi, %edx
cmpb $105, %r11b
movl %edx, %esi
movl $5, %ebx
cmovel %ebx, %esi
cmpw $4, %r10w
cmovnel %edx, %esi
cmpb $112, %r11b
movl %esi, %edx
movl $6, %ebx
cmovel %ebx, %edx
cmpw $5, %r10w
cmovnel %esi, %edx
cmpb $108, %r11b
movl %edx, %esi
movl $7, %ebx
cmovel %ebx, %esi
cmpw $6, %r10w
cmovnel %edx, %esi
cmpb $101, %r11b
movl %esi, %edx
movl $8, %ebx
cmovel %ebx, %edx
cmpw $7, %r10w
cmovnel %esi, %edx
cmpb $32, %r11b
movl %edx, %esi
movl $9, %ebx
cmovel %ebx, %esi
cmpw $8, %r10w
cmovnel %edx, %esi
cmpb $119, %r11b
movl %esi, %edx
movl $10, %ebx
cmovel %ebx, %edx
cmpw $9, %r10w
cmovnel %esi, %edx
cmpb $111, %r11b
movl %edx, %esi
movl $11, %ebx
cmovel %ebx, %esi
cmpw $10, %r10w
cmovnel %edx, %esi
cmpb $114, %r11b
movl %esi, %edx
movl $12, %ebx
cmovel %ebx, %edx
cmpw $11, %r10w
cmovnel %esi, %edx
cmpb $100, %r11b
movl %edx, %esi
movl $13, %ebx
cmovel %ebx, %esi
cmpw $12, %r10w
cmovnel %edx, %esi
cmpb $115, %r11b
movl %esi, %edx
movl $14, %ebx
cmovel %ebx, %edx
cmpw $13, %r10w
cmovnel %esi, %edx
cmpb $32, %r11b
movl %edx, %esi
movl $15, %ebx
cmovel %ebx, %esi
cmpw $14, %r10w
cmovnel %edx, %esi
cmpb $111, %r11b
movl %esi, %edx
movl $16, %ebx
cmovel %ebx, %edx
cmpw $15, %r10w
cmovnel %esi, %edx
cmpb $102, %r11b
movl %edx, %esi
movl $17, %ebx
cmovel %ebx, %esi
cmpw $16, %r10w
cmovnel %edx, %esi
cmpb $32, %r11b
movl %esi, %edx
movl $18, %ebx
cmovel %ebx, %edx
cmpw $17, %r10w
cmovnel %esi, %edx
cmpb $116, %r11b
movl %edx, %esi
movl $19, %ebx
cmovel %ebx, %esi
cmpw $18, %r10w
cmovnel %edx, %esi
cmpb $101, %r11b
movl %esi, %edx
cmovel %r14d, %edx
cmpw $19, %r10w
cmovnel %esi, %edx
cmpb $120, %r11b
movl %edx, %esi
cmovel %r8d, %esi
cmpw $20, %r10w
cmovnel %edx, %esi
cmpb $116, %r11b
movl %esi, %edx
cmovel %r9d, %edx
cmpw $21, %r10w
cmovnel %esi, %edx
cmpw $-1, %dx
jne LBB67_7
## %bb.5: ## in Loop: Header=BB67_4 Depth=1
cmpw $22, %r10w
je LBB67_14
## %bb.6: ## in Loop: Header=BB67_4 Depth=1
movl %edi, %r13d
leal 1(%rdi), %esi
xorl %edx, %edx
movl %esi, %edi
LBB67_7: ## in Loop: Header=BB67_4 Depth=1
movswl %r13w, %esi
cmpl %esi, %ecx
jne LBB67_2
## %bb.8: ## in Loop: Header=BB67_4 Depth=1
movswl %di, %esi
cmpl %esi, %ecx
jle LBB67_2
## %bb.9: ## in Loop: Header=BB67_4 Depth=1
cmpw $22, %dx
je LBB67_2
## %bb.10: ## in Loop: Header=BB67_4 Depth=1
movl %edi, %r13d
leal 1(%rdi), %edx
xorl %r10d, %r10d
movl %edx, %edi
jmp LBB67_3
LBB67_13:
cmpw $22, %r10w
movl $65535, %eax ## imm = 0xFFFF
cmovel %edi, %eax
movl %eax, %edi
LBB67_14:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB67_16
LBB67_15:
movw $-1, %di
xorl %r13d, %r13d
LBB67_16:
movw %di, (%rbx)
movw %r13w, 2(%rbx)
movw $0, 16(%rbx)
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_68_search ## -- Begin function regex_68_search
.p2align 4, 0x90
_regex_68_search: ## @regex_68_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r13
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB68_15
## %bb.1:
movq %rbx, -48(%rbp) ## 8-byte Spill
movswl %ax, %r14d
leal -1(%r14), %edx
xorl %r15d, %r15d
movl $11, %r8d
movl $12, %r9d
movl $13, %r10d
movl $14, %r11d
xorl %ecx, %ecx
xorl %esi, %esi
jmp LBB68_4
.p2align 4, 0x90
LBB68_2: ## in Loop: Header=BB68_4 Depth=1
movl %edi, %r15d
LBB68_3: ## in Loop: Header=BB68_4 Depth=1
incl %esi
movswl %si, %eax
cmpl %eax, %r14d
jle LBB68_13
LBB68_4: ## =>This Inner Loop Header: Depth=1
movswq %si, %rdi
movzbl (%r13,%rdi), %r12d
testw %r15w, %r15w
sete %bl
cmpb $109, %r12b
sete %al
andb %bl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $117, %r12b
movl %eax, %edi
movl $2, %ebx
cmovel %ebx, %edi
cmpw $1, %r15w
cmovnel %eax, %edi
cmpb $108, %r12b
movl %edi, %eax
movl $3, %ebx
cmovel %ebx, %eax
cmpw $2, %r15w
cmovnel %edi, %eax
cmpb $116, %r12b
movl %eax, %edi
movl $4, %ebx
cmovel %ebx, %edi
cmpw $3, %r15w
cmovnel %eax, %edi
cmpb $105, %r12b
movl %edi, %eax
movl $5, %ebx
cmovel %ebx, %eax
cmpw $4, %r15w
cmovnel %edi, %eax
cmpb $112, %r12b
movl %eax, %edi
movl $6, %ebx
cmovel %ebx, %edi
cmpw $5, %r15w
cmovnel %eax, %edi
cmpb $108, %r12b
movl %edi, %eax
movl $7, %ebx
cmovel %ebx, %eax
cmpw $6, %r15w
cmovnel %edi, %eax
cmpb $101, %r12b
movl %eax, %edi
movl $8, %ebx
cmovel %ebx, %edi
cmpw $7, %r15w
cmovnel %eax, %edi
cmpb $32, %r12b
movl %edi, %eax
movl $9, %ebx
cmovel %ebx, %eax
cmpw $8, %r15w
cmovnel %edi, %eax
cmpb $119, %r12b
movl %eax, %edi
movl $10, %ebx
cmovel %ebx, %edi
cmpw $9, %r15w
cmovnel %eax, %edi
cmpb $111, %r12b
movl %edi, %eax
cmovel %r8d, %eax
cmpw $10, %r15w
cmovnel %edi, %eax
cmpb $114, %r12b
movl %eax, %edi
cmovel %r9d, %edi
cmpw $11, %r15w
cmovnel %eax, %edi
cmpb $100, %r12b
movl %edi, %eax
cmovel %r10d, %eax
cmpw $12, %r15w
cmovnel %edi, %eax
cmpb $115, %r12b
movl %eax, %edi
cmovel %r11d, %edi
cmpw $13, %r15w
cmovnel %eax, %edi
cmpw $-1, %di
jne LBB68_7
## %bb.5: ## in Loop: Header=BB68_4 Depth=1
cmpw $14, %r15w
je LBB68_14
## %bb.6: ## in Loop: Header=BB68_4 Depth=1
movl %ecx, %esi
leal 1(%rcx), %eax
xorl %edi, %edi
movl %eax, %ecx
LBB68_7: ## in Loop: Header=BB68_4 Depth=1
movswl %si, %eax
cmpl %eax, %edx
jne LBB68_2
## %bb.8: ## in Loop: Header=BB68_4 Depth=1
movswl %cx, %eax
cmpl %eax, %edx
jle LBB68_2
## %bb.9: ## in Loop: Header=BB68_4 Depth=1
cmpw $14, %di
je LBB68_2
## %bb.10: ## in Loop: Header=BB68_4 Depth=1
movl %ecx, %esi
leal 1(%rcx), %eax
xorl %r15d, %r15d
movl %eax, %ecx
jmp LBB68_3
LBB68_13:
cmpw $14, %r15w
movl $65535, %eax ## imm = 0xFFFF
cmovel %ecx, %eax
movl %eax, %ecx
LBB68_14:
movq -48(%rbp), %rbx ## 8-byte Reload
jmp LBB68_16
LBB68_15:
movw $-1, %cx
xorl %esi, %esi
LBB68_16:
movw %cx, (%rbx)
movw %si, 2(%rbx)
movw $0, 16(%rbx)
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_69_search ## -- Begin function regex_69_search
.p2align 4, 0x90
_regex_69_search: ## @regex_69_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB69_3
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB69_43
## %bb.2:
movq $-1, (%rax)
LBB69_3:
movl %ebx, %eax
shll $16, %eax
xorl %r8d, %r8d
testl %eax, %eax
movq %r14, -48(%rbp) ## 8-byte Spill
jle LBB69_39
## %bb.4:
movswl %bx, %r10d
movq 8(%r14), %rsi
leal -1(%r10), %r13d
movw $-1, %r11w
xorl %r9d, %r9d
xorl %edi, %edi
xorl %eax, %eax
xorl %ebx, %ebx
xorl %ecx, %ecx
jmp LBB69_7
.p2align 4, 0x90
LBB69_5: ## in Loop: Header=BB69_7 Depth=1
movl %ebx, %edx
LBB69_6: ## in Loop: Header=BB69_7 Depth=1
incl %ecx
movswl %cx, %r14d
movl %edx, %ebx
cmpl %r14d, %r10d
jle LBB69_41
LBB69_7: ## =>This Inner Loop Header: Depth=1
movswq %cx, %rdx
movzbl (%r15,%rdx), %edx
cmpw $2, %ax
je LBB69_16
## %bb.8: ## in Loop: Header=BB69_7 Depth=1
cmpw $1, %ax
je LBB69_10
## %bb.9: ## in Loop: Header=BB69_7 Depth=1
testw %ax, %ax
jne LBB69_16
LBB69_10: ## in Loop: Header=BB69_7 Depth=1
testw %r12w, %r12w
je LBB69_26
## %bb.11: ## in Loop: Header=BB69_7 Depth=1
testw %di, %di
je LBB69_13
## %bb.12: ## in Loop: Header=BB69_7 Depth=1
cmpw 2(%rsi), %cx
jle LBB69_14
LBB69_13: ## in Loop: Header=BB69_7 Depth=1
movw %cx, (%rsi)
LBB69_14: ## in Loop: Header=BB69_7 Depth=1
leal 1(%rcx), %eax
movw %ax, 2(%rsi)
movw $1, %ax
cmpb $99, %dl
jne LBB69_15
## %bb.27: ## in Loop: Header=BB69_7 Depth=1
movzwl %cx, %eax
cmpl $32767, %eax ## imm = 0x7FFF
jne LBB69_29
LBB69_28: ## in Loop: Header=BB69_7 Depth=1
movw %cx, (%rsi)
LBB69_29: ## in Loop: Header=BB69_7 Depth=1
leal 1(%rcx), %eax
movw %ax, 2(%rsi)
movw $1, %di
movw $2, %ax
jmp LBB69_32
.p2align 4, 0x90
LBB69_16: ## in Loop: Header=BB69_7 Depth=1
testw %r12w, %r12w
je LBB69_30
## %bb.17: ## in Loop: Header=BB69_7 Depth=1
testw %di, %di
je LBB69_19
## %bb.18: ## in Loop: Header=BB69_7 Depth=1
cmpw 2(%rsi), %cx
jle LBB69_20
LBB69_19: ## in Loop: Header=BB69_7 Depth=1
movw %cx, (%rsi)
LBB69_20: ## in Loop: Header=BB69_7 Depth=1
testw %r9w, %r9w
je LBB69_22
## %bb.21: ## in Loop: Header=BB69_7 Depth=1
cmpw 6(%rsi), %cx
jle LBB69_23
LBB69_22: ## in Loop: Header=BB69_7 Depth=1
movw %cx, 4(%rsi)
LBB69_23: ## in Loop: Header=BB69_7 Depth=1
leal 1(%rcx), %eax
movw %ax, 2(%rsi)
movw %ax, 6(%rsi)
cmpb $99, %dl
jne LBB69_31
## %bb.24: ## in Loop: Header=BB69_7 Depth=1
movzwl %cx, %eax
movw $1, %r9w
movl %ecx, %r11d
cmpl $32767, %eax ## imm = 0x7FFF
je LBB69_28
jmp LBB69_29
LBB69_26: ## in Loop: Header=BB69_7 Depth=1
xorl %eax, %eax
cmpb $99, %dl
sete %al
incl %eax
jmp LBB69_32
LBB69_30: ## in Loop: Header=BB69_7 Depth=1
xorl %eax, %eax
cmpb $99, %dl
sete %al
xorl $3, %eax
movl %ecx, %r11d
jmp LBB69_32
LBB69_15: ## in Loop: Header=BB69_7 Depth=1
movw $1, %di
jmp LBB69_32
LBB69_31: ## in Loop: Header=BB69_7 Depth=1
movw $1, %di
movw $3, %ax
movl %ecx, %r11d
movw $1, %r9w
.p2align 4, 0x90
LBB69_32: ## in Loop: Header=BB69_7 Depth=1
movswl %cx, %edx
cmpl %edx, %r13d
jne LBB69_5
## %bb.33: ## in Loop: Header=BB69_7 Depth=1
movswl %bx, %edx
cmpl %edx, %r13d
jle LBB69_5
## %bb.34: ## in Loop: Header=BB69_7 Depth=1
movzwl %ax, %edx
andl $-2, %edx
testw %dx, %dx
jne LBB69_5
## %bb.35: ## in Loop: Header=BB69_7 Depth=1
testw %r11w, %r11w
jns LBB69_40
## %bb.36: ## in Loop: Header=BB69_7 Depth=1
leal 1(%rbx), %edx
testw %r12w, %r12w
je LBB69_38
## %bb.37: ## in Loop: Header=BB69_7 Depth=1
movq $-1, (%rsi)
xorl %eax, %eax
movl %ebx, %ecx
xorl %edi, %edi
xorl %r9d, %r9d
jmp LBB69_6
LBB69_38: ## in Loop: Header=BB69_7 Depth=1
xorl %eax, %eax
movl %ebx, %ecx
jmp LBB69_6
LBB69_39:
movw $-1, %r11w
xorl %ecx, %ecx
xorl %edx, %edx
xorl %eax, %eax
jmp LBB69_41
LBB69_40:
movl %ebx, %edx
LBB69_41:
movzwl %ax, %eax
andl $-2, %eax
cmpw $1, %ax
sbbl %r8d, %r8d
orl %edx, %r8d
cmpw $-1, %r11w
cmovnel %edx, %r8d
movq -48(%rbp), %rax ## 8-byte Reload
movw %r8w, (%rax)
cmovel %ecx, %r11d
movw %r11w, 2(%rax)
movw $2, 16(%rax)
LBB69_42:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB69_43:
callq _regex_69_search.cold.1
movq %r14, %rax
jmp LBB69_42
.cfi_endproc
## -- End function
.globl _regex_70_search ## -- Begin function regex_70_search
.p2align 4, 0x90
_regex_70_search: ## @regex_70_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB70_3
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB70_63
## %bb.2:
movq $-1, (%rax)
LBB70_3:
movl %ebx, %eax
shll $16, %eax
testl %eax, %eax
movq %r14, -56(%rbp) ## 8-byte Spill
jle LBB70_59
## %bb.4:
movswl %bx, %r13d
movq 8(%r14), %rdx
leal -1(%r13), %r9d
movw $-1, %ax
movl %eax, -44(%rbp) ## 4-byte Spill
leaq LJTI70_0(%rip), %r10
xorl %r14d, %r14d
xorl %r11d, %r11d
xorl %ecx, %ecx
xorl %edi, %edi
xorl %ebx, %ebx
jmp LBB70_7
.p2align 4, 0x90
LBB70_5: ## in Loop: Header=BB70_7 Depth=1
movl %edi, %eax
LBB70_6: ## in Loop: Header=BB70_7 Depth=1
incl %ebx
movswl %bx, %esi
movl %eax, %edi
cmpl %esi, %r13d
jle LBB70_61
LBB70_7: ## =>This Inner Loop Header: Depth=1
movswq %bx, %rax
movzbl (%r15,%rax), %r8d
cmpw $5, %cx
ja LBB70_25
## %bb.8: ## in Loop: Header=BB70_7 Depth=1
movzwl %cx, %eax
movslq (%r10,%rax,4), %rax
addq %r10, %rax
jmpq *%rax
LBB70_9: ## in Loop: Header=BB70_7 Depth=1
testw %r12w, %r12w
je LBB70_39
## %bb.10: ## in Loop: Header=BB70_7 Depth=1
testw %r11w, %r11w
je LBB70_12
## %bb.11: ## in Loop: Header=BB70_7 Depth=1
cmpw 2(%rdx), %bx
jle LBB70_13
LBB70_12: ## in Loop: Header=BB70_7 Depth=1
movw %bx, (%rdx)
movw $1, %r11w
LBB70_13: ## in Loop: Header=BB70_7 Depth=1
leal 1(%rbx), %eax
movw %ax, 2(%rdx)
movw $2, %cx
cmpb $59, %r8b
jne LBB70_50
## %bb.14: ## in Loop: Header=BB70_7 Depth=1
movzwl %bx, %ecx
cmpl $32767, %ecx ## imm = 0x7FFF
jne LBB70_16
## %bb.15: ## in Loop: Header=BB70_7 Depth=1
movw %bx, (%rdx)
movw $1, %r11w
LBB70_16: ## in Loop: Header=BB70_7 Depth=1
movw %ax, 2(%rdx)
movw $3, %cx
jmp LBB70_50
.p2align 4, 0x90
LBB70_17: ## in Loop: Header=BB70_7 Depth=1
testw %r12w, %r12w
je LBB70_40
## %bb.18: ## in Loop: Header=BB70_7 Depth=1
testw %r14w, %r14w
je LBB70_20
## %bb.19: ## in Loop: Header=BB70_7 Depth=1
cmpw 6(%rdx), %bx
jle LBB70_21
LBB70_20: ## in Loop: Header=BB70_7 Depth=1
movw %bx, 4(%rdx)
LBB70_21: ## in Loop: Header=BB70_7 Depth=1
leal 1(%rbx), %eax
movw %ax, 6(%rdx)
movw $1, %r14w
movw $5, %cx
cmpb $41, %r8b
jne LBB70_50
## %bb.22: ## in Loop: Header=BB70_7 Depth=1
movzwl %bx, %ecx
cmpl $32767, %ecx ## imm = 0x7FFF
jne LBB70_24
## %bb.23: ## in Loop: Header=BB70_7 Depth=1
movw %bx, 4(%rdx)
LBB70_24: ## in Loop: Header=BB70_7 Depth=1
movw %ax, 6(%rdx)
movw $6, %cx
jmp LBB70_50
LBB70_25: ## in Loop: Header=BB70_7 Depth=1
testw %r12w, %r12w
je LBB70_41
## %bb.26: ## in Loop: Header=BB70_7 Depth=1
testw %r14w, %r14w
je LBB70_28
## %bb.27: ## in Loop: Header=BB70_7 Depth=1
cmpw 6(%rdx), %bx
jle LBB70_29
LBB70_28: ## in Loop: Header=BB70_7 Depth=1
movw %bx, 4(%rdx)
LBB70_29: ## in Loop: Header=BB70_7 Depth=1
leal 1(%rbx), %eax
movw %ax, 6(%rdx)
movw $1, %r14w
movw $5, %cx
cmpb $41, %r8b
jne LBB70_42
## %bb.30: ## in Loop: Header=BB70_7 Depth=1
movzwl %bx, %ecx
cmpl $32767, %ecx ## imm = 0x7FFF
jne LBB70_32
## %bb.31: ## in Loop: Header=BB70_7 Depth=1
movw %bx, 4(%rdx)
LBB70_32: ## in Loop: Header=BB70_7 Depth=1
movw %ax, 6(%rdx)
movw $6, %cx
jmp LBB70_42
LBB70_33: ## in Loop: Header=BB70_7 Depth=1
testw %r12w, %r12w
setne %al
cmpb $40, %r8b
setne %cl
testb %cl, %al
movl $0, %eax
cmovnel %eax, %r11d
cmovnel %eax, %r14d
movw $1, %cx
cmpb $40, %r8b
je LBB70_50
## %bb.34: ## in Loop: Header=BB70_7 Depth=1
leal 1(%rdi), %eax
movw $-1, %cx
movl %ecx, -44(%rbp) ## 4-byte Spill
testw %r12w, %r12w
je LBB70_49
## %bb.35: ## in Loop: Header=BB70_7 Depth=1
movq $-1, (%rdx)
xorl %ecx, %ecx
movl %edi, %ebx
movl %eax, %edi
xorl %r11d, %r11d
xorl %r14d, %r14d
jmp LBB70_50
LBB70_36: ## in Loop: Header=BB70_7 Depth=1
cmpb $32, %r8b
je LBB70_43
## %bb.37: ## in Loop: Header=BB70_7 Depth=1
cmpb $59, %r8b
jne LBB70_44
## %bb.38: ## in Loop: Header=BB70_7 Depth=1
movw $3, %cx
testw %r12w, %r12w
jne LBB70_45
jmp LBB70_50
LBB70_39: ## in Loop: Header=BB70_7 Depth=1
xorl %ecx, %ecx
cmpb $59, %r8b
sete %cl
orl $2, %ecx
jmp LBB70_50
LBB70_40: ## in Loop: Header=BB70_7 Depth=1
xorl %ecx, %ecx
cmpb $41, %r8b
sete %cl
addl $5, %ecx
jmp LBB70_50
LBB70_41: ## in Loop: Header=BB70_7 Depth=1
xorl %ecx, %ecx
cmpb $41, %r8b
sete %cl
addl $5, %ecx
LBB70_42: ## in Loop: Header=BB70_7 Depth=1
movl %ebx, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
jmp LBB70_50
LBB70_43: ## in Loop: Header=BB70_7 Depth=1
movw $4, %cx
jmp LBB70_50
LBB70_44: ## in Loop: Header=BB70_7 Depth=1
movw $2, %cx
testw %r12w, %r12w
je LBB70_50
LBB70_45: ## in Loop: Header=BB70_7 Depth=1
testw %r11w, %r11w
je LBB70_47
## %bb.46: ## in Loop: Header=BB70_7 Depth=1
cmpw 2(%rdx), %bx
jle LBB70_48
LBB70_47: ## in Loop: Header=BB70_7 Depth=1
movw %bx, (%rdx)
movw $1, %r11w
LBB70_48: ## in Loop: Header=BB70_7 Depth=1
leal 1(%rbx), %eax
movw %ax, 2(%rdx)
jmp LBB70_50
LBB70_49: ## in Loop: Header=BB70_7 Depth=1
xorl %ecx, %ecx
movl %edi, %ebx
movl %eax, %edi
.p2align 4, 0x90
LBB70_50: ## in Loop: Header=BB70_7 Depth=1
movswl %bx, %eax
cmpl %eax, %r9d
jne LBB70_5
## %bb.51: ## in Loop: Header=BB70_7 Depth=1
movswl %di, %eax
cmpl %eax, %r9d
jle LBB70_5
## %bb.52: ## in Loop: Header=BB70_7 Depth=1
cmpw $6, %cx
je LBB70_5
## %bb.53: ## in Loop: Header=BB70_7 Depth=1
cmpw $0, -44(%rbp) ## 2-byte Folded Reload
jns LBB70_60
## %bb.54: ## in Loop: Header=BB70_7 Depth=1
leal 1(%rdi), %eax
testw %r12w, %r12w
je LBB70_58
## %bb.55: ## in Loop: Header=BB70_7 Depth=1
movq $-1, (%rdx)
xorl %ecx, %ecx
movl %edi, %ebx
xorl %r11d, %r11d
xorl %r14d, %r14d
jmp LBB70_6
LBB70_58: ## in Loop: Header=BB70_7 Depth=1
xorl %ecx, %ecx
movl %edi, %ebx
jmp LBB70_6
LBB70_59:
movw $-1, %ax
movl %eax, -44(%rbp) ## 4-byte Spill
xorl %ebx, %ebx
xorl %eax, %eax
xorl %ecx, %ecx
jmp LBB70_61
LBB70_60:
movl %edi, %eax
LBB70_61:
cmpw $6, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl -44(%rbp), %edx ## 4-byte Reload
cmpw $-1, %dx
cmovnel %eax, %ecx
movq -56(%rbp), %rax ## 8-byte Reload
movw %cx, (%rax)
cmovel %ebx, %edx
movw %dx, 2(%rax)
movw $2, 16(%rax)
LBB70_62:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB70_63:
callq _regex_70_search.cold.1
movq %r14, %rax
jmp LBB70_62
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L70_0_set_33, LBB70_33-LJTI70_0
.set L70_0_set_9, LBB70_9-LJTI70_0
.set L70_0_set_36, LBB70_36-LJTI70_0
.set L70_0_set_17, LBB70_17-LJTI70_0
LJTI70_0:
.long L70_0_set_33
.long L70_0_set_9
.long L70_0_set_9
.long L70_0_set_36
.long L70_0_set_17
.long L70_0_set_17
.end_data_region
## -- End function
.globl _regex_71_search ## -- Begin function regex_71_search
.p2align 4, 0x90
_regex_71_search: ## @regex_71_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB71_1
## %bb.2:
movswl %ax, %r8d
leal -1(%r8), %r9d
xorl %r10d, %r10d
xorl %edi, %edi
xorl %edx, %edx
jmp LBB71_3
.p2align 4, 0x90
LBB71_10: ## in Loop: Header=BB71_3 Depth=1
movzbl %cl, %eax
addl %eax, %edi
movl %esi, %edx
LBB71_11: ## in Loop: Header=BB71_3 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r8d
jle LBB71_12
LBB71_3: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rcx
testw %r10w, %r10w
setne %al
cmpb $107, (%r15,%rcx)
setne %bl
orb %al, %bl
cmpb $1, %bl
jne LBB71_4
## %bb.5: ## in Loop: Header=BB71_3 Depth=1
cmpw $1, %r10w
je LBB71_13
## %bb.6: ## in Loop: Header=BB71_3 Depth=1
movl %edi, %edx
leal 1(%rdi), %eax
xorl %r10d, %r10d
movl %eax, %edi
jmp LBB71_7
.p2align 4, 0x90
LBB71_4: ## in Loop: Header=BB71_3 Depth=1
movw $1, %r10w
LBB71_7: ## in Loop: Header=BB71_3 Depth=1
movswl %dx, %eax
cmpl %eax, %r9d
jne LBB71_11
## %bb.8: ## in Loop: Header=BB71_3 Depth=1
movswl %di, %edi
cmpl %edi, %r9d
setg %cl
movl %edi, %esi
andb %bl, %cl
jne LBB71_10
## %bb.9: ## in Loop: Header=BB71_3 Depth=1
movl %edx, %esi
jmp LBB71_10
LBB71_1:
movw $-1, %di
xorl %edx, %edx
jmp LBB71_13
LBB71_12:
testb %bl, %bl
movl $65535, %eax ## imm = 0xFFFF
cmovel %edi, %eax
movl %eax, %edi
LBB71_13:
movw %di, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_72_search ## -- Begin function regex_72_search
.p2align 4, 0x90
_regex_72_search: ## @regex_72_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movl %eax, %ecx
shll $16, %ecx
testl %ecx, %ecx
jle LBB72_14
## %bb.1:
movswl %ax, %r10d
leal -1(%r10), %r11d
xorl %edi, %edi
movl $2, %r8d
movl $3, %r9d
xorl %esi, %esi
xorl %edx, %edx
jmp LBB72_4
.p2align 4, 0x90
LBB72_2: ## in Loop: Header=BB72_4 Depth=1
movl %ebx, %edi
LBB72_3: ## in Loop: Header=BB72_4 Depth=1
incl %edx
movswl %dx, %eax
cmpl %eax, %r10d
jle LBB72_13
LBB72_4: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %ebx
testw %di, %di
sete %cl
cmpb $97, %bl
sete %al
andb %cl, %al
movzbl %al, %eax
addl %eax, %eax
decl %eax
cmpb $45, %bl
movl %eax, %ecx
cmovel %r8d, %ecx
cmpb $99, %bl
cmovel %r9d, %ecx
cmpw $1, %di
cmovnel %eax, %ecx
cmpb $99, %bl
movl %ecx, %ebx
cmovel %r9d, %ebx
cmpw $2, %di
cmovnel %ecx, %ebx
cmpw $-1, %bx
jne LBB72_7
## %bb.5: ## in Loop: Header=BB72_4 Depth=1
cmpw $3, %di
je LBB72_15
## %bb.6: ## in Loop: Header=BB72_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %ebx, %ebx
movl %eax, %esi
LBB72_7: ## in Loop: Header=BB72_4 Depth=1
movswl %dx, %eax
cmpl %eax, %r11d
jne LBB72_2
## %bb.8: ## in Loop: Header=BB72_4 Depth=1
movswl %si, %eax
cmpl %eax, %r11d
jle LBB72_2
## %bb.9: ## in Loop: Header=BB72_4 Depth=1
cmpw $3, %bx
je LBB72_2
## %bb.10: ## in Loop: Header=BB72_4 Depth=1
movl %esi, %edx
leal 1(%rsi), %eax
xorl %edi, %edi
movl %eax, %esi
jmp LBB72_3
LBB72_13:
cmpw $3, %di
movl $65535, %eax ## imm = 0xFFFF
cmovel %esi, %eax
movl %eax, %esi
jmp LBB72_15
LBB72_14:
movw $-1, %si
xorl %edx, %edx
LBB72_15:
movw %si, (%r14)
movw %dx, 2(%r14)
movw $0, 16(%r14)
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _regex_73_search ## -- Begin function regex_73_search
.p2align 4, 0x90
_regex_73_search: ## @regex_73_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r14d
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r14w, %r14w
je LBB73_3
## %bb.1:
movl $8, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB73_44
## %bb.2:
movq $-1, (%rax)
LBB73_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
movq %rbx, -48(%rbp) ## 8-byte Spill
jle LBB73_38
## %bb.4:
movswl %r12w, %r10d
movq 8(%rbx), %r11
leal -1(%r10), %r13d
movw $-1, %r12w
xorl %r8d, %r8d
xorl %edi, %edi
xorl %ecx, %ecx
xorl %eax, %eax
xorl %edx, %edx
jmp LBB73_7
.p2align 4, 0x90
LBB73_5: ## in Loop: Header=BB73_7 Depth=1
movl %eax, %ebx
LBB73_6: ## in Loop: Header=BB73_7 Depth=1
incl %edx
movswl %dx, %esi
movl %ebx, %eax
cmpl %esi, %r10d
jle LBB73_42
LBB73_7: ## =>This Inner Loop Header: Depth=1
movswq %dx, %rbx
movzbl (%r15,%rbx), %r9d
cmpw $2, %cx
je LBB73_17
## %bb.8: ## in Loop: Header=BB73_7 Depth=1
cmpw $1, %cx
je LBB73_19
## %bb.9: ## in Loop: Header=BB73_7 Depth=1
testw %cx, %cx
jne LBB73_39
## %bb.10: ## in Loop: Header=BB73_7 Depth=1
xorl %ecx, %ecx
cmpb $97, %r9b
sete %cl
leal -1(%rcx,%rcx), %ecx
jne LBB73_16
## %bb.11: ## in Loop: Header=BB73_7 Depth=1
testw %r14w, %r14w
je LBB73_16
## %bb.12: ## in Loop: Header=BB73_7 Depth=1
testw %di, %di
je LBB73_14
## %bb.13: ## in Loop: Header=BB73_7 Depth=1
cmpw 2(%r11), %dx
jle LBB73_15
LBB73_14: ## in Loop: Header=BB73_7 Depth=1
movw %dx, (%r11)
LBB73_15: ## in Loop: Header=BB73_7 Depth=1
leal 1(%rdx), %ecx
movw %cx, 2(%r11)
movw $1, %cx
movw $1, %di
LBB73_16: ## in Loop: Header=BB73_7 Depth=1
cmpb $97, %r9b
movl $0, %esi
cmovel %r8d, %esi
testw %r14w, %r14w
cmovel %r8d, %esi
movl %esi, %r8d
cmpw $-1, %cx
jne LBB73_29
jmp LBB73_26
.p2align 4, 0x90
LBB73_17: ## in Loop: Header=BB73_7 Depth=1
testw %r14w, %r14w
setne %cl
cmpb $99, %r9b
setne %bl
testb %bl, %cl
movl $0, %ecx
cmovnel %ecx, %edi
cmovnel %ecx, %r8d
cmpb $99, %r9b
jne LBB73_40
## %bb.18: ## in Loop: Header=BB73_7 Depth=1
movw $3, %cx
movl %edx, %r12d
jmp LBB73_29
.p2align 4, 0x90
LBB73_19: ## in Loop: Header=BB73_7 Depth=1
movl $65535, %ecx ## imm = 0xFFFF
cmpb $98, %r9b
movl $2, %esi
cmovel %esi, %ecx
jne LBB73_25
## %bb.20: ## in Loop: Header=BB73_7 Depth=1
testw %r14w, %r14w
je LBB73_25
## %bb.21: ## in Loop: Header=BB73_7 Depth=1
testw %r8w, %r8w
je LBB73_23
## %bb.22: ## in Loop: Header=BB73_7 Depth=1
cmpw 6(%r11), %dx
jle LBB73_24
LBB73_23: ## in Loop: Header=BB73_7 Depth=1
movw %dx, 4(%r11)
movw $1, %r8w
LBB73_24: ## in Loop: Header=BB73_7 Depth=1
leal 1(%rdx), %ecx
movw %cx, 6(%r11)
movw $2, %cx
LBB73_25: ## in Loop: Header=BB73_7 Depth=1
cmpb $98, %r9b
movl $0, %esi
cmovel %edi, %esi
testw %r14w, %r14w
cmovel %edi, %esi
movl %esi, %edi
cmpw $-1, %cx
jne LBB73_29
LBB73_26: ## in Loop: Header=BB73_7 Depth=1
leal 1(%rax), %ebx
movw $-1, %r12w
testw %r14w, %r14w
je LBB73_28
## %bb.27: ## in Loop: Header=BB73_7 Depth=1
movq $-1, (%r11)
xorl %ecx, %ecx
movl %eax, %edx
movl %ebx, %eax
xorl %edi, %edi
xorl %r8d, %r8d
jmp LBB73_29
LBB73_28: ## in Loop: Header=BB73_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edx
movl %ebx, %eax
.p2align 4, 0x90
LBB73_29: ## in Loop: Header=BB73_7 Depth=1
movswl %dx, %esi
cmpl %esi, %r13d
jne LBB73_5
## %bb.30: ## in Loop: Header=BB73_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r13d
jle LBB73_5
## %bb.31: ## in Loop: Header=BB73_7 Depth=1
movl %ecx, %esi
andl $65534, %esi ## imm = 0xFFFE
cmpw $2, %si
je LBB73_5
## %bb.32: ## in Loop: Header=BB73_7 Depth=1
testw %r12w, %r12w
jns LBB73_41
## %bb.33: ## in Loop: Header=BB73_7 Depth=1
leal 1(%rax), %ebx
testw %r14w, %r14w
je LBB73_37
## %bb.34: ## in Loop: Header=BB73_7 Depth=1
movq $-1, (%r11)
xorl %ecx, %ecx
movl %eax, %edx
xorl %edi, %edi
xorl %r8d, %r8d
jmp LBB73_6
LBB73_37: ## in Loop: Header=BB73_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edx
jmp LBB73_6
LBB73_38:
movw $-1, %r12w
xorl %edx, %edx
xorl %ebx, %ebx
xorl %ecx, %ecx
jmp LBB73_42
LBB73_39:
movw $3, %cx
LBB73_41:
movl %eax, %ebx
jmp LBB73_42
LBB73_40:
movw $2, %cx
movl %eax, %ebx
movl %edx, %r12d
LBB73_42:
andl $65534, %ecx ## imm = 0xFFFE
cmpw $2, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %ebx, %ecx
cmpw $-1, %r12w
cmovnel %ebx, %ecx
movq -48(%rbp), %rax ## 8-byte Reload
movw %cx, (%rax)
cmovel %edx, %r12d
movw %r12w, 2(%rax)
movw $2, 16(%rax)
LBB73_43:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB73_44:
callq _regex_73_search.cold.1
movq %rbx, %rax
jmp LBB73_43
.cfi_endproc
## -- End function
.globl _regex_74_search ## -- Begin function regex_74_search
.p2align 4, 0x90
_regex_74_search: ## @regex_74_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB74_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB74_32
## %bb.2:
movl $-1, (%rax)
LBB74_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB74_29
## %bb.4:
movswl %r12w, %r8d
movq 8(%r14), %r9
leal -1(%r8), %r10d
xorl %r11d, %r11d
xorl %ebx, %ebx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB74_7
LBB74_5: ## in Loop: Header=BB74_7 Depth=1
movl $-1, (%r9)
xorl %ebx, %ebx
movl %eax, %edi
movl %edx, %eax
xorl %r11d, %r11d
.p2align 4, 0x90
LBB74_6: ## in Loop: Header=BB74_7 Depth=1
incl %edi
movswl %di, %ecx
cmpl %ecx, %r8d
jle LBB74_28
LBB74_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rdx
movzbl (%r15,%rdx), %edx
testw %bx, %bx
jne LBB74_14
## %bb.8: ## in Loop: Header=BB74_7 Depth=1
cmpb $97, %dl
jne LBB74_14
LBB74_9: ## in Loop: Header=BB74_7 Depth=1
movb $1, %dl
testw %r13w, %r13w
je LBB74_20
## %bb.10: ## in Loop: Header=BB74_7 Depth=1
testw %r11w, %r11w
je LBB74_12
## %bb.11: ## in Loop: Header=BB74_7 Depth=1
cmpw 2(%r9), %di
jle LBB74_13
LBB74_12: ## in Loop: Header=BB74_7 Depth=1
movw %di, (%r9)
LBB74_13: ## in Loop: Header=BB74_7 Depth=1
leal 1(%rdi), %ecx
movw %cx, 2(%r9)
movw $1, %bx
movw $1, %r11w
jmp LBB74_24
.p2align 4, 0x90
LBB74_14: ## in Loop: Header=BB74_7 Depth=1
cmpw $1, %bx
je LBB74_18
## %bb.15: ## in Loop: Header=BB74_7 Depth=1
cmpw $2, %bx
jne LBB74_16
jmp LBB74_30
.p2align 4, 0x90
LBB74_18: ## in Loop: Header=BB74_7 Depth=1
cmpb $97, %dl
je LBB74_9
## %bb.21: ## in Loop: Header=BB74_7 Depth=1
cmpb $120, %dl
jne LBB74_16
## %bb.22: ## in Loop: Header=BB74_7 Depth=1
movw $2, %bx
xorl %edx, %edx
jmp LBB74_24
.p2align 4, 0x90
LBB74_16: ## in Loop: Header=BB74_7 Depth=1
leal 1(%rax), %esi
movb $1, %dl
testw %r13w, %r13w
je LBB74_23
## %bb.17: ## in Loop: Header=BB74_7 Depth=1
movl $-1, (%r9)
xorl %ebx, %ebx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
jmp LBB74_24
.p2align 4, 0x90
LBB74_20: ## in Loop: Header=BB74_7 Depth=1
movw $1, %bx
jmp LBB74_24
LBB74_23: ## in Loop: Header=BB74_7 Depth=1
xorl %ebx, %ebx
movl %eax, %edi
movl %esi, %eax
.p2align 4, 0x90
LBB74_24: ## in Loop: Header=BB74_7 Depth=1
movswl %di, %esi
cmpl %esi, %r10d
jne LBB74_6
## %bb.25: ## in Loop: Header=BB74_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r10d
setle %cl
xorb $1, %dl
orb %cl, %dl
jne LBB74_6
## %bb.26: ## in Loop: Header=BB74_7 Depth=1
leal 1(%rax), %edx
testw %r13w, %r13w
jne LBB74_5
## %bb.27: ## in Loop: Header=BB74_7 Depth=1
xorl %ebx, %ebx
movl %eax, %edi
movl %edx, %eax
jmp LBB74_6
LBB74_28:
cmpw $2, %bx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB74_30
LBB74_29:
movw $-1, %ax
xorl %edi, %edi
LBB74_30:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB74_31:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB74_32:
callq _regex_74_search.cold.1
jmp LBB74_31
.cfi_endproc
## -- End function
.globl _regex_75_search ## -- Begin function regex_75_search
.p2align 4, 0x90
_regex_75_search: ## @regex_75_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB75_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB75_35
## %bb.2:
movl $-1, (%rax)
LBB75_3:
movl %ebx, %eax
shll $16, %eax
testl %eax, %eax
jle LBB75_32
## %bb.4:
movswl %bx, %r8d
movq 8(%r14), %r9
leal -1(%r8), %r10d
xorl %r11d, %r11d
xorl %edx, %edx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB75_7
LBB75_5: ## in Loop: Header=BB75_7 Depth=1
movl $-1, (%r9)
xorl %edx, %edx
movl %eax, %edi
movl %ecx, %eax
xorl %r11d, %r11d
.p2align 4, 0x90
LBB75_6: ## in Loop: Header=BB75_7 Depth=1
incl %edi
movswl %di, %ecx
cmpl %ecx, %r8d
jle LBB75_31
LBB75_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rcx
movzbl (%r15,%rcx), %ecx
cmpw $1, %dx
je LBB75_13
## %bb.8: ## in Loop: Header=BB75_7 Depth=1
testw %dx, %dx
jne LBB75_33
## %bb.9: ## in Loop: Header=BB75_7 Depth=1
cmpb $99, %cl
je LBB75_11
## %bb.10: ## in Loop: Header=BB75_7 Depth=1
cmpb $97, %cl
je LBB75_11
jmp LBB75_17
.p2align 4, 0x90
LBB75_13: ## in Loop: Header=BB75_7 Depth=1
cmpb $120, %cl
je LBB75_20
## %bb.14: ## in Loop: Header=BB75_7 Depth=1
cmpb $99, %cl
je LBB75_11
## %bb.15: ## in Loop: Header=BB75_7 Depth=1
cmpb $97, %cl
jne LBB75_17
LBB75_11: ## in Loop: Header=BB75_7 Depth=1
movb $1, %cl
testw %r12w, %r12w
je LBB75_12
## %bb.22: ## in Loop: Header=BB75_7 Depth=1
testw %r11w, %r11w
je LBB75_24
## %bb.23: ## in Loop: Header=BB75_7 Depth=1
cmpw 2(%r9), %di
jle LBB75_25
LBB75_24: ## in Loop: Header=BB75_7 Depth=1
movw %di, (%r9)
LBB75_25: ## in Loop: Header=BB75_7 Depth=1
leal 1(%rdi), %edx
movw %dx, 2(%r9)
movw $1, %dx
movw $1, %r11w
jmp LBB75_27
.p2align 4, 0x90
LBB75_17: ## in Loop: Header=BB75_7 Depth=1
leal 1(%rax), %esi
movb $1, %cl
testw %r12w, %r12w
je LBB75_26
## %bb.18: ## in Loop: Header=BB75_7 Depth=1
movl $-1, (%r9)
xorl %edx, %edx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
jmp LBB75_27
.p2align 4, 0x90
LBB75_12: ## in Loop: Header=BB75_7 Depth=1
movw $1, %dx
jmp LBB75_27
LBB75_20: ## in Loop: Header=BB75_7 Depth=1
movw $2, %dx
xorl %ecx, %ecx
jmp LBB75_27
LBB75_26: ## in Loop: Header=BB75_7 Depth=1
xorl %edx, %edx
movl %eax, %edi
movl %esi, %eax
.p2align 4, 0x90
LBB75_27: ## in Loop: Header=BB75_7 Depth=1
movswl %di, %esi
cmpl %esi, %r10d
jne LBB75_6
## %bb.28: ## in Loop: Header=BB75_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r10d
setle %bl
xorb $1, %cl
orb %bl, %cl
jne LBB75_6
## %bb.29: ## in Loop: Header=BB75_7 Depth=1
leal 1(%rax), %ecx
testw %r12w, %r12w
jne LBB75_5
## %bb.30: ## in Loop: Header=BB75_7 Depth=1
xorl %edx, %edx
movl %eax, %edi
movl %ecx, %eax
jmp LBB75_6
LBB75_31:
cmpw $2, %dx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB75_33
LBB75_32:
movw $-1, %ax
xorl %edi, %edi
LBB75_33:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB75_34:
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB75_35:
callq _regex_75_search.cold.1
jmp LBB75_34
.cfi_endproc
## -- End function
.globl _regex_76_search ## -- Begin function regex_76_search
.p2align 4, 0x90
_regex_76_search: ## @regex_76_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB76_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB76_54
## %bb.2:
movl $-1, (%rax)
LBB76_3:
movl %ebx, %eax
shll $16, %eax
xorl %esi, %esi
testl %eax, %eax
jle LBB76_51
## %bb.4:
movswl %bx, %r10d
movq 8(%r14), %r8
leal -1(%r10), %r11d
leaq LJTI76_0(%rip), %r9
xorl %edx, %edx
xorl %ebx, %ebx
xorl %eax, %eax
jmp LBB76_7
LBB76_5: ## in Loop: Header=BB76_7 Depth=1
movl $-1, (%r8)
xorl %ebx, %ebx
movl %eax, %esi
movl %ecx, %eax
xorl %edx, %edx
.p2align 4, 0x90
LBB76_6: ## in Loop: Header=BB76_7 Depth=1
incl %esi
movswl %si, %ecx
cmpl %ecx, %r10d
jle LBB76_50
LBB76_7: ## =>This Inner Loop Header: Depth=1
cmpw $6, %bx
ja LBB76_52
## %bb.8: ## in Loop: Header=BB76_7 Depth=1
movswq %si, %rcx
movzbl (%r15,%rcx), %ecx
movzwl %bx, %edi
movslq (%r9,%rdi,4), %rdi
addq %r9, %rdi
jmpq *%rdi
LBB76_9: ## in Loop: Header=BB76_7 Depth=1
cmpb $115, %cl
je LBB76_14
## %bb.10: ## in Loop: Header=BB76_7 Depth=1
cmpb $47, %cl
je LBB76_21
LBB76_11: ## in Loop: Header=BB76_7 Depth=1
testw %r12w, %r12w
je LBB76_12
## %bb.40: ## in Loop: Header=BB76_7 Depth=1
testw %dx, %dx
je LBB76_42
## %bb.41: ## in Loop: Header=BB76_7 Depth=1
movw $1, %bx
cmpw 2(%r8), %si
jle LBB76_43
LBB76_42: ## in Loop: Header=BB76_7 Depth=1
movw %si, (%r8)
movw $1, %bx
jmp LBB76_43
LBB76_19: ## in Loop: Header=BB76_7 Depth=1
cmpb $115, %cl
je LBB76_32
## %bb.20: ## in Loop: Header=BB76_7 Depth=1
movw $-1, %di
cmpb $47, %cl
jne LBB76_37
LBB76_21: ## in Loop: Header=BB76_7 Depth=1
movw $2, %bx
testw %r12w, %r12w
je LBB76_44
## %bb.22: ## in Loop: Header=BB76_7 Depth=1
testw %dx, %dx
je LBB76_24
## %bb.23: ## in Loop: Header=BB76_7 Depth=1
cmpw 2(%r8), %si
jle LBB76_25
LBB76_24: ## in Loop: Header=BB76_7 Depth=1
movw %si, (%r8)
LBB76_25: ## in Loop: Header=BB76_7 Depth=1
leal 1(%rsi), %ecx
movw %cx, 2(%r8)
jmp LBB76_43
LBB76_26: ## in Loop: Header=BB76_7 Depth=1
cmpb $98, %cl
movl $0, %edi
cmovel %edx, %edi
testw %r12w, %r12w
cmovel %edx, %edi
movl %edi, %edx
movw $5, %bx
cmpb $98, %cl
jne LBB76_29
jmp LBB76_44
LBB76_27: ## in Loop: Header=BB76_7 Depth=1
cmpb $49, %cl
movl $0, %edi
cmovel %edx, %edi
testw %r12w, %r12w
cmovel %edx, %edi
movl %edi, %edx
movw $6, %bx
cmpb $49, %cl
jne LBB76_29
jmp LBB76_44
LBB76_28: ## in Loop: Header=BB76_7 Depth=1
cmpb $47, %cl
movl $0, %edi
cmovel %edx, %edi
testw %r12w, %r12w
cmovel %edx, %edi
movl %edi, %edx
movw $7, %bx
cmpb $47, %cl
je LBB76_44
LBB76_29: ## in Loop: Header=BB76_7 Depth=1
leal 1(%rax), %ecx
testw %r12w, %r12w
je LBB76_31
## %bb.30: ## in Loop: Header=BB76_7 Depth=1
movl $-1, (%r8)
xorl %ebx, %ebx
movl %eax, %esi
movl %ecx, %eax
xorl %edx, %edx
jmp LBB76_44
LBB76_14: ## in Loop: Header=BB76_7 Depth=1
movw $3, %bx
testw %r12w, %r12w
je LBB76_44
## %bb.15: ## in Loop: Header=BB76_7 Depth=1
testw %dx, %dx
je LBB76_17
## %bb.16: ## in Loop: Header=BB76_7 Depth=1
movw $1, %dx
cmpw 2(%r8), %si
jle LBB76_44
LBB76_17: ## in Loop: Header=BB76_7 Depth=1
movw %si, (%r8)
LBB76_43: ## in Loop: Header=BB76_7 Depth=1
movw $1, %dx
jmp LBB76_44
LBB76_31: ## in Loop: Header=BB76_7 Depth=1
xorl %ebx, %ebx
movl %eax, %esi
movl %ecx, %eax
jmp LBB76_44
LBB76_12: ## in Loop: Header=BB76_7 Depth=1
movw $1, %bx
jmp LBB76_44
LBB76_32: ## in Loop: Header=BB76_7 Depth=1
testw %r12w, %r12w
je LBB76_49
## %bb.33: ## in Loop: Header=BB76_7 Depth=1
testw %dx, %dx
je LBB76_35
## %bb.34: ## in Loop: Header=BB76_7 Depth=1
cmpw 2(%r8), %si
jle LBB76_36
LBB76_35: ## in Loop: Header=BB76_7 Depth=1
movw %si, (%r8)
LBB76_36: ## in Loop: Header=BB76_7 Depth=1
movw $1, %dx
movw $3, %di
LBB76_37: ## in Loop: Header=BB76_7 Depth=1
movl $4, %ebx
cmpb $117, %cl
je LBB76_39
## %bb.38: ## in Loop: Header=BB76_7 Depth=1
movl %edi, %ebx
LBB76_39: ## in Loop: Header=BB76_7 Depth=1
cmpw $-1, %bx
jne LBB76_44
jmp LBB76_11
LBB76_49: ## in Loop: Header=BB76_7 Depth=1
movw $3, %bx
.p2align 4, 0x90
LBB76_44: ## in Loop: Header=BB76_7 Depth=1
movswl %si, %ecx
cmpl %ecx, %r11d
jne LBB76_6
## %bb.45: ## in Loop: Header=BB76_7 Depth=1
movswl %ax, %ecx
cmpl %ecx, %r11d
jle LBB76_6
## %bb.46: ## in Loop: Header=BB76_7 Depth=1
cmpw $7, %bx
je LBB76_6
## %bb.47: ## in Loop: Header=BB76_7 Depth=1
leal 1(%rax), %ecx
testw %r12w, %r12w
jne LBB76_5
## %bb.48: ## in Loop: Header=BB76_7 Depth=1
xorl %ebx, %ebx
movl %eax, %esi
movl %ecx, %eax
jmp LBB76_6
LBB76_50:
cmpw $7, %bx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB76_52
LBB76_51:
movw $-1, %ax
LBB76_52:
movw %ax, (%r14)
movw %si, 2(%r14)
movw $1, 16(%r14)
LBB76_53:
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB76_54:
callq _regex_76_search.cold.1
jmp LBB76_53
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L76_0_set_9, LBB76_9-LJTI76_0
.set L76_0_set_19, LBB76_19-LJTI76_0
.set L76_0_set_26, LBB76_26-LJTI76_0
.set L76_0_set_27, LBB76_27-LJTI76_0
.set L76_0_set_28, LBB76_28-LJTI76_0
LJTI76_0:
.long L76_0_set_9
.long L76_0_set_9
.long L76_0_set_9
.long L76_0_set_19
.long L76_0_set_26
.long L76_0_set_27
.long L76_0_set_28
.end_data_region
## -- End function
.globl _regex_77_search ## -- Begin function regex_77_search
.p2align 4, 0x90
_regex_77_search: ## @regex_77_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rdi, %rbx
movq %rsi, -56(%rbp) ## 8-byte Spill
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB77_3
## %bb.1:
movl $12, %edi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB77_49
## %bb.2:
movl $-1, 8(%rax)
movq $-1, (%rax)
LBB77_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
movq %rbx, -48(%rbp) ## 8-byte Spill
jle LBB77_45
## %bb.4:
movswl %r12w, %eax
movq 8(%rbx), %r15
movq %rax, -64(%rbp) ## 8-byte Spill
leal -1(%rax), %esi
movw $-1, %r12w
xorl %ecx, %ecx
xorl %r9d, %r9d
xorl %r10d, %r10d
xorl %r14d, %r14d
xorl %eax, %eax
xorl %r8d, %r8d
jmp LBB77_7
.p2align 4, 0x90
LBB77_5: ## in Loop: Header=BB77_7 Depth=1
movl %eax, %edi
LBB77_6: ## in Loop: Header=BB77_7 Depth=1
incl %r8d
movswl %r8w, %edx
movl %edi, %eax
cmpl %edx, -64(%rbp) ## 4-byte Folded Reload
jle LBB77_47
LBB77_7: ## =>This Inner Loop Header: Depth=1
cmpw $5, %r14w
ja LBB77_32
## %bb.8: ## in Loop: Header=BB77_7 Depth=1
movswq %r8w, %rdx
movq -56(%rbp), %rdi ## 8-byte Reload
movzbl (%rdi,%rdx), %r11d
movzwl %r14w, %edx
leaq LJTI77_0(%rip), %rdi
movslq (%rdi,%rdx,4), %rdx
addq %rdi, %rdx
jmpq *%rdx
LBB77_9: ## in Loop: Header=BB77_7 Depth=1
xorl %edx, %edx
cmpb $46, %r11b
setne %dl
leal -1(%rdx,%rdx), %r14d
je LBB77_15
## %bb.10: ## in Loop: Header=BB77_7 Depth=1
testw %r13w, %r13w
je LBB77_15
## %bb.11: ## in Loop: Header=BB77_7 Depth=1
testw %r10w, %r10w
je LBB77_13
## %bb.12: ## in Loop: Header=BB77_7 Depth=1
cmpw 2(%r15), %r8w
jle LBB77_14
LBB77_13: ## in Loop: Header=BB77_7 Depth=1
movw %r8w, (%r15)
LBB77_14: ## in Loop: Header=BB77_7 Depth=1
leal 1(%r8), %edx
movw %dx, 2(%r15)
movw $1, %r14w
movw $1, %r10w
LBB77_15: ## in Loop: Header=BB77_7 Depth=1
testw %r13w, %r13w
setne %dl
cmpb $46, %r11b
movl $2, %edi
cmovel %edi, %r14d
cmpw $-1, %r14w
sete %bl
testb %bl, %dl
movl $0, %edx
cmovnel %edx, %r9d
jmp LBB77_23
.p2align 4, 0x90
LBB77_16: ## in Loop: Header=BB77_7 Depth=1
xorl %edx, %edx
cmpb $58, %r11b
setne %dl
leal -1(,%rdx,4), %r14d
je LBB77_22
## %bb.17: ## in Loop: Header=BB77_7 Depth=1
testw %r13w, %r13w
je LBB77_22
## %bb.18: ## in Loop: Header=BB77_7 Depth=1
testw %r9w, %r9w
je LBB77_20
## %bb.19: ## in Loop: Header=BB77_7 Depth=1
cmpw 6(%r15), %r8w
jle LBB77_21
LBB77_20: ## in Loop: Header=BB77_7 Depth=1
movw %r8w, 4(%r15)
LBB77_21: ## in Loop: Header=BB77_7 Depth=1
leal 1(%r8), %edx
movw %dx, 6(%r15)
movw $1, %r9w
movw $3, %r14w
LBB77_22: ## in Loop: Header=BB77_7 Depth=1
testw %r13w, %r13w
setne %dl
cmpb $58, %r11b
movl $4, %edi
cmovel %edi, %r14d
cmpw $-1, %r14w
sete %bl
testb %bl, %dl
movl $0, %edx
cmovnel %edx, %r10d
LBB77_23: ## in Loop: Header=BB77_7 Depth=1
cmovnel %edx, %ecx
LBB77_24: ## in Loop: Header=BB77_7 Depth=1
cmpw $-1, %r14w
jne LBB77_38
jmp LBB77_29
LBB77_26: ## in Loop: Header=BB77_7 Depth=1
cmpb $32, %r11b
sete %dl
movl $65535, %r14d ## imm = 0xFFFF
movl $5, %edi
cmovel %edi, %r14d
cmpb $84, %r11b
sete %bl
cmovel %edi, %r14d
testw %r13w, %r13w
je LBB77_24
## %bb.27: ## in Loop: Header=BB77_7 Depth=1
xorb %bl, %dl
jne LBB77_24
## %bb.28: ## in Loop: Header=BB77_7 Depth=1
xorl %ecx, %ecx
xorl %r9d, %r9d
xorl %r10d, %r10d
LBB77_29: ## in Loop: Header=BB77_7 Depth=1
leal 1(%rax), %edi
movw $-1, %r12w
testw %r13w, %r13w
je LBB77_50
## %bb.30: ## in Loop: Header=BB77_7 Depth=1
movl $-1, 8(%r15)
movq $-1, (%r15)
xorl %r14d, %r14d
movl %eax, %r8d
movl %edi, %eax
xorl %r10d, %r10d
xorl %r9d, %r9d
xorl %ecx, %ecx
jmp LBB77_38
LBB77_31: ## in Loop: Header=BB77_7 Depth=1
cmpb $32, %r11b
sete %dl
movl $65535, %r14d ## imm = 0xFFFF
movl $5, %edi
cmovel %edi, %r14d
cmpb $84, %r11b
sete %bl
cmovel %edi, %r14d
xorb %dl, %bl
jne LBB77_37
LBB77_32: ## in Loop: Header=BB77_7 Depth=1
movw $6, %r14w
testw %r13w, %r13w
je LBB77_37
## %bb.33: ## in Loop: Header=BB77_7 Depth=1
testw %cx, %cx
je LBB77_35
## %bb.34: ## in Loop: Header=BB77_7 Depth=1
cmpw 10(%r15), %r8w
jle LBB77_36
LBB77_35: ## in Loop: Header=BB77_7 Depth=1
movw %r8w, 8(%r15)
LBB77_36: ## in Loop: Header=BB77_7 Depth=1
leal 1(%r8), %ecx
movw %cx, 10(%r15)
movw $1, %cx
LBB77_37: ## in Loop: Header=BB77_7 Depth=1
movl %r8d, %r12d
jmp LBB77_38
LBB77_50: ## in Loop: Header=BB77_7 Depth=1
xorl %r14d, %r14d
movl %eax, %r8d
movl %edi, %eax
.p2align 4, 0x90
LBB77_38: ## in Loop: Header=BB77_7 Depth=1
movswl %r8w, %edx
cmpl %edx, %esi
jne LBB77_5
## %bb.39: ## in Loop: Header=BB77_7 Depth=1
movswl %ax, %edx
cmpl %edx, %esi
jle LBB77_5
## %bb.40: ## in Loop: Header=BB77_7 Depth=1
leal -5(%r14), %edx
cmpw $2, %dx
jb LBB77_5
## %bb.41: ## in Loop: Header=BB77_7 Depth=1
testw %r12w, %r12w
jns LBB77_46
## %bb.42: ## in Loop: Header=BB77_7 Depth=1
leal 1(%rax), %edi
testw %r13w, %r13w
je LBB77_44
## %bb.43: ## in Loop: Header=BB77_7 Depth=1
movl $-1, 8(%r15)
movq $-1, (%r15)
xorl %r14d, %r14d
movl %eax, %r8d
xorl %r10d, %r10d
xorl %r9d, %r9d
xorl %ecx, %ecx
jmp LBB77_6
LBB77_44: ## in Loop: Header=BB77_7 Depth=1
xorl %r14d, %r14d
movl %eax, %r8d
jmp LBB77_6
LBB77_45:
movw $-1, %r12w
xorl %r8d, %r8d
xorl %edi, %edi
xorl %r14d, %r14d
jmp LBB77_47
LBB77_46:
movl %eax, %edi
LBB77_47:
addl $-5, %r14d
cmpw $2, %r14w
movl $65535, %ecx ## imm = 0xFFFF
cmovbl %edi, %ecx
cmpw $-1, %r12w
cmovnel %edi, %ecx
movq -48(%rbp), %rax ## 8-byte Reload
movw %cx, (%rax)
cmovel %r8d, %r12d
movw %r12w, 2(%rax)
movw $3, 16(%rax)
LBB77_48:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB77_49:
callq _regex_77_search.cold.1
movq %rbx, %rax
jmp LBB77_48
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L77_0_set_9, LBB77_9-LJTI77_0
.set L77_0_set_16, LBB77_16-LJTI77_0
.set L77_0_set_26, LBB77_26-LJTI77_0
.set L77_0_set_31, LBB77_31-LJTI77_0
LJTI77_0:
.long L77_0_set_9
.long L77_0_set_9
.long L77_0_set_16
.long L77_0_set_16
.long L77_0_set_26
.long L77_0_set_31
.end_data_region
## -- End function
.globl _regex_78_search ## -- Begin function regex_78_search
.p2align 4, 0x90
_regex_78_search: ## @regex_78_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB78_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB78_51
## %bb.2:
movl $-1, (%rax)
LBB78_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB78_47
## %bb.4:
movswl %r12w, %r9d
movq 8(%r14), %r10
leal -1(%r9), %r11d
movw $-1, %r8w
xorl %r12d, %r12d
xorl %ecx, %ecx
xorl %edi, %edi
xorl %eax, %eax
jmp LBB78_7
.p2align 4, 0x90
LBB78_5: ## in Loop: Header=BB78_7 Depth=1
movl %edi, %edx
LBB78_6: ## in Loop: Header=BB78_7 Depth=1
incl %eax
movswl %ax, %esi
movl %edx, %edi
cmpl %esi, %r9d
jle LBB78_49
LBB78_7: ## =>This Inner Loop Header: Depth=1
movswq %ax, %rdx
movzbl (%r15,%rdx), %edx
cmpw $1, %cx
je LBB78_12
## %bb.8: ## in Loop: Header=BB78_7 Depth=1
testw %cx, %cx
jne LBB78_18
## %bb.9: ## in Loop: Header=BB78_7 Depth=1
cmpb $78, %dl
je LBB78_10
## %bb.25: ## in Loop: Header=BB78_7 Depth=1
movb $1, %dl
testw %r13w, %r13w
je LBB78_38
## %bb.26: ## in Loop: Header=BB78_7 Depth=1
testw %r12w, %r12w
jne LBB78_27
jmp LBB78_32
.p2align 4, 0x90
LBB78_12: ## in Loop: Header=BB78_7 Depth=1
cmpb $78, %dl
jne LBB78_29
LBB78_10: ## in Loop: Header=BB78_7 Depth=1
movw $2, %cx
testw %r13w, %r13w
je LBB78_11
## %bb.14: ## in Loop: Header=BB78_7 Depth=1
testw %r12w, %r12w
je LBB78_16
## %bb.15: ## in Loop: Header=BB78_7 Depth=1
cmpw 2(%r10), %ax
jle LBB78_17
LBB78_16: ## in Loop: Header=BB78_7 Depth=1
movw %ax, (%r10)
LBB78_17: ## in Loop: Header=BB78_7 Depth=1
leal 1(%rax), %edx
movw %dx, 2(%r10)
movw $1, %r12w
xorl %edx, %edx
jmp LBB78_41
.p2align 4, 0x90
LBB78_18: ## in Loop: Header=BB78_7 Depth=1
cmpb $78, %dl
jne LBB78_33
## %bb.19: ## in Loop: Header=BB78_7 Depth=1
movw $2, %cx
testw %r13w, %r13w
je LBB78_24
## %bb.20: ## in Loop: Header=BB78_7 Depth=1
testw %r12w, %r12w
je LBB78_22
## %bb.21: ## in Loop: Header=BB78_7 Depth=1
cmpw 2(%r10), %ax
jle LBB78_23
LBB78_22: ## in Loop: Header=BB78_7 Depth=1
movw %ax, (%r10)
LBB78_23: ## in Loop: Header=BB78_7 Depth=1
leal 1(%rax), %edx
movw %dx, 2(%r10)
movw $1, %r12w
LBB78_24: ## in Loop: Header=BB78_7 Depth=1
xorl %edx, %edx
jmp LBB78_40
LBB78_29: ## in Loop: Header=BB78_7 Depth=1
movb $1, %dl
testw %r13w, %r13w
je LBB78_38
## %bb.30: ## in Loop: Header=BB78_7 Depth=1
testw %r12w, %r12w
je LBB78_32
LBB78_27: ## in Loop: Header=BB78_7 Depth=1
movw $1, %cx
cmpw 2(%r10), %ax
jle LBB78_28
LBB78_32: ## in Loop: Header=BB78_7 Depth=1
movw %ax, (%r10)
movw $1, %cx
movw $1, %r12w
jmp LBB78_41
LBB78_33: ## in Loop: Header=BB78_7 Depth=1
movb $1, %dl
testw %r13w, %r13w
je LBB78_39
## %bb.34: ## in Loop: Header=BB78_7 Depth=1
testw %r12w, %r12w
je LBB78_36
## %bb.35: ## in Loop: Header=BB78_7 Depth=1
movw $1, %cx
cmpw 2(%r10), %ax
jle LBB78_37
LBB78_36: ## in Loop: Header=BB78_7 Depth=1
movw %ax, (%r10)
movw $1, %cx
LBB78_37: ## in Loop: Header=BB78_7 Depth=1
movl %eax, %r8d
movw $1, %r12w
jmp LBB78_41
LBB78_11: ## in Loop: Header=BB78_7 Depth=1
xorl %edx, %edx
jmp LBB78_41
LBB78_38: ## in Loop: Header=BB78_7 Depth=1
movw $1, %cx
jmp LBB78_41
LBB78_28: ## in Loop: Header=BB78_7 Depth=1
movw $1, %r12w
jmp LBB78_41
LBB78_39: ## in Loop: Header=BB78_7 Depth=1
movw $1, %cx
LBB78_40: ## in Loop: Header=BB78_7 Depth=1
movl %eax, %r8d
LBB78_41: ## in Loop: Header=BB78_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r11d
jne LBB78_5
## %bb.42: ## in Loop: Header=BB78_7 Depth=1
movswl %di, %esi
cmpl %esi, %r11d
setle %bl
xorb $1, %dl
orb %bl, %dl
jne LBB78_5
## %bb.43: ## in Loop: Header=BB78_7 Depth=1
testw %r8w, %r8w
jns LBB78_48
## %bb.44: ## in Loop: Header=BB78_7 Depth=1
leal 1(%rdi), %edx
testw %r13w, %r13w
je LBB78_46
## %bb.45: ## in Loop: Header=BB78_7 Depth=1
movl $-1, (%r10)
xorl %ecx, %ecx
movl %edi, %eax
xorl %r12d, %r12d
jmp LBB78_6
LBB78_46: ## in Loop: Header=BB78_7 Depth=1
xorl %ecx, %ecx
movl %edi, %eax
jmp LBB78_6
LBB78_47:
movw $-1, %r8w
xorl %edx, %edx
xorl %eax, %eax
xorl %ecx, %ecx
jmp LBB78_49
LBB78_48:
movl %edi, %edx
LBB78_49:
cmpw $2, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %edx, %ecx
cmpw $-1, %r8w
cmovnel %edx, %ecx
movw %cx, (%r14)
cmovel %eax, %r8d
movw %r8w, 2(%r14)
movw $1, 16(%r14)
LBB78_50:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB78_51:
callq _regex_78_search.cold.1
jmp LBB78_50
.cfi_endproc
## -- End function
.globl _regex_79_search ## -- Begin function regex_79_search
.p2align 4, 0x90
_regex_79_search: ## @regex_79_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r15d
movq %rsi, %r13
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r15w, %r15w
je LBB79_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB79_30
## %bb.2:
movl $-1, (%rax)
LBB79_3:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB79_27
## %bb.4:
movswl %r12w, %r9d
movq 8(%r14), %r8
leal -1(%r9), %esi
xorl %r10d, %r10d
xorl %edx, %edx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB79_7
LBB79_5: ## in Loop: Header=BB79_7 Depth=1
movl $-1, (%r8)
xorl %edx, %edx
movl %eax, %edi
movl %ecx, %eax
xorl %r10d, %r10d
.p2align 4, 0x90
LBB79_6: ## in Loop: Header=BB79_7 Depth=1
incl %edi
movswl %di, %ecx
cmpl %ecx, %r9d
jle LBB79_26
LBB79_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rcx
movzbl (%r13,%rcx), %ecx
cmpw $1, %dx
je LBB79_9
## %bb.8: ## in Loop: Header=BB79_7 Depth=1
testw %dx, %dx
jne LBB79_28
LBB79_9: ## in Loop: Header=BB79_7 Depth=1
leal -97(%rcx), %edx
cmpb $2, %dl
ja LBB79_13
## %bb.10: ## in Loop: Header=BB79_7 Depth=1
movb $1, %cl
testw %r15w, %r15w
je LBB79_11
## %bb.15: ## in Loop: Header=BB79_7 Depth=1
testw %r10w, %r10w
je LBB79_17
## %bb.16: ## in Loop: Header=BB79_7 Depth=1
cmpw 2(%r8), %di
jle LBB79_18
LBB79_17: ## in Loop: Header=BB79_7 Depth=1
movw %di, (%r8)
LBB79_18: ## in Loop: Header=BB79_7 Depth=1
leal 1(%rdi), %edx
movw %dx, 2(%r8)
movw $1, %dx
movw $1, %r10w
jmp LBB79_22
.p2align 4, 0x90
LBB79_13: ## in Loop: Header=BB79_7 Depth=1
cmpb $120, %cl
jne LBB79_19
## %bb.14: ## in Loop: Header=BB79_7 Depth=1
movw $2, %dx
xorl %ecx, %ecx
jmp LBB79_22
.p2align 4, 0x90
LBB79_19: ## in Loop: Header=BB79_7 Depth=1
leal 1(%rax), %ebx
movb $1, %cl
testw %r15w, %r15w
je LBB79_21
## %bb.20: ## in Loop: Header=BB79_7 Depth=1
movl $-1, (%r8)
xorl %edx, %edx
movl %eax, %edi
movl %ebx, %eax
xorl %r10d, %r10d
jmp LBB79_22
LBB79_11: ## in Loop: Header=BB79_7 Depth=1
movw $1, %dx
jmp LBB79_22
LBB79_21: ## in Loop: Header=BB79_7 Depth=1
xorl %edx, %edx
movl %eax, %edi
movl %ebx, %eax
.p2align 4, 0x90
LBB79_22: ## in Loop: Header=BB79_7 Depth=1
movswl %di, %ebx
cmpl %ebx, %esi
jne LBB79_6
## %bb.23: ## in Loop: Header=BB79_7 Depth=1
movswl %ax, %ebx
cmpl %ebx, %esi
setle %bl
xorb $1, %cl
orb %bl, %cl
jne LBB79_6
## %bb.24: ## in Loop: Header=BB79_7 Depth=1
leal 1(%rax), %ecx
testw %r15w, %r15w
jne LBB79_5
## %bb.25: ## in Loop: Header=BB79_7 Depth=1
xorl %edx, %edx
movl %eax, %edi
movl %ecx, %eax
jmp LBB79_6
LBB79_26:
cmpw $2, %dx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB79_28
LBB79_27:
movw $-1, %ax
xorl %edi, %edi
LBB79_28:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB79_29:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB79_30:
callq _regex_79_search.cold.1
jmp LBB79_29
.cfi_endproc
## -- End function
.globl _regex_80_search ## -- Begin function regex_80_search
.p2align 4, 0x90
_regex_80_search: ## @regex_80_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r12d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %rbx
testw %r12w, %r12w
je LBB80_3
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB80_50
## %bb.2:
movl $-1, (%rax)
LBB80_3:
movl %ebx, %eax
shll $16, %eax
testl %eax, %eax
jle LBB80_45
## %bb.4:
movswl %bx, %r8d
movq 8(%r14), %r10
leal -1(%r8), %r11d
movw $-1, %r9w
xorl %ebx, %ebx
xorl %eax, %eax
xorl %edi, %edi
xorl %esi, %esi
jmp LBB80_7
.p2align 4, 0x90
LBB80_5: ## in Loop: Header=BB80_7 Depth=1
movl %edi, %ecx
LBB80_6: ## in Loop: Header=BB80_7 Depth=1
incl %esi
movswl %si, %edx
movl %ecx, %edi
cmpl %edx, %r8d
jle LBB80_48
LBB80_7: ## =>This Inner Loop Header: Depth=1
movswq %si, %rcx
movzbl (%r15,%rcx), %ecx
cmpw $1, %ax
je LBB80_14
## %bb.8: ## in Loop: Header=BB80_7 Depth=1
testw %ax, %ax
cmpb $120, %cl
jne LBB80_20
## %bb.9: ## in Loop: Header=BB80_7 Depth=1
testw %r12w, %r12w
je LBB80_34
## %bb.10: ## in Loop: Header=BB80_7 Depth=1
testw %bx, %bx
je LBB80_12
## %bb.11: ## in Loop: Header=BB80_7 Depth=1
cmpw 2(%r10), %si
jle LBB80_13
LBB80_12: ## in Loop: Header=BB80_7 Depth=1
movw %si, (%r10)
LBB80_13: ## in Loop: Header=BB80_7 Depth=1
leal 1(%rsi), %eax
movw %ax, 2(%r10)
movw $1, %ax
xorl %ecx, %ecx
movw $1, %bx
jmp LBB80_38
.p2align 4, 0x90
LBB80_14: ## in Loop: Header=BB80_7 Depth=1
cmpb $120, %cl
jne LBB80_26
## %bb.15: ## in Loop: Header=BB80_7 Depth=1
testw %r12w, %r12w
je LBB80_35
## %bb.16: ## in Loop: Header=BB80_7 Depth=1
testw %bx, %bx
je LBB80_18
## %bb.17: ## in Loop: Header=BB80_7 Depth=1
cmpw 2(%r10), %si
jle LBB80_19
LBB80_18: ## in Loop: Header=BB80_7 Depth=1
movw %si, (%r10)
LBB80_19: ## in Loop: Header=BB80_7 Depth=1
leal 1(%rsi), %eax
movw %ax, 2(%r10)
movw $1, %ax
xorl %ecx, %ecx
movl %esi, %r9d
movw $1, %bx
jmp LBB80_38
.p2align 4, 0x90
LBB80_20: ## in Loop: Header=BB80_7 Depth=1
addb $-121, %cl
cmpb $1, %cl
ja LBB80_32
## %bb.21: ## in Loop: Header=BB80_7 Depth=1
movw $2, %ax
movb $1, %cl
testw %r12w, %r12w
je LBB80_38
## %bb.22: ## in Loop: Header=BB80_7 Depth=1
testw %bx, %bx
je LBB80_24
## %bb.23: ## in Loop: Header=BB80_7 Depth=1
cmpw 2(%r10), %si
jle LBB80_25
LBB80_24: ## in Loop: Header=BB80_7 Depth=1
movw %si, (%r10)
LBB80_25: ## in Loop: Header=BB80_7 Depth=1
leal 1(%rsi), %edx
movw %dx, 2(%r10)
movw $1, %bx
jmp LBB80_38
LBB80_26: ## in Loop: Header=BB80_7 Depth=1
addb $-121, %cl
cmpb $1, %cl
ja LBB80_47
## %bb.27: ## in Loop: Header=BB80_7 Depth=1
movw $2, %ax
movb $1, %cl
testw %r12w, %r12w
je LBB80_37
## %bb.28: ## in Loop: Header=BB80_7 Depth=1
testw %bx, %bx
je LBB80_30
## %bb.29: ## in Loop: Header=BB80_7 Depth=1
cmpw 2(%r10), %si
jle LBB80_31
LBB80_30: ## in Loop: Header=BB80_7 Depth=1
movw %si, (%r10)
LBB80_31: ## in Loop: Header=BB80_7 Depth=1
leal 1(%rsi), %edx
movw %dx, 2(%r10)
movw $1, %bx
jmp LBB80_37
LBB80_32: ## in Loop: Header=BB80_7 Depth=1
leal 1(%rdi), %edx
movb $1, %cl
movw $-1, %r9w
testw %r12w, %r12w
je LBB80_36
## %bb.33: ## in Loop: Header=BB80_7 Depth=1
movl $-1, (%r10)
xorl %eax, %eax
movl %edi, %esi
movl %edx, %edi
xorl %ebx, %ebx
jmp LBB80_38
LBB80_34: ## in Loop: Header=BB80_7 Depth=1
movw $1, %ax
xorl %ecx, %ecx
jmp LBB80_38
LBB80_35: ## in Loop: Header=BB80_7 Depth=1
movw $1, %ax
xorl %ecx, %ecx
LBB80_37: ## in Loop: Header=BB80_7 Depth=1
movl %esi, %r9d
jmp LBB80_38
LBB80_36: ## in Loop: Header=BB80_7 Depth=1
xorl %eax, %eax
movl %edi, %esi
movl %edx, %edi
.p2align 4, 0x90
LBB80_38: ## in Loop: Header=BB80_7 Depth=1
movswl %si, %edx
cmpl %edx, %r11d
jne LBB80_5
## %bb.39: ## in Loop: Header=BB80_7 Depth=1
movswl %di, %edx
cmpl %edx, %r11d
setle %dl
xorb $1, %cl
orb %dl, %cl
jne LBB80_5
## %bb.40: ## in Loop: Header=BB80_7 Depth=1
testw %r9w, %r9w
jns LBB80_46
## %bb.41: ## in Loop: Header=BB80_7 Depth=1
leal 1(%rdi), %ecx
testw %r12w, %r12w
je LBB80_44
## %bb.42: ## in Loop: Header=BB80_7 Depth=1
movl $-1, (%r10)
xorl %eax, %eax
movl %edi, %esi
xorl %ebx, %ebx
jmp LBB80_6
LBB80_44: ## in Loop: Header=BB80_7 Depth=1
xorl %eax, %eax
movl %edi, %esi
jmp LBB80_6
LBB80_45:
movw $-1, %r9w
xorl %esi, %esi
xorl %ecx, %ecx
xorl %eax, %eax
jmp LBB80_48
LBB80_46:
movl %edi, %ecx
jmp LBB80_48
LBB80_47:
movw $1, %ax
movl %edi, %ecx
movl %esi, %r9d
LBB80_48:
cmpw $1, %ax
movl $65535, %eax ## imm = 0xFFFF
cmovel %ecx, %eax
cmpw $-1, %r9w
cmovnel %ecx, %eax
movw %ax, (%r14)
cmovel %esi, %r9d
movw %r9w, 2(%r14)
movw $1, 16(%r14)
LBB80_49:
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB80_50:
callq _regex_80_search.cold.1
jmp LBB80_49
.cfi_endproc
## -- End function
.globl _regex_81_search ## -- Begin function regex_81_search
.p2align 4, 0x90
_regex_81_search: ## @regex_81_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB81_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB81_2
## %bb.3:
movl $-1, (%rax)
LBB81_4:
movl %r12d, %eax
shll $16, %eax
testl %eax, %eax
jle LBB81_5
## %bb.6:
movswl %r12w, %r8d
movq 8(%r14), %r9
leal -1(%r8), %esi
xorl %r10d, %r10d
xorl %ebx, %ebx
xorl %eax, %eax
xorl %edi, %edi
jmp LBB81_7
LBB81_35: ## in Loop: Header=BB81_7 Depth=1
movl $-1, (%r9)
xorl %ebx, %ebx
movl %eax, %edi
movl %ecx, %eax
xorl %r10d, %r10d
.p2align 4, 0x90
LBB81_36: ## in Loop: Header=BB81_7 Depth=1
incl %edi
movswl %di, %ecx
cmpl %ecx, %r8d
jle LBB81_37
LBB81_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rcx
movzbl (%r15,%rcx), %edx
testw %bx, %bx
jne LBB81_15
## %bb.8: ## in Loop: Header=BB81_7 Depth=1
cmpb $97, %dl
jne LBB81_15
## %bb.9: ## in Loop: Header=BB81_7 Depth=1
movb $1, %dl
testw %r13w, %r13w
je LBB81_10
## %bb.11: ## in Loop: Header=BB81_7 Depth=1
testw %r10w, %r10w
je LBB81_13
## %bb.12: ## in Loop: Header=BB81_7 Depth=1
cmpw 2(%r9), %di
jle LBB81_14
LBB81_13: ## in Loop: Header=BB81_7 Depth=1
movw %di, (%r9)
LBB81_14: ## in Loop: Header=BB81_7 Depth=1
leal 1(%rdi), %ecx
movw %cx, 2(%r9)
movw $1, %bx
movw $1, %r10w
jmp LBB81_31
.p2align 4, 0x90
LBB81_15: ## in Loop: Header=BB81_7 Depth=1
cmpw $1, %bx
je LBB81_20
## %bb.16: ## in Loop: Header=BB81_7 Depth=1
cmpw $2, %bx
je LBB81_26
## %bb.17: ## in Loop: Header=BB81_7 Depth=1
cmpw $3, %bx
jne LBB81_18
jmp LBB81_38
LBB81_10: ## in Loop: Header=BB81_7 Depth=1
movw $1, %bx
jmp LBB81_31
LBB81_20: ## in Loop: Header=BB81_7 Depth=1
cmpb $97, %dl
je LBB81_21
## %bb.28: ## in Loop: Header=BB81_7 Depth=1
cmpb $98, %dl
jne LBB81_18
LBB81_29: ## in Loop: Header=BB81_7 Depth=1
movw $3, %bx
xorl %edx, %edx
jmp LBB81_31
LBB81_26: ## in Loop: Header=BB81_7 Depth=1
cmpb $97, %dl
jne LBB81_27
LBB81_21: ## in Loop: Header=BB81_7 Depth=1
movw $2, %bx
movb $1, %dl
testw %r13w, %r13w
je LBB81_31
## %bb.22: ## in Loop: Header=BB81_7 Depth=1
testw %r10w, %r10w
je LBB81_24
## %bb.23: ## in Loop: Header=BB81_7 Depth=1
cmpw 2(%r9), %di
jle LBB81_25
LBB81_24: ## in Loop: Header=BB81_7 Depth=1
movw %di, (%r9)
LBB81_25: ## in Loop: Header=BB81_7 Depth=1
leal 1(%rdi), %ecx
movw %cx, 2(%r9)
movw $1, %r10w
jmp LBB81_31
LBB81_27: ## in Loop: Header=BB81_7 Depth=1
andb $-2, %dl
cmpb $98, %dl
je LBB81_29
.p2align 4, 0x90
LBB81_18: ## in Loop: Header=BB81_7 Depth=1
leal 1(%rax), %ecx
movb $1, %dl
testw %r13w, %r13w
je LBB81_19
## %bb.30: ## in Loop: Header=BB81_7 Depth=1
movl $-1, (%r9)
xorl %ebx, %ebx
movl %eax, %edi
movl %ecx, %eax
xorl %r10d, %r10d
jmp LBB81_31
LBB81_19: ## in Loop: Header=BB81_7 Depth=1
xorl %ebx, %ebx
movl %eax, %edi
movl %ecx, %eax
.p2align 4, 0x90
LBB81_31: ## in Loop: Header=BB81_7 Depth=1
movswl %di, %ecx
cmpl %ecx, %esi
jne LBB81_36
## %bb.32: ## in Loop: Header=BB81_7 Depth=1
movswl %ax, %ecx
cmpl %ecx, %esi
setle %cl
xorb $1, %dl
orb %cl, %dl
jne LBB81_36
## %bb.33: ## in Loop: Header=BB81_7 Depth=1
leal 1(%rax), %ecx
testw %r13w, %r13w
jne LBB81_35
## %bb.34: ## in Loop: Header=BB81_7 Depth=1
xorl %ebx, %ebx
movl %eax, %edi
movl %ecx, %eax
jmp LBB81_36
LBB81_37:
cmpw $3, %bx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB81_38
LBB81_5:
movw $-1, %ax
xorl %edi, %edi
LBB81_38:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB81_39:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB81_2:
callq _regex_81_search.cold.1
jmp LBB81_39
.cfi_endproc
## -- End function
.globl _regex_82_search ## -- Begin function regex_82_search
.p2align 4, 0x90
_regex_82_search: ## @regex_82_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r13d
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq _strlen
movq %rax, %r12
testw %r13w, %r13w
je LBB82_4
## %bb.1:
movl $4, %edi
callq _malloc
movq %rax, 8(%r14)
testq %rax, %rax
je LBB82_2
## %bb.3:
movl $-1, (%rax)
LBB82_4:
movl %r12d, %eax
shll $16, %eax
xorl %edi, %edi
testl %eax, %eax
jle LBB82_5
## %bb.6:
movswl %r12w, %r9d
movq 8(%r14), %r8
leal -1(%r9), %r10d
xorl %r11d, %r11d
xorl %ecx, %ecx
xorl %eax, %eax
jmp LBB82_7
LBB82_32: ## in Loop: Header=BB82_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
.p2align 4, 0x90
LBB82_33: ## in Loop: Header=BB82_7 Depth=1
incl %edi
movswl %di, %edx
cmpl %edx, %r9d
jle LBB82_34
LBB82_7: ## =>This Inner Loop Header: Depth=1
movswq %di, %rsi
movzbl (%r15,%rsi), %ebx
cmpw $1, %cx
je LBB82_11
## %bb.8: ## in Loop: Header=BB82_7 Depth=1
testw %cx, %cx
jne LBB82_18
## %bb.9: ## in Loop: Header=BB82_7 Depth=1
cmpb $60, %bl
movl $0, %ecx
cmovel %r11d, %ecx
testw %r13w, %r13w
cmovel %r11d, %ecx
movl %ecx, %r11d
cmpb $60, %bl
jne LBB82_25
## %bb.10: ## in Loop: Header=BB82_7 Depth=1
movw $1, %cx
movb $1, %bl
jmp LBB82_28
.p2align 4, 0x90
LBB82_18: ## in Loop: Header=BB82_7 Depth=1
cmpw $2, %cx
jne LBB82_23
## %bb.19: ## in Loop: Header=BB82_7 Depth=1
cmpb $116, %bl
jne LBB82_23
## %bb.20: ## in Loop: Header=BB82_7 Depth=1
movw $4, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB82_28
## %bb.21: ## in Loop: Header=BB82_7 Depth=1
testw %r11w, %r11w
je LBB82_28
## %bb.22: ## in Loop: Header=BB82_7 Depth=1
leal 1(%rdi), %esi
movw %si, 2(%r8)
jmp LBB82_28
LBB82_23: ## in Loop: Header=BB82_7 Depth=1
cmpw $4, %cx
je LBB82_11
## %bb.24: ## in Loop: Header=BB82_7 Depth=1
cmpw $3, %cx
jne LBB82_25
jmp LBB82_35
.p2align 4, 0x90
LBB82_11: ## in Loop: Header=BB82_7 Depth=1
cmpb $109, %bl
je LBB82_12
## %bb.13: ## in Loop: Header=BB82_7 Depth=1
cmpb $104, %bl
jne LBB82_25
## %bb.14: ## in Loop: Header=BB82_7 Depth=1
movw $2, %cx
movb $1, %bl
testw %r13w, %r13w
je LBB82_28
## %bb.15: ## in Loop: Header=BB82_7 Depth=1
testw %r11w, %r11w
je LBB82_17
## %bb.16: ## in Loop: Header=BB82_7 Depth=1
movw $1, %r11w
cmpw 2(%r8), %di
jle LBB82_28
LBB82_17: ## in Loop: Header=BB82_7 Depth=1
movw %di, (%r8)
movw $1, %r11w
jmp LBB82_28
.p2align 4, 0x90
LBB82_25: ## in Loop: Header=BB82_7 Depth=1
leal 1(%rax), %esi
movb $1, %bl
testw %r13w, %r13w
je LBB82_26
## %bb.27: ## in Loop: Header=BB82_7 Depth=1
movl $-1, (%r8)
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
xorl %r11d, %r11d
jmp LBB82_28
LBB82_26: ## in Loop: Header=BB82_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
jmp LBB82_28
LBB82_12: ## in Loop: Header=BB82_7 Depth=1
movw $3, %cx
xorl %ebx, %ebx
.p2align 4, 0x90
LBB82_28: ## in Loop: Header=BB82_7 Depth=1
movswl %di, %esi
cmpl %esi, %r10d
jne LBB82_33
## %bb.29: ## in Loop: Header=BB82_7 Depth=1
movswl %ax, %esi
cmpl %esi, %r10d
setle %dl
xorb $1, %bl
orb %dl, %bl
jne LBB82_33
## %bb.30: ## in Loop: Header=BB82_7 Depth=1
leal 1(%rax), %esi
testw %r13w, %r13w
jne LBB82_32
## %bb.31: ## in Loop: Header=BB82_7 Depth=1
xorl %ecx, %ecx
movl %eax, %edi
movl %esi, %eax
jmp LBB82_33
LBB82_34:
cmpw $3, %cx
movl $65535, %ecx ## imm = 0xFFFF
cmovel %eax, %ecx
movl %ecx, %eax
jmp LBB82_35
LBB82_5:
movw $-1, %ax
LBB82_35:
movw %ax, (%r14)
movw %di, 2(%r14)
movw $1, 16(%r14)
LBB82_36:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB82_2:
callq _regex_82_search.cold.1
jmp LBB82_36
.cfi_endproc
## -- End function
.globl _print ## -- Begin function print
.p2align 4, 0x90
_print: ## @print
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $32, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %ecx, %ebx
movq %rdx, %rax
movq %rsi, %r14
movq %rdi, %r12
incw _count(%rip)
leaq -56(%rbp), %rdi
movq %r12, %rsi
xorl %edx, %edx
callq *%rax
movswl -56(%rbp), %r15d
cmpw %bx, %r15w
jne LBB83_1
## %bb.2:
incw _matched(%rip)
jmp LBB83_3
LBB83_1:
movswl %bx, %ebx
leaq L_.str.84(%rip), %rdi
movq %r12, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %r15d, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
LBB83_3:
addq $32, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
subq $32, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movw $0, _matched(%rip)
movq _regex(%rip), %r14
movq _regex+8(%rip), %rax
movw $1, _count(%rip)
leaq L_.str.88(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_2
## %bb.1:
leaq L_.str.84(%rip), %rdi
leaq L_.str.88(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_3
LBB84_2:
incw _matched(%rip)
LBB84_3:
movq _regex_2(%rip), %r14
movq _regex_2+8(%rip), %rax
incw _count(%rip)
leaq L_.str.89(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_5
## %bb.4:
leaq L_.str.84(%rip), %rdi
leaq L_.str.89(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_6
LBB84_5:
incw _matched(%rip)
LBB84_6:
movq _regex_2(%rip), %r14
movq _regex_2+8(%rip), %rax
incw _count(%rip)
leaq L_.str.90(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_8
## %bb.7:
leaq L_.str.84(%rip), %rdi
leaq L_.str.90(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_9
LBB84_8:
incw _matched(%rip)
LBB84_9:
movq _regex_3(%rip), %r14
movq _regex_3+8(%rip), %rax
incw _count(%rip)
leaq L_.str.90(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_11
## %bb.10:
leaq L_.str.84(%rip), %rdi
leaq L_.str.90(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_12
LBB84_11:
incw _matched(%rip)
LBB84_12:
movq _regex_3(%rip), %r14
movq _regex_3+8(%rip), %rax
incw _count(%rip)
leaq L_.str.91(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_14
## %bb.13:
leaq L_.str.84(%rip), %rdi
leaq L_.str.91(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_15
LBB84_14:
incw _matched(%rip)
LBB84_15:
movq _regex_3(%rip), %r14
movq _regex_3+8(%rip), %rax
incw _count(%rip)
leaq L_.str.92(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_17
## %bb.16:
leaq L_.str.84(%rip), %rdi
leaq L_.str.92(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_18
LBB84_17:
incw _matched(%rip)
LBB84_18:
movq _regex_3(%rip), %r14
movq _regex_3+8(%rip), %rax
incw _count(%rip)
leaq L_.str.93(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_19
## %bb.20:
incw _matched(%rip)
jmp LBB84_21
LBB84_19:
leaq L_.str.84(%rip), %rdi
leaq L_.str.93(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_21:
movq _regex_4(%rip), %r14
movq _regex_4+8(%rip), %rax
incw _count(%rip)
leaq L_.str.94(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_23
## %bb.22:
leaq L_.str.84(%rip), %rdi
leaq L_.str.94(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_24
LBB84_23:
incw _matched(%rip)
LBB84_24:
movq _regex_5(%rip), %r14
movq _regex_5+8(%rip), %rax
incw _count(%rip)
leaq L_.str.95(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_26
## %bb.25:
leaq L_.str.84(%rip), %rdi
leaq L_.str.95(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_27
LBB84_26:
incw _matched(%rip)
LBB84_27:
movq _regex_5(%rip), %r14
movq _regex_5+8(%rip), %rax
incw _count(%rip)
leaq L_.str.96(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_29
## %bb.28:
leaq L_.str.84(%rip), %rdi
leaq L_.str.96(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_30
LBB84_29:
incw _matched(%rip)
LBB84_30:
movq _regex_5(%rip), %r14
movq _regex_5+8(%rip), %rax
incw _count(%rip)
leaq L_.str.97(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_32
## %bb.31:
leaq L_.str.84(%rip), %rdi
leaq L_.str.97(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_33
LBB84_32:
incw _matched(%rip)
LBB84_33:
movq _regex_5(%rip), %r14
movq _regex_5+8(%rip), %rax
incw _count(%rip)
leaq L_.str.98(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_35
## %bb.34:
leaq L_.str.84(%rip), %rdi
leaq L_.str.98(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_36
LBB84_35:
incw _matched(%rip)
LBB84_36:
movq _regex_6(%rip), %r14
movq _regex_6+8(%rip), %rax
incw _count(%rip)
leaq L_.str.99(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_38
## %bb.37:
leaq L_.str.84(%rip), %rdi
leaq L_.str.99(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_39
LBB84_38:
incw _matched(%rip)
LBB84_39:
movq _regex_7(%rip), %r14
movq _regex_7+8(%rip), %rax
incw _count(%rip)
leaq L_.str.100(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_41
## %bb.40:
leaq L_.str.84(%rip), %rdi
leaq L_.str.100(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_42
LBB84_41:
incw _matched(%rip)
LBB84_42:
movq _regex_8(%rip), %r14
movq _regex_8+8(%rip), %rax
incw _count(%rip)
leaq L_.str.100(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $5, %ebx
jne LBB84_43
## %bb.44:
incw _matched(%rip)
jmp LBB84_45
LBB84_43:
leaq L_.str.84(%rip), %rdi
leaq L_.str.100(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $5, %esi
xorl %eax, %eax
callq _printf
LBB84_45:
movq _regex_9(%rip), %r14
movq _regex_9+8(%rip), %rax
incw _count(%rip)
leaq L_.str.101(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_47
## %bb.46:
leaq L_.str.84(%rip), %rdi
leaq L_.str.101(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_48
LBB84_47:
incw _matched(%rip)
LBB84_48:
movq _regex_10(%rip), %r14
movq _regex_10+8(%rip), %rax
incw _count(%rip)
leaq L_.str.102(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_50
## %bb.49:
leaq L_.str.84(%rip), %rdi
leaq L_.str.102(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_51
LBB84_50:
incw _matched(%rip)
LBB84_51:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_53
## %bb.52:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_54
LBB84_53:
incw _matched(%rip)
LBB84_54:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.104(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_56
## %bb.55:
leaq L_.str.84(%rip), %rdi
leaq L_.str.104(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_57
LBB84_56:
incw _matched(%rip)
LBB84_57:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.105(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_59
## %bb.58:
leaq L_.str.84(%rip), %rdi
leaq L_.str.105(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_60
LBB84_59:
incw _matched(%rip)
LBB84_60:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.106(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_62
## %bb.61:
leaq L_.str.84(%rip), %rdi
leaq L_.str.106(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_63
LBB84_62:
incw _matched(%rip)
LBB84_63:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.107(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_64
## %bb.65:
incw _matched(%rip)
jmp LBB84_66
LBB84_64:
leaq L_.str.84(%rip), %rdi
leaq L_.str.107(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_66:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.108(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $2, %ebx
jne LBB84_67
## %bb.68:
incw _matched(%rip)
jmp LBB84_69
LBB84_67:
leaq L_.str.84(%rip), %rdi
leaq L_.str.108(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $2, %esi
xorl %eax, %eax
callq _printf
LBB84_69:
movq _regex_12(%rip), %r14
movq _regex_12+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_71
## %bb.70:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_72
LBB84_71:
incw _matched(%rip)
LBB84_72:
movq _regex_13(%rip), %r14
movq _regex_13+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_74
## %bb.73:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_75
LBB84_74:
incw _matched(%rip)
LBB84_75:
movq _regex_13(%rip), %r14
movq _regex_13+8(%rip), %rax
incw _count(%rip)
leaq L_.str.109(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_77
## %bb.76:
leaq L_.str.84(%rip), %rdi
leaq L_.str.109(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_78
LBB84_77:
incw _matched(%rip)
LBB84_78:
movq _regex_13(%rip), %r14
movq _regex_13+8(%rip), %rax
incw _count(%rip)
leaq L_.str.110(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_80
## %bb.79:
leaq L_.str.84(%rip), %rdi
leaq L_.str.110(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_81
LBB84_80:
incw _matched(%rip)
LBB84_81:
movq _regex_14(%rip), %r14
movq _regex_14+8(%rip), %rax
incw _count(%rip)
leaq L_.str.109(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_83
## %bb.82:
leaq L_.str.84(%rip), %rdi
leaq L_.str.109(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_84
LBB84_83:
incw _matched(%rip)
LBB84_84:
movq _regex_14(%rip), %r14
movq _regex_14+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_86
## %bb.85:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_87
LBB84_86:
incw _matched(%rip)
LBB84_87:
movq _regex_14(%rip), %r14
movq _regex_14+8(%rip), %rax
incw _count(%rip)
leaq L_.str.111(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_89
## %bb.88:
leaq L_.str.84(%rip), %rdi
leaq L_.str.111(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_90
LBB84_89:
incw _matched(%rip)
LBB84_90:
movq _regex_14(%rip), %r14
movq _regex_14+8(%rip), %rax
incw _count(%rip)
leaq L_.str.110(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_92
## %bb.91:
leaq L_.str.84(%rip), %rdi
leaq L_.str.110(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_93
LBB84_92:
incw _matched(%rip)
LBB84_93:
movq _regex_15(%rip), %r14
movq _regex_15+8(%rip), %rax
incw _count(%rip)
leaq L_.str.109(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_95
## %bb.94:
leaq L_.str.84(%rip), %rdi
leaq L_.str.109(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_96
LBB84_95:
incw _matched(%rip)
LBB84_96:
movq _regex_15(%rip), %r14
movq _regex_15+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_98
## %bb.97:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_99
LBB84_98:
incw _matched(%rip)
LBB84_99:
movq _regex_15(%rip), %r14
movq _regex_15+8(%rip), %rax
incw _count(%rip)
leaq L_.str.110(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_101
## %bb.100:
leaq L_.str.84(%rip), %rdi
leaq L_.str.110(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_102
LBB84_101:
incw _matched(%rip)
LBB84_102:
movq _regex_16(%rip), %r14
movq _regex_16+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_104
## %bb.103:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_105
LBB84_104:
incw _matched(%rip)
LBB84_105:
movq _regex_17(%rip), %r14
movq _regex_17+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_107
## %bb.106:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_108
LBB84_107:
incw _matched(%rip)
LBB84_108:
movq _regex_17(%rip), %r14
movq _regex_17+8(%rip), %rax
incw _count(%rip)
leaq L_.str.112(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_110
## %bb.109:
leaq L_.str.84(%rip), %rdi
leaq L_.str.112(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_111
LBB84_110:
incw _matched(%rip)
LBB84_111:
movq _regex_18(%rip), %r14
movq _regex_18+8(%rip), %rax
incw _count(%rip)
leaq L_.str.112(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_113
## %bb.112:
leaq L_.str.84(%rip), %rdi
leaq L_.str.112(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_114
LBB84_113:
incw _matched(%rip)
LBB84_114:
movq _regex_17(%rip), %r14
movq _regex_17+8(%rip), %rax
incw _count(%rip)
leaq L_.str.113(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_116
## %bb.115:
leaq L_.str.84(%rip), %rdi
leaq L_.str.113(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_117
LBB84_116:
incw _matched(%rip)
LBB84_117:
movq _regex_19(%rip), %r14
movq _regex_19+8(%rip), %rax
incw _count(%rip)
leaq L_.str.113(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_118
## %bb.119:
incw _matched(%rip)
jmp LBB84_120
LBB84_118:
leaq L_.str.84(%rip), %rdi
leaq L_.str.113(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_120:
movq _regex_19(%rip), %r14
movq _regex_19+8(%rip), %rax
incw _count(%rip)
leaq L_.str.114(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $5, %ebx
jne LBB84_121
## %bb.122:
incw _matched(%rip)
jmp LBB84_123
LBB84_121:
leaq L_.str.84(%rip), %rdi
leaq L_.str.114(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $5, %esi
xorl %eax, %eax
callq _printf
LBB84_123:
movq _regex_20(%rip), %r14
movq _regex_20+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_125
## %bb.124:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_126
LBB84_125:
incw _matched(%rip)
LBB84_126:
movq _regex_20(%rip), %r14
movq _regex_20+8(%rip), %rax
incw _count(%rip)
leaq L_.str.105(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_128
## %bb.127:
leaq L_.str.84(%rip), %rdi
leaq L_.str.105(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_129
LBB84_128:
incw _matched(%rip)
LBB84_129:
movq _regex_21(%rip), %r14
movq _regex_21+8(%rip), %rax
incw _count(%rip)
leaq L_.str.115(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_131
## %bb.130:
leaq L_.str.84(%rip), %rdi
leaq L_.str.115(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_132
LBB84_131:
incw _matched(%rip)
LBB84_132:
movq _regex_21(%rip), %r14
movq _regex_21+8(%rip), %rax
incw _count(%rip)
leaq L_.str.116(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_134
## %bb.133:
leaq L_.str.84(%rip), %rdi
leaq L_.str.116(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_135
LBB84_134:
incw _matched(%rip)
LBB84_135:
movq _regex_22(%rip), %r14
movq _regex_22+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_137
## %bb.136:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_138
LBB84_137:
incw _matched(%rip)
LBB84_138:
movq _regex_22(%rip), %r14
movq _regex_22+8(%rip), %rax
incw _count(%rip)
leaq L_.str.117(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_140
## %bb.139:
leaq L_.str.84(%rip), %rdi
leaq L_.str.117(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_141
LBB84_140:
incw _matched(%rip)
LBB84_141:
movq _regex_23(%rip), %r14
movq _regex_23+8(%rip), %rax
incw _count(%rip)
leaq L_.str.117(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_143
## %bb.142:
leaq L_.str.84(%rip), %rdi
leaq L_.str.117(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_144
LBB84_143:
incw _matched(%rip)
LBB84_144:
movq _regex_23(%rip), %r14
movq _regex_23+8(%rip), %rax
incw _count(%rip)
leaq L_.str.118(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_146
## %bb.145:
leaq L_.str.84(%rip), %rdi
leaq L_.str.118(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_147
LBB84_146:
incw _matched(%rip)
LBB84_147:
movq _regex_24(%rip), %r14
movq _regex_24+8(%rip), %rax
incw _count(%rip)
leaq L_.str.119(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_148
## %bb.149:
incw _matched(%rip)
jmp LBB84_150
LBB84_148:
leaq L_.str.84(%rip), %rdi
leaq L_.str.119(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_150:
movq _regex_25(%rip), %r14
movq _regex_25+8(%rip), %rax
incw _count(%rip)
leaq L_.str.120(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_152
## %bb.151:
leaq L_.str.84(%rip), %rdi
leaq L_.str.120(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_153
LBB84_152:
incw _matched(%rip)
LBB84_153:
movq _regex_26(%rip), %r14
movq _regex_26+8(%rip), %rax
incw _count(%rip)
leaq L_.str.120(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_155
## %bb.154:
leaq L_.str.84(%rip), %rdi
leaq L_.str.120(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_156
LBB84_155:
incw _matched(%rip)
LBB84_156:
movq _regex_27(%rip), %r14
movq _regex_27+8(%rip), %rax
incw _count(%rip)
leaq L_.str.121(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_158
## %bb.157:
leaq L_.str.84(%rip), %rdi
leaq L_.str.121(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_159
LBB84_158:
incw _matched(%rip)
LBB84_159:
movq _regex_28(%rip), %r14
movq _regex_28+8(%rip), %rax
incw _count(%rip)
leaq L_.str.122(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_161
## %bb.160:
leaq L_.str.84(%rip), %rdi
leaq L_.str.122(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_162
LBB84_161:
incw _matched(%rip)
LBB84_162:
movq _regex_28(%rip), %r14
movq _regex_28+8(%rip), %rax
incw _count(%rip)
leaq L_.str.117(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_164
## %bb.163:
leaq L_.str.84(%rip), %rdi
leaq L_.str.117(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_165
LBB84_164:
incw _matched(%rip)
LBB84_165:
movq _regex_29(%rip), %r14
movq _regex_29+8(%rip), %rax
incw _count(%rip)
leaq L_.str.123(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_167
## %bb.166:
leaq L_.str.84(%rip), %rdi
leaq L_.str.123(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_168
LBB84_167:
incw _matched(%rip)
LBB84_168:
movq _regex_29(%rip), %r14
movq _regex_29+8(%rip), %rax
incw _count(%rip)
leaq L_.str.124(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_170
## %bb.169:
leaq L_.str.84(%rip), %rdi
leaq L_.str.124(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_171
LBB84_170:
incw _matched(%rip)
LBB84_171:
movq _regex_30(%rip), %r14
movq _regex_30+8(%rip), %rax
incw _count(%rip)
leaq L_.str.125(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_173
## %bb.172:
leaq L_.str.84(%rip), %rdi
leaq L_.str.125(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_174
LBB84_173:
incw _matched(%rip)
LBB84_174:
movq _regex_30(%rip), %r14
movq _regex_30+8(%rip), %rax
incw _count(%rip)
leaq L_.str.123(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_176
## %bb.175:
leaq L_.str.84(%rip), %rdi
leaq L_.str.123(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_177
LBB84_176:
incw _matched(%rip)
LBB84_177:
movq _regex_31(%rip), %r14
movq _regex_31+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_179
## %bb.178:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_180
LBB84_179:
incw _matched(%rip)
LBB84_180:
movq _regex_31(%rip), %r14
movq _regex_31+8(%rip), %rax
incw _count(%rip)
leaq L_.str.126(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_182
## %bb.181:
leaq L_.str.84(%rip), %rdi
leaq L_.str.126(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_183
LBB84_182:
incw _matched(%rip)
LBB84_183:
movq _regex_32(%rip), %r14
movq _regex_32+8(%rip), %rax
incw _count(%rip)
leaq L_.str.127(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_184
## %bb.185:
incw _matched(%rip)
jmp LBB84_186
LBB84_184:
leaq L_.str.84(%rip), %rdi
leaq L_.str.127(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_186:
movq _regex_33(%rip), %r14
movq _regex_33+8(%rip), %rax
incw _count(%rip)
leaq L_.str.128(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_188
## %bb.187:
leaq L_.str.84(%rip), %rdi
leaq L_.str.128(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_189
LBB84_188:
incw _matched(%rip)
LBB84_189:
movq _regex_34(%rip), %r14
movq _regex_34+8(%rip), %rax
incw _count(%rip)
leaq L_.str.129(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_191
## %bb.190:
leaq L_.str.84(%rip), %rdi
leaq L_.str.129(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_192
LBB84_191:
incw _matched(%rip)
LBB84_192:
movq _regex_35(%rip), %r14
movq _regex_35+8(%rip), %rax
incw _count(%rip)
leaq L_.str.130(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_194
## %bb.193:
leaq L_.str.84(%rip), %rdi
leaq L_.str.130(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_195
LBB84_194:
incw _matched(%rip)
LBB84_195:
movq _regex_35(%rip), %r14
movq _regex_35+8(%rip), %rax
incw _count(%rip)
leaq L_.str.131(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_197
## %bb.196:
leaq L_.str.84(%rip), %rdi
leaq L_.str.131(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_198
LBB84_197:
incw _matched(%rip)
LBB84_198:
movq _regex_36(%rip), %r14
movq _regex_36+8(%rip), %rax
incw _count(%rip)
leaq L_.str.132(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_200
## %bb.199:
leaq L_.str.84(%rip), %rdi
leaq L_.str.132(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_201
LBB84_200:
incw _matched(%rip)
LBB84_201:
movq _regex_37(%rip), %r14
movq _regex_37+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_203
## %bb.202:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_204
LBB84_203:
incw _matched(%rip)
LBB84_204:
movq _regex_38(%rip), %r14
movq _regex_38+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_206
## %bb.205:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_207
LBB84_206:
incw _matched(%rip)
LBB84_207:
movq _regex_39(%rip), %r14
movq _regex_39+8(%rip), %rax
incw _count(%rip)
leaq L_.str.133(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $4, %ebx
jne LBB84_208
## %bb.209:
incw _matched(%rip)
jmp LBB84_210
LBB84_208:
leaq L_.str.84(%rip), %rdi
leaq L_.str.133(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $4, %esi
xorl %eax, %eax
callq _printf
LBB84_210:
movq _regex_40(%rip), %r14
movq _regex_40+8(%rip), %rax
incw _count(%rip)
leaq L_.str.130(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_212
## %bb.211:
leaq L_.str.84(%rip), %rdi
leaq L_.str.130(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_213
LBB84_212:
incw _matched(%rip)
LBB84_213:
movq _regex_41(%rip), %r14
movq _regex_41+8(%rip), %rax
incw _count(%rip)
leaq L_.str.130(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_215
## %bb.214:
leaq L_.str.84(%rip), %rdi
leaq L_.str.130(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_216
LBB84_215:
incw _matched(%rip)
LBB84_216:
movq _regex_42(%rip), %r14
movq _regex_42+8(%rip), %rax
incw _count(%rip)
leaq L_.str.130(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_218
## %bb.217:
leaq L_.str.84(%rip), %rdi
leaq L_.str.130(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_219
LBB84_218:
incw _matched(%rip)
LBB84_219:
movq _regex_43(%rip), %r14
movq _regex_43+8(%rip), %rax
incw _count(%rip)
leaq L_.str.134(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_221
## %bb.220:
leaq L_.str.84(%rip), %rdi
leaq L_.str.134(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_222
LBB84_221:
incw _matched(%rip)
LBB84_222:
movq _regex_11(%rip), %r14
movq _regex_11+8(%rip), %rax
incw _count(%rip)
leaq L_.str.135(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_224
## %bb.223:
leaq L_.str.84(%rip), %rdi
leaq L_.str.135(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_225
LBB84_224:
incw _matched(%rip)
LBB84_225:
movq _regex_44(%rip), %r14
movq _regex_44+8(%rip), %rax
incw _count(%rip)
leaq L_.str.135(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_227
## %bb.226:
leaq L_.str.84(%rip), %rdi
leaq L_.str.135(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_228
LBB84_227:
incw _matched(%rip)
LBB84_228:
movq _regex_45(%rip), %r14
movq _regex_45+8(%rip), %rax
incw _count(%rip)
leaq L_.str.136(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_230
## %bb.229:
leaq L_.str.84(%rip), %rdi
leaq L_.str.136(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_231
LBB84_230:
incw _matched(%rip)
LBB84_231:
movq _regex_46(%rip), %r14
movq _regex_46+8(%rip), %rax
incw _count(%rip)
leaq L_.str.137(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_233
## %bb.232:
leaq L_.str.84(%rip), %rdi
leaq L_.str.137(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_234
LBB84_233:
incw _matched(%rip)
LBB84_234:
movq _regex_47(%rip), %r14
movq _regex_47+8(%rip), %rax
incw _count(%rip)
leaq L_.str.138(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_236
## %bb.235:
leaq L_.str.84(%rip), %rdi
leaq L_.str.138(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_237
LBB84_236:
incw _matched(%rip)
LBB84_237:
movq _regex_48(%rip), %r14
movq _regex_48+8(%rip), %rax
incw _count(%rip)
leaq L_.str.139(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_238
## %bb.239:
incw _matched(%rip)
jmp LBB84_240
LBB84_238:
leaq L_.str.84(%rip), %rdi
leaq L_.str.139(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_240:
movq _regex_48(%rip), %r14
movq _regex_48+8(%rip), %rax
incw _count(%rip)
leaq L_.str.140(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_241
## %bb.242:
incw _matched(%rip)
jmp LBB84_243
LBB84_241:
leaq L_.str.84(%rip), %rdi
leaq L_.str.140(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_243:
movq _regex_49(%rip), %r14
movq _regex_49+8(%rip), %rax
incw _count(%rip)
leaq L_.str.141(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $2, %ebx
jne LBB84_244
## %bb.245:
incw _matched(%rip)
jmp LBB84_246
LBB84_244:
leaq L_.str.84(%rip), %rdi
leaq L_.str.141(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $2, %esi
xorl %eax, %eax
callq _printf
LBB84_246:
movq _regex_50(%rip), %r14
movq _regex_50+8(%rip), %rax
incw _count(%rip)
leaq L_.str.142(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_248
## %bb.247:
leaq L_.str.84(%rip), %rdi
leaq L_.str.142(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_249
LBB84_248:
incw _matched(%rip)
LBB84_249:
movq _regex_51(%rip), %r14
movq _regex_51+8(%rip), %rax
incw _count(%rip)
leaq L_.str.141(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_251
## %bb.250:
leaq L_.str.84(%rip), %rdi
leaq L_.str.141(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_252
LBB84_251:
incw _matched(%rip)
LBB84_252:
movq _regex_52(%rip), %r14
movq _regex_52+8(%rip), %rax
incw _count(%rip)
leaq L_.str.143(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $4, %ebx
jne LBB84_253
## %bb.254:
incw _matched(%rip)
jmp LBB84_255
LBB84_253:
leaq L_.str.84(%rip), %rdi
leaq L_.str.143(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $4, %esi
xorl %eax, %eax
callq _printf
LBB84_255:
movq _regex_53(%rip), %r14
movq _regex_53+8(%rip), %rax
incw _count(%rip)
leaq L_.str.126(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_256
## %bb.257:
incw _matched(%rip)
jmp LBB84_258
LBB84_256:
leaq L_.str.84(%rip), %rdi
leaq L_.str.126(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_258:
movq _regex_54(%rip), %r14
movq _regex_54+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_260
## %bb.259:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_261
LBB84_260:
incw _matched(%rip)
LBB84_261:
movq _regex_55(%rip), %r14
movq _regex_55+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_263
## %bb.262:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_264
LBB84_263:
incw _matched(%rip)
LBB84_264:
movq _regex_56(%rip), %r14
movq _regex_56+8(%rip), %rax
incw _count(%rip)
leaq L_.str.126(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_266
## %bb.265:
leaq L_.str.84(%rip), %rdi
leaq L_.str.126(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_267
LBB84_266:
incw _matched(%rip)
LBB84_267:
movq _regex_57(%rip), %r14
movq _regex_57+8(%rip), %rax
incw _count(%rip)
leaq L_.str.126(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_269
## %bb.268:
leaq L_.str.84(%rip), %rdi
leaq L_.str.126(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_270
LBB84_269:
incw _matched(%rip)
LBB84_270:
movq _regex_58(%rip), %r14
movq _regex_58+8(%rip), %rax
incw _count(%rip)
leaq L_.str.126(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_272
## %bb.271:
leaq L_.str.84(%rip), %rdi
leaq L_.str.126(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_273
LBB84_272:
incw _matched(%rip)
LBB84_273:
movq _regex_59(%rip), %r14
movq _regex_59+8(%rip), %rax
incw _count(%rip)
leaq L_.str.144(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_275
## %bb.274:
leaq L_.str.84(%rip), %rdi
leaq L_.str.144(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_276
LBB84_275:
incw _matched(%rip)
LBB84_276:
movq _regex_60(%rip), %r14
movq _regex_60+8(%rip), %rax
incw _count(%rip)
leaq L_.str.144(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_278
## %bb.277:
leaq L_.str.84(%rip), %rdi
leaq L_.str.144(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_279
LBB84_278:
incw _matched(%rip)
LBB84_279:
movq _regex_61(%rip), %r14
movq _regex_61+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_281
## %bb.280:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_282
LBB84_281:
incw _matched(%rip)
LBB84_282:
movq _regex_62(%rip), %r14
movq _regex_62+8(%rip), %rax
incw _count(%rip)
leaq L_.str.126(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_284
## %bb.283:
leaq L_.str.84(%rip), %rdi
leaq L_.str.126(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_285
LBB84_284:
incw _matched(%rip)
LBB84_285:
movq _regex_63(%rip), %r14
movq _regex_63+8(%rip), %rax
incw _count(%rip)
leaq L_.str.145(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_287
## %bb.286:
leaq L_.str.84(%rip), %rdi
leaq L_.str.145(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_288
LBB84_287:
incw _matched(%rip)
LBB84_288:
movq _regex_64(%rip), %r14
movq _regex_64+8(%rip), %rax
incw _count(%rip)
leaq L_.str.146(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_289
## %bb.290:
incw _matched(%rip)
jmp LBB84_291
LBB84_289:
leaq L_.str.84(%rip), %rdi
leaq L_.str.146(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_291:
movq _regex_65(%rip), %r14
movq _regex_65+8(%rip), %rax
incw _count(%rip)
leaq L_.str.147(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_293
## %bb.292:
leaq L_.str.84(%rip), %rdi
leaq L_.str.147(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_294
LBB84_293:
incw _matched(%rip)
LBB84_294:
movq _regex_65(%rip), %r14
movq _regex_65+8(%rip), %rax
incw _count(%rip)
leaq L_.str.148(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_296
## %bb.295:
leaq L_.str.84(%rip), %rdi
leaq L_.str.148(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_297
LBB84_296:
incw _matched(%rip)
LBB84_297:
movq _regex_65(%rip), %r14
movq _regex_65+8(%rip), %rax
incw _count(%rip)
leaq L_.str.149(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_299
## %bb.298:
leaq L_.str.84(%rip), %rdi
leaq L_.str.149(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_300
LBB84_299:
incw _matched(%rip)
LBB84_300:
movq _regex_65(%rip), %r14
movq _regex_65+8(%rip), %rax
incw _count(%rip)
leaq L_.str.150(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_302
## %bb.301:
leaq L_.str.84(%rip), %rdi
leaq L_.str.150(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_303
LBB84_302:
incw _matched(%rip)
LBB84_303:
movq _regex_65(%rip), %r14
movq _regex_65+8(%rip), %rax
incw _count(%rip)
leaq L_.str.151(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $1, %ebx
jne LBB84_304
## %bb.305:
incw _matched(%rip)
jmp LBB84_306
LBB84_304:
leaq L_.str.84(%rip), %rdi
leaq L_.str.151(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
LBB84_306:
movq _regex_66(%rip), %r14
movq _regex_66+8(%rip), %rax
incw _count(%rip)
leaq L_.str.90(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_308
## %bb.307:
leaq L_.str.84(%rip), %rdi
leaq L_.str.90(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_309
LBB84_308:
incw _matched(%rip)
LBB84_309:
movq _regex_67(%rip), %r14
movq _regex_67+8(%rip), %rax
incw _count(%rip)
leaq L_.str.152(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_311
## %bb.310:
leaq L_.str.84(%rip), %rdi
leaq L_.str.152(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_312
LBB84_311:
incw _matched(%rip)
LBB84_312:
movq _regex_68(%rip), %r14
movq _regex_68+8(%rip), %rax
incw _count(%rip)
leaq L_.str.153(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_314
## %bb.313:
leaq L_.str.84(%rip), %rdi
leaq L_.str.153(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_315
LBB84_314:
incw _matched(%rip)
LBB84_315:
movq _regex_69(%rip), %r14
movq _regex_69+8(%rip), %rax
incw _count(%rip)
leaq L_.str.141(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_317
## %bb.316:
leaq L_.str.84(%rip), %rdi
leaq L_.str.141(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_318
LBB84_317:
incw _matched(%rip)
LBB84_318:
movq _regex_70(%rip), %r14
movq _regex_70+8(%rip), %rax
incw _count(%rip)
leaq L_.str.154(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_320
## %bb.319:
leaq L_.str.84(%rip), %rdi
leaq L_.str.154(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_321
LBB84_320:
incw _matched(%rip)
LBB84_321:
movq _regex_71(%rip), %r14
movq _regex_71+8(%rip), %rax
incw _count(%rip)
leaq L_.str.130(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_323
## %bb.322:
leaq L_.str.84(%rip), %rdi
leaq L_.str.130(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_324
LBB84_323:
incw _matched(%rip)
LBB84_324:
movq _regex_72(%rip), %r14
movq _regex_72+8(%rip), %rax
incw _count(%rip)
leaq L_.str.155(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_326
## %bb.325:
leaq L_.str.84(%rip), %rdi
leaq L_.str.155(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_327
LBB84_326:
incw _matched(%rip)
LBB84_327:
movq _regex_73(%rip), %r14
movq _regex_73+8(%rip), %rax
incw _count(%rip)
leaq L_.str.130(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_329
## %bb.328:
leaq L_.str.84(%rip), %rdi
leaq L_.str.130(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_330
LBB84_329:
incw _matched(%rip)
LBB84_330:
movq _regex_74(%rip), %r14
movq _regex_74+8(%rip), %rax
incw _count(%rip)
leaq L_.str.156(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_332
## %bb.331:
leaq L_.str.84(%rip), %rdi
leaq L_.str.156(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_333
LBB84_332:
incw _matched(%rip)
LBB84_333:
movq _regex_75(%rip), %r14
movq _regex_75+8(%rip), %rax
incw _count(%rip)
leaq L_.str.157(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_335
## %bb.334:
leaq L_.str.84(%rip), %rdi
leaq L_.str.157(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_336
LBB84_335:
incw _matched(%rip)
LBB84_336:
movq _regex_76(%rip), %r14
movq _regex_76+8(%rip), %rax
incw _count(%rip)
leaq L_.str.158(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_338
## %bb.337:
leaq L_.str.84(%rip), %rdi
leaq L_.str.158(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_339
LBB84_338:
incw _matched(%rip)
LBB84_339:
movq _regex_76(%rip), %r14
movq _regex_76+8(%rip), %rax
incw _count(%rip)
leaq L_.str.159(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_341
## %bb.340:
leaq L_.str.84(%rip), %rdi
leaq L_.str.159(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_342
LBB84_341:
incw _matched(%rip)
LBB84_342:
movq _regex_76(%rip), %r14
movq _regex_76+8(%rip), %rax
incw _count(%rip)
leaq L_.str.160(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_344
## %bb.343:
leaq L_.str.84(%rip), %rdi
leaq L_.str.160(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_345
LBB84_344:
incw _matched(%rip)
LBB84_345:
movq _regex_77(%rip), %r14
movq _regex_77+8(%rip), %rax
incw _count(%rip)
leaq L_.str.161(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_347
## %bb.346:
leaq L_.str.84(%rip), %rdi
leaq L_.str.161(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_348
LBB84_347:
incw _matched(%rip)
LBB84_348:
movq _regex_78(%rip), %r14
movq _regex_78+8(%rip), %rax
incw _count(%rip)
leaq L_.str.162(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_350
## %bb.349:
leaq L_.str.84(%rip), %rdi
leaq L_.str.162(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_351
LBB84_350:
incw _matched(%rip)
LBB84_351:
movq _regex_78(%rip), %r14
movq _regex_78+8(%rip), %rax
incw _count(%rip)
leaq L_.str.163(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_353
## %bb.352:
leaq L_.str.84(%rip), %rdi
leaq L_.str.163(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_354
LBB84_353:
incw _matched(%rip)
LBB84_354:
movq _regex_79(%rip), %r14
movq _regex_79+8(%rip), %rax
incw _count(%rip)
leaq L_.str.164(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_356
## %bb.355:
leaq L_.str.84(%rip), %rdi
leaq L_.str.164(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_357
LBB84_356:
incw _matched(%rip)
LBB84_357:
movq _regex_79(%rip), %r14
movq _regex_79+8(%rip), %rax
incw _count(%rip)
leaq L_.str.103(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $-1, %ebx
je LBB84_359
## %bb.358:
leaq L_.str.84(%rip), %rdi
leaq L_.str.103(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $-1, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_360
LBB84_359:
incw _matched(%rip)
LBB84_360:
movq _regex_80(%rip), %r14
movq _regex_80+8(%rip), %rax
incw _count(%rip)
leaq L_.str.164(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
cmpl $3, %ebx
jne LBB84_361
## %bb.362:
incw _matched(%rip)
jmp LBB84_363
LBB84_361:
leaq L_.str.84(%rip), %rdi
leaq L_.str.164(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
movl $3, %esi
xorl %eax, %eax
callq _printf
LBB84_363:
movq _regex_81(%rip), %r14
movq _regex_81+8(%rip), %rax
incw _count(%rip)
leaq L_.str.119(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_365
## %bb.364:
leaq L_.str.84(%rip), %rdi
leaq L_.str.119(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_366
LBB84_365:
incw _matched(%rip)
LBB84_366:
movq _regex_82(%rip), %r14
movq _regex_82+8(%rip), %rax
incw _count(%rip)
leaq L_.str.165(%rip), %rsi
leaq -40(%rbp), %rdi
xorl %edx, %edx
callq *%rax
movswl -40(%rbp), %ebx
testl %ebx, %ebx
je LBB84_368
## %bb.367:
leaq L_.str.84(%rip), %rdi
leaq L_.str.165(%rip), %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.85(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.86(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.87(%rip), %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
jmp LBB84_369
LBB84_368:
incw _matched(%rip)
LBB84_369:
leaq L_.str.166(%rip), %rdi
xorl %eax, %eax
callq _printf
movswl _matched(%rip), %esi
leaq L_.str.167(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.168(%rip), %rdi
xorl %eax, %eax
callq _printf
movswl _count(%rip), %esi
leaq L_.str.169(%rip), %rdi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_9_search.cold.1
_regex_9_search.cold.1: ## @regex_9_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_9_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $492, %edx ## imm = 0x1EC
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_37_search.cold.1
_regex_37_search.cold.1: ## @regex_37_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_37_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $1805, %edx ## imm = 0x70D
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_38_search.cold.1
_regex_38_search.cold.1: ## @regex_38_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_38_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $1860, %edx ## imm = 0x744
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_40_search.cold.1
_regex_40_search.cold.1: ## @regex_40_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_40_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $1979, %edx ## imm = 0x7BB
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_41_search.cold.1
_regex_41_search.cold.1: ## @regex_41_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_41_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2039, %edx ## imm = 0x7F7
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_42_search.cold.1
_regex_42_search.cold.1: ## @regex_42_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_42_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2098, %edx ## imm = 0x832
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_46_search.cold.1
_regex_46_search.cold.1: ## @regex_46_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_46_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2290, %edx ## imm = 0x8F2
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_49_search.cold.1
_regex_49_search.cold.1: ## @regex_49_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_49_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2459, %edx ## imm = 0x99B
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_51_search.cold.1
_regex_51_search.cold.1: ## @regex_51_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_51_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2573, %edx ## imm = 0xA0D
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_52_search.cold.1
_regex_52_search.cold.1: ## @regex_52_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_52_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2641, %edx ## imm = 0xA51
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_53_search.cold.1
_regex_53_search.cold.1: ## @regex_53_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_53_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2718, %edx ## imm = 0xA9E
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_54_search.cold.1
_regex_54_search.cold.1: ## @regex_54_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_54_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2787, %edx ## imm = 0xAE3
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_55_search.cold.1
_regex_55_search.cold.1: ## @regex_55_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_55_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2849, %edx ## imm = 0xB21
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_56_search.cold.1
_regex_56_search.cold.1: ## @regex_56_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_56_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2922, %edx ## imm = 0xB6A
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_57_search.cold.1
_regex_57_search.cold.1: ## @regex_57_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_57_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $2996, %edx ## imm = 0xBB4
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_58_search.cold.1
_regex_58_search.cold.1: ## @regex_58_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_58_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3071, %edx ## imm = 0xBFF
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_61_search.cold.1
_regex_61_search.cold.1: ## @regex_61_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_61_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3286, %edx ## imm = 0xCD6
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_62_search.cold.1
_regex_62_search.cold.1: ## @regex_62_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_62_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3352, %edx ## imm = 0xD18
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_64_search.cold.1
_regex_64_search.cold.1: ## @regex_64_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_64_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3491, %edx ## imm = 0xDA3
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_65_search.cold.1
_regex_65_search.cold.1: ## @regex_65_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_65_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3575, %edx ## imm = 0xDF7
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_66_search.cold.1
_regex_66_search.cold.1: ## @regex_66_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_66_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3682, %edx ## imm = 0xE62
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_69_search.cold.1
_regex_69_search.cold.1: ## @regex_69_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_69_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3919, %edx ## imm = 0xF4F
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_70_search.cold.1
_regex_70_search.cold.1: ## @regex_70_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_70_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $3995, %edx ## imm = 0xF9B
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_73_search.cold.1
_regex_73_search.cold.1: ## @regex_73_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_73_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4185, %edx ## imm = 0x1059
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_74_search.cold.1
_regex_74_search.cold.1: ## @regex_74_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_74_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4257, %edx ## imm = 0x10A1
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_75_search.cold.1
_regex_75_search.cold.1: ## @regex_75_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_75_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4316, %edx ## imm = 0x10DC
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_76_search.cold.1
_regex_76_search.cold.1: ## @regex_76_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_76_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4377, %edx ## imm = 0x1119
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_77_search.cold.1
_regex_77_search.cold.1: ## @regex_77_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_77_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4468, %edx ## imm = 0x1174
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_78_search.cold.1
_regex_78_search.cold.1: ## @regex_78_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_78_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4579, %edx ## imm = 0x11E3
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_79_search.cold.1
_regex_79_search.cold.1: ## @regex_79_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_79_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4644, %edx ## imm = 0x1224
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_80_search.cold.1
_regex_80_search.cold.1: ## @regex_80_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_80_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4704, %edx ## imm = 0x1260
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_81_search.cold.1
_regex_81_search.cold.1: ## @regex_81_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_81_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4769, %edx ## imm = 0x12A1
callq ___assert_rtn
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function regex_82_search.cold.1
_regex_82_search.cold.1: ## @regex_82_search.cold.1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L___func__.regex_82_search(%rip), %rdi
leaq L_.str.8(%rip), %rsi
leaq L_.str.9(%rip), %rcx
movl $4832, %edx ## imm = 0x12E0
callq ___assert_rtn
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "/n*.a/"
.section __DATA,__data
.globl _regex ## @regex
.p2align 3
_regex:
.quad L_.str
.quad _regex_search
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "/n*a/"
.section __DATA,__data
.globl _regex_2 ## @regex_2
.p2align 3
_regex_2:
.quad L_.str.1
.quad _regex_2_search
.section __TEXT,__cstring,cstring_literals
L_.str.2: ## @.str.2
.asciz "/n.*a/"
.section __DATA,__data
.globl _regex_3 ## @regex_3
.p2align 3
_regex_3:
.quad L_.str.2
.quad _regex_3_search
.section __TEXT,__cstring,cstring_literals
L_.str.3: ## @.str.3
.asciz "/n.a/"
.section __DATA,__data
.globl _regex_4 ## @regex_4
.p2align 3
_regex_4:
.quad L_.str.3
.quad _regex_4_search
.section __TEXT,__cstring,cstring_literals
L_.str.4: ## @.str.4
.asciz "/n*a*d/"
.section __DATA,__data
.globl _regex_5 ## @regex_5
.p2align 3
_regex_5:
.quad L_.str.4
.quad _regex_5_search
.section __TEXT,__cstring,cstring_literals
L_.str.5: ## @.str.5
.asciz "/nn*a*d/"
.section __DATA,__data
.globl _regex_6 ## @regex_6
.p2align 3
_regex_6:
.quad L_.str.5
.quad _regex_6_search
.section __TEXT,__cstring,cstring_literals
L_.str.6: ## @.str.6
.asciz "/.*a.*ff*23335*4/"
.section __DATA,__data
.globl _regex_7 ## @regex_7
.p2align 3
_regex_7:
.quad L_.str.6
.quad _regex_7_search
.section __TEXT,__cstring,cstring_literals
L_.str.7: ## @.str.7
.asciz "/ff*23335*/"
.section __DATA,__data
.globl _regex_8 ## @regex_8
.p2align 3
_regex_8:
.quad L_.str.7
.quad _regex_8_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_9_search: ## @__func__.regex_9_search
.asciz "regex_9_search"
L_.str.8: ## @.str.8
.asciz "162642564.c"
L_.str.9: ## @.str.9
.asciz "result.matches != NULL"
L_.str.10: ## @.str.10
.asciz "/(x+x+)+y/"
.section __DATA,__data
.globl _regex_9 ## @regex_9
.p2align 3
_regex_9:
.quad L_.str.10
.quad _regex_9_search
.section __TEXT,__cstring,cstring_literals
L_.str.11: ## @.str.11
.asciz "/a.b/"
.section __DATA,__data
.globl _regex_10 ## @regex_10
.p2align 3
_regex_10:
.quad L_.str.11
.quad _regex_10_search
.section __TEXT,__cstring,cstring_literals
L_.str.12: ## @.str.12
.asciz "/abc/"
.section __DATA,__data
.globl _regex_11 ## @regex_11
.p2align 3
_regex_11:
.quad L_.str.12
.quad _regex_11_search
.section __TEXT,__cstring,cstring_literals
L_.str.13: ## @.str.13
.asciz "/ab*c/"
.section __DATA,__data
.globl _regex_12 ## @regex_12
.p2align 3
_regex_12:
.quad L_.str.13
.quad _regex_12_search
.section __TEXT,__cstring,cstring_literals
L_.str.14: ## @.str.14
.asciz "/ab*bc/"
.section __DATA,__data
.globl _regex_13 ## @regex_13
.p2align 3
_regex_13:
.quad L_.str.14
.quad _regex_13_search
.section __TEXT,__cstring,cstring_literals
L_.str.15: ## @.str.15
.asciz "/ab+bc/"
.section __DATA,__data
.globl _regex_14 ## @regex_14
.p2align 3
_regex_14:
.quad L_.str.15
.quad _regex_14_search
.section __TEXT,__cstring,cstring_literals
L_.str.16: ## @.str.16
.asciz "/ab?bc/"
.section __DATA,__data
.globl _regex_15 ## @regex_15
.p2align 3
_regex_15:
.quad L_.str.16
.quad _regex_15_search
.section __TEXT,__cstring,cstring_literals
L_.str.17: ## @.str.17
.asciz "/ab?c/"
.section __DATA,__data
.globl _regex_16 ## @regex_16
.p2align 3
_regex_16:
.quad L_.str.17
.quad _regex_16_search
.section __TEXT,__cstring,cstring_literals
L_.str.18: ## @.str.18
.asciz "/^abc$/"
.section __DATA,__data
.globl _regex_17 ## @regex_17
.p2align 3
_regex_17:
.quad L_.str.18
.quad _regex_17_search
.section __TEXT,__cstring,cstring_literals
L_.str.19: ## @.str.19
.asciz "/^abc/"
.section __DATA,__data
.globl _regex_18 ## @regex_18
.p2align 3
_regex_18:
.quad L_.str.19
.quad _regex_18_search
.section __TEXT,__cstring,cstring_literals
L_.str.20: ## @.str.20
.asciz "/abc$/"
.section __DATA,__data
.globl _regex_19 ## @regex_19
.p2align 3
_regex_19:
.quad L_.str.20
.quad _regex_19_search
.section __TEXT,__cstring,cstring_literals
L_.str.21: ## @.str.21
.asciz "/a.c/"
.section __DATA,__data
.globl _regex_20 ## @regex_20
.p2align 3
_regex_20:
.quad L_.str.21
.quad _regex_20_search
.section __TEXT,__cstring,cstring_literals
L_.str.22: ## @.str.22
.asciz "/a.*c/"
.section __DATA,__data
.globl _regex_21 ## @regex_21
.p2align 3
_regex_21:
.quad L_.str.22
.quad _regex_21_search
.section __TEXT,__cstring,cstring_literals
L_.str.23: ## @.str.23
.asciz "/a[bc]d/"
.section __DATA,__data
.globl _regex_22 ## @regex_22
.p2align 3
_regex_22:
.quad L_.str.23
.quad _regex_22_search
.section __TEXT,__cstring,cstring_literals
L_.str.24: ## @.str.24
.asciz "/a[b-d]e/"
.section __DATA,__data
.globl _regex_23 ## @regex_23
.p2align 3
_regex_23:
.quad L_.str.24
.quad _regex_23_search
.section __TEXT,__cstring,cstring_literals
L_.str.25: ## @.str.25
.asciz "/a[b-d]/"
.section __DATA,__data
.globl _regex_24 ## @regex_24
.p2align 3
_regex_24:
.quad L_.str.25
.quad _regex_24_search
.section __TEXT,__cstring,cstring_literals
L_.str.26: ## @.str.26
.asciz "/a[-b]/"
.section __DATA,__data
.globl _regex_25 ## @regex_25
.p2align 3
_regex_25:
.quad L_.str.26
.quad _regex_25_search
.section __TEXT,__cstring,cstring_literals
L_.str.27: ## @.str.27
.asciz "/a[\\-b]/"
.section __DATA,__data
.globl _regex_26 ## @regex_26
.p2align 3
_regex_26:
.quad L_.str.27
.quad _regex_26_search
.section __TEXT,__cstring,cstring_literals
L_.str.28: ## @.str.28
.asciz "/a]/"
.section __DATA,__data
.globl _regex_27 ## @regex_27
.p2align 3
_regex_27:
.quad L_.str.28
.quad _regex_27_search
.section __TEXT,__cstring,cstring_literals
L_.str.29: ## @.str.29
.asciz "/a[^bc]d/"
.section __DATA,__data
.globl _regex_28 ## @regex_28
.p2align 3
_regex_28:
.quad L_.str.29
.quad _regex_28_search
.section __TEXT,__cstring,cstring_literals
L_.str.30: ## @.str.30
.asciz "/a[^-b]c/"
.section __DATA,__data
.globl _regex_29 ## @regex_29
.p2align 3
_regex_29:
.quad L_.str.30
.quad _regex_29_search
.section __TEXT,__cstring,cstring_literals
L_.str.31: ## @.str.31
.asciz "/a[^]b]c/"
.section __DATA,__data
.globl _regex_30 ## @regex_30
.p2align 3
_regex_30:
.quad L_.str.31
.quad _regex_30_search
.section __TEXT,__cstring,cstring_literals
L_.str.32: ## @.str.32
.asciz "/ab|cd/"
.section __DATA,__data
.globl _regex_31 ## @regex_31
.p2align 3
_regex_31:
.quad L_.str.32
.quad _regex_31_search
.section __TEXT,__cstring,cstring_literals
L_.str.33: ## @.str.33
.asciz "/()ef/"
.section __DATA,__data
.globl _regex_32 ## @regex_32
.p2align 3
_regex_32:
.quad L_.str.33
.quad _regex_32_search
.section __TEXT,__cstring,cstring_literals
L_.str.34: ## @.str.34
.asciz "/$b/"
.section __DATA,__data
.globl _regex_33 ## @regex_33
.p2align 3
_regex_33:
.quad L_.str.34
.quad _regex_33_search
.section __TEXT,__cstring,cstring_literals
L_.str.35: ## @.str.35
.asciz "/a\\(b/"
.section __DATA,__data
.globl _regex_34 ## @regex_34
.p2align 3
_regex_34:
.quad L_.str.35
.quad _regex_34_search
.section __TEXT,__cstring,cstring_literals
L_.str.36: ## @.str.36
.asciz "/a\\(*b/"
.section __DATA,__data
.globl _regex_35 ## @regex_35
.p2align 3
_regex_35:
.quad L_.str.36
.quad _regex_35_search
.section __TEXT,__cstring,cstring_literals
L_.str.37: ## @.str.37
.asciz "/a\\\\b/"
.section __DATA,__data
.globl _regex_36 ## @regex_36
.p2align 3
_regex_36:
.quad L_.str.37
.quad _regex_36_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_37_search: ## @__func__.regex_37_search
.asciz "regex_37_search"
L_.str.38: ## @.str.38
.asciz "/((a))/"
.section __DATA,__data
.globl _regex_37 ## @regex_37
.p2align 3
_regex_37:
.quad L_.str.38
.quad _regex_37_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_38_search: ## @__func__.regex_38_search
.asciz "regex_38_search"
L_.str.39: ## @.str.39
.asciz "/(a)b(c)/"
.section __DATA,__data
.globl _regex_38 ## @regex_38
.p2align 3
_regex_38:
.quad L_.str.39
.quad _regex_38_search
.section __TEXT,__cstring,cstring_literals
L_.str.40: ## @.str.40
.asciz "/a+b+c/"
.section __DATA,__data
.globl _regex_39 ## @regex_39
.p2align 3
_regex_39:
.quad L_.str.40
.quad _regex_39_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_40_search: ## @__func__.regex_40_search
.asciz "regex_40_search"
L_.str.41: ## @.str.41
.asciz "/(a+|b)*/"
.section __DATA,__data
.globl _regex_40 ## @regex_40
.p2align 3
_regex_40:
.quad L_.str.41
.quad _regex_40_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_41_search: ## @__func__.regex_41_search
.asciz "regex_41_search"
L_.str.42: ## @.str.42
.asciz "/(a+|b)+/"
.section __DATA,__data
.globl _regex_41 ## @regex_41
.p2align 3
_regex_41:
.quad L_.str.42
.quad _regex_41_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_42_search: ## @__func__.regex_42_search
.asciz "regex_42_search"
L_.str.43: ## @.str.43
.asciz "/(a+|b)?/"
.section __DATA,__data
.globl _regex_42 ## @regex_42
.p2align 3
_regex_42:
.quad L_.str.43
.quad _regex_42_search
.section __TEXT,__cstring,cstring_literals
L_.str.44: ## @.str.44
.asciz "/[^ab]*/"
.section __DATA,__data
.globl _regex_43 ## @regex_43
.p2align 3
_regex_43:
.quad L_.str.44
.quad _regex_43_search
.section __TEXT,__cstring,cstring_literals
L_.str.45: ## @.str.45
.asciz "/a*/"
.section __DATA,__data
.globl _regex_44 ## @regex_44
.p2align 3
_regex_44:
.quad L_.str.45
.quad _regex_44_search
.section __TEXT,__cstring,cstring_literals
L_.str.46: ## @.str.46
.asciz "/a|b|c|d|e/"
.section __DATA,__data
.globl _regex_45 ## @regex_45
.p2align 3
_regex_45:
.quad L_.str.46
.quad _regex_45_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_46_search: ## @__func__.regex_46_search
.asciz "regex_46_search"
L_.str.47: ## @.str.47
.asciz "/(a|b|c|d|e)f/"
.section __DATA,__data
.globl _regex_46 ## @regex_46
.p2align 3
_regex_46:
.quad L_.str.47
.quad _regex_46_search
.section __TEXT,__cstring,cstring_literals
L_.str.48: ## @.str.48
.asciz "/abcd*efg/"
.section __DATA,__data
.globl _regex_47 ## @regex_47
.p2align 3
_regex_47:
.quad L_.str.48
.quad _regex_47_search
.section __TEXT,__cstring,cstring_literals
L_.str.49: ## @.str.49
.asciz "/ab*/"
.section __DATA,__data
.globl _regex_48 ## @regex_48
.p2align 3
_regex_48:
.quad L_.str.49
.quad _regex_48_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_49_search: ## @__func__.regex_49_search
.asciz "regex_49_search"
L_.str.50: ## @.str.50
.asciz "/(ab|cd)e/"
.section __DATA,__data
.globl _regex_49 ## @regex_49
.p2align 3
_regex_49:
.quad L_.str.50
.quad _regex_49_search
.section __TEXT,__cstring,cstring_literals
L_.str.51: ## @.str.51
.asciz "/[abhgefdc]ij/"
.section __DATA,__data
.globl _regex_50 ## @regex_50
.p2align 3
_regex_50:
.quad L_.str.51
.quad _regex_50_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_51_search: ## @__func__.regex_51_search
.asciz "regex_51_search"
L_.str.52: ## @.str.52
.asciz "/^(ab|cd)e/"
.section __DATA,__data
.globl _regex_51 ## @regex_51
.p2align 3
_regex_51:
.quad L_.str.52
.quad _regex_51_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_52_search: ## @__func__.regex_52_search
.asciz "regex_52_search"
L_.str.53: ## @.str.53
.asciz "/(abc|)ef/"
.section __DATA,__data
.globl _regex_52 ## @regex_52
.p2align 3
_regex_52:
.quad L_.str.53
.quad _regex_52_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_53_search: ## @__func__.regex_53_search
.asciz "regex_53_search"
L_.str.54: ## @.str.54
.asciz "/(a|b)c*d/"
.section __DATA,__data
.globl _regex_53 ## @regex_53
.p2align 3
_regex_53:
.quad L_.str.54
.quad _regex_53_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_54_search: ## @__func__.regex_54_search
.asciz "regex_54_search"
L_.str.55: ## @.str.55
.asciz "/(ab|ab*)bc/"
.section __DATA,__data
.globl _regex_54 ## @regex_54
.p2align 3
_regex_54:
.quad L_.str.55
.quad _regex_54_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_55_search: ## @__func__.regex_55_search
.asciz "regex_55_search"
L_.str.56: ## @.str.56
.asciz "/a([bc]*)c*/"
.section __DATA,__data
.globl _regex_55 ## @regex_55
.p2align 3
_regex_55:
.quad L_.str.56
.quad _regex_55_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_56_search: ## @__func__.regex_56_search
.asciz "regex_56_search"
L_.str.57: ## @.str.57
.asciz "/a([bc]*)(c*d)/"
.section __DATA,__data
.globl _regex_56 ## @regex_56
.p2align 3
_regex_56:
.quad L_.str.57
.quad _regex_56_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_57_search: ## @__func__.regex_57_search
.asciz "regex_57_search"
L_.str.58: ## @.str.58
.asciz "/a([bc]+)(c*d)/"
.section __DATA,__data
.globl _regex_57 ## @regex_57
.p2align 3
_regex_57:
.quad L_.str.58
.quad _regex_57_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_58_search: ## @__func__.regex_58_search
.asciz "regex_58_search"
L_.str.59: ## @.str.59
.asciz "/a([bc]*)(c+d)/"
.section __DATA,__data
.globl _regex_58 ## @regex_58
.p2align 3
_regex_58:
.quad L_.str.59
.quad _regex_58_search
.section __TEXT,__cstring,cstring_literals
L_.str.60: ## @.str.60
.asciz "/a[bcd]*dcdcde/"
.section __DATA,__data
.globl _regex_59 ## @regex_59
.p2align 3
_regex_59:
.quad L_.str.60
.quad _regex_59_search
.section __TEXT,__cstring,cstring_literals
L_.str.61: ## @.str.61
.asciz "/a[bcd]+dcdcde/"
.section __DATA,__data
.globl _regex_60 ## @regex_60
.p2align 3
_regex_60:
.quad L_.str.61
.quad _regex_60_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_61_search: ## @__func__.regex_61_search
.asciz "regex_61_search"
L_.str.62: ## @.str.62
.asciz "/(ab|a)b*c/"
.section __DATA,__data
.globl _regex_61 ## @regex_61
.p2align 3
_regex_61:
.quad L_.str.62
.quad _regex_61_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_62_search: ## @__func__.regex_62_search
.asciz "regex_62_search"
L_.str.63: ## @.str.63
.asciz "/((a)(b)c)(d)/"
.section __DATA,__data
.globl _regex_62 ## @regex_62
.p2align 3
_regex_62:
.quad L_.str.63
.quad _regex_62_search
.section __TEXT,__cstring,cstring_literals
L_.str.64: ## @.str.64
.asciz "/[a-zA-Z_][a-zA-Z0-9_]*/"
.section __DATA,__data
.globl _regex_63 ## @regex_63
.p2align 3
_regex_63:
.quad L_.str.64
.quad _regex_63_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_64_search: ## @__func__.regex_64_search
.asciz "regex_64_search"
L_.str.65: ## @.str.65
.asciz "/^a(bc+|b[eh])g|.h$/"
.section __DATA,__data
.globl _regex_64 ## @regex_64
.p2align 3
_regex_64:
.quad L_.str.65
.quad _regex_64_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_65_search: ## @__func__.regex_65_search
.asciz "regex_65_search"
L_.str.66: ## @.str.66
.asciz "/(bc+d$|ef*g.|h?i(j|k))/"
.section __DATA,__data
.globl _regex_65 ## @regex_65
.p2align 3
_regex_65:
.quad L_.str.66
.quad _regex_65_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_66_search: ## @__func__.regex_66_search
.asciz "regex_66_search"
L_.str.67: ## @.str.67
.asciz "/(((((((((a)))))))))/"
.section __DATA,__data
.globl _regex_66 ## @regex_66
.p2align 3
_regex_66:
.quad L_.str.67
.quad _regex_66_search
.section __TEXT,__cstring,cstring_literals
L_.str.68: ## @.str.68
.asciz "/multiple words of text/"
.section __DATA,__data
.globl _regex_67 ## @regex_67
.p2align 3
_regex_67:
.quad L_.str.68
.quad _regex_67_search
.section __TEXT,__cstring,cstring_literals
L_.str.69: ## @.str.69
.asciz "/multiple words/"
.section __DATA,__data
.globl _regex_68 ## @regex_68
.p2align 3
_regex_68:
.quad L_.str.69
.quad _regex_68_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_69_search: ## @__func__.regex_69_search
.asciz "regex_69_search"
L_.str.70: ## @.str.70
.asciz "/(.*)c(.*)/"
.section __DATA,__data
.globl _regex_69 ## @regex_69
.p2align 3
_regex_69:
.quad L_.str.70
.quad _regex_69_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_70_search: ## @__func__.regex_70_search
.asciz "regex_70_search"
L_.str.71: ## @.str.71
.asciz "/\\((.*); (.*)\\)/"
.section __DATA,__data
.globl _regex_70 ## @regex_70
.p2align 3
_regex_70:
.quad L_.str.71
.quad _regex_70_search
.section __TEXT,__cstring,cstring_literals
L_.str.72: ## @.str.72
.asciz "/[k]/"
.section __DATA,__data
.globl _regex_71 ## @regex_71
.p2align 3
_regex_71:
.quad L_.str.72
.quad _regex_71_search
.section __TEXT,__cstring,cstring_literals
L_.str.73: ## @.str.73
.asciz "/a[-]?c/"
.section __DATA,__data
.globl _regex_72 ## @regex_72
.p2align 3
_regex_72:
.quad L_.str.73
.quad _regex_72_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_73_search: ## @__func__.regex_73_search
.asciz "regex_73_search"
L_.str.74: ## @.str.74
.asciz "/(a)(b)c|ab/"
.section __DATA,__data
.globl _regex_73 ## @regex_73
.p2align 3
_regex_73:
.quad L_.str.74
.quad _regex_73_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_74_search: ## @__func__.regex_74_search
.asciz "regex_74_search"
L_.str.75: ## @.str.75
.asciz "/(a)+x/"
.section __DATA,__data
.globl _regex_74 ## @regex_74
.p2align 3
_regex_74:
.quad L_.str.75
.quad _regex_74_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_75_search: ## @__func__.regex_75_search
.asciz "regex_75_search"
L_.str.76: ## @.str.76
.asciz "/([ac])+x/"
.section __DATA,__data
.globl _regex_75 ## @regex_75
.p2align 3
_regex_75:
.quad L_.str.76
.quad _regex_75_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_76_search: ## @__func__.regex_76_search
.asciz "regex_76_search"
L_.str.77: ## @.str.77
.asciz "/([^\\/]*\\/)*sub1\\//"
.section __DATA,__data
.globl _regex_76 ## @regex_76
.p2align 3
_regex_76:
.quad L_.str.77
.quad _regex_76_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_77_search: ## @__func__.regex_77_search
.asciz "regex_77_search"
L_.str.78: ## @.str.78
.asciz "/([^.]*)\\.([^:]*):[T ]+(.*)/"
.section __DATA,__data
.globl _regex_77 ## @regex_77
.p2align 3
_regex_77:
.quad L_.str.78
.quad _regex_77_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_78_search: ## @__func__.regex_78_search
.asciz "regex_78_search"
L_.str.79: ## @.str.79
.asciz "/([^N]*N)+/"
.section __DATA,__data
.globl _regex_78 ## @regex_78
.p2align 3
_regex_78:
.quad L_.str.79
.quad _regex_78_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_79_search: ## @__func__.regex_79_search
.asciz "regex_79_search"
L_.str.80: ## @.str.80
.asciz "/([abc]*)x/"
.section __DATA,__data
.globl _regex_79 ## @regex_79
.p2align 3
_regex_79:
.quad L_.str.80
.quad _regex_79_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_80_search: ## @__func__.regex_80_search
.asciz "regex_80_search"
L_.str.81: ## @.str.81
.asciz "/([xyz]*)x/"
.section __DATA,__data
.globl _regex_80 ## @regex_80
.p2align 3
_regex_80:
.quad L_.str.81
.quad _regex_80_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_81_search: ## @__func__.regex_81_search
.asciz "regex_81_search"
L_.str.82: ## @.str.82
.asciz "/(a)+b|aac/"
.section __DATA,__data
.globl _regex_81 ## @regex_81
.p2align 3
_regex_81:
.quad L_.str.82
.quad _regex_81_search
.section __TEXT,__cstring,cstring_literals
L___func__.regex_82_search: ## @__func__.regex_82_search
.asciz "regex_82_search"
L_.str.83: ## @.str.83
.asciz "/<(ht)*m/"
.section __DATA,__data
.globl _regex_82 ## @regex_82
.p2align 3
_regex_82:
.quad L_.str.83
.quad _regex_82_search
.zerofill __DATA,__bss,_count,2,1 ## @count
.section __TEXT,__cstring,cstring_literals
L_.str.84: ## @.str.84
.asciz "\"%s"
L_.str.85: ## @.str.85
.asciz "\".search(%s"
L_.str.86: ## @.str.86
.asciz ") -> FAIL, returned %d"
L_.str.87: ## @.str.87
.asciz ", expected %d\n"
.zerofill __DATA,__bss,_matched,2,1 ## @matched
L_.str.88: ## @.str.88
.asciz "nnda"
L_.str.89: ## @.str.89
.asciz "nna"
L_.str.90: ## @.str.90
.asciz "a"
L_.str.91: ## @.str.91
.asciz "nda"
L_.str.92: ## @.str.92
.asciz "naa"
L_.str.93: ## @.str.93
.asciz "ana"
L_.str.94: ## @.str.94
.asciz "nddna"
L_.str.95: ## @.str.95
.asciz "nnada"
L_.str.96: ## @.str.96
.asciz "naaada"
L_.str.97: ## @.str.97
.asciz "d"
L_.str.98: ## @.str.98
.asciz "x"
L_.str.99: ## @.str.99
.asciz "nnaed"
L_.str.100: ## @.str.100
.asciz "abcdefff23334"
L_.str.101: ## @.str.101
.asciz "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxy"
L_.str.102: ## @.str.102
.asciz "acb"
L_.str.103: ## @.str.103
.asciz "abc"
L_.str.104: ## @.str.104
.asciz "xbc"
L_.str.105: ## @.str.105
.asciz "axc"
L_.str.106: ## @.str.106
.asciz "abx"
L_.str.107: ## @.str.107
.asciz "xabcy"
L_.str.108: ## @.str.108
.asciz "ababc"
L_.str.109: ## @.str.109
.asciz "abbc"
L_.str.110: ## @.str.110
.asciz "abbbbc"
L_.str.111: ## @.str.111
.asciz "abq"
L_.str.112: ## @.str.112
.asciz "abcc"
L_.str.113: ## @.str.113
.asciz "aabc"
L_.str.114: ## @.str.114
.asciz "ababcabc"
L_.str.115: ## @.str.115
.asciz "axyzc"
L_.str.116: ## @.str.116
.asciz "axyzd"
L_.str.117: ## @.str.117
.asciz "abd"
L_.str.118: ## @.str.118
.asciz "ace"
L_.str.119: ## @.str.119
.asciz "aac"
L_.str.120: ## @.str.120
.asciz "a-"
L_.str.121: ## @.str.121
.asciz "a]"
L_.str.122: ## @.str.122
.asciz "aed"
L_.str.123: ## @.str.123
.asciz "adc"
L_.str.124: ## @.str.124
.asciz "a-c"
L_.str.125: ## @.str.125
.asciz "a]c"
L_.str.126: ## @.str.126
.asciz "abcd"
L_.str.127: ## @.str.127
.asciz "def"
L_.str.128: ## @.str.128
.asciz "b"
L_.str.129: ## @.str.129
.asciz "a(b"
L_.str.130: ## @.str.130
.asciz "ab"
L_.str.131: ## @.str.131
.asciz "a((b"
L_.str.132: ## @.str.132
.asciz "a\\b"
L_.str.133: ## @.str.133
.asciz "aabbabc"
L_.str.134: ## @.str.134
.asciz "cde"
L_.str.135: ## @.str.135
.space 1
L_.str.136: ## @.str.136
.asciz "e"
L_.str.137: ## @.str.137
.asciz "ef"
L_.str.138: ## @.str.138
.asciz "abcdefg"
L_.str.139: ## @.str.139
.asciz "xabyabbbz"
L_.str.140: ## @.str.140
.asciz "xayabbbz"
L_.str.141: ## @.str.141
.asciz "abcde"
L_.str.142: ## @.str.142
.asciz "hij"
L_.str.143: ## @.str.143
.asciz "abcdef"
L_.str.144: ## @.str.144
.asciz "adcdcde"
L_.str.145: ## @.str.145
.asciz "alpha"
L_.str.146: ## @.str.146
.asciz "abh"
L_.str.147: ## @.str.147
.asciz "effgz"
L_.str.148: ## @.str.148
.asciz "ij"
L_.str.149: ## @.str.149
.asciz "effg"
L_.str.150: ## @.str.150
.asciz "bcdd"
L_.str.151: ## @.str.151
.asciz "reffgz"
L_.str.152: ## @.str.152
.asciz "uh-uh"
L_.str.153: ## @.str.153
.asciz "multiple words, yeah"
L_.str.154: ## @.str.154
.asciz "(a, b)"
L_.str.155: ## @.str.155
.asciz "ac"
L_.str.156: ## @.str.156
.asciz "aaax"
L_.str.157: ## @.str.157
.asciz "aacx"
L_.str.158: ## @.str.158
.asciz "d:msgs/tdir/sub1/trial/away.cpp"
L_.str.159: ## @.str.159
.asciz "sub1/trial/away.cpp"
L_.str.160: ## @.str.160
.asciz "some/things/sub2/sub1.cpp"
L_.str.161: ## @.str.161
.asciz "track1.title:TBlah blah blah"
L_.str.162: ## @.str.162
.asciz "abNNxyzN"
L_.str.163: ## @.str.163
.asciz "abNNxyz"
L_.str.164: ## @.str.164
.asciz "abcx"
L_.str.165: ## @.str.165
.asciz "<html>"
L_.str.166: ## @.str.166
.asciz "Passed:"
L_.str.167: ## @.str.167
.asciz " %d"
L_.str.168: ## @.str.168
.asciz " /"
L_.str.169: ## @.str.169
.asciz " %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _regex_clear_matches ; -- Begin function regex_clear_matches
.p2align 2
_regex_clear_matches: ; @regex_clear_matches
.cfi_startproc
; %bb.0:
; kill: def $w1 killed $w1 def $x1
cmp w1, #1
b.lt LBB0_2
; %bb.1:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
ldr x0, [x0, #8]
and x8, x1, #0xffff
lsl x2, x8, #2
mov w1, #255
bl _memset
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
LBB0_2:
.cfi_def_cfa wsp, 0
.cfi_same_value w30
.cfi_same_value w29
ret
.cfi_endproc
; -- End function
.globl _regex_search ; -- Begin function regex_search
.p2align 2
_regex_search: ; @regex_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
mov w10, #65535
cmp w8, #1
b.lt LBB1_9
; %bb.1:
mov w16, #0
mov w8, #0
mov w9, #0
sxth w11, w0
sub w12, w11, #1
mov w13, #1
mov w14, #3
mov w15, #2
b LBB1_4
LBB1_2: ; in Loop: Header=BB1_4 Depth=1
cmp w17, #97
csel w16, w14, w0, eq
cmp w17, #110
csinc w16, w16, wzr, ne
bics wzr, w10, w16
csel w16, w15, w16, eq
LBB1_3: ; in Loop: Header=BB1_4 Depth=1
and w17, w16, #0xffff
cmp w17, #3
csel w17, w9, w8, eq
cinc w0, w8, ne
csel w1, w16, wzr, eq
cmp w12, w8, sxth
csel w17, w9, w17, le
csel w0, w8, w0, le
csel w1, w16, w1, le
cmp w12, w9, sxth
csel w9, w9, w17, ne
csel w8, w8, w0, ne
csel w16, w16, w1, ne
add w9, w9, #1
cmp w11, w9, sxth
b.le LBB1_8
LBB1_4: ; =>This Inner Loop Header: Depth=1
sxth x17, w9
ldrb w17, [x20, x17]
cmp w17, #110
cinc w0, w13, ne
ands w1, w16, #0xffff
csinv w0, w0, wzr, eq
cmp w1, #1
b.eq LBB1_2
; %bb.5: ; in Loop: Header=BB1_4 Depth=1
and w1, w16, #0xffff
cmp w17, #97
ccmp w1, #2, #0, eq
csel w16, w14, w0, eq
mvn w17, w16
tst w17, #0xffff
b.ne LBB1_3
; %bb.6: ; in Loop: Header=BB1_4 Depth=1
cmp w1, #3
b.eq LBB1_10
; %bb.7: ; in Loop: Header=BB1_4 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
b LBB1_3
LBB1_8:
and w10, w16, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB1_10
LBB1_9:
mov w9, #0
mov w8, #65535
LBB1_10:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_2_search ; -- Begin function regex_2_search
.p2align 2
_regex_2_search: ; @regex_2_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB2_7
; %bb.1:
mov w13, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #2
b LBB2_3
LBB2_2: ; in Loop: Header=BB2_3 Depth=1
and w13, w14, #0xffff
cmp w13, #2
csel w13, w9, w8, eq
cinc w15, w8, ne
csel w16, w14, wzr, eq
cmp w11, w8, sxth
csel w13, w9, w13, le
csel w15, w8, w15, le
csel w16, w14, w16, le
cmp w11, w9, sxth
csel w9, w9, w13, ne
csel w8, w8, w15, ne
csel w13, w14, w16, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB2_6
LBB2_3: ; =>This Inner Loop Header: Depth=1
sxth x14, w9
ldrb w14, [x20, x14]
cmp w14, #97
csinv w15, w12, wzr, eq
cmp w14, #110
csinc w15, w15, wzr, ne
ands w16, w13, #0xffff
csinv w15, w15, wzr, eq
cmp w14, #97
csel w17, w12, w15, eq
cmp w14, #110
csinc w14, w17, wzr, ne
cmp w16, #1
csel w14, w14, w15, eq
cmn w14, #1
b.ne LBB2_2
; %bb.4: ; in Loop: Header=BB2_3 Depth=1
and w13, w13, #0xffff
cmp w13, #2
b.eq LBB2_8
; %bb.5: ; in Loop: Header=BB2_3 Depth=1
mov w14, #0
mov x9, x8
add w8, w8, #1
b LBB2_2
LBB2_6:
and w10, w13, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB2_8
LBB2_7:
mov w9, #0
mov w8, #65535
LBB2_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_3_search ; -- Begin function regex_3_search
.p2align 2
_regex_3_search: ; @regex_3_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w9, w0, #16
mov w8, #65535
cmp w9, #1
b.lt LBB3_11
; %bb.1:
mov w11, #0
mov w9, #0
mov w10, #0
sxth w13, w0
sub w14, w13, #1
mov w12, #65535
mov w15, #1
mov w16, #3
mov w17, #2
b LBB3_4
LBB3_2: ; in Loop: Header=BB3_4 Depth=1
mov w11, #0
mov x10, x9
add w9, w9, #1
LBB3_3: ; in Loop: Header=BB3_4 Depth=1
add w10, w10, #1
cmp w13, w10, sxth
b.le LBB3_13
LBB3_4: ; =>This Inner Loop Header: Depth=1
sxth x0, w10
ldrb w0, [x20, x0]
ands w1, w11, #0xffff
cset w2, eq
cmp w0, #110
cset w3, eq
tst w2, w3
cneg w2, w15, eq
cinc w3, w15, eq
cmp w0, #97
csel w3, w16, w3, eq
cmp w1, #1
csel w2, w3, w2, eq
cmn w2, #1
csel w3, w17, w2, eq
cmp w0, #97
csel w3, w16, w3, eq
cmp w1, #2
csel w2, w3, w2, eq
cmn w2, #1
csel w3, w17, w2, eq
cmp w0, #97
csel w0, w16, w3, eq
cmp w1, #3
csel w0, w0, w2, eq
mvn w1, w0
csel w12, w10, w12, eq
and w1, w1, #0xffff
cbz w1, LBB3_6
; %bb.5: ; in Loop: Header=BB3_4 Depth=1
mov x11, x0
cmp w14, w10, sxth
b.ne LBB3_3
b LBB3_8
LBB3_6: ; in Loop: Header=BB3_4 Depth=1
and w11, w11, #0xffff
cmp w11, #3
b.eq LBB3_12
; %bb.7: ; in Loop: Header=BB3_4 Depth=1
mov w11, #0
mov x10, x9
add w9, w9, #1
mov w12, #65535
cmp w14, w10, sxth
b.ne LBB3_3
LBB3_8: ; in Loop: Header=BB3_4 Depth=1
cmp w14, w9, sxth
b.le LBB3_3
; %bb.9: ; in Loop: Header=BB3_4 Depth=1
and w0, w11, #0xffff
cmp w0, #3
b.eq LBB3_3
; %bb.10: ; in Loop: Header=BB3_4 Depth=1
tbnz w12, #15, LBB3_2
b LBB3_13
LBB3_11:
mov w10, #0
mov w9, #0
mov w11, #0
mov w12, #65535
b LBB3_13
LBB3_12:
mov x12, x10
LBB3_13:
and w13, w12, #0xffff
and w11, w11, #0xffff
cmp w11, #3
ccmp w13, w8, #0, ne
csinv w9, w9, wzr, ne
strh w9, [x19]
cmp w13, w8
csel w8, w10, w12, eq
strh w8, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_4_search ; -- Begin function regex_4_search
.p2align 2
_regex_4_search: ; @regex_4_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB4_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #3
b LBB4_3
LBB4_2: ; in Loop: Header=BB4_3 Depth=1
and w14, w15, #0xffff
cmp w14, #3
csel w14, w9, w8, eq
cinc w16, w8, ne
csel w17, w15, wzr, eq
cmp w11, w8, sxth
csel w14, w9, w14, le
csel w16, w8, w16, le
csel w17, w15, w17, le
cmp w11, w9, sxth
csel w9, w9, w14, ne
csel w8, w8, w16, ne
csel w14, w15, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB4_6
LBB4_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w15, [x20, x15]
ands w16, w14, #0xffff
cset w17, eq
cmp w15, #110
cset w0, eq
tst w17, w0
cneg w17, w12, eq
cinc w0, w12, eq
cmp w16, #1
csel w17, w0, w17, eq
cmp w15, #97
ccmp w16, #2, #0, eq
csel w15, w13, w17, eq
cmn w15, #1
b.ne LBB4_2
; %bb.4: ; in Loop: Header=BB4_3 Depth=1
and w14, w14, #0xffff
cmp w14, #3
b.eq LBB4_8
; %bb.5: ; in Loop: Header=BB4_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB4_2
LBB4_6:
and w10, w14, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB4_8
LBB4_7:
mov w9, #0
mov w8, #65535
LBB4_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_5_search ; -- Begin function regex_5_search
.p2align 2
_regex_5_search: ; @regex_5_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB5_13
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #2
mov w13, #3
b LBB5_4
LBB5_2: ; in Loop: Header=BB5_4 Depth=1
mov w14, #1
LBB5_3: ; in Loop: Header=BB5_4 Depth=1
and w15, w14, #0xffff
cmp w15, #3
csel w15, w9, w8, eq
cinc w16, w8, ne
csel w17, w14, wzr, eq
cmp w11, w8, sxth
csel w15, w9, w15, le
csel w16, w8, w16, le
csel w17, w14, w17, le
cmp w11, w9, sxth
csel w9, w9, w15, ne
csel w8, w8, w16, ne
csel w14, w14, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB5_12
LBB5_4: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w15, [x20, x15]
and w14, w14, #0xffff
cmp w14, #2
b.eq LBB5_9
; %bb.5: ; in Loop: Header=BB5_4 Depth=1
cmp w14, #1
b.eq LBB5_7
; %bb.6: ; in Loop: Header=BB5_4 Depth=1
cbnz w14, LBB5_14
LBB5_7: ; in Loop: Header=BB5_4 Depth=1
cmp w15, #97
csinv w14, w12, wzr, eq
cmp w15, #100
csel w14, w13, w14, eq
cmp w15, #110
b.eq LBB5_2
; %bb.8: ; in Loop: Header=BB5_4 Depth=1
mvn w15, w14
tst w15, #0xffff
b.ne LBB5_3
b LBB5_11
LBB5_9: ; in Loop: Header=BB5_4 Depth=1
cmp w15, #110
b.eq LBB5_2
; %bb.10: ; in Loop: Header=BB5_4 Depth=1
cmp w15, #97
csinv w14, w12, wzr, eq
cmp w15, #100
csel w14, w13, w14, eq
cmn w14, #1
b.ne LBB5_3
LBB5_11: ; in Loop: Header=BB5_4 Depth=1
mov w14, #0
mov x9, x8
add w8, w8, #1
b LBB5_3
LBB5_12:
and w10, w14, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB5_14
LBB5_13:
mov w9, #0
mov w8, #65535
LBB5_14:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_6_search ; -- Begin function regex_6_search
.p2align 2
_regex_6_search: ; @regex_6_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB6_14
; %bb.1:
mov w16, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #3
mov w14, #4
b LBB6_4
LBB6_2: ; in Loop: Header=BB6_4 Depth=1
mov w15, #2
LBB6_3: ; in Loop: Header=BB6_4 Depth=1
and w16, w15, #0xffff
cmp w16, #4
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w16, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB6_13
LBB6_4: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w17, [x20, x15]
cmp w17, #110
and w0, w16, #0xffff
ccmp w0, #0, #0, eq
cneg w15, w12, ne
cmp w0, #3
b.eq LBB6_10
; %bb.5: ; in Loop: Header=BB6_4 Depth=1
cmp w0, #2
b.eq LBB6_7
; %bb.6: ; in Loop: Header=BB6_4 Depth=1
cmp w0, #1
b.ne LBB6_8
LBB6_7: ; in Loop: Header=BB6_4 Depth=1
cmp w17, #97
csel w15, w13, w15, eq
cmp w17, #100
csel w15, w14, w15, eq
cmp w17, #110
b.eq LBB6_2
LBB6_8: ; in Loop: Header=BB6_4 Depth=1
mvn w17, w15
tst w17, #0xffff
b.ne LBB6_3
; %bb.9: ; in Loop: Header=BB6_4 Depth=1
and w15, w16, #0xffff
cmp w15, #4
b.ne LBB6_12
b LBB6_15
LBB6_10: ; in Loop: Header=BB6_4 Depth=1
cmp w17, #110
b.eq LBB6_2
; %bb.11: ; in Loop: Header=BB6_4 Depth=1
cmp w17, #97
csel w15, w13, w15, eq
cmp w17, #100
csel w15, w14, w15, eq
mvn w16, w15
tst w16, #0xffff
b.ne LBB6_3
LBB6_12: ; in Loop: Header=BB6_4 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB6_3
LBB6_13:
and w10, w16, #0xffff
cmp w10, #4
csinv w8, w8, wzr, eq
b LBB6_15
LBB6_14:
mov w9, #0
mov w8, #65535
LBB6_15:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_7_search ; -- Begin function regex_7_search
.p2align 2
_regex_7_search: ; @regex_7_search
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
mov w10, #65535
cmp w8, #1
b.lt LBB7_11
; %bb.1:
mov w7, #0
mov w8, #0
mov w9, #0
sxth w11, w0
sub w12, w11, #1
mov w13, #1
mov w14, #2
mov w15, #7
mov w16, #6
mov w17, #5
mov w0, #4
mov w1, #3
mov w2, #8
mov w3, #9
mov w4, #10
mov w5, #12
mov w6, #11
b LBB7_3
LBB7_2: ; in Loop: Header=BB7_3 Depth=1
add w9, w9, #1
cmp w11, w9, sxth
b.le LBB7_10
LBB7_3: ; =>This Inner Loop Header: Depth=1
sxth x21, w9
ldrb w21, [x20, x21]
cmp w21, #97
cinc w22, w13, eq
ands w23, w7, #0xffff
csinv w22, w22, wzr, eq
cmn w22, #1
csinc w24, w22, wzr, ne
cmp w21, #97
csel w24, w14, w24, eq
cmp w23, #1
csel w22, w24, w22, eq
cmp w21, #50
csel w24, w15, w22, eq
cmp w21, #102
csel w24, w16, w24, eq
bics wzr, w10, w24
csel w24, w17, w24, eq
cmp w21, #97
csel w25, w14, w22, eq
cmp w21, #102
csel w25, w0, w25, eq
bics wzr, w10, w25
csel w25, w1, w25, eq
cmp w21, #97
csel w26, w14, w22, eq
cmp w21, #102
csel w26, w0, w26, eq
bics wzr, w10, w26
csel w26, w1, w26, eq
cmp w23, #2
csel w22, w22, w26, ne
cmp w23, #3
csel w22, w25, w22, eq
cmp w23, #4
csel w23, w24, w22, eq
and w22, w7, #0xffff
bics wzr, w10, w23
csel w7, w17, w23, eq
cmp w21, #102
csel w7, w0, w7, eq
cmp w22, #5
csel w7, w7, w23, eq
cmp w21, #50
csel w23, w15, w7, eq
cmp w21, #102
csel w23, w16, w23, eq
bics wzr, w10, w23
csel w23, w17, w23, eq
cmp w22, #6
csel w7, w7, w23, ne
cmp w22, #7
cset w23, eq
cmp w21, #51
cset w24, eq
tst w23, w24
csel w7, w2, w7, ne
cmp w22, #8
cset w23, eq
tst w23, w24
csel w7, w3, w7, ne
cmp w22, #9
cset w23, eq
tst w23, w24
csel w7, w4, w7, ne
cmp w21, #52
csel w23, w5, w7, eq
cmp w21, #53
csel w23, w6, w23, eq
cmp w22, #10
csel w7, w23, w7, eq
cmp w21, #52
csel w23, w5, w7, eq
cmp w21, #53
csel w21, w6, w23, eq
cmp w22, #11
csel w7, w21, w7, eq
mvn w21, w7
tst w21, #0xffff
b.eq LBB7_5
; %bb.4: ; in Loop: Header=BB7_3 Depth=1
cmp w12, w9, sxth
b.ne LBB7_2
b LBB7_7
LBB7_5: ; in Loop: Header=BB7_3 Depth=1
cmp w22, #12
b.eq LBB7_12
; %bb.6: ; in Loop: Header=BB7_3 Depth=1
mov w7, #0
mov x9, x8
add w8, w8, #1
cmp w12, w9, sxth
b.ne LBB7_2
LBB7_7: ; in Loop: Header=BB7_3 Depth=1
cmp w12, w8, sxth
b.le LBB7_2
; %bb.8: ; in Loop: Header=BB7_3 Depth=1
and w21, w7, #0xffff
cmp w21, #12
b.eq LBB7_2
; %bb.9: ; in Loop: Header=BB7_3 Depth=1
mov w7, #0
mov x9, x8
add w8, w8, #1
b LBB7_2
LBB7_10:
and w10, w7, #0xffff
cmp w10, #12
csinv w8, w8, wzr, eq
b LBB7_12
LBB7_11:
mov w9, #0
mov w8, #65535
LBB7_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_8_search ; -- Begin function regex_8_search
.p2align 2
_regex_8_search: ; @regex_8_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x0
mov x19, x8
bl _strlen
lsl w9, w0, #16
mov w8, #65535
cmp w9, #1
b.lt LBB8_11
; %bb.1:
mov w11, #0
mov w9, #0
mov w10, #0
sxth w13, w0
sub w14, w13, #1
mov w12, #65535
mov w15, #1
mov w16, #3
mov w17, #2
mov w0, #4
mov w1, #5
mov w2, #6
mov w3, #53
mov w4, #7
b LBB8_4
LBB8_2: ; in Loop: Header=BB8_4 Depth=1
mov w11, #0
mov x10, x9
add w9, w9, #1
LBB8_3: ; in Loop: Header=BB8_4 Depth=1
add w10, w10, #1
cmp w13, w10, sxth
b.le LBB8_13
LBB8_4: ; =>This Inner Loop Header: Depth=1
sxth x5, w10
ldrb w5, [x20, x5]
and w6, w11, #0xffff
cmp w5, #102
ccmp w6, #0, #0, eq
cneg w7, w15, ne
cmp w5, #50
csel w21, w16, w7, eq
cmp w5, #102
csel w21, w17, w21, eq
cmp w6, #1
csel w7, w21, w7, eq
cmp w5, #50
csel w21, w16, w7, eq
cmp w5, #102
csel w21, w17, w21, eq
cmp w6, #2
csel w7, w21, w7, eq
cmp w6, #3
cset w21, eq
cmp w5, #51
cset w22, eq
tst w21, w22
csel w7, w0, w7, ne
cmp w6, #4
cset w21, eq
tst w21, w22
csel w7, w1, w7, ne
cmp w6, #5
cset w21, eq
tst w21, w22
csel w7, w2, w7, ne
cmp w6, #6
ccmp w6, #7, #4, ne
ccmp w5, w3, #0, eq
csel w5, w4, w7, eq
mvn w6, w5
and w7, w11, #0xfffe
cmp w7, #6
csel w12, w10, w12, eq
and w6, w6, #0xffff
cbz w6, LBB8_6
; %bb.5: ; in Loop: Header=BB8_4 Depth=1
mov x11, x5
cmp w14, w10, sxth
b.ne LBB8_3
b LBB8_8
LBB8_6: ; in Loop: Header=BB8_4 Depth=1
and w12, w11, #0xfffffffe
and w12, w12, #0xffff
cmp w12, #6
b.eq LBB8_12
; %bb.7: ; in Loop: Header=BB8_4 Depth=1
mov w11, #0
mov x10, x9
add w9, w9, #1
mov w12, #65535
cmp w14, w10, sxth
b.ne LBB8_3
LBB8_8: ; in Loop: Header=BB8_4 Depth=1
cmp w14, w9, sxth
b.le LBB8_3
; %bb.9: ; in Loop: Header=BB8_4 Depth=1
and w5, w11, #0xfffffffe
and w5, w5, #0xffff
cmp w5, #6
b.eq LBB8_3
; %bb.10: ; in Loop: Header=BB8_4 Depth=1
tbnz w12, #15, LBB8_2
b LBB8_13
LBB8_11:
mov w10, #0
mov w9, #0
mov w11, #0
mov w12, #65535
b LBB8_13
LBB8_12:
mov x12, x10
LBB8_13:
and w13, w12, #0xffff
and w11, w11, #0xfffe
cmp w11, #6
ccmp w13, w8, #0, ne
csinv w9, w9, wzr, ne
strh w9, [x19]
cmp w13, w8
csel w8, w10, w12, eq
strh w8, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_9_search ; -- Begin function regex_9_search
.p2align 2
_regex_9_search: ; @regex_9_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB9_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB9_39
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB9_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB9_37
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
b LBB9_7
LBB9_5: ; in Loop: Header=BB9_7 Depth=1
mov x12, x8
mov x8, x16
LBB9_6: ; in Loop: Header=BB9_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB9_36
LBB9_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w12
ldrb w16, [x21, x16]
cbnz w15, LBB9_14
; %bb.8: ; in Loop: Header=BB9_7 Depth=1
cmp w16, #120
b.ne LBB9_14
; %bb.9: ; in Loop: Header=BB9_7 Depth=1
cbz w20, LBB9_23
; %bb.10: ; in Loop: Header=BB9_7 Depth=1
cbz w14, LBB9_12
; %bb.11: ; in Loop: Header=BB9_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB9_13
LBB9_12: ; in Loop: Header=BB9_7 Depth=1
strh w12, [x10]
LBB9_13: ; in Loop: Header=BB9_7 Depth=1
mov w16, #1
mov w15, #1
mov w14, #1
b LBB9_32
LBB9_14: ; in Loop: Header=BB9_7 Depth=1
cmp w15, #1
b.ne LBB9_21
; %bb.15: ; in Loop: Header=BB9_7 Depth=1
cmp w16, #120
b.ne LBB9_21
; %bb.16: ; in Loop: Header=BB9_7 Depth=1
cbz w20, LBB9_26
LBB9_17: ; in Loop: Header=BB9_7 Depth=1
cbz w14, LBB9_19
; %bb.18: ; in Loop: Header=BB9_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB9_20
LBB9_19: ; in Loop: Header=BB9_7 Depth=1
strh w12, [x10]
LBB9_20: ; in Loop: Header=BB9_7 Depth=1
add w14, w12, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #2
mov w14, #1
b LBB9_32
LBB9_21: ; in Loop: Header=BB9_7 Depth=1
cmp w15, #2
b.eq LBB9_24
; %bb.22: ; in Loop: Header=BB9_7 Depth=1
cmp w15, #3
b.ne LBB9_29
b LBB9_38
LBB9_23: ; in Loop: Header=BB9_7 Depth=1
mov w16, #1
mov w15, #1
b LBB9_32
LBB9_24: ; in Loop: Header=BB9_7 Depth=1
cmp w16, #120
b.ne LBB9_27
; %bb.25: ; in Loop: Header=BB9_7 Depth=1
cbnz w20, LBB9_17
LBB9_26: ; in Loop: Header=BB9_7 Depth=1
mov w15, #2
mov w16, #1
b LBB9_32
LBB9_27: ; in Loop: Header=BB9_7 Depth=1
cmp w16, #121
b.ne LBB9_29
; %bb.28: ; in Loop: Header=BB9_7 Depth=1
mov w16, #0
mov w15, #3
b LBB9_32
LBB9_29: ; in Loop: Header=BB9_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB9_31
; %bb.30: ; in Loop: Header=BB9_7 Depth=1
mov w14, #0
str w13, [x10]
LBB9_31: ; in Loop: Header=BB9_7 Depth=1
mov w16, #1
mov x12, x8
mov x8, x17
LBB9_32: ; in Loop: Header=BB9_7 Depth=1
cmp w11, w12, sxth
b.ne LBB9_6
; %bb.33: ; in Loop: Header=BB9_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w16, w17
tbnz w16, #0, LBB9_6
; %bb.34: ; in Loop: Header=BB9_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB9_5
; %bb.35: ; in Loop: Header=BB9_7 Depth=1
mov w14, #0
str w13, [x10]
b LBB9_5
LBB9_36:
cmp w15, #3
csinv w8, w8, wzr, eq
b LBB9_38
LBB9_37:
mov w12, #0
mov w8, #65535
LBB9_38:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB9_39:
bl _regex_9_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_10_search ; -- Begin function regex_10_search
.p2align 2
_regex_10_search: ; @regex_10_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB10_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #3
b LBB10_3
LBB10_2: ; in Loop: Header=BB10_3 Depth=1
and w14, w15, #0xffff
cmp w14, #3
csel w14, w9, w8, eq
cinc w16, w8, ne
csel w17, w15, wzr, eq
cmp w11, w8, sxth
csel w14, w9, w14, le
csel w16, w8, w16, le
csel w17, w15, w17, le
cmp w11, w9, sxth
csel w9, w9, w14, ne
csel w8, w8, w16, ne
csel w14, w15, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB10_6
LBB10_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w15, [x20, x15]
ands w16, w14, #0xffff
cset w17, eq
cmp w15, #97
cset w0, eq
tst w17, w0
cneg w17, w12, eq
cinc w0, w12, eq
cmp w16, #1
csel w17, w0, w17, eq
cmp w15, #98
ccmp w16, #2, #0, eq
csel w15, w13, w17, eq
cmn w15, #1
b.ne LBB10_2
; %bb.4: ; in Loop: Header=BB10_3 Depth=1
and w14, w14, #0xffff
cmp w14, #3
b.eq LBB10_8
; %bb.5: ; in Loop: Header=BB10_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB10_2
LBB10_6:
and w10, w14, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB10_8
LBB10_7:
mov w9, #0
mov w8, #65535
LBB10_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_11_search ; -- Begin function regex_11_search
.p2align 2
_regex_11_search: ; @regex_11_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB11_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB11_3
LBB11_2: ; in Loop: Header=BB11_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB11_6
LBB11_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #98
ccmp w16, #1, #0, eq
csel w15, w13, w15, eq
cmp w17, #99
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB11_2
; %bb.4: ; in Loop: Header=BB11_3 Depth=1
cmp w16, #3
b.eq LBB11_8
; %bb.5: ; in Loop: Header=BB11_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB11_2
LBB11_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB11_8
LBB11_7:
mov w9, #0
mov w8, #65535
LBB11_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_12_search ; -- Begin function regex_12_search
.p2align 2
_regex_12_search: ; @regex_12_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB12_11
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB12_3
LBB12_2: ; in Loop: Header=BB12_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB12_10
LBB12_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #98
csel w0, w13, w15, eq
cmp w17, #99
csel w0, w14, w0, eq
cmp w16, #1
csel w15, w0, w15, eq
cmp w17, #98
csel w0, w13, w15, eq
cmp w17, #99
csel w17, w14, w0, eq
cmp w16, #2
csel w15, w17, w15, eq
mvn w17, w15
tst w17, #0xffff
b.eq LBB12_5
; %bb.4: ; in Loop: Header=BB12_3 Depth=1
cmp w11, w9, sxth
b.ne LBB12_2
b LBB12_7
LBB12_5: ; in Loop: Header=BB12_3 Depth=1
cmp w16, #3
b.eq LBB12_12
; %bb.6: ; in Loop: Header=BB12_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB12_2
LBB12_7: ; in Loop: Header=BB12_3 Depth=1
cmp w11, w8, sxth
b.le LBB12_2
; %bb.8: ; in Loop: Header=BB12_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
b.eq LBB12_2
; %bb.9: ; in Loop: Header=BB12_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB12_2
LBB12_10:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB12_12
LBB12_11:
mov w9, #0
mov w8, #65535
LBB12_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_13_search ; -- Begin function regex_13_search
.p2align 2
_regex_13_search: ; @regex_13_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB13_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB13_3
LBB13_2: ; in Loop: Header=BB13_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB13_6
LBB13_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #98
ccmp w16, #1, #0, eq
csel w15, w13, w15, eq
cmp w17, #98
csel w0, w13, w15, eq
cmp w17, #99
csel w17, w14, w0, eq
cmp w16, #2
csel w15, w17, w15, eq
cmn w15, #1
b.ne LBB13_2
; %bb.4: ; in Loop: Header=BB13_3 Depth=1
cmp w16, #3
b.eq LBB13_8
; %bb.5: ; in Loop: Header=BB13_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB13_2
LBB13_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB13_8
LBB13_7:
mov w9, #0
mov w8, #65535
LBB13_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_14_search ; -- Begin function regex_14_search
.p2align 2
_regex_14_search: ; @regex_14_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB14_11
; %bb.1:
mov w16, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
mov w15, #4
b LBB14_3
LBB14_2: ; in Loop: Header=BB14_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB14_10
LBB14_3: ; =>This Inner Loop Header: Depth=1
sxth x17, w9
ldrb w0, [x20, x17]
and w17, w16, #0xffff
cmp w0, #97
ccmp w17, #0, #0, eq
cneg w16, w12, ne
cmp w17, #1
cset w1, eq
cmp w0, #98
cset w2, eq
tst w1, w2
csel w16, w13, w16, ne
cmp w17, #2
cset w1, eq
tst w1, w2
csel w16, w14, w16, ne
cmp w0, #98
csel w1, w14, w16, eq
cmp w0, #99
csel w0, w15, w1, eq
cmp w17, #3
csel w16, w0, w16, eq
cmn w16, #1
b.eq LBB14_5
; %bb.4: ; in Loop: Header=BB14_3 Depth=1
cmp w11, w9, sxth
b.ne LBB14_2
b LBB14_7
LBB14_5: ; in Loop: Header=BB14_3 Depth=1
cmp w17, #4
b.eq LBB14_12
; %bb.6: ; in Loop: Header=BB14_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB14_2
LBB14_7: ; in Loop: Header=BB14_3 Depth=1
cmp w11, w8, sxth
b.le LBB14_2
; %bb.8: ; in Loop: Header=BB14_3 Depth=1
and w17, w16, #0xffff
cmp w17, #4
b.eq LBB14_2
; %bb.9: ; in Loop: Header=BB14_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
b LBB14_2
LBB14_10:
and w10, w16, #0xffff
cmp w10, #4
csinv w8, w8, wzr, eq
b LBB14_12
LBB14_11:
mov w9, #0
mov w8, #65535
LBB14_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_15_search ; -- Begin function regex_15_search
.p2align 2
_regex_15_search: ; @regex_15_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB15_11
; %bb.1:
mov w16, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
mov w15, #4
b LBB15_3
LBB15_2: ; in Loop: Header=BB15_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB15_10
LBB15_3: ; =>This Inner Loop Header: Depth=1
sxth x17, w9
ldrb w0, [x20, x17]
and w17, w16, #0xffff
cmp w0, #97
ccmp w17, #0, #0, eq
cneg w16, w12, ne
cmp w0, #98
ccmp w17, #1, #0, eq
csel w16, w13, w16, eq
cmp w0, #98
csel w1, w14, w16, eq
cmp w0, #99
csel w1, w15, w1, eq
cmp w17, #2
csel w16, w1, w16, eq
cmp w0, #99
ccmp w17, #3, #0, eq
csel w16, w15, w16, eq
cmn w16, #1
b.eq LBB15_5
; %bb.4: ; in Loop: Header=BB15_3 Depth=1
cmp w11, w9, sxth
b.ne LBB15_2
b LBB15_7
LBB15_5: ; in Loop: Header=BB15_3 Depth=1
cmp w17, #4
b.eq LBB15_12
; %bb.6: ; in Loop: Header=BB15_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB15_2
LBB15_7: ; in Loop: Header=BB15_3 Depth=1
cmp w11, w8, sxth
b.le LBB15_2
; %bb.8: ; in Loop: Header=BB15_3 Depth=1
and w17, w16, #0xffff
cmp w17, #4
b.eq LBB15_2
; %bb.9: ; in Loop: Header=BB15_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
b LBB15_2
LBB15_10:
and w10, w16, #0xffff
cmp w10, #4
csinv w8, w8, wzr, eq
b LBB15_12
LBB15_11:
mov w9, #0
mov w8, #65535
LBB15_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_16_search ; -- Begin function regex_16_search
.p2align 2
_regex_16_search: ; @regex_16_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB16_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB16_3
LBB16_2: ; in Loop: Header=BB16_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB16_6
LBB16_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #98
csel w0, w13, w15, eq
cmp w17, #99
csel w0, w14, w0, eq
cmp w16, #1
csel w15, w0, w15, eq
cmp w17, #99
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB16_2
; %bb.4: ; in Loop: Header=BB16_3 Depth=1
cmp w16, #3
b.eq LBB16_8
; %bb.5: ; in Loop: Header=BB16_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB16_2
LBB16_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB16_8
LBB16_7:
mov w9, #0
mov w8, #65535
LBB16_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_17_search ; -- Begin function regex_17_search
.p2align 2
_regex_17_search: ; @regex_17_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB17_7
; %bb.1:
mov w17, #0
mov w1, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #97
mov w13, #1
mov w14, #2
mov w15, #99
mov w16, #3
b LBB17_3
LBB17_2: ; in Loop: Header=BB17_3 Depth=1
and w0, w17, #0xffff
cmp w0, #3
csel w0, w9, w8, eq
cinc w1, w8, ne
csel w2, w17, wzr, eq
cmp w11, w8, sxth
csel w0, w9, w0, le
csel w1, w8, w1, le
csel w2, w17, w2, le
cmp w11, w9, sxth
csel w9, w9, w0, ne
csel w8, w8, w1, ne
csel w1, w17, w2, ne
add w9, w9, #1
sxth w17, w9
cmp w10, w17
b.le LBB17_6
LBB17_3: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w2, [x20, x0]
and w0, w1, #0xffff
tst w9, #0xffff
ccmp w2, w12, #0, eq
ccmp w0, #0, #0, eq
cneg w1, w13, ne
cmp w2, #98
ccmp w0, #1, #0, eq
csel w1, w14, w1, eq
cmp w11, w17
ccmp w2, w15, #0, eq
ccmp w0, #2, #0, eq
csel w17, w16, w1, eq
cmn w17, #1
b.ne LBB17_2
; %bb.4: ; in Loop: Header=BB17_3 Depth=1
cmp w0, #3
b.eq LBB17_8
; %bb.5: ; in Loop: Header=BB17_3 Depth=1
mov w17, #0
mov x9, x8
add w8, w8, #1
b LBB17_2
LBB17_6:
and w10, w1, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB17_8
LBB17_7:
mov w9, #0
mov w8, #65535
LBB17_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_18_search ; -- Begin function regex_18_search
.p2align 2
_regex_18_search: ; @regex_18_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB18_7
; %bb.1:
mov w16, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #97
mov w13, #1
mov w14, #2
mov w15, #3
b LBB18_3
LBB18_2: ; in Loop: Header=BB18_3 Depth=1
and w17, w16, #0xffff
cmp w17, #3
csel w17, w9, w8, eq
cinc w0, w8, ne
csel w1, w16, wzr, eq
cmp w11, w8, sxth
csel w17, w9, w17, le
csel w0, w8, w0, le
csel w1, w16, w1, le
cmp w11, w9, sxth
csel w9, w9, w17, ne
csel w8, w8, w0, ne
csel w16, w16, w1, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB18_6
LBB18_3: ; =>This Inner Loop Header: Depth=1
sxth x17, w9
ldrb w0, [x20, x17]
and w17, w16, #0xffff
tst w9, #0xffff
ccmp w0, w12, #0, eq
ccmp w17, #0, #0, eq
cneg w16, w13, ne
cmp w0, #98
ccmp w17, #1, #0, eq
csel w16, w14, w16, eq
cmp w0, #99
ccmp w17, #2, #0, eq
csel w16, w15, w16, eq
cmn w16, #1
b.ne LBB18_2
; %bb.4: ; in Loop: Header=BB18_3 Depth=1
cmp w17, #3
b.eq LBB18_8
; %bb.5: ; in Loop: Header=BB18_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
b LBB18_2
LBB18_6:
and w10, w16, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB18_8
LBB18_7:
mov w9, #0
mov w8, #65535
LBB18_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_19_search ; -- Begin function regex_19_search
.p2align 2
_regex_19_search: ; @regex_19_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB19_7
; %bb.1:
mov w16, #0
mov w17, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #99
mov w15, #3
b LBB19_3
LBB19_2: ; in Loop: Header=BB19_3 Depth=1
and w17, w16, #0xffff
cmp w17, #3
csel w17, w9, w8, eq
cinc w0, w8, ne
csel w1, w16, wzr, eq
cmp w11, w8, sxth
csel w17, w9, w17, le
csel w0, w8, w0, le
csel w1, w16, w1, le
cmp w11, w9, sxth
csel w9, w9, w17, ne
csel w8, w8, w0, ne
csel w17, w16, w1, ne
add w9, w9, #1
sxth w16, w9
cmp w10, w16
b.le LBB19_6
LBB19_3: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w0, [x20, x0]
and w17, w17, #0xffff
cmp w0, #97
ccmp w17, #0, #0, eq
cneg w1, w12, ne
cmp w0, #98
ccmp w17, #1, #0, eq
csel w1, w13, w1, eq
cmp w11, w16
ccmp w0, w14, #0, eq
ccmp w17, #2, #0, eq
csel w16, w15, w1, eq
cmn w16, #1
b.ne LBB19_2
; %bb.4: ; in Loop: Header=BB19_3 Depth=1
cmp w17, #3
b.eq LBB19_8
; %bb.5: ; in Loop: Header=BB19_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
b LBB19_2
LBB19_6:
and w10, w17, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB19_8
LBB19_7:
mov w9, #0
mov w8, #65535
LBB19_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_20_search ; -- Begin function regex_20_search
.p2align 2
_regex_20_search: ; @regex_20_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB20_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #3
b LBB20_3
LBB20_2: ; in Loop: Header=BB20_3 Depth=1
and w14, w15, #0xffff
cmp w14, #3
csel w14, w9, w8, eq
cinc w16, w8, ne
csel w17, w15, wzr, eq
cmp w11, w8, sxth
csel w14, w9, w14, le
csel w16, w8, w16, le
csel w17, w15, w17, le
cmp w11, w9, sxth
csel w9, w9, w14, ne
csel w8, w8, w16, ne
csel w14, w15, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB20_6
LBB20_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w15, [x20, x15]
ands w16, w14, #0xffff
cset w17, eq
cmp w15, #97
cset w0, eq
tst w17, w0
cneg w17, w12, eq
cinc w0, w12, eq
cmp w16, #1
csel w17, w0, w17, eq
cmp w15, #99
ccmp w16, #2, #0, eq
csel w15, w13, w17, eq
cmn w15, #1
b.ne LBB20_2
; %bb.4: ; in Loop: Header=BB20_3 Depth=1
and w14, w14, #0xffff
cmp w14, #3
b.eq LBB20_8
; %bb.5: ; in Loop: Header=BB20_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB20_2
LBB20_6:
and w10, w14, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB20_8
LBB20_7:
mov w9, #0
mov w8, #65535
LBB20_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_21_search ; -- Begin function regex_21_search
.p2align 2
_regex_21_search: ; @regex_21_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w9, w0, #16
mov w8, #65535
cmp w9, #1
b.lt LBB21_11
; %bb.1:
mov w11, #0
mov w9, #0
mov w10, #0
sxth w13, w0
sub w14, w13, #1
mov w12, #65535
mov w15, #1
mov w16, #3
mov w17, #2
b LBB21_4
LBB21_2: ; in Loop: Header=BB21_4 Depth=1
mov w11, #0
mov x10, x9
add w9, w9, #1
LBB21_3: ; in Loop: Header=BB21_4 Depth=1
add w10, w10, #1
cmp w13, w10, sxth
b.le LBB21_13
LBB21_4: ; =>This Inner Loop Header: Depth=1
sxth x0, w10
ldrb w0, [x20, x0]
ands w1, w11, #0xffff
cset w2, eq
cmp w0, #97
cset w3, eq
tst w2, w3
cneg w2, w15, eq
cinc w3, w15, eq
cmp w0, #99
csel w3, w16, w3, eq
cmp w1, #1
csel w2, w3, w2, eq
cmn w2, #1
csel w3, w17, w2, eq
cmp w0, #99
csel w3, w16, w3, eq
cmp w1, #2
csel w2, w3, w2, eq
cmn w2, #1
csel w3, w17, w2, eq
cmp w0, #99
csel w0, w16, w3, eq
cmp w1, #3
csel w0, w0, w2, eq
mvn w1, w0
csel w12, w10, w12, eq
and w1, w1, #0xffff
cbz w1, LBB21_6
; %bb.5: ; in Loop: Header=BB21_4 Depth=1
mov x11, x0
cmp w14, w10, sxth
b.ne LBB21_3
b LBB21_8
LBB21_6: ; in Loop: Header=BB21_4 Depth=1
and w11, w11, #0xffff
cmp w11, #3
b.eq LBB21_12
; %bb.7: ; in Loop: Header=BB21_4 Depth=1
mov w11, #0
mov x10, x9
add w9, w9, #1
mov w12, #65535
cmp w14, w10, sxth
b.ne LBB21_3
LBB21_8: ; in Loop: Header=BB21_4 Depth=1
cmp w14, w9, sxth
b.le LBB21_3
; %bb.9: ; in Loop: Header=BB21_4 Depth=1
and w0, w11, #0xffff
cmp w0, #3
b.eq LBB21_3
; %bb.10: ; in Loop: Header=BB21_4 Depth=1
tbnz w12, #15, LBB21_2
b LBB21_13
LBB21_11:
mov w10, #0
mov w9, #0
mov w11, #0
mov w12, #65535
b LBB21_13
LBB21_12:
mov x12, x10
LBB21_13:
and w13, w12, #0xffff
and w11, w11, #0xffff
cmp w11, #3
ccmp w13, w8, #0, ne
csinv w9, w9, wzr, ne
strh w9, [x19]
cmp w13, w8
csel w8, w10, w12, eq
strh w8, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_22_search ; -- Begin function regex_22_search
.p2align 2
_regex_22_search: ; @regex_22_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB22_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB22_3
LBB22_2: ; in Loop: Header=BB22_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB22_6
LBB22_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
cmp w17, #97
and w16, w15, #0xffff
ccmp w16, #0, #0, eq
cneg w15, w12, ne
and w0, w17, #0xfe
cmp w0, #98
ccmp w16, #1, #0, eq
csel w15, w13, w15, eq
cmp w17, #100
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB22_2
; %bb.4: ; in Loop: Header=BB22_3 Depth=1
cmp w16, #3
b.eq LBB22_8
; %bb.5: ; in Loop: Header=BB22_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB22_2
LBB22_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB22_8
LBB22_7:
mov w9, #0
mov w8, #65535
LBB22_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_23_search ; -- Begin function regex_23_search
.p2align 2
_regex_23_search: ; @regex_23_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB23_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB23_3
LBB23_2: ; in Loop: Header=BB23_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB23_6
LBB23_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
cmp w17, #97
and w16, w15, #0xffff
ccmp w16, #0, #0, eq
cneg w15, w12, ne
sub w0, w17, #98
cmp w0, #3
ccmp w16, #1, #0, lo
csel w15, w13, w15, eq
cmp w17, #101
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB23_2
; %bb.4: ; in Loop: Header=BB23_3 Depth=1
cmp w16, #3
b.eq LBB23_8
; %bb.5: ; in Loop: Header=BB23_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB23_2
LBB23_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB23_8
LBB23_7:
mov w9, #0
mov w8, #65535
LBB23_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_24_search ; -- Begin function regex_24_search
.p2align 2
_regex_24_search: ; @regex_24_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB24_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
b LBB24_3
LBB24_2: ; in Loop: Header=BB24_3 Depth=1
and w15, w14, #0xffff
cmp w15, #2
csel w15, w9, w8, eq
cinc w16, w8, ne
csel w17, w14, wzr, eq
cmp w11, w8, sxth
csel w15, w9, w15, le
csel w16, w8, w16, le
csel w17, w14, w17, le
cmp w11, w9, sxth
csel w9, w9, w15, ne
csel w8, w8, w16, ne
csel w14, w14, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB24_6
LBB24_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w16, [x20, x15]
cmp w16, #97
and w15, w14, #0xffff
ccmp w15, #0, #0, eq
cneg w14, w12, ne
sub w16, w16, #98
cmp w16, #3
ccmp w15, #1, #0, lo
csel w14, w13, w14, eq
cmn w14, #1
b.ne LBB24_2
; %bb.4: ; in Loop: Header=BB24_3 Depth=1
cmp w15, #2
b.eq LBB24_8
; %bb.5: ; in Loop: Header=BB24_3 Depth=1
mov w14, #0
mov x9, x8
add w8, w8, #1
b LBB24_2
LBB24_6:
and w10, w14, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB24_8
LBB24_7:
mov w9, #0
mov w8, #65535
LBB24_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_25_search ; -- Begin function regex_25_search
.p2align 2
_regex_25_search: ; @regex_25_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB25_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #98
mov w14, #2
b LBB25_3
LBB25_2: ; in Loop: Header=BB25_3 Depth=1
and w16, w15, #0xffff
cmp w16, #2
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB25_6
LBB25_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #45
ccmp w17, w13, #4, ne
ccmp w16, #1, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB25_2
; %bb.4: ; in Loop: Header=BB25_3 Depth=1
cmp w16, #2
b.eq LBB25_8
; %bb.5: ; in Loop: Header=BB25_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB25_2
LBB25_6:
and w10, w15, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB25_8
LBB25_7:
mov w9, #0
mov w8, #65535
LBB25_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_26_search ; -- Begin function regex_26_search
.p2align 2
_regex_26_search: ; @regex_26_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB26_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #98
mov w14, #2
b LBB26_3
LBB26_2: ; in Loop: Header=BB26_3 Depth=1
and w16, w15, #0xffff
cmp w16, #2
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB26_6
LBB26_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #45
ccmp w17, w13, #4, ne
ccmp w16, #1, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB26_2
; %bb.4: ; in Loop: Header=BB26_3 Depth=1
cmp w16, #2
b.eq LBB26_8
; %bb.5: ; in Loop: Header=BB26_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB26_2
LBB26_6:
and w10, w15, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB26_8
LBB26_7:
mov w9, #0
mov w8, #65535
LBB26_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_27_search ; -- Begin function regex_27_search
.p2align 2
_regex_27_search: ; @regex_27_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB27_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
b LBB27_3
LBB27_2: ; in Loop: Header=BB27_3 Depth=1
and w15, w14, #0xffff
cmp w15, #2
csel w15, w9, w8, eq
cinc w16, w8, ne
csel w17, w14, wzr, eq
cmp w11, w8, sxth
csel w15, w9, w15, le
csel w16, w8, w16, le
csel w17, w14, w17, le
cmp w11, w9, sxth
csel w9, w9, w15, ne
csel w8, w8, w16, ne
csel w14, w14, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB27_6
LBB27_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w16, [x20, x15]
and w15, w14, #0xffff
cmp w16, #97
ccmp w15, #0, #0, eq
cneg w14, w12, ne
cmp w16, #93
ccmp w15, #1, #0, eq
csel w14, w13, w14, eq
cmn w14, #1
b.ne LBB27_2
; %bb.4: ; in Loop: Header=BB27_3 Depth=1
cmp w15, #2
b.eq LBB27_8
; %bb.5: ; in Loop: Header=BB27_3 Depth=1
mov w14, #0
mov x9, x8
add w8, w8, #1
b LBB27_2
LBB27_6:
and w10, w14, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB27_8
LBB27_7:
mov w9, #0
mov w8, #65535
LBB27_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_28_search ; -- Begin function regex_28_search
.p2align 2
_regex_28_search: ; @regex_28_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB28_9
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB28_4
LBB28_2: ; in Loop: Header=BB28_4 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
LBB28_3: ; in Loop: Header=BB28_4 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB28_8
LBB28_4: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
cmp w17, #97
cset w16, eq
ands w1, w15, #0xffff
cset w0, eq
ands w0, w0, w16
cneg w16, w12, eq
cmp w1, #1
b.ne LBB28_6
; %bb.5: ; in Loop: Header=BB28_4 Depth=1
and w15, w17, #0xfe
cmp w15, #98
cset w15, eq
orr w15, w0, w15
tst w15, #0x1
csel w15, w16, w13, ne
mvn w16, w15
tst w16, #0xffff
b.ne LBB28_3
b LBB28_2
LBB28_6: ; in Loop: Header=BB28_4 Depth=1
and w0, w15, #0xffff
cmp w17, #100
ccmp w0, #2, #0, eq
csel w15, w14, w16, eq
mvn w16, w15
tst w16, #0xffff
b.ne LBB28_3
; %bb.7: ; in Loop: Header=BB28_4 Depth=1
cmp w0, #3
b.ne LBB28_2
b LBB28_10
LBB28_8:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB28_10
LBB28_9:
mov w9, #0
mov w8, #65535
LBB28_10:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_29_search ; -- Begin function regex_29_search
.p2align 2
_regex_29_search: ; @regex_29_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB29_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB29_3
LBB29_2: ; in Loop: Header=BB29_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB29_6
LBB29_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
cmp w17, #97
cset w16, eq
ands w0, w15, #0xffff
cset w1, eq
ands w16, w1, w16
cneg w1, w12, eq
cmp w17, #98
csel w2, w1, w13, eq
cmp w17, #45
csel w2, w1, w2, eq
tst w16, #0x1
csel w16, w1, w2, ne
cmp w0, #1
csel w0, w1, w16, ne
and w16, w15, #0xffff
cmp w17, #99
ccmp w16, #2, #0, eq
csel w15, w14, w0, eq
mvn w17, w15
tst w17, #0xffff
b.ne LBB29_2
; %bb.4: ; in Loop: Header=BB29_3 Depth=1
cmp w16, #3
b.eq LBB29_8
; %bb.5: ; in Loop: Header=BB29_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB29_2
LBB29_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB29_8
LBB29_7:
mov w9, #0
mov w8, #65535
LBB29_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_30_search ; -- Begin function regex_30_search
.p2align 2
_regex_30_search: ; @regex_30_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB30_7
; %bb.1:
mov w16, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
mov w15, #4
b LBB30_3
LBB30_2: ; in Loop: Header=BB30_3 Depth=1
and w17, w16, #0xffff
cmp w17, #4
csel w17, w9, w8, eq
cinc w0, w8, ne
csel w1, w16, wzr, eq
cmp w11, w8, sxth
csel w17, w9, w17, le
csel w0, w8, w0, le
csel w1, w16, w1, le
cmp w11, w9, sxth
csel w9, w9, w17, ne
csel w8, w8, w0, ne
csel w16, w16, w1, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB30_6
LBB30_3: ; =>This Inner Loop Header: Depth=1
sxth x17, w9
ldrb w0, [x20, x17]
and w17, w16, #0xffff
cmp w0, #97
ccmp w17, #0, #0, eq
cneg w16, w12, ne
cmp w0, #98
ccmp w17, #1, #0, eq
csel w16, w13, w16, eq
cmp w0, #93
ccmp w17, #2, #0, eq
csel w16, w14, w16, eq
cmp w0, #99
ccmp w17, #3, #0, eq
csel w16, w15, w16, eq
cmn w16, #1
b.ne LBB30_2
; %bb.4: ; in Loop: Header=BB30_3 Depth=1
cmp w17, #4
b.eq LBB30_8
; %bb.5: ; in Loop: Header=BB30_3 Depth=1
mov w16, #0
mov x9, x8
add w8, w8, #1
b LBB30_2
LBB30_6:
and w10, w16, #0xffff
cmp w10, #4
csinv w8, w8, wzr, eq
b LBB30_8
LBB30_7:
mov w9, #0
mov w8, #65535
LBB30_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_31_search ; -- Begin function regex_31_search
.p2align 2
_regex_31_search: ; @regex_31_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB31_12
; %bb.1:
mov w17, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #98
mov w15, #100
mov w16, #3
b LBB31_4
LBB31_2: ; in Loop: Header=BB31_4 Depth=1
mov x17, x0
LBB31_3: ; in Loop: Header=BB31_4 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB31_11
LBB31_4: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w0, [x20, x0]
cmp w0, #97
cneg w1, w12, ne
cmp w0, #99
csel w1, w13, w1, eq
ands w2, w17, #0xffff
csinv w1, w1, wzr, eq
cmp w2, #1
ccmp w0, w14, #0, eq
cset w3, eq
cmp w2, #2
ccmp w0, w15, #0, eq
cset w0, eq
orr w0, w0, w3
cmp w0, #0
csel w0, w16, w1, ne
cmn w0, #1
b.eq LBB31_6
; %bb.5: ; in Loop: Header=BB31_4 Depth=1
cmp w11, w9, sxth
b.ne LBB31_2
b LBB31_8
LBB31_6: ; in Loop: Header=BB31_4 Depth=1
and w17, w17, #0xffff
cmp w17, #3
b.eq LBB31_13
; %bb.7: ; in Loop: Header=BB31_4 Depth=1
mov w0, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB31_2
LBB31_8: ; in Loop: Header=BB31_4 Depth=1
cmp w11, w8, sxth
b.le LBB31_2
; %bb.9: ; in Loop: Header=BB31_4 Depth=1
and w17, w0, #0xffff
cmp w17, #3
b.eq LBB31_2
; %bb.10: ; in Loop: Header=BB31_4 Depth=1
mov w17, #0
mov x9, x8
add w8, w8, #1
b LBB31_3
LBB31_11:
and w10, w17, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB31_13
LBB31_12:
mov w9, #0
mov w8, #65535
LBB31_13:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_32_search ; -- Begin function regex_32_search
.p2align 2
_regex_32_search: ; @regex_32_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB32_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
b LBB32_3
LBB32_2: ; in Loop: Header=BB32_3 Depth=1
and w15, w14, #0xffff
cmp w15, #2
csel w15, w9, w8, eq
cinc w16, w8, ne
csel w17, w14, wzr, eq
cmp w11, w8, sxth
csel w15, w9, w15, le
csel w16, w8, w16, le
csel w17, w14, w17, le
cmp w11, w9, sxth
csel w9, w9, w15, ne
csel w8, w8, w16, ne
csel w14, w14, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB32_6
LBB32_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w16, [x20, x15]
and w15, w14, #0xffff
cmp w16, #101
ccmp w15, #0, #0, eq
cneg w14, w12, ne
cmp w16, #102
ccmp w15, #1, #0, eq
csel w14, w13, w14, eq
cmn w14, #1
b.ne LBB32_2
; %bb.4: ; in Loop: Header=BB32_3 Depth=1
cmp w15, #2
b.eq LBB32_8
; %bb.5: ; in Loop: Header=BB32_3 Depth=1
mov w14, #0
mov x9, x8
add w8, w8, #1
b LBB32_2
LBB32_6:
and w10, w14, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB32_8
LBB32_7:
mov w9, #0
mov w8, #65535
LBB32_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_33_search ; -- Begin function regex_33_search
.p2align 2
_regex_33_search: ; @regex_33_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB33_7
; %bb.1:
mov w14, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
b LBB33_3
LBB33_2: ; in Loop: Header=BB33_3 Depth=1
and w15, w14, #0xffff
cmp w15, #2
csel w15, w9, w8, eq
cinc w16, w8, ne
csel w17, w14, wzr, eq
cmp w11, w8, sxth
csel w15, w9, w15, le
csel w16, w8, w16, le
csel w17, w14, w17, le
cmp w11, w9, sxth
csel w9, w9, w15, ne
csel w8, w8, w16, ne
csel w14, w14, w17, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB33_6
LBB33_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w9
ldrb w16, [x20, x15]
and w15, w14, #0xffff
cmp w16, #36
ccmp w15, #0, #0, eq
cneg w14, w12, ne
cmp w16, #98
ccmp w15, #1, #0, eq
csel w14, w13, w14, eq
cmn w14, #1
b.ne LBB33_2
; %bb.4: ; in Loop: Header=BB33_3 Depth=1
cmp w15, #2
b.eq LBB33_8
; %bb.5: ; in Loop: Header=BB33_3 Depth=1
mov w14, #0
mov x9, x8
add w8, w8, #1
b LBB33_2
LBB33_6:
and w10, w14, #0xffff
cmp w10, #2
csinv w8, w8, wzr, eq
b LBB33_8
LBB33_7:
mov w9, #0
mov w8, #65535
LBB33_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_34_search ; -- Begin function regex_34_search
.p2align 2
_regex_34_search: ; @regex_34_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB34_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB34_3
LBB34_2: ; in Loop: Header=BB34_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB34_6
LBB34_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #40
ccmp w16, #1, #0, eq
csel w15, w13, w15, eq
cmp w17, #98
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB34_2
; %bb.4: ; in Loop: Header=BB34_3 Depth=1
cmp w16, #3
b.eq LBB34_8
; %bb.5: ; in Loop: Header=BB34_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB34_2
LBB34_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB34_8
LBB34_7:
mov w9, #0
mov w8, #65535
LBB34_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_35_search ; -- Begin function regex_35_search
.p2align 2
_regex_35_search: ; @regex_35_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB35_11
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB35_3
LBB35_2: ; in Loop: Header=BB35_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB35_10
LBB35_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #40
csel w0, w13, w15, eq
cmp w17, #98
csel w0, w14, w0, eq
cmp w16, #1
csel w15, w0, w15, eq
cmp w17, #40
csel w0, w13, w15, eq
cmp w17, #98
csel w17, w14, w0, eq
cmp w16, #2
csel w15, w17, w15, eq
mvn w17, w15
tst w17, #0xffff
b.eq LBB35_5
; %bb.4: ; in Loop: Header=BB35_3 Depth=1
cmp w11, w9, sxth
b.ne LBB35_2
b LBB35_7
LBB35_5: ; in Loop: Header=BB35_3 Depth=1
cmp w16, #3
b.eq LBB35_12
; %bb.6: ; in Loop: Header=BB35_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB35_2
LBB35_7: ; in Loop: Header=BB35_3 Depth=1
cmp w11, w8, sxth
b.le LBB35_2
; %bb.8: ; in Loop: Header=BB35_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
b.eq LBB35_2
; %bb.9: ; in Loop: Header=BB35_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB35_2
LBB35_10:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB35_12
LBB35_11:
mov w9, #0
mov w8, #65535
LBB35_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_36_search ; -- Begin function regex_36_search
.p2align 2
_regex_36_search: ; @regex_36_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB36_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB36_3
LBB36_2: ; in Loop: Header=BB36_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB36_6
LBB36_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #92
ccmp w16, #1, #0, eq
csel w15, w13, w15, eq
cmp w17, #98
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB36_2
; %bb.4: ; in Loop: Header=BB36_3 Depth=1
cmp w16, #3
b.eq LBB36_8
; %bb.5: ; in Loop: Header=BB36_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB36_2
LBB36_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB36_8
LBB36_7:
mov w9, #0
mov w8, #65535
LBB36_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_37_search ; -- Begin function regex_37_search
.p2align 2
_regex_37_search: ; @regex_37_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB37_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB37_28
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB37_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB37_26
; %bb.4:
mov w17, #0
mov w15, #0
mov w0, #0
mov w8, #0
mov w9, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
mov w13, #97
mov x14, #-1
b LBB37_7
LBB37_5: ; in Loop: Header=BB37_7 Depth=1
mov x9, x8
mov x8, x1
LBB37_6: ; in Loop: Header=BB37_7 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB37_25
LBB37_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w16, [x21, x16]
cmp w0, #0
ccmp w16, w13, #0, eq
cset w16, eq
b.ne LBB37_16
; %bb.8: ; in Loop: Header=BB37_7 Depth=1
cbz w20, LBB37_20
; %bb.9: ; in Loop: Header=BB37_7 Depth=1
cbz w17, LBB37_11
; %bb.10: ; in Loop: Header=BB37_7 Depth=1
ldrsh w17, [x11, #6]
cmp w17, w9, sxth
b.ge LBB37_12
LBB37_11: ; in Loop: Header=BB37_7 Depth=1
strh w9, [x11, #4]
LBB37_12: ; in Loop: Header=BB37_7 Depth=1
cbz w15, LBB37_14
; %bb.13: ; in Loop: Header=BB37_7 Depth=1
ldrsh w15, [x11, #2]
cmp w15, w9, sxth
b.ge LBB37_15
LBB37_14: ; in Loop: Header=BB37_7 Depth=1
strh w9, [x11]
LBB37_15: ; in Loop: Header=BB37_7 Depth=1
add w15, w9, #1
strh w15, [x11, #6]
strh w15, [x11, #2]
mov w0, #1
mov w15, #1
mov w17, #1
cmp w12, w9, sxth
b.ne LBB37_6
b LBB37_21
LBB37_16: ; in Loop: Header=BB37_7 Depth=1
cmp w0, #1
b.eq LBB37_27
; %bb.17: ; in Loop: Header=BB37_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB37_19
; %bb.18: ; in Loop: Header=BB37_7 Depth=1
mov w15, #0
mov w17, #0
str x14, [x11]
LBB37_19: ; in Loop: Header=BB37_7 Depth=1
mov x9, x8
mov x8, x1
cmp w12, w9, sxth
b.ne LBB37_6
b LBB37_21
LBB37_20: ; in Loop: Header=BB37_7 Depth=1
mov w0, #1
cmp w12, w9, sxth
b.ne LBB37_6
LBB37_21: ; in Loop: Header=BB37_7 Depth=1
cmp w12, w8, sxth
b.le LBB37_6
; %bb.22: ; in Loop: Header=BB37_7 Depth=1
eor w1, w16, #0x1
cbz w1, LBB37_6
; %bb.23: ; in Loop: Header=BB37_7 Depth=1
add w1, w8, #1
cbz w20, LBB37_5
; %bb.24: ; in Loop: Header=BB37_7 Depth=1
mov w15, #0
mov w17, #0
str x14, [x11]
b LBB37_5
LBB37_25:
cmp w16, #0
csinv w8, w8, wzr, ne
b LBB37_27
LBB37_26:
mov w9, #0
mov w8, #65535
LBB37_27:
strh w8, [x19]
strh w9, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB37_28:
bl _regex_37_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_38_search ; -- Begin function regex_38_search
.p2align 2
_regex_38_search: ; @regex_38_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB38_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB38_37
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB38_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB38_35
; %bb.4:
mov w12, #0
mov w16, #0
mov w17, #0
mov w8, #0
mov w15, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov x13, #-1
mov w14, #1
b LBB38_7
LBB38_5: ; in Loop: Header=BB38_7 Depth=1
mov x15, x8
mov x8, x0
LBB38_6: ; in Loop: Header=BB38_7 Depth=1
add w15, w15, #1
cmp w9, w15, sxth
b.le LBB38_34
LBB38_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w15
ldrb w0, [x21, x0]
and w17, w17, #0xffff
cmp w17, #2
b.eq LBB38_12
; %bb.8: ; in Loop: Header=BB38_7 Depth=1
cmp w17, #1
b.eq LBB38_19
; %bb.9: ; in Loop: Header=BB38_7 Depth=1
cbnz w17, LBB38_36
; %bb.10: ; in Loop: Header=BB38_7 Depth=1
cmp w0, #97
ccmp w20, #0, #4, eq
b.ne LBB38_21
; %bb.11: ; in Loop: Header=BB38_7 Depth=1
cmp w0, #97
ccmp w20, #0, #4, ne
csel w12, wzr, w12, ne
cmp w0, #97
cneg w17, w14, ne
b.ne LBB38_26
b LBB38_29
LBB38_12: ; in Loop: Header=BB38_7 Depth=1
cmp w0, #99
b.ne LBB38_25
; %bb.13: ; in Loop: Header=BB38_7 Depth=1
cbz w20, LBB38_18
; %bb.14: ; in Loop: Header=BB38_7 Depth=1
tst w12, #0xffff
b.eq LBB38_16
; %bb.15: ; in Loop: Header=BB38_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w15, sxth
b.ge LBB38_17
LBB38_16: ; in Loop: Header=BB38_7 Depth=1
strh w15, [x10, #4]
mov w12, #1
LBB38_17: ; in Loop: Header=BB38_7 Depth=1
add w17, w15, #1
strh w17, [x10, #6]
LBB38_18: ; in Loop: Header=BB38_7 Depth=1
mov w17, #3
cmp w11, w15, sxth
b.ne LBB38_6
b LBB38_30
LBB38_19: ; in Loop: Header=BB38_7 Depth=1
cmp w20, #0
cset w17, ne
cmp w0, #98
cset w1, ne
tst w17, w1
csel w16, wzr, w16, ne
csel w12, wzr, w12, ne
cmp w0, #98
b.ne LBB38_26
; %bb.20: ; in Loop: Header=BB38_7 Depth=1
mov w17, #2
cmp w11, w15, sxth
b.ne LBB38_6
b LBB38_30
LBB38_21: ; in Loop: Header=BB38_7 Depth=1
tst w16, #0xffff
b.eq LBB38_23
; %bb.22: ; in Loop: Header=BB38_7 Depth=1
ldrsh w16, [x10, #2]
cmp w16, w15, sxth
b.ge LBB38_24
LBB38_23: ; in Loop: Header=BB38_7 Depth=1
strh w15, [x10]
LBB38_24: ; in Loop: Header=BB38_7 Depth=1
add w16, w15, #1
strh w16, [x10, #2]
mov w17, #1
mov w16, #1
cmp w11, w15, sxth
b.ne LBB38_6
b LBB38_30
LBB38_25: ; in Loop: Header=BB38_7 Depth=1
cmp w20, #0
csel w16, w16, wzr, eq
LBB38_26: ; in Loop: Header=BB38_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB38_28
; %bb.27: ; in Loop: Header=BB38_7 Depth=1
mov w16, #0
mov w12, #0
str x13, [x10]
LBB38_28: ; in Loop: Header=BB38_7 Depth=1
mov x15, x8
mov x8, x0
LBB38_29: ; in Loop: Header=BB38_7 Depth=1
cmp w11, w15, sxth
b.ne LBB38_6
LBB38_30: ; in Loop: Header=BB38_7 Depth=1
cmp w11, w8, sxth
b.le LBB38_6
; %bb.31: ; in Loop: Header=BB38_7 Depth=1
and w0, w17, #0xffff
cmp w0, #3
b.eq LBB38_6
; %bb.32: ; in Loop: Header=BB38_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB38_5
; %bb.33: ; in Loop: Header=BB38_7 Depth=1
mov w16, #0
mov w12, #0
str x13, [x10]
b LBB38_5
LBB38_34:
and w9, w17, #0xffff
cmp w9, #3
csinv w8, w8, wzr, eq
b LBB38_36
LBB38_35:
mov w15, #0
mov w8, #65535
LBB38_36:
strh w8, [x19]
strh w15, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB38_37:
bl _regex_38_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_39_search ; -- Begin function regex_39_search
.p2align 2
_regex_39_search: ; @regex_39_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB39_11
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB39_3
LBB39_2: ; in Loop: Header=BB39_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB39_10
LBB39_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #97
csinc w0, w15, wzr, ne
cmp w17, #98
csel w0, w13, w0, eq
cmp w16, #1
csel w15, w0, w15, eq
cmp w17, #98
csel w0, w13, w15, eq
cmp w17, #99
csel w17, w14, w0, eq
cmp w16, #2
csel w15, w17, w15, eq
mvn w17, w15
tst w17, #0xffff
b.eq LBB39_5
; %bb.4: ; in Loop: Header=BB39_3 Depth=1
cmp w11, w9, sxth
b.ne LBB39_2
b LBB39_7
LBB39_5: ; in Loop: Header=BB39_3 Depth=1
cmp w16, #3
b.eq LBB39_12
; %bb.6: ; in Loop: Header=BB39_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB39_2
LBB39_7: ; in Loop: Header=BB39_3 Depth=1
cmp w11, w8, sxth
b.le LBB39_2
; %bb.8: ; in Loop: Header=BB39_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
b.eq LBB39_2
; %bb.9: ; in Loop: Header=BB39_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB39_2
LBB39_10:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB39_12
LBB39_11:
mov w9, #0
mov w8, #65535
LBB39_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_40_search ; -- Begin function regex_40_search
.p2align 2
_regex_40_search: ; @regex_40_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB40_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB40_18
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB40_3:
lsl w8, w22, #16
cmp w8, #0
b.le LBB40_13
; %bb.4:
mov w11, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
mov w13, #1
b LBB40_8
LBB40_5: ; in Loop: Header=BB40_8 Depth=1
strh w8, [x10]
LBB40_6: ; in Loop: Header=BB40_8 Depth=1
add w11, w8, #1
strh w11, [x10, #2]
mov w11, #1
LBB40_7: ; in Loop: Header=BB40_8 Depth=1
mov w13, #0
add w12, w8, #1
cmp w9, w12, sxth
b.le LBB40_15
LBB40_8: ; =>This Inner Loop Header: Depth=1
mov x8, x12
sxth x12, w8
ldrb w12, [x21, x12]
sub w12, w12, #97
cmp w12, #1
; %bb.9: ; in Loop: Header=BB40_8 Depth=1
b.hi LBB40_14
; %bb.10: ; in Loop: Header=BB40_8 Depth=1
cbz w20, LBB40_7
; %bb.11: ; in Loop: Header=BB40_8 Depth=1
cbz w11, LBB40_5
; %bb.12: ; in Loop: Header=BB40_8 Depth=1
ldrsh w11, [x10, #2]
cmp w11, w8, sxth
b.lt LBB40_5
b LBB40_6
LBB40_13:
mov w12, #0
strh wzr, [x19]
b LBB40_16
LBB40_14:
mov x12, x8
LBB40_15:
mvn w9, w8
strh wzr, [x19]
tst w9, #0xffff
b.ne LBB40_17
LBB40_16:
mov x8, x12
LBB40_17:
strh w8, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB40_18:
bl _regex_40_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_41_search ; -- Begin function regex_41_search
.p2align 2
_regex_41_search: ; @regex_41_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB41_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB41_37
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB41_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB41_33
; %bb.4:
mov w17, #0
mov w14, #0
mov w15, #0
mov w9, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
mov w16, #65535
mov w13, #-1
b LBB41_7
LBB41_5: ; in Loop: Header=BB41_7 Depth=1
mov x0, x15
LBB41_6: ; in Loop: Header=BB41_7 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
mov x15, x0
b.le LBB41_36
LBB41_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w0, [x21, x0]
sub w0, w0, #97
cbnz w14, LBB41_14
; %bb.8: ; in Loop: Header=BB41_7 Depth=1
cmp w0, #1
b.hi LBB41_14
; %bb.9: ; in Loop: Header=BB41_7 Depth=1
cbz w20, LBB41_26
; %bb.10: ; in Loop: Header=BB41_7 Depth=1
cbz w17, LBB41_12
; %bb.11: ; in Loop: Header=BB41_7 Depth=1
ldrsh w14, [x11, #2]
cmp w14, w9, sxth
b.ge LBB41_13
LBB41_12: ; in Loop: Header=BB41_7 Depth=1
strh w9, [x11]
LBB41_13: ; in Loop: Header=BB41_7 Depth=1
mov w0, #0
add w14, w9, #1
strh w14, [x11, #2]
mov w14, #1
b LBB41_21
LBB41_14: ; in Loop: Header=BB41_7 Depth=1
cmp w14, #1
b.ne LBB41_22
; %bb.15: ; in Loop: Header=BB41_7 Depth=1
cmp w0, #1
b.hi LBB41_22
; %bb.16: ; in Loop: Header=BB41_7 Depth=1
cbz w20, LBB41_27
; %bb.17: ; in Loop: Header=BB41_7 Depth=1
cbz w17, LBB41_19
; %bb.18: ; in Loop: Header=BB41_7 Depth=1
ldrsh w14, [x11, #2]
cmp w14, w9, sxth
b.ge LBB41_20
LBB41_19: ; in Loop: Header=BB41_7 Depth=1
strh w9, [x11]
LBB41_20: ; in Loop: Header=BB41_7 Depth=1
mov w0, #0
add w14, w9, #1
strh w14, [x11, #2]
mov w14, #1
mov x16, x9
LBB41_21: ; in Loop: Header=BB41_7 Depth=1
mov w17, #1
cmp w12, w9, sxth
b.ne LBB41_5
b LBB41_28
LBB41_22: ; in Loop: Header=BB41_7 Depth=1
cmp w14, #1
b.eq LBB41_34
; %bb.23: ; in Loop: Header=BB41_7 Depth=1
add w1, w15, #1
mov w14, #0
cbz w20, LBB41_25
; %bb.24: ; in Loop: Header=BB41_7 Depth=1
mov w17, #0
str w13, [x11]
LBB41_25: ; in Loop: Header=BB41_7 Depth=1
mov w0, #1
mov w16, #65535
mov x9, x15
mov x15, x1
cmp w12, w9, sxth
b.ne LBB41_5
b LBB41_28
LBB41_26: ; in Loop: Header=BB41_7 Depth=1
mov w0, #0
mov w14, #1
cmp w12, w9, sxth
b.eq LBB41_28
b LBB41_5
LBB41_27: ; in Loop: Header=BB41_7 Depth=1
mov w0, #0
mov w14, #1
mov x16, x9
cmp w12, w9, sxth
b.ne LBB41_5
LBB41_28: ; in Loop: Header=BB41_7 Depth=1
cmp w12, w15, sxth
cset w1, le
eor w0, w0, #0x1
orr w0, w1, w0
tbnz w0, #0, LBB41_5
; %bb.29: ; in Loop: Header=BB41_7 Depth=1
tbz w16, #15, LBB41_35
; %bb.30: ; in Loop: Header=BB41_7 Depth=1
add w0, w15, #1
cbz w20, LBB41_32
; %bb.31: ; in Loop: Header=BB41_7 Depth=1
mov w17, #0
str w13, [x11]
LBB41_32: ; in Loop: Header=BB41_7 Depth=1
mov x9, x15
b LBB41_6
LBB41_33:
mov w9, #0
mov w0, #0
mov w14, #0
mov w16, #65535
b LBB41_36
LBB41_34:
mov x0, x15
mov x16, x9
b LBB41_36
LBB41_35:
mov w14, #0
mov x0, x15
LBB41_36:
and w10, w16, #0xffff
cmp w14, #0
ccmp w10, w8, #0, eq
csinv w11, w0, wzr, ne
strh w11, [x19]
cmp w10, w8
csel w8, w9, w16, eq
strh w8, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB41_37:
bl _regex_41_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_42_search ; -- Begin function regex_42_search
.p2align 2
_regex_42_search: ; @regex_42_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB42_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB42_33
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB42_3:
lsl w8, w22, #16
cmp w8, #0
b.le LBB42_27
; %bb.4:
mov w12, #0
mov w11, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
mov w14, #65535
b LBB42_9
LBB42_5: ; in Loop: Header=BB42_9 Depth=1
mov w11, #1
LBB42_6: ; in Loop: Header=BB42_9 Depth=1
strh w8, [x10]
LBB42_7: ; in Loop: Header=BB42_9 Depth=1
add w12, w8, #1
strh w12, [x10, #2]
mov w12, #1
LBB42_8: ; in Loop: Header=BB42_9 Depth=1
add w13, w8, #1
cmp w9, w13, sxth
mov x14, x8
b.le LBB42_30
LBB42_9: ; =>This Inner Loop Header: Depth=1
mov x8, x13
sxth x13, w8
ldrb w13, [x21, x13]
and w11, w11, #0xffff
cmp w11, #1
b.eq LBB42_16
; %bb.10: ; in Loop: Header=BB42_9 Depth=1
cbnz w11, LBB42_28
; %bb.11: ; in Loop: Header=BB42_9 Depth=1
cmp w13, #98
b.eq LBB42_20
; %bb.12: ; in Loop: Header=BB42_9 Depth=1
cmp w13, #97
b.ne LBB42_29
; %bb.13: ; in Loop: Header=BB42_9 Depth=1
cbz w20, LBB42_19
LBB42_14: ; in Loop: Header=BB42_9 Depth=1
cbz w12, LBB42_5
; %bb.15: ; in Loop: Header=BB42_9 Depth=1
ldrsh w12, [x10, #2]
mov w11, #1
cmp w12, w8, sxth
b.lt LBB42_6
b LBB42_7
LBB42_16: ; in Loop: Header=BB42_9 Depth=1
cmp w13, #98
b.eq LBB42_23
; %bb.17: ; in Loop: Header=BB42_9 Depth=1
cmp w13, #97
b.ne LBB42_29
; %bb.18: ; in Loop: Header=BB42_9 Depth=1
cbnz w20, LBB42_14
LBB42_19: ; in Loop: Header=BB42_9 Depth=1
mov w11, #1
b LBB42_8
LBB42_20: ; in Loop: Header=BB42_9 Depth=1
cbz w20, LBB42_26
; %bb.21: ; in Loop: Header=BB42_9 Depth=1
cbnz w12, LBB42_25
LBB42_22: ; in Loop: Header=BB42_9 Depth=1
mov w11, #2
b LBB42_6
LBB42_23: ; in Loop: Header=BB42_9 Depth=1
cbz w20, LBB42_26
; %bb.24: ; in Loop: Header=BB42_9 Depth=1
cbz w12, LBB42_22
LBB42_25: ; in Loop: Header=BB42_9 Depth=1
ldrsh w12, [x10, #2]
mov w11, #2
cmp w12, w8, sxth
b.lt LBB42_6
b LBB42_7
LBB42_26: ; in Loop: Header=BB42_9 Depth=1
mov w11, #2
b LBB42_8
LBB42_27:
mov w13, #0
strh wzr, [x19]
b LBB42_31
LBB42_28:
mov x13, x8
mov x8, x14
b LBB42_30
LBB42_29:
mov x13, x8
LBB42_30:
mvn w9, w8
strh wzr, [x19]
tst w9, #0xffff
b.ne LBB42_32
LBB42_31:
mov x8, x13
LBB42_32:
strh w8, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB42_33:
bl _regex_42_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_43_search ; -- Begin function regex_43_search
.p2align 2
_regex_43_search: ; @regex_43_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB43_4
; %bb.1:
mov w8, #0
sxth w10, w0
LBB43_2: ; =>This Inner Loop Header: Depth=1
mov x9, x8
sxth x8, w9
ldrb w8, [x20, x8]
sub w8, w8, #97
cmp w8, #2
b.lo LBB43_5
; %bb.3: ; in Loop: Header=BB43_2 Depth=1
add w8, w9, #1
cmp w10, w8, sxth
b.gt LBB43_2
b LBB43_6
LBB43_4:
mov w8, #0
strh wzr, [x19]
b LBB43_7
LBB43_5:
mov x8, x9
LBB43_6:
mvn w10, w9
strh wzr, [x19]
tst w10, #0xffff
b.ne LBB43_8
LBB43_7:
mov x9, x8
LBB43_8:
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_44_search ; -- Begin function regex_44_search
.p2align 2
_regex_44_search: ; @regex_44_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB44_7
; %bb.1:
mov w12, #0
mov w9, #0
sxth w10, w0
mov w11, #1
b LBB44_3
LBB44_2: ; in Loop: Header=BB44_3 Depth=1
mov w11, #0
add w9, w8, #1
mov w12, #1
cmp w10, w9, sxth
b.le LBB44_6
LBB44_3: ; =>This Inner Loop Header: Depth=1
mov x8, x9
sxth x9, w8
ldrb w9, [x20, x9]
cmp w9, #97
cset w9, eq
and w12, w12, w9
tbnz w12, #0, LBB44_2
; %bb.4: ; in Loop: Header=BB44_3 Depth=1
and w9, w11, w9
cbnz w9, LBB44_2
; %bb.5:
mov x9, x8
LBB44_6:
mvn w10, w8
strh wzr, [x19]
tst w10, #0xffff
b.ne LBB44_9
b LBB44_8
LBB44_7:
mov w9, #0
strh wzr, [x19]
LBB44_8:
mov x8, x9
LBB44_9:
strh w8, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_45_search ; -- Begin function regex_45_search
.p2align 2
_regex_45_search: ; @regex_45_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB45_5
; %bb.1:
mov w12, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
LBB45_2: ; =>This Inner Loop Header: Depth=1
tst w12, #0xffff
b.ne LBB45_6
; %bb.3: ; in Loop: Header=BB45_2 Depth=1
sxth x12, w9
ldrb w12, [x20, x12]
sub w13, w12, #97
cmp w13, #5
csel w9, w9, w8, lo
cset w12, lo
cmp w13, #4
cset w14, hi
cinc w8, w8, hi
cmp w11, w8, sxth
cset w15, gt
ands w14, w15, w14
csel w15, w8, w9, ne
add w14, w8, w14
cmp w11, w9, sxth
csel w9, w9, w15, ne
csel w8, w8, w14, ne
add w9, w9, #1
cmp w10, w9, sxth
b.gt LBB45_2
; %bb.4:
cmp w13, #5
csinv w8, w8, wzr, lo
b LBB45_6
LBB45_5:
mov w9, #0
mov w8, #65535
LBB45_6:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_46_search ; -- Begin function regex_46_search
.p2align 2
_regex_46_search: ; @regex_46_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB46_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB46_28
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB46_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB46_26
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #-1
b LBB46_7
LBB46_5: ; in Loop: Header=BB46_7 Depth=1
mov x13, x8
mov x8, x16
LBB46_6: ; in Loop: Header=BB46_7 Depth=1
add w13, w13, #1
cmp w9, w13, sxth
b.le LBB46_25
LBB46_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w13
ldrb w16, [x21, x16]
cbnz w15, LBB46_14
; %bb.8: ; in Loop: Header=BB46_7 Depth=1
sub w17, w16, #97
cmp w17, #4
b.hi LBB46_14
; %bb.9: ; in Loop: Header=BB46_7 Depth=1
cbz w20, LBB46_21
; %bb.10: ; in Loop: Header=BB46_7 Depth=1
tst w14, #0xffff
b.eq LBB46_12
; %bb.11: ; in Loop: Header=BB46_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w13, sxth
b.ge LBB46_13
LBB46_12: ; in Loop: Header=BB46_7 Depth=1
strh w13, [x10]
LBB46_13: ; in Loop: Header=BB46_7 Depth=1
add w14, w13, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #1
mov w14, #1
cmp w11, w13, sxth
b.ne LBB46_6
b LBB46_22
LBB46_14: ; in Loop: Header=BB46_7 Depth=1
cmp w15, #1
b.eq LBB46_16
; %bb.15: ; in Loop: Header=BB46_7 Depth=1
cmp w15, #2
b.ne LBB46_18
b LBB46_27
LBB46_16: ; in Loop: Header=BB46_7 Depth=1
cmp w16, #102
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #102
b.ne LBB46_18
; %bb.17: ; in Loop: Header=BB46_7 Depth=1
mov w16, #0
mov w15, #2
cmp w11, w13, sxth
b.ne LBB46_6
b LBB46_22
LBB46_18: ; in Loop: Header=BB46_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB46_20
; %bb.19: ; in Loop: Header=BB46_7 Depth=1
mov w14, #0
str w12, [x10]
LBB46_20: ; in Loop: Header=BB46_7 Depth=1
mov w16, #1
mov x13, x8
mov x8, x17
cmp w11, w13, sxth
b.ne LBB46_6
b LBB46_22
LBB46_21: ; in Loop: Header=BB46_7 Depth=1
mov w16, #1
mov w15, #1
cmp w11, w13, sxth
b.ne LBB46_6
LBB46_22: ; in Loop: Header=BB46_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w17, w16
tbnz w16, #0, LBB46_6
; %bb.23: ; in Loop: Header=BB46_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB46_5
; %bb.24: ; in Loop: Header=BB46_7 Depth=1
mov w14, #0
str w12, [x10]
b LBB46_5
LBB46_25:
cmp w15, #2
csinv w8, w8, wzr, eq
b LBB46_27
LBB46_26:
mov w13, #0
mov w8, #65535
LBB46_27:
strh w8, [x19]
strh w13, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB46_28:
bl _regex_46_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_47_search ; -- Begin function regex_47_search
.p2align 2
_regex_47_search: ; @regex_47_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB47_11
; %bb.1:
mov w1, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
mov w15, #4
mov w16, #5
mov w17, #6
mov w0, #7
b LBB47_3
LBB47_2: ; in Loop: Header=BB47_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB47_10
LBB47_3: ; =>This Inner Loop Header: Depth=1
sxth x2, w9
ldrb w3, [x20, x2]
and w2, w1, #0xffff
cmp w3, #97
ccmp w2, #0, #0, eq
cneg w1, w12, ne
cmp w3, #98
ccmp w2, #1, #0, eq
csel w1, w13, w1, eq
cmp w3, #99
ccmp w2, #2, #0, eq
csel w1, w14, w1, eq
cmp w3, #100
csel w4, w15, w1, eq
cmp w3, #101
csel w4, w16, w4, eq
cmp w2, #3
csel w1, w4, w1, eq
cmp w3, #100
csel w4, w15, w1, eq
cmp w3, #101
csel w4, w16, w4, eq
cmp w2, #4
csel w1, w4, w1, eq
cmp w3, #102
ccmp w2, #5, #0, eq
csel w1, w17, w1, eq
cmp w3, #103
ccmp w2, #6, #0, eq
csel w1, w0, w1, eq
mvn w3, w1
tst w3, #0xffff
b.eq LBB47_5
; %bb.4: ; in Loop: Header=BB47_3 Depth=1
cmp w11, w9, sxth
b.ne LBB47_2
b LBB47_7
LBB47_5: ; in Loop: Header=BB47_3 Depth=1
cmp w2, #7
b.eq LBB47_12
; %bb.6: ; in Loop: Header=BB47_3 Depth=1
mov w1, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB47_2
LBB47_7: ; in Loop: Header=BB47_3 Depth=1
cmp w11, w8, sxth
b.le LBB47_2
; %bb.8: ; in Loop: Header=BB47_3 Depth=1
and w2, w1, #0xffff
cmp w2, #7
b.eq LBB47_2
; %bb.9: ; in Loop: Header=BB47_3 Depth=1
mov w1, #0
mov x9, x8
add w8, w8, #1
b LBB47_2
LBB47_10:
and w10, w1, #0xffff
cmp w10, #7
csinv w8, w8, wzr, eq
b LBB47_12
LBB47_11:
mov w9, #0
mov w8, #65535
LBB47_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_48_search ; -- Begin function regex_48_search
.p2align 2
_regex_48_search: ; @regex_48_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w9, w0, #16
mov w8, #65535
cmp w9, #1
b.lt LBB48_11
; %bb.1:
mov w12, #0
mov w9, #0
mov w10, #0
sxth w13, w0
sub w14, w13, #1
mov w11, #65535
mov w15, #1
mov w16, #98
mov w17, #2
b LBB48_4
LBB48_2: ; in Loop: Header=BB48_4 Depth=1
mov x10, x9
add w9, w9, #1
LBB48_3: ; in Loop: Header=BB48_4 Depth=1
add w10, w10, #1
cmp w13, w10, sxth
b.le LBB48_13
LBB48_4: ; =>This Inner Loop Header: Depth=1
sxth x0, w10
ldrb w0, [x20, x0]
and w1, w12, #0xffff
cmp w0, #97
ccmp w1, #0, #0, eq
cneg w2, w15, ne
cmp w1, #1
ccmp w1, #2, #4, ne
ccmp w0, w16, #0, eq
csel w0, w17, w2, eq
sub w1, w12, #1
and w1, w1, #0xffff
cmp w1, #2
csel w11, w10, w11, lo
cmn w0, #1
b.eq LBB48_6
; %bb.5: ; in Loop: Header=BB48_4 Depth=1
mov x12, x0
cmp w14, w10, sxth
b.ne LBB48_3
b LBB48_8
LBB48_6: ; in Loop: Header=BB48_4 Depth=1
cmp w1, #2
b.lo LBB48_12
; %bb.7: ; in Loop: Header=BB48_4 Depth=1
mov w12, #0
mov x10, x9
add w9, w9, #1
mov w11, #65535
cmp w14, w10, sxth
b.ne LBB48_3
LBB48_8: ; in Loop: Header=BB48_4 Depth=1
cmp w14, w9, sxth
b.le LBB48_3
; %bb.9: ; in Loop: Header=BB48_4 Depth=1
sub w0, w12, #1
and w0, w0, #0xffff
cmp w0, #2
b.lo LBB48_3
; %bb.10: ; in Loop: Header=BB48_4 Depth=1
mov w12, #0
tbnz w11, #15, LBB48_2
b LBB48_13
LBB48_11:
mov w10, #0
mov w9, #0
mov w12, #0
mov w11, #65535
b LBB48_13
LBB48_12:
mov x11, x10
LBB48_13:
and w13, w11, #0xffff
sub w12, w12, #1
and w12, w12, #0xffff
cmp w12, #2
ccmp w13, w8, #0, hs
csinv w9, w9, wzr, ne
strh w9, [x19]
cmp w13, w8
csel w8, w10, w11, eq
strh w8, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_49_search ; -- Begin function regex_49_search
.p2align 2
_regex_49_search: ; @regex_49_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB49_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB49_43
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB49_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB49_41
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #-1
b LBB49_7
LBB49_5: ; in Loop: Header=BB49_7 Depth=1
mov x13, x8
mov x8, x16
LBB49_6: ; in Loop: Header=BB49_7 Depth=1
add w13, w13, #1
cmp w9, w13, sxth
b.le LBB49_40
LBB49_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w13
ldrb w16, [x21, x16]
cbz w15, LBB49_15
; %bb.8: ; in Loop: Header=BB49_7 Depth=1
cmp w15, #1
b.ne LBB49_10
; %bb.9: ; in Loop: Header=BB49_7 Depth=1
cmp w16, #98
b.eq LBB49_12
LBB49_10: ; in Loop: Header=BB49_7 Depth=1
cmp w15, #2
b.ne LBB49_22
; %bb.11: ; in Loop: Header=BB49_7 Depth=1
cmp w16, #100
b.ne LBB49_22
LBB49_12: ; in Loop: Header=BB49_7 Depth=1
mov w15, #3
mov w16, #1
cbz w20, LBB49_34
; %bb.13: ; in Loop: Header=BB49_7 Depth=1
tst w14, #0xffff
b.eq LBB49_34
; %bb.14: ; in Loop: Header=BB49_7 Depth=1
add w15, w13, #1
strh w15, [x10, #2]
mov w15, #3
mov w16, #1
b LBB49_34
LBB49_15: ; in Loop: Header=BB49_7 Depth=1
cmp w16, #99
b.eq LBB49_24
; %bb.16: ; in Loop: Header=BB49_7 Depth=1
cmp w16, #97
b.ne LBB49_31
; %bb.17: ; in Loop: Header=BB49_7 Depth=1
cbz w20, LBB49_38
; %bb.18: ; in Loop: Header=BB49_7 Depth=1
tst w14, #0xffff
b.eq LBB49_20
; %bb.19: ; in Loop: Header=BB49_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w13, sxth
b.ge LBB49_21
LBB49_20: ; in Loop: Header=BB49_7 Depth=1
strh w13, [x10]
LBB49_21: ; in Loop: Header=BB49_7 Depth=1
mov w16, #1
mov w15, #1
mov w14, #1
b LBB49_34
LBB49_22: ; in Loop: Header=BB49_7 Depth=1
cmp w15, #3
b.eq LBB49_29
; %bb.23: ; in Loop: Header=BB49_7 Depth=1
cmp w15, #4
b.ne LBB49_31
b LBB49_42
LBB49_24: ; in Loop: Header=BB49_7 Depth=1
cbz w20, LBB49_39
; %bb.25: ; in Loop: Header=BB49_7 Depth=1
tst w14, #0xffff
b.eq LBB49_27
; %bb.26: ; in Loop: Header=BB49_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w13, sxth
b.ge LBB49_28
LBB49_27: ; in Loop: Header=BB49_7 Depth=1
strh w13, [x10]
LBB49_28: ; in Loop: Header=BB49_7 Depth=1
mov w16, #1
mov w15, #2
mov w14, #1
b LBB49_34
LBB49_29: ; in Loop: Header=BB49_7 Depth=1
cmp w16, #101
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #101
b.ne LBB49_31
; %bb.30: ; in Loop: Header=BB49_7 Depth=1
mov w16, #0
mov w15, #4
b LBB49_34
LBB49_31: ; in Loop: Header=BB49_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB49_33
; %bb.32: ; in Loop: Header=BB49_7 Depth=1
mov w14, #0
str w12, [x10]
LBB49_33: ; in Loop: Header=BB49_7 Depth=1
mov w16, #1
mov x13, x8
mov x8, x17
LBB49_34: ; in Loop: Header=BB49_7 Depth=1
cmp w11, w13, sxth
b.ne LBB49_6
; %bb.35: ; in Loop: Header=BB49_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w17, w16
tbnz w16, #0, LBB49_6
; %bb.36: ; in Loop: Header=BB49_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB49_5
; %bb.37: ; in Loop: Header=BB49_7 Depth=1
mov w14, #0
str w12, [x10]
b LBB49_5
LBB49_38: ; in Loop: Header=BB49_7 Depth=1
mov w16, #1
mov w15, #1
b LBB49_34
LBB49_39: ; in Loop: Header=BB49_7 Depth=1
mov w15, #2
mov w16, #1
b LBB49_34
LBB49_40:
cmp w15, #4
csinv w8, w8, wzr, eq
b LBB49_42
LBB49_41:
mov w13, #0
mov w8, #65535
LBB49_42:
strh w8, [x19]
strh w13, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB49_43:
bl _regex_49_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_50_search ; -- Begin function regex_50_search
.p2align 2
_regex_50_search: ; @regex_50_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB50_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB50_3
LBB50_2: ; in Loop: Header=BB50_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB50_6
LBB50_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
sub w15, w17, #97
cmp w15, #8
ccmp w16, #0, #0, lo
cneg w15, w12, ne
cmp w17, #105
ccmp w16, #1, #0, eq
csel w15, w13, w15, eq
cmp w17, #106
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB50_2
; %bb.4: ; in Loop: Header=BB50_3 Depth=1
cmp w16, #3
b.eq LBB50_8
; %bb.5: ; in Loop: Header=BB50_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB50_2
LBB50_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB50_8
LBB50_7:
mov w9, #0
mov w8, #65535
LBB50_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_51_search ; -- Begin function regex_51_search
.p2align 2
_regex_51_search: ; @regex_51_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB51_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB51_46
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB51_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB51_44
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #-1
b LBB51_7
LBB51_5: ; in Loop: Header=BB51_7 Depth=1
mov x13, x8
mov x8, x16
LBB51_6: ; in Loop: Header=BB51_7 Depth=1
add w13, w13, #1
cmp w9, w13, sxth
b.le LBB51_43
LBB51_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w13
ldrb w16, [x21, x16]
cbz w15, LBB51_15
; %bb.8: ; in Loop: Header=BB51_7 Depth=1
cmp w15, #1
b.ne LBB51_10
; %bb.9: ; in Loop: Header=BB51_7 Depth=1
cmp w16, #98
b.eq LBB51_12
LBB51_10: ; in Loop: Header=BB51_7 Depth=1
cmp w15, #2
b.ne LBB51_25
; %bb.11: ; in Loop: Header=BB51_7 Depth=1
cmp w16, #100
b.ne LBB51_25
LBB51_12: ; in Loop: Header=BB51_7 Depth=1
mov w15, #3
mov w16, #1
cbz w20, LBB51_36
; %bb.13: ; in Loop: Header=BB51_7 Depth=1
tst w14, #0xffff
b.eq LBB51_36
; %bb.14: ; in Loop: Header=BB51_7 Depth=1
add w15, w13, #1
strh w15, [x10, #2]
mov w15, #3
mov w16, #1
cmp w11, w13, sxth
b.ne LBB51_6
b LBB51_37
LBB51_15: ; in Loop: Header=BB51_7 Depth=1
cmp w16, #97
and w13, w13, #0xffff
ccmp w13, #0, #0, eq
b.eq LBB51_21
; %bb.16: ; in Loop: Header=BB51_7 Depth=1
cmp w16, #99
ccmp w13, #0, #0, eq
b.ne LBB51_29
; %bb.17: ; in Loop: Header=BB51_7 Depth=1
cbz w20, LBB51_35
; %bb.18: ; in Loop: Header=BB51_7 Depth=1
tst w14, #0xffff
b.eq LBB51_40
; %bb.19: ; in Loop: Header=BB51_7 Depth=1
ldrsh w13, [x10, #2]
tbnz w13, #31, LBB51_40
; %bb.20: ; in Loop: Header=BB51_7 Depth=1
mov w13, #0
b LBB51_41
LBB51_21: ; in Loop: Header=BB51_7 Depth=1
cbz w20, LBB51_32
; %bb.22: ; in Loop: Header=BB51_7 Depth=1
tst w14, #0xffff
b.eq LBB51_33
; %bb.23: ; in Loop: Header=BB51_7 Depth=1
ldrsh w13, [x10, #2]
tbnz w13, #31, LBB51_33
; %bb.24: ; in Loop: Header=BB51_7 Depth=1
mov w13, #0
b LBB51_34
LBB51_25: ; in Loop: Header=BB51_7 Depth=1
cmp w15, #3
b.eq LBB51_27
; %bb.26: ; in Loop: Header=BB51_7 Depth=1
cmp w15, #4
b.ne LBB51_29
b LBB51_45
LBB51_27: ; in Loop: Header=BB51_7 Depth=1
cmp w16, #101
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #101
b.ne LBB51_29
; %bb.28: ; in Loop: Header=BB51_7 Depth=1
mov w16, #0
mov w15, #4
cmp w11, w13, sxth
b.ne LBB51_6
b LBB51_37
LBB51_29: ; in Loop: Header=BB51_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB51_31
; %bb.30: ; in Loop: Header=BB51_7 Depth=1
mov w14, #0
str w12, [x10]
LBB51_31: ; in Loop: Header=BB51_7 Depth=1
mov w16, #1
mov x13, x8
mov x8, x17
cmp w11, w13, sxth
b.ne LBB51_6
b LBB51_37
LBB51_32: ; in Loop: Header=BB51_7 Depth=1
mov w13, #0
mov w16, #1
mov w15, #1
cmp w11, w13, sxth
b.ne LBB51_6
b LBB51_37
LBB51_33: ; in Loop: Header=BB51_7 Depth=1
mov w13, #0
strh wzr, [x10]
LBB51_34: ; in Loop: Header=BB51_7 Depth=1
mov w16, #1
mov w15, #1
b LBB51_42
LBB51_35: ; in Loop: Header=BB51_7 Depth=1
mov w13, #0
mov w15, #2
mov w16, #1
LBB51_36: ; in Loop: Header=BB51_7 Depth=1
cmp w11, w13, sxth
b.ne LBB51_6
LBB51_37: ; in Loop: Header=BB51_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w17, w16
tbnz w16, #0, LBB51_6
; %bb.38: ; in Loop: Header=BB51_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB51_5
; %bb.39: ; in Loop: Header=BB51_7 Depth=1
mov w14, #0
str w12, [x10]
b LBB51_5
LBB51_40: ; in Loop: Header=BB51_7 Depth=1
mov w13, #0
strh wzr, [x10]
LBB51_41: ; in Loop: Header=BB51_7 Depth=1
mov w16, #1
mov w15, #2
LBB51_42: ; in Loop: Header=BB51_7 Depth=1
mov w14, #1
cmp w11, w13, sxth
b.ne LBB51_6
b LBB51_37
LBB51_43:
cmp w15, #4
csinv w8, w8, wzr, eq
b LBB51_45
LBB51_44:
mov w13, #0
mov w8, #65535
LBB51_45:
strh w8, [x19]
strh w13, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB51_46:
bl _regex_51_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_52_search ; -- Begin function regex_52_search
.p2align 2
_regex_52_search: ; @regex_52_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB52_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB52_42
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB52_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB52_40
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #-1
b LBB52_7
LBB52_5: ; in Loop: Header=BB52_7 Depth=1
mov x13, x8
mov x8, x16
LBB52_6: ; in Loop: Header=BB52_7 Depth=1
add w13, w13, #1
cmp w9, w13, sxth
b.le LBB52_39
LBB52_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w13
ldrb w16, [x21, x16]
cmp w15, #2
b.eq LBB52_17
; %bb.8: ; in Loop: Header=BB52_7 Depth=1
cmp w15, #1
b.eq LBB52_19
; %bb.9: ; in Loop: Header=BB52_7 Depth=1
cbnz w15, LBB52_21
; %bb.10: ; in Loop: Header=BB52_7 Depth=1
cmp w16, #101
b.eq LBB52_29
; %bb.11: ; in Loop: Header=BB52_7 Depth=1
cmp w16, #97
b.ne LBB52_31
; %bb.12: ; in Loop: Header=BB52_7 Depth=1
cbz w20, LBB52_38
; %bb.13: ; in Loop: Header=BB52_7 Depth=1
tst w14, #0xffff
b.eq LBB52_15
; %bb.14: ; in Loop: Header=BB52_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w13, sxth
b.ge LBB52_16
LBB52_15: ; in Loop: Header=BB52_7 Depth=1
strh w13, [x10]
LBB52_16: ; in Loop: Header=BB52_7 Depth=1
mov w16, #1
mov w15, #1
mov w14, #1
cmp w11, w13, sxth
b.ne LBB52_6
b LBB52_35
LBB52_17: ; in Loop: Header=BB52_7 Depth=1
cmp w16, #102
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #102
b.ne LBB52_31
; %bb.18: ; in Loop: Header=BB52_7 Depth=1
mov w16, #0
mov w15, #4
cmp w11, w13, sxth
b.ne LBB52_6
b LBB52_35
LBB52_19: ; in Loop: Header=BB52_7 Depth=1
cmp w16, #98
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #98
b.ne LBB52_31
; %bb.20: ; in Loop: Header=BB52_7 Depth=1
mov w15, #3
b LBB52_30
LBB52_21: ; in Loop: Header=BB52_7 Depth=1
cmp w15, #3
b.ne LBB52_26
; %bb.22: ; in Loop: Header=BB52_7 Depth=1
cmp w16, #99
b.ne LBB52_26
; %bb.23: ; in Loop: Header=BB52_7 Depth=1
mov w15, #5
mov w16, #1
cbz w20, LBB52_34
; %bb.24: ; in Loop: Header=BB52_7 Depth=1
tst w14, #0xffff
b.eq LBB52_34
; %bb.25: ; in Loop: Header=BB52_7 Depth=1
add w15, w13, #1
strh w15, [x10, #2]
mov w15, #5
b LBB52_30
LBB52_26: ; in Loop: Header=BB52_7 Depth=1
cmp w15, #5
b.eq LBB52_28
; %bb.27: ; in Loop: Header=BB52_7 Depth=1
cmp w15, #4
b.ne LBB52_31
b LBB52_41
LBB52_28: ; in Loop: Header=BB52_7 Depth=1
cmp w16, #101
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #101
b.ne LBB52_31
LBB52_29: ; in Loop: Header=BB52_7 Depth=1
mov w15, #2
LBB52_30: ; in Loop: Header=BB52_7 Depth=1
mov w16, #1
cmp w11, w13, sxth
b.ne LBB52_6
b LBB52_35
LBB52_31: ; in Loop: Header=BB52_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB52_33
; %bb.32: ; in Loop: Header=BB52_7 Depth=1
mov w14, #0
str w12, [x10]
LBB52_33: ; in Loop: Header=BB52_7 Depth=1
mov w16, #1
mov x13, x8
mov x8, x17
LBB52_34: ; in Loop: Header=BB52_7 Depth=1
cmp w11, w13, sxth
b.ne LBB52_6
LBB52_35: ; in Loop: Header=BB52_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w17, w16
tbnz w16, #0, LBB52_6
; %bb.36: ; in Loop: Header=BB52_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB52_5
; %bb.37: ; in Loop: Header=BB52_7 Depth=1
mov w14, #0
str w12, [x10]
b LBB52_5
LBB52_38: ; in Loop: Header=BB52_7 Depth=1
mov w16, #1
mov w15, #1
cmp w11, w13, sxth
b.ne LBB52_6
b LBB52_35
LBB52_39:
cmp w15, #4
csinv w8, w8, wzr, eq
b LBB52_41
LBB52_40:
mov w13, #0
mov w8, #65535
LBB52_41:
strh w8, [x19]
strh w13, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB52_42:
bl _regex_52_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_53_search ; -- Begin function regex_53_search
.p2align 2
_regex_53_search: ; @regex_53_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB53_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB53_30
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB53_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB53_28
; %bb.4:
mov w16, #0
mov w17, #0
mov w8, #0
mov w10, #0
sxth w9, w22
ldr x11, [x19, #8]
sub w12, w9, #1
mov w13, #-1
mov w14, #2
mov w15, #3
b LBB53_7
LBB53_5: ; in Loop: Header=BB53_7 Depth=1
mov x10, x8
mov x8, x0
LBB53_6: ; in Loop: Header=BB53_7 Depth=1
add w10, w10, #1
cmp w9, w10, sxth
b.le LBB53_27
LBB53_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w10
ldrb w0, [x21, x0]
and w17, w17, #0xffff
cbnz w17, LBB53_14
; %bb.8: ; in Loop: Header=BB53_7 Depth=1
sub w1, w0, #97
cmp w1, #1
b.hi LBB53_14
; %bb.9: ; in Loop: Header=BB53_7 Depth=1
cbz w20, LBB53_26
; %bb.10: ; in Loop: Header=BB53_7 Depth=1
tst w16, #0xffff
b.eq LBB53_12
; %bb.11: ; in Loop: Header=BB53_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w10, sxth
b.ge LBB53_13
LBB53_12: ; in Loop: Header=BB53_7 Depth=1
strh w10, [x11]
LBB53_13: ; in Loop: Header=BB53_7 Depth=1
add w16, w10, #1
strh w16, [x11, #2]
mov w17, #1
mov w16, #1
cmp w12, w10, sxth
b.ne LBB53_6
b LBB53_22
LBB53_14: ; in Loop: Header=BB53_7 Depth=1
cmp w17, #1
b.eq LBB53_17
; %bb.15: ; in Loop: Header=BB53_7 Depth=1
cmp w17, #2
b.eq LBB53_17
; %bb.16: ; in Loop: Header=BB53_7 Depth=1
cmp w17, #3
b.ne LBB53_18
b LBB53_29
LBB53_17: ; in Loop: Header=BB53_7 Depth=1
cmp w0, #99
csinv w17, w14, wzr, eq
cmp w0, #100
csel w17, w15, w17, eq
cmn w17, #1
ccmp w20, #0, #4, eq
csel w16, wzr, w16, ne
cmn w17, #1
b.ne LBB53_21
LBB53_18: ; in Loop: Header=BB53_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB53_20
; %bb.19: ; in Loop: Header=BB53_7 Depth=1
mov w16, #0
str w13, [x11]
LBB53_20: ; in Loop: Header=BB53_7 Depth=1
mov x10, x8
mov x8, x0
LBB53_21: ; in Loop: Header=BB53_7 Depth=1
cmp w12, w10, sxth
b.ne LBB53_6
LBB53_22: ; in Loop: Header=BB53_7 Depth=1
cmp w12, w8, sxth
b.le LBB53_6
; %bb.23: ; in Loop: Header=BB53_7 Depth=1
and w0, w17, #0xffff
cmp w0, #3
b.eq LBB53_6
; %bb.24: ; in Loop: Header=BB53_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB53_5
; %bb.25: ; in Loop: Header=BB53_7 Depth=1
mov w16, #0
str w13, [x11]
b LBB53_5
LBB53_26: ; in Loop: Header=BB53_7 Depth=1
mov w17, #1
cmp w12, w10, sxth
b.ne LBB53_6
b LBB53_22
LBB53_27:
and w9, w17, #0xffff
cmp w9, #3
csinv w8, w8, wzr, eq
b LBB53_29
LBB53_28:
mov w10, #0
mov w8, #65535
LBB53_29:
strh w8, [x19]
strh w10, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB53_30:
bl _regex_53_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_54_search ; -- Begin function regex_54_search
.p2align 2
_regex_54_search: ; @regex_54_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB54_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB54_35
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB54_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB54_33
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
b LBB54_7
LBB54_5: ; in Loop: Header=BB54_7 Depth=1
mov x12, x8
mov x8, x16
LBB54_6: ; in Loop: Header=BB54_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB54_32
LBB54_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w12
ldrb w16, [x21, x16]
cbnz w15, LBB54_14
; %bb.8: ; in Loop: Header=BB54_7 Depth=1
cmp w16, #97
b.ne LBB54_14
; %bb.9: ; in Loop: Header=BB54_7 Depth=1
cbz w20, LBB54_21
; %bb.10: ; in Loop: Header=BB54_7 Depth=1
cbz w14, LBB54_12
; %bb.11: ; in Loop: Header=BB54_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB54_13
LBB54_12: ; in Loop: Header=BB54_7 Depth=1
strh w12, [x10]
LBB54_13: ; in Loop: Header=BB54_7 Depth=1
mov w16, #1
mov w15, #1
mov w14, #1
b LBB54_28
LBB54_14: ; in Loop: Header=BB54_7 Depth=1
cmp w15, #1
b.ne LBB54_19
; %bb.15: ; in Loop: Header=BB54_7 Depth=1
cmp w16, #98
b.ne LBB54_19
LBB54_16: ; in Loop: Header=BB54_7 Depth=1
mov w15, #2
mov w16, #1
cbz w20, LBB54_28
; %bb.17: ; in Loop: Header=BB54_7 Depth=1
cbz w14, LBB54_28
; %bb.18: ; in Loop: Header=BB54_7 Depth=1
add w15, w12, #1
strh w15, [x10, #2]
mov w15, #2
mov w16, #1
b LBB54_28
LBB54_19: ; in Loop: Header=BB54_7 Depth=1
cmp w15, #2
b.eq LBB54_22
; %bb.20: ; in Loop: Header=BB54_7 Depth=1
cmp w15, #3
b.ne LBB54_25
b LBB54_34
LBB54_21: ; in Loop: Header=BB54_7 Depth=1
mov w16, #1
mov w15, #1
b LBB54_28
LBB54_22: ; in Loop: Header=BB54_7 Depth=1
cmp w16, #98
b.eq LBB54_16
; %bb.23: ; in Loop: Header=BB54_7 Depth=1
cmp w16, #99
b.ne LBB54_25
; %bb.24: ; in Loop: Header=BB54_7 Depth=1
mov w16, #0
mov w15, #3
b LBB54_28
LBB54_25: ; in Loop: Header=BB54_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB54_27
; %bb.26: ; in Loop: Header=BB54_7 Depth=1
mov w14, #0
str w13, [x10]
LBB54_27: ; in Loop: Header=BB54_7 Depth=1
mov w16, #1
mov x12, x8
mov x8, x17
LBB54_28: ; in Loop: Header=BB54_7 Depth=1
cmp w11, w12, sxth
b.ne LBB54_6
; %bb.29: ; in Loop: Header=BB54_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w17, w16
tbnz w16, #0, LBB54_6
; %bb.30: ; in Loop: Header=BB54_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB54_5
; %bb.31: ; in Loop: Header=BB54_7 Depth=1
mov w14, #0
str w13, [x10]
b LBB54_5
LBB54_32:
cmp w15, #3
csinv w8, w8, wzr, eq
b LBB54_34
LBB54_33:
mov w12, #0
mov w8, #65535
LBB54_34:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB54_35:
bl _regex_54_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_55_search ; -- Begin function regex_55_search
.p2align 2
_regex_55_search: ; @regex_55_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB55_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB55_47
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB55_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB55_40
; %bb.4:
mov w15, #0
mov w16, #0
mov w14, #0
mov w9, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
mov w17, #65535
mov w13, #-1
b LBB55_7
LBB55_5: ; in Loop: Header=BB55_7 Depth=1
mov x0, x14
LBB55_6: ; in Loop: Header=BB55_7 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
mov x14, x0
b.le LBB55_46
LBB55_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w0, [x21, x0]
cmp w16, #2
b.eq LBB55_12
; %bb.8: ; in Loop: Header=BB55_7 Depth=1
cmp w16, #1
b.eq LBB55_14
; %bb.9: ; in Loop: Header=BB55_7 Depth=1
cbnz w16, LBB55_16
; %bb.10: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #97
ccmp w20, #0, #4, ne
csel w15, wzr, w15, ne
cmp w0, #97
b.ne LBB55_37
; %bb.11: ; in Loop: Header=BB55_7 Depth=1
mov w16, #1
cmp w12, w9, sxth
b.ne LBB55_5
b LBB55_31
LBB55_12: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #99
b.eq LBB55_24
; %bb.13: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #98
b.eq LBB55_18
b LBB55_42
LBB55_14: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #99
b.eq LBB55_24
; %bb.15: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #98
b.eq LBB55_18
b LBB55_43
LBB55_16: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #99
b.eq LBB55_24
; %bb.17: ; in Loop: Header=BB55_7 Depth=1
cmp w0, #98
b.ne LBB55_44
LBB55_18: ; in Loop: Header=BB55_7 Depth=1
cbz w20, LBB55_23
; %bb.19: ; in Loop: Header=BB55_7 Depth=1
tst w15, #0xffff
b.eq LBB55_21
; %bb.20: ; in Loop: Header=BB55_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w9, sxth
b.ge LBB55_22
LBB55_21: ; in Loop: Header=BB55_7 Depth=1
strh w9, [x11]
mov w15, #1
LBB55_22: ; in Loop: Header=BB55_7 Depth=1
add w16, w9, #1
strh w16, [x11, #2]
LBB55_23: ; in Loop: Header=BB55_7 Depth=1
mov w16, #2
b LBB55_30
LBB55_24: ; in Loop: Header=BB55_7 Depth=1
cbz w20, LBB55_29
; %bb.25: ; in Loop: Header=BB55_7 Depth=1
tst w15, #0xffff
b.eq LBB55_27
; %bb.26: ; in Loop: Header=BB55_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w9, sxth
b.ge LBB55_28
LBB55_27: ; in Loop: Header=BB55_7 Depth=1
strh w9, [x11]
mov w15, #1
LBB55_28: ; in Loop: Header=BB55_7 Depth=1
add w16, w9, #1
strh w16, [x11, #2]
LBB55_29: ; in Loop: Header=BB55_7 Depth=1
mov w16, #3
LBB55_30: ; in Loop: Header=BB55_7 Depth=1
mov x17, x9
cmp w12, w9, sxth
b.ne LBB55_5
LBB55_31: ; in Loop: Header=BB55_7 Depth=1
cmp w12, w14, sxth
b.le LBB55_5
; %bb.32: ; in Loop: Header=BB55_7 Depth=1
sub w0, w16, #1
cmp w0, #3
b.lo LBB55_5
; %bb.33: ; in Loop: Header=BB55_7 Depth=1
tbz w17, #15, LBB55_41
; %bb.34: ; in Loop: Header=BB55_7 Depth=1
add w0, w14, #1
cbz w20, LBB55_36
; %bb.35: ; in Loop: Header=BB55_7 Depth=1
mov w15, #0
str w13, [x11]
LBB55_36: ; in Loop: Header=BB55_7 Depth=1
mov x9, x14
b LBB55_6
LBB55_37: ; in Loop: Header=BB55_7 Depth=1
add w0, w14, #1
mov w16, #0
cbz w20, LBB55_39
; %bb.38: ; in Loop: Header=BB55_7 Depth=1
mov w15, #0
str w13, [x11]
LBB55_39: ; in Loop: Header=BB55_7 Depth=1
mov w17, #65535
mov x9, x14
mov x14, x0
cmp w12, w9, sxth
b.ne LBB55_5
b LBB55_31
LBB55_40:
mov w9, #0
mov w0, #0
mov w16, #0
mov w17, #65535
b LBB55_46
LBB55_41:
mov w16, #0
mov x0, x14
b LBB55_46
LBB55_42:
mov w16, #2
b LBB55_45
LBB55_43:
mov w16, #1
b LBB55_45
LBB55_44:
mov w16, #3
LBB55_45:
mov x0, x14
mov x17, x9
LBB55_46:
and w10, w17, #0xffff
sub w11, w16, #1
cmp w11, #3
ccmp w10, w8, #0, hs
csinv w11, w0, wzr, ne
strh w11, [x19]
cmp w10, w8
csel w8, w9, w17, eq
strh w8, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB55_47:
bl _regex_55_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_56_search ; -- Begin function regex_56_search
.p2align 2
_regex_56_search: ; @regex_56_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB56_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB56_49
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB56_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB56_47
; %bb.4:
mov w15, #0
mov w14, #0
mov w17, #0
mov w8, #0
mov w16, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov x12, #-1
Lloh0:
adrp x13, lJTI56_0@PAGE
Lloh1:
add x13, x13, lJTI56_0@PAGEOFF
b LBB56_7
LBB56_5: ; in Loop: Header=BB56_7 Depth=1
mov x16, x8
mov x8, x0
LBB56_6: ; in Loop: Header=BB56_7 Depth=1
add w16, w16, #1
cmp w9, w16, sxth
b.le LBB56_46
LBB56_7: ; =>This Inner Loop Header: Depth=1
cmp w17, #3
b.hi LBB56_48
; %bb.8: ; in Loop: Header=BB56_7 Depth=1
sxth x0, w16
ldrb w0, [x21, x0]
mov w17, w17
adr x1, LBB56_9
ldrb w2, [x13, x17]
add x1, x1, x2, lsl #2
br x1
LBB56_9: ; in Loop: Header=BB56_7 Depth=1
cmp w0, #100
b.eq LBB56_26
; %bb.10: ; in Loop: Header=BB56_7 Depth=1
cmp w0, #99
b.eq LBB56_31
; %bb.11: ; in Loop: Header=BB56_7 Depth=1
cmp w0, #98
b.ne LBB56_23
; %bb.12: ; in Loop: Header=BB56_7 Depth=1
cbz w20, LBB56_20
; %bb.13: ; in Loop: Header=BB56_7 Depth=1
tst w14, #0xffff
b.eq LBB56_15
; %bb.14: ; in Loop: Header=BB56_7 Depth=1
ldrsh w17, [x10, #2]
cmp w17, w16, sxth
b.ge LBB56_16
LBB56_15: ; in Loop: Header=BB56_7 Depth=1
strh w16, [x10]
mov w14, #1
LBB56_16: ; in Loop: Header=BB56_7 Depth=1
tst w15, #0xffff
b.eq LBB56_18
; %bb.17: ; in Loop: Header=BB56_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w16, sxth
b.ge LBB56_19
LBB56_18: ; in Loop: Header=BB56_7 Depth=1
strh w16, [x10, #4]
mov w15, #1
LBB56_19: ; in Loop: Header=BB56_7 Depth=1
add w17, w16, #1
strh w17, [x10, #2]
LBB56_20: ; in Loop: Header=BB56_7 Depth=1
mov w17, #2
b LBB56_40
LBB56_21: ; in Loop: Header=BB56_7 Depth=1
cmp w20, #0
cset w17, ne
cmp w0, #97
cset w1, ne
tst w17, w1
csel w14, wzr, w14, ne
csel w15, wzr, w15, ne
cmp w0, #97
b.ne LBB56_23
; %bb.22: ; in Loop: Header=BB56_7 Depth=1
mov w0, #1
mov w17, #1
cmp w11, w16, sxth
b.ne LBB56_6
b LBB56_43
LBB56_23: ; in Loop: Header=BB56_7 Depth=1
add w1, w8, #1
mov w17, #0
cbz w20, LBB56_25
; %bb.24: ; in Loop: Header=BB56_7 Depth=1
mov w14, #0
mov w15, #0
str x12, [x10]
LBB56_25: ; in Loop: Header=BB56_7 Depth=1
mov w0, #1
mov x16, x8
mov x8, x1
cmp w11, w16, sxth
b.ne LBB56_6
b LBB56_43
LBB56_26: ; in Loop: Header=BB56_7 Depth=1
cbz w20, LBB56_41
; %bb.27: ; in Loop: Header=BB56_7 Depth=1
tst w15, #0xffff
b.eq LBB56_29
; %bb.28: ; in Loop: Header=BB56_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w16, sxth
b.ge LBB56_30
LBB56_29: ; in Loop: Header=BB56_7 Depth=1
strh w16, [x10, #4]
mov w15, #1
LBB56_30: ; in Loop: Header=BB56_7 Depth=1
mov w0, #0
add w17, w16, #1
strh w17, [x10, #6]
b LBB56_42
LBB56_31: ; in Loop: Header=BB56_7 Depth=1
cbz w20, LBB56_39
; %bb.32: ; in Loop: Header=BB56_7 Depth=1
tst w14, #0xffff
b.eq LBB56_34
; %bb.33: ; in Loop: Header=BB56_7 Depth=1
ldrsh w17, [x10, #2]
cmp w17, w16, sxth
b.ge LBB56_35
LBB56_34: ; in Loop: Header=BB56_7 Depth=1
strh w16, [x10]
mov w14, #1
LBB56_35: ; in Loop: Header=BB56_7 Depth=1
tst w15, #0xffff
b.eq LBB56_37
; %bb.36: ; in Loop: Header=BB56_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w16, sxth
b.ge LBB56_38
LBB56_37: ; in Loop: Header=BB56_7 Depth=1
strh w16, [x10, #4]
mov w15, #1
LBB56_38: ; in Loop: Header=BB56_7 Depth=1
add w17, w16, #1
strh w17, [x10, #2]
LBB56_39: ; in Loop: Header=BB56_7 Depth=1
mov w17, #3
LBB56_40: ; in Loop: Header=BB56_7 Depth=1
mov w0, #1
cmp w11, w16, sxth
b.ne LBB56_6
b LBB56_43
LBB56_41: ; in Loop: Header=BB56_7 Depth=1
mov w0, #0
LBB56_42: ; in Loop: Header=BB56_7 Depth=1
mov w17, #4
cmp w11, w16, sxth
b.ne LBB56_6
LBB56_43: ; in Loop: Header=BB56_7 Depth=1
cmp w11, w8, sxth
cset w1, le
eor w0, w0, #0x1
orr w0, w1, w0
tbnz w0, #0, LBB56_6
; %bb.44: ; in Loop: Header=BB56_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB56_5
; %bb.45: ; in Loop: Header=BB56_7 Depth=1
mov w14, #0
mov w15, #0
str x12, [x10]
b LBB56_5
LBB56_46:
cmp w17, #4
csinv w8, w8, wzr, eq
b LBB56_48
LBB56_47:
mov w16, #0
mov w8, #65535
LBB56_48:
strh w8, [x19]
strh w16, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB56_49:
bl _regex_56_search.cold.1
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
.section __TEXT,__const
lJTI56_0:
.byte (LBB56_21-LBB56_9)>>2
.byte (LBB56_9-LBB56_9)>>2
.byte (LBB56_9-LBB56_9)>>2
.byte (LBB56_9-LBB56_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_57_search ; -- Begin function regex_57_search
.p2align 2
_regex_57_search: ; @regex_57_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB57_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB57_50
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB57_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB57_48
; %bb.4:
mov w15, #0
mov w16, #0
mov w0, #0
mov w8, #0
mov w17, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov x12, #-1
mov w13, #2
Lloh2:
adrp x14, lJTI57_0@PAGE
Lloh3:
add x14, x14, lJTI57_0@PAGEOFF
b LBB57_7
LBB57_5: ; in Loop: Header=BB57_7 Depth=1
mov x17, x8
mov x8, x1
LBB57_6: ; in Loop: Header=BB57_7 Depth=1
add w17, w17, #1
cmp w9, w17, sxth
b.le LBB57_47
LBB57_7: ; =>This Inner Loop Header: Depth=1
and w1, w0, #0xffff
cmp w1, #3
b.hi LBB57_49
; %bb.8: ; in Loop: Header=BB57_7 Depth=1
sxth x1, w17
ldrb w1, [x21, x1]
and x0, x0, #0xffff
adr x2, LBB57_9
ldrb w3, [x14, x0]
add x2, x2, x3, lsl #2
br x2
LBB57_9: ; in Loop: Header=BB57_7 Depth=1
cmp w20, #0
cset w0, ne
cmp w1, #97
cset w2, ne
tst w0, w2
csel w16, wzr, w16, ne
csel w15, wzr, w15, ne
cmp w1, #97
b.ne LBB57_32
; %bb.10: ; in Loop: Header=BB57_7 Depth=1
mov w0, #1
b LBB57_35
LBB57_11: ; in Loop: Header=BB57_7 Depth=1
and w0, w1, #0xfe
cmp w0, #98
ccmp w20, #0, #4, eq
b.ne LBB57_27
; %bb.12: ; in Loop: Header=BB57_7 Depth=1
cmp w0, #98
ccmp w20, #0, #4, ne
csel w15, wzr, w15, ne
cmp w0, #98
csinv w0, w13, wzr, eq
b.eq LBB57_35
b LBB57_32
LBB57_13: ; in Loop: Header=BB57_7 Depth=1
cmp w1, #100
b.eq LBB57_40
; %bb.14: ; in Loop: Header=BB57_7 Depth=1
cmp w1, #99
b.ne LBB57_25
LBB57_15: ; in Loop: Header=BB57_7 Depth=1
cbz w20, LBB57_45
; %bb.16: ; in Loop: Header=BB57_7 Depth=1
tst w16, #0xffff
b.eq LBB57_18
; %bb.17: ; in Loop: Header=BB57_7 Depth=1
ldrsh w0, [x10, #2]
cmp w0, w17, sxth
b.ge LBB57_19
LBB57_18: ; in Loop: Header=BB57_7 Depth=1
strh w17, [x10]
mov w16, #1
LBB57_19: ; in Loop: Header=BB57_7 Depth=1
tst w15, #0xffff
b.eq LBB57_21
; %bb.20: ; in Loop: Header=BB57_7 Depth=1
ldrsh w0, [x10, #6]
cmp w0, w17, sxth
b.ge LBB57_22
LBB57_21: ; in Loop: Header=BB57_7 Depth=1
strh w17, [x10, #4]
mov w15, #1
LBB57_22: ; in Loop: Header=BB57_7 Depth=1
add w0, w17, #1
strh w0, [x10, #2]
mov w0, #3
b LBB57_35
LBB57_23: ; in Loop: Header=BB57_7 Depth=1
cmp w1, #100
b.eq LBB57_40
; %bb.24: ; in Loop: Header=BB57_7 Depth=1
cmp w1, #99
b.eq LBB57_15
LBB57_25: ; in Loop: Header=BB57_7 Depth=1
cmp w1, #98
b.ne LBB57_32
; %bb.26: ; in Loop: Header=BB57_7 Depth=1
cbz w20, LBB57_31
LBB57_27: ; in Loop: Header=BB57_7 Depth=1
tst w16, #0xffff
b.eq LBB57_29
; %bb.28: ; in Loop: Header=BB57_7 Depth=1
ldrsh w0, [x10, #2]
cmp w0, w17, sxth
b.ge LBB57_30
LBB57_29: ; in Loop: Header=BB57_7 Depth=1
strh w17, [x10]
mov w16, #1
LBB57_30: ; in Loop: Header=BB57_7 Depth=1
add w0, w17, #1
strh w0, [x10, #2]
LBB57_31: ; in Loop: Header=BB57_7 Depth=1
mov w0, #2
b LBB57_35
LBB57_32: ; in Loop: Header=BB57_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB57_34
; %bb.33: ; in Loop: Header=BB57_7 Depth=1
mov w16, #0
mov w15, #0
str x12, [x10]
LBB57_34: ; in Loop: Header=BB57_7 Depth=1
mov x17, x8
mov x8, x1
LBB57_35: ; in Loop: Header=BB57_7 Depth=1
cmp w11, w17, sxth
b.ne LBB57_6
; %bb.36: ; in Loop: Header=BB57_7 Depth=1
cmp w11, w8, sxth
b.le LBB57_6
; %bb.37: ; in Loop: Header=BB57_7 Depth=1
and w1, w0, #0xffff
cmp w1, #4
b.eq LBB57_6
; %bb.38: ; in Loop: Header=BB57_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB57_5
; %bb.39: ; in Loop: Header=BB57_7 Depth=1
mov w16, #0
mov w15, #0
str x12, [x10]
b LBB57_5
LBB57_40: ; in Loop: Header=BB57_7 Depth=1
cbz w20, LBB57_46
; %bb.41: ; in Loop: Header=BB57_7 Depth=1
tst w15, #0xffff
b.eq LBB57_43
; %bb.42: ; in Loop: Header=BB57_7 Depth=1
ldrsh w0, [x10, #6]
cmp w0, w17, sxth
b.ge LBB57_44
LBB57_43: ; in Loop: Header=BB57_7 Depth=1
strh w17, [x10, #4]
mov w15, #1
LBB57_44: ; in Loop: Header=BB57_7 Depth=1
add w0, w17, #1
strh w0, [x10, #6]
mov w0, #4
b LBB57_35
LBB57_45: ; in Loop: Header=BB57_7 Depth=1
mov w0, #3
b LBB57_35
LBB57_46: ; in Loop: Header=BB57_7 Depth=1
mov w0, #4
b LBB57_35
LBB57_47:
and w9, w0, #0xffff
cmp w9, #4
csinv w8, w8, wzr, eq
b LBB57_49
LBB57_48:
mov w17, #0
mov w8, #65535
LBB57_49:
strh w8, [x19]
strh w17, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB57_50:
bl _regex_57_search.cold.1
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
.section __TEXT,__const
lJTI57_0:
.byte (LBB57_9-LBB57_9)>>2
.byte (LBB57_11-LBB57_9)>>2
.byte (LBB57_13-LBB57_9)>>2
.byte (LBB57_23-LBB57_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_58_search ; -- Begin function regex_58_search
.p2align 2
_regex_58_search: ; @regex_58_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB58_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB58_46
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB58_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB58_44
; %bb.4:
mov w15, #0
mov w14, #0
mov w17, #0
mov w8, #0
mov w16, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov x12, #-1
Lloh4:
adrp x13, lJTI58_0@PAGE
Lloh5:
add x13, x13, lJTI58_0@PAGEOFF
b LBB58_7
LBB58_5: ; in Loop: Header=BB58_7 Depth=1
mov x16, x8
mov x8, x0
LBB58_6: ; in Loop: Header=BB58_7 Depth=1
add w16, w16, #1
cmp w9, w16, sxth
b.le LBB58_43
LBB58_7: ; =>This Inner Loop Header: Depth=1
cmp w17, #3
b.hi LBB58_45
; %bb.8: ; in Loop: Header=BB58_7 Depth=1
sxth x0, w16
ldrb w0, [x21, x0]
mov w17, w17
adr x1, LBB58_9
ldrb w2, [x13, x17]
add x1, x1, x2, lsl #2
br x1
LBB58_9: ; in Loop: Header=BB58_7 Depth=1
cmp w20, #0
cset w17, ne
cmp w0, #97
cset w1, ne
tst w17, w1
csel w14, wzr, w14, ne
csel w15, wzr, w15, ne
cmp w0, #97
b.ne LBB58_23
; %bb.10: ; in Loop: Header=BB58_7 Depth=1
mov w0, #1
mov w17, #1
b LBB58_36
LBB58_11: ; in Loop: Header=BB58_7 Depth=1
cmp w0, #100
b.eq LBB58_40
LBB58_12: ; in Loop: Header=BB58_7 Depth=1
cmp w0, #99
b.eq LBB58_26
; %bb.13: ; in Loop: Header=BB58_7 Depth=1
cmp w0, #98
b.ne LBB58_23
; %bb.14: ; in Loop: Header=BB58_7 Depth=1
cbz w20, LBB58_22
; %bb.15: ; in Loop: Header=BB58_7 Depth=1
tst w14, #0xffff
b.eq LBB58_17
; %bb.16: ; in Loop: Header=BB58_7 Depth=1
ldrsh w17, [x10, #2]
cmp w17, w16, sxth
b.ge LBB58_18
LBB58_17: ; in Loop: Header=BB58_7 Depth=1
strh w16, [x10]
mov w14, #1
LBB58_18: ; in Loop: Header=BB58_7 Depth=1
tst w15, #0xffff
b.eq LBB58_20
; %bb.19: ; in Loop: Header=BB58_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w16, sxth
b.ge LBB58_21
LBB58_20: ; in Loop: Header=BB58_7 Depth=1
strh w16, [x10, #4]
mov w15, #1
LBB58_21: ; in Loop: Header=BB58_7 Depth=1
add w17, w16, #1
strh w17, [x10, #2]
LBB58_22: ; in Loop: Header=BB58_7 Depth=1
mov w17, #2
b LBB58_35
LBB58_23: ; in Loop: Header=BB58_7 Depth=1
add w1, w8, #1
mov w17, #0
cbz w20, LBB58_25
; %bb.24: ; in Loop: Header=BB58_7 Depth=1
mov w14, #0
mov w15, #0
str x12, [x10]
LBB58_25: ; in Loop: Header=BB58_7 Depth=1
mov w0, #1
mov x16, x8
mov x8, x1
b LBB58_36
LBB58_26: ; in Loop: Header=BB58_7 Depth=1
cbz w20, LBB58_34
; %bb.27: ; in Loop: Header=BB58_7 Depth=1
tst w14, #0xffff
b.eq LBB58_29
; %bb.28: ; in Loop: Header=BB58_7 Depth=1
ldrsh w17, [x10, #2]
cmp w17, w16, sxth
b.ge LBB58_30
LBB58_29: ; in Loop: Header=BB58_7 Depth=1
strh w16, [x10]
mov w14, #1
LBB58_30: ; in Loop: Header=BB58_7 Depth=1
tst w15, #0xffff
b.eq LBB58_32
; %bb.31: ; in Loop: Header=BB58_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w16, sxth
b.ge LBB58_33
LBB58_32: ; in Loop: Header=BB58_7 Depth=1
strh w16, [x10, #4]
mov w15, #1
LBB58_33: ; in Loop: Header=BB58_7 Depth=1
add w17, w16, #1
strh w17, [x10, #2]
LBB58_34: ; in Loop: Header=BB58_7 Depth=1
mov w17, #3
LBB58_35: ; in Loop: Header=BB58_7 Depth=1
mov w0, #1
LBB58_36: ; in Loop: Header=BB58_7 Depth=1
cmp w11, w16, sxth
b.ne LBB58_6
; %bb.37: ; in Loop: Header=BB58_7 Depth=1
cmp w11, w8, sxth
cset w1, le
eor w0, w0, #0x1
orr w0, w1, w0
tbnz w0, #0, LBB58_6
; %bb.38: ; in Loop: Header=BB58_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB58_5
; %bb.39: ; in Loop: Header=BB58_7 Depth=1
mov w14, #0
mov w15, #0
str x12, [x10]
b LBB58_5
LBB58_40: ; in Loop: Header=BB58_7 Depth=1
mov w0, #0
mov w17, #4
cbz w20, LBB58_36
; %bb.41: ; in Loop: Header=BB58_7 Depth=1
tst w15, #0xffff
b.eq LBB58_36
; %bb.42: ; in Loop: Header=BB58_7 Depth=1
mov w0, #0
add w17, w16, #1
strh w17, [x10, #6]
mov w17, #4
b LBB58_36
LBB58_43:
cmp w17, #4
csinv w8, w8, wzr, eq
b LBB58_45
LBB58_44:
mov w16, #0
mov w8, #65535
LBB58_45:
strh w8, [x19]
strh w16, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB58_46:
bl _regex_58_search.cold.1
.loh AdrpAdd Lloh4, Lloh5
.cfi_endproc
.section __TEXT,__const
lJTI58_0:
.byte (LBB58_9-LBB58_9)>>2
.byte (LBB58_12-LBB58_9)>>2
.byte (LBB58_12-LBB58_9)>>2
.byte (LBB58_11-LBB58_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_59_search ; -- Begin function regex_59_search
.p2align 2
_regex_59_search: ; @regex_59_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB59_20
; %bb.1:
mov w1, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #4
mov w15, #6
mov w16, #3
Lloh6:
adrp x17, lJTI59_0@PAGE
Lloh7:
add x17, x17, lJTI59_0@PAGEOFF
b LBB59_4
LBB59_2: ; in Loop: Header=BB59_4 Depth=1
mov w0, #3
LBB59_3: ; in Loop: Header=BB59_4 Depth=1
and w1, w0, #0xffff
cmp w1, #8
csel w1, w9, w8, eq
cinc w2, w8, ne
csel w3, w0, wzr, eq
cmp w11, w8, sxth
csel w1, w9, w1, le
csel w2, w8, w2, le
csel w3, w0, w3, le
cmp w11, w9, sxth
csel w9, w9, w1, ne
csel w8, w8, w2, ne
csel w1, w0, w3, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB59_19
LBB59_4: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w2, [x20, x0]
cmp w2, #97
and w3, w1, #0xffff
ccmp w3, #0, #0, eq
cneg w0, w12, ne
sub w3, w3, #1
cmp w3, #6
b.hi LBB59_13
; %bb.5: ; in Loop: Header=BB59_4 Depth=1
adr x4, LBB59_6
ldrb w5, [x17, x3]
add x4, x4, x5, lsl #2
br x4
LBB59_6: ; in Loop: Header=BB59_4 Depth=1
and w3, w2, #0xfe
cmp w3, #98
csel w0, w13, w0, eq
cmp w2, #100
b.ne LBB59_13
b LBB59_2
LBB59_7: ; in Loop: Header=BB59_4 Depth=1
cmp w2, #98
csel w0, w13, w0, eq
cmp w2, #99
csel w0, w14, w0, eq
cmp w2, #100
b.eq LBB59_2
b LBB59_13
LBB59_8: ; in Loop: Header=BB59_4 Depth=1
and w3, w2, #0xfe
cmp w3, #98
csel w0, w13, w0, eq
cmp w2, #100
b.ne LBB59_13
; %bb.9: ; in Loop: Header=BB59_4 Depth=1
mov w0, #5
b LBB59_3
LBB59_10: ; in Loop: Header=BB59_4 Depth=1
cmp w2, #98
csel w0, w13, w0, eq
cmp w2, #99
csel w0, w15, w0, eq
cmp w2, #100
b.ne LBB59_13
b LBB59_2
LBB59_11: ; in Loop: Header=BB59_4 Depth=1
and w3, w2, #0xfe
cmp w3, #98
csel w0, w13, w0, eq
cmp w2, #100
b.ne LBB59_13
; %bb.12: ; in Loop: Header=BB59_4 Depth=1
mov w0, #7
b LBB59_3
LBB59_13: ; in Loop: Header=BB59_4 Depth=1
mvn w2, w0
tst w2, #0xffff
b.ne LBB59_3
; %bb.14: ; in Loop: Header=BB59_4 Depth=1
and w0, w1, #0xffff
cmp w0, #8
b.eq LBB59_21
LBB59_15: ; in Loop: Header=BB59_4 Depth=1
mov w0, #0
mov x9, x8
add w8, w8, #1
b LBB59_3
LBB59_16: ; in Loop: Header=BB59_4 Depth=1
cmp w2, #101
b.ne LBB59_18
; %bb.17: ; in Loop: Header=BB59_4 Depth=1
mov w0, #8
b LBB59_3
LBB59_18: ; in Loop: Header=BB59_4 Depth=1
cmp w2, #98
csel w0, w13, w0, eq
cmp w2, #99
csel w0, w15, w0, eq
cmp w2, #100
csel w0, w16, w0, eq
mvn w1, w0
tst w1, #0xffff
b.ne LBB59_3
b LBB59_15
LBB59_19:
and w10, w1, #0xffff
cmp w10, #8
csinv w8, w8, wzr, eq
b LBB59_21
LBB59_20:
mov w9, #0
mov w8, #65535
LBB59_21:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
.section __TEXT,__const
lJTI59_0:
.byte (LBB59_6-LBB59_6)>>2
.byte (LBB59_6-LBB59_6)>>2
.byte (LBB59_7-LBB59_6)>>2
.byte (LBB59_8-LBB59_6)>>2
.byte (LBB59_10-LBB59_6)>>2
.byte (LBB59_11-LBB59_6)>>2
.byte (LBB59_16-LBB59_6)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_60_search ; -- Begin function regex_60_search
.p2align 2
_regex_60_search: ; @regex_60_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB60_20
; %bb.1:
mov w1, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #4
mov w15, #6
mov w16, #3
Lloh8:
adrp x17, lJTI60_0@PAGE
Lloh9:
add x17, x17, lJTI60_0@PAGEOFF
b LBB60_4
LBB60_2: ; in Loop: Header=BB60_4 Depth=1
mov w0, #3
LBB60_3: ; in Loop: Header=BB60_4 Depth=1
and w1, w0, #0xffff
cmp w1, #8
csel w1, w9, w8, eq
cinc w2, w8, ne
csel w3, w0, wzr, eq
cmp w11, w8, sxth
csel w1, w9, w1, le
csel w2, w8, w2, le
csel w3, w0, w3, le
cmp w11, w9, sxth
csel w9, w9, w1, ne
csel w8, w8, w2, ne
csel w1, w0, w3, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB60_19
LBB60_4: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w2, [x20, x0]
cmp w2, #97
and w3, w1, #0xffff
ccmp w3, #0, #0, eq
cneg w0, w12, ne
sub w4, w2, #98
cmp w4, #3
ccmp w3, #1, #0, lo
csel w0, w13, w0, eq
sub w3, w3, #2
cmp w3, #5
b.hi LBB60_13
; %bb.5: ; in Loop: Header=BB60_4 Depth=1
adr x4, LBB60_6
ldrb w5, [x17, x3]
add x4, x4, x5, lsl #2
br x4
LBB60_6: ; in Loop: Header=BB60_4 Depth=1
and w3, w2, #0xfe
cmp w3, #98
csel w0, w13, w0, eq
cmp w2, #100
b.ne LBB60_13
b LBB60_2
LBB60_7: ; in Loop: Header=BB60_4 Depth=1
cmp w2, #98
csel w0, w13, w0, eq
cmp w2, #99
csel w0, w14, w0, eq
cmp w2, #100
b.ne LBB60_13
b LBB60_2
LBB60_8: ; in Loop: Header=BB60_4 Depth=1
and w3, w2, #0xfe
cmp w3, #98
csel w0, w13, w0, eq
cmp w2, #100
b.ne LBB60_13
; %bb.9: ; in Loop: Header=BB60_4 Depth=1
mov w0, #5
b LBB60_3
LBB60_10: ; in Loop: Header=BB60_4 Depth=1
cmp w2, #98
csel w0, w13, w0, eq
cmp w2, #99
csel w0, w15, w0, eq
cmp w2, #100
b.ne LBB60_13
b LBB60_2
LBB60_11: ; in Loop: Header=BB60_4 Depth=1
and w3, w2, #0xfe
cmp w3, #98
csel w0, w13, w0, eq
cmp w2, #100
b.ne LBB60_13
; %bb.12: ; in Loop: Header=BB60_4 Depth=1
mov w0, #7
b LBB60_3
LBB60_13: ; in Loop: Header=BB60_4 Depth=1
mvn w2, w0
tst w2, #0xffff
b.ne LBB60_3
; %bb.14: ; in Loop: Header=BB60_4 Depth=1
and w0, w1, #0xffff
cmp w0, #8
b.eq LBB60_21
LBB60_15: ; in Loop: Header=BB60_4 Depth=1
mov w0, #0
mov x9, x8
add w8, w8, #1
b LBB60_3
LBB60_16: ; in Loop: Header=BB60_4 Depth=1
cmp w2, #101
b.ne LBB60_18
; %bb.17: ; in Loop: Header=BB60_4 Depth=1
mov w0, #8
b LBB60_3
LBB60_18: ; in Loop: Header=BB60_4 Depth=1
cmp w2, #98
csel w0, w13, w0, eq
cmp w2, #99
csel w0, w15, w0, eq
cmp w2, #100
csel w0, w16, w0, eq
mvn w1, w0
tst w1, #0xffff
b.ne LBB60_3
b LBB60_15
LBB60_19:
and w10, w1, #0xffff
cmp w10, #8
csinv w8, w8, wzr, eq
b LBB60_21
LBB60_20:
mov w9, #0
mov w8, #65535
LBB60_21:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh8, Lloh9
.cfi_endproc
.section __TEXT,__const
lJTI60_0:
.byte (LBB60_6-LBB60_6)>>2
.byte (LBB60_7-LBB60_6)>>2
.byte (LBB60_8-LBB60_6)>>2
.byte (LBB60_10-LBB60_6)>>2
.byte (LBB60_11-LBB60_6)>>2
.byte (LBB60_16-LBB60_6)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_61_search ; -- Begin function regex_61_search
.p2align 2
_regex_61_search: ; @regex_61_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB61_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB61_36
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB61_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB61_34
; %bb.4:
mov w16, #0
mov w17, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
mov w14, #2
mov w15, #3
b LBB61_7
LBB61_5: ; in Loop: Header=BB61_7 Depth=1
mov x12, x8
mov x8, x0
LBB61_6: ; in Loop: Header=BB61_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB61_33
LBB61_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w12
ldrb w0, [x21, x0]
tst w17, #0xffff
b.ne LBB61_14
; %bb.8: ; in Loop: Header=BB61_7 Depth=1
cmp w0, #97
b.ne LBB61_14
; %bb.9: ; in Loop: Header=BB61_7 Depth=1
cbz w20, LBB61_17
; %bb.10: ; in Loop: Header=BB61_7 Depth=1
tst w16, #0xffff
b.eq LBB61_12
; %bb.11: ; in Loop: Header=BB61_7 Depth=1
ldrsh w16, [x10, #2]
cmp w16, w12, sxth
b.ge LBB61_13
LBB61_12: ; in Loop: Header=BB61_7 Depth=1
strh w12, [x10]
LBB61_13: ; in Loop: Header=BB61_7 Depth=1
add w16, w12, #1
strh w16, [x10, #2]
mov w17, #1
mov w16, #1
cmp w11, w12, sxth
b.ne LBB61_6
b LBB61_28
LBB61_14: ; in Loop: Header=BB61_7 Depth=1
and w17, w17, #0xffff
cmp w17, #1
b.eq LBB61_18
; %bb.15: ; in Loop: Header=BB61_7 Depth=1
cmp w17, #2
b.eq LBB61_23
; %bb.16: ; in Loop: Header=BB61_7 Depth=1
cmp w17, #3
b.ne LBB61_24
b LBB61_35
LBB61_17: ; in Loop: Header=BB61_7 Depth=1
mov w17, #1
cmp w11, w12, sxth
b.ne LBB61_6
b LBB61_28
LBB61_18: ; in Loop: Header=BB61_7 Depth=1
cmp w0, #99
b.eq LBB61_32
; %bb.19: ; in Loop: Header=BB61_7 Depth=1
cmp w0, #98
b.ne LBB61_24
; %bb.20: ; in Loop: Header=BB61_7 Depth=1
mov w17, #2
cbz w20, LBB61_27
; %bb.21: ; in Loop: Header=BB61_7 Depth=1
tst w16, #0xffff
b.eq LBB61_27
; %bb.22: ; in Loop: Header=BB61_7 Depth=1
add w17, w12, #1
strh w17, [x10, #2]
mov w17, #2
cmp w11, w12, sxth
b.ne LBB61_6
b LBB61_28
LBB61_23: ; in Loop: Header=BB61_7 Depth=1
cmp w0, #98
csinv w17, w14, wzr, eq
cmp w0, #99
csel w17, w15, w17, eq
cmn w17, #1
ccmp w20, #0, #4, eq
csel w16, wzr, w16, ne
cmn w17, #1
b.ne LBB61_27
LBB61_24: ; in Loop: Header=BB61_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB61_26
; %bb.25: ; in Loop: Header=BB61_7 Depth=1
mov w16, #0
str w13, [x10]
LBB61_26: ; in Loop: Header=BB61_7 Depth=1
mov x12, x8
mov x8, x0
LBB61_27: ; in Loop: Header=BB61_7 Depth=1
cmp w11, w12, sxth
b.ne LBB61_6
LBB61_28: ; in Loop: Header=BB61_7 Depth=1
cmp w11, w8, sxth
b.le LBB61_6
; %bb.29: ; in Loop: Header=BB61_7 Depth=1
and w0, w17, #0xffff
cmp w0, #3
b.eq LBB61_6
; %bb.30: ; in Loop: Header=BB61_7 Depth=1
add w0, w8, #1
mov w17, #0
cbz w20, LBB61_5
; %bb.31: ; in Loop: Header=BB61_7 Depth=1
mov w16, #0
str w13, [x10]
b LBB61_5
LBB61_32: ; in Loop: Header=BB61_7 Depth=1
mov w17, #3
cmp w11, w12, sxth
b.ne LBB61_6
b LBB61_28
LBB61_33:
and w9, w17, #0xffff
cmp w9, #3
csinv w8, w8, wzr, eq
b LBB61_35
LBB61_34:
mov w12, #0
mov w8, #65535
LBB61_35:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB61_36:
bl _regex_61_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_62_search ; -- Begin function regex_62_search
.p2align 2
_regex_62_search: ; @regex_62_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB62_3
; %bb.1:
mov w0, #16
bl _malloc
str x0, [x19, #8]
cbz x0, LBB62_51
; %bb.2:
mov x8, #-1
stp x8, x8, [x0]
LBB62_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB62_49
; %bb.4:
mov w16, #0
mov w15, #0
mov w1, #0
mov w0, #0
mov w2, #0
mov w8, #0
mov w17, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #1
mov x13, #-1
Lloh10:
adrp x14, lJTI62_0@PAGE
Lloh11:
add x14, x14, lJTI62_0@PAGEOFF
b LBB62_7
LBB62_5: ; in Loop: Header=BB62_7 Depth=1
mov x17, x8
mov x8, x3
LBB62_6: ; in Loop: Header=BB62_7 Depth=1
add w17, w17, #1
cmp w9, w17, sxth
b.le LBB62_48
LBB62_7: ; =>This Inner Loop Header: Depth=1
and w3, w2, #0xffff
cmp w3, #3
b.hi LBB62_50
; %bb.8: ; in Loop: Header=BB62_7 Depth=1
sxth x3, w17
ldrb w3, [x21, x3]
and x2, x2, #0xffff
adr x4, LBB62_9
ldrb w5, [x14, x2]
add x4, x4, x5, lsl #2
br x4
LBB62_9: ; in Loop: Header=BB62_7 Depth=1
cmp w3, #97
ccmp w20, #0, #4, eq
b.ne LBB62_35
; %bb.10: ; in Loop: Header=BB62_7 Depth=1
cmp w3, #97
cset w2, ne
cmp w20, #0
cset w4, ne
tst w4, w2
csel w15, wzr, w15, ne
csel w16, wzr, w16, ne
cmp w3, #97
cneg w2, w12, ne
b.eq LBB62_43
; %bb.11: ; in Loop: Header=BB62_7 Depth=1
add w3, w8, #1
cbnz w20, LBB62_32
; %bb.12: ; in Loop: Header=BB62_7 Depth=1
mov w2, #0
b LBB62_33
LBB62_13: ; in Loop: Header=BB62_7 Depth=1
cmp w3, #98
b.ne LBB62_30
; %bb.14: ; in Loop: Header=BB62_7 Depth=1
cbz w20, LBB62_42
; %bb.15: ; in Loop: Header=BB62_7 Depth=1
tst w15, #0xffff
b.eq LBB62_17
; %bb.16: ; in Loop: Header=BB62_7 Depth=1
ldrsh w2, [x10, #10]
cmp w2, w17, sxth
b.ge LBB62_18
LBB62_17: ; in Loop: Header=BB62_7 Depth=1
strh w17, [x10, #8]
mov w15, #1
LBB62_18: ; in Loop: Header=BB62_7 Depth=1
add w2, w17, #1
strh w2, [x10, #10]
mov w2, #2
cmp w11, w17, sxth
b.ne LBB62_6
b LBB62_44
LBB62_19: ; in Loop: Header=BB62_7 Depth=1
cmp w3, #99
b.ne LBB62_30
; %bb.20: ; in Loop: Header=BB62_7 Depth=1
mov w2, #3
cbz w20, LBB62_43
; %bb.21: ; in Loop: Header=BB62_7 Depth=1
cbz w0, LBB62_43
; %bb.22: ; in Loop: Header=BB62_7 Depth=1
add w2, w17, #1
strh w2, [x10, #2]
mov w2, #3
cmp w11, w17, sxth
b.ne LBB62_6
b LBB62_44
LBB62_23: ; in Loop: Header=BB62_7 Depth=1
cmp w3, #100
b.ne LBB62_30
; %bb.24: ; in Loop: Header=BB62_7 Depth=1
cbz w20, LBB62_29
; %bb.25: ; in Loop: Header=BB62_7 Depth=1
tst w16, #0xffff
b.eq LBB62_27
; %bb.26: ; in Loop: Header=BB62_7 Depth=1
ldrsh w16, [x10, #14]
cmp w16, w17, sxth
b.ge LBB62_28
LBB62_27: ; in Loop: Header=BB62_7 Depth=1
strh w17, [x10, #12]
LBB62_28: ; in Loop: Header=BB62_7 Depth=1
add w16, w17, #1
strh w16, [x10, #14]
mov w16, #1
LBB62_29: ; in Loop: Header=BB62_7 Depth=1
mov w2, #4
cmp w11, w17, sxth
b.ne LBB62_6
b LBB62_44
LBB62_30: ; in Loop: Header=BB62_7 Depth=1
cbz w20, LBB62_34
; %bb.31: ; in Loop: Header=BB62_7 Depth=1
add w3, w8, #1
LBB62_32: ; in Loop: Header=BB62_7 Depth=1
mov w2, #0
mov w0, #0
mov w1, #0
mov w15, #0
mov w16, #0
stp x13, x13, [x10]
LBB62_33: ; in Loop: Header=BB62_7 Depth=1
mov x17, x8
mov x8, x3
cmp w11, w17, sxth
b.ne LBB62_6
b LBB62_44
LBB62_34: ; in Loop: Header=BB62_7 Depth=1
mov w2, #0
mov x17, x8
add w8, w8, #1
cmp w11, w17, sxth
b.ne LBB62_6
b LBB62_44
LBB62_35: ; in Loop: Header=BB62_7 Depth=1
cbz w1, LBB62_37
; %bb.36: ; in Loop: Header=BB62_7 Depth=1
ldrsh w1, [x10, #6]
cmp w1, w17, sxth
b.ge LBB62_38
LBB62_37: ; in Loop: Header=BB62_7 Depth=1
strh w17, [x10, #4]
LBB62_38: ; in Loop: Header=BB62_7 Depth=1
cbz w0, LBB62_40
; %bb.39: ; in Loop: Header=BB62_7 Depth=1
ldrsh w0, [x10, #2]
cmp w0, w17, sxth
b.ge LBB62_41
LBB62_40: ; in Loop: Header=BB62_7 Depth=1
strh w17, [x10]
LBB62_41: ; in Loop: Header=BB62_7 Depth=1
add w0, w17, #1
strh w0, [x10, #6]
mov w2, #1
mov w0, #1
mov w1, #1
cmp w11, w17, sxth
b.ne LBB62_6
b LBB62_44
LBB62_42: ; in Loop: Header=BB62_7 Depth=1
mov w2, #2
LBB62_43: ; in Loop: Header=BB62_7 Depth=1
cmp w11, w17, sxth
b.ne LBB62_6
LBB62_44: ; in Loop: Header=BB62_7 Depth=1
cmp w11, w8, sxth
b.le LBB62_6
; %bb.45: ; in Loop: Header=BB62_7 Depth=1
and w3, w2, #0xffff
cmp w3, #4
b.eq LBB62_6
; %bb.46: ; in Loop: Header=BB62_7 Depth=1
add w3, w8, #1
mov w2, #0
cbz w20, LBB62_5
; %bb.47: ; in Loop: Header=BB62_7 Depth=1
mov w0, #0
mov w1, #0
mov w15, #0
mov w16, #0
stp x13, x13, [x10]
b LBB62_5
LBB62_48:
and w9, w2, #0xffff
cmp w9, #4
csinv w8, w8, wzr, eq
b LBB62_50
LBB62_49:
mov w17, #0
mov w8, #65535
LBB62_50:
strh w8, [x19]
strh w17, [x19, #2]
mov w8, #4
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB62_51:
bl _regex_62_search.cold.1
.loh AdrpAdd Lloh10, Lloh11
.cfi_endproc
.section __TEXT,__const
lJTI62_0:
.byte (LBB62_9-LBB62_9)>>2
.byte (LBB62_13-LBB62_9)>>2
.byte (LBB62_19-LBB62_9)>>2
.byte (LBB62_23-LBB62_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_63_search ; -- Begin function regex_63_search
.p2align 2
_regex_63_search: ; @regex_63_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w9, w0, #16
mov w8, #65535
cmp w9, #1
b.lt LBB63_18
; %bb.1:
mov w16, #0
mov w9, #0
mov w10, #0
sxth w11, w0
sub w12, w11, #1
mov w14, #65535
mov w13, #95
b LBB63_3
LBB63_2: ; in Loop: Header=BB63_3 Depth=1
add w10, w10, #1
cmp w11, w10, sxth
mov x16, x15
b.le LBB63_19
LBB63_3: ; =>This Inner Loop Header: Depth=1
sxth x15, w10
ldrb w17, [x20, x15]
and w15, w16, #0xffff
cmp w15, #1
b.eq LBB63_7
; %bb.4: ; in Loop: Header=BB63_3 Depth=1
cbnz w15, LBB63_7
; %bb.5: ; in Loop: Header=BB63_3 Depth=1
sub w15, w17, #65
cmp w15, #26
ccmp w17, w13, #4, hs
mov w15, #1
cneg w0, w15, ne
sub w17, w17, #97
cmp w17, #26
b.lo LBB63_11
; %bb.6: ; in Loop: Header=BB63_3 Depth=1
mov x15, x0
b LBB63_10
LBB63_7: ; in Loop: Header=BB63_3 Depth=1
sub w14, w17, #48
sub w15, w17, #65
cmp w14, #10
ccmp w15, #26, #0, hs
ccmp w17, w13, #4, hs
mov w15, #2
csinv w14, w15, wzr, eq
sub w17, w17, #97
cmp w17, #26
b.hs LBB63_9
; %bb.8: ; in Loop: Header=BB63_3 Depth=1
mov x14, x10
cmp w12, w10, sxth
b.ne LBB63_2
b LBB63_12
LBB63_9: ; in Loop: Header=BB63_3 Depth=1
mov x15, x14
mov x14, x10
LBB63_10: ; in Loop: Header=BB63_3 Depth=1
mvn w17, w15
tst w17, #0xffff
b.eq LBB63_16
LBB63_11: ; in Loop: Header=BB63_3 Depth=1
cmp w12, w10, sxth
b.ne LBB63_2
LBB63_12: ; in Loop: Header=BB63_3 Depth=1
cmp w12, w9, sxth
b.le LBB63_2
; %bb.13: ; in Loop: Header=BB63_3 Depth=1
sub w16, w15, #1
and w16, w16, #0xffff
cmp w16, #2
b.lo LBB63_2
; %bb.14: ; in Loop: Header=BB63_3 Depth=1
mov w15, #0
tbz w14, #15, LBB63_19
; %bb.15: ; in Loop: Header=BB63_3 Depth=1
mov x10, x9
add w9, w9, #1
b LBB63_2
LBB63_16: ; in Loop: Header=BB63_3 Depth=1
sub w15, w16, #1
and w15, w15, #0xffff
cmp w15, #2
b.lo LBB63_20
; %bb.17: ; in Loop: Header=BB63_3 Depth=1
mov w15, #0
mov x10, x9
add w9, w9, #1
mov w14, #65535
cmp w12, w10, sxth
b.ne LBB63_2
b LBB63_12
LBB63_18:
mov w10, #0
mov w9, #0
mov w15, #0
mov w14, #65535
LBB63_19:
and w11, w14, #0xffff
sub w12, w15, #1
and w12, w12, #0xffff
cmp w12, #2
ccmp w11, w8, #0, hs
csinv w9, w9, wzr, ne
strh w9, [x19]
cmp w11, w8
csel w8, w10, w14, eq
strh w8, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB63_20:
mov x15, x16
b LBB63_19
.cfi_endproc
; -- End function
.globl _regex_64_search ; -- Begin function regex_64_search
.p2align 2
_regex_64_search: ; @regex_64_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB64_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB64_42
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB64_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB64_40
; %bb.4:
mov w1, #0
mov w16, #0
mov w0, #0
mov w8, #0
mov w17, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #-1
mov w13, #97
mov w14, #1
Lloh12:
adrp x15, lJTI64_0@PAGE
Lloh13:
add x15, x15, lJTI64_0@PAGEOFF
b LBB64_7
LBB64_5: ; in Loop: Header=BB64_7 Depth=1
mov x17, x8
mov x8, x1
LBB64_6: ; in Loop: Header=BB64_7 Depth=1
add w17, w17, #1
sxth w1, w17
cmp w9, w1
b.le LBB64_39
LBB64_7: ; =>This Inner Loop Header: Depth=1
and w2, w0, #0xffff
cmp w2, #6
b.hi LBB64_31
; %bb.8: ; in Loop: Header=BB64_7 Depth=1
sxth x2, w17
ldrb w2, [x21, x2]
and x0, x0, #0xffff
adr x3, LBB64_9
ldrb w4, [x15, x0]
add x3, x3, x4, lsl #2
br x3
LBB64_9: ; in Loop: Header=BB64_7 Depth=1
tst w17, #0xffff
ccmp w2, w13, #0, eq
cinc w0, w14, ne
cmp w11, w17, sxth
b.ne LBB64_6
b LBB64_35
LBB64_10: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #98
b.ne LBB64_30
; %bb.11: ; in Loop: Header=BB64_7 Depth=1
cbz w20, LBB64_16
; %bb.12: ; in Loop: Header=BB64_7 Depth=1
tst w16, #0xffff
b.eq LBB64_14
; %bb.13: ; in Loop: Header=BB64_7 Depth=1
ldrsh w16, [x10, #2]
cmp w16, w17, sxth
b.ge LBB64_15
LBB64_14: ; in Loop: Header=BB64_7 Depth=1
strh w17, [x10]
LBB64_15: ; in Loop: Header=BB64_7 Depth=1
mov w16, #1
LBB64_16: ; in Loop: Header=BB64_7 Depth=1
mov w0, #3
cmp w11, w17, sxth
b.ne LBB64_6
b LBB64_35
LBB64_17: ; in Loop: Header=BB64_7 Depth=1
cmp w20, #0
cset w0, ne
cmp w2, #104
ccmp w11, w1, #0, eq
cset w1, eq
eor w2, w1, #0x1
tst w0, w2
csel w16, wzr, w16, ne
tbnz w1, #0, LBB64_29
b LBB64_31
LBB64_18: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #104
b.eq LBB64_20
; %bb.19: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #101
b.ne LBB64_24
LBB64_20: ; in Loop: Header=BB64_7 Depth=1
mov w0, #6
cbz w20, LBB64_34
; %bb.21: ; in Loop: Header=BB64_7 Depth=1
tst w16, #0xffff
b.eq LBB64_34
; %bb.22: ; in Loop: Header=BB64_7 Depth=1
add w0, w17, #1
strh w0, [x10, #2]
mov w0, #6
cmp w11, w17, sxth
b.ne LBB64_6
b LBB64_35
LBB64_23: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #103
b.eq LBB64_29
LBB64_24: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #99
b.ne LBB64_31
; %bb.25: ; in Loop: Header=BB64_7 Depth=1
mov w0, #5
cbz w20, LBB64_34
; %bb.26: ; in Loop: Header=BB64_7 Depth=1
tst w16, #0xffff
b.eq LBB64_34
; %bb.27: ; in Loop: Header=BB64_7 Depth=1
add w0, w17, #1
strh w0, [x10, #2]
mov w0, #5
cmp w11, w17, sxth
b.ne LBB64_6
b LBB64_35
LBB64_28: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #103
ccmp w20, #0, #4, ne
csel w16, wzr, w16, ne
cmp w2, #103
b.ne LBB64_31
LBB64_29: ; in Loop: Header=BB64_7 Depth=1
mov w0, #4
cmp w11, w17, sxth
b.ne LBB64_6
b LBB64_35
LBB64_30: ; in Loop: Header=BB64_7 Depth=1
cmp w2, #104
ccmp w11, w1, #0, eq
b.eq LBB64_29
LBB64_31: ; in Loop: Header=BB64_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB64_33
; %bb.32: ; in Loop: Header=BB64_7 Depth=1
mov w16, #0
str w12, [x10]
LBB64_33: ; in Loop: Header=BB64_7 Depth=1
mov x17, x8
mov x8, x1
LBB64_34: ; in Loop: Header=BB64_7 Depth=1
cmp w11, w17, sxth
b.ne LBB64_6
LBB64_35: ; in Loop: Header=BB64_7 Depth=1
cmp w11, w8, sxth
b.le LBB64_6
; %bb.36: ; in Loop: Header=BB64_7 Depth=1
and w1, w0, #0xffff
cmp w1, #4
b.eq LBB64_6
; %bb.37: ; in Loop: Header=BB64_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB64_5
; %bb.38: ; in Loop: Header=BB64_7 Depth=1
mov w16, #0
str w12, [x10]
b LBB64_5
LBB64_39:
and w9, w0, #0xffff
cmp w9, #4
csinv w8, w8, wzr, eq
b LBB64_41
LBB64_40:
mov w17, #0
mov w8, #65535
LBB64_41:
strh w8, [x19]
strh w17, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB64_42:
bl _regex_64_search.cold.1
.loh AdrpAdd Lloh12, Lloh13
.cfi_endproc
.section __TEXT,__const
lJTI64_0:
.byte (LBB64_9-LBB64_9)>>2
.byte (LBB64_10-LBB64_9)>>2
.byte (LBB64_17-LBB64_9)>>2
.byte (LBB64_18-LBB64_9)>>2
.byte (LBB64_41-LBB64_9)>>2
.byte (LBB64_23-LBB64_9)>>2
.byte (LBB64_28-LBB64_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_65_search ; -- Begin function regex_65_search
.p2align 2
_regex_65_search: ; @regex_65_search
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB65_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB65_73
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB65_3:
lsl w8, w22, #16
mov w9, #65535
cmp w8, #1
b.lt LBB65_71
; %bb.4:
mov w6, #0
mov w3, #0
mov w4, #0
mov w5, #0
mov w8, #0
mov w2, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
Lloh14:
adrp x13, lJTI65_2@PAGE
Lloh15:
add x13, x13, lJTI65_2@PAGEOFF
mov w14, #5
mov w15, #6
mov w16, #7
mov x17, #-1
Lloh16:
adrp x0, lJTI65_0@PAGE
Lloh17:
add x0, x0, lJTI65_0@PAGEOFF
Lloh18:
adrp x1, lJTI65_1@PAGE
Lloh19:
add x1, x1, lJTI65_1@PAGEOFF
b LBB65_7
LBB65_5: ; in Loop: Header=BB65_7 Depth=1
mov x2, x8
mov x8, x6
LBB65_6: ; in Loop: Header=BB65_7 Depth=1
add w2, w2, #1
sxth w6, w2
cmp w10, w6
b.le LBB65_70
LBB65_7: ; =>This Inner Loop Header: Depth=1
sxth x7, w2
ldrb w7, [x21, x7]
and w22, w5, #0xffff
cmp w22, #3
b.hi LBB65_14
; %bb.8: ; in Loop: Header=BB65_7 Depth=1
and x5, x5, #0xffff
adr x6, LBB65_9
ldrb w22, [x0, x5]
add x6, x6, x22, lsl #2
br x6
LBB65_9: ; in Loop: Header=BB65_7 Depth=1
mov w5, #65535
mov w6, #1
sub w7, w7, #98
cmp w7, #7
b.hi LBB65_60
; %bb.10: ; in Loop: Header=BB65_7 Depth=1
adr x22, LBB65_11
ldrb w23, [x1, x7]
add x22, x22, x23, lsl #2
br x22
LBB65_11: ; in Loop: Header=BB65_7 Depth=1
cbz w20, LBB65_50
; %bb.12: ; in Loop: Header=BB65_7 Depth=1
tst w4, #0xffff
b.eq LBB65_54
; %bb.13: ; in Loop: Header=BB65_7 Depth=1
ldrsh w4, [x11, #2]
mov w5, #1
cmp w4, w2, sxth
b.ge LBB65_43
b LBB65_58
LBB65_14: ; in Loop: Header=BB65_7 Depth=1
cmp w22, #4
b.ne LBB65_26
; %bb.15: ; in Loop: Header=BB65_7 Depth=1
and w22, w7, #0xfe
cmp w22, #106
b.ne LBB65_26
; %bb.16: ; in Loop: Header=BB65_7 Depth=1
cbz w20, LBB65_44
; %bb.17: ; in Loop: Header=BB65_7 Depth=1
tst w3, #0xffff
b.eq LBB65_19
; %bb.18: ; in Loop: Header=BB65_7 Depth=1
ldrsh w3, [x11, #6]
cmp w3, w2, sxth
b.ge LBB65_20
LBB65_19: ; in Loop: Header=BB65_7 Depth=1
strh w2, [x11, #4]
LBB65_20: ; in Loop: Header=BB65_7 Depth=1
add w3, w2, #1
strh w3, [x11, #6]
tst w4, #0xffff
b.eq LBB65_48
; %bb.21: ; in Loop: Header=BB65_7 Depth=1
strh w3, [x11, #2]
b LBB65_49
LBB65_22: ; in Loop: Header=BB65_7 Depth=1
cmp w20, #0
cset w5, ne
cmp w7, #99
cset w6, ne
tst w5, w6
csel w4, wzr, w4, ne
csel w3, wzr, w3, ne
cmp w7, #99
b.ne LBB65_62
; %bb.23: ; in Loop: Header=BB65_7 Depth=1
mov w5, #5
b LBB65_65
LBB65_24: ; in Loop: Header=BB65_7 Depth=1
cmp w20, #0
cset w5, ne
cmp w7, #105
cset w6, ne
tst w5, w6
csel w4, wzr, w4, ne
csel w3, wzr, w3, ne
cmp w7, #105
b.ne LBB65_62
; %bb.25: ; in Loop: Header=BB65_7 Depth=1
mov w5, #4
b LBB65_65
LBB65_26: ; in Loop: Header=BB65_7 Depth=1
and w5, w5, #0xffff
sub w5, w5, #5
cmp w5, #3
b.hi LBB65_62
; %bb.27: ; in Loop: Header=BB65_7 Depth=1
adr x22, LBB65_28
ldrb w23, [x13, x5]
add x22, x22, x23, lsl #2
br x22
LBB65_28: ; in Loop: Header=BB65_7 Depth=1
cmp w7, #99
csinv w5, w14, wzr, eq
cmp w7, #100
ccmp w12, w6, #0, eq
b.ne LBB65_32
; %bb.29: ; in Loop: Header=BB65_7 Depth=1
mov w5, #8
cbz w20, LBB65_32
; %bb.30: ; in Loop: Header=BB65_7 Depth=1
tst w4, #0xffff
b.eq LBB65_32
; %bb.31: ; in Loop: Header=BB65_7 Depth=1
add w5, w2, #1
strh w5, [x11, #2]
mov w5, #8
LBB65_32: ; in Loop: Header=BB65_7 Depth=1
bics wzr, w9, w5
ccmp w20, #0, #4, eq
cset w6, ne
b LBB65_61
LBB65_33: ; in Loop: Header=BB65_7 Depth=1
cmp w20, #0
cset w6, ne
cmp w7, #102
csinv w5, w15, wzr, eq
cmp w7, #103
csel w5, w16, w5, eq
cmn w5, #1
cset w7, eq
ands w6, w6, w7
csel w4, wzr, w4, ne
b LBB65_61
LBB65_34: ; in Loop: Header=BB65_7 Depth=1
cbz w20, LBB65_51
; %bb.35: ; in Loop: Header=BB65_7 Depth=1
tst w4, #0xffff
b.eq LBB65_55
; %bb.36: ; in Loop: Header=BB65_7 Depth=1
ldrsh w4, [x11, #2]
mov w5, #2
cmp w4, w2, sxth
b.ge LBB65_43
b LBB65_58
LBB65_37: ; in Loop: Header=BB65_7 Depth=1
cbz w20, LBB65_52
; %bb.38: ; in Loop: Header=BB65_7 Depth=1
tst w4, #0xffff
b.eq LBB65_56
; %bb.39: ; in Loop: Header=BB65_7 Depth=1
ldrsh w4, [x11, #2]
mov w5, #3
cmp w4, w2, sxth
b.ge LBB65_43
b LBB65_58
LBB65_40: ; in Loop: Header=BB65_7 Depth=1
cbz w20, LBB65_53
; %bb.41: ; in Loop: Header=BB65_7 Depth=1
tst w4, #0xffff
b.eq LBB65_57
; %bb.42: ; in Loop: Header=BB65_7 Depth=1
ldrsh w4, [x11, #2]
mov w5, #4
cmp w4, w2, sxth
b.lt LBB65_58
LBB65_43: ; in Loop: Header=BB65_7 Depth=1
mov w6, #0
b LBB65_59
LBB65_44: ; in Loop: Header=BB65_7 Depth=1
mov w5, #8
b LBB65_65
LBB65_45: ; in Loop: Header=BB65_7 Depth=1
mov w5, #8
cbz w20, LBB65_65
; %bb.46: ; in Loop: Header=BB65_7 Depth=1
tst w4, #0xffff
b.eq LBB65_65
; %bb.47: ; in Loop: Header=BB65_7 Depth=1
add w5, w2, #1
strh w5, [x11, #2]
mov w5, #8
b LBB65_65
LBB65_48: ; in Loop: Header=BB65_7 Depth=1
mov w4, #0
LBB65_49: ; in Loop: Header=BB65_7 Depth=1
mov w3, #1
mov w5, #8
b LBB65_65
LBB65_50: ; in Loop: Header=BB65_7 Depth=1
mov w6, #0
mov w5, #1
b LBB65_60
LBB65_51: ; in Loop: Header=BB65_7 Depth=1
mov w6, #0
mov w5, #2
b LBB65_60
LBB65_52: ; in Loop: Header=BB65_7 Depth=1
mov w6, #0
mov w5, #3
b LBB65_60
LBB65_53: ; in Loop: Header=BB65_7 Depth=1
mov w6, #0
mov w5, #4
b LBB65_60
LBB65_54: ; in Loop: Header=BB65_7 Depth=1
mov w5, #1
b LBB65_58
LBB65_55: ; in Loop: Header=BB65_7 Depth=1
mov w5, #2
b LBB65_58
LBB65_56: ; in Loop: Header=BB65_7 Depth=1
mov w5, #3
b LBB65_58
LBB65_57: ; in Loop: Header=BB65_7 Depth=1
mov w5, #4
LBB65_58: ; in Loop: Header=BB65_7 Depth=1
mov w6, #0
strh w2, [x11]
LBB65_59: ; in Loop: Header=BB65_7 Depth=1
mov w4, #1
LBB65_60: ; in Loop: Header=BB65_7 Depth=1
cmp w20, #0
cset w7, ne
and w6, w7, w6
LBB65_61: ; in Loop: Header=BB65_7 Depth=1
tst w6, #0x1
csel w3, wzr, w3, ne
mvn w6, w5
tst w6, #0xffff
b.ne LBB65_65
LBB65_62: ; in Loop: Header=BB65_7 Depth=1
add w6, w8, #1
mov w5, #0
cbz w20, LBB65_64
; %bb.63: ; in Loop: Header=BB65_7 Depth=1
mov w4, #0
mov w3, #0
str x17, [x11]
LBB65_64: ; in Loop: Header=BB65_7 Depth=1
mov x2, x8
mov x8, x6
LBB65_65: ; in Loop: Header=BB65_7 Depth=1
cmp w12, w2, sxth
b.ne LBB65_6
; %bb.66: ; in Loop: Header=BB65_7 Depth=1
cmp w12, w8, sxth
b.le LBB65_6
; %bb.67: ; in Loop: Header=BB65_7 Depth=1
and w6, w5, #0xffff
cmp w6, #8
b.eq LBB65_6
; %bb.68: ; in Loop: Header=BB65_7 Depth=1
add w6, w8, #1
mov w5, #0
cbz w20, LBB65_5
; %bb.69: ; in Loop: Header=BB65_7 Depth=1
mov w4, #0
mov w3, #0
str x17, [x11]
b LBB65_5
LBB65_70:
and w9, w5, #0xffff
cmp w9, #8
csinv w8, w8, wzr, eq
b LBB65_72
LBB65_71:
mov w2, #0
mov w8, #65535
LBB65_72:
strh w8, [x19]
strh w2, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB65_73:
bl _regex_65_search.cold.1
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.cfi_endproc
.section __TEXT,__const
lJTI65_0:
.byte (LBB65_9-LBB65_9)>>2
.byte (LBB65_22-LBB65_9)>>2
.byte (LBB65_33-LBB65_9)>>2
.byte (LBB65_24-LBB65_9)>>2
lJTI65_1:
.byte (LBB65_11-LBB65_11)>>2
.byte (LBB65_60-LBB65_11)>>2
.byte (LBB65_60-LBB65_11)>>2
.byte (LBB65_34-LBB65_11)>>2
.byte (LBB65_60-LBB65_11)>>2
.byte (LBB65_60-LBB65_11)>>2
.byte (LBB65_37-LBB65_11)>>2
.byte (LBB65_40-LBB65_11)>>2
lJTI65_2:
.byte (LBB65_28-LBB65_28)>>2
.byte (LBB65_33-LBB65_28)>>2
.byte (LBB65_45-LBB65_28)>>2
.byte (LBB65_72-LBB65_28)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_66_search ; -- Begin function regex_66_search
.p2align 2
_regex_66_search: ; @regex_66_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB66_3
; %bb.1:
mov w0, #36
bl _malloc
str x0, [x19, #8]
cbz x0, LBB66_49
; %bb.2:
mov w8, #-1
str w8, [x0, #32]
movi.2d v0, #0xffffffffffffffff
stp q0, q0, [x0]
LBB66_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB66_47
; %bb.4:
mov w7, #0
mov w5, #0
mov w4, #0
mov w3, #0
mov w2, #0
mov w1, #0
mov w0, #0
mov w17, #0
mov w15, #0
mov w6, #0
mov w8, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #97
movi.2d v0, #0xffffffffffffffff
mov w14, #-1
b LBB66_7
LBB66_5: ; in Loop: Header=BB66_7 Depth=1
mov x13, x8
mov x8, x22
LBB66_6: ; in Loop: Header=BB66_7 Depth=1
add w13, w13, #1
cmp w9, w13, sxth
b.le LBB66_46
LBB66_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w13
ldrb w16, [x21, x16]
cmp w6, #0
ccmp w16, w12, #0, eq
cset w16, eq
b.ne LBB66_37
; %bb.8: ; in Loop: Header=BB66_7 Depth=1
cbz w20, LBB66_41
; %bb.9: ; in Loop: Header=BB66_7 Depth=1
cbz w7, LBB66_11
; %bb.10: ; in Loop: Header=BB66_7 Depth=1
ldrsh w6, [x10, #34]
cmp w6, w13, sxth
b.ge LBB66_12
LBB66_11: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #32]
LBB66_12: ; in Loop: Header=BB66_7 Depth=1
cbz w5, LBB66_14
; %bb.13: ; in Loop: Header=BB66_7 Depth=1
ldrsh w5, [x10, #30]
cmp w5, w13, sxth
b.ge LBB66_15
LBB66_14: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #28]
LBB66_15: ; in Loop: Header=BB66_7 Depth=1
cbz w4, LBB66_17
; %bb.16: ; in Loop: Header=BB66_7 Depth=1
ldrsh w4, [x10, #26]
cmp w4, w13, sxth
b.ge LBB66_18
LBB66_17: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #24]
LBB66_18: ; in Loop: Header=BB66_7 Depth=1
cbz w3, LBB66_20
; %bb.19: ; in Loop: Header=BB66_7 Depth=1
ldrsh w3, [x10, #22]
cmp w3, w13, sxth
b.ge LBB66_21
LBB66_20: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #20]
LBB66_21: ; in Loop: Header=BB66_7 Depth=1
cbz w2, LBB66_23
; %bb.22: ; in Loop: Header=BB66_7 Depth=1
ldrsh w2, [x10, #18]
cmp w2, w13, sxth
b.ge LBB66_24
LBB66_23: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #16]
LBB66_24: ; in Loop: Header=BB66_7 Depth=1
cbz w1, LBB66_26
; %bb.25: ; in Loop: Header=BB66_7 Depth=1
ldrsh w1, [x10, #14]
cmp w1, w13, sxth
b.ge LBB66_27
LBB66_26: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #12]
LBB66_27: ; in Loop: Header=BB66_7 Depth=1
cbz w0, LBB66_29
; %bb.28: ; in Loop: Header=BB66_7 Depth=1
ldrsh w0, [x10, #10]
cmp w0, w13, sxth
b.ge LBB66_30
LBB66_29: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #8]
LBB66_30: ; in Loop: Header=BB66_7 Depth=1
cbz w17, LBB66_32
; %bb.31: ; in Loop: Header=BB66_7 Depth=1
ldrsh w17, [x10, #6]
cmp w17, w13, sxth
b.ge LBB66_33
LBB66_32: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10, #4]
LBB66_33: ; in Loop: Header=BB66_7 Depth=1
cbz w15, LBB66_35
; %bb.34: ; in Loop: Header=BB66_7 Depth=1
ldrsh w15, [x10, #2]
cmp w15, w13, sxth
b.ge LBB66_36
LBB66_35: ; in Loop: Header=BB66_7 Depth=1
strh w13, [x10]
LBB66_36: ; in Loop: Header=BB66_7 Depth=1
add w7, w13, #1
strh w7, [x10, #34]
strh w7, [x10, #30]
strh w7, [x10, #26]
strh w7, [x10, #22]
mov w6, #1
strh w7, [x10, #18]
mov w15, #1
mov w17, #1
strh w7, [x10, #14]
mov w0, #1
mov w1, #1
strh w7, [x10, #10]
mov w2, #1
mov w3, #1
strh w7, [x10, #6]
mov w4, #1
mov w5, #1
strh w7, [x10, #2]
mov w7, #1
cmp w11, w13, sxth
b.ne LBB66_6
b LBB66_42
LBB66_37: ; in Loop: Header=BB66_7 Depth=1
cmp w6, #1
b.eq LBB66_48
; %bb.38: ; in Loop: Header=BB66_7 Depth=1
add w22, w8, #1
mov w6, #0
cbz w20, LBB66_40
; %bb.39: ; in Loop: Header=BB66_7 Depth=1
mov w15, #0
mov w17, #0
mov w0, #0
mov w1, #0
mov w2, #0
mov w3, #0
mov w4, #0
mov w5, #0
mov w7, #0
str w14, [x10, #32]
stp q0, q0, [x10]
LBB66_40: ; in Loop: Header=BB66_7 Depth=1
mov x13, x8
mov x8, x22
cmp w11, w13, sxth
b.ne LBB66_6
b LBB66_42
LBB66_41: ; in Loop: Header=BB66_7 Depth=1
mov w6, #1
cmp w11, w13, sxth
b.ne LBB66_6
LBB66_42: ; in Loop: Header=BB66_7 Depth=1
cmp w11, w8, sxth
b.le LBB66_6
; %bb.43: ; in Loop: Header=BB66_7 Depth=1
eor w22, w16, #0x1
cbz w22, LBB66_6
; %bb.44: ; in Loop: Header=BB66_7 Depth=1
add w22, w8, #1
cbz w20, LBB66_5
; %bb.45: ; in Loop: Header=BB66_7 Depth=1
mov w15, #0
mov w17, #0
mov w0, #0
mov w1, #0
mov w2, #0
mov w3, #0
mov w4, #0
mov w5, #0
mov w7, #0
str w14, [x10, #32]
stp q0, q0, [x10]
b LBB66_5
LBB66_46:
cmp w16, #0
csinv w8, w8, wzr, ne
b LBB66_48
LBB66_47:
mov w13, #0
mov w8, #65535
LBB66_48:
strh w8, [x19]
strh w13, [x19, #2]
mov w8, #9
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB66_49:
bl _regex_66_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_67_search ; -- Begin function regex_67_search
.p2align 2
_regex_67_search: ; @regex_67_search
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB67_12
; %bb.1:
str x19, [sp, #8] ; 8-byte Folded Spill
mov w30, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w0, #7
mov w1, #8
mov w2, #9
mov w3, #10
mov w4, #11
mov w5, #12
mov w6, #13
mov w7, #14
mov w21, #15
mov w22, #16
mov w23, #17
mov w24, #18
mov w25, #19
mov w26, #20
mov w27, #21
mov w28, #22
b LBB67_3
LBB67_2: ; in Loop: Header=BB67_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB67_10
LBB67_3: ; =>This Inner Loop Header: Depth=1
sxth x12, w9
ldrb w12, [x20, x12]
and w19, w30, #0xffff
cmp w12, #109
ccmp w19, #0, #0, eq
mov w13, #1
cneg w30, w13, ne
cmp w12, #117
ccmp w19, #1, #0, eq
mov w13, #2
csel w30, w13, w30, eq
cmp w19, #2
cset w13, eq
cmp w12, #108
cset w14, eq
tst w13, w14
mov w13, #3
csel w13, w13, w30, ne
cmp w19, #3
cset w15, eq
cmp w12, #116
cset w30, eq
tst w15, w30
mov w15, #4
csel w13, w15, w13, ne
cmp w12, #105
ccmp w19, #4, #0, eq
mov w15, #5
csel w13, w15, w13, eq
cmp w12, #112
ccmp w19, #5, #0, eq
mov w15, #6
csel w13, w15, w13, eq
cmp w19, #6
cset w15, eq
tst w15, w14
csel w13, w0, w13, ne
cmp w19, #7
cset w14, eq
cmp w12, #101
cset w15, eq
tst w14, w15
csel w13, w1, w13, ne
cmp w19, #8
cset w14, eq
cmp w12, #32
cset w16, eq
tst w14, w16
csel w13, w2, w13, ne
cmp w12, #119
ccmp w19, #9, #0, eq
csel w13, w3, w13, eq
cmp w19, #10
cset w14, eq
cmp w12, #111
cset w17, eq
tst w14, w17
csel w13, w4, w13, ne
cmp w12, #114
ccmp w19, #11, #0, eq
csel w13, w5, w13, eq
cmp w12, #100
ccmp w19, #12, #0, eq
csel w13, w6, w13, eq
cmp w12, #115
ccmp w19, #13, #0, eq
csel w13, w7, w13, eq
cmp w19, #14
cset w14, eq
tst w14, w16
csel w13, w21, w13, ne
cmp w19, #15
cset w14, eq
tst w14, w17
csel w13, w22, w13, ne
cmp w12, #102
ccmp w19, #16, #0, eq
csel w13, w23, w13, eq
cmp w19, #17
cset w14, eq
tst w14, w16
csel w13, w24, w13, ne
cmp w19, #18
cset w14, eq
tst w14, w30
csel w13, w25, w13, ne
cmp w19, #19
cset w14, eq
tst w14, w15
csel w13, w26, w13, ne
cmp w12, #120
ccmp w19, #20, #0, eq
csel w12, w27, w13, eq
cmp w19, #21
cset w13, eq
tst w13, w30
csel w30, w28, w12, ne
mvn w12, w30
tst w12, #0xffff
b.eq LBB67_5
; %bb.4: ; in Loop: Header=BB67_3 Depth=1
cmp w11, w9, sxth
b.ne LBB67_2
b LBB67_7
LBB67_5: ; in Loop: Header=BB67_3 Depth=1
cmp w19, #22
b.eq LBB67_11
; %bb.6: ; in Loop: Header=BB67_3 Depth=1
mov w30, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB67_2
LBB67_7: ; in Loop: Header=BB67_3 Depth=1
cmp w11, w8, sxth
b.le LBB67_2
; %bb.8: ; in Loop: Header=BB67_3 Depth=1
and w12, w30, #0xffff
cmp w12, #22
b.eq LBB67_2
; %bb.9: ; in Loop: Header=BB67_3 Depth=1
mov w30, #0
mov x9, x8
add w8, w8, #1
b LBB67_2
LBB67_10:
and w10, w30, #0xffff
cmp w10, #22
csinv w8, w8, wzr, eq
LBB67_11:
ldr x19, [sp, #8] ; 8-byte Folded Reload
b LBB67_13
LBB67_12:
mov w9, #0
mov w8, #65535
LBB67_13:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.globl _regex_68_search ; -- Begin function regex_68_search
.p2align 2
_regex_68_search: ; @regex_68_search
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB68_11
; %bb.1:
mov w21, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
mov w15, #4
mov w16, #5
mov w17, #6
mov w0, #7
mov w1, #8
mov w2, #9
mov w3, #10
mov w4, #11
mov w5, #12
mov w6, #13
mov w7, #14
b LBB68_3
LBB68_2: ; in Loop: Header=BB68_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB68_10
LBB68_3: ; =>This Inner Loop Header: Depth=1
sxth x22, w9
ldrb w23, [x20, x22]
and w22, w21, #0xffff
cmp w23, #109
ccmp w22, #0, #0, eq
cneg w21, w12, ne
cmp w23, #117
ccmp w22, #1, #0, eq
csel w21, w13, w21, eq
cmp w22, #2
cset w24, eq
cmp w23, #108
cset w25, eq
tst w24, w25
csel w21, w14, w21, ne
cmp w23, #116
ccmp w22, #3, #0, eq
csel w21, w15, w21, eq
cmp w23, #105
ccmp w22, #4, #0, eq
csel w21, w16, w21, eq
cmp w23, #112
ccmp w22, #5, #0, eq
csel w21, w17, w21, eq
cmp w22, #6
cset w24, eq
tst w24, w25
csel w21, w0, w21, ne
cmp w23, #101
ccmp w22, #7, #0, eq
csel w21, w1, w21, eq
cmp w23, #32
ccmp w22, #8, #0, eq
csel w21, w2, w21, eq
cmp w23, #119
ccmp w22, #9, #0, eq
csel w21, w3, w21, eq
cmp w23, #111
ccmp w22, #10, #0, eq
csel w21, w4, w21, eq
cmp w23, #114
ccmp w22, #11, #0, eq
csel w21, w5, w21, eq
cmp w23, #100
ccmp w22, #12, #0, eq
csel w21, w6, w21, eq
cmp w23, #115
ccmp w22, #13, #0, eq
csel w21, w7, w21, eq
mvn w23, w21
tst w23, #0xffff
b.eq LBB68_5
; %bb.4: ; in Loop: Header=BB68_3 Depth=1
cmp w11, w9, sxth
b.ne LBB68_2
b LBB68_7
LBB68_5: ; in Loop: Header=BB68_3 Depth=1
cmp w22, #14
b.eq LBB68_12
; %bb.6: ; in Loop: Header=BB68_3 Depth=1
mov w21, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB68_2
LBB68_7: ; in Loop: Header=BB68_3 Depth=1
cmp w11, w8, sxth
b.le LBB68_2
; %bb.8: ; in Loop: Header=BB68_3 Depth=1
and w22, w21, #0xffff
cmp w22, #14
b.eq LBB68_2
; %bb.9: ; in Loop: Header=BB68_3 Depth=1
mov w21, #0
mov x9, x8
add w8, w8, #1
b LBB68_2
LBB68_10:
and w10, w21, #0xffff
cmp w10, #14
csinv w8, w8, wzr, eq
b LBB68_12
LBB68_11:
mov w9, #0
mov w8, #65535
LBB68_12:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_69_search ; -- Begin function regex_69_search
.p2align 2
_regex_69_search: ; @regex_69_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB69_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB69_40
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB69_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB69_37
; %bb.4:
mov w0, #0
mov w2, #0
mov w3, #0
mov w17, #0
mov w9, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
mov w1, #65535
mov w13, #2
mov w14, #32767
mov x15, #-1
mov w16, #1
b LBB69_7
LBB69_5: ; in Loop: Header=BB69_7 Depth=1
mov x4, x17
LBB69_6: ; in Loop: Header=BB69_7 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
mov x17, x4
b.le LBB69_39
LBB69_7: ; =>This Inner Loop Header: Depth=1
sxth x4, w9
ldrb w4, [x21, x4]
and w3, w3, #0xffff
cmp w3, #2
b.eq LBB69_18
; %bb.8: ; in Loop: Header=BB69_7 Depth=1
cmp w3, #1
b.eq LBB69_10
; %bb.9: ; in Loop: Header=BB69_7 Depth=1
cbnz w3, LBB69_18
LBB69_10: ; in Loop: Header=BB69_7 Depth=1
cbz w20, LBB69_27
; %bb.11: ; in Loop: Header=BB69_7 Depth=1
cbz w2, LBB69_13
; %bb.12: ; in Loop: Header=BB69_7 Depth=1
ldrsh w2, [x11, #2]
cmp w2, w9, sxth
b.ge LBB69_14
LBB69_13: ; in Loop: Header=BB69_7 Depth=1
strh w9, [x11]
LBB69_14: ; in Loop: Header=BB69_7 Depth=1
add w2, w9, #1
strh w2, [x11, #2]
cmp w4, #99
b.ne LBB69_29
; %bb.15: ; in Loop: Header=BB69_7 Depth=1
cmp w14, w9, uxth
b.ne LBB69_17
LBB69_16: ; in Loop: Header=BB69_7 Depth=1
strh w9, [x11]
LBB69_17: ; in Loop: Header=BB69_7 Depth=1
add w2, w9, #1
strh w2, [x11, #2]
mov w2, #1
mov w3, #2
cmp w12, w9, sxth
b.ne LBB69_5
b LBB69_31
LBB69_18: ; in Loop: Header=BB69_7 Depth=1
cbz w20, LBB69_28
; %bb.19: ; in Loop: Header=BB69_7 Depth=1
cbz w2, LBB69_21
; %bb.20: ; in Loop: Header=BB69_7 Depth=1
ldrsh w1, [x11, #2]
cmp w1, w9, sxth
b.ge LBB69_22
LBB69_21: ; in Loop: Header=BB69_7 Depth=1
strh w9, [x11]
LBB69_22: ; in Loop: Header=BB69_7 Depth=1
cbz w0, LBB69_24
; %bb.23: ; in Loop: Header=BB69_7 Depth=1
ldrsh w0, [x11, #6]
cmp w0, w9, sxth
b.ge LBB69_25
LBB69_24: ; in Loop: Header=BB69_7 Depth=1
strh w9, [x11, #4]
LBB69_25: ; in Loop: Header=BB69_7 Depth=1
add w0, w9, #1
strh w0, [x11, #2]
strh w0, [x11, #6]
cmp w4, #99
b.ne LBB69_30
; %bb.26: ; in Loop: Header=BB69_7 Depth=1
mov w0, #1
cmp w14, w9, uxth
mov x1, x9
b.eq LBB69_16
b LBB69_17
LBB69_27: ; in Loop: Header=BB69_7 Depth=1
cmp w4, #99
cinc w3, w16, eq
cmp w12, w9, sxth
b.ne LBB69_5
b LBB69_31
LBB69_28: ; in Loop: Header=BB69_7 Depth=1
cmp w4, #99
cinc w3, w13, ne
mov x1, x9
cmp w12, w9, sxth
b.eq LBB69_31
b LBB69_5
LBB69_29: ; in Loop: Header=BB69_7 Depth=1
mov w3, #1
mov w2, #1
cmp w12, w9, sxth
b.ne LBB69_5
b LBB69_31
LBB69_30: ; in Loop: Header=BB69_7 Depth=1
mov w2, #1
mov w3, #3
mov x1, x9
mov w0, #1
cmp w12, w9, sxth
b.ne LBB69_5
LBB69_31: ; in Loop: Header=BB69_7 Depth=1
cmp w12, w17, sxth
b.le LBB69_5
; %bb.32: ; in Loop: Header=BB69_7 Depth=1
tbnz w3, #1, LBB69_5
; %bb.33: ; in Loop: Header=BB69_7 Depth=1
tbz w1, #15, LBB69_38
; %bb.34: ; in Loop: Header=BB69_7 Depth=1
add w4, w17, #1
mov w3, #0
cbz w20, LBB69_36
; %bb.35: ; in Loop: Header=BB69_7 Depth=1
mov w2, #0
mov w0, #0
str x15, [x11]
LBB69_36: ; in Loop: Header=BB69_7 Depth=1
mov x9, x17
b LBB69_6
LBB69_37:
mov w9, #0
mov w4, #0
mov w3, #0
mov w1, #65535
b LBB69_39
LBB69_38:
mov x4, x17
LBB69_39:
and w10, w1, #0xffff
and w11, w3, #0xfffe
cmp w11, #2
ccmp w10, w8, #0, ne
csinv w11, w4, wzr, ne
strh w11, [x19]
cmp w10, w8
csel w8, w9, w1, eq
strh w8, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB69_40:
bl _regex_69_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_70_search ; -- Begin function regex_70_search
.p2align 2
_regex_70_search: ; @regex_70_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB70_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB70_68
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB70_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB70_65
; %bb.4:
mov w3, #0
mov w0, #0
mov w4, #0
mov w1, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w2, #65535
mov w13, #5
mov w14, #32767
mov x15, #-1
mov w16, #2
Lloh20:
adrp x17, lJTI70_0@PAGE
Lloh21:
add x17, x17, lJTI70_0@PAGEOFF
b LBB70_7
LBB70_5: ; in Loop: Header=BB70_7 Depth=1
mov x5, x1
LBB70_6: ; in Loop: Header=BB70_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
mov x1, x5
b.le LBB70_67
LBB70_7: ; =>This Inner Loop Header: Depth=1
sxth x5, w12
ldrb w5, [x21, x5]
and w6, w4, #0xffff
cmp w6, #5
b.hi LBB70_24
; %bb.8: ; in Loop: Header=BB70_7 Depth=1
and x4, x4, #0xffff
adr x6, LBB70_9
ldrb w7, [x17, x4]
add x6, x6, x7, lsl #2
br x6
LBB70_9: ; in Loop: Header=BB70_7 Depth=1
cbz w20, LBB70_43
; %bb.10: ; in Loop: Header=BB70_7 Depth=1
tst w0, #0xffff
b.eq LBB70_12
; %bb.11: ; in Loop: Header=BB70_7 Depth=1
ldrsh w4, [x10, #2]
cmp w4, w12, sxth
b.ge LBB70_13
LBB70_12: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10]
mov w0, #1
LBB70_13: ; in Loop: Header=BB70_7 Depth=1
add w4, w12, #1
strh w4, [x10, #2]
cmp w5, #59
b.ne LBB70_56
; %bb.14: ; in Loop: Header=BB70_7 Depth=1
cmp w14, w12, uxth
b.ne LBB70_41
; %bb.15: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10]
mov w0, #1
b LBB70_41
LBB70_16: ; in Loop: Header=BB70_7 Depth=1
cbz w20, LBB70_44
; %bb.17: ; in Loop: Header=BB70_7 Depth=1
tst w3, #0xffff
b.eq LBB70_19
; %bb.18: ; in Loop: Header=BB70_7 Depth=1
ldrsh w3, [x10, #6]
cmp w3, w12, sxth
b.ge LBB70_20
LBB70_19: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10, #4]
LBB70_20: ; in Loop: Header=BB70_7 Depth=1
add w3, w12, #1
strh w3, [x10, #6]
cmp w5, #41
b.ne LBB70_45
; %bb.21: ; in Loop: Header=BB70_7 Depth=1
cmp w14, w12, uxth
b.ne LBB70_23
; %bb.22: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10, #4]
LBB70_23: ; in Loop: Header=BB70_7 Depth=1
strh w3, [x10, #6]
mov w3, #1
mov w4, #6
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_24: ; in Loop: Header=BB70_7 Depth=1
cbz w20, LBB70_49
; %bb.25: ; in Loop: Header=BB70_7 Depth=1
tst w3, #0xffff
b.eq LBB70_27
; %bb.26: ; in Loop: Header=BB70_7 Depth=1
ldrsh w2, [x10, #6]
cmp w2, w12, sxth
b.ge LBB70_28
LBB70_27: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10, #4]
LBB70_28: ; in Loop: Header=BB70_7 Depth=1
add w2, w12, #1
strh w2, [x10, #6]
cmp w5, #41
b.ne LBB70_57
; %bb.29: ; in Loop: Header=BB70_7 Depth=1
cmp w14, w12, uxth
b.ne LBB70_31
; %bb.30: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10, #4]
LBB70_31: ; in Loop: Header=BB70_7 Depth=1
strh w2, [x10, #6]
mov w3, #1
mov w4, #6
b LBB70_58
LBB70_32: ; in Loop: Header=BB70_7 Depth=1
cmp w20, #0
cset w4, ne
cmp w5, #40
cset w6, ne
tst w4, w6
csel w0, wzr, w0, ne
csel w3, wzr, w3, ne
cmp w5, #40
b.ne LBB70_46
; %bb.33: ; in Loop: Header=BB70_7 Depth=1
mov w4, #1
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_34: ; in Loop: Header=BB70_7 Depth=1
cmp w5, #32
b.eq LBB70_50
; %bb.35: ; in Loop: Header=BB70_7 Depth=1
cmp w5, #59
b.ne LBB70_51
; %bb.36: ; in Loop: Header=BB70_7 Depth=1
cbz w20, LBB70_42
; %bb.37: ; in Loop: Header=BB70_7 Depth=1
tst w0, #0xffff
b.eq LBB70_39
; %bb.38: ; in Loop: Header=BB70_7 Depth=1
ldrsh w4, [x10, #2]
cmp w4, w12, sxth
b.ge LBB70_40
LBB70_39: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10]
mov w0, #1
LBB70_40: ; in Loop: Header=BB70_7 Depth=1
add w4, w12, #1
LBB70_41: ; in Loop: Header=BB70_7 Depth=1
strh w4, [x10, #2]
LBB70_42: ; in Loop: Header=BB70_7 Depth=1
mov w4, #3
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_43: ; in Loop: Header=BB70_7 Depth=1
cmp w5, #59
cinc w4, w16, eq
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_44: ; in Loop: Header=BB70_7 Depth=1
cmp w5, #41
cinc w4, w13, eq
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_45: ; in Loop: Header=BB70_7 Depth=1
mov w3, #1
mov w4, #5
cmp w11, w12, sxth
b.eq LBB70_59
b LBB70_5
LBB70_46: ; in Loop: Header=BB70_7 Depth=1
add w5, w1, #1
mov w4, #0
cbz w20, LBB70_48
; %bb.47: ; in Loop: Header=BB70_7 Depth=1
mov w0, #0
mov w3, #0
str x15, [x10]
LBB70_48: ; in Loop: Header=BB70_7 Depth=1
mov w2, #65535
mov x12, x1
mov x1, x5
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_49: ; in Loop: Header=BB70_7 Depth=1
cmp w5, #41
cinc w4, w13, eq
b LBB70_58
LBB70_50: ; in Loop: Header=BB70_7 Depth=1
mov w4, #4
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_51: ; in Loop: Header=BB70_7 Depth=1
cbz w20, LBB70_56
; %bb.52: ; in Loop: Header=BB70_7 Depth=1
tst w0, #0xffff
b.eq LBB70_54
; %bb.53: ; in Loop: Header=BB70_7 Depth=1
ldrsh w4, [x10, #2]
cmp w4, w12, sxth
b.ge LBB70_55
LBB70_54: ; in Loop: Header=BB70_7 Depth=1
strh w12, [x10]
mov w0, #1
LBB70_55: ; in Loop: Header=BB70_7 Depth=1
add w4, w12, #1
strh w4, [x10, #2]
LBB70_56: ; in Loop: Header=BB70_7 Depth=1
mov w4, #2
cmp w11, w12, sxth
b.ne LBB70_5
b LBB70_59
LBB70_57: ; in Loop: Header=BB70_7 Depth=1
mov w3, #1
mov w4, #5
LBB70_58: ; in Loop: Header=BB70_7 Depth=1
mov x2, x12
cmp w11, w12, sxth
b.ne LBB70_5
LBB70_59: ; in Loop: Header=BB70_7 Depth=1
cmp w11, w1, sxth
b.le LBB70_5
; %bb.60: ; in Loop: Header=BB70_7 Depth=1
and w5, w4, #0xffff
cmp w5, #6
b.eq LBB70_5
; %bb.61: ; in Loop: Header=BB70_7 Depth=1
tbz w2, #15, LBB70_66
; %bb.62: ; in Loop: Header=BB70_7 Depth=1
add w5, w1, #1
mov w4, #0
cbz w20, LBB70_64
; %bb.63: ; in Loop: Header=BB70_7 Depth=1
mov w0, #0
mov w3, #0
str x15, [x10]
LBB70_64: ; in Loop: Header=BB70_7 Depth=1
mov x12, x1
b LBB70_6
LBB70_65:
mov w12, #0
mov w5, #0
mov w4, #0
mov w2, #65535
b LBB70_67
LBB70_66:
mov x5, x1
LBB70_67:
and w9, w2, #0xffff
and w10, w4, #0xffff
cmp w10, #6
ccmp w9, w8, #0, ne
csinv w10, w5, wzr, ne
strh w10, [x19]
cmp w9, w8
csel w8, w12, w2, eq
strh w8, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB70_68:
bl _regex_70_search.cold.1
.loh AdrpAdd Lloh20, Lloh21
.cfi_endproc
.section __TEXT,__const
lJTI70_0:
.byte (LBB70_32-LBB70_9)>>2
.byte (LBB70_9-LBB70_9)>>2
.byte (LBB70_9-LBB70_9)>>2
.byte (LBB70_34-LBB70_9)>>2
.byte (LBB70_16-LBB70_9)>>2
.byte (LBB70_16-LBB70_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_71_search ; -- Begin function regex_71_search
.p2align 2
_regex_71_search: ; @regex_71_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB71_8
; %bb.1:
mov w12, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w13, #107
b LBB71_3
LBB71_2: ; in Loop: Header=BB71_3 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB71_9
LBB71_3: ; =>This Inner Loop Header: Depth=1
sxth x14, w9
ldrb w14, [x20, x14]
cmp w12, #0
ccmp w14, w13, #0, eq
cset w14, ne
b.eq LBB71_6
; %bb.4: ; in Loop: Header=BB71_3 Depth=1
cmp w12, #1
b.eq LBB71_10
; %bb.5: ; in Loop: Header=BB71_3 Depth=1
mov w12, #0
mov x9, x8
add w8, w8, #1
cmp w11, w9, sxth
b.ne LBB71_2
b LBB71_7
LBB71_6: ; in Loop: Header=BB71_3 Depth=1
mov w12, #1
cmp w11, w9, sxth
b.ne LBB71_2
LBB71_7: ; in Loop: Header=BB71_3 Depth=1
cmp w11, w8, sxth
cset w15, gt
ands w15, w15, w14
csel w9, w8, w9, ne
add w8, w8, w15
b LBB71_2
LBB71_8:
mov w9, #0
mov w8, #65535
b LBB71_10
LBB71_9:
cmp w14, #0
csinv w8, w8, wzr, eq
LBB71_10:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_72_search ; -- Begin function regex_72_search
.p2align 2
_regex_72_search: ; @regex_72_search
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
mov x19, x8
bl _strlen
lsl w8, w0, #16
cmp w8, #1
b.lt LBB72_7
; %bb.1:
mov w15, #0
mov w8, #0
mov w9, #0
sxth w10, w0
sub w11, w10, #1
mov w12, #1
mov w13, #2
mov w14, #3
b LBB72_3
LBB72_2: ; in Loop: Header=BB72_3 Depth=1
and w16, w15, #0xffff
cmp w16, #3
csel w16, w9, w8, eq
cinc w17, w8, ne
csel w0, w15, wzr, eq
cmp w11, w8, sxth
csel w16, w9, w16, le
csel w17, w8, w17, le
csel w0, w15, w0, le
cmp w11, w9, sxth
csel w9, w9, w16, ne
csel w8, w8, w17, ne
csel w15, w15, w0, ne
add w9, w9, #1
cmp w10, w9, sxth
b.le LBB72_6
LBB72_3: ; =>This Inner Loop Header: Depth=1
sxth x16, w9
ldrb w17, [x20, x16]
and w16, w15, #0xffff
cmp w17, #97
ccmp w16, #0, #0, eq
cneg w15, w12, ne
cmp w17, #45
csel w0, w13, w15, eq
cmp w17, #99
csel w0, w14, w0, eq
cmp w16, #1
csel w15, w0, w15, eq
cmp w17, #99
ccmp w16, #2, #0, eq
csel w15, w14, w15, eq
cmn w15, #1
b.ne LBB72_2
; %bb.4: ; in Loop: Header=BB72_3 Depth=1
cmp w16, #3
b.eq LBB72_8
; %bb.5: ; in Loop: Header=BB72_3 Depth=1
mov w15, #0
mov x9, x8
add w8, w8, #1
b LBB72_2
LBB72_6:
and w10, w15, #0xffff
cmp w10, #3
csinv w8, w8, wzr, eq
b LBB72_8
LBB72_7:
mov w9, #0
mov w8, #65535
LBB72_8:
strh w8, [x19]
strh w9, [x19, #2]
strh wzr, [x19, #16]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _regex_73_search ; -- Begin function regex_73_search
.p2align 2
_regex_73_search: ; @regex_73_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB73_3
; %bb.1:
mov w0, #8
bl _malloc
str x0, [x19, #8]
cbz x0, LBB73_40
; %bb.2:
mov x8, #-1
str x8, [x0]
LBB73_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB73_35
; %bb.4:
mov w14, #0
mov w0, #0
mov w2, #0
mov w1, #0
mov w9, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w13, w10, #1
mov w12, #65535
mov x15, #-1
mov w16, #2
mov w17, #1
b LBB73_7
LBB73_5: ; in Loop: Header=BB73_7 Depth=1
mov x3, x1
LBB73_6: ; in Loop: Header=BB73_7 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
mov x1, x3
b.le LBB73_39
LBB73_7: ; =>This Inner Loop Header: Depth=1
sxth x3, w9
ldrb w3, [x21, x3]
and w2, w2, #0xffff
cmp w2, #2
b.eq LBB73_16
; %bb.8: ; in Loop: Header=BB73_7 Depth=1
cmp w2, #1
b.eq LBB73_18
; %bb.9: ; in Loop: Header=BB73_7 Depth=1
cbnz w2, LBB73_36
; %bb.10: ; in Loop: Header=BB73_7 Depth=1
cmp w3, #97
cneg w2, w17, ne
ccmp w20, #0, #4, eq
b.eq LBB73_15
; %bb.11: ; in Loop: Header=BB73_7 Depth=1
tst w0, #0xffff
b.eq LBB73_13
; %bb.12: ; in Loop: Header=BB73_7 Depth=1
ldrsh w0, [x11, #2]
cmp w0, w9, sxth
b.ge LBB73_14
LBB73_13: ; in Loop: Header=BB73_7 Depth=1
strh w9, [x11]
LBB73_14: ; in Loop: Header=BB73_7 Depth=1
add w0, w9, #1
strh w0, [x11, #2]
mov w2, #1
mov w0, #1
LBB73_15: ; in Loop: Header=BB73_7 Depth=1
cmp w3, #97
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
b LBB73_24
LBB73_16: ; in Loop: Header=BB73_7 Depth=1
cmp w20, #0
cset w12, ne
cmp w3, #99
cset w2, ne
tst w12, w2
csel w0, wzr, w0, ne
csel w14, wzr, w14, ne
cmp w3, #99
b.ne LBB73_38
; %bb.17: ; in Loop: Header=BB73_7 Depth=1
mov w2, #3
mov x12, x9
cmp w13, w9, sxth
b.ne LBB73_5
b LBB73_29
LBB73_18: ; in Loop: Header=BB73_7 Depth=1
cmp w3, #98
csinv w2, w16, wzr, eq
ccmp w20, #0, #4, eq
b.eq LBB73_23
; %bb.19: ; in Loop: Header=BB73_7 Depth=1
tst w14, #0xffff
b.eq LBB73_21
; %bb.20: ; in Loop: Header=BB73_7 Depth=1
ldrsh w2, [x11, #6]
cmp w2, w9, sxth
b.ge LBB73_22
LBB73_21: ; in Loop: Header=BB73_7 Depth=1
strh w9, [x11, #4]
mov w14, #1
LBB73_22: ; in Loop: Header=BB73_7 Depth=1
add w2, w9, #1
strh w2, [x11, #6]
mov w2, #2
LBB73_23: ; in Loop: Header=BB73_7 Depth=1
cmp w3, #98
ccmp w20, #0, #4, ne
csel w0, wzr, w0, ne
LBB73_24: ; in Loop: Header=BB73_7 Depth=1
mvn w3, w2
tst w3, #0xffff
b.eq LBB73_26
; %bb.25: ; in Loop: Header=BB73_7 Depth=1
cmp w13, w9, sxth
b.ne LBB73_5
b LBB73_29
LBB73_26: ; in Loop: Header=BB73_7 Depth=1
add w3, w1, #1
mov w2, #0
cbz w20, LBB73_28
; %bb.27: ; in Loop: Header=BB73_7 Depth=1
mov w0, #0
mov w14, #0
str x15, [x11]
LBB73_28: ; in Loop: Header=BB73_7 Depth=1
mov w12, #65535
mov x9, x1
mov x1, x3
cmp w13, w9, sxth
b.ne LBB73_5
LBB73_29: ; in Loop: Header=BB73_7 Depth=1
cmp w13, w1, sxth
b.le LBB73_5
; %bb.30: ; in Loop: Header=BB73_7 Depth=1
and w3, w2, #0xfffffffe
and w3, w3, #0xffff
cmp w3, #2
b.eq LBB73_5
; %bb.31: ; in Loop: Header=BB73_7 Depth=1
tbz w12, #15, LBB73_37
; %bb.32: ; in Loop: Header=BB73_7 Depth=1
add w3, w1, #1
mov w2, #0
cbz w20, LBB73_34
; %bb.33: ; in Loop: Header=BB73_7 Depth=1
mov w0, #0
mov w14, #0
str x15, [x11]
LBB73_34: ; in Loop: Header=BB73_7 Depth=1
mov x9, x1
b LBB73_6
LBB73_35:
mov w9, #0
mov w3, #0
mov w2, #0
mov w12, #65535
b LBB73_39
LBB73_36:
mov w2, #3
LBB73_37:
mov x3, x1
b LBB73_39
LBB73_38:
mov w2, #2
mov x3, x1
mov x12, x9
LBB73_39:
and w10, w12, #0xffff
and w11, w2, #0xfffe
cmp w11, #2
ccmp w10, w8, #0, ne
csinv w11, w3, wzr, ne
strh w11, [x19]
cmp w10, w8
csel w8, w9, w12, eq
strh w8, [x19, #2]
mov w8, #2
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB73_40:
bl _regex_73_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_74_search ; -- Begin function regex_74_search
.p2align 2
_regex_74_search: ; @regex_74_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB74_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB74_31
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB74_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB74_29
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
b LBB74_7
LBB74_5: ; in Loop: Header=BB74_7 Depth=1
mov x12, x8
mov x8, x16
LBB74_6: ; in Loop: Header=BB74_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB74_28
LBB74_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w12
ldrb w16, [x21, x16]
cbnz w15, LBB74_14
; %bb.8: ; in Loop: Header=BB74_7 Depth=1
cmp w16, #97
b.ne LBB74_14
; %bb.9: ; in Loop: Header=BB74_7 Depth=1
cbz w20, LBB74_18
LBB74_10: ; in Loop: Header=BB74_7 Depth=1
cbz w14, LBB74_12
; %bb.11: ; in Loop: Header=BB74_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB74_13
LBB74_12: ; in Loop: Header=BB74_7 Depth=1
strh w12, [x10]
LBB74_13: ; in Loop: Header=BB74_7 Depth=1
add w14, w12, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #1
mov w14, #1
b LBB74_24
LBB74_14: ; in Loop: Header=BB74_7 Depth=1
cmp w15, #1
b.eq LBB74_16
; %bb.15: ; in Loop: Header=BB74_7 Depth=1
cmp w15, #2
b.ne LBB74_21
b LBB74_30
LBB74_16: ; in Loop: Header=BB74_7 Depth=1
cmp w16, #97
b.ne LBB74_19
; %bb.17: ; in Loop: Header=BB74_7 Depth=1
cbnz w20, LBB74_10
LBB74_18: ; in Loop: Header=BB74_7 Depth=1
mov w16, #1
mov w15, #1
b LBB74_24
LBB74_19: ; in Loop: Header=BB74_7 Depth=1
cmp w16, #120
b.ne LBB74_21
; %bb.20: ; in Loop: Header=BB74_7 Depth=1
mov w16, #0
mov w15, #2
b LBB74_24
LBB74_21: ; in Loop: Header=BB74_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB74_23
; %bb.22: ; in Loop: Header=BB74_7 Depth=1
mov w14, #0
str w13, [x10]
LBB74_23: ; in Loop: Header=BB74_7 Depth=1
mov w16, #1
mov x12, x8
mov x8, x17
LBB74_24: ; in Loop: Header=BB74_7 Depth=1
cmp w11, w12, sxth
b.ne LBB74_6
; %bb.25: ; in Loop: Header=BB74_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w16, w17
tbnz w16, #0, LBB74_6
; %bb.26: ; in Loop: Header=BB74_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB74_5
; %bb.27: ; in Loop: Header=BB74_7 Depth=1
mov w14, #0
str w13, [x10]
b LBB74_5
LBB74_28:
cmp w15, #2
csinv w8, w8, wzr, eq
b LBB74_30
LBB74_29:
mov w12, #0
mov w8, #65535
LBB74_30:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB74_31:
bl _regex_74_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_75_search ; -- Begin function regex_75_search
.p2align 2
_regex_75_search: ; @regex_75_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB75_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB75_30
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB75_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB75_28
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
b LBB75_7
LBB75_5: ; in Loop: Header=BB75_7 Depth=1
mov x12, x8
mov x8, x16
LBB75_6: ; in Loop: Header=BB75_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB75_27
LBB75_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w12
ldrb w16, [x21, x16]
cmp w15, #1
b.eq LBB75_11
; %bb.8: ; in Loop: Header=BB75_7 Depth=1
cbnz w15, LBB75_29
; %bb.9: ; in Loop: Header=BB75_7 Depth=1
cmp w16, #99
b.eq LBB75_14
; %bb.10: ; in Loop: Header=BB75_7 Depth=1
cmp w16, #97
b.eq LBB75_14
b LBB75_19
LBB75_11: ; in Loop: Header=BB75_7 Depth=1
cmp w16, #120
b.eq LBB75_23
; %bb.12: ; in Loop: Header=BB75_7 Depth=1
cmp w16, #99
b.eq LBB75_14
; %bb.13: ; in Loop: Header=BB75_7 Depth=1
cmp w16, #97
b.ne LBB75_19
LBB75_14: ; in Loop: Header=BB75_7 Depth=1
cbz w20, LBB75_22
; %bb.15: ; in Loop: Header=BB75_7 Depth=1
cbz w14, LBB75_17
; %bb.16: ; in Loop: Header=BB75_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB75_18
LBB75_17: ; in Loop: Header=BB75_7 Depth=1
strh w12, [x10]
LBB75_18: ; in Loop: Header=BB75_7 Depth=1
add w14, w12, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #1
mov w14, #1
cmp w11, w12, sxth
b.ne LBB75_6
b LBB75_24
LBB75_19: ; in Loop: Header=BB75_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB75_21
; %bb.20: ; in Loop: Header=BB75_7 Depth=1
mov w14, #0
str w13, [x10]
LBB75_21: ; in Loop: Header=BB75_7 Depth=1
mov w16, #1
mov x12, x8
mov x8, x17
cmp w11, w12, sxth
b.ne LBB75_6
b LBB75_24
LBB75_22: ; in Loop: Header=BB75_7 Depth=1
mov w16, #1
mov w15, #1
cmp w11, w12, sxth
b.ne LBB75_6
b LBB75_24
LBB75_23: ; in Loop: Header=BB75_7 Depth=1
mov w16, #0
mov w15, #2
cmp w11, w12, sxth
b.ne LBB75_6
LBB75_24: ; in Loop: Header=BB75_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w16, w17
tbnz w16, #0, LBB75_6
; %bb.25: ; in Loop: Header=BB75_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB75_5
; %bb.26: ; in Loop: Header=BB75_7 Depth=1
mov w14, #0
str w13, [x10]
b LBB75_5
LBB75_27:
cmp w15, #2
csinv w8, w8, wzr, eq
b LBB75_29
LBB75_28:
mov w12, #0
mov w8, #65535
LBB75_29:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB75_30:
bl _regex_75_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_76_search ; -- Begin function regex_76_search
.p2align 2
_regex_76_search: ; @regex_76_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB76_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB76_55
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB76_3:
lsl w8, w22, #16
mov w9, #65535
cmp w8, #1
b.lt LBB76_53
; %bb.4:
mov w17, #0
mov w0, #0
mov w8, #0
mov w16, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
mov w13, #-1
mov w14, #4
Lloh22:
adrp x15, lJTI76_0@PAGE
Lloh23:
add x15, x15, lJTI76_0@PAGEOFF
b LBB76_7
LBB76_5: ; in Loop: Header=BB76_7 Depth=1
mov x16, x8
mov x8, x1
LBB76_6: ; in Loop: Header=BB76_7 Depth=1
add w16, w16, #1
cmp w10, w16, sxth
b.le LBB76_52
LBB76_7: ; =>This Inner Loop Header: Depth=1
and w1, w0, #0xffff
cmp w1, #6
b.hi LBB76_54
; %bb.8: ; in Loop: Header=BB76_7 Depth=1
sxth x1, w16
ldrb w1, [x21, x1]
and x0, x0, #0xffff
adr x2, LBB76_9
ldrb w3, [x15, x0]
add x2, x2, x3, lsl #2
br x2
LBB76_9: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #115
b.eq LBB76_32
; %bb.10: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #47
b.eq LBB76_18
LBB76_11: ; in Loop: Header=BB76_7 Depth=1
cbz w20, LBB76_38
; %bb.12: ; in Loop: Header=BB76_7 Depth=1
tst w17, #0xffff
b.eq LBB76_14
; %bb.13: ; in Loop: Header=BB76_7 Depth=1
ldrsh w17, [x11, #2]
cmp w17, w16, sxth
b.ge LBB76_15
LBB76_14: ; in Loop: Header=BB76_7 Depth=1
strh w16, [x11]
LBB76_15: ; in Loop: Header=BB76_7 Depth=1
mov w0, #1
mov w17, #1
b LBB76_47
LBB76_16: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #115
b.eq LBB76_39
; %bb.17: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #47
b.ne LBB76_45
LBB76_18: ; in Loop: Header=BB76_7 Depth=1
cbz w20, LBB76_37
; %bb.19: ; in Loop: Header=BB76_7 Depth=1
tst w17, #0xffff
b.eq LBB76_21
; %bb.20: ; in Loop: Header=BB76_7 Depth=1
ldrsh w17, [x11, #2]
cmp w17, w16, sxth
b.ge LBB76_22
LBB76_21: ; in Loop: Header=BB76_7 Depth=1
strh w16, [x11]
LBB76_22: ; in Loop: Header=BB76_7 Depth=1
add w17, w16, #1
strh w17, [x11, #2]
mov w17, #1
mov w0, #2
b LBB76_47
LBB76_23: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #98
ccmp w20, #0, #4, ne
csel w17, wzr, w17, ne
cmp w1, #98
b.ne LBB76_29
; %bb.24: ; in Loop: Header=BB76_7 Depth=1
mov w0, #5
b LBB76_47
LBB76_25: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #49
ccmp w20, #0, #4, ne
csel w17, wzr, w17, ne
cmp w1, #49
b.ne LBB76_29
; %bb.26: ; in Loop: Header=BB76_7 Depth=1
mov w0, #6
b LBB76_47
LBB76_27: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #47
ccmp w20, #0, #4, ne
csel w17, wzr, w17, ne
cmp w1, #47
b.ne LBB76_29
; %bb.28: ; in Loop: Header=BB76_7 Depth=1
mov w0, #7
b LBB76_47
LBB76_29: ; in Loop: Header=BB76_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB76_31
; %bb.30: ; in Loop: Header=BB76_7 Depth=1
mov w17, #0
str w13, [x11]
LBB76_31: ; in Loop: Header=BB76_7 Depth=1
mov x16, x8
mov x8, x1
b LBB76_47
LBB76_32: ; in Loop: Header=BB76_7 Depth=1
cbz w20, LBB76_44
; %bb.33: ; in Loop: Header=BB76_7 Depth=1
tst w17, #0xffff
b.eq LBB76_35
; %bb.34: ; in Loop: Header=BB76_7 Depth=1
ldrsh w17, [x11, #2]
cmp w17, w16, sxth
b.ge LBB76_36
LBB76_35: ; in Loop: Header=BB76_7 Depth=1
strh w16, [x11]
LBB76_36: ; in Loop: Header=BB76_7 Depth=1
mov w17, #1
mov w0, #3
b LBB76_47
LBB76_37: ; in Loop: Header=BB76_7 Depth=1
mov w0, #2
b LBB76_47
LBB76_38: ; in Loop: Header=BB76_7 Depth=1
mov w0, #1
b LBB76_47
LBB76_39: ; in Loop: Header=BB76_7 Depth=1
cbz w20, LBB76_44
; %bb.40: ; in Loop: Header=BB76_7 Depth=1
tst w17, #0xffff
b.eq LBB76_42
; %bb.41: ; in Loop: Header=BB76_7 Depth=1
ldrsh w17, [x11, #2]
cmp w17, w16, sxth
b.ge LBB76_43
LBB76_42: ; in Loop: Header=BB76_7 Depth=1
strh w16, [x11]
LBB76_43: ; in Loop: Header=BB76_7 Depth=1
mov w17, #1
mov w0, #3
b LBB76_46
LBB76_44: ; in Loop: Header=BB76_7 Depth=1
mov w0, #3
b LBB76_47
LBB76_45: ; in Loop: Header=BB76_7 Depth=1
mov w0, #65535
LBB76_46: ; in Loop: Header=BB76_7 Depth=1
cmp w1, #117
csel w0, w14, w0, eq
cmp w0, w9
b.eq LBB76_11
LBB76_47: ; in Loop: Header=BB76_7 Depth=1
cmp w12, w16, sxth
b.ne LBB76_6
; %bb.48: ; in Loop: Header=BB76_7 Depth=1
cmp w12, w8, sxth
b.le LBB76_6
; %bb.49: ; in Loop: Header=BB76_7 Depth=1
cmp w0, #7
b.eq LBB76_6
; %bb.50: ; in Loop: Header=BB76_7 Depth=1
add w1, w8, #1
mov w0, #0
cbz w20, LBB76_5
; %bb.51: ; in Loop: Header=BB76_7 Depth=1
mov w17, #0
str w13, [x11]
b LBB76_5
LBB76_52:
cmp w0, #7
csinv w8, w8, wzr, eq
b LBB76_54
LBB76_53:
mov w16, #0
mov w8, #65535
LBB76_54:
strh w8, [x19]
strh w16, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB76_55:
bl _regex_76_search.cold.1
.loh AdrpAdd Lloh22, Lloh23
.cfi_endproc
.section __TEXT,__const
lJTI76_0:
.byte (LBB76_9-LBB76_9)>>2
.byte (LBB76_9-LBB76_9)>>2
.byte (LBB76_9-LBB76_9)>>2
.byte (LBB76_16-LBB76_9)>>2
.byte (LBB76_23-LBB76_9)>>2
.byte (LBB76_25-LBB76_9)>>2
.byte (LBB76_27-LBB76_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_77_search ; -- Begin function regex_77_search
.p2align 2
_regex_77_search: ; @regex_77_search
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB77_3
; %bb.1:
mov w0, #12
bl _malloc
str x0, [x19, #8]
cbz x0, LBB77_47
; %bb.2:
mov x8, #-1
str x8, [x0]
str w8, [x0, #8]
LBB77_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB77_44
; %bb.4:
mov w2, #0
mov w3, #0
mov w4, #0
mov w7, #0
mov w5, #0
mov w0, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov x12, #-1
mov w13, #-1
mov w14, #2
mov w15, #3
mov w16, #4
mov w17, #5
mov w6, #65535
Lloh24:
adrp x1, lJTI77_0@PAGE
Lloh25:
add x1, x1, lJTI77_0@PAGEOFF
b LBB77_7
LBB77_5: ; in Loop: Header=BB77_7 Depth=1
mov x22, x5
LBB77_6: ; in Loop: Header=BB77_7 Depth=1
add w0, w0, #1
cmp w9, w0, sxth
mov x5, x22
b.le LBB77_46
LBB77_7: ; =>This Inner Loop Header: Depth=1
and w22, w7, #0xffff
cmp w22, #5
b.hi LBB77_31
; %bb.8: ; in Loop: Header=BB77_7 Depth=1
sxth x22, w0
ldrb w22, [x21, x22]
and x7, x7, #0xffff
adr x23, LBB77_9
ldrb w24, [x1, x7]
add x23, x23, x24, lsl #2
br x23
LBB77_9: ; in Loop: Header=BB77_7 Depth=1
cmp w22, #46
cneg w7, w13, ne
ccmp w20, #0, #4, ne
b.eq LBB77_14
; %bb.10: ; in Loop: Header=BB77_7 Depth=1
tst w4, #0xffff
b.eq LBB77_12
; %bb.11: ; in Loop: Header=BB77_7 Depth=1
ldrsh w4, [x10, #2]
cmp w4, w0, sxth
b.ge LBB77_13
LBB77_12: ; in Loop: Header=BB77_7 Depth=1
strh w0, [x10]
LBB77_13: ; in Loop: Header=BB77_7 Depth=1
add w4, w0, #1
strh w4, [x10, #2]
mov w7, #1
mov w4, #1
LBB77_14: ; in Loop: Header=BB77_7 Depth=1
cmp w20, #0
cset w23, ne
cmp w22, #46
csel w7, w14, w7, eq
bics wzr, w8, w7
cset w22, eq
tst w23, w22
csel w3, wzr, w3, ne
b LBB77_21
LBB77_15: ; in Loop: Header=BB77_7 Depth=1
cmp w22, #58
csinv w7, w15, wzr, ne
ccmp w20, #0, #4, ne
b.eq LBB77_20
; %bb.16: ; in Loop: Header=BB77_7 Depth=1
tst w3, #0xffff
b.eq LBB77_18
; %bb.17: ; in Loop: Header=BB77_7 Depth=1
ldrsh w3, [x10, #6]
cmp w3, w0, sxth
b.ge LBB77_19
LBB77_18: ; in Loop: Header=BB77_7 Depth=1
strh w0, [x10, #4]
LBB77_19: ; in Loop: Header=BB77_7 Depth=1
add w3, w0, #1
strh w3, [x10, #6]
mov w3, #1
mov w7, #3
LBB77_20: ; in Loop: Header=BB77_7 Depth=1
cmp w20, #0
cset w23, ne
cmp w22, #58
csel w7, w16, w7, eq
bics wzr, w8, w7
cset w22, eq
tst w23, w22
csel w4, wzr, w4, ne
LBB77_21: ; in Loop: Header=BB77_7 Depth=1
csel w2, wzr, w2, ne
LBB77_22: ; in Loop: Header=BB77_7 Depth=1
mvn w22, w7
tst w22, #0xffff
b.ne LBB77_29
b LBB77_26
LBB77_23: ; in Loop: Header=BB77_7 Depth=1
cmp w22, #32
cset w23, eq
cmp w22, #84
cset w22, eq
orr w7, w22, w23
cmp w7, #0
csinv w7, w17, wzr, ne
cbz w20, LBB77_22
; %bb.24: ; in Loop: Header=BB77_7 Depth=1
eor w22, w23, w22
cbnz w22, LBB77_22
; %bb.25: ; in Loop: Header=BB77_7 Depth=1
mov w2, #0
mov w3, #0
mov w4, #0
LBB77_26: ; in Loop: Header=BB77_7 Depth=1
add w22, w5, #1
mov w7, #0
cbz w20, LBB77_28
; %bb.27: ; in Loop: Header=BB77_7 Depth=1
mov w4, #0
mov w3, #0
mov w2, #0
str x12, [x10]
str w12, [x10, #8]
LBB77_28: ; in Loop: Header=BB77_7 Depth=1
mov w6, #65535
mov x0, x5
mov x5, x22
LBB77_29: ; in Loop: Header=BB77_7 Depth=1
cmp w11, w0, sxth
b.ne LBB77_5
b LBB77_38
LBB77_30: ; in Loop: Header=BB77_7 Depth=1
cmp w22, #32
cset w6, eq
cmp w22, #84
cset w22, eq
orr w7, w22, w6
cmp w7, #0
csinv w7, w17, wzr, ne
eor w6, w6, w22
tbnz w6, #0, LBB77_37
LBB77_31: ; in Loop: Header=BB77_7 Depth=1
cbz w20, LBB77_36
; %bb.32: ; in Loop: Header=BB77_7 Depth=1
tst w2, #0xffff
b.eq LBB77_34
; %bb.33: ; in Loop: Header=BB77_7 Depth=1
ldrsh w2, [x10, #10]
cmp w2, w0, sxth
b.ge LBB77_35
LBB77_34: ; in Loop: Header=BB77_7 Depth=1
strh w0, [x10, #8]
LBB77_35: ; in Loop: Header=BB77_7 Depth=1
add w2, w0, #1
strh w2, [x10, #10]
mov w2, #1
LBB77_36: ; in Loop: Header=BB77_7 Depth=1
mov w7, #6
LBB77_37: ; in Loop: Header=BB77_7 Depth=1
mov x6, x0
cmp w11, w0, sxth
b.ne LBB77_5
LBB77_38: ; in Loop: Header=BB77_7 Depth=1
cmp w11, w5, sxth
b.le LBB77_5
; %bb.39: ; in Loop: Header=BB77_7 Depth=1
sub w22, w7, #5
and w22, w22, #0xffff
cmp w22, #2
b.lo LBB77_5
; %bb.40: ; in Loop: Header=BB77_7 Depth=1
tbz w6, #15, LBB77_45
; %bb.41: ; in Loop: Header=BB77_7 Depth=1
add w22, w5, #1
mov w7, #0
cbz w20, LBB77_43
; %bb.42: ; in Loop: Header=BB77_7 Depth=1
mov w4, #0
mov w3, #0
mov w2, #0
str x12, [x10]
str w12, [x10, #8]
LBB77_43: ; in Loop: Header=BB77_7 Depth=1
mov x0, x5
b LBB77_6
LBB77_44:
mov w0, #0
mov w22, #0
mov w7, #0
mov w6, #65535
b LBB77_46
LBB77_45:
mov x22, x5
LBB77_46:
and w9, w6, #0xffff
sub w10, w7, #5
and w10, w10, #0xffff
cmp w10, #2
ccmp w9, w8, #0, hs
csinv w10, w22, wzr, ne
strh w10, [x19]
cmp w9, w8
csel w8, w0, w6, eq
strh w8, [x19, #2]
mov w8, #3
strh w8, [x19, #16]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB77_47:
bl _regex_77_search.cold.1
.loh AdrpAdd Lloh24, Lloh25
.cfi_endproc
.section __TEXT,__const
lJTI77_0:
.byte (LBB77_9-LBB77_9)>>2
.byte (LBB77_9-LBB77_9)>>2
.byte (LBB77_15-LBB77_9)>>2
.byte (LBB77_15-LBB77_9)>>2
.byte (LBB77_23-LBB77_9)>>2
.byte (LBB77_30-LBB77_9)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _regex_78_search ; -- Begin function regex_78_search
.p2align 2
_regex_78_search: ; @regex_78_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB78_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB78_49
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB78_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB78_46
; %bb.4:
mov w16, #0
mov w17, #0
mov w14, #0
mov w9, #0
sxth w10, w22
ldr x11, [x19, #8]
sub w12, w10, #1
mov w15, #65535
mov w13, #-1
b LBB78_7
LBB78_5: ; in Loop: Header=BB78_7 Depth=1
mov x0, x14
LBB78_6: ; in Loop: Header=BB78_7 Depth=1
add w9, w9, #1
cmp w10, w9, sxth
mov x14, x0
b.le LBB78_48
LBB78_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w9
ldrb w0, [x21, x0]
cmp w17, #1
b.eq LBB78_12
; %bb.8: ; in Loop: Header=BB78_7 Depth=1
cmp w0, #78
cbnz w17, LBB78_19
; %bb.9: ; in Loop: Header=BB78_7 Depth=1
b.ne LBB78_25
; %bb.10: ; in Loop: Header=BB78_7 Depth=1
cbnz w20, LBB78_14
LBB78_11: ; in Loop: Header=BB78_7 Depth=1
mov w0, #0
b LBB78_18
LBB78_12: ; in Loop: Header=BB78_7 Depth=1
cmp w0, #78
b.ne LBB78_25
; %bb.13: ; in Loop: Header=BB78_7 Depth=1
cbz w20, LBB78_11
LBB78_14: ; in Loop: Header=BB78_7 Depth=1
cbz w16, LBB78_16
; %bb.15: ; in Loop: Header=BB78_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w9, sxth
b.ge LBB78_17
LBB78_16: ; in Loop: Header=BB78_7 Depth=1
strh w9, [x11]
LBB78_17: ; in Loop: Header=BB78_7 Depth=1
mov w0, #0
add w16, w9, #1
strh w16, [x11, #2]
mov w16, #1
LBB78_18: ; in Loop: Header=BB78_7 Depth=1
mov w17, #2
cmp w12, w9, sxth
b.ne LBB78_5
b LBB78_41
LBB78_19: ; in Loop: Header=BB78_7 Depth=1
b.ne LBB78_30
; %bb.20: ; in Loop: Header=BB78_7 Depth=1
cbz w20, LBB78_37
; %bb.21: ; in Loop: Header=BB78_7 Depth=1
cbz w16, LBB78_23
; %bb.22: ; in Loop: Header=BB78_7 Depth=1
ldrsh w15, [x11, #2]
cmp w15, w9, sxth
b.ge LBB78_24
LBB78_23: ; in Loop: Header=BB78_7 Depth=1
strh w9, [x11]
LBB78_24: ; in Loop: Header=BB78_7 Depth=1
mov w0, #0
add w15, w9, #1
strh w15, [x11, #2]
mov w16, #1
b LBB78_38
LBB78_25: ; in Loop: Header=BB78_7 Depth=1
cbz w20, LBB78_36
; %bb.26: ; in Loop: Header=BB78_7 Depth=1
cbz w16, LBB78_28
; %bb.27: ; in Loop: Header=BB78_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w9, sxth
b.ge LBB78_29
LBB78_28: ; in Loop: Header=BB78_7 Depth=1
strh w9, [x11]
LBB78_29: ; in Loop: Header=BB78_7 Depth=1
mov w0, #1
b LBB78_35
LBB78_30: ; in Loop: Header=BB78_7 Depth=1
cbz w20, LBB78_39
; %bb.31: ; in Loop: Header=BB78_7 Depth=1
cbz w16, LBB78_33
; %bb.32: ; in Loop: Header=BB78_7 Depth=1
ldrsh w15, [x11, #2]
cmp w15, w9, sxth
b.ge LBB78_34
LBB78_33: ; in Loop: Header=BB78_7 Depth=1
strh w9, [x11]
LBB78_34: ; in Loop: Header=BB78_7 Depth=1
mov w0, #1
mov x15, x9
LBB78_35: ; in Loop: Header=BB78_7 Depth=1
mov w17, #1
mov w16, #1
cmp w12, w9, sxth
b.ne LBB78_5
b LBB78_41
LBB78_36: ; in Loop: Header=BB78_7 Depth=1
mov w0, #1
b LBB78_40
LBB78_37: ; in Loop: Header=BB78_7 Depth=1
mov w0, #0
LBB78_38: ; in Loop: Header=BB78_7 Depth=1
mov w17, #2
mov x15, x9
cmp w12, w9, sxth
b.ne LBB78_5
b LBB78_41
LBB78_39: ; in Loop: Header=BB78_7 Depth=1
mov w0, #1
mov x15, x9
LBB78_40: ; in Loop: Header=BB78_7 Depth=1
mov w17, #1
cmp w12, w9, sxth
b.ne LBB78_5
LBB78_41: ; in Loop: Header=BB78_7 Depth=1
cmp w12, w14, sxth
cset w1, le
eor w0, w0, #0x1
orr w0, w1, w0
tbnz w0, #0, LBB78_5
; %bb.42: ; in Loop: Header=BB78_7 Depth=1
tbz w15, #15, LBB78_47
; %bb.43: ; in Loop: Header=BB78_7 Depth=1
add w0, w14, #1
mov w17, #0
cbz w20, LBB78_45
; %bb.44: ; in Loop: Header=BB78_7 Depth=1
mov w16, #0
str w13, [x11]
LBB78_45: ; in Loop: Header=BB78_7 Depth=1
mov x9, x14
b LBB78_6
LBB78_46:
mov w0, #0
mov w9, #0
mov w17, #0
mov w15, #65535
b LBB78_48
LBB78_47:
mov x0, x14
LBB78_48:
and w10, w15, #0xffff
cmp w17, #2
ccmp w10, w8, #0, ne
csinv w11, w0, wzr, ne
strh w11, [x19]
cmp w10, w8
csel w8, w9, w15, eq
strh w8, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB78_49:
bl _regex_78_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_79_search ; -- Begin function regex_79_search
.p2align 2
_regex_79_search: ; @regex_79_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB79_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB79_29
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB79_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB79_27
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
b LBB79_7
LBB79_5: ; in Loop: Header=BB79_7 Depth=1
mov x12, x8
mov x8, x16
LBB79_6: ; in Loop: Header=BB79_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB79_26
LBB79_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w12
ldrb w16, [x21, x16]
cmp w15, #1
b.eq LBB79_12
; %bb.8: ; in Loop: Header=BB79_7 Depth=1
cbnz w15, LBB79_28
; %bb.9: ; in Loop: Header=BB79_7 Depth=1
sub w15, w16, #97
cmp w15, #2
b.hi LBB79_18
; %bb.10: ; in Loop: Header=BB79_7 Depth=1
cbnz w20, LBB79_14
LBB79_11: ; in Loop: Header=BB79_7 Depth=1
mov w16, #1
mov w15, #1
cmp w11, w12, sxth
b.ne LBB79_6
b LBB79_23
LBB79_12: ; in Loop: Header=BB79_7 Depth=1
sub w15, w16, #97
cmp w15, #2
b.hi LBB79_18
; %bb.13: ; in Loop: Header=BB79_7 Depth=1
cbz w20, LBB79_11
LBB79_14: ; in Loop: Header=BB79_7 Depth=1
cbz w14, LBB79_16
; %bb.15: ; in Loop: Header=BB79_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB79_17
LBB79_16: ; in Loop: Header=BB79_7 Depth=1
strh w12, [x10]
LBB79_17: ; in Loop: Header=BB79_7 Depth=1
add w14, w12, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #1
mov w14, #1
cmp w11, w12, sxth
b.ne LBB79_6
b LBB79_23
LBB79_18: ; in Loop: Header=BB79_7 Depth=1
cmp w16, #120
b.ne LBB79_20
; %bb.19: ; in Loop: Header=BB79_7 Depth=1
mov w16, #0
mov w15, #2
cmp w11, w12, sxth
b.ne LBB79_6
b LBB79_23
LBB79_20: ; in Loop: Header=BB79_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB79_22
; %bb.21: ; in Loop: Header=BB79_7 Depth=1
mov w14, #0
str w13, [x10]
LBB79_22: ; in Loop: Header=BB79_7 Depth=1
mov w16, #1
mov x12, x8
mov x8, x17
cmp w11, w12, sxth
b.ne LBB79_6
LBB79_23: ; in Loop: Header=BB79_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w16, w17
tbnz w16, #0, LBB79_6
; %bb.24: ; in Loop: Header=BB79_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB79_5
; %bb.25: ; in Loop: Header=BB79_7 Depth=1
mov w14, #0
str w13, [x10]
b LBB79_5
LBB79_26:
cmp w15, #2
csinv w8, w8, wzr, eq
b LBB79_28
LBB79_27:
mov w12, #0
mov w8, #65535
LBB79_28:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB79_29:
bl _regex_79_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_80_search ; -- Begin function regex_80_search
.p2align 2
_regex_80_search: ; @regex_80_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB80_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB80_56
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB80_3:
lsl w9, w22, #16
mov w8, #65535
cmp w9, #1
b.lt LBB80_52
; %bb.4:
mov w17, #0
mov w16, #0
mov w14, #0
mov w10, #0
sxth w9, w22
ldr x11, [x19, #8]
sub w12, w9, #1
mov w15, #65535
mov w13, #-1
b LBB80_7
LBB80_5: ; in Loop: Header=BB80_7 Depth=1
mov x0, x14
LBB80_6: ; in Loop: Header=BB80_7 Depth=1
add w10, w10, #1
cmp w9, w10, sxth
mov x14, x0
b.le LBB80_55
LBB80_7: ; =>This Inner Loop Header: Depth=1
sxth x0, w10
ldrb w0, [x21, x0]
cmp w16, #1
b.eq LBB80_12
; %bb.8: ; in Loop: Header=BB80_7 Depth=1
cmp w0, #120
cbnz w16, LBB80_18
; %bb.9: ; in Loop: Header=BB80_7 Depth=1
b.ne LBB80_24
; %bb.10: ; in Loop: Header=BB80_7 Depth=1
cbnz w20, LBB80_20
LBB80_11: ; in Loop: Header=BB80_7 Depth=1
mov w0, #0
mov w16, #1
cmp w12, w10, sxth
b.ne LBB80_5
b LBB80_47
LBB80_12: ; in Loop: Header=BB80_7 Depth=1
cmp w0, #120
b.ne LBB80_27
; %bb.13: ; in Loop: Header=BB80_7 Depth=1
cbz w20, LBB80_44
; %bb.14: ; in Loop: Header=BB80_7 Depth=1
cbz w17, LBB80_16
; %bb.15: ; in Loop: Header=BB80_7 Depth=1
ldrsh w15, [x11, #2]
cmp w15, w10, sxth
b.ge LBB80_17
LBB80_16: ; in Loop: Header=BB80_7 Depth=1
strh w10, [x11]
LBB80_17: ; in Loop: Header=BB80_7 Depth=1
mov w0, #0
add w15, w10, #1
strh w15, [x11, #2]
mov w16, #1
b LBB80_33
LBB80_18: ; in Loop: Header=BB80_7 Depth=1
b.ne LBB80_34
; %bb.19: ; in Loop: Header=BB80_7 Depth=1
cbz w20, LBB80_11
LBB80_20: ; in Loop: Header=BB80_7 Depth=1
cbz w17, LBB80_22
; %bb.21: ; in Loop: Header=BB80_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w10, sxth
b.ge LBB80_23
LBB80_22: ; in Loop: Header=BB80_7 Depth=1
strh w10, [x11]
LBB80_23: ; in Loop: Header=BB80_7 Depth=1
mov w0, #0
add w16, w10, #1
strh w16, [x11, #2]
mov w16, #1
b LBB80_40
LBB80_24: ; in Loop: Header=BB80_7 Depth=1
sub w16, w0, #121
cmp w16, #1
b.hi LBB80_41
; %bb.25: ; in Loop: Header=BB80_7 Depth=1
cbnz w20, LBB80_36
LBB80_26: ; in Loop: Header=BB80_7 Depth=1
mov w16, #2
mov w0, #1
cmp w12, w10, sxth
b.ne LBB80_5
b LBB80_47
LBB80_27: ; in Loop: Header=BB80_7 Depth=1
sub w15, w0, #121
cmp w15, #1
b.hi LBB80_54
; %bb.28: ; in Loop: Header=BB80_7 Depth=1
cbz w20, LBB80_45
; %bb.29: ; in Loop: Header=BB80_7 Depth=1
cbz w17, LBB80_31
; %bb.30: ; in Loop: Header=BB80_7 Depth=1
ldrsh w15, [x11, #2]
cmp w15, w10, sxth
b.ge LBB80_32
LBB80_31: ; in Loop: Header=BB80_7 Depth=1
strh w10, [x11]
LBB80_32: ; in Loop: Header=BB80_7 Depth=1
add w15, w10, #1
strh w15, [x11, #2]
mov w0, #1
mov w16, #2
LBB80_33: ; in Loop: Header=BB80_7 Depth=1
mov x15, x10
b LBB80_40
LBB80_34: ; in Loop: Header=BB80_7 Depth=1
sub w16, w0, #121
cmp w16, #1
b.hi LBB80_41
; %bb.35: ; in Loop: Header=BB80_7 Depth=1
cbz w20, LBB80_26
LBB80_36: ; in Loop: Header=BB80_7 Depth=1
cbz w17, LBB80_38
; %bb.37: ; in Loop: Header=BB80_7 Depth=1
ldrsh w16, [x11, #2]
cmp w16, w10, sxth
b.ge LBB80_39
LBB80_38: ; in Loop: Header=BB80_7 Depth=1
strh w10, [x11]
LBB80_39: ; in Loop: Header=BB80_7 Depth=1
add w16, w10, #1
strh w16, [x11, #2]
mov w0, #1
mov w16, #2
LBB80_40: ; in Loop: Header=BB80_7 Depth=1
mov w17, #1
cmp w12, w10, sxth
b.ne LBB80_5
b LBB80_47
LBB80_41: ; in Loop: Header=BB80_7 Depth=1
add w1, w14, #1
mov w16, #0
cbz w20, LBB80_43
; %bb.42: ; in Loop: Header=BB80_7 Depth=1
mov w17, #0
str w13, [x11]
LBB80_43: ; in Loop: Header=BB80_7 Depth=1
mov w0, #1
mov w15, #65535
mov x10, x14
mov x14, x1
cmp w12, w10, sxth
b.ne LBB80_5
b LBB80_47
LBB80_44: ; in Loop: Header=BB80_7 Depth=1
mov w0, #0
mov w16, #1
b LBB80_46
LBB80_45: ; in Loop: Header=BB80_7 Depth=1
mov w16, #2
mov w0, #1
LBB80_46: ; in Loop: Header=BB80_7 Depth=1
mov x15, x10
cmp w12, w10, sxth
b.ne LBB80_5
LBB80_47: ; in Loop: Header=BB80_7 Depth=1
cmp w12, w14, sxth
cset w1, le
eor w0, w0, #0x1
orr w0, w1, w0
tbnz w0, #0, LBB80_5
; %bb.48: ; in Loop: Header=BB80_7 Depth=1
tbz w15, #15, LBB80_53
; %bb.49: ; in Loop: Header=BB80_7 Depth=1
add w0, w14, #1
mov w16, #0
cbz w20, LBB80_51
; %bb.50: ; in Loop: Header=BB80_7 Depth=1
mov w17, #0
str w13, [x11]
LBB80_51: ; in Loop: Header=BB80_7 Depth=1
mov x10, x14
b LBB80_6
LBB80_52:
mov w10, #0
mov w0, #0
mov w16, #0
mov w15, #65535
b LBB80_55
LBB80_53:
mov x0, x14
b LBB80_55
LBB80_54:
mov w16, #1
mov x0, x14
mov x15, x10
LBB80_55:
and w9, w15, #0xffff
cmp w16, #1
ccmp w9, w8, #0, ne
csinv w11, w0, wzr, ne
strh w11, [x19]
cmp w9, w8
csel w8, w10, w15, eq
strh w8, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB80_56:
bl _regex_80_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_81_search ; -- Begin function regex_81_search
.p2align 2
_regex_81_search: ; @regex_81_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB81_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB81_40
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB81_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB81_38
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w12, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w13, #-1
b LBB81_7
LBB81_5: ; in Loop: Header=BB81_7 Depth=1
mov x12, x8
mov x8, x16
LBB81_6: ; in Loop: Header=BB81_7 Depth=1
add w12, w12, #1
cmp w9, w12, sxth
b.le LBB81_37
LBB81_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w12
ldrb w16, [x21, x16]
cbnz w15, LBB81_14
; %bb.8: ; in Loop: Header=BB81_7 Depth=1
cmp w16, #97
b.ne LBB81_14
; %bb.9: ; in Loop: Header=BB81_7 Depth=1
cbz w20, LBB81_17
; %bb.10: ; in Loop: Header=BB81_7 Depth=1
cbz w14, LBB81_12
; %bb.11: ; in Loop: Header=BB81_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB81_13
LBB81_12: ; in Loop: Header=BB81_7 Depth=1
strh w12, [x10]
LBB81_13: ; in Loop: Header=BB81_7 Depth=1
add w14, w12, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #1
b LBB81_27
LBB81_14: ; in Loop: Header=BB81_7 Depth=1
cmp w15, #1
b.eq LBB81_18
; %bb.15: ; in Loop: Header=BB81_7 Depth=1
cmp w15, #2
b.eq LBB81_21
; %bb.16: ; in Loop: Header=BB81_7 Depth=1
cmp w15, #3
b.ne LBB81_31
b LBB81_39
LBB81_17: ; in Loop: Header=BB81_7 Depth=1
mov w16, #1
mov w15, #1
cmp w11, w12, sxth
b.ne LBB81_6
b LBB81_34
LBB81_18: ; in Loop: Header=BB81_7 Depth=1
cmp w16, #97
b.ne LBB81_28
; %bb.19: ; in Loop: Header=BB81_7 Depth=1
cbnz w20, LBB81_23
LBB81_20: ; in Loop: Header=BB81_7 Depth=1
mov w15, #2
mov w16, #1
cmp w11, w12, sxth
b.ne LBB81_6
b LBB81_34
LBB81_21: ; in Loop: Header=BB81_7 Depth=1
cmp w16, #97
b.ne LBB81_30
; %bb.22: ; in Loop: Header=BB81_7 Depth=1
cbz w20, LBB81_20
LBB81_23: ; in Loop: Header=BB81_7 Depth=1
cbz w14, LBB81_25
; %bb.24: ; in Loop: Header=BB81_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w12, sxth
b.ge LBB81_26
LBB81_25: ; in Loop: Header=BB81_7 Depth=1
strh w12, [x10]
LBB81_26: ; in Loop: Header=BB81_7 Depth=1
add w14, w12, #1
strh w14, [x10, #2]
mov w16, #1
mov w15, #2
LBB81_27: ; in Loop: Header=BB81_7 Depth=1
mov w14, #1
cmp w11, w12, sxth
b.ne LBB81_6
b LBB81_34
LBB81_28: ; in Loop: Header=BB81_7 Depth=1
cmp w16, #98
b.ne LBB81_31
LBB81_29: ; in Loop: Header=BB81_7 Depth=1
mov w16, #0
mov w15, #3
cmp w11, w12, sxth
b.ne LBB81_6
b LBB81_34
LBB81_30: ; in Loop: Header=BB81_7 Depth=1
and w15, w16, #0xfe
cmp w15, #98
b.eq LBB81_29
LBB81_31: ; in Loop: Header=BB81_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB81_33
; %bb.32: ; in Loop: Header=BB81_7 Depth=1
mov w14, #0
str w13, [x10]
LBB81_33: ; in Loop: Header=BB81_7 Depth=1
mov w16, #1
mov x12, x8
mov x8, x17
cmp w11, w12, sxth
b.ne LBB81_6
LBB81_34: ; in Loop: Header=BB81_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w16, w17
tbnz w16, #0, LBB81_6
; %bb.35: ; in Loop: Header=BB81_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB81_5
; %bb.36: ; in Loop: Header=BB81_7 Depth=1
mov w14, #0
str w13, [x10]
b LBB81_5
LBB81_37:
cmp w15, #3
csinv w8, w8, wzr, eq
b LBB81_39
LBB81_38:
mov w12, #0
mov w8, #65535
LBB81_39:
strh w8, [x19]
strh w12, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB81_40:
bl _regex_81_search.cold.1
.cfi_endproc
; -- End function
.globl _regex_82_search ; -- Begin function regex_82_search
.p2align 2
_regex_82_search: ; @regex_82_search
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x21, x0
mov x19, x8
bl _strlen
mov x22, x0
cbz w20, LBB82_3
; %bb.1:
mov w0, #4
bl _malloc
str x0, [x19, #8]
cbz x0, LBB82_41
; %bb.2:
mov w8, #-1
str w8, [x0]
LBB82_3:
lsl w8, w22, #16
cmp w8, #1
b.lt LBB82_39
; %bb.4:
mov w14, #0
mov w15, #0
mov w8, #0
mov w13, #0
sxth w9, w22
ldr x10, [x19, #8]
sub w11, w9, #1
mov w12, #-1
b LBB82_7
LBB82_5: ; in Loop: Header=BB82_7 Depth=1
mov x13, x8
mov x8, x16
LBB82_6: ; in Loop: Header=BB82_7 Depth=1
add w13, w13, #1
cmp w9, w13, sxth
b.le LBB82_38
LBB82_7: ; =>This Inner Loop Header: Depth=1
sxth x16, w13
ldrb w16, [x21, x16]
cmp w15, #1
b.eq LBB82_11
; %bb.8: ; in Loop: Header=BB82_7 Depth=1
cbnz w15, LBB82_18
; %bb.9: ; in Loop: Header=BB82_7 Depth=1
cmp w16, #60
ccmp w20, #0, #4, ne
csel w14, wzr, w14, ne
cmp w16, #60
b.ne LBB82_30
; %bb.10: ; in Loop: Header=BB82_7 Depth=1
mov w16, #1
mov w15, #1
cmp w11, w13, sxth
b.ne LBB82_6
b LBB82_34
LBB82_11: ; in Loop: Header=BB82_7 Depth=1
cmp w16, #109
b.eq LBB82_37
; %bb.12: ; in Loop: Header=BB82_7 Depth=1
cmp w16, #104
b.ne LBB82_30
; %bb.13: ; in Loop: Header=BB82_7 Depth=1
cbz w20, LBB82_28
LBB82_14: ; in Loop: Header=BB82_7 Depth=1
tst w14, #0xffff
b.eq LBB82_16
; %bb.15: ; in Loop: Header=BB82_7 Depth=1
ldrsh w14, [x10, #2]
cmp w14, w13, sxth
b.ge LBB82_17
LBB82_16: ; in Loop: Header=BB82_7 Depth=1
strh w13, [x10]
LBB82_17: ; in Loop: Header=BB82_7 Depth=1
mov w16, #1
mov w15, #2
mov w14, #1
cmp w11, w13, sxth
b.ne LBB82_6
b LBB82_34
LBB82_18: ; in Loop: Header=BB82_7 Depth=1
cmp w15, #2
b.ne LBB82_23
; %bb.19: ; in Loop: Header=BB82_7 Depth=1
cmp w16, #116
b.ne LBB82_23
; %bb.20: ; in Loop: Header=BB82_7 Depth=1
mov w15, #4
mov w16, #1
cbz w20, LBB82_33
; %bb.21: ; in Loop: Header=BB82_7 Depth=1
tst w14, #0xffff
b.eq LBB82_33
; %bb.22: ; in Loop: Header=BB82_7 Depth=1
add w15, w13, #1
strh w15, [x10, #2]
mov w15, #4
b LBB82_29
LBB82_23: ; in Loop: Header=BB82_7 Depth=1
cmp w15, #4
b.eq LBB82_25
; %bb.24: ; in Loop: Header=BB82_7 Depth=1
cmp w15, #3
b.ne LBB82_30
b LBB82_40
LBB82_25: ; in Loop: Header=BB82_7 Depth=1
cmp w16, #109
b.eq LBB82_37
; %bb.26: ; in Loop: Header=BB82_7 Depth=1
cmp w16, #104
b.ne LBB82_30
; %bb.27: ; in Loop: Header=BB82_7 Depth=1
cbnz w20, LBB82_14
LBB82_28: ; in Loop: Header=BB82_7 Depth=1
mov w15, #2
LBB82_29: ; in Loop: Header=BB82_7 Depth=1
mov w16, #1
cmp w11, w13, sxth
b.ne LBB82_6
b LBB82_34
LBB82_30: ; in Loop: Header=BB82_7 Depth=1
add w17, w8, #1
mov w15, #0
cbz w20, LBB82_32
; %bb.31: ; in Loop: Header=BB82_7 Depth=1
mov w14, #0
str w12, [x10]
LBB82_32: ; in Loop: Header=BB82_7 Depth=1
mov w16, #1
mov x13, x8
mov x8, x17
LBB82_33: ; in Loop: Header=BB82_7 Depth=1
cmp w11, w13, sxth
b.ne LBB82_6
LBB82_34: ; in Loop: Header=BB82_7 Depth=1
cmp w11, w8, sxth
cset w17, le
eor w16, w16, #0x1
orr w16, w17, w16
tbnz w16, #0, LBB82_6
; %bb.35: ; in Loop: Header=BB82_7 Depth=1
add w16, w8, #1
mov w15, #0
cbz w20, LBB82_5
; %bb.36: ; in Loop: Header=BB82_7 Depth=1
mov w14, #0
str w12, [x10]
b LBB82_5
LBB82_37: ; in Loop: Header=BB82_7 Depth=1
mov w16, #0
mov w15, #3
cmp w11, w13, sxth
b.ne LBB82_6
b LBB82_34
LBB82_38:
cmp w15, #3
csinv w8, w8, wzr, eq
b LBB82_40
LBB82_39:
mov w13, #0
mov w8, #65535
LBB82_40:
strh w8, [x19]
strh w13, [x19, #2]
mov w8, #1
strh w8, [x19, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB82_41:
bl _regex_82_search.cold.1
.cfi_endproc
; -- End function
.globl _print ; -- Begin function print
.p2align 2
_print: ; @print
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x3
mov x20, x1
mov x21, x0
adrp x8, _count@PAGE
ldrh w9, [x8, _count@PAGEOFF]
add w9, w9, #1
strh w9, [x8, _count@PAGEOFF]
add x8, sp, #8
mov w1, #0
blr x2
ldrh w8, [sp, #8]
cmp w8, w19, uxth
b.ne LBB83_2
; %bb.1:
adrp x8, _matched@PAGE
ldrh w9, [x8, _matched@PAGEOFF]
add w9, w9, #1
strh w9, [x8, _matched@PAGEOFF]
b LBB83_3
LBB83_2:
sxth w22, w8
str x21, [sp]
Lloh26:
adrp x0, l_.str.84@PAGE
Lloh27:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x20, [sp]
Lloh28:
adrp x0, l_.str.85@PAGE
Lloh29:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh30:
adrp x0, l_.str.86@PAGE
Lloh31:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
sxtw x8, w19
str x8, [sp]
Lloh32:
adrp x0, l_.str.87@PAGE
Lloh33:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB83_3:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh26, Lloh27
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
Lloh34:
adrp x8, _regex@PAGE
Lloh35:
add x8, x8, _regex@PAGEOFF
adrp x21, _matched@PAGE
strh wzr, [x21, _matched@PAGEOFF]
ldp x22, x9, [x8]
mov w8, #1
adrp x20, _count@PAGE
strh w8, [x20, _count@PAGEOFF]
Lloh36:
adrp x19, l_.str.88@PAGE
Lloh37:
add x19, x19, l_.str.88@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_2
; %bb.1:
str x19, [sp]
Lloh38:
adrp x0, l_.str.84@PAGE
Lloh39:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh40:
adrp x0, l_.str.85@PAGE
Lloh41:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh42:
adrp x0, l_.str.86@PAGE
Lloh43:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh44:
adrp x0, l_.str.87@PAGE
Lloh45:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_3
LBB84_2:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_3:
Lloh46:
adrp x22, _regex_2@PAGE
Lloh47:
add x22, x22, _regex_2@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh48:
adrp x19, l_.str.89@PAGE
Lloh49:
add x19, x19, l_.str.89@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_5
; %bb.4:
str x19, [sp]
Lloh50:
adrp x0, l_.str.84@PAGE
Lloh51:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh52:
adrp x0, l_.str.85@PAGE
Lloh53:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh54:
adrp x0, l_.str.86@PAGE
Lloh55:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh56:
adrp x0, l_.str.87@PAGE
Lloh57:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_6
LBB84_5:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_6:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh58:
adrp x19, l_.str.90@PAGE
Lloh59:
add x19, x19, l_.str.90@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cbz w22, LBB84_8
; %bb.7:
str x19, [sp]
Lloh60:
adrp x0, l_.str.84@PAGE
Lloh61:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh62:
adrp x0, l_.str.85@PAGE
Lloh63:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh64:
adrp x0, l_.str.86@PAGE
Lloh65:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh66:
adrp x0, l_.str.87@PAGE
Lloh67:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_9
LBB84_8:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_9:
Lloh68:
adrp x22, _regex_3@PAGE
Lloh69:
add x22, x22, _regex_3@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh70:
adrp x19, l_.str.90@PAGE
Lloh71:
add x19, x19, l_.str.90@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_11
; %bb.10:
str x19, [sp]
Lloh72:
adrp x0, l_.str.84@PAGE
Lloh73:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh74:
adrp x0, l_.str.85@PAGE
Lloh75:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh76:
adrp x0, l_.str.86@PAGE
Lloh77:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh78:
adrp x0, l_.str.87@PAGE
Lloh79:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_12
LBB84_11:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_12:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh80:
adrp x19, l_.str.91@PAGE
Lloh81:
add x19, x19, l_.str.91@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_14
; %bb.13:
str x19, [sp]
Lloh82:
adrp x0, l_.str.84@PAGE
Lloh83:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh84:
adrp x0, l_.str.85@PAGE
Lloh85:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh86:
adrp x0, l_.str.86@PAGE
Lloh87:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh88:
adrp x0, l_.str.87@PAGE
Lloh89:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_15
LBB84_14:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_15:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh90:
adrp x19, l_.str.92@PAGE
Lloh91:
add x19, x19, l_.str.92@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_17
; %bb.16:
str x19, [sp]
Lloh92:
adrp x0, l_.str.84@PAGE
Lloh93:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh94:
adrp x0, l_.str.85@PAGE
Lloh95:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh96:
adrp x0, l_.str.86@PAGE
Lloh97:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh98:
adrp x0, l_.str.87@PAGE
Lloh99:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_18
LBB84_17:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_18:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh100:
adrp x19, l_.str.93@PAGE
Lloh101:
add x19, x19, l_.str.93@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmp w22, #1
b.ne LBB84_20
; %bb.19:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_21
LBB84_20:
str x19, [sp]
Lloh102:
adrp x0, l_.str.84@PAGE
Lloh103:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh104:
adrp x0, l_.str.85@PAGE
Lloh105:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh106:
adrp x0, l_.str.86@PAGE
Lloh107:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh108:
adrp x0, l_.str.87@PAGE
Lloh109:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_21:
Lloh110:
adrp x8, _regex_4@PAGE
Lloh111:
add x8, x8, _regex_4@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh112:
adrp x19, l_.str.94@PAGE
Lloh113:
add x19, x19, l_.str.94@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_23
; %bb.22:
str x19, [sp]
Lloh114:
adrp x0, l_.str.84@PAGE
Lloh115:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh116:
adrp x0, l_.str.85@PAGE
Lloh117:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh118:
adrp x0, l_.str.86@PAGE
Lloh119:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh120:
adrp x0, l_.str.87@PAGE
Lloh121:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_24
LBB84_23:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_24:
Lloh122:
adrp x22, _regex_5@PAGE
Lloh123:
add x22, x22, _regex_5@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh124:
adrp x19, l_.str.95@PAGE
Lloh125:
add x19, x19, l_.str.95@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_26
; %bb.25:
str x19, [sp]
Lloh126:
adrp x0, l_.str.84@PAGE
Lloh127:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh128:
adrp x0, l_.str.85@PAGE
Lloh129:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh130:
adrp x0, l_.str.86@PAGE
Lloh131:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh132:
adrp x0, l_.str.87@PAGE
Lloh133:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_27
LBB84_26:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_27:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh134:
adrp x19, l_.str.96@PAGE
Lloh135:
add x19, x19, l_.str.96@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_29
; %bb.28:
str x19, [sp]
Lloh136:
adrp x0, l_.str.84@PAGE
Lloh137:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh138:
adrp x0, l_.str.85@PAGE
Lloh139:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh140:
adrp x0, l_.str.86@PAGE
Lloh141:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh142:
adrp x0, l_.str.87@PAGE
Lloh143:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_30
LBB84_29:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_30:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh144:
adrp x19, l_.str.97@PAGE
Lloh145:
add x19, x19, l_.str.97@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_32
; %bb.31:
str x19, [sp]
Lloh146:
adrp x0, l_.str.84@PAGE
Lloh147:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh148:
adrp x0, l_.str.85@PAGE
Lloh149:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh150:
adrp x0, l_.str.86@PAGE
Lloh151:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh152:
adrp x0, l_.str.87@PAGE
Lloh153:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_33
LBB84_32:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_33:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh154:
adrp x19, l_.str.98@PAGE
Lloh155:
add x19, x19, l_.str.98@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmn w22, #1
b.eq LBB84_35
; %bb.34:
str x19, [sp]
Lloh156:
adrp x0, l_.str.84@PAGE
Lloh157:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh158:
adrp x0, l_.str.85@PAGE
Lloh159:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh160:
adrp x0, l_.str.86@PAGE
Lloh161:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh162:
adrp x0, l_.str.87@PAGE
Lloh163:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_36
LBB84_35:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_36:
Lloh164:
adrp x8, _regex_6@PAGE
Lloh165:
add x8, x8, _regex_6@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh166:
adrp x19, l_.str.99@PAGE
Lloh167:
add x19, x19, l_.str.99@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_38
; %bb.37:
str x19, [sp]
Lloh168:
adrp x0, l_.str.84@PAGE
Lloh169:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh170:
adrp x0, l_.str.85@PAGE
Lloh171:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh172:
adrp x0, l_.str.86@PAGE
Lloh173:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh174:
adrp x0, l_.str.87@PAGE
Lloh175:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_39
LBB84_38:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_39:
Lloh176:
adrp x8, _regex_7@PAGE
Lloh177:
add x8, x8, _regex_7@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh178:
adrp x19, l_.str.100@PAGE
Lloh179:
add x19, x19, l_.str.100@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_41
; %bb.40:
str x19, [sp]
Lloh180:
adrp x0, l_.str.84@PAGE
Lloh181:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh182:
adrp x0, l_.str.85@PAGE
Lloh183:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh184:
adrp x0, l_.str.86@PAGE
Lloh185:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh186:
adrp x0, l_.str.87@PAGE
Lloh187:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_42
LBB84_41:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_42:
Lloh188:
adrp x8, _regex_8@PAGE
Lloh189:
add x8, x8, _regex_8@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh190:
adrp x19, l_.str.100@PAGE
Lloh191:
add x19, x19, l_.str.100@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #5
b.ne LBB84_44
; %bb.43:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_45
LBB84_44:
str x19, [sp]
Lloh192:
adrp x0, l_.str.84@PAGE
Lloh193:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh194:
adrp x0, l_.str.85@PAGE
Lloh195:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh196:
adrp x0, l_.str.86@PAGE
Lloh197:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #5
str x8, [sp]
Lloh198:
adrp x0, l_.str.87@PAGE
Lloh199:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_45:
Lloh200:
adrp x8, _regex_9@PAGE
Lloh201:
add x8, x8, _regex_9@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh202:
adrp x19, l_.str.101@PAGE
Lloh203:
add x19, x19, l_.str.101@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_47
; %bb.46:
str x19, [sp]
Lloh204:
adrp x0, l_.str.84@PAGE
Lloh205:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh206:
adrp x0, l_.str.85@PAGE
Lloh207:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh208:
adrp x0, l_.str.86@PAGE
Lloh209:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh210:
adrp x0, l_.str.87@PAGE
Lloh211:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_48
LBB84_47:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_48:
Lloh212:
adrp x8, _regex_10@PAGE
Lloh213:
add x8, x8, _regex_10@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh214:
adrp x19, l_.str.102@PAGE
Lloh215:
add x19, x19, l_.str.102@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_50
; %bb.49:
str x19, [sp]
Lloh216:
adrp x0, l_.str.84@PAGE
Lloh217:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh218:
adrp x0, l_.str.85@PAGE
Lloh219:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh220:
adrp x0, l_.str.86@PAGE
Lloh221:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh222:
adrp x0, l_.str.87@PAGE
Lloh223:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_51
LBB84_50:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_51:
Lloh224:
adrp x22, _regex_11@PAGE
Lloh225:
add x22, x22, _regex_11@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh226:
adrp x19, l_.str.103@PAGE
Lloh227:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_53
; %bb.52:
str x19, [sp]
Lloh228:
adrp x0, l_.str.84@PAGE
Lloh229:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh230:
adrp x0, l_.str.85@PAGE
Lloh231:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh232:
adrp x0, l_.str.86@PAGE
Lloh233:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh234:
adrp x0, l_.str.87@PAGE
Lloh235:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_54
LBB84_53:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_54:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh236:
adrp x19, l_.str.104@PAGE
Lloh237:
add x19, x19, l_.str.104@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_56
; %bb.55:
str x19, [sp]
Lloh238:
adrp x0, l_.str.84@PAGE
Lloh239:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh240:
adrp x0, l_.str.85@PAGE
Lloh241:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh242:
adrp x0, l_.str.86@PAGE
Lloh243:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh244:
adrp x0, l_.str.87@PAGE
Lloh245:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_57
LBB84_56:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_57:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh246:
adrp x19, l_.str.105@PAGE
Lloh247:
add x19, x19, l_.str.105@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_59
; %bb.58:
str x19, [sp]
Lloh248:
adrp x0, l_.str.84@PAGE
Lloh249:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh250:
adrp x0, l_.str.85@PAGE
Lloh251:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh252:
adrp x0, l_.str.86@PAGE
Lloh253:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh254:
adrp x0, l_.str.87@PAGE
Lloh255:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_60
LBB84_59:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_60:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh256:
adrp x19, l_.str.106@PAGE
Lloh257:
add x19, x19, l_.str.106@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_62
; %bb.61:
str x19, [sp]
Lloh258:
adrp x0, l_.str.84@PAGE
Lloh259:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh260:
adrp x0, l_.str.85@PAGE
Lloh261:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh262:
adrp x0, l_.str.86@PAGE
Lloh263:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh264:
adrp x0, l_.str.87@PAGE
Lloh265:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_63
LBB84_62:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_63:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh266:
adrp x19, l_.str.107@PAGE
Lloh267:
add x19, x19, l_.str.107@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmp w24, #1
b.ne LBB84_65
; %bb.64:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_66
LBB84_65:
str x19, [sp]
Lloh268:
adrp x0, l_.str.84@PAGE
Lloh269:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh270:
adrp x0, l_.str.85@PAGE
Lloh271:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh272:
adrp x0, l_.str.86@PAGE
Lloh273:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh274:
adrp x0, l_.str.87@PAGE
Lloh275:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_66:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh276:
adrp x19, l_.str.108@PAGE
Lloh277:
add x19, x19, l_.str.108@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmp w24, #2
b.ne LBB84_68
; %bb.67:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_69
LBB84_68:
str x19, [sp]
Lloh278:
adrp x0, l_.str.84@PAGE
Lloh279:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh280:
adrp x0, l_.str.85@PAGE
Lloh281:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh282:
adrp x0, l_.str.86@PAGE
Lloh283:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #2
str x8, [sp]
Lloh284:
adrp x0, l_.str.87@PAGE
Lloh285:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_69:
Lloh286:
adrp x8, _regex_12@PAGE
Lloh287:
add x8, x8, _regex_12@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh288:
adrp x19, l_.str.103@PAGE
Lloh289:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_71
; %bb.70:
str x19, [sp]
Lloh290:
adrp x0, l_.str.84@PAGE
Lloh291:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh292:
adrp x0, l_.str.85@PAGE
Lloh293:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh294:
adrp x0, l_.str.86@PAGE
Lloh295:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh296:
adrp x0, l_.str.87@PAGE
Lloh297:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_72
LBB84_71:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_72:
Lloh298:
adrp x23, _regex_13@PAGE
Lloh299:
add x23, x23, _regex_13@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh300:
adrp x19, l_.str.103@PAGE
Lloh301:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_74
; %bb.73:
str x19, [sp]
Lloh302:
adrp x0, l_.str.84@PAGE
Lloh303:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh304:
adrp x0, l_.str.85@PAGE
Lloh305:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh306:
adrp x0, l_.str.86@PAGE
Lloh307:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh308:
adrp x0, l_.str.87@PAGE
Lloh309:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_75
LBB84_74:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_75:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh310:
adrp x19, l_.str.109@PAGE
Lloh311:
add x19, x19, l_.str.109@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_77
; %bb.76:
str x19, [sp]
Lloh312:
adrp x0, l_.str.84@PAGE
Lloh313:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh314:
adrp x0, l_.str.85@PAGE
Lloh315:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh316:
adrp x0, l_.str.86@PAGE
Lloh317:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh318:
adrp x0, l_.str.87@PAGE
Lloh319:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_78
LBB84_77:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_78:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh320:
adrp x19, l_.str.110@PAGE
Lloh321:
add x19, x19, l_.str.110@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_80
; %bb.79:
str x19, [sp]
Lloh322:
adrp x0, l_.str.84@PAGE
Lloh323:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh324:
adrp x0, l_.str.85@PAGE
Lloh325:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh326:
adrp x0, l_.str.86@PAGE
Lloh327:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh328:
adrp x0, l_.str.87@PAGE
Lloh329:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_81
LBB84_80:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_81:
Lloh330:
adrp x23, _regex_14@PAGE
Lloh331:
add x23, x23, _regex_14@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh332:
adrp x19, l_.str.109@PAGE
Lloh333:
add x19, x19, l_.str.109@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_83
; %bb.82:
str x19, [sp]
Lloh334:
adrp x0, l_.str.84@PAGE
Lloh335:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh336:
adrp x0, l_.str.85@PAGE
Lloh337:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh338:
adrp x0, l_.str.86@PAGE
Lloh339:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh340:
adrp x0, l_.str.87@PAGE
Lloh341:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_84
LBB84_83:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_84:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh342:
adrp x19, l_.str.103@PAGE
Lloh343:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmn w25, #1
b.eq LBB84_86
; %bb.85:
str x19, [sp]
Lloh344:
adrp x0, l_.str.84@PAGE
Lloh345:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh346:
adrp x0, l_.str.85@PAGE
Lloh347:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh348:
adrp x0, l_.str.86@PAGE
Lloh349:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh350:
adrp x0, l_.str.87@PAGE
Lloh351:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_87
LBB84_86:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_87:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh352:
adrp x19, l_.str.111@PAGE
Lloh353:
add x19, x19, l_.str.111@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmn w25, #1
b.eq LBB84_89
; %bb.88:
str x19, [sp]
Lloh354:
adrp x0, l_.str.84@PAGE
Lloh355:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh356:
adrp x0, l_.str.85@PAGE
Lloh357:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh358:
adrp x0, l_.str.86@PAGE
Lloh359:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh360:
adrp x0, l_.str.87@PAGE
Lloh361:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_90
LBB84_89:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_90:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh362:
adrp x19, l_.str.110@PAGE
Lloh363:
add x19, x19, l_.str.110@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_92
; %bb.91:
str x19, [sp]
Lloh364:
adrp x0, l_.str.84@PAGE
Lloh365:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh366:
adrp x0, l_.str.85@PAGE
Lloh367:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh368:
adrp x0, l_.str.86@PAGE
Lloh369:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh370:
adrp x0, l_.str.87@PAGE
Lloh371:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_93
LBB84_92:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_93:
Lloh372:
adrp x23, _regex_15@PAGE
Lloh373:
add x23, x23, _regex_15@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh374:
adrp x19, l_.str.109@PAGE
Lloh375:
add x19, x19, l_.str.109@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_95
; %bb.94:
str x19, [sp]
Lloh376:
adrp x0, l_.str.84@PAGE
Lloh377:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh378:
adrp x0, l_.str.85@PAGE
Lloh379:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh380:
adrp x0, l_.str.86@PAGE
Lloh381:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh382:
adrp x0, l_.str.87@PAGE
Lloh383:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_96
LBB84_95:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_96:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh384:
adrp x19, l_.str.103@PAGE
Lloh385:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_98
; %bb.97:
str x19, [sp]
Lloh386:
adrp x0, l_.str.84@PAGE
Lloh387:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh388:
adrp x0, l_.str.85@PAGE
Lloh389:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh390:
adrp x0, l_.str.86@PAGE
Lloh391:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh392:
adrp x0, l_.str.87@PAGE
Lloh393:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_99
LBB84_98:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_99:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh394:
adrp x19, l_.str.110@PAGE
Lloh395:
add x19, x19, l_.str.110@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_101
; %bb.100:
str x19, [sp]
Lloh396:
adrp x0, l_.str.84@PAGE
Lloh397:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh398:
adrp x0, l_.str.85@PAGE
Lloh399:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh400:
adrp x0, l_.str.86@PAGE
Lloh401:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh402:
adrp x0, l_.str.87@PAGE
Lloh403:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_102
LBB84_101:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_102:
Lloh404:
adrp x8, _regex_16@PAGE
Lloh405:
add x8, x8, _regex_16@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh406:
adrp x19, l_.str.103@PAGE
Lloh407:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_104
; %bb.103:
str x19, [sp]
Lloh408:
adrp x0, l_.str.84@PAGE
Lloh409:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh410:
adrp x0, l_.str.85@PAGE
Lloh411:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh412:
adrp x0, l_.str.86@PAGE
Lloh413:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh414:
adrp x0, l_.str.87@PAGE
Lloh415:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_105
LBB84_104:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_105:
Lloh416:
adrp x23, _regex_17@PAGE
Lloh417:
add x23, x23, _regex_17@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh418:
adrp x19, l_.str.103@PAGE
Lloh419:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_107
; %bb.106:
str x19, [sp]
Lloh420:
adrp x0, l_.str.84@PAGE
Lloh421:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh422:
adrp x0, l_.str.85@PAGE
Lloh423:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh424:
adrp x0, l_.str.86@PAGE
Lloh425:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh426:
adrp x0, l_.str.87@PAGE
Lloh427:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_108
LBB84_107:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_108:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh428:
adrp x19, l_.str.112@PAGE
Lloh429:
add x19, x19, l_.str.112@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmn w25, #1
b.eq LBB84_110
; %bb.109:
str x19, [sp]
Lloh430:
adrp x0, l_.str.84@PAGE
Lloh431:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh432:
adrp x0, l_.str.85@PAGE
Lloh433:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh434:
adrp x0, l_.str.86@PAGE
Lloh435:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh436:
adrp x0, l_.str.87@PAGE
Lloh437:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_111
LBB84_110:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_111:
Lloh438:
adrp x8, _regex_18@PAGE
Lloh439:
add x8, x8, _regex_18@PAGEOFF
ldp x24, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh440:
adrp x19, l_.str.112@PAGE
Lloh441:
add x19, x19, l_.str.112@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_113
; %bb.112:
str x19, [sp]
Lloh442:
adrp x0, l_.str.84@PAGE
Lloh443:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh444:
adrp x0, l_.str.85@PAGE
Lloh445:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh446:
adrp x0, l_.str.86@PAGE
Lloh447:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh448:
adrp x0, l_.str.87@PAGE
Lloh449:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_114
LBB84_113:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_114:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh450:
adrp x19, l_.str.113@PAGE
Lloh451:
add x19, x19, l_.str.113@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_116
; %bb.115:
str x19, [sp]
Lloh452:
adrp x0, l_.str.84@PAGE
Lloh453:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh454:
adrp x0, l_.str.85@PAGE
Lloh455:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh456:
adrp x0, l_.str.86@PAGE
Lloh457:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh458:
adrp x0, l_.str.87@PAGE
Lloh459:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_117
LBB84_116:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_117:
Lloh460:
adrp x23, _regex_19@PAGE
Lloh461:
add x23, x23, _regex_19@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh462:
adrp x19, l_.str.113@PAGE
Lloh463:
add x19, x19, l_.str.113@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmp w25, #1
b.ne LBB84_119
; %bb.118:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_120
LBB84_119:
str x19, [sp]
Lloh464:
adrp x0, l_.str.84@PAGE
Lloh465:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh466:
adrp x0, l_.str.85@PAGE
Lloh467:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh468:
adrp x0, l_.str.86@PAGE
Lloh469:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh470:
adrp x0, l_.str.87@PAGE
Lloh471:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_120:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh472:
adrp x19, l_.str.114@PAGE
Lloh473:
add x19, x19, l_.str.114@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #5
b.ne LBB84_122
; %bb.121:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_123
LBB84_122:
str x19, [sp]
Lloh474:
adrp x0, l_.str.84@PAGE
Lloh475:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh476:
adrp x0, l_.str.85@PAGE
Lloh477:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh478:
adrp x0, l_.str.86@PAGE
Lloh479:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #5
str x8, [sp]
Lloh480:
adrp x0, l_.str.87@PAGE
Lloh481:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_123:
Lloh482:
adrp x23, _regex_20@PAGE
Lloh483:
add x23, x23, _regex_20@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh484:
adrp x19, l_.str.103@PAGE
Lloh485:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_125
; %bb.124:
str x19, [sp]
Lloh486:
adrp x0, l_.str.84@PAGE
Lloh487:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh488:
adrp x0, l_.str.85@PAGE
Lloh489:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh490:
adrp x0, l_.str.86@PAGE
Lloh491:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh492:
adrp x0, l_.str.87@PAGE
Lloh493:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_126
LBB84_125:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_126:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh494:
adrp x19, l_.str.105@PAGE
Lloh495:
add x19, x19, l_.str.105@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_128
; %bb.127:
str x19, [sp]
Lloh496:
adrp x0, l_.str.84@PAGE
Lloh497:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh498:
adrp x0, l_.str.85@PAGE
Lloh499:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh500:
adrp x0, l_.str.86@PAGE
Lloh501:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh502:
adrp x0, l_.str.87@PAGE
Lloh503:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_129
LBB84_128:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_129:
Lloh504:
adrp x23, _regex_21@PAGE
Lloh505:
add x23, x23, _regex_21@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh506:
adrp x19, l_.str.115@PAGE
Lloh507:
add x19, x19, l_.str.115@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_131
; %bb.130:
str x19, [sp]
Lloh508:
adrp x0, l_.str.84@PAGE
Lloh509:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh510:
adrp x0, l_.str.85@PAGE
Lloh511:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh512:
adrp x0, l_.str.86@PAGE
Lloh513:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh514:
adrp x0, l_.str.87@PAGE
Lloh515:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_132
LBB84_131:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_132:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh516:
adrp x19, l_.str.116@PAGE
Lloh517:
add x19, x19, l_.str.116@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_134
; %bb.133:
str x19, [sp]
Lloh518:
adrp x0, l_.str.84@PAGE
Lloh519:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh520:
adrp x0, l_.str.85@PAGE
Lloh521:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh522:
adrp x0, l_.str.86@PAGE
Lloh523:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh524:
adrp x0, l_.str.87@PAGE
Lloh525:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_135
LBB84_134:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_135:
Lloh526:
adrp x23, _regex_22@PAGE
Lloh527:
add x23, x23, _regex_22@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh528:
adrp x19, l_.str.103@PAGE
Lloh529:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmn w25, #1
b.eq LBB84_137
; %bb.136:
str x19, [sp]
Lloh530:
adrp x0, l_.str.84@PAGE
Lloh531:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh532:
adrp x0, l_.str.85@PAGE
Lloh533:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh534:
adrp x0, l_.str.86@PAGE
Lloh535:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh536:
adrp x0, l_.str.87@PAGE
Lloh537:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_138
LBB84_137:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_138:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh538:
adrp x19, l_.str.117@PAGE
Lloh539:
add x19, x19, l_.str.117@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_140
; %bb.139:
str x19, [sp]
Lloh540:
adrp x0, l_.str.84@PAGE
Lloh541:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh542:
adrp x0, l_.str.85@PAGE
Lloh543:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh544:
adrp x0, l_.str.86@PAGE
Lloh545:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh546:
adrp x0, l_.str.87@PAGE
Lloh547:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_141
LBB84_140:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_141:
Lloh548:
adrp x23, _regex_23@PAGE
Lloh549:
add x23, x23, _regex_23@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh550:
adrp x19, l_.str.117@PAGE
Lloh551:
add x19, x19, l_.str.117@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmn w25, #1
b.eq LBB84_143
; %bb.142:
str x19, [sp]
Lloh552:
adrp x0, l_.str.84@PAGE
Lloh553:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh554:
adrp x0, l_.str.85@PAGE
Lloh555:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh556:
adrp x0, l_.str.86@PAGE
Lloh557:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh558:
adrp x0, l_.str.87@PAGE
Lloh559:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_144
LBB84_143:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_144:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh560:
adrp x19, l_.str.118@PAGE
Lloh561:
add x19, x19, l_.str.118@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_146
; %bb.145:
str x19, [sp]
Lloh562:
adrp x0, l_.str.84@PAGE
Lloh563:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh564:
adrp x0, l_.str.85@PAGE
Lloh565:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh566:
adrp x0, l_.str.86@PAGE
Lloh567:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh568:
adrp x0, l_.str.87@PAGE
Lloh569:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_147
LBB84_146:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_147:
Lloh570:
adrp x8, _regex_24@PAGE
Lloh571:
add x8, x8, _regex_24@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh572:
adrp x19, l_.str.119@PAGE
Lloh573:
add x19, x19, l_.str.119@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmp w24, #1
b.ne LBB84_149
; %bb.148:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_150
LBB84_149:
str x19, [sp]
Lloh574:
adrp x0, l_.str.84@PAGE
Lloh575:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh576:
adrp x0, l_.str.85@PAGE
Lloh577:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh578:
adrp x0, l_.str.86@PAGE
Lloh579:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh580:
adrp x0, l_.str.87@PAGE
Lloh581:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_150:
Lloh582:
adrp x8, _regex_25@PAGE
Lloh583:
add x8, x8, _regex_25@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh584:
adrp x19, l_.str.120@PAGE
Lloh585:
add x19, x19, l_.str.120@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_152
; %bb.151:
str x19, [sp]
Lloh586:
adrp x0, l_.str.84@PAGE
Lloh587:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh588:
adrp x0, l_.str.85@PAGE
Lloh589:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh590:
adrp x0, l_.str.86@PAGE
Lloh591:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh592:
adrp x0, l_.str.87@PAGE
Lloh593:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_153
LBB84_152:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_153:
Lloh594:
adrp x8, _regex_26@PAGE
Lloh595:
add x8, x8, _regex_26@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh596:
adrp x19, l_.str.120@PAGE
Lloh597:
add x19, x19, l_.str.120@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_155
; %bb.154:
str x19, [sp]
Lloh598:
adrp x0, l_.str.84@PAGE
Lloh599:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh600:
adrp x0, l_.str.85@PAGE
Lloh601:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh602:
adrp x0, l_.str.86@PAGE
Lloh603:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh604:
adrp x0, l_.str.87@PAGE
Lloh605:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_156
LBB84_155:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_156:
Lloh606:
adrp x8, _regex_27@PAGE
Lloh607:
add x8, x8, _regex_27@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh608:
adrp x19, l_.str.121@PAGE
Lloh609:
add x19, x19, l_.str.121@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_158
; %bb.157:
str x19, [sp]
Lloh610:
adrp x0, l_.str.84@PAGE
Lloh611:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh612:
adrp x0, l_.str.85@PAGE
Lloh613:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh614:
adrp x0, l_.str.86@PAGE
Lloh615:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh616:
adrp x0, l_.str.87@PAGE
Lloh617:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_159
LBB84_158:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_159:
Lloh618:
adrp x23, _regex_28@PAGE
Lloh619:
add x23, x23, _regex_28@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh620:
adrp x19, l_.str.122@PAGE
Lloh621:
add x19, x19, l_.str.122@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_161
; %bb.160:
str x19, [sp]
Lloh622:
adrp x0, l_.str.84@PAGE
Lloh623:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh624:
adrp x0, l_.str.85@PAGE
Lloh625:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh626:
adrp x0, l_.str.86@PAGE
Lloh627:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh628:
adrp x0, l_.str.87@PAGE
Lloh629:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_162
LBB84_161:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_162:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh630:
adrp x19, l_.str.117@PAGE
Lloh631:
add x19, x19, l_.str.117@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_164
; %bb.163:
str x19, [sp]
Lloh632:
adrp x0, l_.str.84@PAGE
Lloh633:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh634:
adrp x0, l_.str.85@PAGE
Lloh635:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh636:
adrp x0, l_.str.86@PAGE
Lloh637:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh638:
adrp x0, l_.str.87@PAGE
Lloh639:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_165
LBB84_164:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_165:
Lloh640:
adrp x23, _regex_29@PAGE
Lloh641:
add x23, x23, _regex_29@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh642:
adrp x19, l_.str.123@PAGE
Lloh643:
add x19, x19, l_.str.123@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_167
; %bb.166:
str x19, [sp]
Lloh644:
adrp x0, l_.str.84@PAGE
Lloh645:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh646:
adrp x0, l_.str.85@PAGE
Lloh647:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh648:
adrp x0, l_.str.86@PAGE
Lloh649:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh650:
adrp x0, l_.str.87@PAGE
Lloh651:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_168
LBB84_167:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_168:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh652:
adrp x19, l_.str.124@PAGE
Lloh653:
add x19, x19, l_.str.124@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_170
; %bb.169:
str x19, [sp]
Lloh654:
adrp x0, l_.str.84@PAGE
Lloh655:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh656:
adrp x0, l_.str.85@PAGE
Lloh657:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh658:
adrp x0, l_.str.86@PAGE
Lloh659:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh660:
adrp x0, l_.str.87@PAGE
Lloh661:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_171
LBB84_170:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_171:
Lloh662:
adrp x23, _regex_30@PAGE
Lloh663:
add x23, x23, _regex_30@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh664:
adrp x19, l_.str.125@PAGE
Lloh665:
add x19, x19, l_.str.125@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cmn w25, #1
b.eq LBB84_173
; %bb.172:
str x19, [sp]
Lloh666:
adrp x0, l_.str.84@PAGE
Lloh667:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh668:
adrp x0, l_.str.85@PAGE
Lloh669:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh670:
adrp x0, l_.str.86@PAGE
Lloh671:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh672:
adrp x0, l_.str.87@PAGE
Lloh673:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_174
LBB84_173:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_174:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh674:
adrp x19, l_.str.123@PAGE
Lloh675:
add x19, x19, l_.str.123@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_176
; %bb.175:
str x19, [sp]
Lloh676:
adrp x0, l_.str.84@PAGE
Lloh677:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh678:
adrp x0, l_.str.85@PAGE
Lloh679:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh680:
adrp x0, l_.str.86@PAGE
Lloh681:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh682:
adrp x0, l_.str.87@PAGE
Lloh683:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_177
LBB84_176:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_177:
Lloh684:
adrp x23, _regex_31@PAGE
Lloh685:
add x23, x23, _regex_31@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh686:
adrp x19, l_.str.103@PAGE
Lloh687:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_179
; %bb.178:
str x19, [sp]
Lloh688:
adrp x0, l_.str.84@PAGE
Lloh689:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh690:
adrp x0, l_.str.85@PAGE
Lloh691:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh692:
adrp x0, l_.str.86@PAGE
Lloh693:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh694:
adrp x0, l_.str.87@PAGE
Lloh695:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_180
LBB84_179:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_180:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh696:
adrp x19, l_.str.126@PAGE
Lloh697:
add x19, x19, l_.str.126@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_182
; %bb.181:
str x19, [sp]
Lloh698:
adrp x0, l_.str.84@PAGE
Lloh699:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh700:
adrp x0, l_.str.85@PAGE
Lloh701:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh702:
adrp x0, l_.str.86@PAGE
Lloh703:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh704:
adrp x0, l_.str.87@PAGE
Lloh705:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_183
LBB84_182:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_183:
Lloh706:
adrp x8, _regex_32@PAGE
Lloh707:
add x8, x8, _regex_32@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh708:
adrp x19, l_.str.127@PAGE
Lloh709:
add x19, x19, l_.str.127@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmp w24, #1
b.ne LBB84_185
; %bb.184:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_186
LBB84_185:
str x19, [sp]
Lloh710:
adrp x0, l_.str.84@PAGE
Lloh711:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh712:
adrp x0, l_.str.85@PAGE
Lloh713:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh714:
adrp x0, l_.str.86@PAGE
Lloh715:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh716:
adrp x0, l_.str.87@PAGE
Lloh717:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_186:
Lloh718:
adrp x8, _regex_33@PAGE
Lloh719:
add x8, x8, _regex_33@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh720:
adrp x19, l_.str.128@PAGE
Lloh721:
add x19, x19, l_.str.128@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_188
; %bb.187:
str x19, [sp]
Lloh722:
adrp x0, l_.str.84@PAGE
Lloh723:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh724:
adrp x0, l_.str.85@PAGE
Lloh725:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh726:
adrp x0, l_.str.86@PAGE
Lloh727:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh728:
adrp x0, l_.str.87@PAGE
Lloh729:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_189
LBB84_188:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_189:
Lloh730:
adrp x8, _regex_34@PAGE
Lloh731:
add x8, x8, _regex_34@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh732:
adrp x19, l_.str.129@PAGE
Lloh733:
add x19, x19, l_.str.129@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_191
; %bb.190:
str x19, [sp]
Lloh734:
adrp x0, l_.str.84@PAGE
Lloh735:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh736:
adrp x0, l_.str.85@PAGE
Lloh737:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh738:
adrp x0, l_.str.86@PAGE
Lloh739:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh740:
adrp x0, l_.str.87@PAGE
Lloh741:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_192
LBB84_191:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_192:
Lloh742:
adrp x23, _regex_35@PAGE
Lloh743:
add x23, x23, _regex_35@PAGEOFF
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh744:
adrp x19, l_.str.130@PAGE
Lloh745:
add x19, x19, l_.str.130@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w25, [sp, #8]
cbz w25, LBB84_194
; %bb.193:
str x19, [sp]
Lloh746:
adrp x0, l_.str.84@PAGE
Lloh747:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh748:
adrp x0, l_.str.85@PAGE
Lloh749:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x25, [sp]
Lloh750:
adrp x0, l_.str.86@PAGE
Lloh751:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh752:
adrp x0, l_.str.87@PAGE
Lloh753:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_195
LBB84_194:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_195:
ldp x24, x9, [x23]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh754:
adrp x19, l_.str.131@PAGE
Lloh755:
add x19, x19, l_.str.131@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_197
; %bb.196:
str x19, [sp]
Lloh756:
adrp x0, l_.str.84@PAGE
Lloh757:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x24, [sp]
Lloh758:
adrp x0, l_.str.85@PAGE
Lloh759:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh760:
adrp x0, l_.str.86@PAGE
Lloh761:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh762:
adrp x0, l_.str.87@PAGE
Lloh763:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_198
LBB84_197:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_198:
Lloh764:
adrp x8, _regex_36@PAGE
Lloh765:
add x8, x8, _regex_36@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh766:
adrp x19, l_.str.132@PAGE
Lloh767:
add x19, x19, l_.str.132@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_200
; %bb.199:
str x19, [sp]
Lloh768:
adrp x0, l_.str.84@PAGE
Lloh769:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh770:
adrp x0, l_.str.85@PAGE
Lloh771:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh772:
adrp x0, l_.str.86@PAGE
Lloh773:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh774:
adrp x0, l_.str.87@PAGE
Lloh775:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_201
LBB84_200:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_201:
Lloh776:
adrp x8, _regex_37@PAGE
Lloh777:
add x8, x8, _regex_37@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh778:
adrp x19, l_.str.103@PAGE
Lloh779:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_203
; %bb.202:
str x19, [sp]
Lloh780:
adrp x0, l_.str.84@PAGE
Lloh781:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh782:
adrp x0, l_.str.85@PAGE
Lloh783:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh784:
adrp x0, l_.str.86@PAGE
Lloh785:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh786:
adrp x0, l_.str.87@PAGE
Lloh787:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_204
LBB84_203:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_204:
Lloh788:
adrp x8, _regex_38@PAGE
Lloh789:
add x8, x8, _regex_38@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh790:
adrp x19, l_.str.103@PAGE
Lloh791:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_206
; %bb.205:
str x19, [sp]
Lloh792:
adrp x0, l_.str.84@PAGE
Lloh793:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh794:
adrp x0, l_.str.85@PAGE
Lloh795:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh796:
adrp x0, l_.str.86@PAGE
Lloh797:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh798:
adrp x0, l_.str.87@PAGE
Lloh799:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_207
LBB84_206:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_207:
Lloh800:
adrp x8, _regex_39@PAGE
Lloh801:
add x8, x8, _regex_39@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh802:
adrp x19, l_.str.133@PAGE
Lloh803:
add x19, x19, l_.str.133@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmp w24, #4
b.ne LBB84_209
; %bb.208:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_210
LBB84_209:
str x19, [sp]
Lloh804:
adrp x0, l_.str.84@PAGE
Lloh805:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh806:
adrp x0, l_.str.85@PAGE
Lloh807:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh808:
adrp x0, l_.str.86@PAGE
Lloh809:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #4
str x8, [sp]
Lloh810:
adrp x0, l_.str.87@PAGE
Lloh811:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_210:
Lloh812:
adrp x8, _regex_40@PAGE
Lloh813:
add x8, x8, _regex_40@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh814:
adrp x19, l_.str.130@PAGE
Lloh815:
add x19, x19, l_.str.130@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_212
; %bb.211:
str x19, [sp]
Lloh816:
adrp x0, l_.str.84@PAGE
Lloh817:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh818:
adrp x0, l_.str.85@PAGE
Lloh819:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh820:
adrp x0, l_.str.86@PAGE
Lloh821:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh822:
adrp x0, l_.str.87@PAGE
Lloh823:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_213
LBB84_212:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_213:
Lloh824:
adrp x8, _regex_41@PAGE
Lloh825:
add x8, x8, _regex_41@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh826:
adrp x19, l_.str.130@PAGE
Lloh827:
add x19, x19, l_.str.130@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_215
; %bb.214:
str x19, [sp]
Lloh828:
adrp x0, l_.str.84@PAGE
Lloh829:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh830:
adrp x0, l_.str.85@PAGE
Lloh831:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh832:
adrp x0, l_.str.86@PAGE
Lloh833:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh834:
adrp x0, l_.str.87@PAGE
Lloh835:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_216
LBB84_215:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_216:
Lloh836:
adrp x8, _regex_42@PAGE
Lloh837:
add x8, x8, _regex_42@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh838:
adrp x19, l_.str.130@PAGE
Lloh839:
add x19, x19, l_.str.130@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_218
; %bb.217:
str x19, [sp]
Lloh840:
adrp x0, l_.str.84@PAGE
Lloh841:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh842:
adrp x0, l_.str.85@PAGE
Lloh843:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh844:
adrp x0, l_.str.86@PAGE
Lloh845:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh846:
adrp x0, l_.str.87@PAGE
Lloh847:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_219
LBB84_218:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_219:
Lloh848:
adrp x8, _regex_43@PAGE
Lloh849:
add x8, x8, _regex_43@PAGEOFF
ldp x23, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh850:
adrp x19, l_.str.134@PAGE
Lloh851:
add x19, x19, l_.str.134@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_221
; %bb.220:
str x19, [sp]
Lloh852:
adrp x0, l_.str.84@PAGE
Lloh853:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh854:
adrp x0, l_.str.85@PAGE
Lloh855:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh856:
adrp x0, l_.str.86@PAGE
Lloh857:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh858:
adrp x0, l_.str.87@PAGE
Lloh859:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_222
LBB84_221:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_222:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh860:
adrp x19, l_.str.135@PAGE
Lloh861:
add x19, x19, l_.str.135@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmn w22, #1
b.eq LBB84_224
; %bb.223:
str x19, [sp]
Lloh862:
adrp x0, l_.str.84@PAGE
Lloh863:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh864:
adrp x0, l_.str.85@PAGE
Lloh865:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh866:
adrp x0, l_.str.86@PAGE
Lloh867:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh868:
adrp x0, l_.str.87@PAGE
Lloh869:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_225
LBB84_224:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_225:
Lloh870:
adrp x8, _regex_44@PAGE
Lloh871:
add x8, x8, _regex_44@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh872:
adrp x19, l_.str.135@PAGE
Lloh873:
add x19, x19, l_.str.135@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_227
; %bb.226:
str x19, [sp]
Lloh874:
adrp x0, l_.str.84@PAGE
Lloh875:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh876:
adrp x0, l_.str.85@PAGE
Lloh877:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh878:
adrp x0, l_.str.86@PAGE
Lloh879:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh880:
adrp x0, l_.str.87@PAGE
Lloh881:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_228
LBB84_227:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_228:
Lloh882:
adrp x8, _regex_45@PAGE
Lloh883:
add x8, x8, _regex_45@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh884:
adrp x19, l_.str.136@PAGE
Lloh885:
add x19, x19, l_.str.136@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_230
; %bb.229:
str x19, [sp]
Lloh886:
adrp x0, l_.str.84@PAGE
Lloh887:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh888:
adrp x0, l_.str.85@PAGE
Lloh889:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh890:
adrp x0, l_.str.86@PAGE
Lloh891:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh892:
adrp x0, l_.str.87@PAGE
Lloh893:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_231
LBB84_230:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_231:
Lloh894:
adrp x8, _regex_46@PAGE
Lloh895:
add x8, x8, _regex_46@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh896:
adrp x19, l_.str.137@PAGE
Lloh897:
add x19, x19, l_.str.137@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_233
; %bb.232:
str x19, [sp]
Lloh898:
adrp x0, l_.str.84@PAGE
Lloh899:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh900:
adrp x0, l_.str.85@PAGE
Lloh901:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh902:
adrp x0, l_.str.86@PAGE
Lloh903:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh904:
adrp x0, l_.str.87@PAGE
Lloh905:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_234
LBB84_233:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_234:
Lloh906:
adrp x8, _regex_47@PAGE
Lloh907:
add x8, x8, _regex_47@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh908:
adrp x19, l_.str.138@PAGE
Lloh909:
add x19, x19, l_.str.138@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_236
; %bb.235:
str x19, [sp]
Lloh910:
adrp x0, l_.str.84@PAGE
Lloh911:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh912:
adrp x0, l_.str.85@PAGE
Lloh913:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh914:
adrp x0, l_.str.86@PAGE
Lloh915:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh916:
adrp x0, l_.str.87@PAGE
Lloh917:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_237
LBB84_236:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_237:
Lloh918:
adrp x22, _regex_48@PAGE
Lloh919:
add x22, x22, _regex_48@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh920:
adrp x19, l_.str.139@PAGE
Lloh921:
add x19, x19, l_.str.139@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmp w24, #1
b.ne LBB84_239
; %bb.238:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_240
LBB84_239:
str x19, [sp]
Lloh922:
adrp x0, l_.str.84@PAGE
Lloh923:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh924:
adrp x0, l_.str.85@PAGE
Lloh925:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh926:
adrp x0, l_.str.86@PAGE
Lloh927:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh928:
adrp x0, l_.str.87@PAGE
Lloh929:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_240:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh930:
adrp x19, l_.str.140@PAGE
Lloh931:
add x19, x19, l_.str.140@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmp w22, #1
b.ne LBB84_242
; %bb.241:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_243
LBB84_242:
str x19, [sp]
Lloh932:
adrp x0, l_.str.84@PAGE
Lloh933:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh934:
adrp x0, l_.str.85@PAGE
Lloh935:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh936:
adrp x0, l_.str.86@PAGE
Lloh937:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh938:
adrp x0, l_.str.87@PAGE
Lloh939:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_243:
Lloh940:
adrp x8, _regex_49@PAGE
Lloh941:
add x8, x8, _regex_49@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh942:
adrp x19, l_.str.141@PAGE
Lloh943:
add x19, x19, l_.str.141@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #2
b.ne LBB84_245
; %bb.244:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_246
LBB84_245:
str x19, [sp]
Lloh944:
adrp x0, l_.str.84@PAGE
Lloh945:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh946:
adrp x0, l_.str.85@PAGE
Lloh947:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh948:
adrp x0, l_.str.86@PAGE
Lloh949:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #2
str x8, [sp]
Lloh950:
adrp x0, l_.str.87@PAGE
Lloh951:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_246:
Lloh952:
adrp x8, _regex_50@PAGE
Lloh953:
add x8, x8, _regex_50@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh954:
adrp x19, l_.str.142@PAGE
Lloh955:
add x19, x19, l_.str.142@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_248
; %bb.247:
str x19, [sp]
Lloh956:
adrp x0, l_.str.84@PAGE
Lloh957:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh958:
adrp x0, l_.str.85@PAGE
Lloh959:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh960:
adrp x0, l_.str.86@PAGE
Lloh961:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh962:
adrp x0, l_.str.87@PAGE
Lloh963:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_249
LBB84_248:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_249:
Lloh964:
adrp x8, _regex_51@PAGE
Lloh965:
add x8, x8, _regex_51@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh966:
adrp x19, l_.str.141@PAGE
Lloh967:
add x19, x19, l_.str.141@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_251
; %bb.250:
str x19, [sp]
Lloh968:
adrp x0, l_.str.84@PAGE
Lloh969:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh970:
adrp x0, l_.str.85@PAGE
Lloh971:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh972:
adrp x0, l_.str.86@PAGE
Lloh973:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh974:
adrp x0, l_.str.87@PAGE
Lloh975:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_252
LBB84_251:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_252:
Lloh976:
adrp x8, _regex_52@PAGE
Lloh977:
add x8, x8, _regex_52@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh978:
adrp x19, l_.str.143@PAGE
Lloh979:
add x19, x19, l_.str.143@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #4
b.ne LBB84_254
; %bb.253:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_255
LBB84_254:
str x19, [sp]
Lloh980:
adrp x0, l_.str.84@PAGE
Lloh981:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh982:
adrp x0, l_.str.85@PAGE
Lloh983:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh984:
adrp x0, l_.str.86@PAGE
Lloh985:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #4
str x8, [sp]
Lloh986:
adrp x0, l_.str.87@PAGE
Lloh987:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_255:
Lloh988:
adrp x8, _regex_53@PAGE
Lloh989:
add x8, x8, _regex_53@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh990:
adrp x19, l_.str.126@PAGE
Lloh991:
add x19, x19, l_.str.126@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #1
b.ne LBB84_257
; %bb.256:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_258
LBB84_257:
str x19, [sp]
Lloh992:
adrp x0, l_.str.84@PAGE
Lloh993:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh994:
adrp x0, l_.str.85@PAGE
Lloh995:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh996:
adrp x0, l_.str.86@PAGE
Lloh997:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh998:
adrp x0, l_.str.87@PAGE
Lloh999:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_258:
Lloh1000:
adrp x8, _regex_54@PAGE
Lloh1001:
add x8, x8, _regex_54@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1002:
adrp x19, l_.str.103@PAGE
Lloh1003:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_260
; %bb.259:
str x19, [sp]
Lloh1004:
adrp x0, l_.str.84@PAGE
Lloh1005:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1006:
adrp x0, l_.str.85@PAGE
Lloh1007:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1008:
adrp x0, l_.str.86@PAGE
Lloh1009:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1010:
adrp x0, l_.str.87@PAGE
Lloh1011:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_261
LBB84_260:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_261:
Lloh1012:
adrp x8, _regex_55@PAGE
Lloh1013:
add x8, x8, _regex_55@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1014:
adrp x19, l_.str.103@PAGE
Lloh1015:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_263
; %bb.262:
str x19, [sp]
Lloh1016:
adrp x0, l_.str.84@PAGE
Lloh1017:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1018:
adrp x0, l_.str.85@PAGE
Lloh1019:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1020:
adrp x0, l_.str.86@PAGE
Lloh1021:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1022:
adrp x0, l_.str.87@PAGE
Lloh1023:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_264
LBB84_263:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_264:
Lloh1024:
adrp x8, _regex_56@PAGE
Lloh1025:
add x8, x8, _regex_56@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1026:
adrp x19, l_.str.126@PAGE
Lloh1027:
add x19, x19, l_.str.126@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_266
; %bb.265:
str x19, [sp]
Lloh1028:
adrp x0, l_.str.84@PAGE
Lloh1029:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1030:
adrp x0, l_.str.85@PAGE
Lloh1031:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1032:
adrp x0, l_.str.86@PAGE
Lloh1033:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1034:
adrp x0, l_.str.87@PAGE
Lloh1035:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_267
LBB84_266:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_267:
Lloh1036:
adrp x8, _regex_57@PAGE
Lloh1037:
add x8, x8, _regex_57@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1038:
adrp x19, l_.str.126@PAGE
Lloh1039:
add x19, x19, l_.str.126@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_269
; %bb.268:
str x19, [sp]
Lloh1040:
adrp x0, l_.str.84@PAGE
Lloh1041:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1042:
adrp x0, l_.str.85@PAGE
Lloh1043:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1044:
adrp x0, l_.str.86@PAGE
Lloh1045:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1046:
adrp x0, l_.str.87@PAGE
Lloh1047:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_270
LBB84_269:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_270:
Lloh1048:
adrp x8, _regex_58@PAGE
Lloh1049:
add x8, x8, _regex_58@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1050:
adrp x19, l_.str.126@PAGE
Lloh1051:
add x19, x19, l_.str.126@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_272
; %bb.271:
str x19, [sp]
Lloh1052:
adrp x0, l_.str.84@PAGE
Lloh1053:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1054:
adrp x0, l_.str.85@PAGE
Lloh1055:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1056:
adrp x0, l_.str.86@PAGE
Lloh1057:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1058:
adrp x0, l_.str.87@PAGE
Lloh1059:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_273
LBB84_272:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_273:
Lloh1060:
adrp x8, _regex_59@PAGE
Lloh1061:
add x8, x8, _regex_59@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1062:
adrp x19, l_.str.144@PAGE
Lloh1063:
add x19, x19, l_.str.144@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_275
; %bb.274:
str x19, [sp]
Lloh1064:
adrp x0, l_.str.84@PAGE
Lloh1065:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1066:
adrp x0, l_.str.85@PAGE
Lloh1067:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1068:
adrp x0, l_.str.86@PAGE
Lloh1069:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1070:
adrp x0, l_.str.87@PAGE
Lloh1071:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_276
LBB84_275:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_276:
Lloh1072:
adrp x8, _regex_60@PAGE
Lloh1073:
add x8, x8, _regex_60@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1074:
adrp x19, l_.str.144@PAGE
Lloh1075:
add x19, x19, l_.str.144@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_278
; %bb.277:
str x19, [sp]
Lloh1076:
adrp x0, l_.str.84@PAGE
Lloh1077:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1078:
adrp x0, l_.str.85@PAGE
Lloh1079:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1080:
adrp x0, l_.str.86@PAGE
Lloh1081:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1082:
adrp x0, l_.str.87@PAGE
Lloh1083:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_279
LBB84_278:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_279:
Lloh1084:
adrp x8, _regex_61@PAGE
Lloh1085:
add x8, x8, _regex_61@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1086:
adrp x19, l_.str.103@PAGE
Lloh1087:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_281
; %bb.280:
str x19, [sp]
Lloh1088:
adrp x0, l_.str.84@PAGE
Lloh1089:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1090:
adrp x0, l_.str.85@PAGE
Lloh1091:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1092:
adrp x0, l_.str.86@PAGE
Lloh1093:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1094:
adrp x0, l_.str.87@PAGE
Lloh1095:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_282
LBB84_281:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_282:
Lloh1096:
adrp x8, _regex_62@PAGE
Lloh1097:
add x8, x8, _regex_62@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1098:
adrp x19, l_.str.126@PAGE
Lloh1099:
add x19, x19, l_.str.126@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_284
; %bb.283:
str x19, [sp]
Lloh1100:
adrp x0, l_.str.84@PAGE
Lloh1101:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1102:
adrp x0, l_.str.85@PAGE
Lloh1103:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1104:
adrp x0, l_.str.86@PAGE
Lloh1105:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1106:
adrp x0, l_.str.87@PAGE
Lloh1107:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_285
LBB84_284:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_285:
Lloh1108:
adrp x8, _regex_63@PAGE
Lloh1109:
add x8, x8, _regex_63@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1110:
adrp x19, l_.str.145@PAGE
Lloh1111:
add x19, x19, l_.str.145@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_287
; %bb.286:
str x19, [sp]
Lloh1112:
adrp x0, l_.str.84@PAGE
Lloh1113:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1114:
adrp x0, l_.str.85@PAGE
Lloh1115:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1116:
adrp x0, l_.str.86@PAGE
Lloh1117:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1118:
adrp x0, l_.str.87@PAGE
Lloh1119:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_288
LBB84_287:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_288:
Lloh1120:
adrp x8, _regex_64@PAGE
Lloh1121:
add x8, x8, _regex_64@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1122:
adrp x19, l_.str.146@PAGE
Lloh1123:
add x19, x19, l_.str.146@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #1
b.ne LBB84_290
; %bb.289:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_291
LBB84_290:
str x19, [sp]
Lloh1124:
adrp x0, l_.str.84@PAGE
Lloh1125:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1126:
adrp x0, l_.str.85@PAGE
Lloh1127:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1128:
adrp x0, l_.str.86@PAGE
Lloh1129:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh1130:
adrp x0, l_.str.87@PAGE
Lloh1131:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_291:
Lloh1132:
adrp x22, _regex_65@PAGE
Lloh1133:
add x22, x22, _regex_65@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1134:
adrp x19, l_.str.147@PAGE
Lloh1135:
add x19, x19, l_.str.147@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_293
; %bb.292:
str x19, [sp]
Lloh1136:
adrp x0, l_.str.84@PAGE
Lloh1137:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1138:
adrp x0, l_.str.85@PAGE
Lloh1139:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1140:
adrp x0, l_.str.86@PAGE
Lloh1141:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1142:
adrp x0, l_.str.87@PAGE
Lloh1143:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_294
LBB84_293:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_294:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1144:
adrp x19, l_.str.148@PAGE
Lloh1145:
add x19, x19, l_.str.148@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_296
; %bb.295:
str x19, [sp]
Lloh1146:
adrp x0, l_.str.84@PAGE
Lloh1147:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1148:
adrp x0, l_.str.85@PAGE
Lloh1149:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1150:
adrp x0, l_.str.86@PAGE
Lloh1151:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1152:
adrp x0, l_.str.87@PAGE
Lloh1153:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_297
LBB84_296:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_297:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1154:
adrp x19, l_.str.149@PAGE
Lloh1155:
add x19, x19, l_.str.149@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_299
; %bb.298:
str x19, [sp]
Lloh1156:
adrp x0, l_.str.84@PAGE
Lloh1157:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1158:
adrp x0, l_.str.85@PAGE
Lloh1159:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1160:
adrp x0, l_.str.86@PAGE
Lloh1161:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1162:
adrp x0, l_.str.87@PAGE
Lloh1163:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_300
LBB84_299:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_300:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1164:
adrp x19, l_.str.150@PAGE
Lloh1165:
add x19, x19, l_.str.150@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cmn w24, #1
b.eq LBB84_302
; %bb.301:
str x19, [sp]
Lloh1166:
adrp x0, l_.str.84@PAGE
Lloh1167:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1168:
adrp x0, l_.str.85@PAGE
Lloh1169:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1170:
adrp x0, l_.str.86@PAGE
Lloh1171:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1172:
adrp x0, l_.str.87@PAGE
Lloh1173:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_303
LBB84_302:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_303:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1174:
adrp x19, l_.str.151@PAGE
Lloh1175:
add x19, x19, l_.str.151@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmp w22, #1
b.ne LBB84_305
; %bb.304:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_306
LBB84_305:
str x19, [sp]
Lloh1176:
adrp x0, l_.str.84@PAGE
Lloh1177:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1178:
adrp x0, l_.str.85@PAGE
Lloh1179:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh1180:
adrp x0, l_.str.86@PAGE
Lloh1181:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #1
str x8, [sp]
Lloh1182:
adrp x0, l_.str.87@PAGE
Lloh1183:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_306:
Lloh1184:
adrp x8, _regex_66@PAGE
Lloh1185:
add x8, x8, _regex_66@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1186:
adrp x19, l_.str.90@PAGE
Lloh1187:
add x19, x19, l_.str.90@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_308
; %bb.307:
str x19, [sp]
Lloh1188:
adrp x0, l_.str.84@PAGE
Lloh1189:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1190:
adrp x0, l_.str.85@PAGE
Lloh1191:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1192:
adrp x0, l_.str.86@PAGE
Lloh1193:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1194:
adrp x0, l_.str.87@PAGE
Lloh1195:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_309
LBB84_308:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_309:
Lloh1196:
adrp x8, _regex_67@PAGE
Lloh1197:
add x8, x8, _regex_67@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1198:
adrp x19, l_.str.152@PAGE
Lloh1199:
add x19, x19, l_.str.152@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_311
; %bb.310:
str x19, [sp]
Lloh1200:
adrp x0, l_.str.84@PAGE
Lloh1201:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1202:
adrp x0, l_.str.85@PAGE
Lloh1203:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1204:
adrp x0, l_.str.86@PAGE
Lloh1205:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1206:
adrp x0, l_.str.87@PAGE
Lloh1207:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_312
LBB84_311:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_312:
Lloh1208:
adrp x8, _regex_68@PAGE
Lloh1209:
add x8, x8, _regex_68@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1210:
adrp x19, l_.str.153@PAGE
Lloh1211:
add x19, x19, l_.str.153@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_314
; %bb.313:
str x19, [sp]
Lloh1212:
adrp x0, l_.str.84@PAGE
Lloh1213:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1214:
adrp x0, l_.str.85@PAGE
Lloh1215:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1216:
adrp x0, l_.str.86@PAGE
Lloh1217:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1218:
adrp x0, l_.str.87@PAGE
Lloh1219:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_315
LBB84_314:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_315:
Lloh1220:
adrp x8, _regex_69@PAGE
Lloh1221:
add x8, x8, _regex_69@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1222:
adrp x19, l_.str.141@PAGE
Lloh1223:
add x19, x19, l_.str.141@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_317
; %bb.316:
str x19, [sp]
Lloh1224:
adrp x0, l_.str.84@PAGE
Lloh1225:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1226:
adrp x0, l_.str.85@PAGE
Lloh1227:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1228:
adrp x0, l_.str.86@PAGE
Lloh1229:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1230:
adrp x0, l_.str.87@PAGE
Lloh1231:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_318
LBB84_317:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_318:
Lloh1232:
adrp x8, _regex_70@PAGE
Lloh1233:
add x8, x8, _regex_70@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1234:
adrp x19, l_.str.154@PAGE
Lloh1235:
add x19, x19, l_.str.154@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_320
; %bb.319:
str x19, [sp]
Lloh1236:
adrp x0, l_.str.84@PAGE
Lloh1237:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1238:
adrp x0, l_.str.85@PAGE
Lloh1239:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1240:
adrp x0, l_.str.86@PAGE
Lloh1241:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1242:
adrp x0, l_.str.87@PAGE
Lloh1243:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_321
LBB84_320:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_321:
Lloh1244:
adrp x8, _regex_71@PAGE
Lloh1245:
add x8, x8, _regex_71@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1246:
adrp x19, l_.str.130@PAGE
Lloh1247:
add x19, x19, l_.str.130@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmn w23, #1
b.eq LBB84_323
; %bb.322:
str x19, [sp]
Lloh1248:
adrp x0, l_.str.84@PAGE
Lloh1249:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1250:
adrp x0, l_.str.85@PAGE
Lloh1251:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1252:
adrp x0, l_.str.86@PAGE
Lloh1253:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1254:
adrp x0, l_.str.87@PAGE
Lloh1255:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_324
LBB84_323:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_324:
Lloh1256:
adrp x8, _regex_72@PAGE
Lloh1257:
add x8, x8, _regex_72@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1258:
adrp x19, l_.str.155@PAGE
Lloh1259:
add x19, x19, l_.str.155@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_326
; %bb.325:
str x19, [sp]
Lloh1260:
adrp x0, l_.str.84@PAGE
Lloh1261:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1262:
adrp x0, l_.str.85@PAGE
Lloh1263:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1264:
adrp x0, l_.str.86@PAGE
Lloh1265:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1266:
adrp x0, l_.str.87@PAGE
Lloh1267:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_327
LBB84_326:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_327:
Lloh1268:
adrp x8, _regex_73@PAGE
Lloh1269:
add x8, x8, _regex_73@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1270:
adrp x19, l_.str.130@PAGE
Lloh1271:
add x19, x19, l_.str.130@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_329
; %bb.328:
str x19, [sp]
Lloh1272:
adrp x0, l_.str.84@PAGE
Lloh1273:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1274:
adrp x0, l_.str.85@PAGE
Lloh1275:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1276:
adrp x0, l_.str.86@PAGE
Lloh1277:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1278:
adrp x0, l_.str.87@PAGE
Lloh1279:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_330
LBB84_329:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_330:
Lloh1280:
adrp x8, _regex_74@PAGE
Lloh1281:
add x8, x8, _regex_74@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1282:
adrp x19, l_.str.156@PAGE
Lloh1283:
add x19, x19, l_.str.156@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_332
; %bb.331:
str x19, [sp]
Lloh1284:
adrp x0, l_.str.84@PAGE
Lloh1285:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1286:
adrp x0, l_.str.85@PAGE
Lloh1287:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1288:
adrp x0, l_.str.86@PAGE
Lloh1289:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1290:
adrp x0, l_.str.87@PAGE
Lloh1291:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_333
LBB84_332:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_333:
Lloh1292:
adrp x8, _regex_75@PAGE
Lloh1293:
add x8, x8, _regex_75@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1294:
adrp x19, l_.str.157@PAGE
Lloh1295:
add x19, x19, l_.str.157@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_335
; %bb.334:
str x19, [sp]
Lloh1296:
adrp x0, l_.str.84@PAGE
Lloh1297:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1298:
adrp x0, l_.str.85@PAGE
Lloh1299:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1300:
adrp x0, l_.str.86@PAGE
Lloh1301:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1302:
adrp x0, l_.str.87@PAGE
Lloh1303:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_336
LBB84_335:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_336:
Lloh1304:
adrp x22, _regex_76@PAGE
Lloh1305:
add x22, x22, _regex_76@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1306:
adrp x19, l_.str.158@PAGE
Lloh1307:
add x19, x19, l_.str.158@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_338
; %bb.337:
str x19, [sp]
Lloh1308:
adrp x0, l_.str.84@PAGE
Lloh1309:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1310:
adrp x0, l_.str.85@PAGE
Lloh1311:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1312:
adrp x0, l_.str.86@PAGE
Lloh1313:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1314:
adrp x0, l_.str.87@PAGE
Lloh1315:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_339
LBB84_338:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_339:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1316:
adrp x19, l_.str.159@PAGE
Lloh1317:
add x19, x19, l_.str.159@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_341
; %bb.340:
str x19, [sp]
Lloh1318:
adrp x0, l_.str.84@PAGE
Lloh1319:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1320:
adrp x0, l_.str.85@PAGE
Lloh1321:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1322:
adrp x0, l_.str.86@PAGE
Lloh1323:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1324:
adrp x0, l_.str.87@PAGE
Lloh1325:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_342
LBB84_341:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_342:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1326:
adrp x19, l_.str.160@PAGE
Lloh1327:
add x19, x19, l_.str.160@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmn w22, #1
b.eq LBB84_344
; %bb.343:
str x19, [sp]
Lloh1328:
adrp x0, l_.str.84@PAGE
Lloh1329:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1330:
adrp x0, l_.str.85@PAGE
Lloh1331:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh1332:
adrp x0, l_.str.86@PAGE
Lloh1333:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1334:
adrp x0, l_.str.87@PAGE
Lloh1335:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_345
LBB84_344:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_345:
Lloh1336:
adrp x8, _regex_77@PAGE
Lloh1337:
add x8, x8, _regex_77@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1338:
adrp x19, l_.str.161@PAGE
Lloh1339:
add x19, x19, l_.str.161@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_347
; %bb.346:
str x19, [sp]
Lloh1340:
adrp x0, l_.str.84@PAGE
Lloh1341:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1342:
adrp x0, l_.str.85@PAGE
Lloh1343:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1344:
adrp x0, l_.str.86@PAGE
Lloh1345:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1346:
adrp x0, l_.str.87@PAGE
Lloh1347:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_348
LBB84_347:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_348:
Lloh1348:
adrp x22, _regex_78@PAGE
Lloh1349:
add x22, x22, _regex_78@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1350:
adrp x19, l_.str.162@PAGE
Lloh1351:
add x19, x19, l_.str.162@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_350
; %bb.349:
str x19, [sp]
Lloh1352:
adrp x0, l_.str.84@PAGE
Lloh1353:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1354:
adrp x0, l_.str.85@PAGE
Lloh1355:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1356:
adrp x0, l_.str.86@PAGE
Lloh1357:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1358:
adrp x0, l_.str.87@PAGE
Lloh1359:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_351
LBB84_350:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_351:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1360:
adrp x19, l_.str.163@PAGE
Lloh1361:
add x19, x19, l_.str.163@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cbz w22, LBB84_353
; %bb.352:
str x19, [sp]
Lloh1362:
adrp x0, l_.str.84@PAGE
Lloh1363:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1364:
adrp x0, l_.str.85@PAGE
Lloh1365:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh1366:
adrp x0, l_.str.86@PAGE
Lloh1367:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1368:
adrp x0, l_.str.87@PAGE
Lloh1369:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_354
LBB84_353:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_354:
Lloh1370:
adrp x22, _regex_79@PAGE
Lloh1371:
add x22, x22, _regex_79@PAGEOFF
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1372:
adrp x19, l_.str.164@PAGE
Lloh1373:
add x19, x19, l_.str.164@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w24, [sp, #8]
cbz w24, LBB84_356
; %bb.355:
str x19, [sp]
Lloh1374:
adrp x0, l_.str.84@PAGE
Lloh1375:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1376:
adrp x0, l_.str.85@PAGE
Lloh1377:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x24, [sp]
Lloh1378:
adrp x0, l_.str.86@PAGE
Lloh1379:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1380:
adrp x0, l_.str.87@PAGE
Lloh1381:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_357
LBB84_356:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_357:
ldp x23, x9, [x22]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1382:
adrp x19, l_.str.103@PAGE
Lloh1383:
add x19, x19, l_.str.103@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w22, [sp, #8]
cmn w22, #1
b.eq LBB84_359
; %bb.358:
str x19, [sp]
Lloh1384:
adrp x0, l_.str.84@PAGE
Lloh1385:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x23, [sp]
Lloh1386:
adrp x0, l_.str.85@PAGE
Lloh1387:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x22, [sp]
Lloh1388:
adrp x0, l_.str.86@PAGE
Lloh1389:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #-1
str x8, [sp]
Lloh1390:
adrp x0, l_.str.87@PAGE
Lloh1391:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_360
LBB84_359:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_360:
Lloh1392:
adrp x8, _regex_80@PAGE
Lloh1393:
add x8, x8, _regex_80@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1394:
adrp x19, l_.str.164@PAGE
Lloh1395:
add x19, x19, l_.str.164@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cmp w23, #3
b.ne LBB84_362
; %bb.361:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
b LBB84_363
LBB84_362:
str x19, [sp]
Lloh1396:
adrp x0, l_.str.84@PAGE
Lloh1397:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1398:
adrp x0, l_.str.85@PAGE
Lloh1399:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1400:
adrp x0, l_.str.86@PAGE
Lloh1401:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
mov w8, #3
str x8, [sp]
Lloh1402:
adrp x0, l_.str.87@PAGE
Lloh1403:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
LBB84_363:
Lloh1404:
adrp x8, _regex_81@PAGE
Lloh1405:
add x8, x8, _regex_81@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1406:
adrp x19, l_.str.119@PAGE
Lloh1407:
add x19, x19, l_.str.119@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_365
; %bb.364:
str x19, [sp]
Lloh1408:
adrp x0, l_.str.84@PAGE
Lloh1409:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1410:
adrp x0, l_.str.85@PAGE
Lloh1411:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1412:
adrp x0, l_.str.86@PAGE
Lloh1413:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1414:
adrp x0, l_.str.87@PAGE
Lloh1415:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_366
LBB84_365:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_366:
Lloh1416:
adrp x8, _regex_82@PAGE
Lloh1417:
add x8, x8, _regex_82@PAGEOFF
ldp x22, x9, [x8]
ldrh w8, [x20, _count@PAGEOFF]
add w8, w8, #1
strh w8, [x20, _count@PAGEOFF]
Lloh1418:
adrp x19, l_.str.165@PAGE
Lloh1419:
add x19, x19, l_.str.165@PAGEOFF
add x8, sp, #8
mov x0, x19
mov w1, #0
blr x9
ldrsh w23, [sp, #8]
cbz w23, LBB84_368
; %bb.367:
str x19, [sp]
Lloh1420:
adrp x0, l_.str.84@PAGE
Lloh1421:
add x0, x0, l_.str.84@PAGEOFF
bl _printf
str x22, [sp]
Lloh1422:
adrp x0, l_.str.85@PAGE
Lloh1423:
add x0, x0, l_.str.85@PAGEOFF
bl _printf
str x23, [sp]
Lloh1424:
adrp x0, l_.str.86@PAGE
Lloh1425:
add x0, x0, l_.str.86@PAGEOFF
bl _printf
str xzr, [sp]
Lloh1426:
adrp x0, l_.str.87@PAGE
Lloh1427:
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB84_369
LBB84_368:
ldrh w8, [x21, _matched@PAGEOFF]
add w8, w8, #1
strh w8, [x21, _matched@PAGEOFF]
LBB84_369:
Lloh1428:
adrp x0, l_.str.166@PAGE
Lloh1429:
add x0, x0, l_.str.166@PAGEOFF
bl _printf
ldrsh x8, [x21, _matched@PAGEOFF]
str x8, [sp]
Lloh1430:
adrp x0, l_.str.167@PAGE
Lloh1431:
add x0, x0, l_.str.167@PAGEOFF
bl _printf
Lloh1432:
adrp x0, l_.str.168@PAGE
Lloh1433:
add x0, x0, l_.str.168@PAGEOFF
bl _printf
ldrsh x8, [x20, _count@PAGEOFF]
str x8, [sp]
Lloh1434:
adrp x0, l_.str.169@PAGE
Lloh1435:
add x0, x0, l_.str.169@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh38, Lloh39
.loh AdrpAdd Lloh48, Lloh49
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpAdd Lloh56, Lloh57
.loh AdrpAdd Lloh54, Lloh55
.loh AdrpAdd Lloh52, Lloh53
.loh AdrpAdd Lloh50, Lloh51
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpAdd Lloh66, Lloh67
.loh AdrpAdd Lloh64, Lloh65
.loh AdrpAdd Lloh62, Lloh63
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh70, Lloh71
.loh AdrpAdd Lloh68, Lloh69
.loh AdrpAdd Lloh78, Lloh79
.loh AdrpAdd Lloh76, Lloh77
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh72, Lloh73
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpAdd Lloh88, Lloh89
.loh AdrpAdd Lloh86, Lloh87
.loh AdrpAdd Lloh84, Lloh85
.loh AdrpAdd Lloh82, Lloh83
.loh AdrpAdd Lloh90, Lloh91
.loh AdrpAdd Lloh98, Lloh99
.loh AdrpAdd Lloh96, Lloh97
.loh AdrpAdd Lloh94, Lloh95
.loh AdrpAdd Lloh92, Lloh93
.loh AdrpAdd Lloh100, Lloh101
.loh AdrpAdd Lloh108, Lloh109
.loh AdrpAdd Lloh106, Lloh107
.loh AdrpAdd Lloh104, Lloh105
.loh AdrpAdd Lloh102, Lloh103
.loh AdrpAdd Lloh112, Lloh113
.loh AdrpAdd Lloh110, Lloh111
.loh AdrpAdd Lloh120, Lloh121
.loh AdrpAdd Lloh118, Lloh119
.loh AdrpAdd Lloh116, Lloh117
.loh AdrpAdd Lloh114, Lloh115
.loh AdrpAdd Lloh124, Lloh125
.loh AdrpAdd Lloh122, Lloh123
.loh AdrpAdd Lloh132, Lloh133
.loh AdrpAdd Lloh130, Lloh131
.loh AdrpAdd Lloh128, Lloh129
.loh AdrpAdd Lloh126, Lloh127
.loh AdrpAdd Lloh134, Lloh135
.loh AdrpAdd Lloh142, Lloh143
.loh AdrpAdd Lloh140, Lloh141
.loh AdrpAdd Lloh138, Lloh139
.loh AdrpAdd Lloh136, Lloh137
.loh AdrpAdd Lloh144, Lloh145
.loh AdrpAdd Lloh152, Lloh153
.loh AdrpAdd Lloh150, Lloh151
.loh AdrpAdd Lloh148, Lloh149
.loh AdrpAdd Lloh146, Lloh147
.loh AdrpAdd Lloh154, Lloh155
.loh AdrpAdd Lloh162, Lloh163
.loh AdrpAdd Lloh160, Lloh161
.loh AdrpAdd Lloh158, Lloh159
.loh AdrpAdd Lloh156, Lloh157
.loh AdrpAdd Lloh166, Lloh167
.loh AdrpAdd Lloh164, Lloh165
.loh AdrpAdd Lloh174, Lloh175
.loh AdrpAdd Lloh172, Lloh173
.loh AdrpAdd Lloh170, Lloh171
.loh AdrpAdd Lloh168, Lloh169
.loh AdrpAdd Lloh178, Lloh179
.loh AdrpAdd Lloh176, Lloh177
.loh AdrpAdd Lloh186, Lloh187
.loh AdrpAdd Lloh184, Lloh185
.loh AdrpAdd Lloh182, Lloh183
.loh AdrpAdd Lloh180, Lloh181
.loh AdrpAdd Lloh190, Lloh191
.loh AdrpAdd Lloh188, Lloh189
.loh AdrpAdd Lloh198, Lloh199
.loh AdrpAdd Lloh196, Lloh197
.loh AdrpAdd Lloh194, Lloh195
.loh AdrpAdd Lloh192, Lloh193
.loh AdrpAdd Lloh202, Lloh203
.loh AdrpAdd Lloh200, Lloh201
.loh AdrpAdd Lloh210, Lloh211
.loh AdrpAdd Lloh208, Lloh209
.loh AdrpAdd Lloh206, Lloh207
.loh AdrpAdd Lloh204, Lloh205
.loh AdrpAdd Lloh214, Lloh215
.loh AdrpAdd Lloh212, Lloh213
.loh AdrpAdd Lloh222, Lloh223
.loh AdrpAdd Lloh220, Lloh221
.loh AdrpAdd Lloh218, Lloh219
.loh AdrpAdd Lloh216, Lloh217
.loh AdrpAdd Lloh226, Lloh227
.loh AdrpAdd Lloh224, Lloh225
.loh AdrpAdd Lloh234, Lloh235
.loh AdrpAdd Lloh232, Lloh233
.loh AdrpAdd Lloh230, Lloh231
.loh AdrpAdd Lloh228, Lloh229
.loh AdrpAdd Lloh236, Lloh237
.loh AdrpAdd Lloh244, Lloh245
.loh AdrpAdd Lloh242, Lloh243
.loh AdrpAdd Lloh240, Lloh241
.loh AdrpAdd Lloh238, Lloh239
.loh AdrpAdd Lloh246, Lloh247
.loh AdrpAdd Lloh254, Lloh255
.loh AdrpAdd Lloh252, Lloh253
.loh AdrpAdd Lloh250, Lloh251
.loh AdrpAdd Lloh248, Lloh249
.loh AdrpAdd Lloh256, Lloh257
.loh AdrpAdd Lloh264, Lloh265
.loh AdrpAdd Lloh262, Lloh263
.loh AdrpAdd Lloh260, Lloh261
.loh AdrpAdd Lloh258, Lloh259
.loh AdrpAdd Lloh266, Lloh267
.loh AdrpAdd Lloh274, Lloh275
.loh AdrpAdd Lloh272, Lloh273
.loh AdrpAdd Lloh270, Lloh271
.loh AdrpAdd Lloh268, Lloh269
.loh AdrpAdd Lloh276, Lloh277
.loh AdrpAdd Lloh284, Lloh285
.loh AdrpAdd Lloh282, Lloh283
.loh AdrpAdd Lloh280, Lloh281
.loh AdrpAdd Lloh278, Lloh279
.loh AdrpAdd Lloh288, Lloh289
.loh AdrpAdd Lloh286, Lloh287
.loh AdrpAdd Lloh296, Lloh297
.loh AdrpAdd Lloh294, Lloh295
.loh AdrpAdd Lloh292, Lloh293
.loh AdrpAdd Lloh290, Lloh291
.loh AdrpAdd Lloh300, Lloh301
.loh AdrpAdd Lloh298, Lloh299
.loh AdrpAdd Lloh308, Lloh309
.loh AdrpAdd Lloh306, Lloh307
.loh AdrpAdd Lloh304, Lloh305
.loh AdrpAdd Lloh302, Lloh303
.loh AdrpAdd Lloh310, Lloh311
.loh AdrpAdd Lloh318, Lloh319
.loh AdrpAdd Lloh316, Lloh317
.loh AdrpAdd Lloh314, Lloh315
.loh AdrpAdd Lloh312, Lloh313
.loh AdrpAdd Lloh320, Lloh321
.loh AdrpAdd Lloh328, Lloh329
.loh AdrpAdd Lloh326, Lloh327
.loh AdrpAdd Lloh324, Lloh325
.loh AdrpAdd Lloh322, Lloh323
.loh AdrpAdd Lloh332, Lloh333
.loh AdrpAdd Lloh330, Lloh331
.loh AdrpAdd Lloh340, Lloh341
.loh AdrpAdd Lloh338, Lloh339
.loh AdrpAdd Lloh336, Lloh337
.loh AdrpAdd Lloh334, Lloh335
.loh AdrpAdd Lloh342, Lloh343
.loh AdrpAdd Lloh350, Lloh351
.loh AdrpAdd Lloh348, Lloh349
.loh AdrpAdd Lloh346, Lloh347
.loh AdrpAdd Lloh344, Lloh345
.loh AdrpAdd Lloh352, Lloh353
.loh AdrpAdd Lloh360, Lloh361
.loh AdrpAdd Lloh358, Lloh359
.loh AdrpAdd Lloh356, Lloh357
.loh AdrpAdd Lloh354, Lloh355
.loh AdrpAdd Lloh362, Lloh363
.loh AdrpAdd Lloh370, Lloh371
.loh AdrpAdd Lloh368, Lloh369
.loh AdrpAdd Lloh366, Lloh367
.loh AdrpAdd Lloh364, Lloh365
.loh AdrpAdd Lloh374, Lloh375
.loh AdrpAdd Lloh372, Lloh373
.loh AdrpAdd Lloh382, Lloh383
.loh AdrpAdd Lloh380, Lloh381
.loh AdrpAdd Lloh378, Lloh379
.loh AdrpAdd Lloh376, Lloh377
.loh AdrpAdd Lloh384, Lloh385
.loh AdrpAdd Lloh392, Lloh393
.loh AdrpAdd Lloh390, Lloh391
.loh AdrpAdd Lloh388, Lloh389
.loh AdrpAdd Lloh386, Lloh387
.loh AdrpAdd Lloh394, Lloh395
.loh AdrpAdd Lloh402, Lloh403
.loh AdrpAdd Lloh400, Lloh401
.loh AdrpAdd Lloh398, Lloh399
.loh AdrpAdd Lloh396, Lloh397
.loh AdrpAdd Lloh406, Lloh407
.loh AdrpAdd Lloh404, Lloh405
.loh AdrpAdd Lloh414, Lloh415
.loh AdrpAdd Lloh412, Lloh413
.loh AdrpAdd Lloh410, Lloh411
.loh AdrpAdd Lloh408, Lloh409
.loh AdrpAdd Lloh418, Lloh419
.loh AdrpAdd Lloh416, Lloh417
.loh AdrpAdd Lloh426, Lloh427
.loh AdrpAdd Lloh424, Lloh425
.loh AdrpAdd Lloh422, Lloh423
.loh AdrpAdd Lloh420, Lloh421
.loh AdrpAdd Lloh428, Lloh429
.loh AdrpAdd Lloh436, Lloh437
.loh AdrpAdd Lloh434, Lloh435
.loh AdrpAdd Lloh432, Lloh433
.loh AdrpAdd Lloh430, Lloh431
.loh AdrpAdd Lloh440, Lloh441
.loh AdrpAdd Lloh438, Lloh439
.loh AdrpAdd Lloh448, Lloh449
.loh AdrpAdd Lloh446, Lloh447
.loh AdrpAdd Lloh444, Lloh445
.loh AdrpAdd Lloh442, Lloh443
.loh AdrpAdd Lloh450, Lloh451
.loh AdrpAdd Lloh458, Lloh459
.loh AdrpAdd Lloh456, Lloh457
.loh AdrpAdd Lloh454, Lloh455
.loh AdrpAdd Lloh452, Lloh453
.loh AdrpAdd Lloh462, Lloh463
.loh AdrpAdd Lloh460, Lloh461
.loh AdrpAdd Lloh470, Lloh471
.loh AdrpAdd Lloh468, Lloh469
.loh AdrpAdd Lloh466, Lloh467
.loh AdrpAdd Lloh464, Lloh465
.loh AdrpAdd Lloh472, Lloh473
.loh AdrpAdd Lloh480, Lloh481
.loh AdrpAdd Lloh478, Lloh479
.loh AdrpAdd Lloh476, Lloh477
.loh AdrpAdd Lloh474, Lloh475
.loh AdrpAdd Lloh484, Lloh485
.loh AdrpAdd Lloh482, Lloh483
.loh AdrpAdd Lloh492, Lloh493
.loh AdrpAdd Lloh490, Lloh491
.loh AdrpAdd Lloh488, Lloh489
.loh AdrpAdd Lloh486, Lloh487
.loh AdrpAdd Lloh494, Lloh495
.loh AdrpAdd Lloh502, Lloh503
.loh AdrpAdd Lloh500, Lloh501
.loh AdrpAdd Lloh498, Lloh499
.loh AdrpAdd Lloh496, Lloh497
.loh AdrpAdd Lloh506, Lloh507
.loh AdrpAdd Lloh504, Lloh505
.loh AdrpAdd Lloh514, Lloh515
.loh AdrpAdd Lloh512, Lloh513
.loh AdrpAdd Lloh510, Lloh511
.loh AdrpAdd Lloh508, Lloh509
.loh AdrpAdd Lloh516, Lloh517
.loh AdrpAdd Lloh524, Lloh525
.loh AdrpAdd Lloh522, Lloh523
.loh AdrpAdd Lloh520, Lloh521
.loh AdrpAdd Lloh518, Lloh519
.loh AdrpAdd Lloh528, Lloh529
.loh AdrpAdd Lloh526, Lloh527
.loh AdrpAdd Lloh536, Lloh537
.loh AdrpAdd Lloh534, Lloh535
.loh AdrpAdd Lloh532, Lloh533
.loh AdrpAdd Lloh530, Lloh531
.loh AdrpAdd Lloh538, Lloh539
.loh AdrpAdd Lloh546, Lloh547
.loh AdrpAdd Lloh544, Lloh545
.loh AdrpAdd Lloh542, Lloh543
.loh AdrpAdd Lloh540, Lloh541
.loh AdrpAdd Lloh550, Lloh551
.loh AdrpAdd Lloh548, Lloh549
.loh AdrpAdd Lloh558, Lloh559
.loh AdrpAdd Lloh556, Lloh557
.loh AdrpAdd Lloh554, Lloh555
.loh AdrpAdd Lloh552, Lloh553
.loh AdrpAdd Lloh560, Lloh561
.loh AdrpAdd Lloh568, Lloh569
.loh AdrpAdd Lloh566, Lloh567
.loh AdrpAdd Lloh564, Lloh565
.loh AdrpAdd Lloh562, Lloh563
.loh AdrpAdd Lloh572, Lloh573
.loh AdrpAdd Lloh570, Lloh571
.loh AdrpAdd Lloh580, Lloh581
.loh AdrpAdd Lloh578, Lloh579
.loh AdrpAdd Lloh576, Lloh577
.loh AdrpAdd Lloh574, Lloh575
.loh AdrpAdd Lloh584, Lloh585
.loh AdrpAdd Lloh582, Lloh583
.loh AdrpAdd Lloh592, Lloh593
.loh AdrpAdd Lloh590, Lloh591
.loh AdrpAdd Lloh588, Lloh589
.loh AdrpAdd Lloh586, Lloh587
.loh AdrpAdd Lloh596, Lloh597
.loh AdrpAdd Lloh594, Lloh595
.loh AdrpAdd Lloh604, Lloh605
.loh AdrpAdd Lloh602, Lloh603
.loh AdrpAdd Lloh600, Lloh601
.loh AdrpAdd Lloh598, Lloh599
.loh AdrpAdd Lloh608, Lloh609
.loh AdrpAdd Lloh606, Lloh607
.loh AdrpAdd Lloh616, Lloh617
.loh AdrpAdd Lloh614, Lloh615
.loh AdrpAdd Lloh612, Lloh613
.loh AdrpAdd Lloh610, Lloh611
.loh AdrpAdd Lloh620, Lloh621
.loh AdrpAdd Lloh618, Lloh619
.loh AdrpAdd Lloh628, Lloh629
.loh AdrpAdd Lloh626, Lloh627
.loh AdrpAdd Lloh624, Lloh625
.loh AdrpAdd Lloh622, Lloh623
.loh AdrpAdd Lloh630, Lloh631
.loh AdrpAdd Lloh638, Lloh639
.loh AdrpAdd Lloh636, Lloh637
.loh AdrpAdd Lloh634, Lloh635
.loh AdrpAdd Lloh632, Lloh633
.loh AdrpAdd Lloh642, Lloh643
.loh AdrpAdd Lloh640, Lloh641
.loh AdrpAdd Lloh650, Lloh651
.loh AdrpAdd Lloh648, Lloh649
.loh AdrpAdd Lloh646, Lloh647
.loh AdrpAdd Lloh644, Lloh645
.loh AdrpAdd Lloh652, Lloh653
.loh AdrpAdd Lloh660, Lloh661
.loh AdrpAdd Lloh658, Lloh659
.loh AdrpAdd Lloh656, Lloh657
.loh AdrpAdd Lloh654, Lloh655
.loh AdrpAdd Lloh664, Lloh665
.loh AdrpAdd Lloh662, Lloh663
.loh AdrpAdd Lloh672, Lloh673
.loh AdrpAdd Lloh670, Lloh671
.loh AdrpAdd Lloh668, Lloh669
.loh AdrpAdd Lloh666, Lloh667
.loh AdrpAdd Lloh674, Lloh675
.loh AdrpAdd Lloh682, Lloh683
.loh AdrpAdd Lloh680, Lloh681
.loh AdrpAdd Lloh678, Lloh679
.loh AdrpAdd Lloh676, Lloh677
.loh AdrpAdd Lloh686, Lloh687
.loh AdrpAdd Lloh684, Lloh685
.loh AdrpAdd Lloh694, Lloh695
.loh AdrpAdd Lloh692, Lloh693
.loh AdrpAdd Lloh690, Lloh691
.loh AdrpAdd Lloh688, Lloh689
.loh AdrpAdd Lloh696, Lloh697
.loh AdrpAdd Lloh704, Lloh705
.loh AdrpAdd Lloh702, Lloh703
.loh AdrpAdd Lloh700, Lloh701
.loh AdrpAdd Lloh698, Lloh699
.loh AdrpAdd Lloh708, Lloh709
.loh AdrpAdd Lloh706, Lloh707
.loh AdrpAdd Lloh716, Lloh717
.loh AdrpAdd Lloh714, Lloh715
.loh AdrpAdd Lloh712, Lloh713
.loh AdrpAdd Lloh710, Lloh711
.loh AdrpAdd Lloh720, Lloh721
.loh AdrpAdd Lloh718, Lloh719
.loh AdrpAdd Lloh728, Lloh729
.loh AdrpAdd Lloh726, Lloh727
.loh AdrpAdd Lloh724, Lloh725
.loh AdrpAdd Lloh722, Lloh723
.loh AdrpAdd Lloh732, Lloh733
.loh AdrpAdd Lloh730, Lloh731
.loh AdrpAdd Lloh740, Lloh741
.loh AdrpAdd Lloh738, Lloh739
.loh AdrpAdd Lloh736, Lloh737
.loh AdrpAdd Lloh734, Lloh735
.loh AdrpAdd Lloh744, Lloh745
.loh AdrpAdd Lloh742, Lloh743
.loh AdrpAdd Lloh752, Lloh753
.loh AdrpAdd Lloh750, Lloh751
.loh AdrpAdd Lloh748, Lloh749
.loh AdrpAdd Lloh746, Lloh747
.loh AdrpAdd Lloh754, Lloh755
.loh AdrpAdd Lloh762, Lloh763
.loh AdrpAdd Lloh760, Lloh761
.loh AdrpAdd Lloh758, Lloh759
.loh AdrpAdd Lloh756, Lloh757
.loh AdrpAdd Lloh766, Lloh767
.loh AdrpAdd Lloh764, Lloh765
.loh AdrpAdd Lloh774, Lloh775
.loh AdrpAdd Lloh772, Lloh773
.loh AdrpAdd Lloh770, Lloh771
.loh AdrpAdd Lloh768, Lloh769
.loh AdrpAdd Lloh778, Lloh779
.loh AdrpAdd Lloh776, Lloh777
.loh AdrpAdd Lloh786, Lloh787
.loh AdrpAdd Lloh784, Lloh785
.loh AdrpAdd Lloh782, Lloh783
.loh AdrpAdd Lloh780, Lloh781
.loh AdrpAdd Lloh790, Lloh791
.loh AdrpAdd Lloh788, Lloh789
.loh AdrpAdd Lloh798, Lloh799
.loh AdrpAdd Lloh796, Lloh797
.loh AdrpAdd Lloh794, Lloh795
.loh AdrpAdd Lloh792, Lloh793
.loh AdrpAdd Lloh802, Lloh803
.loh AdrpAdd Lloh800, Lloh801
.loh AdrpAdd Lloh810, Lloh811
.loh AdrpAdd Lloh808, Lloh809
.loh AdrpAdd Lloh806, Lloh807
.loh AdrpAdd Lloh804, Lloh805
.loh AdrpAdd Lloh814, Lloh815
.loh AdrpAdd Lloh812, Lloh813
.loh AdrpAdd Lloh822, Lloh823
.loh AdrpAdd Lloh820, Lloh821
.loh AdrpAdd Lloh818, Lloh819
.loh AdrpAdd Lloh816, Lloh817
.loh AdrpAdd Lloh826, Lloh827
.loh AdrpAdd Lloh824, Lloh825
.loh AdrpAdd Lloh834, Lloh835
.loh AdrpAdd Lloh832, Lloh833
.loh AdrpAdd Lloh830, Lloh831
.loh AdrpAdd Lloh828, Lloh829
.loh AdrpAdd Lloh838, Lloh839
.loh AdrpAdd Lloh836, Lloh837
.loh AdrpAdd Lloh846, Lloh847
.loh AdrpAdd Lloh844, Lloh845
.loh AdrpAdd Lloh842, Lloh843
.loh AdrpAdd Lloh840, Lloh841
.loh AdrpAdd Lloh850, Lloh851
.loh AdrpAdd Lloh848, Lloh849
.loh AdrpAdd Lloh858, Lloh859
.loh AdrpAdd Lloh856, Lloh857
.loh AdrpAdd Lloh854, Lloh855
.loh AdrpAdd Lloh852, Lloh853
.loh AdrpAdd Lloh860, Lloh861
.loh AdrpAdd Lloh868, Lloh869
.loh AdrpAdd Lloh866, Lloh867
.loh AdrpAdd Lloh864, Lloh865
.loh AdrpAdd Lloh862, Lloh863
.loh AdrpAdd Lloh872, Lloh873
.loh AdrpAdd Lloh870, Lloh871
.loh AdrpAdd Lloh880, Lloh881
.loh AdrpAdd Lloh878, Lloh879
.loh AdrpAdd Lloh876, Lloh877
.loh AdrpAdd Lloh874, Lloh875
.loh AdrpAdd Lloh884, Lloh885
.loh AdrpAdd Lloh882, Lloh883
.loh AdrpAdd Lloh892, Lloh893
.loh AdrpAdd Lloh890, Lloh891
.loh AdrpAdd Lloh888, Lloh889
.loh AdrpAdd Lloh886, Lloh887
.loh AdrpAdd Lloh896, Lloh897
.loh AdrpAdd Lloh894, Lloh895
.loh AdrpAdd Lloh904, Lloh905
.loh AdrpAdd Lloh902, Lloh903
.loh AdrpAdd Lloh900, Lloh901
.loh AdrpAdd Lloh898, Lloh899
.loh AdrpAdd Lloh908, Lloh909
.loh AdrpAdd Lloh906, Lloh907
.loh AdrpAdd Lloh916, Lloh917
.loh AdrpAdd Lloh914, Lloh915
.loh AdrpAdd Lloh912, Lloh913
.loh AdrpAdd Lloh910, Lloh911
.loh AdrpAdd Lloh920, Lloh921
.loh AdrpAdd Lloh918, Lloh919
.loh AdrpAdd Lloh928, Lloh929
.loh AdrpAdd Lloh926, Lloh927
.loh AdrpAdd Lloh924, Lloh925
.loh AdrpAdd Lloh922, Lloh923
.loh AdrpAdd Lloh930, Lloh931
.loh AdrpAdd Lloh938, Lloh939
.loh AdrpAdd Lloh936, Lloh937
.loh AdrpAdd Lloh934, Lloh935
.loh AdrpAdd Lloh932, Lloh933
.loh AdrpAdd Lloh942, Lloh943
.loh AdrpAdd Lloh940, Lloh941
.loh AdrpAdd Lloh950, Lloh951
.loh AdrpAdd Lloh948, Lloh949
.loh AdrpAdd Lloh946, Lloh947
.loh AdrpAdd Lloh944, Lloh945
.loh AdrpAdd Lloh954, Lloh955
.loh AdrpAdd Lloh952, Lloh953
.loh AdrpAdd Lloh962, Lloh963
.loh AdrpAdd Lloh960, Lloh961
.loh AdrpAdd Lloh958, Lloh959
.loh AdrpAdd Lloh956, Lloh957
.loh AdrpAdd Lloh966, Lloh967
.loh AdrpAdd Lloh964, Lloh965
.loh AdrpAdd Lloh974, Lloh975
.loh AdrpAdd Lloh972, Lloh973
.loh AdrpAdd Lloh970, Lloh971
.loh AdrpAdd Lloh968, Lloh969
.loh AdrpAdd Lloh978, Lloh979
.loh AdrpAdd Lloh976, Lloh977
.loh AdrpAdd Lloh986, Lloh987
.loh AdrpAdd Lloh984, Lloh985
.loh AdrpAdd Lloh982, Lloh983
.loh AdrpAdd Lloh980, Lloh981
.loh AdrpAdd Lloh990, Lloh991
.loh AdrpAdd Lloh988, Lloh989
.loh AdrpAdd Lloh998, Lloh999
.loh AdrpAdd Lloh996, Lloh997
.loh AdrpAdd Lloh994, Lloh995
.loh AdrpAdd Lloh992, Lloh993
.loh AdrpAdd Lloh1002, Lloh1003
.loh AdrpAdd Lloh1000, Lloh1001
.loh AdrpAdd Lloh1010, Lloh1011
.loh AdrpAdd Lloh1008, Lloh1009
.loh AdrpAdd Lloh1006, Lloh1007
.loh AdrpAdd Lloh1004, Lloh1005
.loh AdrpAdd Lloh1014, Lloh1015
.loh AdrpAdd Lloh1012, Lloh1013
.loh AdrpAdd Lloh1022, Lloh1023
.loh AdrpAdd Lloh1020, Lloh1021
.loh AdrpAdd Lloh1018, Lloh1019
.loh AdrpAdd Lloh1016, Lloh1017
.loh AdrpAdd Lloh1026, Lloh1027
.loh AdrpAdd Lloh1024, Lloh1025
.loh AdrpAdd Lloh1034, Lloh1035
.loh AdrpAdd Lloh1032, Lloh1033
.loh AdrpAdd Lloh1030, Lloh1031
.loh AdrpAdd Lloh1028, Lloh1029
.loh AdrpAdd Lloh1038, Lloh1039
.loh AdrpAdd Lloh1036, Lloh1037
.loh AdrpAdd Lloh1046, Lloh1047
.loh AdrpAdd Lloh1044, Lloh1045
.loh AdrpAdd Lloh1042, Lloh1043
.loh AdrpAdd Lloh1040, Lloh1041
.loh AdrpAdd Lloh1050, Lloh1051
.loh AdrpAdd Lloh1048, Lloh1049
.loh AdrpAdd Lloh1058, Lloh1059
.loh AdrpAdd Lloh1056, Lloh1057
.loh AdrpAdd Lloh1054, Lloh1055
.loh AdrpAdd Lloh1052, Lloh1053
.loh AdrpAdd Lloh1062, Lloh1063
.loh AdrpAdd Lloh1060, Lloh1061
.loh AdrpAdd Lloh1070, Lloh1071
.loh AdrpAdd Lloh1068, Lloh1069
.loh AdrpAdd Lloh1066, Lloh1067
.loh AdrpAdd Lloh1064, Lloh1065
.loh AdrpAdd Lloh1074, Lloh1075
.loh AdrpAdd Lloh1072, Lloh1073
.loh AdrpAdd Lloh1082, Lloh1083
.loh AdrpAdd Lloh1080, Lloh1081
.loh AdrpAdd Lloh1078, Lloh1079
.loh AdrpAdd Lloh1076, Lloh1077
.loh AdrpAdd Lloh1086, Lloh1087
.loh AdrpAdd Lloh1084, Lloh1085
.loh AdrpAdd Lloh1094, Lloh1095
.loh AdrpAdd Lloh1092, Lloh1093
.loh AdrpAdd Lloh1090, Lloh1091
.loh AdrpAdd Lloh1088, Lloh1089
.loh AdrpAdd Lloh1098, Lloh1099
.loh AdrpAdd Lloh1096, Lloh1097
.loh AdrpAdd Lloh1106, Lloh1107
.loh AdrpAdd Lloh1104, Lloh1105
.loh AdrpAdd Lloh1102, Lloh1103
.loh AdrpAdd Lloh1100, Lloh1101
.loh AdrpAdd Lloh1110, Lloh1111
.loh AdrpAdd Lloh1108, Lloh1109
.loh AdrpAdd Lloh1118, Lloh1119
.loh AdrpAdd Lloh1116, Lloh1117
.loh AdrpAdd Lloh1114, Lloh1115
.loh AdrpAdd Lloh1112, Lloh1113
.loh AdrpAdd Lloh1122, Lloh1123
.loh AdrpAdd Lloh1120, Lloh1121
.loh AdrpAdd Lloh1130, Lloh1131
.loh AdrpAdd Lloh1128, Lloh1129
.loh AdrpAdd Lloh1126, Lloh1127
.loh AdrpAdd Lloh1124, Lloh1125
.loh AdrpAdd Lloh1134, Lloh1135
.loh AdrpAdd Lloh1132, Lloh1133
.loh AdrpAdd Lloh1142, Lloh1143
.loh AdrpAdd Lloh1140, Lloh1141
.loh AdrpAdd Lloh1138, Lloh1139
.loh AdrpAdd Lloh1136, Lloh1137
.loh AdrpAdd Lloh1144, Lloh1145
.loh AdrpAdd Lloh1152, Lloh1153
.loh AdrpAdd Lloh1150, Lloh1151
.loh AdrpAdd Lloh1148, Lloh1149
.loh AdrpAdd Lloh1146, Lloh1147
.loh AdrpAdd Lloh1154, Lloh1155
.loh AdrpAdd Lloh1162, Lloh1163
.loh AdrpAdd Lloh1160, Lloh1161
.loh AdrpAdd Lloh1158, Lloh1159
.loh AdrpAdd Lloh1156, Lloh1157
.loh AdrpAdd Lloh1164, Lloh1165
.loh AdrpAdd Lloh1172, Lloh1173
.loh AdrpAdd Lloh1170, Lloh1171
.loh AdrpAdd Lloh1168, Lloh1169
.loh AdrpAdd Lloh1166, Lloh1167
.loh AdrpAdd Lloh1174, Lloh1175
.loh AdrpAdd Lloh1182, Lloh1183
.loh AdrpAdd Lloh1180, Lloh1181
.loh AdrpAdd Lloh1178, Lloh1179
.loh AdrpAdd Lloh1176, Lloh1177
.loh AdrpAdd Lloh1186, Lloh1187
.loh AdrpAdd Lloh1184, Lloh1185
.loh AdrpAdd Lloh1194, Lloh1195
.loh AdrpAdd Lloh1192, Lloh1193
.loh AdrpAdd Lloh1190, Lloh1191
.loh AdrpAdd Lloh1188, Lloh1189
.loh AdrpAdd Lloh1198, Lloh1199
.loh AdrpAdd Lloh1196, Lloh1197
.loh AdrpAdd Lloh1206, Lloh1207
.loh AdrpAdd Lloh1204, Lloh1205
.loh AdrpAdd Lloh1202, Lloh1203
.loh AdrpAdd Lloh1200, Lloh1201
.loh AdrpAdd Lloh1210, Lloh1211
.loh AdrpAdd Lloh1208, Lloh1209
.loh AdrpAdd Lloh1218, Lloh1219
.loh AdrpAdd Lloh1216, Lloh1217
.loh AdrpAdd Lloh1214, Lloh1215
.loh AdrpAdd Lloh1212, Lloh1213
.loh AdrpAdd Lloh1222, Lloh1223
.loh AdrpAdd Lloh1220, Lloh1221
.loh AdrpAdd Lloh1230, Lloh1231
.loh AdrpAdd Lloh1228, Lloh1229
.loh AdrpAdd Lloh1226, Lloh1227
.loh AdrpAdd Lloh1224, Lloh1225
.loh AdrpAdd Lloh1234, Lloh1235
.loh AdrpAdd Lloh1232, Lloh1233
.loh AdrpAdd Lloh1242, Lloh1243
.loh AdrpAdd Lloh1240, Lloh1241
.loh AdrpAdd Lloh1238, Lloh1239
.loh AdrpAdd Lloh1236, Lloh1237
.loh AdrpAdd Lloh1246, Lloh1247
.loh AdrpAdd Lloh1244, Lloh1245
.loh AdrpAdd Lloh1254, Lloh1255
.loh AdrpAdd Lloh1252, Lloh1253
.loh AdrpAdd Lloh1250, Lloh1251
.loh AdrpAdd Lloh1248, Lloh1249
.loh AdrpAdd Lloh1258, Lloh1259
.loh AdrpAdd Lloh1256, Lloh1257
.loh AdrpAdd Lloh1266, Lloh1267
.loh AdrpAdd Lloh1264, Lloh1265
.loh AdrpAdd Lloh1262, Lloh1263
.loh AdrpAdd Lloh1260, Lloh1261
.loh AdrpAdd Lloh1270, Lloh1271
.loh AdrpAdd Lloh1268, Lloh1269
.loh AdrpAdd Lloh1278, Lloh1279
.loh AdrpAdd Lloh1276, Lloh1277
.loh AdrpAdd Lloh1274, Lloh1275
.loh AdrpAdd Lloh1272, Lloh1273
.loh AdrpAdd Lloh1282, Lloh1283
.loh AdrpAdd Lloh1280, Lloh1281
.loh AdrpAdd Lloh1290, Lloh1291
.loh AdrpAdd Lloh1288, Lloh1289
.loh AdrpAdd Lloh1286, Lloh1287
.loh AdrpAdd Lloh1284, Lloh1285
.loh AdrpAdd Lloh1294, Lloh1295
.loh AdrpAdd Lloh1292, Lloh1293
.loh AdrpAdd Lloh1302, Lloh1303
.loh AdrpAdd Lloh1300, Lloh1301
.loh AdrpAdd Lloh1298, Lloh1299
.loh AdrpAdd Lloh1296, Lloh1297
.loh AdrpAdd Lloh1306, Lloh1307
.loh AdrpAdd Lloh1304, Lloh1305
.loh AdrpAdd Lloh1314, Lloh1315
.loh AdrpAdd Lloh1312, Lloh1313
.loh AdrpAdd Lloh1310, Lloh1311
.loh AdrpAdd Lloh1308, Lloh1309
.loh AdrpAdd Lloh1316, Lloh1317
.loh AdrpAdd Lloh1324, Lloh1325
.loh AdrpAdd Lloh1322, Lloh1323
.loh AdrpAdd Lloh1320, Lloh1321
.loh AdrpAdd Lloh1318, Lloh1319
.loh AdrpAdd Lloh1326, Lloh1327
.loh AdrpAdd Lloh1334, Lloh1335
.loh AdrpAdd Lloh1332, Lloh1333
.loh AdrpAdd Lloh1330, Lloh1331
.loh AdrpAdd Lloh1328, Lloh1329
.loh AdrpAdd Lloh1338, Lloh1339
.loh AdrpAdd Lloh1336, Lloh1337
.loh AdrpAdd Lloh1346, Lloh1347
.loh AdrpAdd Lloh1344, Lloh1345
.loh AdrpAdd Lloh1342, Lloh1343
.loh AdrpAdd Lloh1340, Lloh1341
.loh AdrpAdd Lloh1350, Lloh1351
.loh AdrpAdd Lloh1348, Lloh1349
.loh AdrpAdd Lloh1358, Lloh1359
.loh AdrpAdd Lloh1356, Lloh1357
.loh AdrpAdd Lloh1354, Lloh1355
.loh AdrpAdd Lloh1352, Lloh1353
.loh AdrpAdd Lloh1360, Lloh1361
.loh AdrpAdd Lloh1368, Lloh1369
.loh AdrpAdd Lloh1366, Lloh1367
.loh AdrpAdd Lloh1364, Lloh1365
.loh AdrpAdd Lloh1362, Lloh1363
.loh AdrpAdd Lloh1372, Lloh1373
.loh AdrpAdd Lloh1370, Lloh1371
.loh AdrpAdd Lloh1380, Lloh1381
.loh AdrpAdd Lloh1378, Lloh1379
.loh AdrpAdd Lloh1376, Lloh1377
.loh AdrpAdd Lloh1374, Lloh1375
.loh AdrpAdd Lloh1382, Lloh1383
.loh AdrpAdd Lloh1390, Lloh1391
.loh AdrpAdd Lloh1388, Lloh1389
.loh AdrpAdd Lloh1386, Lloh1387
.loh AdrpAdd Lloh1384, Lloh1385
.loh AdrpAdd Lloh1394, Lloh1395
.loh AdrpAdd Lloh1392, Lloh1393
.loh AdrpAdd Lloh1402, Lloh1403
.loh AdrpAdd Lloh1400, Lloh1401
.loh AdrpAdd Lloh1398, Lloh1399
.loh AdrpAdd Lloh1396, Lloh1397
.loh AdrpAdd Lloh1406, Lloh1407
.loh AdrpAdd Lloh1404, Lloh1405
.loh AdrpAdd Lloh1414, Lloh1415
.loh AdrpAdd Lloh1412, Lloh1413
.loh AdrpAdd Lloh1410, Lloh1411
.loh AdrpAdd Lloh1408, Lloh1409
.loh AdrpAdd Lloh1418, Lloh1419
.loh AdrpAdd Lloh1416, Lloh1417
.loh AdrpAdd Lloh1426, Lloh1427
.loh AdrpAdd Lloh1424, Lloh1425
.loh AdrpAdd Lloh1422, Lloh1423
.loh AdrpAdd Lloh1420, Lloh1421
.loh AdrpAdd Lloh1434, Lloh1435
.loh AdrpAdd Lloh1432, Lloh1433
.loh AdrpAdd Lloh1430, Lloh1431
.loh AdrpAdd Lloh1428, Lloh1429
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_9_search.cold.1
_regex_9_search.cold.1: ; @regex_9_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1436:
adrp x0, l___func__.regex_9_search@PAGE
Lloh1437:
add x0, x0, l___func__.regex_9_search@PAGEOFF
Lloh1438:
adrp x1, l_.str.8@PAGE
Lloh1439:
add x1, x1, l_.str.8@PAGEOFF
Lloh1440:
adrp x3, l_.str.9@PAGE
Lloh1441:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #492
bl ___assert_rtn
.loh AdrpAdd Lloh1440, Lloh1441
.loh AdrpAdd Lloh1438, Lloh1439
.loh AdrpAdd Lloh1436, Lloh1437
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_37_search.cold.1
_regex_37_search.cold.1: ; @regex_37_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1442:
adrp x0, l___func__.regex_37_search@PAGE
Lloh1443:
add x0, x0, l___func__.regex_37_search@PAGEOFF
Lloh1444:
adrp x1, l_.str.8@PAGE
Lloh1445:
add x1, x1, l_.str.8@PAGEOFF
Lloh1446:
adrp x3, l_.str.9@PAGE
Lloh1447:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #1805
bl ___assert_rtn
.loh AdrpAdd Lloh1446, Lloh1447
.loh AdrpAdd Lloh1444, Lloh1445
.loh AdrpAdd Lloh1442, Lloh1443
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_38_search.cold.1
_regex_38_search.cold.1: ; @regex_38_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1448:
adrp x0, l___func__.regex_38_search@PAGE
Lloh1449:
add x0, x0, l___func__.regex_38_search@PAGEOFF
Lloh1450:
adrp x1, l_.str.8@PAGE
Lloh1451:
add x1, x1, l_.str.8@PAGEOFF
Lloh1452:
adrp x3, l_.str.9@PAGE
Lloh1453:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #1860
bl ___assert_rtn
.loh AdrpAdd Lloh1452, Lloh1453
.loh AdrpAdd Lloh1450, Lloh1451
.loh AdrpAdd Lloh1448, Lloh1449
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_40_search.cold.1
_regex_40_search.cold.1: ; @regex_40_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1454:
adrp x0, l___func__.regex_40_search@PAGE
Lloh1455:
add x0, x0, l___func__.regex_40_search@PAGEOFF
Lloh1456:
adrp x1, l_.str.8@PAGE
Lloh1457:
add x1, x1, l_.str.8@PAGEOFF
Lloh1458:
adrp x3, l_.str.9@PAGE
Lloh1459:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #1979
bl ___assert_rtn
.loh AdrpAdd Lloh1458, Lloh1459
.loh AdrpAdd Lloh1456, Lloh1457
.loh AdrpAdd Lloh1454, Lloh1455
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_41_search.cold.1
_regex_41_search.cold.1: ; @regex_41_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1460:
adrp x0, l___func__.regex_41_search@PAGE
Lloh1461:
add x0, x0, l___func__.regex_41_search@PAGEOFF
Lloh1462:
adrp x1, l_.str.8@PAGE
Lloh1463:
add x1, x1, l_.str.8@PAGEOFF
Lloh1464:
adrp x3, l_.str.9@PAGE
Lloh1465:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2039
bl ___assert_rtn
.loh AdrpAdd Lloh1464, Lloh1465
.loh AdrpAdd Lloh1462, Lloh1463
.loh AdrpAdd Lloh1460, Lloh1461
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_42_search.cold.1
_regex_42_search.cold.1: ; @regex_42_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1466:
adrp x0, l___func__.regex_42_search@PAGE
Lloh1467:
add x0, x0, l___func__.regex_42_search@PAGEOFF
Lloh1468:
adrp x1, l_.str.8@PAGE
Lloh1469:
add x1, x1, l_.str.8@PAGEOFF
Lloh1470:
adrp x3, l_.str.9@PAGE
Lloh1471:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2098
bl ___assert_rtn
.loh AdrpAdd Lloh1470, Lloh1471
.loh AdrpAdd Lloh1468, Lloh1469
.loh AdrpAdd Lloh1466, Lloh1467
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_46_search.cold.1
_regex_46_search.cold.1: ; @regex_46_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1472:
adrp x0, l___func__.regex_46_search@PAGE
Lloh1473:
add x0, x0, l___func__.regex_46_search@PAGEOFF
Lloh1474:
adrp x1, l_.str.8@PAGE
Lloh1475:
add x1, x1, l_.str.8@PAGEOFF
Lloh1476:
adrp x3, l_.str.9@PAGE
Lloh1477:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2290
bl ___assert_rtn
.loh AdrpAdd Lloh1476, Lloh1477
.loh AdrpAdd Lloh1474, Lloh1475
.loh AdrpAdd Lloh1472, Lloh1473
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_49_search.cold.1
_regex_49_search.cold.1: ; @regex_49_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1478:
adrp x0, l___func__.regex_49_search@PAGE
Lloh1479:
add x0, x0, l___func__.regex_49_search@PAGEOFF
Lloh1480:
adrp x1, l_.str.8@PAGE
Lloh1481:
add x1, x1, l_.str.8@PAGEOFF
Lloh1482:
adrp x3, l_.str.9@PAGE
Lloh1483:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2459
bl ___assert_rtn
.loh AdrpAdd Lloh1482, Lloh1483
.loh AdrpAdd Lloh1480, Lloh1481
.loh AdrpAdd Lloh1478, Lloh1479
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_51_search.cold.1
_regex_51_search.cold.1: ; @regex_51_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1484:
adrp x0, l___func__.regex_51_search@PAGE
Lloh1485:
add x0, x0, l___func__.regex_51_search@PAGEOFF
Lloh1486:
adrp x1, l_.str.8@PAGE
Lloh1487:
add x1, x1, l_.str.8@PAGEOFF
Lloh1488:
adrp x3, l_.str.9@PAGE
Lloh1489:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2573
bl ___assert_rtn
.loh AdrpAdd Lloh1488, Lloh1489
.loh AdrpAdd Lloh1486, Lloh1487
.loh AdrpAdd Lloh1484, Lloh1485
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_52_search.cold.1
_regex_52_search.cold.1: ; @regex_52_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1490:
adrp x0, l___func__.regex_52_search@PAGE
Lloh1491:
add x0, x0, l___func__.regex_52_search@PAGEOFF
Lloh1492:
adrp x1, l_.str.8@PAGE
Lloh1493:
add x1, x1, l_.str.8@PAGEOFF
Lloh1494:
adrp x3, l_.str.9@PAGE
Lloh1495:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2641
bl ___assert_rtn
.loh AdrpAdd Lloh1494, Lloh1495
.loh AdrpAdd Lloh1492, Lloh1493
.loh AdrpAdd Lloh1490, Lloh1491
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_53_search.cold.1
_regex_53_search.cold.1: ; @regex_53_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1496:
adrp x0, l___func__.regex_53_search@PAGE
Lloh1497:
add x0, x0, l___func__.regex_53_search@PAGEOFF
Lloh1498:
adrp x1, l_.str.8@PAGE
Lloh1499:
add x1, x1, l_.str.8@PAGEOFF
Lloh1500:
adrp x3, l_.str.9@PAGE
Lloh1501:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2718
bl ___assert_rtn
.loh AdrpAdd Lloh1500, Lloh1501
.loh AdrpAdd Lloh1498, Lloh1499
.loh AdrpAdd Lloh1496, Lloh1497
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_54_search.cold.1
_regex_54_search.cold.1: ; @regex_54_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1502:
adrp x0, l___func__.regex_54_search@PAGE
Lloh1503:
add x0, x0, l___func__.regex_54_search@PAGEOFF
Lloh1504:
adrp x1, l_.str.8@PAGE
Lloh1505:
add x1, x1, l_.str.8@PAGEOFF
Lloh1506:
adrp x3, l_.str.9@PAGE
Lloh1507:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2787
bl ___assert_rtn
.loh AdrpAdd Lloh1506, Lloh1507
.loh AdrpAdd Lloh1504, Lloh1505
.loh AdrpAdd Lloh1502, Lloh1503
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_55_search.cold.1
_regex_55_search.cold.1: ; @regex_55_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1508:
adrp x0, l___func__.regex_55_search@PAGE
Lloh1509:
add x0, x0, l___func__.regex_55_search@PAGEOFF
Lloh1510:
adrp x1, l_.str.8@PAGE
Lloh1511:
add x1, x1, l_.str.8@PAGEOFF
Lloh1512:
adrp x3, l_.str.9@PAGE
Lloh1513:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2849
bl ___assert_rtn
.loh AdrpAdd Lloh1512, Lloh1513
.loh AdrpAdd Lloh1510, Lloh1511
.loh AdrpAdd Lloh1508, Lloh1509
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_56_search.cold.1
_regex_56_search.cold.1: ; @regex_56_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1514:
adrp x0, l___func__.regex_56_search@PAGE
Lloh1515:
add x0, x0, l___func__.regex_56_search@PAGEOFF
Lloh1516:
adrp x1, l_.str.8@PAGE
Lloh1517:
add x1, x1, l_.str.8@PAGEOFF
Lloh1518:
adrp x3, l_.str.9@PAGE
Lloh1519:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2922
bl ___assert_rtn
.loh AdrpAdd Lloh1518, Lloh1519
.loh AdrpAdd Lloh1516, Lloh1517
.loh AdrpAdd Lloh1514, Lloh1515
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_57_search.cold.1
_regex_57_search.cold.1: ; @regex_57_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1520:
adrp x0, l___func__.regex_57_search@PAGE
Lloh1521:
add x0, x0, l___func__.regex_57_search@PAGEOFF
Lloh1522:
adrp x1, l_.str.8@PAGE
Lloh1523:
add x1, x1, l_.str.8@PAGEOFF
Lloh1524:
adrp x3, l_.str.9@PAGE
Lloh1525:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #2996
bl ___assert_rtn
.loh AdrpAdd Lloh1524, Lloh1525
.loh AdrpAdd Lloh1522, Lloh1523
.loh AdrpAdd Lloh1520, Lloh1521
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_58_search.cold.1
_regex_58_search.cold.1: ; @regex_58_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1526:
adrp x0, l___func__.regex_58_search@PAGE
Lloh1527:
add x0, x0, l___func__.regex_58_search@PAGEOFF
Lloh1528:
adrp x1, l_.str.8@PAGE
Lloh1529:
add x1, x1, l_.str.8@PAGEOFF
Lloh1530:
adrp x3, l_.str.9@PAGE
Lloh1531:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3071
bl ___assert_rtn
.loh AdrpAdd Lloh1530, Lloh1531
.loh AdrpAdd Lloh1528, Lloh1529
.loh AdrpAdd Lloh1526, Lloh1527
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_61_search.cold.1
_regex_61_search.cold.1: ; @regex_61_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1532:
adrp x0, l___func__.regex_61_search@PAGE
Lloh1533:
add x0, x0, l___func__.regex_61_search@PAGEOFF
Lloh1534:
adrp x1, l_.str.8@PAGE
Lloh1535:
add x1, x1, l_.str.8@PAGEOFF
Lloh1536:
adrp x3, l_.str.9@PAGE
Lloh1537:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3286
bl ___assert_rtn
.loh AdrpAdd Lloh1536, Lloh1537
.loh AdrpAdd Lloh1534, Lloh1535
.loh AdrpAdd Lloh1532, Lloh1533
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_62_search.cold.1
_regex_62_search.cold.1: ; @regex_62_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1538:
adrp x0, l___func__.regex_62_search@PAGE
Lloh1539:
add x0, x0, l___func__.regex_62_search@PAGEOFF
Lloh1540:
adrp x1, l_.str.8@PAGE
Lloh1541:
add x1, x1, l_.str.8@PAGEOFF
Lloh1542:
adrp x3, l_.str.9@PAGE
Lloh1543:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3352
bl ___assert_rtn
.loh AdrpAdd Lloh1542, Lloh1543
.loh AdrpAdd Lloh1540, Lloh1541
.loh AdrpAdd Lloh1538, Lloh1539
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_64_search.cold.1
_regex_64_search.cold.1: ; @regex_64_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1544:
adrp x0, l___func__.regex_64_search@PAGE
Lloh1545:
add x0, x0, l___func__.regex_64_search@PAGEOFF
Lloh1546:
adrp x1, l_.str.8@PAGE
Lloh1547:
add x1, x1, l_.str.8@PAGEOFF
Lloh1548:
adrp x3, l_.str.9@PAGE
Lloh1549:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3491
bl ___assert_rtn
.loh AdrpAdd Lloh1548, Lloh1549
.loh AdrpAdd Lloh1546, Lloh1547
.loh AdrpAdd Lloh1544, Lloh1545
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_65_search.cold.1
_regex_65_search.cold.1: ; @regex_65_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1550:
adrp x0, l___func__.regex_65_search@PAGE
Lloh1551:
add x0, x0, l___func__.regex_65_search@PAGEOFF
Lloh1552:
adrp x1, l_.str.8@PAGE
Lloh1553:
add x1, x1, l_.str.8@PAGEOFF
Lloh1554:
adrp x3, l_.str.9@PAGE
Lloh1555:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3575
bl ___assert_rtn
.loh AdrpAdd Lloh1554, Lloh1555
.loh AdrpAdd Lloh1552, Lloh1553
.loh AdrpAdd Lloh1550, Lloh1551
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_66_search.cold.1
_regex_66_search.cold.1: ; @regex_66_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1556:
adrp x0, l___func__.regex_66_search@PAGE
Lloh1557:
add x0, x0, l___func__.regex_66_search@PAGEOFF
Lloh1558:
adrp x1, l_.str.8@PAGE
Lloh1559:
add x1, x1, l_.str.8@PAGEOFF
Lloh1560:
adrp x3, l_.str.9@PAGE
Lloh1561:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3682
bl ___assert_rtn
.loh AdrpAdd Lloh1560, Lloh1561
.loh AdrpAdd Lloh1558, Lloh1559
.loh AdrpAdd Lloh1556, Lloh1557
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_69_search.cold.1
_regex_69_search.cold.1: ; @regex_69_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1562:
adrp x0, l___func__.regex_69_search@PAGE
Lloh1563:
add x0, x0, l___func__.regex_69_search@PAGEOFF
Lloh1564:
adrp x1, l_.str.8@PAGE
Lloh1565:
add x1, x1, l_.str.8@PAGEOFF
Lloh1566:
adrp x3, l_.str.9@PAGE
Lloh1567:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3919
bl ___assert_rtn
.loh AdrpAdd Lloh1566, Lloh1567
.loh AdrpAdd Lloh1564, Lloh1565
.loh AdrpAdd Lloh1562, Lloh1563
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_70_search.cold.1
_regex_70_search.cold.1: ; @regex_70_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1568:
adrp x0, l___func__.regex_70_search@PAGE
Lloh1569:
add x0, x0, l___func__.regex_70_search@PAGEOFF
Lloh1570:
adrp x1, l_.str.8@PAGE
Lloh1571:
add x1, x1, l_.str.8@PAGEOFF
Lloh1572:
adrp x3, l_.str.9@PAGE
Lloh1573:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #3995
bl ___assert_rtn
.loh AdrpAdd Lloh1572, Lloh1573
.loh AdrpAdd Lloh1570, Lloh1571
.loh AdrpAdd Lloh1568, Lloh1569
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_73_search.cold.1
_regex_73_search.cold.1: ; @regex_73_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1574:
adrp x0, l___func__.regex_73_search@PAGE
Lloh1575:
add x0, x0, l___func__.regex_73_search@PAGEOFF
Lloh1576:
adrp x1, l_.str.8@PAGE
Lloh1577:
add x1, x1, l_.str.8@PAGEOFF
Lloh1578:
adrp x3, l_.str.9@PAGE
Lloh1579:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4185
bl ___assert_rtn
.loh AdrpAdd Lloh1578, Lloh1579
.loh AdrpAdd Lloh1576, Lloh1577
.loh AdrpAdd Lloh1574, Lloh1575
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_74_search.cold.1
_regex_74_search.cold.1: ; @regex_74_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1580:
adrp x0, l___func__.regex_74_search@PAGE
Lloh1581:
add x0, x0, l___func__.regex_74_search@PAGEOFF
Lloh1582:
adrp x1, l_.str.8@PAGE
Lloh1583:
add x1, x1, l_.str.8@PAGEOFF
Lloh1584:
adrp x3, l_.str.9@PAGE
Lloh1585:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4257
bl ___assert_rtn
.loh AdrpAdd Lloh1584, Lloh1585
.loh AdrpAdd Lloh1582, Lloh1583
.loh AdrpAdd Lloh1580, Lloh1581
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_75_search.cold.1
_regex_75_search.cold.1: ; @regex_75_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1586:
adrp x0, l___func__.regex_75_search@PAGE
Lloh1587:
add x0, x0, l___func__.regex_75_search@PAGEOFF
Lloh1588:
adrp x1, l_.str.8@PAGE
Lloh1589:
add x1, x1, l_.str.8@PAGEOFF
Lloh1590:
adrp x3, l_.str.9@PAGE
Lloh1591:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4316
bl ___assert_rtn
.loh AdrpAdd Lloh1590, Lloh1591
.loh AdrpAdd Lloh1588, Lloh1589
.loh AdrpAdd Lloh1586, Lloh1587
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_76_search.cold.1
_regex_76_search.cold.1: ; @regex_76_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1592:
adrp x0, l___func__.regex_76_search@PAGE
Lloh1593:
add x0, x0, l___func__.regex_76_search@PAGEOFF
Lloh1594:
adrp x1, l_.str.8@PAGE
Lloh1595:
add x1, x1, l_.str.8@PAGEOFF
Lloh1596:
adrp x3, l_.str.9@PAGE
Lloh1597:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4377
bl ___assert_rtn
.loh AdrpAdd Lloh1596, Lloh1597
.loh AdrpAdd Lloh1594, Lloh1595
.loh AdrpAdd Lloh1592, Lloh1593
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_77_search.cold.1
_regex_77_search.cold.1: ; @regex_77_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1598:
adrp x0, l___func__.regex_77_search@PAGE
Lloh1599:
add x0, x0, l___func__.regex_77_search@PAGEOFF
Lloh1600:
adrp x1, l_.str.8@PAGE
Lloh1601:
add x1, x1, l_.str.8@PAGEOFF
Lloh1602:
adrp x3, l_.str.9@PAGE
Lloh1603:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4468
bl ___assert_rtn
.loh AdrpAdd Lloh1602, Lloh1603
.loh AdrpAdd Lloh1600, Lloh1601
.loh AdrpAdd Lloh1598, Lloh1599
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_78_search.cold.1
_regex_78_search.cold.1: ; @regex_78_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1604:
adrp x0, l___func__.regex_78_search@PAGE
Lloh1605:
add x0, x0, l___func__.regex_78_search@PAGEOFF
Lloh1606:
adrp x1, l_.str.8@PAGE
Lloh1607:
add x1, x1, l_.str.8@PAGEOFF
Lloh1608:
adrp x3, l_.str.9@PAGE
Lloh1609:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4579
bl ___assert_rtn
.loh AdrpAdd Lloh1608, Lloh1609
.loh AdrpAdd Lloh1606, Lloh1607
.loh AdrpAdd Lloh1604, Lloh1605
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_79_search.cold.1
_regex_79_search.cold.1: ; @regex_79_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1610:
adrp x0, l___func__.regex_79_search@PAGE
Lloh1611:
add x0, x0, l___func__.regex_79_search@PAGEOFF
Lloh1612:
adrp x1, l_.str.8@PAGE
Lloh1613:
add x1, x1, l_.str.8@PAGEOFF
Lloh1614:
adrp x3, l_.str.9@PAGE
Lloh1615:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4644
bl ___assert_rtn
.loh AdrpAdd Lloh1614, Lloh1615
.loh AdrpAdd Lloh1612, Lloh1613
.loh AdrpAdd Lloh1610, Lloh1611
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_80_search.cold.1
_regex_80_search.cold.1: ; @regex_80_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1616:
adrp x0, l___func__.regex_80_search@PAGE
Lloh1617:
add x0, x0, l___func__.regex_80_search@PAGEOFF
Lloh1618:
adrp x1, l_.str.8@PAGE
Lloh1619:
add x1, x1, l_.str.8@PAGEOFF
Lloh1620:
adrp x3, l_.str.9@PAGE
Lloh1621:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4704
bl ___assert_rtn
.loh AdrpAdd Lloh1620, Lloh1621
.loh AdrpAdd Lloh1618, Lloh1619
.loh AdrpAdd Lloh1616, Lloh1617
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_81_search.cold.1
_regex_81_search.cold.1: ; @regex_81_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1622:
adrp x0, l___func__.regex_81_search@PAGE
Lloh1623:
add x0, x0, l___func__.regex_81_search@PAGEOFF
Lloh1624:
adrp x1, l_.str.8@PAGE
Lloh1625:
add x1, x1, l_.str.8@PAGEOFF
Lloh1626:
adrp x3, l_.str.9@PAGE
Lloh1627:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4769
bl ___assert_rtn
.loh AdrpAdd Lloh1626, Lloh1627
.loh AdrpAdd Lloh1624, Lloh1625
.loh AdrpAdd Lloh1622, Lloh1623
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function regex_82_search.cold.1
_regex_82_search.cold.1: ; @regex_82_search.cold.1
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh1628:
adrp x0, l___func__.regex_82_search@PAGE
Lloh1629:
add x0, x0, l___func__.regex_82_search@PAGEOFF
Lloh1630:
adrp x1, l_.str.8@PAGE
Lloh1631:
add x1, x1, l_.str.8@PAGEOFF
Lloh1632:
adrp x3, l_.str.9@PAGE
Lloh1633:
add x3, x3, l_.str.9@PAGEOFF
mov w2, #4832
bl ___assert_rtn
.loh AdrpAdd Lloh1632, Lloh1633
.loh AdrpAdd Lloh1630, Lloh1631
.loh AdrpAdd Lloh1628, Lloh1629
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "/n*.a/"
.section __DATA,__data
.globl _regex ; @regex
.p2align 3
_regex:
.quad l_.str
.quad _regex_search
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "/n*a/"
.section __DATA,__data
.globl _regex_2 ; @regex_2
.p2align 3
_regex_2:
.quad l_.str.1
.quad _regex_2_search
.section __TEXT,__cstring,cstring_literals
l_.str.2: ; @.str.2
.asciz "/n.*a/"
.section __DATA,__data
.globl _regex_3 ; @regex_3
.p2align 3
_regex_3:
.quad l_.str.2
.quad _regex_3_search
.section __TEXT,__cstring,cstring_literals
l_.str.3: ; @.str.3
.asciz "/n.a/"
.section __DATA,__data
.globl _regex_4 ; @regex_4
.p2align 3
_regex_4:
.quad l_.str.3
.quad _regex_4_search
.section __TEXT,__cstring,cstring_literals
l_.str.4: ; @.str.4
.asciz "/n*a*d/"
.section __DATA,__data
.globl _regex_5 ; @regex_5
.p2align 3
_regex_5:
.quad l_.str.4
.quad _regex_5_search
.section __TEXT,__cstring,cstring_literals
l_.str.5: ; @.str.5
.asciz "/nn*a*d/"
.section __DATA,__data
.globl _regex_6 ; @regex_6
.p2align 3
_regex_6:
.quad l_.str.5
.quad _regex_6_search
.section __TEXT,__cstring,cstring_literals
l_.str.6: ; @.str.6
.asciz "/.*a.*ff*23335*4/"
.section __DATA,__data
.globl _regex_7 ; @regex_7
.p2align 3
_regex_7:
.quad l_.str.6
.quad _regex_7_search
.section __TEXT,__cstring,cstring_literals
l_.str.7: ; @.str.7
.asciz "/ff*23335*/"
.section __DATA,__data
.globl _regex_8 ; @regex_8
.p2align 3
_regex_8:
.quad l_.str.7
.quad _regex_8_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_9_search: ; @__func__.regex_9_search
.asciz "regex_9_search"
l_.str.8: ; @.str.8
.asciz "162642564.c"
l_.str.9: ; @.str.9
.asciz "result.matches != NULL"
l_.str.10: ; @.str.10
.asciz "/(x+x+)+y/"
.section __DATA,__data
.globl _regex_9 ; @regex_9
.p2align 3
_regex_9:
.quad l_.str.10
.quad _regex_9_search
.section __TEXT,__cstring,cstring_literals
l_.str.11: ; @.str.11
.asciz "/a.b/"
.section __DATA,__data
.globl _regex_10 ; @regex_10
.p2align 3
_regex_10:
.quad l_.str.11
.quad _regex_10_search
.section __TEXT,__cstring,cstring_literals
l_.str.12: ; @.str.12
.asciz "/abc/"
.section __DATA,__data
.globl _regex_11 ; @regex_11
.p2align 3
_regex_11:
.quad l_.str.12
.quad _regex_11_search
.section __TEXT,__cstring,cstring_literals
l_.str.13: ; @.str.13
.asciz "/ab*c/"
.section __DATA,__data
.globl _regex_12 ; @regex_12
.p2align 3
_regex_12:
.quad l_.str.13
.quad _regex_12_search
.section __TEXT,__cstring,cstring_literals
l_.str.14: ; @.str.14
.asciz "/ab*bc/"
.section __DATA,__data
.globl _regex_13 ; @regex_13
.p2align 3
_regex_13:
.quad l_.str.14
.quad _regex_13_search
.section __TEXT,__cstring,cstring_literals
l_.str.15: ; @.str.15
.asciz "/ab+bc/"
.section __DATA,__data
.globl _regex_14 ; @regex_14
.p2align 3
_regex_14:
.quad l_.str.15
.quad _regex_14_search
.section __TEXT,__cstring,cstring_literals
l_.str.16: ; @.str.16
.asciz "/ab?bc/"
.section __DATA,__data
.globl _regex_15 ; @regex_15
.p2align 3
_regex_15:
.quad l_.str.16
.quad _regex_15_search
.section __TEXT,__cstring,cstring_literals
l_.str.17: ; @.str.17
.asciz "/ab?c/"
.section __DATA,__data
.globl _regex_16 ; @regex_16
.p2align 3
_regex_16:
.quad l_.str.17
.quad _regex_16_search
.section __TEXT,__cstring,cstring_literals
l_.str.18: ; @.str.18
.asciz "/^abc$/"
.section __DATA,__data
.globl _regex_17 ; @regex_17
.p2align 3
_regex_17:
.quad l_.str.18
.quad _regex_17_search
.section __TEXT,__cstring,cstring_literals
l_.str.19: ; @.str.19
.asciz "/^abc/"
.section __DATA,__data
.globl _regex_18 ; @regex_18
.p2align 3
_regex_18:
.quad l_.str.19
.quad _regex_18_search
.section __TEXT,__cstring,cstring_literals
l_.str.20: ; @.str.20
.asciz "/abc$/"
.section __DATA,__data
.globl _regex_19 ; @regex_19
.p2align 3
_regex_19:
.quad l_.str.20
.quad _regex_19_search
.section __TEXT,__cstring,cstring_literals
l_.str.21: ; @.str.21
.asciz "/a.c/"
.section __DATA,__data
.globl _regex_20 ; @regex_20
.p2align 3
_regex_20:
.quad l_.str.21
.quad _regex_20_search
.section __TEXT,__cstring,cstring_literals
l_.str.22: ; @.str.22
.asciz "/a.*c/"
.section __DATA,__data
.globl _regex_21 ; @regex_21
.p2align 3
_regex_21:
.quad l_.str.22
.quad _regex_21_search
.section __TEXT,__cstring,cstring_literals
l_.str.23: ; @.str.23
.asciz "/a[bc]d/"
.section __DATA,__data
.globl _regex_22 ; @regex_22
.p2align 3
_regex_22:
.quad l_.str.23
.quad _regex_22_search
.section __TEXT,__cstring,cstring_literals
l_.str.24: ; @.str.24
.asciz "/a[b-d]e/"
.section __DATA,__data
.globl _regex_23 ; @regex_23
.p2align 3
_regex_23:
.quad l_.str.24
.quad _regex_23_search
.section __TEXT,__cstring,cstring_literals
l_.str.25: ; @.str.25
.asciz "/a[b-d]/"
.section __DATA,__data
.globl _regex_24 ; @regex_24
.p2align 3
_regex_24:
.quad l_.str.25
.quad _regex_24_search
.section __TEXT,__cstring,cstring_literals
l_.str.26: ; @.str.26
.asciz "/a[-b]/"
.section __DATA,__data
.globl _regex_25 ; @regex_25
.p2align 3
_regex_25:
.quad l_.str.26
.quad _regex_25_search
.section __TEXT,__cstring,cstring_literals
l_.str.27: ; @.str.27
.asciz "/a[\\-b]/"
.section __DATA,__data
.globl _regex_26 ; @regex_26
.p2align 3
_regex_26:
.quad l_.str.27
.quad _regex_26_search
.section __TEXT,__cstring,cstring_literals
l_.str.28: ; @.str.28
.asciz "/a]/"
.section __DATA,__data
.globl _regex_27 ; @regex_27
.p2align 3
_regex_27:
.quad l_.str.28
.quad _regex_27_search
.section __TEXT,__cstring,cstring_literals
l_.str.29: ; @.str.29
.asciz "/a[^bc]d/"
.section __DATA,__data
.globl _regex_28 ; @regex_28
.p2align 3
_regex_28:
.quad l_.str.29
.quad _regex_28_search
.section __TEXT,__cstring,cstring_literals
l_.str.30: ; @.str.30
.asciz "/a[^-b]c/"
.section __DATA,__data
.globl _regex_29 ; @regex_29
.p2align 3
_regex_29:
.quad l_.str.30
.quad _regex_29_search
.section __TEXT,__cstring,cstring_literals
l_.str.31: ; @.str.31
.asciz "/a[^]b]c/"
.section __DATA,__data
.globl _regex_30 ; @regex_30
.p2align 3
_regex_30:
.quad l_.str.31
.quad _regex_30_search
.section __TEXT,__cstring,cstring_literals
l_.str.32: ; @.str.32
.asciz "/ab|cd/"
.section __DATA,__data
.globl _regex_31 ; @regex_31
.p2align 3
_regex_31:
.quad l_.str.32
.quad _regex_31_search
.section __TEXT,__cstring,cstring_literals
l_.str.33: ; @.str.33
.asciz "/()ef/"
.section __DATA,__data
.globl _regex_32 ; @regex_32
.p2align 3
_regex_32:
.quad l_.str.33
.quad _regex_32_search
.section __TEXT,__cstring,cstring_literals
l_.str.34: ; @.str.34
.asciz "/$b/"
.section __DATA,__data
.globl _regex_33 ; @regex_33
.p2align 3
_regex_33:
.quad l_.str.34
.quad _regex_33_search
.section __TEXT,__cstring,cstring_literals
l_.str.35: ; @.str.35
.asciz "/a\\(b/"
.section __DATA,__data
.globl _regex_34 ; @regex_34
.p2align 3
_regex_34:
.quad l_.str.35
.quad _regex_34_search
.section __TEXT,__cstring,cstring_literals
l_.str.36: ; @.str.36
.asciz "/a\\(*b/"
.section __DATA,__data
.globl _regex_35 ; @regex_35
.p2align 3
_regex_35:
.quad l_.str.36
.quad _regex_35_search
.section __TEXT,__cstring,cstring_literals
l_.str.37: ; @.str.37
.asciz "/a\\\\b/"
.section __DATA,__data
.globl _regex_36 ; @regex_36
.p2align 3
_regex_36:
.quad l_.str.37
.quad _regex_36_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_37_search: ; @__func__.regex_37_search
.asciz "regex_37_search"
l_.str.38: ; @.str.38
.asciz "/((a))/"
.section __DATA,__data
.globl _regex_37 ; @regex_37
.p2align 3
_regex_37:
.quad l_.str.38
.quad _regex_37_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_38_search: ; @__func__.regex_38_search
.asciz "regex_38_search"
l_.str.39: ; @.str.39
.asciz "/(a)b(c)/"
.section __DATA,__data
.globl _regex_38 ; @regex_38
.p2align 3
_regex_38:
.quad l_.str.39
.quad _regex_38_search
.section __TEXT,__cstring,cstring_literals
l_.str.40: ; @.str.40
.asciz "/a+b+c/"
.section __DATA,__data
.globl _regex_39 ; @regex_39
.p2align 3
_regex_39:
.quad l_.str.40
.quad _regex_39_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_40_search: ; @__func__.regex_40_search
.asciz "regex_40_search"
l_.str.41: ; @.str.41
.asciz "/(a+|b)*/"
.section __DATA,__data
.globl _regex_40 ; @regex_40
.p2align 3
_regex_40:
.quad l_.str.41
.quad _regex_40_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_41_search: ; @__func__.regex_41_search
.asciz "regex_41_search"
l_.str.42: ; @.str.42
.asciz "/(a+|b)+/"
.section __DATA,__data
.globl _regex_41 ; @regex_41
.p2align 3
_regex_41:
.quad l_.str.42
.quad _regex_41_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_42_search: ; @__func__.regex_42_search
.asciz "regex_42_search"
l_.str.43: ; @.str.43
.asciz "/(a+|b)?/"
.section __DATA,__data
.globl _regex_42 ; @regex_42
.p2align 3
_regex_42:
.quad l_.str.43
.quad _regex_42_search
.section __TEXT,__cstring,cstring_literals
l_.str.44: ; @.str.44
.asciz "/[^ab]*/"
.section __DATA,__data
.globl _regex_43 ; @regex_43
.p2align 3
_regex_43:
.quad l_.str.44
.quad _regex_43_search
.section __TEXT,__cstring,cstring_literals
l_.str.45: ; @.str.45
.asciz "/a*/"
.section __DATA,__data
.globl _regex_44 ; @regex_44
.p2align 3
_regex_44:
.quad l_.str.45
.quad _regex_44_search
.section __TEXT,__cstring,cstring_literals
l_.str.46: ; @.str.46
.asciz "/a|b|c|d|e/"
.section __DATA,__data
.globl _regex_45 ; @regex_45
.p2align 3
_regex_45:
.quad l_.str.46
.quad _regex_45_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_46_search: ; @__func__.regex_46_search
.asciz "regex_46_search"
l_.str.47: ; @.str.47
.asciz "/(a|b|c|d|e)f/"
.section __DATA,__data
.globl _regex_46 ; @regex_46
.p2align 3
_regex_46:
.quad l_.str.47
.quad _regex_46_search
.section __TEXT,__cstring,cstring_literals
l_.str.48: ; @.str.48
.asciz "/abcd*efg/"
.section __DATA,__data
.globl _regex_47 ; @regex_47
.p2align 3
_regex_47:
.quad l_.str.48
.quad _regex_47_search
.section __TEXT,__cstring,cstring_literals
l_.str.49: ; @.str.49
.asciz "/ab*/"
.section __DATA,__data
.globl _regex_48 ; @regex_48
.p2align 3
_regex_48:
.quad l_.str.49
.quad _regex_48_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_49_search: ; @__func__.regex_49_search
.asciz "regex_49_search"
l_.str.50: ; @.str.50
.asciz "/(ab|cd)e/"
.section __DATA,__data
.globl _regex_49 ; @regex_49
.p2align 3
_regex_49:
.quad l_.str.50
.quad _regex_49_search
.section __TEXT,__cstring,cstring_literals
l_.str.51: ; @.str.51
.asciz "/[abhgefdc]ij/"
.section __DATA,__data
.globl _regex_50 ; @regex_50
.p2align 3
_regex_50:
.quad l_.str.51
.quad _regex_50_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_51_search: ; @__func__.regex_51_search
.asciz "regex_51_search"
l_.str.52: ; @.str.52
.asciz "/^(ab|cd)e/"
.section __DATA,__data
.globl _regex_51 ; @regex_51
.p2align 3
_regex_51:
.quad l_.str.52
.quad _regex_51_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_52_search: ; @__func__.regex_52_search
.asciz "regex_52_search"
l_.str.53: ; @.str.53
.asciz "/(abc|)ef/"
.section __DATA,__data
.globl _regex_52 ; @regex_52
.p2align 3
_regex_52:
.quad l_.str.53
.quad _regex_52_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_53_search: ; @__func__.regex_53_search
.asciz "regex_53_search"
l_.str.54: ; @.str.54
.asciz "/(a|b)c*d/"
.section __DATA,__data
.globl _regex_53 ; @regex_53
.p2align 3
_regex_53:
.quad l_.str.54
.quad _regex_53_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_54_search: ; @__func__.regex_54_search
.asciz "regex_54_search"
l_.str.55: ; @.str.55
.asciz "/(ab|ab*)bc/"
.section __DATA,__data
.globl _regex_54 ; @regex_54
.p2align 3
_regex_54:
.quad l_.str.55
.quad _regex_54_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_55_search: ; @__func__.regex_55_search
.asciz "regex_55_search"
l_.str.56: ; @.str.56
.asciz "/a([bc]*)c*/"
.section __DATA,__data
.globl _regex_55 ; @regex_55
.p2align 3
_regex_55:
.quad l_.str.56
.quad _regex_55_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_56_search: ; @__func__.regex_56_search
.asciz "regex_56_search"
l_.str.57: ; @.str.57
.asciz "/a([bc]*)(c*d)/"
.section __DATA,__data
.globl _regex_56 ; @regex_56
.p2align 3
_regex_56:
.quad l_.str.57
.quad _regex_56_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_57_search: ; @__func__.regex_57_search
.asciz "regex_57_search"
l_.str.58: ; @.str.58
.asciz "/a([bc]+)(c*d)/"
.section __DATA,__data
.globl _regex_57 ; @regex_57
.p2align 3
_regex_57:
.quad l_.str.58
.quad _regex_57_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_58_search: ; @__func__.regex_58_search
.asciz "regex_58_search"
l_.str.59: ; @.str.59
.asciz "/a([bc]*)(c+d)/"
.section __DATA,__data
.globl _regex_58 ; @regex_58
.p2align 3
_regex_58:
.quad l_.str.59
.quad _regex_58_search
.section __TEXT,__cstring,cstring_literals
l_.str.60: ; @.str.60
.asciz "/a[bcd]*dcdcde/"
.section __DATA,__data
.globl _regex_59 ; @regex_59
.p2align 3
_regex_59:
.quad l_.str.60
.quad _regex_59_search
.section __TEXT,__cstring,cstring_literals
l_.str.61: ; @.str.61
.asciz "/a[bcd]+dcdcde/"
.section __DATA,__data
.globl _regex_60 ; @regex_60
.p2align 3
_regex_60:
.quad l_.str.61
.quad _regex_60_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_61_search: ; @__func__.regex_61_search
.asciz "regex_61_search"
l_.str.62: ; @.str.62
.asciz "/(ab|a)b*c/"
.section __DATA,__data
.globl _regex_61 ; @regex_61
.p2align 3
_regex_61:
.quad l_.str.62
.quad _regex_61_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_62_search: ; @__func__.regex_62_search
.asciz "regex_62_search"
l_.str.63: ; @.str.63
.asciz "/((a)(b)c)(d)/"
.section __DATA,__data
.globl _regex_62 ; @regex_62
.p2align 3
_regex_62:
.quad l_.str.63
.quad _regex_62_search
.section __TEXT,__cstring,cstring_literals
l_.str.64: ; @.str.64
.asciz "/[a-zA-Z_][a-zA-Z0-9_]*/"
.section __DATA,__data
.globl _regex_63 ; @regex_63
.p2align 3
_regex_63:
.quad l_.str.64
.quad _regex_63_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_64_search: ; @__func__.regex_64_search
.asciz "regex_64_search"
l_.str.65: ; @.str.65
.asciz "/^a(bc+|b[eh])g|.h$/"
.section __DATA,__data
.globl _regex_64 ; @regex_64
.p2align 3
_regex_64:
.quad l_.str.65
.quad _regex_64_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_65_search: ; @__func__.regex_65_search
.asciz "regex_65_search"
l_.str.66: ; @.str.66
.asciz "/(bc+d$|ef*g.|h?i(j|k))/"
.section __DATA,__data
.globl _regex_65 ; @regex_65
.p2align 3
_regex_65:
.quad l_.str.66
.quad _regex_65_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_66_search: ; @__func__.regex_66_search
.asciz "regex_66_search"
l_.str.67: ; @.str.67
.asciz "/(((((((((a)))))))))/"
.section __DATA,__data
.globl _regex_66 ; @regex_66
.p2align 3
_regex_66:
.quad l_.str.67
.quad _regex_66_search
.section __TEXT,__cstring,cstring_literals
l_.str.68: ; @.str.68
.asciz "/multiple words of text/"
.section __DATA,__data
.globl _regex_67 ; @regex_67
.p2align 3
_regex_67:
.quad l_.str.68
.quad _regex_67_search
.section __TEXT,__cstring,cstring_literals
l_.str.69: ; @.str.69
.asciz "/multiple words/"
.section __DATA,__data
.globl _regex_68 ; @regex_68
.p2align 3
_regex_68:
.quad l_.str.69
.quad _regex_68_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_69_search: ; @__func__.regex_69_search
.asciz "regex_69_search"
l_.str.70: ; @.str.70
.asciz "/(.*)c(.*)/"
.section __DATA,__data
.globl _regex_69 ; @regex_69
.p2align 3
_regex_69:
.quad l_.str.70
.quad _regex_69_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_70_search: ; @__func__.regex_70_search
.asciz "regex_70_search"
l_.str.71: ; @.str.71
.asciz "/\\((.*); (.*)\\)/"
.section __DATA,__data
.globl _regex_70 ; @regex_70
.p2align 3
_regex_70:
.quad l_.str.71
.quad _regex_70_search
.section __TEXT,__cstring,cstring_literals
l_.str.72: ; @.str.72
.asciz "/[k]/"
.section __DATA,__data
.globl _regex_71 ; @regex_71
.p2align 3
_regex_71:
.quad l_.str.72
.quad _regex_71_search
.section __TEXT,__cstring,cstring_literals
l_.str.73: ; @.str.73
.asciz "/a[-]?c/"
.section __DATA,__data
.globl _regex_72 ; @regex_72
.p2align 3
_regex_72:
.quad l_.str.73
.quad _regex_72_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_73_search: ; @__func__.regex_73_search
.asciz "regex_73_search"
l_.str.74: ; @.str.74
.asciz "/(a)(b)c|ab/"
.section __DATA,__data
.globl _regex_73 ; @regex_73
.p2align 3
_regex_73:
.quad l_.str.74
.quad _regex_73_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_74_search: ; @__func__.regex_74_search
.asciz "regex_74_search"
l_.str.75: ; @.str.75
.asciz "/(a)+x/"
.section __DATA,__data
.globl _regex_74 ; @regex_74
.p2align 3
_regex_74:
.quad l_.str.75
.quad _regex_74_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_75_search: ; @__func__.regex_75_search
.asciz "regex_75_search"
l_.str.76: ; @.str.76
.asciz "/([ac])+x/"
.section __DATA,__data
.globl _regex_75 ; @regex_75
.p2align 3
_regex_75:
.quad l_.str.76
.quad _regex_75_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_76_search: ; @__func__.regex_76_search
.asciz "regex_76_search"
l_.str.77: ; @.str.77
.asciz "/([^\\/]*\\/)*sub1\\//"
.section __DATA,__data
.globl _regex_76 ; @regex_76
.p2align 3
_regex_76:
.quad l_.str.77
.quad _regex_76_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_77_search: ; @__func__.regex_77_search
.asciz "regex_77_search"
l_.str.78: ; @.str.78
.asciz "/([^.]*)\\.([^:]*):[T ]+(.*)/"
.section __DATA,__data
.globl _regex_77 ; @regex_77
.p2align 3
_regex_77:
.quad l_.str.78
.quad _regex_77_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_78_search: ; @__func__.regex_78_search
.asciz "regex_78_search"
l_.str.79: ; @.str.79
.asciz "/([^N]*N)+/"
.section __DATA,__data
.globl _regex_78 ; @regex_78
.p2align 3
_regex_78:
.quad l_.str.79
.quad _regex_78_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_79_search: ; @__func__.regex_79_search
.asciz "regex_79_search"
l_.str.80: ; @.str.80
.asciz "/([abc]*)x/"
.section __DATA,__data
.globl _regex_79 ; @regex_79
.p2align 3
_regex_79:
.quad l_.str.80
.quad _regex_79_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_80_search: ; @__func__.regex_80_search
.asciz "regex_80_search"
l_.str.81: ; @.str.81
.asciz "/([xyz]*)x/"
.section __DATA,__data
.globl _regex_80 ; @regex_80
.p2align 3
_regex_80:
.quad l_.str.81
.quad _regex_80_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_81_search: ; @__func__.regex_81_search
.asciz "regex_81_search"
l_.str.82: ; @.str.82
.asciz "/(a)+b|aac/"
.section __DATA,__data
.globl _regex_81 ; @regex_81
.p2align 3
_regex_81:
.quad l_.str.82
.quad _regex_81_search
.section __TEXT,__cstring,cstring_literals
l___func__.regex_82_search: ; @__func__.regex_82_search
.asciz "regex_82_search"
l_.str.83: ; @.str.83
.asciz "/<(ht)*m/"
.section __DATA,__data
.globl _regex_82 ; @regex_82
.p2align 3
_regex_82:
.quad l_.str.83
.quad _regex_82_search
.zerofill __DATA,__bss,_count,2,1 ; @count
.section __TEXT,__cstring,cstring_literals
l_.str.84: ; @.str.84
.asciz "\"%s"
l_.str.85: ; @.str.85
.asciz "\".search(%s"
l_.str.86: ; @.str.86
.asciz ") -> FAIL, returned %d"
l_.str.87: ; @.str.87
.asciz ", expected %d\n"
.zerofill __DATA,__bss,_matched,2,1 ; @matched
l_.str.88: ; @.str.88
.asciz "nnda"
l_.str.89: ; @.str.89
.asciz "nna"
l_.str.90: ; @.str.90
.asciz "a"
l_.str.91: ; @.str.91
.asciz "nda"
l_.str.92: ; @.str.92
.asciz "naa"
l_.str.93: ; @.str.93
.asciz "ana"
l_.str.94: ; @.str.94
.asciz "nddna"
l_.str.95: ; @.str.95
.asciz "nnada"
l_.str.96: ; @.str.96
.asciz "naaada"
l_.str.97: ; @.str.97
.asciz "d"
l_.str.98: ; @.str.98
.asciz "x"
l_.str.99: ; @.str.99
.asciz "nnaed"
l_.str.100: ; @.str.100
.asciz "abcdefff23334"
l_.str.101: ; @.str.101
.asciz "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxy"
l_.str.102: ; @.str.102
.asciz "acb"
l_.str.103: ; @.str.103
.asciz "abc"
l_.str.104: ; @.str.104
.asciz "xbc"
l_.str.105: ; @.str.105
.asciz "axc"
l_.str.106: ; @.str.106
.asciz "abx"
l_.str.107: ; @.str.107
.asciz "xabcy"
l_.str.108: ; @.str.108
.asciz "ababc"
l_.str.109: ; @.str.109
.asciz "abbc"
l_.str.110: ; @.str.110
.asciz "abbbbc"
l_.str.111: ; @.str.111
.asciz "abq"
l_.str.112: ; @.str.112
.asciz "abcc"
l_.str.113: ; @.str.113
.asciz "aabc"
l_.str.114: ; @.str.114
.asciz "ababcabc"
l_.str.115: ; @.str.115
.asciz "axyzc"
l_.str.116: ; @.str.116
.asciz "axyzd"
l_.str.117: ; @.str.117
.asciz "abd"
l_.str.118: ; @.str.118
.asciz "ace"
l_.str.119: ; @.str.119
.asciz "aac"
l_.str.120: ; @.str.120
.asciz "a-"
l_.str.121: ; @.str.121
.asciz "a]"
l_.str.122: ; @.str.122
.asciz "aed"
l_.str.123: ; @.str.123
.asciz "adc"
l_.str.124: ; @.str.124
.asciz "a-c"
l_.str.125: ; @.str.125
.asciz "a]c"
l_.str.126: ; @.str.126
.asciz "abcd"
l_.str.127: ; @.str.127
.asciz "def"
l_.str.128: ; @.str.128
.asciz "b"
l_.str.129: ; @.str.129
.asciz "a(b"
l_.str.130: ; @.str.130
.asciz "ab"
l_.str.131: ; @.str.131
.asciz "a((b"
l_.str.132: ; @.str.132
.asciz "a\\b"
l_.str.133: ; @.str.133
.asciz "aabbabc"
l_.str.134: ; @.str.134
.asciz "cde"
l_.str.135: ; @.str.135
.space 1
l_.str.136: ; @.str.136
.asciz "e"
l_.str.137: ; @.str.137
.asciz "ef"
l_.str.138: ; @.str.138
.asciz "abcdefg"
l_.str.139: ; @.str.139
.asciz "xabyabbbz"
l_.str.140: ; @.str.140
.asciz "xayabbbz"
l_.str.141: ; @.str.141
.asciz "abcde"
l_.str.142: ; @.str.142
.asciz "hij"
l_.str.143: ; @.str.143
.asciz "abcdef"
l_.str.144: ; @.str.144
.asciz "adcdcde"
l_.str.145: ; @.str.145
.asciz "alpha"
l_.str.146: ; @.str.146
.asciz "abh"
l_.str.147: ; @.str.147
.asciz "effgz"
l_.str.148: ; @.str.148
.asciz "ij"
l_.str.149: ; @.str.149
.asciz "effg"
l_.str.150: ; @.str.150
.asciz "bcdd"
l_.str.151: ; @.str.151
.asciz "reffgz"
l_.str.152: ; @.str.152
.asciz "uh-uh"
l_.str.153: ; @.str.153
.asciz "multiple words, yeah"
l_.str.154: ; @.str.154
.asciz "(a, b)"
l_.str.155: ; @.str.155
.asciz "ac"
l_.str.156: ; @.str.156
.asciz "aaax"
l_.str.157: ; @.str.157
.asciz "aacx"
l_.str.158: ; @.str.158
.asciz "d:msgs/tdir/sub1/trial/away.cpp"
l_.str.159: ; @.str.159
.asciz "sub1/trial/away.cpp"
l_.str.160: ; @.str.160
.asciz "some/things/sub2/sub1.cpp"
l_.str.161: ; @.str.161
.asciz "track1.title:TBlah blah blah"
l_.str.162: ; @.str.162
.asciz "abNNxyzN"
l_.str.163: ; @.str.163
.asciz "abNNxyz"
l_.str.164: ; @.str.164
.asciz "abcx"
l_.str.165: ; @.str.165
.asciz "<html>"
l_.str.166: ; @.str.166
.asciz "Passed:"
l_.str.167: ; @.str.167
.asciz " %d"
l_.str.168: ; @.str.168
.asciz " /"
l_.str.169: ; @.str.169
.asciz " %d\n"
.subsections_via_symbols
| the_stack_data/162642564.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _memstat_mtl_alloc ## -- Begin function memstat_mtl_alloc
.p2align 4, 0x90
_memstat_mtl_alloc: ## @memstat_mtl_alloc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movl $8, %edi
callq _malloc
movq %rax, %rbx
testq %rax, %rax
je LBB0_2
## %bb.1:
movq %rbx, %rdi
addq $4, %rdi
callq _LIST_INIT
movq _MEMSTAT_ERROR_UNDEFINED@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, (%rbx)
LBB0_2:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MEMSTAT_ERROR_UNDEFINED,4,2 ## @MEMSTAT_ERROR_UNDEFINED
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _memstat_mtl_alloc ; -- Begin function memstat_mtl_alloc
.p2align 2
_memstat_mtl_alloc: ; @memstat_mtl_alloc
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov w0, #8
bl _malloc
mov x19, x0
cbz x0, LBB0_2
; %bb.1:
add x0, x19, #4
bl _LIST_INIT
Lloh0:
adrp x8, _MEMSTAT_ERROR_UNDEFINED@GOTPAGE
Lloh1:
ldr x8, [x8, _MEMSTAT_ERROR_UNDEFINED@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
str w8, [x19]
LBB0_2:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _MEMSTAT_ERROR_UNDEFINED,4,2 ; @MEMSTAT_ERROR_UNDEFINED
.subsections_via_symbols
| AnghaBench/freebsd/lib/libmemstat/extr_memstat.c_memstat_mtl_alloc.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
subq $32, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movabsq $6437413274320978259, %rax ## imm = 0x5956494420494153
movq %rax, -40(%rbp)
movw $65, -32(%rbp)
leaq L_.str(%rip), %r14
leaq -40(%rbp), %rbx
movq %r14, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
movabsq $4707141500576090436, %rax ## imm = 0x4153204159564944
movq %rax, -40(%rbp)
movw $73, -32(%rbp)
movq %r14, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -24(%rbp), %rax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
addq $32, %rsp
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.main.sd: ## @__const.main.sd
.asciz "SAI DIVYA"
L_.str: ## @.str
.asciz "I am %s\n"
L_.str.1: ## @.str.1
.asciz "DIVYA SAI"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
str x8, [sp, #24]
Lloh3:
adrp x8, l___const.main.sd@PAGE
Lloh4:
add x8, x8, l___const.main.sd@PAGEOFF
Lloh5:
ldr x9, [x8]
mov w8, #65
strh w8, [sp, #16]
add x20, sp, #8
stp x20, x9, [sp]
Lloh6:
adrp x19, l_.str@PAGE
Lloh7:
add x19, x19, l_.str@PAGEOFF
mov x0, x19
bl _printf
mov w8, #73
strh w8, [sp, #16]
Lloh8:
adrp x8, l_.str.1@PAGE
Lloh9:
add x8, x8, l_.str.1@PAGEOFF
Lloh10:
ldr x8, [x8]
stp x20, x8, [sp]
mov x0, x19
bl _printf
ldr x8, [sp, #24]
Lloh11:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh12:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh13:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #64
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpAddLdr Lloh8, Lloh9, Lloh10
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAddLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___const.main.sd: ; @__const.main.sd
.asciz "SAI DIVYA"
l_.str: ; @.str
.asciz "I am %s\n"
l_.str.1: ; @.str.1
.asciz "DIVYA SAI"
.subsections_via_symbols
| the_stack_data/95258.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pairingheap_allocate ## -- Begin function pairingheap_allocate
.p2align 4, 0x90
_pairingheap_allocate: ## @pairingheap_allocate
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movl %edi, %ebx
movl $24, %edi
callq _palloc
movl %ebx, 16(%rax)
movq %r14, 8(%rax)
movq $0, (%rax)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pairingheap_allocate ; -- Begin function pairingheap_allocate
.p2align 2
_pairingheap_allocate: ; @pairingheap_allocate
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
mov w0, #24
bl _palloc
str w20, [x0, #16]
stp xzr, x19, [x0]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/postgres/src/backend/lib/extr_pairingheap.c_pairingheap_allocate.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function set_control_line
_set_control_line: ## @set_control_line
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %r8d, %r15d
movl %esi, %ebx
movq %rdi, %r14
movq _PRIO_SETUP@GOTPCREL(%rip), %rax
cmpl %esi, (%rax)
jne LBB0_1
## %bb.2:
movq _TL_PROTOCOLID_SETUP@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_1:
movq _TL_PROTOCOLID_COM_CTRL@GOTPCREL(%rip), %rax
LBB0_3:
movl (%rax), %eax
incl %edx
movl $8, %edi
movl %edx, %esi
movl %eax, %edx
callq _alloc_ctrl_packet
testq %rax, %rax
je LBB0_4
## %bb.5:
movl $4, (%rax)
xorl %ecx, %ecx
testl %r15d, %r15d
setne %cl
movl %ecx, 4(%rax)
movq %r14, %rdi
movl %ebx, %esi
movq %rax, %rdx
callq _send_packet
xorl %eax, %eax
jmp LBB0_6
LBB0_4:
movq _ENOMEM@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
LBB0_6:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TL_PROTOCOLID_COM_CTRL,4,2 ## @TL_PROTOCOLID_COM_CTRL
.comm _PRIO_SETUP,4,2 ## @PRIO_SETUP
.comm _TL_PROTOCOLID_SETUP,4,2 ## @TL_PROTOCOLID_SETUP
.comm _ENOMEM,4,2 ## @ENOMEM
.no_dead_strip _set_control_line
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function set_control_line
_set_control_line: ; @set_control_line
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x21, x4
mov x19, x1
mov x20, x0
add w1, w2, #1
Lloh0:
adrp x8, _PRIO_SETUP@GOTPAGE
Lloh1:
ldr x8, [x8, _PRIO_SETUP@GOTPAGEOFF]
Lloh2:
adrp x9, _TL_PROTOCOLID_SETUP@GOTPAGE
Lloh3:
ldr x9, [x9, _TL_PROTOCOLID_SETUP@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
Lloh5:
adrp x10, _TL_PROTOCOLID_COM_CTRL@GOTPAGE
Lloh6:
ldr x10, [x10, _TL_PROTOCOLID_COM_CTRL@GOTPAGEOFF]
cmp w8, w19
csel x8, x9, x10, eq
ldr w2, [x8]
mov w0, #8
bl _alloc_ctrl_packet
cbz x0, LBB0_2
; %bb.1:
mov x2, x0
mov w8, #4
cmp w21, #0
cset w9, ne
stp w8, w9, [x0]
mov x0, x20
mov x1, x19
bl _send_packet
mov w0, #0
b LBB0_3
LBB0_2:
Lloh7:
adrp x8, _ENOMEM@GOTPAGE
Lloh8:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
Lloh9:
ldr w8, [x8]
neg w0, w8
LBB0_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh4
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _TL_PROTOCOLID_COM_CTRL,4,2 ; @TL_PROTOCOLID_COM_CTRL
.comm _PRIO_SETUP,4,2 ; @PRIO_SETUP
.comm _TL_PROTOCOLID_SETUP,4,2 ; @TL_PROTOCOLID_SETUP
.comm _ENOMEM,4,2 ; @ENOMEM
.no_dead_strip _set_control_line
.subsections_via_symbols
| AnghaBench/linux/drivers/tty/ipwireless/extr_hardware.c_set_control_line.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_str(%rip), %rdi
callq _puts
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
jmp LBB0_1
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "Please note that this program does an\nexhaustive test for the division and\nmodulo operation and therefore runs for\nalmost ever. On my box, it's nearly two\ndays in warp mode of VICE.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
LBB0_1: ; =>This Inner Loop Header: Depth=1
b LBB0_1
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "Please note that this program does an\nexhaustive test for the division and\nmodulo operation and therefore runs for\nalmost ever. On my box, it's nearly two\ndays in warp mode of VICE.\n"
.subsections_via_symbols
| the_stack_data/86075401.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function csio_t5_memory_rw
_csio_t5_memory_rw: ## @csio_t5_memory_rw
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %r8d, %eax
orl %ecx, %eax
testb $3, %al
je LBB0_2
## %bb.1:
movq _EINVAL@GOTPCREL(%rip), %rax
xorl %r14d, %r14d
subl (%rax), %r14d
LBB0_16:
movl %r14d, %eax
addq $56, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_2:
movq %r9, %rbx
movl %r8d, %r12d
movl %ecx, %r13d
movq %rdi, %r15
movl %esi, -60(%rbp) ## 4-byte Spill
movq _MA_EDRAM0_BAR_A@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %edx, %r14d
callq _csio_rd_reg32
movq %rax, %rdi
callq _EDRAM0_SIZE_G
movl %r14d, %ecx
movl %eax, %r14d
movq _MEM_MC1@GOTPCREL(%rip), %rax
cmpl %ecx, (%rax)
movl %ecx, -76(%rbp) ## 4-byte Spill
jne LBB0_3
## %bb.4:
movq _MA_EXT_MEMORY_BAR_A@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r15, %rdi
callq _csio_rd_reg32
movq %rax, %rdi
callq _EXT_MEM_SIZE_G
movq _MEM_MC0@GOTPCREL(%rip), %rcx
imull (%rcx), %r14d
addl %eax, %r14d
jmp LBB0_5
LBB0_3:
imull %ecx, %r14d
LBB0_5:
shll $20, %r14d
movl %r14d, -72(%rbp) ## 4-byte Spill
addl %r14d, %r13d
movq _PCIE_MEM_ACCESS_BASE_WIN_A@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl -60(%rbp), %esi ## 4-byte Reload
callq _PCIE_MEM_ACCESS_REG
movq %r15, %rdi
movl %eax, %esi
callq _csio_rd_reg32
movq %rax, %r14
movl %r14d, %edi
movq %rax, -96(%rbp) ## 8-byte Spill
callq _WINDOW_V
## kill: def $eax killed $eax def $rax
leal 10(%rax), %ecx
movq %r15, -56(%rbp) ## 8-byte Spill
movl $1, %r15d
## kill: def $cl killed $cl killed $ecx
shll %cl, %r15d
movl %r14d, %edi
callq _PCIEOFST_G
## kill: def $eax killed $eax def $rax
shll $10, %eax
movq %rax, -88(%rbp) ## 8-byte Spill
movl %r13d, %eax
movl %r13d, -68(%rbp) ## 4-byte Spill
movl %r15d, %r13d
negl %r13d
andl %eax, %r13d
subl %r13d, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
movq -56(%rbp), %rax ## 8-byte Reload
movl (%rax), %edi
callq _PFNUM_V
movl %eax, -64(%rbp) ## 4-byte Spill
leaq L_.str(%rip), %rsi
xorl %r14d, %r14d
movq -56(%rbp), %rdi ## 8-byte Reload
movq -96(%rbp), %rdx ## 8-byte Reload
## kill: def $edx killed $edx killed $rdx
movl %r15d, -80(%rbp) ## 4-byte Spill
movl %r15d, %ecx
xorl %eax, %eax
callq _csio_dbg
leaq L_.str.1(%rip), %rsi
movq -56(%rbp), %r15 ## 8-byte Reload
movq %r15, %rdi
movq -88(%rbp), %rdx ## 8-byte Reload
## kill: def $edx killed $edx killed $rdx
movl -72(%rbp), %ecx ## 4-byte Reload
xorl %eax, %eax
callq _csio_dbg
leaq L_.str.2(%rip), %rsi
movq %r15, %rdi
movl %r13d, %edx
movl -44(%rbp), %ecx ## 4-byte Reload
movl -64(%rbp), %r8d ## 4-byte Reload
xorl %eax, %eax
callq _csio_dbg
leaq L_.str.3(%rip), %rsi
movq %r15, %rdi
movl -76(%rbp), %edx ## 4-byte Reload
movl -68(%rbp), %ecx ## 4-byte Reload
movl %r12d, %r8d
xorl %eax, %eax
callq _csio_dbg
testl %r12d, %r12d
jle LBB0_16
## %bb.6:
movl -44(%rbp), %eax ## 4-byte Reload
movl %eax, %r14d
jmp LBB0_7
.p2align 4, 0x90
LBB0_8: ## in Loop: Header=BB0_7 Depth=1
movl %r12d, %eax
LBB0_15: ## in Loop: Header=BB0_7 Depth=1
movl -44(%rbp), %r13d ## 4-byte Reload
addl %ecx, %r13d
xorl %r14d, %r14d
movl %eax, %r12d
testl %eax, %eax
jle LBB0_16
LBB0_7: ## =>This Loop Header: Depth=1
## Child Loop BB0_10 Depth 2
movl %r13d, %r15d
orl -64(%rbp), %r15d ## 4-byte Folded Reload
movq _PCIE_MEM_ACCESS_OFFSET_A@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl -60(%rbp), %esi ## 4-byte Reload
callq _PCIE_MEM_ACCESS_REG
movq -56(%rbp), %rdi ## 8-byte Reload
movl %r15d, %esi
movl %eax, %edx
callq _csio_wr_reg32
movq _PCIE_MEM_ACCESS_OFFSET_A@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl -60(%rbp), %esi ## 4-byte Reload
callq _PCIE_MEM_ACCESS_REG
movq -56(%rbp), %rdi ## 8-byte Reload
movl %eax, %esi
callq _csio_rd_reg32
movl -80(%rbp), %ecx ## 4-byte Reload
cmpl %ecx, %r14d
movl %r13d, -44(%rbp) ## 4-byte Spill
jge LBB0_8
## %bb.9: ## in Loop: Header=BB0_7 Depth=1
movq -88(%rbp), %rax ## 8-byte Reload
leal (%rax,%r14), %r15d
addl $4, %r14d
.p2align 4, 0x90
LBB0_10: ## Parent Loop BB0_7 Depth=1
## => This Inner Loop Header: Depth=2
movl %ecx, %r13d
cmpl $0, 16(%rbp)
je LBB0_12
## %bb.11: ## in Loop: Header=BB0_10 Depth=2
movq -56(%rbp), %rdi ## 8-byte Reload
movl %r15d, %esi
callq _csio_rd_reg32
movl %eax, (%rbx)
jmp LBB0_13
.p2align 4, 0x90
LBB0_12: ## in Loop: Header=BB0_10 Depth=2
movl (%rbx), %esi
movq -56(%rbp), %rdi ## 8-byte Reload
movl %r15d, %edx
callq _csio_wr_reg32
LBB0_13: ## in Loop: Header=BB0_10 Depth=2
addq $4, %rbx
leal -4(%r12), %eax
movl %r13d, %ecx
cmpl %r13d, %r14d
jge LBB0_15
## %bb.14: ## in Loop: Header=BB0_10 Depth=2
addl $4, %r15d
addl $4, %r14d
cmpl $4, %r12d
movl %eax, %r12d
jg LBB0_10
jmp LBB0_15
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.comm _MA_EDRAM0_BAR_A,4,2 ## @MA_EDRAM0_BAR_A
.comm _MEM_MC1,4,2 ## @MEM_MC1
.comm _MA_EXT_MEMORY_BAR_A,4,2 ## @MA_EXT_MEMORY_BAR_A
.comm _MEM_MC0,4,2 ## @MEM_MC0
.comm _PCIE_MEM_ACCESS_BASE_WIN_A,4,2 ## @PCIE_MEM_ACCESS_BASE_WIN_A
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "csio_t5_memory_rw: mem_reg: 0x%x, mem_aperture: 0x%x\n"
L_.str.1: ## @.str.1
.asciz "csio_t5_memory_rw: mem_base: 0x%x, mem_offset: 0x%x\n"
L_.str.2: ## @.str.2
.asciz "csio_t5_memory_rw: start:0x%x, offset:0x%x, win_pf:%d\n"
L_.str.3: ## @.str.3
.asciz "csio_t5_memory_rw: mtype: %d, addr: 0x%x, len: %d\n"
.comm _PCIE_MEM_ACCESS_OFFSET_A,4,2 ## @PCIE_MEM_ACCESS_OFFSET_A
.no_dead_strip _csio_t5_memory_rw
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function csio_t5_memory_rw
_csio_t5_memory_rw: ; @csio_t5_memory_rw
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x28, x27, [sp, #48] ; 16-byte Folded Spill
stp x26, x25, [sp, #64] ; 16-byte Folded Spill
stp x24, x23, [sp, #80] ; 16-byte Folded Spill
stp x22, x21, [sp, #96] ; 16-byte Folded Spill
stp x20, x19, [sp, #112] ; 16-byte Folded Spill
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
orr w8, w4, w3
tst w8, #0x3
b.eq LBB0_3
; %bb.1:
Lloh0:
adrp x8, _EINVAL@GOTPAGE
Lloh1:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w0, w8
LBB0_2:
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
ldp x20, x19, [sp, #112] ; 16-byte Folded Reload
ldp x22, x21, [sp, #96] ; 16-byte Folded Reload
ldp x24, x23, [sp, #80] ; 16-byte Folded Reload
ldp x26, x25, [sp, #64] ; 16-byte Folded Reload
ldp x28, x27, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #144
ret
LBB0_3:
mov x19, x6
mov x20, x5
mov x23, x4
mov x24, x3
mov x26, x2
mov x21, x1
mov x22, x0
Lloh3:
adrp x8, _MA_EDRAM0_BAR_A@GOTPAGE
Lloh4:
ldr x8, [x8, _MA_EDRAM0_BAR_A@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
bl _csio_rd_reg32
bl _EDRAM0_SIZE_G
mov x25, x0
Lloh6:
adrp x8, _MEM_MC1@GOTPAGE
Lloh7:
ldr x8, [x8, _MEM_MC1@GOTPAGEOFF]
Lloh8:
ldr w8, [x8]
cmp w8, w26
str w26, [sp, #44] ; 4-byte Folded Spill
b.ne LBB0_5
; %bb.4:
Lloh9:
adrp x8, _MA_EXT_MEMORY_BAR_A@GOTPAGE
Lloh10:
ldr x8, [x8, _MA_EXT_MEMORY_BAR_A@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
mov x0, x22
bl _csio_rd_reg32
bl _EXT_MEM_SIZE_G
Lloh12:
adrp x8, _MEM_MC0@GOTPAGE
Lloh13:
ldr x8, [x8, _MEM_MC0@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
madd w8, w8, w25, w0
b LBB0_6
LBB0_5:
mul w8, w26, w25
LBB0_6:
lsl w8, w8, #20
str w8, [sp, #32] ; 4-byte Folded Spill
add w26, w8, w24
Lloh15:
adrp x8, _PCIE_MEM_ACCESS_BASE_WIN_A@GOTPAGE
Lloh16:
ldr x8, [x8, _PCIE_MEM_ACCESS_BASE_WIN_A@GOTPAGEOFF]
Lloh17:
ldr w0, [x8]
str w21, [sp, #28] ; 4-byte Folded Spill
mov x1, x21
bl _PCIE_MEM_ACCESS_REG
mov x1, x0
mov x0, x22
bl _csio_rd_reg32
mov x21, x0
str x0, [sp, #16] ; 8-byte Folded Spill
bl _WINDOW_V
add w8, w0, #10
mov w9, #1
lsl w24, w9, w8
mov x0, x21
bl _PCIEOFST_G
lsl w25, w0, #10
neg w8, w24
and w21, w26, w8
sub w28, w26, w21
ldr w0, [x22]
bl _PFNUM_V
mov x27, x0
Lloh18:
adrp x1, l_.str@PAGE
Lloh19:
add x1, x1, l_.str@PAGEOFF
mov x0, x22
ldr x2, [sp, #16] ; 8-byte Folded Reload
; kill: def $w2 killed $w2 killed $x2
mov x3, x24
bl _csio_dbg
Lloh20:
adrp x1, l_.str.1@PAGE
Lloh21:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x22
mov x2, x25
ldr w3, [sp, #32] ; 4-byte Folded Reload
bl _csio_dbg
str x27, [sp, #32] ; 8-byte Folded Spill
str x27, [sp]
Lloh22:
adrp x1, l_.str.2@PAGE
Lloh23:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x22
mov x2, x21
mov x3, x28
bl _csio_dbg
str x23, [sp]
Lloh24:
adrp x1, l_.str.3@PAGE
Lloh25:
add x1, x1, l_.str.3@PAGEOFF
mov x0, x22
ldr w2, [sp, #44] ; 4-byte Folded Reload
mov x3, x26
bl _csio_dbg
cmp w23, #1
b.lt LBB0_17
; %bb.7:
ldr w26, [sp, #28] ; 4-byte Folded Reload
b LBB0_10
LBB0_8: ; in Loop: Header=BB0_10 Depth=1
mov x8, x23
ldr w21, [sp, #44] ; 4-byte Folded Reload
LBB0_9: ; in Loop: Header=BB0_10 Depth=1
mov w28, #0
mov w0, #0
add w21, w21, w24
mov x23, x8
cmp w8, #0
b.le LBB0_2
LBB0_10: ; =>This Loop Header: Depth=1
; Child Loop BB0_12 Depth 2
ldr x8, [sp, #32] ; 8-byte Folded Reload
str w21, [sp, #44] ; 4-byte Folded Spill
orr w27, w21, w8
Lloh26:
adrp x21, _PCIE_MEM_ACCESS_OFFSET_A@GOTPAGE
Lloh27:
ldr x21, [x21, _PCIE_MEM_ACCESS_OFFSET_A@GOTPAGEOFF]
ldr w0, [x21]
mov x1, x26
bl _PCIE_MEM_ACCESS_REG
mov x2, x0
mov x0, x22
mov x1, x27
bl _csio_wr_reg32
ldr w0, [x21]
mov x1, x26
bl _PCIE_MEM_ACCESS_REG
mov x1, x0
mov x0, x22
bl _csio_rd_reg32
cmp w28, w24
b.ge LBB0_8
; %bb.11: ; in Loop: Header=BB0_10 Depth=1
ldr w21, [sp, #44] ; 4-byte Folded Reload
LBB0_12: ; Parent Loop BB0_10 Depth=1
; => This Inner Loop Header: Depth=2
cbz w19, LBB0_14
; %bb.13: ; in Loop: Header=BB0_12 Depth=2
add w1, w25, w28
mov x0, x22
bl _csio_rd_reg32
str w0, [x20]
b LBB0_15
LBB0_14: ; in Loop: Header=BB0_12 Depth=2
ldr w1, [x20]
add w2, w25, w28
mov x0, x22
bl _csio_wr_reg32
LBB0_15: ; in Loop: Header=BB0_12 Depth=2
add x20, x20, #4
add w28, w28, #4
sub w8, w23, #4
cmp w28, w24
b.ge LBB0_9
; %bb.16: ; in Loop: Header=BB0_12 Depth=2
cmp w23, #4
mov x23, x8
b.gt LBB0_12
b LBB0_9
LBB0_17:
mov w0, #0
b LBB0_2
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGot Lloh26, Lloh27
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.comm _MA_EDRAM0_BAR_A,4,2 ; @MA_EDRAM0_BAR_A
.comm _MEM_MC1,4,2 ; @MEM_MC1
.comm _MA_EXT_MEMORY_BAR_A,4,2 ; @MA_EXT_MEMORY_BAR_A
.comm _MEM_MC0,4,2 ; @MEM_MC0
.comm _PCIE_MEM_ACCESS_BASE_WIN_A,4,2 ; @PCIE_MEM_ACCESS_BASE_WIN_A
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "csio_t5_memory_rw: mem_reg: 0x%x, mem_aperture: 0x%x\n"
l_.str.1: ; @.str.1
.asciz "csio_t5_memory_rw: mem_base: 0x%x, mem_offset: 0x%x\n"
l_.str.2: ; @.str.2
.asciz "csio_t5_memory_rw: start:0x%x, offset:0x%x, win_pf:%d\n"
l_.str.3: ; @.str.3
.asciz "csio_t5_memory_rw: mtype: %d, addr: 0x%x, len: %d\n"
.comm _PCIE_MEM_ACCESS_OFFSET_A,4,2 ; @PCIE_MEM_ACCESS_OFFSET_A
.no_dead_strip _csio_t5_memory_rw
.subsections_via_symbols
| AnghaBench/linux/drivers/scsi/csiostor/extr_csio_hw_t5.c_csio_t5_memory_rw.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _uart_set_rts ## -- Begin function uart_set_rts
.p2align 4, 0x90
_uart_set_rts: ## @uart_set_rts
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r14d
movq %rdi, %r15
movq _UART_NUM_MAX@GOTPCREL(%rip), %rax
xorl %edi, %edi
cmpq %r15, (%rax)
seta %dil
movq _ESP_FAIL@GOTPCREL(%rip), %rbx
movl (%rbx), %edx
leaq L_.str(%rip), %rsi
callq _UART_CHECK
movq _UART@GOTPCREL(%rip), %r12
movq (%r12), %rax
movq (%rax,%r15,8), %rax
xorl %edi, %edi
cmpl $1, 4(%rax)
setne %dil
movl (%rbx), %edx
leaq L_.str.1(%rip), %rsi
callq _UART_CHECK
movq _uart_spinlock@GOTPCREL(%rip), %r13
leaq (,%r15,4), %rbx
movq (%r13), %rdi
addq %rbx, %rdi
callq _UART_ENTER_CRITICAL
andl $1, %r14d
movq (%r12), %rax
movq (%rax,%r15,8), %rax
movl %r14d, (%rax)
addq (%r13), %rbx
movq %rbx, %rdi
callq _UART_EXIT_CRITICAL
movq _ESP_OK@GOTPCREL(%rip), %rax
movl (%rax), %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _UART_NUM_MAX,8,3 ## @UART_NUM_MAX
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "uart_num error"
.comm _ESP_FAIL,4,2 ## @ESP_FAIL
.comm _UART,8,3 ## @UART
L_.str.1: ## @.str.1
.asciz "disable hw flowctrl before using sw control"
.comm _uart_spinlock,8,3 ## @uart_spinlock
.comm _ESP_OK,4,2 ## @ESP_OK
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _uart_set_rts ; -- Begin function uart_set_rts
.p2align 2
_uart_set_rts: ; @uart_set_rts
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x1
mov x20, x0
Lloh0:
adrp x8, _UART_NUM_MAX@GOTPAGE
Lloh1:
ldr x8, [x8, _UART_NUM_MAX@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x8, x0
cset w0, hi
Lloh3:
adrp x21, _ESP_FAIL@GOTPAGE
Lloh4:
ldr x21, [x21, _ESP_FAIL@GOTPAGEOFF]
ldr w2, [x21]
Lloh5:
adrp x1, l_.str@PAGE
Lloh6:
add x1, x1, l_.str@PAGEOFF
bl _UART_CHECK
Lloh7:
adrp x22, _UART@GOTPAGE
Lloh8:
ldr x22, [x22, _UART@GOTPAGEOFF]
ldr x8, [x22]
lsl x23, x20, #3
ldr x8, [x8, x23]
ldr w8, [x8, #4]
cmp w8, #1
cset w0, ne
ldr w2, [x21]
Lloh9:
adrp x1, l_.str.1@PAGE
Lloh10:
add x1, x1, l_.str.1@PAGEOFF
bl _UART_CHECK
Lloh11:
adrp x21, _uart_spinlock@GOTPAGE
Lloh12:
ldr x21, [x21, _uart_spinlock@GOTPAGEOFF]
ldr x8, [x21]
lsl x20, x20, #2
add x0, x8, x20
bl _UART_ENTER_CRITICAL
and w8, w19, #0x1
ldr x9, [x22]
ldr x9, [x9, x23]
str w8, [x9]
ldr x8, [x21]
add x0, x8, x20
bl _UART_EXIT_CRITICAL
Lloh13:
adrp x8, _ESP_OK@GOTPAGE
Lloh14:
ldr x8, [x8, _ESP_OK@GOTPAGEOFF]
Lloh15:
ldr w0, [x8]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _UART_NUM_MAX,8,3 ; @UART_NUM_MAX
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "uart_num error"
.comm _ESP_FAIL,4,2 ; @ESP_FAIL
.comm _UART,8,3 ; @UART
l_.str.1: ; @.str.1
.asciz "disable hw flowctrl before using sw control"
.comm _uart_spinlock,8,3 ; @uart_spinlock
.comm _ESP_OK,4,2 ; @ESP_OK
.subsections_via_symbols
| AnghaBench/esp-idf/components/driver/extr_uart.c_uart_set_rts.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function _el_rl_complete
__el_rl_complete: ## @_el_rl_complete
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %edi, %edi
callq _rl_complete
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip __el_rl_complete
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function _el_rl_complete
__el_rl_complete: ; @_el_rl_complete
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #0
bl _rl_complete
and w0, w0, #0xff
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip __el_rl_complete
.subsections_via_symbols
| AnghaBench/freebsd/contrib/libedit/extr_readline.c__el_rl_complete.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_strncmp ## -- Begin function ft_strncmp
.p2align 4, 0x90
_ft_strncmp: ## @ft_strncmp
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdx, %rdx
je LBB0_1
## %bb.2:
decq %rdx
xorl %r9d, %r9d
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movzbl (%rdi,%r9), %ecx
movzbl (%rsi,%r9), %r8d
movl %ecx, %eax
subl %r8d, %eax
jne LBB0_7
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
xorl %eax, %eax
testb %cl, %cl
je LBB0_7
## %bb.5: ## in Loop: Header=BB0_3 Depth=1
testb %r8b, %r8b
je LBB0_7
## %bb.6: ## in Loop: Header=BB0_3 Depth=1
leaq 1(%r9), %rcx
cmpq %r9, %rdx
movq %rcx, %r9
jne LBB0_3
LBB0_7:
popq %rbp
retq
LBB0_1:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_strncmp ; -- Begin function ft_strncmp
.p2align 2
_ft_strncmp: ; @ft_strncmp
.cfi_startproc
; %bb.0:
cbz x2, LBB0_4
; %bb.1:
sub x9, x2, #1
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldrb w10, [x0]
ldrb w11, [x1]
subs w8, w10, w11
b.ne LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
cmp w10, #0
ccmp w11, #0, #4, ne
ccmp x9, #0, #4, ne
sub x9, x9, #1
add x1, x1, #1
add x0, x0, #1
b.ne LBB0_2
LBB0_4:
mov w8, #0
LBB0_5:
mov x0, x8
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/384320.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_str(%rip), %rdi
callq _puts
leaq L_str.2(%rip), %rdi
callq _puts
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "Programming is fun."
L_str.2: ## @str.2
.asciz "And programming in C is even more fun."
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh2:
adrp x0, l_str.2@PAGE
Lloh3:
add x0, x0, l_str.2@PAGEOFF
bl _puts
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "Programming is fun."
l_str.2: ; @str.2
.asciz "And programming in C is even more fun."
.subsections_via_symbols
| the_stack_data/103264192.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bdi_register_va ## -- Begin function bdi_register_va
.p2align 4, 0x90
_bdi_register_va: ## @bdi_register_va
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
cmpq $0, 24(%rdi)
je LBB0_1
LBB0_3:
xorl %eax, %eax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_1:
movl %edx, %r14d
movq %rsi, %rbx
movq %rdi, %r15
movq _bdi_class@GOTPCREL(%rip), %rax
movl (%rax), %r12d
xorl %edi, %edi
xorl %esi, %esi
callq _MKDEV
movl %r12d, %edi
xorl %esi, %esi
movl %eax, %edx
movq %r15, %rcx
movq %rbx, %r8
movl %r14d, %r9d
callq _device_create_vargs
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
je LBB0_2
## %bb.4:
movq %rbx, %rdi
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _PTR_ERR ## TAILCALL
LBB0_2:
movq %r15, %rdi
callq _cgwb_bdi_register
movq %rbx, 24(%r15)
movq %rbx, %rdi
callq _dev_name
movq %r15, %rdi
movl %eax, %esi
callq _bdi_debug_register
movq _WB_registered@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq 16(%r15), %rsi
callq _set_bit
movq _bdi_lock@GOTPCREL(%rip), %r14
movq %r14, %rdi
callq _spin_lock_bh
movq _bdi_id_cursor@GOTPCREL(%rip), %rax
movq (%rax), %rdi
incq %rdi
movq %rdi, (%rax)
movq %rdi, 8(%r15)
leaq -40(%rbp), %rsi
callq _bdi_lookup_rb_node
leaq 4(%r15), %rbx
movq -40(%rbp), %rsi
movq %rbx, %rdi
movq %rax, %rdx
callq _rb_link_node
movq _bdi_tree@GOTPCREL(%rip), %rsi
movq %rbx, %rdi
callq _rb_insert_color
movq _bdi_list@GOTPCREL(%rip), %rsi
movq %r15, %rdi
callq _list_add_tail_rcu
movq %r14, %rdi
callq _spin_unlock_bh
movq %r15, %rdi
callq _trace_writeback_bdi_register
jmp LBB0_3
.cfi_endproc
## -- End function
.comm _bdi_class,4,2 ## @bdi_class
.comm _WB_registered,4,2 ## @WB_registered
.comm _bdi_lock,4,2 ## @bdi_lock
.comm _bdi_id_cursor,8,3 ## @bdi_id_cursor
.comm _bdi_tree,4,2 ## @bdi_tree
.comm _bdi_list,4,2 ## @bdi_list
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bdi_register_va ; -- Begin function bdi_register_va
.p2align 2
_bdi_register_va: ; @bdi_register_va
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
ldr x8, [x0, #24]
cbz x8, LBB0_2
LBB0_1:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
LBB0_2:
mov x20, x2
mov x21, x1
mov x19, x0
Lloh0:
adrp x8, _bdi_class@GOTPAGE
Lloh1:
ldr x8, [x8, _bdi_class@GOTPAGEOFF]
Lloh2:
ldr w22, [x8]
mov w0, #0
mov w1, #0
bl _MKDEV
mov x2, x0
mov x0, x22
mov x1, #0
mov x3, x19
mov x4, x21
mov x5, x20
bl _device_create_vargs
mov x20, x0
bl _IS_ERR
cbz x0, LBB0_4
; %bb.3:
mov x0, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
b _PTR_ERR
LBB0_4:
mov x0, x19
bl _cgwb_bdi_register
str x20, [x19, #24]
mov x0, x20
bl _dev_name
mov x1, x0
mov x0, x19
bl _bdi_debug_register
Lloh3:
adrp x8, _WB_registered@GOTPAGE
Lloh4:
ldr x8, [x8, _WB_registered@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
add x1, x19, #16
bl _set_bit
Lloh6:
adrp x20, _bdi_lock@GOTPAGE
Lloh7:
ldr x20, [x20, _bdi_lock@GOTPAGEOFF]
mov x0, x20
bl _spin_lock_bh
Lloh8:
adrp x8, _bdi_id_cursor@GOTPAGE
Lloh9:
ldr x8, [x8, _bdi_id_cursor@GOTPAGEOFF]
ldr x9, [x8]
add x0, x9, #1
str x0, [x8]
str x0, [x19, #8]
add x1, sp, #8
bl _bdi_lookup_rb_node
mov x2, x0
add x21, x19, #4
ldr x1, [sp, #8]
mov x0, x21
bl _rb_link_node
Lloh10:
adrp x1, _bdi_tree@GOTPAGE
Lloh11:
ldr x1, [x1, _bdi_tree@GOTPAGEOFF]
mov x0, x21
bl _rb_insert_color
Lloh12:
adrp x1, _bdi_list@GOTPAGE
Lloh13:
ldr x1, [x1, _bdi_list@GOTPAGEOFF]
mov x0, x19
bl _list_add_tail_rcu
mov x0, x20
bl _spin_unlock_bh
mov x0, x19
bl _trace_writeback_bdi_register
b LBB0_1
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _bdi_class,4,2 ; @bdi_class
.comm _WB_registered,4,2 ; @WB_registered
.comm _bdi_lock,4,2 ; @bdi_lock
.comm _bdi_id_cursor,8,3 ; @bdi_id_cursor
.comm _bdi_tree,4,2 ; @bdi_tree
.comm _bdi_list,4,2 ; @bdi_list
.subsections_via_symbols
| AnghaBench/linux/mm/extr_backing-dev.c_bdi_register_va.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _getFileIndex ## -- Begin function getFileIndex
.p2align 4, 0x90
_getFileIndex: ## @getFileIndex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl _filecount(%rip), %r12d
movl $-1, %r14d
testl %r12d, %r12d
jle LBB0_5
## %bb.1:
movq %rdi, %r15
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %r13
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%r13,%rbx,8), %rsi
movq %r15, %rdi
callq _strcmp
testl %eax, %eax
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
incq %rbx
cmpq %rbx, %r12
jne LBB0_2
jmp LBB0_5
LBB0_4:
movl %ebx, %r14d
LBB0_5:
movl %r14d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function thandler
LCPI1_0:
.quad 0x43e0000000000000 ## double 9.2233720368547758E+18
.section __TEXT,__text,regular,pure_instructions
.globl _thandler
.p2align 4, 0x90
_thandler: ## @thandler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl $20056, %eax ## imm = 0x4E58
callq ____chkstk_darwin
subq %rax, %rsp
popq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %rbx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
callq _pthread_self
movq %rax, %rdi
callq _pthread_detach
movl (%rbx), %edi
leaq -10048(%rbp), %r13
movl $10000, %edx ## imm = 0x2710
movq %r13, %rsi
xorl %ecx, %ecx
callq _recv
movq %rax, %r15
testl %r15d, %r15d
jle LBB1_73
## %bb.1:
leaq -20048(%rbp), %r14
movq ___stdoutp@GOTPCREL(%rip), %r12
movq %rbx, -20072(%rbp) ## 8-byte Spill
jmp LBB1_2
.p2align 4, 0x90
LBB1_71: ## in Loop: Header=BB1_2 Depth=1
movl (%rbx), %edi
movl $28, %edx
leaq L_.str.34(%rip), %rsi
xorl %ecx, %ecx
callq _send
callq _pthread_self
leaq L_.str.35(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
LBB1_72: ## in Loop: Header=BB1_2 Depth=1
movl (%rbx), %edi
movl $10000, %edx ## imm = 0x2710
movq %r13, %rsi
xorl %ecx, %ecx
callq _recv
movq %rax, %r15
testl %r15d, %r15d
jle LBB1_73
LBB1_2: ## =>This Loop Header: Depth=1
## Child Loop BB1_7 Depth 2
## Child Loop BB1_11 Depth 2
## Child Loop BB1_17 Depth 2
## Child Loop BB1_54 Depth 2
## Child Loop BB1_45 Depth 2
## Child Loop BB1_60 Depth 2
## Child Loop BB1_64 Depth 2
## Child Loop BB1_69 Depth 2
## Child Loop BB1_24 Depth 2
## Child Loop BB1_31 Depth 2
## Child Loop BB1_34 Depth 2
movl -10048(%rbp), %eax
cmpl $1145128274, %eax ## imm = 0x44414552
je LBB1_19
## %bb.3: ## in Loop: Header=BB1_2 Depth=1
cmpl $1163280723, %eax ## imm = 0x45564153
je LBB1_41
## %bb.4: ## in Loop: Header=BB1_2 Depth=1
cmpl $1414744396, %eax ## imm = 0x5453494C
jne LBB1_71
## %bb.5: ## in Loop: Header=BB1_2 Depth=1
callq _pthread_self
leaq L_.str.2(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movl _filecount(%rip), %eax
testl %eax, %eax
movq _files@GOTPCREL(%rip), %r15
movq _file_locks@GOTPCREL(%rip), %r12
jle LBB1_9
## %bb.6: ## in Loop: Header=BB1_2 Depth=1
xorl %r14d, %r14d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_7: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r12), %rdi
addq %r14, %rdi
callq _pthread_mutex_lock
incq %rbx
movslq _filecount(%rip), %rax
addq $64, %r14
cmpq %rax, %rbx
jl LBB1_7
## %bb.8: ## in Loop: Header=BB1_2 Depth=1
leaq -20048(%rbp), %r14
LBB1_9: ## in Loop: Header=BB1_2 Depth=1
movslq %eax, %rsi
movq (%r15), %rdi
movl $8, %edx
leaq _compareString(%rip), %rcx
callq _qsort
movl _filecount(%rip), %r8d
testl %r8d, %r8d
jle LBB1_13
## %bb.10: ## in Loop: Header=BB1_2 Depth=1
xorl %r14d, %r14d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_11: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r12), %rdi
addq %r14, %rdi
callq _pthread_mutex_unlock
incq %rbx
movslq _filecount(%rip), %r8
addq $64, %r14
cmpq %r8, %rbx
jl LBB1_11
## %bb.12: ## in Loop: Header=BB1_2 Depth=1
leaq -20048(%rbp), %r14
LBB1_13: ## in Loop: Header=BB1_2 Depth=1
testl %r8d, %r8d
je LBB1_14
## %bb.15: ## in Loop: Header=BB1_2 Depth=1
movl $10000, %edx ## imm = 0x2710
movq %r14, %rdi
xorl %esi, %esi
leaq L_.str.4(%rip), %rcx
## kill: def $r8d killed $r8d killed $r8
xorl %eax, %eax
callq ___sprintf_chk
cmpl $0, _filecount(%rip)
movq %r14, %r12
movq _file_locks@GOTPCREL(%rip), %r13
jle LBB1_18
## %bb.16: ## in Loop: Header=BB1_2 Depth=1
xorl %r15d, %r15d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_17: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13), %rdi
addq %r15, %rdi
callq _pthread_mutex_lock
leaq 1(%rbx), %r14
movl _filecount(%rip), %eax
cmpq %rax, %r14
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax,%rbx,8), %r9
leaq L_.str.6(%rip), %rcx
leaq L_.str.5(%rip), %rax
cmoveq %rax, %rcx
movl $10000, %edx ## imm = 0x2710
movq %r12, %rdi
xorl %esi, %esi
movq %r12, %r8
xorl %eax, %eax
callq ___sprintf_chk
movq (%r13), %rdi
addq %r15, %rdi
callq _pthread_mutex_unlock
movslq _filecount(%rip), %rax
addq $64, %r15
movq %r14, %rbx
cmpq %rax, %r14
jl LBB1_17
jmp LBB1_18
.p2align 4, 0x90
LBB1_41: ## in Loop: Header=BB1_2 Depth=1
movl $0, -20052(%rbp)
movq %r13, %rdi
leaq L_.str.26(%rip), %rsi
movq %r14, %rdx
leaq -20052(%rbp), %rcx
xorl %eax, %eax
callq _sscanf
callq _pthread_self
movl -20052(%rbp), %ecx
leaq L_.str.27(%rip), %rdi
movl %eax, %esi
movq %r14, %rdx
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
cmpb $0, -20048(%rbp)
je LBB1_52
## %bb.42: ## in Loop: Header=BB1_2 Depth=1
cmpl $0, -20052(%rbp)
je LBB1_52
## %bb.43: ## in Loop: Header=BB1_2 Depth=1
movl _filecount(%rip), %r14d
testl %r14d, %r14d
jle LBB1_44
## %bb.51: ## in Loop: Header=BB1_2 Depth=1
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %r13
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_54: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13,%rbx,8), %rdi
leaq -20048(%rbp), %rsi
callq _strcmp
testl %eax, %eax
je LBB1_55
## %bb.53: ## in Loop: Header=BB1_54 Depth=2
incq %rbx
cmpq %rbx, %r14
jne LBB1_54
LBB1_44: ## in Loop: Header=BB1_2 Depth=1
xorl %r13d, %r13d
movq _file_locks@GOTPCREL(%rip), %r12
.p2align 4, 0x90
LBB1_45: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
cmpb $10, -10048(%rbp,%r13)
je LBB1_59
## %bb.46: ## in Loop: Header=BB1_45 Depth=2
cmpb $10, -10047(%rbp,%r13)
je LBB1_57
## %bb.47: ## in Loop: Header=BB1_45 Depth=2
cmpb $10, -10046(%rbp,%r13)
je LBB1_58
## %bb.48: ## in Loop: Header=BB1_45 Depth=2
cmpb $10, -10045(%rbp,%r13)
je LBB1_56
## %bb.49: ## in Loop: Header=BB1_45 Depth=2
addq $4, %r13
cmpq $64, %r13
jne LBB1_45
## %bb.50: ## in Loop: Header=BB1_2 Depth=1
movl $64, %r13d
jmp LBB1_59
.p2align 4, 0x90
LBB1_19: ## in Loop: Header=BB1_2 Depth=1
movl $0, -20052(%rbp)
movl $0, -20056(%rbp)
movq %r13, %rdi
leaq L_.str.9(%rip), %rsi
movq %r14, %rdx
leaq -20052(%rbp), %rcx
leaq -20056(%rbp), %r8
xorl %eax, %eax
callq _sscanf
callq _pthread_self
movl -20052(%rbp), %ecx
movl -20056(%rbp), %r8d
leaq L_.str.10(%rip), %rdi
movl %eax, %esi
movq %r14, %rdx
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movslq -20056(%rbp), %rax
testq %rax, %rax
je LBB1_21
## %bb.20: ## in Loop: Header=BB1_2 Depth=1
cmpb $0, -20048(%rbp)
je LBB1_21
## %bb.22: ## in Loop: Header=BB1_2 Depth=1
movq %rax, -20064(%rbp) ## 8-byte Spill
movl _filecount(%rip), %r15d
testl %r15d, %r15d
jle LBB1_27
## %bb.23: ## in Loop: Header=BB1_2 Depth=1
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rbx
shlq $6, %r15
movl $-1, %r13d
xorl %r14d, %r14d
.p2align 4, 0x90
LBB1_24: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rbx), %rsi
leaq -20048(%rbp), %rdi
callq _strcmp
testl %eax, %eax
je LBB1_26
## %bb.25: ## in Loop: Header=BB1_24 Depth=2
addq $-64, %r14
decl %r13d
addq $8, %rbx
movq %r15, %rax
addq %r14, %rax
jne LBB1_24
jmp LBB1_27
LBB1_52: ## in Loop: Header=BB1_2 Depth=1
movl (%rbx), %edi
movl $22, %edx
leaq L_.str.11(%rip), %rsi
xorl %ecx, %ecx
callq _send
jmp LBB1_72
LBB1_21: ## in Loop: Header=BB1_2 Depth=1
movq %rbx, %r15
movl (%rbx), %edi
movl $22, %edx
leaq L_.str.11(%rip), %rsi
xorl %ecx, %ecx
callq _send
leaq L_.str.12(%rip), %rbx
jmp LBB1_28
LBB1_14: ## in Loop: Header=BB1_2 Depth=1
movb $0, -20046(%rbp)
movw $2608, -20048(%rbp) ## imm = 0xA30
movq %r14, %r12
LBB1_18: ## in Loop: Header=BB1_2 Depth=1
movq -20072(%rbp), %r15 ## 8-byte Reload
movl (%r15), %ebx
movq %r12, %rdi
callq _strlen
movl %ebx, %edi
movq %r12, %rsi
movq %rax, %rdx
xorl %ecx, %ecx
callq _send
callq _pthread_self
leaq L_.str.7(%rip), %rdi
movl %eax, %esi
movq %r12, %rdx
xorl %eax, %eax
callq _printf
movq ___stdoutp@GOTPCREL(%rip), %rbx
movq (%rbx), %rdi
callq _fflush
movq %r12, %r14
movq %rbx, %r12
movq %r15, %rbx
leaq -10048(%rbp), %r13
jmp LBB1_72
LBB1_55: ## in Loop: Header=BB1_2 Depth=1
callq _pthread_self
leaq L_.str.28(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movq -20072(%rbp), %rbx ## 8-byte Reload
movl (%rbx), %edi
movl $18, %edx
leaq L_.str.29(%rip), %rsi
xorl %ecx, %ecx
callq _send
leaq -20048(%rbp), %r14
leaq -10048(%rbp), %r13
jmp LBB1_72
LBB1_26: ## in Loop: Header=BB1_2 Depth=1
testl %r13d, %r13d
je LBB1_27
## %bb.29: ## in Loop: Header=BB1_2 Depth=1
movl $1, %edi
movq -20064(%rbp), %rsi ## 8-byte Reload
callq _calloc
movq %rax, -20064(%rbp) ## 8-byte Spill
leaq -20048(%rbp), %r15
movq %r15, %rdi
callq _strlen
leaq 8(%rax), %rsi
movl $1, %edi
callq _calloc
movq %rax, %rbx
movabsq $3415249560659784819, %rax ## imm = 0x2F656761726F7473
movq %rax, (%rbx)
movb $0, 8(%rbx)
leaq 8(%rbx), %rdi
movq %r15, %rsi
callq _strcpy
movq _file_locks@GOTPCREL(%rip), %rax
movq (%rax), %rdi
subq %r14, %rdi
callq _pthread_mutex_lock
movq %rbx, -20088(%rbp) ## 8-byte Spill
movq %rbx, %rdi
leaq L_.str.16(%rip), %rsi
callq _fopen
movq %rax, %r15
cmpl $0, -20052(%rbp)
leaq L_.str.17(%rip), %r13
jle LBB1_32
## %bb.30: ## in Loop: Header=BB1_2 Depth=1
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_31: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %r15, %rdi
movq %r13, %rsi
xorl %eax, %eax
callq _fscanf
incl %ebx
cmpl -20052(%rbp), %ebx
jl LBB1_31
LBB1_32: ## in Loop: Header=BB1_2 Depth=1
movb $0, -20073(%rbp)
xorl %r13d, %r13d
cmpl $0, -20056(%rbp)
jle LBB1_38
## %bb.33: ## in Loop: Header=BB1_2 Depth=1
leaq -20074(%rbp), %rbx
.p2align 4, 0x90
LBB1_34: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %r15, %rdi
leaq L_.str.18(%rip), %rsi
movq %rbx, %rdx
xorl %eax, %eax
callq _fscanf
cmpl $-1, %eax
je LBB1_37
## %bb.35: ## in Loop: Header=BB1_34 Depth=2
movq -20064(%rbp), %rdi ## 8-byte Reload
movq %rbx, %rsi
callq _strcat
incl %r13d
cmpl -20056(%rbp), %r13d
jl LBB1_34
## %bb.36: ## in Loop: Header=BB1_2 Depth=1
xorl %r13d, %r13d
jmp LBB1_38
LBB1_27: ## in Loop: Header=BB1_2 Depth=1
movq -20072(%rbp), %rax ## 8-byte Reload
movq %rax, %r15
movl (%rax), %edi
movl $19, %edx
leaq L_.str.13(%rip), %rsi
xorl %ecx, %ecx
callq _send
leaq L_.str.14(%rip), %rbx
leaq -20048(%rbp), %r14
leaq -10048(%rbp), %r13
LBB1_28: ## in Loop: Header=BB1_2 Depth=1
callq _pthread_self
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movq %r15, %rbx
jmp LBB1_72
LBB1_57: ## in Loop: Header=BB1_2 Depth=1
incq %r13
jmp LBB1_59
LBB1_58: ## in Loop: Header=BB1_2 Depth=1
addq $2, %r13
jmp LBB1_59
LBB1_56: ## in Loop: Header=BB1_2 Depth=1
addq $3, %r13
LBB1_59: ## in Loop: Header=BB1_2 Depth=1
movslq %r14d, %rdi
shlq $6, %rdi
addq (%r12), %rdi
callq _pthread_mutex_lock
leaq -20048(%rbp), %rbx
movq %rbx, %rdi
callq _strlen
movl $1, %edi
movq %rax, %rsi
callq _calloc
movq _files@GOTPCREL(%rip), %rsi
movq (%rsi), %rcx
movslq _filecount(%rip), %rdx
movq %rax, (%rcx,%rdx,8)
movq (%rsi), %rax
movq (%rax,%rdx,8), %rdi
movq %rbx, %rsi
callq _strcpy
movslq _filecount(%rip), %rdi
leal 1(%rdi), %eax
movl %eax, _filecount(%rip)
shlq $6, %rdi
addq (%r12), %rdi
callq _pthread_mutex_unlock
movq %rbx, %rdi
callq _strlen
leaq 8(%rax), %rsi
movl $1, %edi
callq _calloc
movq %rax, %rcx
movabsq $3415249560659784819, %rax ## imm = 0x2F656761726F7473
movq %rax, (%rcx)
movb $0, 8(%rcx)
movq %rcx, -20064(%rbp) ## 8-byte Spill
leaq 8(%rcx), %rdi
movq %rbx, %rsi
callq _strcpy
movslq -20052(%rbp), %rbx
movl $1, %edi
movq %rbx, %rsi
callq _calloc
movq %rax, %r14
movl %r13d, %eax
movl $9999, %ecx ## imm = 0x270F
subl %r13d, %ecx
cvtsi2sd %ecx, %xmm0
leaq -10048(%rbp), %rcx
leaq (%rax,%rcx), %rsi
incq %rsi
cvtsi2sd %ebx, %xmm1
minsd %xmm1, %xmm0
cvttsd2si %xmm0, %rax
movq %rax, %rcx
sarq $63, %rcx
subsd LCPI1_0(%rip), %xmm0
cvttsd2si %xmm0, %rdx
andq %rcx, %rdx
orq %rax, %rdx
movq %r14, %rdi
callq _memcpy
subl %r15d, %r13d
addl %r13d, %ebx
incl %ebx
testl %ebx, %ebx
movq -20072(%rbp), %r12 ## 8-byte Reload
jle LBB1_61
.p2align 4, 0x90
LBB1_60: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movl %ebx, %r13d
movl $1, %edi
movq %r13, %rsi
callq _calloc
movq %rax, %r15
movl (%r12), %edi
movq %rax, %rsi
movq %r13, %rdx
xorl %ecx, %ecx
callq _recv
movslq -20052(%rbp), %rdi
movslq %ebx, %rbx
subq %rbx, %rdi
addq %r14, %rdi
movslq %eax, %r13
movq %r15, %rsi
movq %r13, %rdx
callq _memcpy
movq %r15, %rdi
callq _free
subl %r13d, %ebx
jg LBB1_60
LBB1_61: ## in Loop: Header=BB1_2 Depth=1
movl _filecount(%rip), %r13d
movq $-1, %r15
testl %r13d, %r13d
jle LBB1_62
## %bb.63: ## in Loop: Header=BB1_2 Depth=1
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rbx
xorl %r15d, %r15d
movq ___stdoutp@GOTPCREL(%rip), %r12
.p2align 4, 0x90
LBB1_64: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rbx,%r15,8), %rsi
leaq -20048(%rbp), %rdi
callq _strcmp
testl %eax, %eax
je LBB1_67
## %bb.65: ## in Loop: Header=BB1_64 Depth=2
incq %r15
cmpq %r15, %r13
jne LBB1_64
## %bb.66: ## in Loop: Header=BB1_2 Depth=1
movq $-1, %r15
jmp LBB1_67
LBB1_62: ## in Loop: Header=BB1_2 Depth=1
movq ___stdoutp@GOTPCREL(%rip), %r12
LBB1_67: ## in Loop: Header=BB1_2 Depth=1
movslq %r15d, %r15
shlq $6, %r15
movq _file_locks@GOTPCREL(%rip), %rax
movq (%rax), %rdi
addq %r15, %rdi
callq _pthread_mutex_lock
movq -20064(%rbp), %rdi ## 8-byte Reload
leaq L_.str.30(%rip), %rsi
callq _fopen
movq %rax, %r13
cmpl $0, -20052(%rbp)
jle LBB1_70
## %bb.68: ## in Loop: Header=BB1_2 Depth=1
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_69: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movsbl (%r14,%rbx), %edi
movq %r13, %rsi
callq _fputc
incq %rbx
movslq -20052(%rbp), %rax
cmpq %rax, %rbx
jl LBB1_69
LBB1_70: ## in Loop: Header=BB1_2 Depth=1
movq %r13, %rdi
callq _fclose
movq _file_locks@GOTPCREL(%rip), %rax
addq (%rax), %r15
movq %r15, %rdi
callq _pthread_mutex_unlock
movq %r14, %rdi
callq _free
movq -20064(%rbp), %rdi ## 8-byte Reload
callq _free
callq _pthread_self
movl -20052(%rbp), %ecx
leaq L_.str.31(%rip), %rdi
movl %eax, %esi
leaq -20048(%rbp), %r14
movq %r14, %rdx
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movq -20072(%rbp), %rbx ## 8-byte Reload
movl (%rbx), %edi
movl $4, %edx
leaq L_.str.32(%rip), %rsi
xorl %ecx, %ecx
callq _send
callq _pthread_self
leaq L_.str.33(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
leaq -10048(%rbp), %r13
jmp LBB1_72
LBB1_37: ## in Loop: Header=BB1_2 Depth=1
movq -20072(%rbp), %rax ## 8-byte Reload
movl (%rax), %edi
movl $25, %edx
leaq L_.str.19(%rip), %rsi
xorl %ecx, %ecx
callq _send
callq _pthread_self
leaq L_.str.20(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movb $1, %r13b
LBB1_38: ## in Loop: Header=BB1_2 Depth=1
movq %r15, %rdi
callq _fclose
movq _file_locks@GOTPCREL(%rip), %rax
movq (%rax), %rdi
subq %r14, %rdi
callq _pthread_mutex_unlock
movl $1, %edi
movl $16, %esi
callq _calloc
movq %rax, %rbx
movl -20056(%rbp), %r9d
movl $16, %edx
movq %rax, %rdi
xorl %esi, %esi
leaq L_.str.21(%rip), %rcx
leaq L_.str.22(%rip), %r8
xorl %eax, %eax
callq ___sprintf_chk
movq -20072(%rbp), %r15 ## 8-byte Reload
movl (%r15), %r14d
movq %rbx, %rdi
callq _strlen
movl %r14d, %edi
movq %rbx, %rsi
movq %rax, %rdx
xorl %ecx, %ecx
callq _send
callq _pthread_self
movl -20056(%rbp), %edx
leaq L_.str.23(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
movq %rbx, %rdi
callq _free
testb %r13b, %r13b
movq %r15, %rbx
leaq -20048(%rbp), %r14
jne LBB1_40
## %bb.39: ## in Loop: Header=BB1_2 Depth=1
movl (%rbx), %r15d
movq -20064(%rbp), %r13 ## 8-byte Reload
movq %r13, %rdi
callq _strlen
movl %r15d, %edi
movq %r13, %rsi
movq %rax, %rdx
xorl %ecx, %ecx
callq _send
callq _pthread_self
movl -20056(%rbp), %edx
movl -20052(%rbp), %r8d
leaq L_.str.24(%rip), %rdi
movl %eax, %esi
movq %r14, %rcx
xorl %eax, %eax
callq _printf
movq (%r12), %rdi
callq _fflush
LBB1_40: ## in Loop: Header=BB1_2 Depth=1
movq -20088(%rbp), %rdi ## 8-byte Reload
callq _free
movq -20064(%rbp), %rdi ## 8-byte Reload
callq _free
leaq -10048(%rbp), %r13
jmp LBB1_72
LBB1_73:
movl (%rbx), %edi
callq _close
callq _pthread_self
leaq L_.str(%rip), %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fflush
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB1_75
## %bb.74:
xorl %eax, %eax
addq $20056, %rsp ## imm = 0x4E58
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB1_75:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function compareString
_compareString: ## @compareString
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rdi
movq (%rsi), %rsi
popq %rbp
jmp _strcmp ## TAILCALL
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $520, %rsp ## imm = 0x208
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movl %edi, %r15d
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq L_str(%rip), %rdi
callq _puts
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fflush
movslq _mem_files(%rip), %rbx
movl $8, %edi
movq %rbx, %rsi
callq _calloc
movq _files@GOTPCREL(%rip), %rcx
movq %rax, (%rcx)
movl $64, %edi
movq %rbx, %rsi
callq _calloc
movq _file_locks@GOTPCREL(%rip), %r13
movq %rax, (%r13)
testq %rbx, %rbx
jle LBB3_4
## %bb.1:
movq %rax, %rdi
xorl %esi, %esi
callq _pthread_mutex_init
cmpl $2, _mem_files(%rip)
jl LBB3_4
## %bb.2:
movl $1, %r12d
movl $64, %ebx
.p2align 4, 0x90
LBB3_3: ## =>This Inner Loop Header: Depth=1
movq (%r13), %rdi
addq %rbx, %rdi
xorl %esi, %esi
callq _pthread_mutex_init
incq %r12
movslq _mem_files(%rip), %rax
addq $64, %rbx
cmpq %rax, %r12
jl LBB3_3
LBB3_4:
cmpl $3, %r15d
jne LBB3_76
## %bb.5:
movq 8(%r14), %rdi
callq _atoi
movl %eax, %r15d
movq 16(%r14), %rdi
callq _atoi
movl %eax, %r12d
leaq L_.str.39(%rip), %rdi
callq _opendir$INODE64
testq %rax, %rax
je LBB3_9
## %bb.6:
movq %rax, %rdi
callq _closedir
jmp LBB3_7
LBB3_76:
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _free
movq (%r13), %rdi
callq _free
movq ___stderrp@GOTPCREL(%rip), %rbx
movq (%rbx), %rcx
leaq L_.str.37(%rip), %rdi
movl $35, %esi
movl $1, %edx
callq _fwrite
movq (%rbx), %rcx
leaq L_.str.38(%rip), %rdi
movl $48, %esi
LBB3_13:
movl $1, %edx
callq _fwrite
movl $1, %ebx
LBB3_74:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB3_77
## %bb.75:
movl %ebx, %eax
addq $520, %rsp ## imm = 0x208
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB3_9:
callq ___error
cmpl $2, (%rax)
jne LBB3_7
## %bb.10:
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _free
movq (%r13), %rdi
callq _free
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.40(%rip), %rdi
movl $40, %esi
jmp LBB3_13
LBB3_7:
movl $1, %ebx
movl $2, %edi
movl $1, %esi
xorl %edx, %edx
callq _socket
cmpl $-1, %eax
je LBB3_8
## %bb.11:
movl %eax, %r14d
movl $2, %edi
movl $2, %esi
xorl %edx, %edx
callq _socket
cmpl $-1, %eax
je LBB3_12
## %bb.14:
movl %eax, %ebx
movl $16, -412(%rbp)
movb $2, -63(%rbp)
movl %r15d, %eax
rolw $8, %ax
movl $0, -60(%rbp)
movw %ax, -62(%rbp)
movl $16, -392(%rbp)
movb $2, -79(%rbp)
movl $0, -76(%rbp)
movl %r12d, %eax
rolw $8, %ax
movw %ax, -78(%rbp)
leaq -64(%rbp), %rsi
movl %r14d, %edi
movl $16, %edx
callq _bind
testl %eax, %eax
js LBB3_15
## %bb.17:
movl -392(%rbp), %edx
leaq -80(%rbp), %rsi
movl %ebx, %edi
callq _bind
testl %eax, %eax
js LBB3_18
## %bb.19:
leaq -64(%rbp), %rsi
leaq -412(%rbp), %rdx
movl %r14d, %edi
callq _getsockname
testl %eax, %eax
js LBB3_20
## %bb.22:
leaq -80(%rbp), %rsi
leaq -392(%rbp), %rdx
movl %ebx, %edi
callq _getsockname
testl %eax, %eax
js LBB3_23
## %bb.24:
movl %ebx, -376(%rbp) ## 4-byte Spill
leaq L_.str.47(%rip), %rdi
xorl %ebx, %ebx
movl %r15d, %esi
xorl %eax, %eax
callq _printf
leaq L_.str.48(%rip), %rdi
movl %r12d, %esi
xorl %eax, %eax
callq _printf
movq ___stdoutp@GOTPCREL(%rip), %r15
movq (%r15), %rdi
callq _fflush
movl %r14d, %edi
movl $5, %esi
callq _listen
cmpl $0, _stopNow(%rip)
jne LBB3_74
## %bb.25:
movslq %r14d, %r12
movl $1, %eax
movl $1, %edx
movl %r14d, %ecx
shll %cl, %edx
movl %edx, -384(%rbp) ## 4-byte Spill
shrq $5, %r12
movl -376(%rbp), %ebx ## 4-byte Reload
movslq %ebx, %rdx
movl %ebx, %ecx
shll %cl, %eax
movl %eax, -388(%rbp) ## 4-byte Spill
shrq $5, %rdx
movq %rdx, -424(%rbp) ## 8-byte Spill
movl %ebx, %eax
incl %eax
movl %eax, -408(%rbp) ## 4-byte Spill
leaq -560(%rbp), %rsi
movl %r14d, -380(%rbp) ## 4-byte Spill
movq %r12, -400(%rbp) ## 8-byte Spill
jmp LBB3_26
LBB3_8:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.41(%rip), %rdi
movl $34, %esi
movl $1, %edx
callq _fwrite
jmp LBB3_74
LBB3_12:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.42(%rip), %rdi
movl $34, %esi
jmp LBB3_13
LBB3_15:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.43(%rip), %rdi
movl $32, %esi
jmp LBB3_13
LBB3_18:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.44(%rip), %rdi
movl $32, %esi
jmp LBB3_13
LBB3_70: ## in Loop: Header=BB3_26 Depth=1
movl -372(%rbp), %r9d
movl $28, %edx
movl -376(%rbp), %ebx ## 4-byte Reload
movl %ebx, %edi
leaq L_.str.54(%rip), %rsi
xorl %ecx, %ecx
movq %r15, %r8
callq _sendto
LBB3_71: ## in Loop: Header=BB3_26 Depth=1
movq -400(%rbp), %r12 ## 8-byte Reload
LBB3_72: ## in Loop: Header=BB3_26 Depth=1
cmpl $0, _stopNow(%rip)
leaq -560(%rbp), %rsi
jne LBB3_73
LBB3_26: ## =>This Loop Header: Depth=1
## Child Loop BB3_37 Depth 2
## Child Loop BB3_67 Depth 2
## Child Loop BB3_46 Depth 2
## Child Loop BB3_50 Depth 2
## Child Loop BB3_59 Depth 2
## Child Loop BB3_62 Depth 2
## Child Loop BB3_65 Depth 2
xorps %xmm0, %xmm0
movaps %xmm0, -448(%rbp)
movaps %xmm0, -464(%rbp)
movaps %xmm0, -480(%rbp)
movaps %xmm0, -496(%rbp)
movaps %xmm0, -512(%rbp)
movaps %xmm0, -528(%rbp)
movaps %xmm0, -544(%rbp)
movaps %xmm0, -560(%rbp)
movl %r14d, %edi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
testl %eax, %eax
je LBB3_28
## %bb.27: ## in Loop: Header=BB3_26 Depth=1
movl -384(%rbp), %eax ## 4-byte Reload
orl %eax, -560(%rbp,%r12,4)
LBB3_28: ## in Loop: Header=BB3_26 Depth=1
movl %ebx, %edi
leaq -560(%rbp), %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
testl %eax, %eax
je LBB3_30
## %bb.29: ## in Loop: Header=BB3_26 Depth=1
movl -388(%rbp), %eax ## 4-byte Reload
movq -424(%rbp), %rcx ## 8-byte Reload
orl %eax, -560(%rbp,%rcx,4)
LBB3_30: ## in Loop: Header=BB3_26 Depth=1
movl -408(%rbp), %edi ## 4-byte Reload
leaq -560(%rbp), %r15
movq %r15, %rsi
xorl %edx, %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
callq _select$1050
testl %eax, %eax
js LBB3_31
## %bb.32: ## in Loop: Header=BB3_26 Depth=1
movl %r14d, %edi
movq %r15, %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
testl %eax, %eax
leaq -96(%rbp), %r15
je LBB3_53
## %bb.33: ## in Loop: Header=BB3_26 Depth=1
movl -384(%rbp), %eax ## 4-byte Reload
testl %eax, -560(%rbp,%r12,4)
je LBB3_53
## %bb.34: ## in Loop: Header=BB3_26 Depth=1
movl _filecount(%rip), %eax
movl _mem_files(%rip), %r14d
cmpl %r14d, %eax
jl LBB3_52
## %bb.35: ## in Loop: Header=BB3_26 Depth=1
testl %eax, %eax
jle LBB3_39
## %bb.36: ## in Loop: Header=BB3_26 Depth=1
xorl %r14d, %r14d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB3_37: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13), %rdi
addq %r14, %rdi
callq _pthread_mutex_lock
incq %rbx
movslq _filecount(%rip), %rax
addq $64, %r14
cmpq %rax, %rbx
jl LBB3_37
## %bb.38: ## in Loop: Header=BB3_26 Depth=1
movl _mem_files(%rip), %r14d
LBB3_39: ## in Loop: Header=BB3_26 Depth=1
leal (%r14,%r14), %eax
movl %eax, -404(%rbp) ## 4-byte Spill
movslq %eax, %rbx
movl $8, %edi
movq %rbx, %rsi
callq _calloc
movq %rax, %r15
movl $64, %edi
movq %rbx, %rsi
callq _calloc
movq %rax, %r12
testl %r14d, %r14d
jle LBB3_44
## %bb.40: ## in Loop: Header=BB3_26 Depth=1
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rcx
movq (%r13), %rax
movl %r14d, %r8d
cmpl $1, %r14d
jne LBB3_66
## %bb.41: ## in Loop: Header=BB3_26 Depth=1
xorl %edx, %edx
jmp LBB3_42
LBB3_66: ## in Loop: Header=BB3_26 Depth=1
movl %r8d, %edi
andl $-2, %edi
movl $8, %ebx
xorl %edx, %edx
.p2align 4, 0x90
LBB3_67: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq -8(%rcx,%rbx), %rsi
movq %rsi, -8(%r15,%rbx)
movups -64(%rax,%rbx,8), %xmm0
movups -48(%rax,%rbx,8), %xmm1
movups -32(%rax,%rbx,8), %xmm2
movups -16(%rax,%rbx,8), %xmm3
movups %xmm3, -16(%r12,%rbx,8)
movups %xmm2, -32(%r12,%rbx,8)
movups %xmm1, -48(%r12,%rbx,8)
movups %xmm0, -64(%r12,%rbx,8)
movq (%rcx,%rbx), %rsi
movq %rsi, (%r15,%rbx)
movups (%rax,%rbx,8), %xmm0
movups 16(%rax,%rbx,8), %xmm1
movups 32(%rax,%rbx,8), %xmm2
movups 48(%rax,%rbx,8), %xmm3
movups %xmm3, 48(%r12,%rbx,8)
movups %xmm2, 32(%r12,%rbx,8)
movups %xmm1, 16(%r12,%rbx,8)
movups %xmm0, (%r12,%rbx,8)
addq $2, %rdx
addq $16, %rbx
cmpq %rdx, %rdi
jne LBB3_67
LBB3_42: ## in Loop: Header=BB3_26 Depth=1
testb $1, %r8b
je LBB3_44
## %bb.43: ## in Loop: Header=BB3_26 Depth=1
movq (%rcx,%rdx,8), %rcx
movq %rcx, (%r15,%rdx,8)
shlq $6, %rdx
movups (%rax,%rdx), %xmm0
movups 16(%rax,%rdx), %xmm1
movups 32(%rax,%rdx), %xmm2
movups 48(%rax,%rdx), %xmm3
movups %xmm3, 48(%r12,%rdx)
movups %xmm2, 32(%r12,%rdx)
movups %xmm1, 16(%r12,%rdx)
movups %xmm0, (%r12,%rdx)
LBB3_44: ## in Loop: Header=BB3_26 Depth=1
cmpl -404(%rbp), %r14d ## 4-byte Folded Reload
jge LBB3_47
## %bb.45: ## in Loop: Header=BB3_26 Depth=1
movslq %r14d, %r14
movq %r14, %rax
shlq $6, %rax
movq %r12, %rbx
addq %rax, %rbx
.p2align 4, 0x90
LBB3_46: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq %rbx, %rdi
xorl %esi, %esi
callq _pthread_mutex_init
incq %r14
movslq _mem_files(%rip), %rax
addq %rax, %rax
addq $64, %rbx
cmpq %rax, %r14
jl LBB3_46
LBB3_47: ## in Loop: Header=BB3_26 Depth=1
movq _files@GOTPCREL(%rip), %rbx
movq (%rbx), %rdi
callq _free
movq (%r13), %rdi
callq _free
movq %r15, (%rbx)
movq %r12, (%r13)
cmpl $0, _filecount(%rip)
jle LBB3_51
## %bb.48: ## in Loop: Header=BB3_26 Depth=1
movq %r12, %rdi
callq _pthread_mutex_unlock
cmpl $2, _filecount(%rip)
jl LBB3_51
## %bb.49: ## in Loop: Header=BB3_26 Depth=1
movl $1, %r14d
movl $64, %ebx
.p2align 4, 0x90
LBB3_50: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13), %rdi
addq %rbx, %rdi
callq _pthread_mutex_unlock
incq %r14
movslq _filecount(%rip), %rax
addq $64, %rbx
cmpq %rax, %r14
jl LBB3_50
LBB3_51: ## in Loop: Header=BB3_26 Depth=1
shll _mem_files(%rip)
movq -400(%rbp), %r12 ## 8-byte Reload
leaq -96(%rbp), %r15
LBB3_52: ## in Loop: Header=BB3_26 Depth=1
movl $16, -372(%rbp)
movl $4, %edi
movl $1, %esi
callq _calloc
movq %rax, %rbx
movl -380(%rbp), %r14d ## 4-byte Reload
movl %r14d, %edi
leaq -352(%rbp), %rsi
leaq -372(%rbp), %rdx
callq _accept
movl %eax, (%rbx)
movl $2, %edi
leaq -348(%rbp), %rsi
movq %r15, %rdx
movl $16, %ecx
callq _inet_ntop
leaq L_.str.50(%rip), %rdi
movq %r15, %rsi
xorl %eax, %eax
callq _printf
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fflush
leaq -368(%rbp), %rdi
xorl %esi, %esi
leaq _thandler(%rip), %rdx
movq %rbx, %rcx
callq _pthread_create
movl -376(%rbp), %ebx ## 4-byte Reload
LBB3_53: ## in Loop: Header=BB3_26 Depth=1
movl %ebx, %edi
leaq -560(%rbp), %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
testl %eax, %eax
je LBB3_72
## %bb.54: ## in Loop: Header=BB3_26 Depth=1
movl -388(%rbp), %eax ## 4-byte Reload
movq -424(%rbp), %rcx ## 8-byte Reload
testl %eax, -560(%rbp,%rcx,4)
je LBB3_72
## %bb.55: ## in Loop: Header=BB3_26 Depth=1
movl $16, -372(%rbp)
movl $256, %edx ## imm = 0x100
movl %ebx, %edi
leaq -352(%rbp), %rsi
xorl %ecx, %ecx
movq %r15, %r8
leaq -372(%rbp), %r9
callq _recvfrom
cltq
movb $0, -352(%rbp,%rax)
movl $2, %edi
leaq -92(%rbp), %rsi
leaq -368(%rbp), %r12
movq %r12, %rdx
movl $16, %ecx
callq _inet_ntop
leaq L_.str.51(%rip), %rdi
movq %r12, %rsi
movq ___stdoutp@GOTPCREL(%rip), %rbx
xorl %eax, %eax
callq _printf
movq (%rbx), %rdi
callq _fflush
cmpl $1414744396, -352(%rbp) ## imm = 0x5453494C
jne LBB3_70
## %bb.56: ## in Loop: Header=BB3_26 Depth=1
leaq L_str.55(%rip), %rdi
callq _puts
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fflush
movl $1, %edi
movl $10000, %esi ## imm = 0x2710
callq _calloc
movq %rax, %r14
movl _filecount(%rip), %eax
testl %eax, %eax
je LBB3_68
## %bb.57: ## in Loop: Header=BB3_26 Depth=1
jle LBB3_60
## %bb.58: ## in Loop: Header=BB3_26 Depth=1
xorl %r15d, %r15d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB3_59: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13), %rdi
addq %r15, %rdi
callq _pthread_mutex_lock
incq %rbx
movslq _filecount(%rip), %rax
addq $64, %r15
cmpq %rax, %rbx
jl LBB3_59
LBB3_60: ## in Loop: Header=BB3_26 Depth=1
movslq %eax, %rsi
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movl $8, %edx
leaq _compareString(%rip), %rcx
callq _qsort
movl _filecount(%rip), %r8d
testl %r8d, %r8d
jle LBB3_63
## %bb.61: ## in Loop: Header=BB3_26 Depth=1
xorl %r15d, %r15d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB3_62: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13), %rdi
addq %r15, %rdi
callq _pthread_mutex_unlock
incq %rbx
movslq _filecount(%rip), %r8
addq $64, %r15
cmpq %r8, %rbx
jl LBB3_62
LBB3_63: ## in Loop: Header=BB3_26 Depth=1
movl $10000, %edx ## imm = 0x2710
movq %r14, %rdi
xorl %esi, %esi
leaq L_.str.4(%rip), %rcx
## kill: def $r8d killed $r8d killed $r8
xorl %eax, %eax
callq ___sprintf_chk
cmpl $0, _filecount(%rip)
jle LBB3_69
## %bb.64: ## in Loop: Header=BB3_26 Depth=1
xorl %r12d, %r12d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB3_65: ## Parent Loop BB3_26 Depth=1
## => This Inner Loop Header: Depth=2
movq (%r13), %rdi
addq %r12, %rdi
callq _pthread_mutex_lock
leaq 1(%rbx), %r15
movl _filecount(%rip), %eax
cmpq %rax, %r15
movq _files@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax,%rbx,8), %r9
leaq L_.str.6(%rip), %rcx
leaq L_.str.5(%rip), %rax
cmoveq %rax, %rcx
movl $10000, %edx ## imm = 0x2710
movq %r14, %rdi
xorl %esi, %esi
movq %r14, %r8
xorl %eax, %eax
callq ___sprintf_chk
movq (%r13), %rdi
addq %r12, %rdi
callq _pthread_mutex_unlock
movslq _filecount(%rip), %rax
addq $64, %r12
movq %r15, %rbx
cmpq %rax, %r15
jl LBB3_65
jmp LBB3_69
LBB3_68: ## in Loop: Header=BB3_26 Depth=1
movb $0, 2(%r14)
movw $2608, (%r14) ## imm = 0xA30
LBB3_69: ## in Loop: Header=BB3_26 Depth=1
movq %r14, %rdi
callq _strlen
movl -372(%rbp), %r9d
movl -376(%rbp), %ebx ## 4-byte Reload
movl %ebx, %edi
movq %r14, %rsi
movq %rax, %rdx
xorl %ecx, %ecx
leaq -96(%rbp), %r8
callq _sendto
leaq L_.str.53(%rip), %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _printf
movq ___stdoutp@GOTPCREL(%rip), %r15
movq (%r15), %rdi
callq _fflush
movq %r14, %rdi
callq _free
movl -380(%rbp), %r14d ## 4-byte Reload
jmp LBB3_71
LBB3_20:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.45(%rip), %rdi
movl $39, %esi
jmp LBB3_13
LBB3_23:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.46(%rip), %rdi
movl $39, %esi
jmp LBB3_13
LBB3_31:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.49(%rip), %rdi
movl $30, %esi
jmp LBB3_13
LBB3_73:
xorl %ebx, %ebx
jmp LBB3_74
LBB3_77:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.globl _stopNow ## @stopNow
.zerofill __DATA,__common,_stopNow,4,2
.globl _filecount ## @filecount
.zerofill __DATA,__common,_filecount,4,2
.section __DATA,__data
.globl _mem_files ## @mem_files
.p2align 2
_mem_files:
.long 4 ## 0x4
.comm _files,8,3 ## @files
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "[child %u] Client disconnected\n"
L_.str.2: ## @.str.2
.asciz "[child %u] Received LIST\n"
.comm _file_locks,8,3 ## @file_locks
L_.str.3: ## @.str.3
.asciz "0\n"
L_.str.4: ## @.str.4
.asciz "%d"
L_.str.5: ## @.str.5
.asciz "%s %s\n"
L_.str.6: ## @.str.6
.asciz "%s %s"
L_.str.7: ## @.str.7
.asciz "[child %u] Sent %s"
L_.str.9: ## @.str.9
.asciz "%*s %s %d %d"
L_.str.10: ## @.str.10
.asciz "[child %u] Received READ %s %d %d\n"
L_.str.11: ## @.str.11
.asciz "ERROR INVALID REQUEST\n"
L_.str.12: ## @.str.12
.asciz "[child %u] Sent ERROR INVALID REQUEST\n"
L_.str.13: ## @.str.13
.asciz "ERROR NO SUCH FILE\n"
L_.str.14: ## @.str.14
.asciz "[child %u] Sent ERROR NO SUCH FILE\n"
L_.str.15: ## @.str.15
.asciz "storage/"
L_.str.16: ## @.str.16
.asciz "r"
L_.str.17: ## @.str.17
.asciz "%*c"
L_.str.18: ## @.str.18
.asciz "%c"
L_.str.19: ## @.str.19
.asciz "ERROR INVALID BYTE RANGE\n"
L_.str.20: ## @.str.20
.asciz "[child %u] Sent ERROR INVALID BYTE RANGE\n"
L_.str.21: ## @.str.21
.asciz "%s %d\n"
L_.str.22: ## @.str.22
.asciz "ACK"
L_.str.23: ## @.str.23
.asciz "[child %u] Sent ACK %d\n"
L_.str.24: ## @.str.24
.asciz "[child %u] Sent %d bytes of \"%s\" from offset %d\n"
L_.str.26: ## @.str.26
.asciz "%*s %s %d"
L_.str.27: ## @.str.27
.asciz "[child %u] Received SAVE %s %d\n"
L_.str.28: ## @.str.28
.asciz "[child %u] Sent ERROR FILE EXISTS\n"
L_.str.29: ## @.str.29
.asciz "ERROR FILE EXISTS\n"
L_.str.30: ## @.str.30
.asciz "w"
L_.str.31: ## @.str.31
.asciz "[child %u] Stored file \"%s\" (%d bytes)\n"
L_.str.32: ## @.str.32
.asciz "ACK\n"
L_.str.33: ## @.str.33
.asciz "[child %u] Sent ACK\n"
L_.str.34: ## @.str.34
.asciz "ERROR: Invalid TCP command.\n"
L_.str.35: ## @.str.35
.asciz "[child %u] Sent ERROR INVALID TCP COMMAND\n"
L_.str.37: ## @.str.37
.asciz "ERROR: Not enough arguments given.\n"
L_.str.38: ## @.str.38
.asciz "ERROR: Expected [program] [tcp port] [udp port]\n"
L_.str.39: ## @.str.39
.asciz "storage"
L_.str.40: ## @.str.40
.asciz "ERROR: storage directory does not exist\n"
L_.str.41: ## @.str.41
.asciz "ERROR: Error on TCP socket() call\n"
L_.str.42: ## @.str.42
.asciz "ERROR: Error on UDP socket() call\n"
L_.str.43: ## @.str.43
.asciz "ERROR: Error on TCP bind() call\n"
L_.str.44: ## @.str.44
.asciz "ERROR: Error on UDP bind() call\n"
L_.str.45: ## @.str.45
.asciz "ERROR: Error on TCP getsockname() call\n"
L_.str.46: ## @.str.46
.asciz "ERROR: Error on UDP getsockname() call\n"
L_.str.47: ## @.str.47
.asciz "Listening for TCP connections on port: %d\n"
L_.str.48: ## @.str.48
.asciz "Listening for UDP datagrams on port: %d\n"
L_.str.49: ## @.str.49
.asciz "ERROR: Error on select() call\n"
L_.str.50: ## @.str.50
.asciz "Rcvd incoming TCP connection from: %s\n"
L_.str.51: ## @.str.51
.asciz "Rcvd incoming UDP datagram from: %s\n"
L_.str.53: ## @.str.53
.asciz "Sent %s"
L_.str.54: ## @.str.54
.asciz "ERROR: Invalid UDP command.\n"
L_str: ## @str
.asciz "Started server"
L_str.55: ## @str.55
.asciz "Received LIST"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _getFileIndex ; -- Begin function getFileIndex
.p2align 2
_getFileIndex: ; @getFileIndex
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
Lloh0:
adrp x8, _filecount@PAGE
Lloh1:
ldr w21, [x8, _filecount@PAGEOFF]
cmp w21, #1
b.lt LBB0_4
; %bb.1:
mov x20, x0
mov x19, #0
Lloh2:
adrp x8, _files@GOTPAGE
Lloh3:
ldr x8, [x8, _files@GOTPAGEOFF]
Lloh4:
ldr x22, [x8]
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x1, [x22, x19, lsl #3]
mov x0, x20
bl _strcmp
cbz w0, LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
add x19, x19, #1
cmp x21, x19
b.ne LBB0_2
LBB0_4:
mov w19, #-1
LBB0_5:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdr Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.cfi_endproc
; -- End function
.globl _thandler ; -- Begin function thandler
.p2align 2
_thandler: ; @thandler
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov w9, #20080
Lloh5:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh6:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #4, lsl #12 ; =16384
sub sp, sp, #3696
mov x25, x0
Lloh7:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh8:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh9:
ldr x8, [x8]
stur x8, [x29, #-96]
bl _pthread_self
bl _pthread_detach
ldr w0, [x25]
add x1, sp, #2, lsl #12 ; =8192
add x1, x1, #1872
mov w2, #10000
mov w3, #0
bl _recv
Lloh10:
adrp x19, ___stdoutp@GOTPAGE
Lloh11:
ldr x19, [x19, ___stdoutp@GOTPAGEOFF]
cmp w0, #1
b.lt LBB1_68
; %bb.1:
mov x24, x0
add x26, sp, #2, lsl #12 ; =8192
add x26, x26, #1872
adrp x28, _filecount@PAGE
Lloh12:
adrp x21, _file_locks@GOTPAGE
Lloh13:
ldr x21, [x21, _file_locks@GOTPAGEOFF]
Lloh14:
adrp x27, _files@GOTPAGE
Lloh15:
ldr x27, [x27, _files@GOTPAGEOFF]
add x20, sp, #64
str x25, [sp, #40] ; 8-byte Folded Spill
b LBB1_5
LBB1_2: ; in Loop: Header=BB1_5 Depth=1
ldr w0, [x25]
Lloh16:
adrp x1, l_.str.34@PAGE
Lloh17:
add x1, x1, l_.str.34@PAGEOFF
mov w2, #28
mov w3, #0
bl _send
bl _pthread_self
str x0, [sp]
Lloh18:
adrp x0, l_.str.35@PAGE
Lloh19:
add x0, x0, l_.str.35@PAGEOFF
LBB1_3: ; in Loop: Header=BB1_5 Depth=1
bl _printf
ldr x0, [x19]
bl _fflush
LBB1_4: ; in Loop: Header=BB1_5 Depth=1
ldr w0, [x25]
add x1, sp, #2, lsl #12 ; =8192
add x1, x1, #1872
mov w2, #10000
mov w3, #0
bl _recv
mov x24, x0
cmp w24, #0
b.le LBB1_68
LBB1_5: ; =>This Loop Header: Depth=1
; Child Loop BB1_12 Depth 2
; Child Loop BB1_15 Depth 2
; Child Loop BB1_18 Depth 2
; Child Loop BB1_21 Depth 2
; Child Loop BB1_26 Depth 2
; Child Loop BB1_44 Depth 2
; Child Loop BB1_55 Depth 2
; Child Loop BB1_58 Depth 2
; Child Loop BB1_30 Depth 2
; Child Loop BB1_34 Depth 2
; Child Loop BB1_39 Depth 2
ldr w8, [x26]
mov w9, #18764
movk w9, #21587, lsl #16
cmp w8, w9
b.eq LBB1_28
; %bb.6: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [x26]
mov w9, #17746
movk w9, #17473, lsl #16
cmp w8, w9
b.eq LBB1_40
; %bb.7: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [x26]
mov w9, #16723
movk w9, #17750, lsl #16
cmp w8, w9
b.ne LBB1_2
; %bb.8: ; in Loop: Header=BB1_5 Depth=1
str wzr, [sp, #60]
add x8, sp, #60
stp x20, x8, [sp]
add x0, sp, #2, lsl #12 ; =8192
add x0, x0, #1872
Lloh20:
adrp x1, l_.str.26@PAGE
Lloh21:
add x1, x1, l_.str.26@PAGEOFF
bl _sscanf
bl _pthread_self
ldr w8, [sp, #60]
stp x20, x8, [sp, #8]
str x0, [sp]
Lloh22:
adrp x0, l_.str.27@PAGE
Lloh23:
add x0, x0, l_.str.27@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
ldrb w8, [sp, #64]
cbz w8, LBB1_52
; %bb.9: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #60]
cbz w8, LBB1_52
; %bb.10: ; in Loop: Header=BB1_5 Depth=1
ldr w23, [x28, _filecount@PAGEOFF]
cmp w23, #0
b.le LBB1_14
; %bb.11: ; in Loop: Header=BB1_5 Depth=1
ldr x22, [x27]
mov x25, x23
LBB1_12: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x0, [x22]
add x1, sp, #64
bl _strcmp
cbz w0, LBB1_61
; %bb.13: ; in Loop: Header=BB1_12 Depth=2
add x22, x22, #8
subs x25, x25, #1
b.ne LBB1_12
LBB1_14: ; in Loop: Header=BB1_5 Depth=1
mov x22, #0
Lloh24:
adrp x19, ___stdoutp@GOTPAGE
Lloh25:
ldr x19, [x19, ___stdoutp@GOTPAGEOFF]
add x9, sp, #2, lsl #12 ; =8192
add x9, x9, #1872
LBB1_15: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldrb w8, [x9, x22]
cmp w8, #10
b.eq LBB1_17
; %bb.16: ; in Loop: Header=BB1_15 Depth=2
add x22, x22, #1
cmp x22, #64
b.ne LBB1_15
LBB1_17: ; in Loop: Header=BB1_5 Depth=1
add w25, w22, #1
ldr x8, [x21]
sxtw x9, w23
add x0, x8, x9, lsl #6
bl _pthread_mutex_lock
add x0, sp, #64
bl _strlen
mov x1, x0
mov w0, #1
bl _calloc
ldr x8, [x27]
ldrsw x9, [x28, _filecount@PAGEOFF]
lsl x9, x9, #3
str x0, [x8, x9]
ldr x8, [x27]
ldr x0, [x8, x9]
add x1, sp, #64
bl _strcpy
ldrsw x8, [x28, _filecount@PAGEOFF]
add w9, w8, #1
str w9, [x28, _filecount@PAGEOFF]
ldr x9, [x21]
add x0, x9, x8, lsl #6
bl _pthread_mutex_unlock
add x0, sp, #64
bl _strlen
add x1, x0, #8
mov w0, #1
bl _calloc
Lloh26:
adrp x8, l_.str.15@PAGE
Lloh27:
add x8, x8, l_.str.15@PAGEOFF
Lloh28:
ldr x8, [x8]
str x8, [x0]
str x0, [sp, #32] ; 8-byte Folded Spill
strb wzr, [x0, #8]!
add x1, sp, #64
bl _strcpy
ldrsw x23, [sp, #60]
mov w0, #1
mov x1, x23
bl _calloc
mov x26, x0
mov w8, #9999
sub w8, w8, w22
scvtf d0, w8
add x8, sp, #2, lsl #12 ; =8192
add x8, x8, #1872
add x1, x8, x25
scvtf d1, w23
fminnm d0, d0, d1
fcvtzu x2, d0
bl _memcpy
sub w8, w25, w24
add w22, w8, w23
cmp w22, #1
ldr x25, [sp, #40] ; 8-byte Folded Reload
b.lt LBB1_19
LBB1_18: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
mov w23, w22
mov w0, #1
mov x1, x23
bl _calloc
mov x24, x0
ldr w0, [x25]
mov x1, x24
mov x2, x23
mov w3, #0
bl _recv
mov x23, x0
ldrsw x8, [sp, #60]
sub x8, x8, w22, sxtw
add x0, x26, x8
sxtw x2, w23
mov x1, x24
bl _memcpy
sub w22, w22, w23
mov x0, x24
bl _free
cmp w22, #0
b.gt LBB1_18
LBB1_19: ; in Loop: Header=BB1_5 Depth=1
ldr w23, [x28, _filecount@PAGEOFF]
cmp w23, #1
b.lt LBB1_23
; %bb.20: ; in Loop: Header=BB1_5 Depth=1
mov x22, #0
ldr x24, [x27]
LBB1_21: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x1, [x24, x22, lsl #3]
add x0, sp, #64
bl _strcmp
cbz w0, LBB1_24
; %bb.22: ; in Loop: Header=BB1_21 Depth=2
add x22, x22, #1
cmp x23, x22
b.ne LBB1_21
LBB1_23: ; in Loop: Header=BB1_5 Depth=1
mov x22, #-1
LBB1_24: ; in Loop: Header=BB1_5 Depth=1
ldr x8, [x21]
lsl x9, x22, #32
add x0, x8, x9, asr #26
bl _pthread_mutex_lock
ldr x0, [sp, #32] ; 8-byte Folded Reload
Lloh29:
adrp x1, l_.str.30@PAGE
Lloh30:
add x1, x1, l_.str.30@PAGEOFF
bl _fopen
mov x24, x0
ldr w8, [sp, #60]
cmp w8, #1
b.lt LBB1_27
; %bb.25: ; in Loop: Header=BB1_5 Depth=1
mov x23, #0
LBB1_26: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldrsb w0, [x26, x23]
mov x1, x24
bl _fputc
add x23, x23, #1
ldrsw x8, [sp, #60]
cmp x23, x8
b.lt LBB1_26
LBB1_27: ; in Loop: Header=BB1_5 Depth=1
sxtw x22, w22
mov x0, x24
bl _fclose
ldr x8, [x21]
add x0, x8, x22, lsl #6
bl _pthread_mutex_unlock
mov x0, x26
bl _free
ldr x0, [sp, #32] ; 8-byte Folded Reload
bl _free
bl _pthread_self
ldr w8, [sp, #60]
stp x20, x8, [sp, #8]
str x0, [sp]
Lloh31:
adrp x0, l_.str.31@PAGE
Lloh32:
add x0, x0, l_.str.31@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
ldr w0, [x25]
Lloh33:
adrp x1, l_.str.32@PAGE
Lloh34:
add x1, x1, l_.str.32@PAGEOFF
mov w2, #4
mov w3, #0
bl _send
bl _pthread_self
str x0, [sp]
Lloh35:
adrp x0, l_.str.33@PAGE
Lloh36:
add x0, x0, l_.str.33@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
b LBB1_49
LBB1_28: ; in Loop: Header=BB1_5 Depth=1
bl _pthread_self
str x0, [sp]
Lloh37:
adrp x0, l_.str.2@PAGE
Lloh38:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
ldr w8, [x28, _filecount@PAGEOFF]
cmp w8, #1
b.lt LBB1_32
; %bb.29: ; in Loop: Header=BB1_5 Depth=1
mov x22, #0
mov x23, #0
LBB1_30: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x21]
add x0, x8, x22
bl _pthread_mutex_lock
add x23, x23, #1
ldrsw x8, [x28, _filecount@PAGEOFF]
add x22, x22, #64
cmp x23, x8
b.lt LBB1_30
; %bb.31: ; in Loop: Header=BB1_5 Depth=1
; kill: def $w8 killed $w8 killed $x8 def $x8
LBB1_32: ; in Loop: Header=BB1_5 Depth=1
sxtw x1, w8
ldr x0, [x27]
mov w2, #8
Lloh39:
adrp x3, _compareString@PAGE
Lloh40:
add x3, x3, _compareString@PAGEOFF
bl _qsort
ldr w8, [x28, _filecount@PAGEOFF]
cmp w8, #1
b.lt LBB1_36
; %bb.33: ; in Loop: Header=BB1_5 Depth=1
mov x22, #0
mov x23, #0
LBB1_34: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x21]
add x0, x8, x22
bl _pthread_mutex_unlock
add x23, x23, #1
ldrsw x8, [x28, _filecount@PAGEOFF]
add x22, x22, #64
cmp x23, x8
b.lt LBB1_34
; %bb.35: ; in Loop: Header=BB1_5 Depth=1
; kill: def $w8 killed $w8 killed $x8 def $x8
LBB1_36: ; in Loop: Header=BB1_5 Depth=1
mov x26, x19
cbz w8, LBB1_47
; %bb.37: ; in Loop: Header=BB1_5 Depth=1
str x8, [sp]
add x0, sp, #64
mov w1, #0
mov w2, #10000
Lloh41:
adrp x3, l_.str.4@PAGE
Lloh42:
add x3, x3, l_.str.4@PAGEOFF
bl ___sprintf_chk
ldr w8, [x28, _filecount@PAGEOFF]
cmp w8, #1
Lloh43:
adrp x25, l_.str.6@PAGE
Lloh44:
add x25, x25, l_.str.6@PAGEOFF
Lloh45:
adrp x20, l_.str.5@PAGE
Lloh46:
add x20, x20, l_.str.5@PAGEOFF
add x19, sp, #64
b.lt LBB1_48
; %bb.38: ; in Loop: Header=BB1_5 Depth=1
mov x22, #0
mov x23, #0
LBB1_39: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x21]
add x0, x8, x22
bl _pthread_mutex_lock
add x24, x23, #1
ldr w8, [x28, _filecount@PAGEOFF]
ldr x9, [x27]
ldr x9, [x9, x23, lsl #3]
cmp x24, x8
csel x3, x20, x25, eq
stp x19, x9, [sp]
add x0, sp, #64
mov w1, #0
mov w2, #10000
bl ___sprintf_chk
ldr x8, [x21]
add x0, x8, x22
bl _pthread_mutex_unlock
ldrsw x8, [x28, _filecount@PAGEOFF]
add x22, x22, #64
mov x23, x24
cmp x24, x8
b.lt LBB1_39
b LBB1_48
LBB1_40: ; in Loop: Header=BB1_5 Depth=1
str xzr, [sp, #56]
add x8, sp, #56
str x8, [sp, #16]
add x0, sp, #2, lsl #12 ; =8192
add x0, x0, #1872
add x8, sp, #60
stp x20, x8, [sp]
Lloh47:
adrp x1, l_.str.9@PAGE
Lloh48:
add x1, x1, l_.str.9@PAGEOFF
bl _sscanf
bl _pthread_self
ldp w9, w8, [sp, #56]
stp x8, x9, [sp, #16]
stp x0, x20, [sp]
Lloh49:
adrp x0, l_.str.10@PAGE
Lloh50:
add x0, x0, l_.str.10@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
ldrsw x24, [sp, #56]
cbz w24, LBB1_50
; %bb.41: ; in Loop: Header=BB1_5 Depth=1
ldrb w8, [sp, #64]
cbz w8, LBB1_50
; %bb.42: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [x28, _filecount@PAGEOFF]
cmp w8, #1
b.lt LBB1_46
; %bb.43: ; in Loop: Header=BB1_5 Depth=1
mov x23, #0
ldr x22, [x27]
lsl x26, x8, #6
mov w25, #-1
LBB1_44: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x1, [x22]
add x0, sp, #64
bl _strcmp
cbz w0, LBB1_53
; %bb.45: ; in Loop: Header=BB1_44 Depth=2
sub x23, x23, #64
sub w25, w25, #1
add x22, x22, #8
cmn x26, x23
b.ne LBB1_44
LBB1_46: ; in Loop: Header=BB1_5 Depth=1
ldr x19, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x19]
Lloh51:
adrp x1, l_.str.13@PAGE
Lloh52:
add x1, x1, l_.str.13@PAGEOFF
mov w2, #19
mov w3, #0
bl _send
Lloh53:
adrp x24, l_.str.14@PAGE
Lloh54:
add x24, x24, l_.str.14@PAGEOFF
Lloh55:
adrp x8, ___stdoutp@GOTPAGE
Lloh56:
ldr x8, [x8, ___stdoutp@GOTPAGEOFF]
mov x25, x19
mov x19, x8
add x26, sp, #2, lsl #12 ; =8192
add x26, x26, #1872
b LBB1_51
LBB1_47: ; in Loop: Header=BB1_5 Depth=1
strb wzr, [sp, #66]
mov w8, #2608
strh w8, [sp, #64]
add x19, sp, #64
LBB1_48: ; in Loop: Header=BB1_5 Depth=1
ldr x25, [sp, #40] ; 8-byte Folded Reload
ldr w24, [x25]
add x0, sp, #64
bl _strlen
mov x2, x0
add x1, sp, #64
mov x0, x24
mov w3, #0
bl _send
bl _pthread_self
stp x0, x19, [sp]
Lloh57:
adrp x0, l_.str.7@PAGE
Lloh58:
add x0, x0, l_.str.7@PAGEOFF
bl _printf
mov x19, x26
ldr x0, [x26]
bl _fflush
add x20, sp, #64
LBB1_49: ; in Loop: Header=BB1_5 Depth=1
add x26, sp, #2, lsl #12 ; =8192
add x26, x26, #1872
b LBB1_4
LBB1_50: ; in Loop: Header=BB1_5 Depth=1
ldr w0, [x25]
Lloh59:
adrp x1, l_.str.11@PAGE
Lloh60:
add x1, x1, l_.str.11@PAGEOFF
mov w2, #22
mov w3, #0
bl _send
Lloh61:
adrp x24, l_.str.12@PAGE
Lloh62:
add x24, x24, l_.str.12@PAGEOFF
LBB1_51: ; in Loop: Header=BB1_5 Depth=1
bl _pthread_self
str x0, [sp]
mov x0, x24
b LBB1_3
LBB1_52: ; in Loop: Header=BB1_5 Depth=1
ldr w0, [x25]
Lloh63:
adrp x1, l_.str.11@PAGE
Lloh64:
add x1, x1, l_.str.11@PAGEOFF
mov w2, #22
b LBB1_62
LBB1_53: ; in Loop: Header=BB1_5 Depth=1
mov w0, #1
mov x1, x24
bl _calloc
mov x24, x0
add x0, sp, #64
bl _strlen
add x1, x0, #8
mov w0, #1
bl _calloc
mov x19, x0
Lloh65:
adrp x8, l_.str.15@PAGE
Lloh66:
add x8, x8, l_.str.15@PAGEOFF
Lloh67:
ldr x8, [x8]
str x8, [x0]
strb wzr, [x0, #8]!
add x1, sp, #64
bl _strcpy
ldr x8, [x21]
sub x0, x8, x23
bl _pthread_mutex_lock
str x19, [sp, #32] ; 8-byte Folded Spill
mov x0, x19
Lloh68:
adrp x1, l_.str.16@PAGE
Lloh69:
add x1, x1, l_.str.16@PAGEOFF
bl _fopen
mov x26, x0
ldr w8, [sp, #60]
cmp w8, #0
Lloh70:
adrp x19, l_.str.17@PAGE
Lloh71:
add x19, x19, l_.str.17@PAGEOFF
b.le LBB1_56
; %bb.54: ; in Loop: Header=BB1_5 Depth=1
mov w22, #0
LBB1_55: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
mov x0, x26
mov x1, x19
bl _fscanf
add w22, w22, #1
ldr w8, [sp, #60]
cmp w22, w8
b.lt LBB1_55
LBB1_56: ; in Loop: Header=BB1_5 Depth=1
strb wzr, [sp, #55]
ldr w8, [sp, #56]
cmp w8, #1
Lloh72:
adrp x19, ___stdoutp@GOTPAGE
Lloh73:
ldr x19, [x19, ___stdoutp@GOTPAGEOFF]
mov w22, #0
b.lt LBB1_63
; %bb.57: ; in Loop: Header=BB1_5 Depth=1
ldr x25, [sp, #40] ; 8-byte Folded Reload
LBB1_58: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
add x8, sp, #54
str x8, [sp]
mov x0, x26
Lloh74:
adrp x1, l_.str.18@PAGE
Lloh75:
add x1, x1, l_.str.18@PAGEOFF
bl _fscanf
cmn w0, #1
b.eq LBB1_64
; %bb.59: ; in Loop: Header=BB1_58 Depth=2
add x1, sp, #54
mov x0, x24
bl _strcat
add w22, w22, #1
ldr w8, [sp, #56]
cmp w22, w8
b.lt LBB1_58
; %bb.60: ; in Loop: Header=BB1_5 Depth=1
mov w22, #0
b LBB1_65
LBB1_61: ; in Loop: Header=BB1_5 Depth=1
bl _pthread_self
str x0, [sp]
Lloh76:
adrp x0, l_.str.28@PAGE
Lloh77:
add x0, x0, l_.str.28@PAGEOFF
bl _printf
Lloh78:
adrp x19, ___stdoutp@GOTPAGE
Lloh79:
ldr x19, [x19, ___stdoutp@GOTPAGEOFF]
ldr x0, [x19]
bl _fflush
ldr x25, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x25]
Lloh80:
adrp x1, l_.str.29@PAGE
Lloh81:
add x1, x1, l_.str.29@PAGEOFF
mov w2, #18
LBB1_62: ; in Loop: Header=BB1_5 Depth=1
mov w3, #0
bl _send
b LBB1_4
LBB1_63: ; in Loop: Header=BB1_5 Depth=1
ldr x25, [sp, #40] ; 8-byte Folded Reload
b LBB1_65
LBB1_64: ; in Loop: Header=BB1_5 Depth=1
ldr w0, [x25]
Lloh82:
adrp x1, l_.str.19@PAGE
Lloh83:
add x1, x1, l_.str.19@PAGEOFF
mov w2, #25
mov w3, #0
bl _send
bl _pthread_self
str x0, [sp]
Lloh84:
adrp x0, l_.str.20@PAGE
Lloh85:
add x0, x0, l_.str.20@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
mov w22, #1
LBB1_65: ; in Loop: Header=BB1_5 Depth=1
mov x0, x26
bl _fclose
ldr x8, [x21]
sub x0, x8, x23
bl _pthread_mutex_unlock
mov w0, #1
mov w1, #16
bl _calloc
mov x26, x0
ldr w9, [sp, #56]
Lloh86:
adrp x8, l_.str.22@PAGE
Lloh87:
add x8, x8, l_.str.22@PAGEOFF
stp x8, x9, [sp]
mov w1, #0
mov w2, #16
Lloh88:
adrp x3, l_.str.21@PAGE
Lloh89:
add x3, x3, l_.str.21@PAGEOFF
bl ___sprintf_chk
ldr w23, [x25]
mov x0, x26
bl _strlen
mov x2, x0
mov x0, x23
mov x1, x26
mov w3, #0
bl _send
bl _pthread_self
ldr w8, [sp, #56]
stp x0, x8, [sp]
Lloh90:
adrp x0, l_.str.23@PAGE
Lloh91:
add x0, x0, l_.str.23@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
mov x0, x26
bl _free
tbnz w22, #0, LBB1_67
; %bb.66: ; in Loop: Header=BB1_5 Depth=1
ldr w23, [x25]
mov x0, x24
bl _strlen
mov x2, x0
mov x0, x23
mov x1, x24
mov w3, #0
bl _send
bl _pthread_self
ldp w8, w9, [sp, #56]
stp x20, x9, [sp, #16]
stp x0, x8, [sp]
Lloh92:
adrp x0, l_.str.24@PAGE
Lloh93:
add x0, x0, l_.str.24@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
LBB1_67: ; in Loop: Header=BB1_5 Depth=1
ldr x0, [sp, #32] ; 8-byte Folded Reload
bl _free
mov x0, x24
bl _free
b LBB1_49
LBB1_68:
ldr w0, [x25]
bl _close
bl _pthread_self
str x0, [sp]
Lloh94:
adrp x0, l_.str@PAGE
Lloh95:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x0, [x19]
bl _fflush
ldur x8, [x29, #-96]
Lloh96:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh97:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh98:
ldr x9, [x9]
cmp x9, x8
b.ne LBB1_70
; %bb.69:
mov x0, #0
add sp, sp, #4, lsl #12 ; =16384
add sp, sp, #3696
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB1_70:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh14, Lloh15
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpLdrGot Lloh24, Lloh25
.loh AdrpAddLdr Lloh26, Lloh27, Lloh28
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpAdd Lloh35, Lloh36
.loh AdrpAdd Lloh33, Lloh34
.loh AdrpAdd Lloh31, Lloh32
.loh AdrpAdd Lloh37, Lloh38
.loh AdrpAdd Lloh39, Lloh40
.loh AdrpAdd Lloh45, Lloh46
.loh AdrpAdd Lloh43, Lloh44
.loh AdrpAdd Lloh41, Lloh42
.loh AdrpAdd Lloh49, Lloh50
.loh AdrpAdd Lloh47, Lloh48
.loh AdrpLdrGot Lloh55, Lloh56
.loh AdrpAdd Lloh53, Lloh54
.loh AdrpAdd Lloh51, Lloh52
.loh AdrpAdd Lloh57, Lloh58
.loh AdrpAdd Lloh61, Lloh62
.loh AdrpAdd Lloh59, Lloh60
.loh AdrpAdd Lloh63, Lloh64
.loh AdrpAdd Lloh70, Lloh71
.loh AdrpAdd Lloh68, Lloh69
.loh AdrpAddLdr Lloh65, Lloh66, Lloh67
.loh AdrpLdrGot Lloh72, Lloh73
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpLdrGot Lloh78, Lloh79
.loh AdrpAdd Lloh76, Lloh77
.loh AdrpAdd Lloh84, Lloh85
.loh AdrpAdd Lloh82, Lloh83
.loh AdrpAdd Lloh90, Lloh91
.loh AdrpAdd Lloh88, Lloh89
.loh AdrpAdd Lloh86, Lloh87
.loh AdrpAdd Lloh92, Lloh93
.loh AdrpLdrGotLdr Lloh96, Lloh97, Lloh98
.loh AdrpAdd Lloh94, Lloh95
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function compareString
_compareString: ; @compareString
.cfi_startproc
; %bb.0:
ldr x0, [x0]
ldr x1, [x1]
b _strcmp
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
sub sp, sp, #576
mov x19, x1
mov x20, x0
Lloh99:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh100:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh101:
ldr x8, [x8]
stur x8, [x29, #-96]
Lloh102:
adrp x0, l_str@PAGE
Lloh103:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh104:
adrp x28, ___stdoutp@GOTPAGE
Lloh105:
ldr x28, [x28, ___stdoutp@GOTPAGEOFF]
ldr x0, [x28]
bl _fflush
adrp x25, _mem_files@PAGE
ldrsw x21, [x25, _mem_files@PAGEOFF]
mov w0, #8
mov x1, x21
bl _calloc
Lloh106:
adrp x23, _files@GOTPAGE
Lloh107:
ldr x23, [x23, _files@GOTPAGEOFF]
str x0, [x23]
mov w0, #64
mov x1, x21
bl _calloc
Lloh108:
adrp x27, _file_locks@GOTPAGE
Lloh109:
ldr x27, [x27, _file_locks@GOTPAGEOFF]
str x0, [x27]
cmp w21, #1
b.lt LBB3_4
; %bb.1:
mov x1, #0
bl _pthread_mutex_init
ldr w8, [x25, _mem_files@PAGEOFF]
cmp w8, #2
b.lt LBB3_4
; %bb.2:
mov w21, #1
mov w22, #64
LBB3_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [x27]
add x0, x8, x22
mov x1, #0
bl _pthread_mutex_init
add x21, x21, #1
ldrsw x8, [x25, _mem_files@PAGEOFF]
add x22, x22, #64
cmp x21, x8
b.lt LBB3_3
LBB3_4:
cmp w20, #3
b.ne LBB3_7
; %bb.5:
ldr x0, [x19, #8]
bl _atoi
mov x22, x0
ldr x0, [x19, #16]
bl _atoi
mov x21, x0
Lloh110:
adrp x0, l_.str.39@PAGE
Lloh111:
add x0, x0, l_.str.39@PAGEOFF
bl _opendir
cbz x0, LBB3_8
; %bb.6:
bl _closedir
b LBB3_10
LBB3_7:
ldr x0, [x23]
bl _free
ldr x0, [x27]
bl _free
Lloh112:
adrp x20, ___stderrp@GOTPAGE
Lloh113:
ldr x20, [x20, ___stderrp@GOTPAGEOFF]
ldr x3, [x20]
Lloh114:
adrp x0, l_.str.37@PAGE
Lloh115:
add x0, x0, l_.str.37@PAGEOFF
mov w19, #1
mov w1, #35
mov w2, #1
bl _fwrite
ldr x3, [x20]
Lloh116:
adrp x0, l_.str.38@PAGE
Lloh117:
add x0, x0, l_.str.38@PAGEOFF
mov w1, #48
mov w2, #1
bl _fwrite
b LBB3_28
LBB3_8:
bl ___error
ldr w8, [x0]
cmp w8, #2
b.ne LBB3_10
; %bb.9:
ldr x0, [x23]
bl _free
ldr x0, [x27]
bl _free
Lloh118:
adrp x8, ___stderrp@GOTPAGE
Lloh119:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh120:
ldr x3, [x8]
Lloh121:
adrp x0, l_.str.40@PAGE
Lloh122:
add x0, x0, l_.str.40@PAGEOFF
mov w19, #1
mov w1, #40
b LBB3_27
LBB3_10:
mov w0, #2
mov w1, #1
mov w2, #0
bl _socket
cmn w0, #1
b.eq LBB3_18
; %bb.11:
mov x19, x0
mov w24, #2
mov w0, #2
mov w1, #2
mov w2, #0
bl _socket
cmn w0, #1
b.eq LBB3_19
; %bb.12:
mov x20, x0
mov w8, #16
stp w8, w8, [sp, #232]
sturb w24, [x29, #-111]
stur wzr, [x29, #-108]
rev w9, w22
lsr w9, w9, #16
sturh w9, [x29, #-110]
sturb w24, [x29, #-127]
stur wzr, [x29, #-124]
rev w8, w21
lsr w8, w8, #16
sturh w8, [x29, #-126]
sub x1, x29, #112
mov x0, x19
mov w2, #16
bl _bind
tbnz w0, #31, LBB3_21
; %bb.13:
ldr w2, [sp, #232]
sub x1, x29, #128
mov x0, x20
bl _bind
tbnz w0, #31, LBB3_22
; %bb.14:
sub x1, x29, #112
add x2, sp, #236
mov x0, x19
bl _getsockname
tbnz w0, #31, LBB3_24
; %bb.15:
sub x1, x29, #128
add x2, sp, #232
mov x0, x20
bl _getsockname
tbnz w0, #31, LBB3_25
; %bb.16:
str x22, [sp]
Lloh123:
adrp x0, l_.str.47@PAGE
Lloh124:
add x0, x0, l_.str.47@PAGEOFF
bl _printf
str x21, [sp]
Lloh125:
adrp x0, l_.str.48@PAGE
Lloh126:
add x0, x0, l_.str.48@PAGEOFF
bl _printf
ldr x0, [x28]
bl _fflush
mov x0, x19
mov w1, #5
bl _listen
adrp x26, _stopNow@PAGE
ldr w8, [x26, _stopNow@PAGEOFF]
cbz w8, LBB3_30
LBB3_17:
mov w19, #0
b LBB3_28
LBB3_18:
Lloh127:
adrp x8, ___stderrp@GOTPAGE
Lloh128:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh129:
ldr x3, [x8]
Lloh130:
adrp x0, l_.str.41@PAGE
Lloh131:
add x0, x0, l_.str.41@PAGEOFF
b LBB3_20
LBB3_19:
Lloh132:
adrp x8, ___stderrp@GOTPAGE
Lloh133:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh134:
ldr x3, [x8]
Lloh135:
adrp x0, l_.str.42@PAGE
Lloh136:
add x0, x0, l_.str.42@PAGEOFF
LBB3_20:
mov w19, #1
mov w1, #34
b LBB3_27
LBB3_21:
Lloh137:
adrp x8, ___stderrp@GOTPAGE
Lloh138:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh139:
ldr x3, [x8]
Lloh140:
adrp x0, l_.str.43@PAGE
Lloh141:
add x0, x0, l_.str.43@PAGEOFF
b LBB3_23
LBB3_22:
Lloh142:
adrp x8, ___stderrp@GOTPAGE
Lloh143:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh144:
ldr x3, [x8]
Lloh145:
adrp x0, l_.str.44@PAGE
Lloh146:
add x0, x0, l_.str.44@PAGEOFF
LBB3_23:
mov w19, #1
mov w1, #32
b LBB3_27
LBB3_24:
Lloh147:
adrp x8, ___stderrp@GOTPAGE
Lloh148:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh149:
ldr x3, [x8]
Lloh150:
adrp x0, l_.str.45@PAGE
Lloh151:
add x0, x0, l_.str.45@PAGEOFF
b LBB3_26
LBB3_25:
Lloh152:
adrp x8, ___stderrp@GOTPAGE
Lloh153:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh154:
ldr x3, [x8]
Lloh155:
adrp x0, l_.str.46@PAGE
Lloh156:
add x0, x0, l_.str.46@PAGEOFF
LBB3_26:
mov w19, #1
mov w1, #39
LBB3_27:
mov w2, #1
bl _fwrite
; kill: def $w19 killed $w19 killed $x19 def $x19
LBB3_28:
ldur x8, [x29, #-96]
Lloh157:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh158:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh159:
ldr x9, [x9]
cmp x9, x8
b.ne LBB3_76
; %bb.29:
mov x0, x19
add sp, sp, #576
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB3_30:
sxtw x8, w19
mov w9, #1
lsl w22, w9, w19
lsr x24, x8, #5
sxtw x8, w20
add w10, w20, #1
stp w22, w10, [sp, #72] ; 8-byte Folded Spill
add x10, sp, #256
orr x10, x10, #0x4
lsl w9, w9, w20
str w9, [sp, #88] ; 4-byte Folded Spill
sub x9, x29, #144
lsr x8, x8, #5
str x8, [sp, #80] ; 8-byte Folded Spill
orr x8, x9, #0x4
stp x8, x10, [sp, #48] ; 16-byte Folded Spill
adrp x21, _filecount@PAGE
str x24, [sp, #64] ; 8-byte Folded Spill
stp x19, x20, [sp, #16] ; 16-byte Folded Spill
b LBB3_33
LBB3_31: ; in Loop: Header=BB3_33 Depth=1
ldr w5, [sp, #92]
sub x4, x29, #144
mov x0, x20
Lloh160:
adrp x1, l_.str.54@PAGE
Lloh161:
add x1, x1, l_.str.54@PAGEOFF
mov w2, #28
mov w3, #0
bl _sendto
LBB3_32: ; in Loop: Header=BB3_33 Depth=1
ldr w8, [x26, _stopNow@PAGEOFF]
cbnz w8, LBB3_17
LBB3_33: ; =>This Loop Header: Depth=1
; Child Loop BB3_43 Depth 2
; Child Loop BB3_47 Depth 2
; Child Loop BB3_50 Depth 2
; Child Loop BB3_54 Depth 2
; Child Loop BB3_63 Depth 2
; Child Loop BB3_67 Depth 2
; Child Loop BB3_73 Depth 2
movi.2d v0, #0000000000000000
stp q0, q0, [sp, #192]
stp q0, q0, [sp, #160]
stp q0, q0, [sp, #128]
stp q0, q0, [sp, #96]
add x1, sp, #96
mov x0, x19
mov w2, #0
bl ___darwin_check_fd_set_overflow
cbz w0, LBB3_35
; %bb.34: ; in Loop: Header=BB3_33 Depth=1
lsl x8, x24, #2
add x10, sp, #96
ldr w9, [x10, x8]
orr w9, w9, w22
str w9, [x10, x8]
LBB3_35: ; in Loop: Header=BB3_33 Depth=1
add x1, sp, #96
mov x0, x20
mov w2, #0
bl ___darwin_check_fd_set_overflow
cbz w0, LBB3_37
; %bb.36: ; in Loop: Header=BB3_33 Depth=1
ldr x8, [sp, #80] ; 8-byte Folded Reload
lsl x8, x8, #2
add x11, sp, #96
ldr w9, [x11, x8]
ldr w10, [sp, #88] ; 4-byte Folded Reload
orr w9, w9, w10
str w9, [x11, x8]
LBB3_37: ; in Loop: Header=BB3_33 Depth=1
add x1, sp, #96
ldr w0, [sp, #76] ; 4-byte Folded Reload
mov x2, #0
mov x3, #0
mov x4, #0
bl _select
tbnz w0, #31, LBB3_75
; %bb.38: ; in Loop: Header=BB3_33 Depth=1
add x1, sp, #96
mov x0, x19
mov w2, #0
bl ___darwin_check_fd_set_overflow
cbz w0, LBB3_57
; %bb.39: ; in Loop: Header=BB3_33 Depth=1
add x8, sp, #96
ldr w8, [x8, x24, lsl #2]
tst w8, w22
b.eq LBB3_57
; %bb.40: ; in Loop: Header=BB3_33 Depth=1
ldr w8, [x21, _filecount@PAGEOFF]
ldr w22, [x25, _mem_files@PAGEOFF]
cmp w8, w22
b.lt LBB3_56
; %bb.41: ; in Loop: Header=BB3_33 Depth=1
cmp w8, #1
b.lt LBB3_45
; %bb.42: ; in Loop: Header=BB3_33 Depth=1
mov x22, #0
mov x24, #0
LBB3_43: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x27]
add x0, x8, x22
bl _pthread_mutex_lock
add x24, x24, #1
ldrsw x8, [x21, _filecount@PAGEOFF]
add x22, x22, #64
cmp x24, x8
b.lt LBB3_43
; %bb.44: ; in Loop: Header=BB3_33 Depth=1
ldr w22, [x25, _mem_files@PAGEOFF]
LBB3_45: ; in Loop: Header=BB3_33 Depth=1
lsl w8, w22, #1
str x8, [sp, #32] ; 8-byte Folded Spill
sxtw x24, w8
mov w0, #8
mov x1, x24
bl _calloc
mov x26, x0
mov w0, #64
mov x1, x24
bl _calloc
cmp w22, #1
b.lt LBB3_48
; %bb.46: ; in Loop: Header=BB3_33 Depth=1
ldr x8, [x23]
ldr x9, [x27]
mov w10, w22
mov x11, x26
mov x12, x0
LBB3_47: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
ldr x13, [x8], #8
str x13, [x11], #8
ldp q0, q1, [x9]
ldp q2, q3, [x9, #32]
stp q2, q3, [x12, #32]
stp q0, q1, [x12], #64
add x9, x9, #64
subs x10, x10, #1
b.ne LBB3_47
LBB3_48: ; in Loop: Header=BB3_33 Depth=1
str x26, [sp, #40] ; 8-byte Folded Spill
mov x26, x0
ldr x8, [sp, #32] ; 8-byte Folded Reload
cmp w22, w8
b.ge LBB3_51
; %bb.49: ; in Loop: Header=BB3_33 Depth=1
sxtw x22, w22
add x24, x26, x22, lsl #6
LBB3_50: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
mov x0, x24
mov x1, #0
bl _pthread_mutex_init
add x22, x22, #1
ldrsw x8, [x25, _mem_files@PAGEOFF]
add x24, x24, #64
cmp x22, x8, lsl #1
b.lt LBB3_50
LBB3_51: ; in Loop: Header=BB3_33 Depth=1
ldr x0, [x23]
bl _free
ldr x0, [x27]
bl _free
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x8, [x23]
mov x0, x26
str x26, [x27]
ldr w8, [x21, _filecount@PAGEOFF]
cmp w8, #1
adrp x26, _stopNow@PAGE
b.lt LBB3_55
; %bb.52: ; in Loop: Header=BB3_33 Depth=1
bl _pthread_mutex_unlock
ldr w8, [x21, _filecount@PAGEOFF]
cmp w8, #2
b.lt LBB3_55
; %bb.53: ; in Loop: Header=BB3_33 Depth=1
mov w22, #64
mov w24, #1
LBB3_54: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x27]
add x0, x8, x22
bl _pthread_mutex_unlock
add x24, x24, #1
ldrsw x8, [x21, _filecount@PAGEOFF]
add x22, x22, #64
cmp x24, x8
b.lt LBB3_54
LBB3_55: ; in Loop: Header=BB3_33 Depth=1
ldr w8, [x25, _mem_files@PAGEOFF]
lsl w8, w8, #1
str w8, [x25, _mem_files@PAGEOFF]
LBB3_56: ; in Loop: Header=BB3_33 Depth=1
mov w8, #16
str w8, [sp, #92]
mov w0, #4
mov w1, #1
bl _calloc
mov x24, x0
add x1, sp, #256
add x2, sp, #92
mov x0, x19
bl _accept
str w0, [x24]
sub x2, x29, #144
mov w0, #2
ldr x1, [sp, #56] ; 8-byte Folded Reload
mov w3, #16
bl _inet_ntop
sub x8, x29, #144
str x8, [sp]
Lloh162:
adrp x0, l_.str.50@PAGE
Lloh163:
add x0, x0, l_.str.50@PAGEOFF
bl _printf
ldr x0, [x28]
bl _fflush
add x0, sp, #240
mov x1, #0
Lloh164:
adrp x2, _thandler@PAGE
Lloh165:
add x2, x2, _thandler@PAGEOFF
mov x3, x24
bl _pthread_create
ldr w22, [sp, #72] ; 4-byte Folded Reload
ldr x24, [sp, #64] ; 8-byte Folded Reload
LBB3_57: ; in Loop: Header=BB3_33 Depth=1
add x1, sp, #96
mov x0, x20
mov w2, #0
bl ___darwin_check_fd_set_overflow
cbz w0, LBB3_32
; %bb.58: ; in Loop: Header=BB3_33 Depth=1
ldr x8, [sp, #80] ; 8-byte Folded Reload
add x9, sp, #96
ldr w8, [x9, x8, lsl #2]
ldr w9, [sp, #88] ; 4-byte Folded Reload
tst w8, w9
b.eq LBB3_32
; %bb.59: ; in Loop: Header=BB3_33 Depth=1
mov w8, #16
str w8, [sp, #92]
add x1, sp, #256
sub x4, x29, #144
add x5, sp, #92
mov x0, x20
mov w2, #256
mov w3, #0
bl _recvfrom
add x8, sp, #256
strb wzr, [x8, w0, sxtw]
add x2, sp, #240
mov w0, #2
ldr x1, [sp, #48] ; 8-byte Folded Reload
mov w3, #16
bl _inet_ntop
add x8, sp, #240
str x8, [sp]
Lloh166:
adrp x0, l_.str.51@PAGE
Lloh167:
add x0, x0, l_.str.51@PAGEOFF
bl _printf
ldr x0, [x28]
bl _fflush
ldr w8, [sp, #256]
mov w9, #18764
movk w9, #21587, lsl #16
cmp w8, w9
b.ne LBB3_31
; %bb.60: ; in Loop: Header=BB3_33 Depth=1
Lloh168:
adrp x0, l_str.55@PAGE
Lloh169:
add x0, x0, l_str.55@PAGEOFF
bl _puts
ldr x0, [x28]
bl _fflush
mov w0, #1
mov w1, #10000
bl _calloc
mov x26, x0
ldr w8, [x21, _filecount@PAGEOFF]
cbz w8, LBB3_69
; %bb.61: ; in Loop: Header=BB3_33 Depth=1
cmp w8, #1
b.lt LBB3_65
; %bb.62: ; in Loop: Header=BB3_33 Depth=1
mov x22, #0
mov x24, #0
LBB3_63: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x27]
add x0, x8, x22
bl _pthread_mutex_lock
add x24, x24, #1
ldrsw x8, [x21, _filecount@PAGEOFF]
add x22, x22, #64
cmp x24, x8
b.lt LBB3_63
; %bb.64: ; in Loop: Header=BB3_33 Depth=1
; kill: def $w8 killed $w8 killed $x8 def $x8
LBB3_65: ; in Loop: Header=BB3_33 Depth=1
sxtw x1, w8
ldr x0, [x23]
mov w2, #8
Lloh170:
adrp x3, _compareString@PAGE
Lloh171:
add x3, x3, _compareString@PAGEOFF
bl _qsort
ldr w8, [x21, _filecount@PAGEOFF]
cmp w8, #1
b.lt LBB3_70
; %bb.66: ; in Loop: Header=BB3_33 Depth=1
mov x22, #0
mov x24, #0
LBB3_67: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x27]
add x0, x8, x22
bl _pthread_mutex_unlock
add x24, x24, #1
ldrsw x8, [x21, _filecount@PAGEOFF]
add x22, x22, #64
cmp x24, x8
b.lt LBB3_67
; %bb.68: ; in Loop: Header=BB3_33 Depth=1
mov x19, x23
; kill: def $w8 killed $w8 killed $x8 def $x8
b LBB3_71
LBB3_69: ; in Loop: Header=BB3_33 Depth=1
strb wzr, [x26, #2]
mov w8, #2608
strh w8, [x26]
mov x19, x23
mov x23, x21
b LBB3_74
LBB3_70: ; in Loop: Header=BB3_33 Depth=1
mov x19, x23
LBB3_71: ; in Loop: Header=BB3_33 Depth=1
str x8, [sp]
mov x0, x26
mov w1, #0
mov w2, #10000
Lloh172:
adrp x3, l_.str.4@PAGE
Lloh173:
add x3, x3, l_.str.4@PAGEOFF
bl ___sprintf_chk
ldr w8, [x21, _filecount@PAGEOFF]
cmp w8, #1
Lloh174:
adrp x20, l_.str.6@PAGE
Lloh175:
add x20, x20, l_.str.6@PAGEOFF
mov x23, x21
Lloh176:
adrp x21, l_.str.5@PAGE
Lloh177:
add x21, x21, l_.str.5@PAGEOFF
b.lt LBB3_74
; %bb.72: ; in Loop: Header=BB3_33 Depth=1
mov x22, #0
mov x24, #0
LBB3_73: ; Parent Loop BB3_33 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x27]
add x0, x8, x22
bl _pthread_mutex_lock
add x28, x24, #1
ldr w8, [x23, _filecount@PAGEOFF]
ldr x9, [x19]
ldr x9, [x9, x24, lsl #3]
cmp x28, x8
csel x3, x21, x20, eq
stp x26, x9, [sp]
mov x0, x26
mov w1, #0
mov w2, #10000
bl ___sprintf_chk
ldr x8, [x27]
add x0, x8, x22
bl _pthread_mutex_unlock
ldrsw x8, [x23, _filecount@PAGEOFF]
add x22, x22, #64
mov x24, x28
cmp x28, x8
b.lt LBB3_73
LBB3_74: ; in Loop: Header=BB3_33 Depth=1
mov x0, x26
bl _strlen
mov x2, x0
ldr w5, [sp, #92]
sub x4, x29, #144
ldr x20, [sp, #24] ; 8-byte Folded Reload
mov x0, x20
mov x1, x26
mov w3, #0
bl _sendto
str x26, [sp]
Lloh178:
adrp x0, l_.str.53@PAGE
Lloh179:
add x0, x0, l_.str.53@PAGEOFF
bl _printf
Lloh180:
adrp x28, ___stdoutp@GOTPAGE
Lloh181:
ldr x28, [x28, ___stdoutp@GOTPAGEOFF]
ldr x0, [x28]
bl _fflush
mov x0, x26
bl _free
adrp x26, _stopNow@PAGE
ldr w22, [sp, #72] ; 4-byte Folded Reload
ldr x24, [sp, #64] ; 8-byte Folded Reload
mov x21, x23
mov x23, x19
ldr x19, [sp, #16] ; 8-byte Folded Reload
b LBB3_32
LBB3_75:
Lloh182:
adrp x8, ___stderrp@GOTPAGE
Lloh183:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh184:
ldr x3, [x8]
Lloh185:
adrp x0, l_.str.49@PAGE
Lloh186:
add x0, x0, l_.str.49@PAGEOFF
mov w19, #1
mov w1, #30
b LBB3_27
LBB3_76:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh108, Lloh109
.loh AdrpLdrGot Lloh106, Lloh107
.loh AdrpLdrGot Lloh104, Lloh105
.loh AdrpAdd Lloh102, Lloh103
.loh AdrpLdrGotLdr Lloh99, Lloh100, Lloh101
.loh AdrpAdd Lloh110, Lloh111
.loh AdrpAdd Lloh116, Lloh117
.loh AdrpAdd Lloh114, Lloh115
.loh AdrpLdrGot Lloh112, Lloh113
.loh AdrpAdd Lloh121, Lloh122
.loh AdrpLdrGotLdr Lloh118, Lloh119, Lloh120
.loh AdrpAdd Lloh125, Lloh126
.loh AdrpAdd Lloh123, Lloh124
.loh AdrpAdd Lloh130, Lloh131
.loh AdrpLdrGotLdr Lloh127, Lloh128, Lloh129
.loh AdrpAdd Lloh135, Lloh136
.loh AdrpLdrGotLdr Lloh132, Lloh133, Lloh134
.loh AdrpAdd Lloh140, Lloh141
.loh AdrpLdrGotLdr Lloh137, Lloh138, Lloh139
.loh AdrpAdd Lloh145, Lloh146
.loh AdrpLdrGotLdr Lloh142, Lloh143, Lloh144
.loh AdrpAdd Lloh150, Lloh151
.loh AdrpLdrGotLdr Lloh147, Lloh148, Lloh149
.loh AdrpAdd Lloh155, Lloh156
.loh AdrpLdrGotLdr Lloh152, Lloh153, Lloh154
.loh AdrpLdrGotLdr Lloh157, Lloh158, Lloh159
.loh AdrpAdd Lloh160, Lloh161
.loh AdrpAdd Lloh164, Lloh165
.loh AdrpAdd Lloh162, Lloh163
.loh AdrpAdd Lloh166, Lloh167
.loh AdrpAdd Lloh168, Lloh169
.loh AdrpAdd Lloh170, Lloh171
.loh AdrpAdd Lloh176, Lloh177
.loh AdrpAdd Lloh174, Lloh175
.loh AdrpAdd Lloh172, Lloh173
.loh AdrpLdrGot Lloh180, Lloh181
.loh AdrpAdd Lloh178, Lloh179
.loh AdrpAdd Lloh185, Lloh186
.loh AdrpLdrGotLdr Lloh182, Lloh183, Lloh184
.cfi_endproc
; -- End function
.globl _stopNow ; @stopNow
.zerofill __DATA,__common,_stopNow,4,2
.globl _filecount ; @filecount
.zerofill __DATA,__common,_filecount,4,2
.section __DATA,__data
.globl _mem_files ; @mem_files
.p2align 2
_mem_files:
.long 4 ; 0x4
.comm _files,8,3 ; @files
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "[child %u] Client disconnected\n"
l_.str.1: ; @.str.1
.asciz "LIST"
l_.str.2: ; @.str.2
.asciz "[child %u] Received LIST\n"
.comm _file_locks,8,3 ; @file_locks
l_.str.3: ; @.str.3
.asciz "0\n"
l_.str.4: ; @.str.4
.asciz "%d"
l_.str.5: ; @.str.5
.asciz "%s %s\n"
l_.str.6: ; @.str.6
.asciz "%s %s"
l_.str.7: ; @.str.7
.asciz "[child %u] Sent %s"
l_.str.8: ; @.str.8
.asciz "READ"
l_.str.9: ; @.str.9
.asciz "%*s %s %d %d"
l_.str.10: ; @.str.10
.asciz "[child %u] Received READ %s %d %d\n"
l_.str.11: ; @.str.11
.asciz "ERROR INVALID REQUEST\n"
l_.str.12: ; @.str.12
.asciz "[child %u] Sent ERROR INVALID REQUEST\n"
l_.str.13: ; @.str.13
.asciz "ERROR NO SUCH FILE\n"
l_.str.14: ; @.str.14
.asciz "[child %u] Sent ERROR NO SUCH FILE\n"
l_.str.15: ; @.str.15
.asciz "storage/"
l_.str.16: ; @.str.16
.asciz "r"
l_.str.17: ; @.str.17
.asciz "%*c"
l_.str.18: ; @.str.18
.asciz "%c"
l_.str.19: ; @.str.19
.asciz "ERROR INVALID BYTE RANGE\n"
l_.str.20: ; @.str.20
.asciz "[child %u] Sent ERROR INVALID BYTE RANGE\n"
l_.str.21: ; @.str.21
.asciz "%s %d\n"
l_.str.22: ; @.str.22
.asciz "ACK"
l_.str.23: ; @.str.23
.asciz "[child %u] Sent ACK %d\n"
l_.str.24: ; @.str.24
.asciz "[child %u] Sent %d bytes of \"%s\" from offset %d\n"
l_.str.25: ; @.str.25
.asciz "SAVE"
l_.str.26: ; @.str.26
.asciz "%*s %s %d"
l_.str.27: ; @.str.27
.asciz "[child %u] Received SAVE %s %d\n"
l_.str.28: ; @.str.28
.asciz "[child %u] Sent ERROR FILE EXISTS\n"
l_.str.29: ; @.str.29
.asciz "ERROR FILE EXISTS\n"
l_.str.30: ; @.str.30
.asciz "w"
l_.str.31: ; @.str.31
.asciz "[child %u] Stored file \"%s\" (%d bytes)\n"
l_.str.32: ; @.str.32
.asciz "ACK\n"
l_.str.33: ; @.str.33
.asciz "[child %u] Sent ACK\n"
l_.str.34: ; @.str.34
.asciz "ERROR: Invalid TCP command.\n"
l_.str.35: ; @.str.35
.asciz "[child %u] Sent ERROR INVALID TCP COMMAND\n"
l_.str.37: ; @.str.37
.asciz "ERROR: Not enough arguments given.\n"
l_.str.38: ; @.str.38
.asciz "ERROR: Expected [program] [tcp port] [udp port]\n"
l_.str.39: ; @.str.39
.asciz "storage"
l_.str.40: ; @.str.40
.asciz "ERROR: storage directory does not exist\n"
l_.str.41: ; @.str.41
.asciz "ERROR: Error on TCP socket() call\n"
l_.str.42: ; @.str.42
.asciz "ERROR: Error on UDP socket() call\n"
l_.str.43: ; @.str.43
.asciz "ERROR: Error on TCP bind() call\n"
l_.str.44: ; @.str.44
.asciz "ERROR: Error on UDP bind() call\n"
l_.str.45: ; @.str.45
.asciz "ERROR: Error on TCP getsockname() call\n"
l_.str.46: ; @.str.46
.asciz "ERROR: Error on UDP getsockname() call\n"
l_.str.47: ; @.str.47
.asciz "Listening for TCP connections on port: %d\n"
l_.str.48: ; @.str.48
.asciz "Listening for UDP datagrams on port: %d\n"
l_.str.49: ; @.str.49
.asciz "ERROR: Error on select() call\n"
l_.str.50: ; @.str.50
.asciz "Rcvd incoming TCP connection from: %s\n"
l_.str.51: ; @.str.51
.asciz "Rcvd incoming UDP datagram from: %s\n"
l_.str.53: ; @.str.53
.asciz "Sent %s"
l_.str.54: ; @.str.54
.asciz "ERROR: Invalid UDP command.\n"
l_str: ; @str
.asciz "Started server"
l_str.55: ; @str.55
.asciz "Received LIST"
.subsections_via_symbols
| the_stack_data/32949997.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _OutputErrorCode ## -- Begin function OutputErrorCode
.p2align 4, 0x90
_OutputErrorCode: ## @OutputErrorCode
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
subq $264, %rsp ## imm = 0x108
.cfi_offset %rbx, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
xorl %eax, %eax
callq _GetLastError
leaq L_.str(%rip), %rsi
leaq -272(%rbp), %rbx
movq %rbx, %rdi
movl %eax, %edx
callq _sprintf
movq %rbx, %rdi
callq _OUTPUT_Line
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -16(%rbp), %rax
jne LBB0_2
## %bb.1:
addq $264, %rsp ## imm = 0x108
popq %rbx
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "GetLastError() returned %lu"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _OutputErrorCode ; -- Begin function OutputErrorCode
.p2align 2
_OutputErrorCode: ; @OutputErrorCode
.cfi_startproc
; %bb.0:
sub sp, sp, #304
.cfi_def_cfa_offset 304
stp x28, x27, [sp, #272] ; 16-byte Folded Spill
stp x29, x30, [sp, #288] ; 16-byte Folded Spill
add x29, sp, #288
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
bl _GetLastError
mov x2, x0
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
add x0, sp, #8
bl _sprintf
add x0, sp, #8
bl _OUTPUT_Line
ldur x8, [x29, #-24]
Lloh5:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh6:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh7:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
ldp x29, x30, [sp, #288] ; 16-byte Folded Reload
ldp x28, x27, [sp, #272] ; 16-byte Folded Reload
add sp, sp, #304
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "GetLastError() returned %lu"
.subsections_via_symbols
| AnghaBench/reactos/modules/rostests/tests/global_mem/extr_global_mem.c_OutputErrorCode.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _N ## -- Begin function N
.p2align 4, 0x90
_N: ## @N
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
.cfi_offset %rbx, -24
xorl %eax, %eax
movl %esi, %r8d
subl %edi, %r8d
jl LBB0_13
## %bb.1:
movslq %edi, %rdi
xorl %eax, %eax
cmpl $7, %r8d
jb LBB0_11
## %bb.2:
incq %r8
movq %r8, %r9
andq $-8, %r9
leaq -8(%r9), %rax
movq %rax, %r11
shrq $3, %r11
incq %r11
movl %r11d, %r10d
andl $3, %r10d
cmpq $24, %rax
jae LBB0_4
## %bb.3:
pxor %xmm0, %xmm0
xorl %eax, %eax
pxor %xmm1, %xmm1
jmp LBB0_6
LBB0_4:
andq $-4, %r11
leaq (%rdx,%rdi,4), %rbx
addq $112, %rbx
pxor %xmm0, %xmm0
xorl %eax, %eax
pxor %xmm1, %xmm1
.p2align 4, 0x90
LBB0_5: ## =>This Inner Loop Header: Depth=1
movdqu -112(%rbx,%rax,4), %xmm2
paddd %xmm0, %xmm2
movdqu -96(%rbx,%rax,4), %xmm0
paddd %xmm1, %xmm0
movdqu -80(%rbx,%rax,4), %xmm1
movdqu -64(%rbx,%rax,4), %xmm3
movdqu -48(%rbx,%rax,4), %xmm4
paddd %xmm1, %xmm4
paddd %xmm2, %xmm4
movdqu -32(%rbx,%rax,4), %xmm2
paddd %xmm3, %xmm2
paddd %xmm0, %xmm2
movdqu -16(%rbx,%rax,4), %xmm0
paddd %xmm4, %xmm0
movdqu (%rbx,%rax,4), %xmm1
paddd %xmm2, %xmm1
addq $32, %rax
addq $-4, %r11
jne LBB0_5
LBB0_6:
testq %r10, %r10
je LBB0_9
## %bb.7:
addq %rdi, %rax
leaq (%rdx,%rax,4), %rax
addq $16, %rax
shlq $5, %r10
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
movdqu -16(%rax,%rbx), %xmm2
paddd %xmm2, %xmm0
movdqu (%rax,%rbx), %xmm2
paddd %xmm2, %xmm1
addq $32, %rbx
cmpq %rbx, %r10
jne LBB0_8
LBB0_9:
paddd %xmm1, %xmm0
pshufd $238, %xmm0, %xmm1 ## xmm1 = xmm0[2,3,2,3]
paddd %xmm0, %xmm1
pshufd $85, %xmm1, %xmm0 ## xmm0 = xmm1[1,1,1,1]
paddd %xmm1, %xmm0
movd %xmm0, %eax
cmpq %r9, %r8
je LBB0_13
## %bb.10:
addq %r9, %rdi
LBB0_11:
incl %esi
movl %esi, %esi
.p2align 4, 0x90
LBB0_12: ## =>This Inner Loop Header: Depth=1
addl (%rdx,%rdi,4), %eax
incq %rdi
cmpl %edi, %esi
jne LBB0_12
LBB0_13:
cltd
idivl %ecx
movl %edx, %eax
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _M ## -- Begin function M
.p2align 4, 0x90
_M: ## @M
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdx, %r8
## kill: def $esi killed $esi def $rsi
movslq %edi, %rax
movl (%rdx,%rax,4), %edx
cmpl %esi, %edi
je LBB1_7
## %bb.1:
imull 4(%r8,%rax,4), %edx
addl $2, %eax
cmpl %esi, %eax
jg LBB1_7
## %bb.2:
movslq %eax, %r10
movl %edi, %eax
notl %eax
addl %esi, %eax
leal -2(%rsi), %r11d
testb $1, %al
je LBB1_4
## %bb.3:
movl %edx, %eax
cltd
idivl %ecx
movl %edx, %r9d
movl (%r8,%r10,4), %eax
cltd
idivl %ecx
imull %r9d, %edx
incq %r10
LBB1_4:
cmpl %edi, %r11d
je LBB1_7
## %bb.5:
incl %esi
movl %esi, %r9d
.p2align 4, 0x90
LBB1_6: ## =>This Inner Loop Header: Depth=1
movl %edx, %eax
cltd
idivl %ecx
movl %edx, %esi
movl (%r8,%r10,4), %eax
movl 4(%r8,%r10,4), %edi
cltd
idivl %ecx
imull %edx, %esi
movl %esi, %eax
cltd
idivl %ecx
movl %edx, %esi
movl %edi, %eax
cltd
idivl %ecx
imull %esi, %edx
addq $2, %r10
cmpl %r10d, %r9d
jne LBB1_6
LBB1_7:
movl %edx, %eax
cltd
idivl %ecx
movl %edx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _H ## -- Begin function H
.p2align 4, 0x90
_H: ## @H
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %edi, %rcx
movl (%rdx,%rcx,4), %eax
cmpl %esi, %edi
je LBB2_14
## %bb.1:
xorl 4(%rdx,%rcx,4), %eax
addl $2, %ecx
cmpl %esi, %ecx
jg LBB2_14
## %bb.2:
movslq %ecx, %rcx
movl %esi, %r8d
subl %edi, %r8d
addl $-2, %r8d
cmpl $7, %r8d
jb LBB2_12
## %bb.3:
incq %r8
movq %r8, %r9
andq $-8, %r9
movd %eax, %xmm0
leaq -8(%r9), %rax
movq %rax, %r11
shrq $3, %r11
incq %r11
movl %r11d, %r10d
andl $3, %r10d
cmpq $24, %rax
jae LBB2_5
## %bb.4:
pxor %xmm1, %xmm1
xorl %edi, %edi
jmp LBB2_7
LBB2_5:
andq $-4, %r11
leaq (%rdx,%rcx,4), %rax
addq $112, %rax
pxor %xmm1, %xmm1
xorl %edi, %edi
.p2align 4, 0x90
LBB2_6: ## =>This Inner Loop Header: Depth=1
movdqu -112(%rax,%rdi,4), %xmm2
pxor %xmm0, %xmm2
movdqu -96(%rax,%rdi,4), %xmm0
pxor %xmm1, %xmm0
movdqu -80(%rax,%rdi,4), %xmm1
movdqu -64(%rax,%rdi,4), %xmm3
movdqu -48(%rax,%rdi,4), %xmm4
pxor %xmm1, %xmm4
pxor %xmm2, %xmm4
movdqu -32(%rax,%rdi,4), %xmm2
pxor %xmm3, %xmm2
pxor %xmm0, %xmm2
movdqu -16(%rax,%rdi,4), %xmm0
pxor %xmm4, %xmm0
movdqu (%rax,%rdi,4), %xmm1
pxor %xmm2, %xmm1
addq $32, %rdi
addq $-4, %r11
jne LBB2_6
LBB2_7:
testq %r10, %r10
je LBB2_10
## %bb.8:
addq %rcx, %rdi
leaq (%rdx,%rdi,4), %rax
addq $16, %rax
shlq $5, %r10
xorl %edi, %edi
.p2align 4, 0x90
LBB2_9: ## =>This Inner Loop Header: Depth=1
movdqu -16(%rax,%rdi), %xmm2
pxor %xmm2, %xmm0
movdqu (%rax,%rdi), %xmm2
pxor %xmm2, %xmm1
addq $32, %rdi
cmpq %rdi, %r10
jne LBB2_9
LBB2_10:
pxor %xmm1, %xmm0
pshufd $238, %xmm0, %xmm1 ## xmm1 = xmm0[2,3,2,3]
pxor %xmm0, %xmm1
pshufd $85, %xmm1, %xmm0 ## xmm0 = xmm1[1,1,1,1]
pxor %xmm1, %xmm0
movd %xmm0, %eax
cmpq %r9, %r8
je LBB2_14
## %bb.11:
addq %r9, %rcx
LBB2_12:
incl %esi
movl %esi, %esi
.p2align 4, 0x90
LBB2_13: ## =>This Inner Loop Header: Depth=1
xorl (%rdx,%rcx,4), %eax
incq %rcx
cmpl %ecx, %esi
jne LBB2_13
LBB2_14:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl $40104, %eax ## imm = 0x9CA8
callq ____chkstk_darwin
subq %rax, %rsp
popq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq L_.str(%rip), %rdi
leaq -40132(%rbp), %rsi
leaq -40136(%rbp), %rdx
xorl %eax, %eax
callq _scanf
cmpl $0, -40132(%rbp)
jle LBB3_3
## %bb.1:
leaq -40128(%rbp), %r15
leaq L_.str.1(%rip), %r14
xorl %ebx, %ebx
.p2align 4, 0x90
LBB3_2: ## =>This Inner Loop Header: Depth=1
movq %r14, %rdi
movq %r15, %rsi
xorl %eax, %eax
callq _scanf
incq %rbx
movslq -40132(%rbp), %rax
addq $4, %r15
cmpq %rax, %rbx
jl LBB3_2
LBB3_3:
subl $1, -40136(%rbp)
jae LBB3_4
LBB3_40:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB3_42
## %bb.41:
xorl %eax, %eax
addq $40104, %rsp ## imm = 0x9CA8
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB3_4:
leaq L_.str(%rip), %r14
leaq -40144(%rbp), %r15
leaq -40140(%rbp), %r12
leaq L_.str.2(%rip), %r13
jmp LBB3_5
.p2align 4, 0x90
LBB3_39: ## in Loop: Header=BB3_5 Depth=1
movq %r13, %rdi
xorl %eax, %eax
callq _printf
subl $1, -40136(%rbp)
jb LBB3_40
LBB3_5: ## =>This Loop Header: Depth=1
## Child Loop BB3_10 Depth 2
## Child Loop BB3_13 Depth 2
## Child Loop BB3_17 Depth 2
## Child Loop BB3_24 Depth 2
## Child Loop BB3_31 Depth 2
## Child Loop BB3_34 Depth 2
## Child Loop BB3_38 Depth 2
movq %r14, %rdi
movq %r15, %rsi
movq %r12, %rdx
xorl %eax, %eax
callq _scanf
movslq -40144(%rbp), %rsi
movl -40140(%rbp), %r10d
movl $0, %eax
cmpl %esi, %r10d
jl LBB3_18
## %bb.6: ## in Loop: Header=BB3_5 Depth=1
movl %r10d, %r8d
subl %esi, %r8d
xorl %eax, %eax
movq %rsi, %rcx
cmpl $7, %r8d
jb LBB3_16
## %bb.7: ## in Loop: Header=BB3_5 Depth=1
incq %r8
movq %r8, %rcx
movabsq $8589934584, %rax ## imm = 0x1FFFFFFF8
andq %rax, %rcx
leaq -8(%rcx), %rdi
movq %rdi, %rax
shrq $3, %rax
incq %rax
movl %eax, %edx
andl $3, %edx
cmpq $24, %rdi
jae LBB3_9
## %bb.8: ## in Loop: Header=BB3_5 Depth=1
pxor %xmm0, %xmm0
xorl %ebx, %ebx
pxor %xmm1, %xmm1
jmp LBB3_11
LBB3_9: ## in Loop: Header=BB3_5 Depth=1
movabsq $4611686018427387900, %rdi ## imm = 0x3FFFFFFFFFFFFFFC
andq %rdi, %rax
leaq -40016(%rbp), %rdi
leaq (%rdi,%rsi,4), %rdi
pxor %xmm0, %xmm0
xorl %ebx, %ebx
pxor %xmm1, %xmm1
.p2align 4, 0x90
LBB3_10: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
movdqu -112(%rdi,%rbx,4), %xmm2
paddd %xmm0, %xmm2
movdqu -96(%rdi,%rbx,4), %xmm0
paddd %xmm1, %xmm0
movdqu -80(%rdi,%rbx,4), %xmm1
movdqu -64(%rdi,%rbx,4), %xmm3
movdqu -48(%rdi,%rbx,4), %xmm4
paddd %xmm1, %xmm4
paddd %xmm2, %xmm4
movdqu -32(%rdi,%rbx,4), %xmm2
paddd %xmm3, %xmm2
paddd %xmm0, %xmm2
movdqu -16(%rdi,%rbx,4), %xmm0
paddd %xmm4, %xmm0
movdqu (%rdi,%rbx,4), %xmm1
paddd %xmm2, %xmm1
addq $32, %rbx
addq $-4, %rax
jne LBB3_10
LBB3_11: ## in Loop: Header=BB3_5 Depth=1
testq %rdx, %rdx
je LBB3_14
## %bb.12: ## in Loop: Header=BB3_5 Depth=1
addq %rsi, %rbx
leaq -40016(%rbp), %rax
leaq (%rax,%rbx,4), %rax
addq $-96, %rax
shlq $5, %rdx
xorl %edi, %edi
.p2align 4, 0x90
LBB3_13: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
movdqu -16(%rax,%rdi), %xmm2
paddd %xmm2, %xmm0
movdqu (%rax,%rdi), %xmm2
paddd %xmm2, %xmm1
addq $32, %rdi
cmpq %rdi, %rdx
jne LBB3_13
LBB3_14: ## in Loop: Header=BB3_5 Depth=1
paddd %xmm1, %xmm0
pshufd $238, %xmm0, %xmm1 ## xmm1 = xmm0[2,3,2,3]
paddd %xmm0, %xmm1
pshufd $85, %xmm1, %xmm0 ## xmm0 = xmm1[1,1,1,1]
paddd %xmm1, %xmm0
movd %xmm0, %eax
cmpq %rcx, %r8
je LBB3_18
## %bb.15: ## in Loop: Header=BB3_5 Depth=1
addq %rsi, %rcx
LBB3_16: ## in Loop: Header=BB3_5 Depth=1
leal 1(%r10), %edx
movl %edx, %edx
.p2align 4, 0x90
LBB3_17: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
addl -40128(%rbp,%rcx,4), %eax
incq %rcx
cmpl %ecx, %edx
jne LBB3_17
LBB3_18: ## in Loop: Header=BB3_5 Depth=1
movl -40132(%rbp), %ebx
cltd
idivl %ebx
movl %edx, %r9d
movl -40128(%rbp,%rsi,4), %edx
cmpl %esi, %r10d
je LBB3_25
## %bb.19: ## in Loop: Header=BB3_5 Depth=1
imull -40124(%rbp,%rsi,4), %edx
leal 2(%rsi), %eax
cmpl %r10d, %eax
jg LBB3_25
## %bb.20: ## in Loop: Header=BB3_5 Depth=1
movslq %eax, %rcx
movl %esi, %eax
notl %eax
addl %r10d, %eax
leal -2(%r10), %edi
testb $1, %al
je LBB3_22
## %bb.21: ## in Loop: Header=BB3_5 Depth=1
movl %edx, %eax
cltd
idivl %ebx
movl %edx, %r8d
movl -40128(%rbp,%rcx,4), %eax
cltd
idivl %ebx
imull %r8d, %edx
incq %rcx
LBB3_22: ## in Loop: Header=BB3_5 Depth=1
cmpl %esi, %edi
je LBB3_25
## %bb.23: ## in Loop: Header=BB3_5 Depth=1
incl %r10d
movl %r10d, %r8d
.p2align 4, 0x90
LBB3_24: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
movl %edx, %eax
cltd
idivl %ebx
movl %edx, %esi
movl -40128(%rbp,%rcx,4), %eax
movl -40124(%rbp,%rcx,4), %edi
cltd
idivl %ebx
imull %edx, %esi
movl %esi, %eax
cltd
idivl %ebx
movl %edx, %esi
movl %edi, %eax
cltd
idivl %ebx
imull %esi, %edx
addq $2, %rcx
cmpl %ecx, %r8d
jne LBB3_24
.p2align 4, 0x90
LBB3_25: ## in Loop: Header=BB3_5 Depth=1
movl %edx, %eax
cltd
idivl %ebx
cmpl %edx, %r9d
movl %edx, %edi
cmovgl %r9d, %edi
cmovll %r9d, %edx
movslq %edx, %rax
movl -40128(%rbp,%rax,4), %esi
cmpl %edi, %edx
je LBB3_39
## %bb.26: ## in Loop: Header=BB3_5 Depth=1
xorl -40124(%rbp,%rax,4), %esi
addl $2, %eax
cmpl %edi, %eax
jg LBB3_39
## %bb.27: ## in Loop: Header=BB3_5 Depth=1
cltq
movl %edi, %r9d
subl %edx, %r9d
addl $-2, %r9d
cmpl $7, %r9d
jb LBB3_37
## %bb.28: ## in Loop: Header=BB3_5 Depth=1
incq %r9
movq %r9, %r8
movabsq $8589934584, %rcx ## imm = 0x1FFFFFFF8
andq %rcx, %r8
movd %esi, %xmm0
leaq -8(%r8), %rcx
movq %rcx, %rsi
shrq $3, %rsi
incq %rsi
movl %esi, %edx
andl $3, %edx
cmpq $24, %rcx
jae LBB3_30
## %bb.29: ## in Loop: Header=BB3_5 Depth=1
pxor %xmm1, %xmm1
xorl %ebx, %ebx
jmp LBB3_32
LBB3_30: ## in Loop: Header=BB3_5 Depth=1
movabsq $4611686018427387900, %rcx ## imm = 0x3FFFFFFFFFFFFFFC
andq %rcx, %rsi
leaq -40016(%rbp), %rcx
leaq (%rcx,%rax,4), %rcx
pxor %xmm1, %xmm1
xorl %ebx, %ebx
.p2align 4, 0x90
LBB3_31: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
movdqu -112(%rcx,%rbx,4), %xmm2
pxor %xmm0, %xmm2
movdqu -96(%rcx,%rbx,4), %xmm0
pxor %xmm1, %xmm0
movdqu -80(%rcx,%rbx,4), %xmm1
movdqu -64(%rcx,%rbx,4), %xmm3
movdqu -48(%rcx,%rbx,4), %xmm4
pxor %xmm1, %xmm4
pxor %xmm2, %xmm4
movdqu -32(%rcx,%rbx,4), %xmm2
pxor %xmm3, %xmm2
pxor %xmm0, %xmm2
movdqu -16(%rcx,%rbx,4), %xmm0
pxor %xmm4, %xmm0
movdqu (%rcx,%rbx,4), %xmm1
pxor %xmm2, %xmm1
addq $32, %rbx
addq $-4, %rsi
jne LBB3_31
LBB3_32: ## in Loop: Header=BB3_5 Depth=1
testq %rdx, %rdx
je LBB3_35
## %bb.33: ## in Loop: Header=BB3_5 Depth=1
addq %rax, %rbx
leaq -40016(%rbp), %rcx
leaq (%rcx,%rbx,4), %rcx
addq $-96, %rcx
shlq $5, %rdx
xorl %esi, %esi
.p2align 4, 0x90
LBB3_34: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
movdqu -16(%rcx,%rsi), %xmm2
pxor %xmm2, %xmm0
movdqu (%rcx,%rsi), %xmm2
pxor %xmm2, %xmm1
addq $32, %rsi
cmpq %rsi, %rdx
jne LBB3_34
LBB3_35: ## in Loop: Header=BB3_5 Depth=1
pxor %xmm1, %xmm0
pshufd $238, %xmm0, %xmm1 ## xmm1 = xmm0[2,3,2,3]
pxor %xmm0, %xmm1
pshufd $85, %xmm1, %xmm0 ## xmm0 = xmm1[1,1,1,1]
pxor %xmm1, %xmm0
movd %xmm0, %esi
cmpq %r8, %r9
je LBB3_39
## %bb.36: ## in Loop: Header=BB3_5 Depth=1
addq %r8, %rax
LBB3_37: ## in Loop: Header=BB3_5 Depth=1
incl %edi
movl %edi, %ecx
.p2align 4, 0x90
LBB3_38: ## Parent Loop BB3_5 Depth=1
## => This Inner Loop Header: Depth=2
xorl -40128(%rbp,%rax,4), %esi
incq %rax
cmpl %eax, %ecx
jne LBB3_38
jmp LBB3_39
LBB3_42:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d%d"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _N ; -- Begin function N
.p2align 2
_N: ; @N
.cfi_startproc
; %bb.0:
; kill: def $w0 killed $w0 def $x0
subs w8, w1, w0
b.ge LBB0_2
; %bb.1:
mov w11, #0
b LBB0_9
LBB0_2:
sxtw x12, w0
cmp w8, #15
b.hs LBB0_4
; %bb.3:
mov w11, #0
mov x8, x12
b LBB0_7
LBB0_4:
add x9, x8, #1
and x10, x9, #0x1fffffff0
add x8, x10, x12
add x11, x2, x12, lsl #2
add x11, x11, #32
movi.2d v0, #0000000000000000
mov x12, x10
movi.2d v1, #0000000000000000
movi.2d v2, #0000000000000000
movi.2d v3, #0000000000000000
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldp q4, q5, [x11, #-32]
ldp q6, q7, [x11], #64
add.4s v0, v4, v0
add.4s v1, v5, v1
add.4s v2, v6, v2
add.4s v3, v7, v3
subs x12, x12, #16
b.ne LBB0_5
; %bb.6:
add.4s v0, v1, v0
add.4s v0, v2, v0
add.4s v0, v3, v0
addv.4s s0, v0
fmov w11, s0
cmp x9, x10
b.eq LBB0_9
LBB0_7:
add x9, x2, x8, lsl #2
sub w8, w1, w8
add w8, w8, #1
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldr w10, [x9], #4
add w11, w10, w11
subs w8, w8, #1
b.ne LBB0_8
LBB0_9:
sdiv w8, w11, w3
msub w0, w8, w3, w11
ret
.cfi_endproc
; -- End function
.globl _M ; -- Begin function M
.p2align 2
_M: ; @M
.cfi_startproc
; %bb.0:
; kill: def $w0 killed $w0 def $x0
ldr w8, [x2, w0, sxtw #2]
cmp w0, w1
b.eq LBB1_4
; %bb.1:
sxtw x9, w0
add x9, x2, x9, lsl #2
ldr w9, [x9, #4]
mul w8, w9, w8
add w9, w0, #2
cmp w9, w1
b.gt LBB1_4
; %bb.2:
add x9, x2, w9, sxtw #2
mvn w10, w0
add w10, w10, w1
LBB1_3: ; =>This Inner Loop Header: Depth=1
sdiv w11, w8, w3
msub w8, w11, w3, w8
ldr w11, [x9], #4
sdiv w12, w11, w3
msub w11, w12, w3, w11
mul w8, w11, w8
subs w10, w10, #1
b.ne LBB1_3
LBB1_4:
sdiv w9, w8, w3
msub w0, w9, w3, w8
ret
.cfi_endproc
; -- End function
.globl _H ; -- Begin function H
.p2align 2
_H: ; @H
.cfi_startproc
; %bb.0:
mov x8, x0
ldr w0, [x2, w0, sxtw #2]
cmp w8, w1
b.eq LBB2_8
; %bb.1:
sxtw x9, w8
add x9, x2, x9, lsl #2
ldr w9, [x9, #4]
eor w0, w9, w0
add w9, w8, #2
cmp w9, w1
b.gt LBB2_8
; %bb.2:
sxtw x11, w9
sub w8, w1, w8
sub w9, w8, #2
mov x8, x11
cmp w9, #15
b.lo LBB2_6
; %bb.3:
add x9, x9, #1
and x10, x9, #0x1fffffff0
add x8, x10, x11
movi.2d v0, #0000000000000000
mov.s v0[0], w0
movi.2d v1, #0000000000000000
add x11, x2, x11, lsl #2
add x11, x11, #32
mov x12, x10
movi.2d v2, #0000000000000000
movi.2d v3, #0000000000000000
LBB2_4: ; =>This Inner Loop Header: Depth=1
ldp q4, q5, [x11, #-32]
ldp q6, q7, [x11], #64
eor.16b v0, v4, v0
eor.16b v1, v5, v1
eor.16b v2, v6, v2
eor.16b v3, v7, v3
subs x12, x12, #16
b.ne LBB2_4
; %bb.5:
eor.16b v0, v1, v0
eor3.16b v0, v2, v0, v3
ext.16b v1, v0, v0, #8
eor.8b v0, v0, v1
mov.s w11, v0[1]
fmov w12, s0
eor w0, w12, w11
cmp x9, x10
b.eq LBB2_8
LBB2_6:
add x9, x2, x8, lsl #2
sub w8, w1, w8
add w8, w8, #1
LBB2_7: ; =>This Inner Loop Header: Depth=1
ldr w10, [x9], #4
eor w0, w10, w0
subs w8, w8, #1
b.ne LBB2_7
LBB2_8:
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w27, -72
.cfi_offset w28, -80
mov w9, #40128
Lloh0:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh1:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #9, lsl #12 ; =36864
sub sp, sp, #3264
Lloh2:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh3:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
stur x8, [x29, #-72]
add x8, sp, #32
add x9, sp, #36
stp x9, x8, [sp]
Lloh5:
adrp x0, l_.str@PAGE
Lloh6:
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldr w8, [sp, #36]
cmp w8, #1
b.lt LBB3_3
; %bb.1:
mov x20, #0
add x21, sp, #40
Lloh7:
adrp x19, l_.str.1@PAGE
Lloh8:
add x19, x19, l_.str.1@PAGEOFF
LBB3_2: ; =>This Inner Loop Header: Depth=1
str x21, [sp]
mov x0, x19
bl _scanf
add x20, x20, #1
ldrsw x8, [sp, #36]
add x21, x21, #4
cmp x20, x8
b.lt LBB3_2
LBB3_3:
ldr w8, [sp, #32]
sub w9, w8, #1
str w9, [sp, #32]
cbz w8, LBB3_27
; %bb.4:
add x21, sp, #40
add x22, x21, #32
add x23, sp, #24
add x24, sp, #28
Lloh9:
adrp x19, l_.str@PAGE
Lloh10:
add x19, x19, l_.str@PAGEOFF
Lloh11:
adrp x20, l_.str.2@PAGE
Lloh12:
add x20, x20, l_.str.2@PAGEOFF
b LBB3_6
LBB3_5: ; in Loop: Header=BB3_6 Depth=1
str x9, [sp]
mov x0, x20
bl _printf
ldr w8, [sp, #32]
sub w9, w8, #1
str w9, [sp, #32]
cbz w8, LBB3_27
LBB3_6: ; =>This Loop Header: Depth=1
; Child Loop BB3_11 Depth 2
; Child Loop BB3_14 Depth 2
; Child Loop BB3_18 Depth 2
; Child Loop BB3_23 Depth 2
; Child Loop BB3_26 Depth 2
stp x24, x23, [sp]
mov x0, x19
bl _scanf
ldp w9, w8, [sp, #24]
; kill: def $w8 killed $w8 def $x8
sxtw x8, w8
cmp w9, w8
b.ge LBB3_8
; %bb.7: ; in Loop: Header=BB3_6 Depth=1
mov w10, #0
b LBB3_15
LBB3_8: ; in Loop: Header=BB3_6 Depth=1
sub w10, w9, w8
cmp w10, #15
b.hs LBB3_10
; %bb.9: ; in Loop: Header=BB3_6 Depth=1
mov w10, #0
mov x11, x8
b LBB3_13
LBB3_10: ; in Loop: Header=BB3_6 Depth=1
add x12, x10, #1
and x13, x12, #0x1fffffff0
add x11, x13, x8
add x10, x22, x8, lsl #2
movi.2d v0, #0000000000000000
mov x14, x13
movi.2d v1, #0000000000000000
movi.2d v2, #0000000000000000
movi.2d v3, #0000000000000000
LBB3_11: ; Parent Loop BB3_6 Depth=1
; => This Inner Loop Header: Depth=2
ldp q4, q5, [x10, #-32]
ldp q6, q7, [x10], #64
add.4s v0, v4, v0
add.4s v1, v5, v1
add.4s v2, v6, v2
add.4s v3, v7, v3
subs x14, x14, #16
b.ne LBB3_11
; %bb.12: ; in Loop: Header=BB3_6 Depth=1
add.4s v0, v1, v0
add.4s v0, v2, v0
add.4s v0, v3, v0
addv.4s s0, v0
fmov w10, s0
cmp x12, x13
b.eq LBB3_15
LBB3_13: ; in Loop: Header=BB3_6 Depth=1
add x12, x21, x11, lsl #2
sub w11, w9, w11
add w11, w11, #1
LBB3_14: ; Parent Loop BB3_6 Depth=1
; => This Inner Loop Header: Depth=2
ldr w13, [x12], #4
add w10, w13, w10
subs w11, w11, #1
b.ne LBB3_14
LBB3_15: ; in Loop: Header=BB3_6 Depth=1
ldr w11, [sp, #36]
ldr w12, [x21, x8, lsl #2]
cmp w9, w8
b.eq LBB3_19
; %bb.16: ; in Loop: Header=BB3_6 Depth=1
add x13, x21, x8, lsl #2
ldr w13, [x13, #4]
mul w12, w13, w12
add w13, w8, #2
cmp w13, w9
b.gt LBB3_19
; %bb.17: ; in Loop: Header=BB3_6 Depth=1
add x13, x21, w13, sxtw #2
mvn w8, w8
add w8, w8, w9
LBB3_18: ; Parent Loop BB3_6 Depth=1
; => This Inner Loop Header: Depth=2
sdiv w9, w12, w11
msub w9, w9, w11, w12
ldr w12, [x13], #4
sdiv w14, w12, w11
msub w12, w14, w11, w12
mul w12, w12, w9
subs w8, w8, #1
b.ne LBB3_18
LBB3_19: ; in Loop: Header=BB3_6 Depth=1
sdiv w8, w10, w11
msub w9, w8, w11, w10
sdiv w8, w12, w11
msub w10, w8, w11, w12
cmp w9, w10
csel w8, w9, w10, gt
csel w10, w9, w10, lt
ldr w9, [x21, w10, sxtw #2]
cmp w10, w8
b.eq LBB3_5
; %bb.20: ; in Loop: Header=BB3_6 Depth=1
sxtw x10, w10
add x11, x21, x10, lsl #2
ldr w11, [x11, #4]
eor w9, w11, w9
add w11, w10, #2
cmp w11, w8
b.gt LBB3_5
; %bb.21: ; in Loop: Header=BB3_6 Depth=1
sxtw x13, w11
sub w10, w8, w10
sub w11, w10, #2
mov x10, x13
cmp w11, #15
b.lo LBB3_25
; %bb.22: ; in Loop: Header=BB3_6 Depth=1
add x11, x11, #1
and x12, x11, #0x1fffffff0
movi.2d v0, #0000000000000000
mov.s v0[0], w9
add x10, x12, x13
add x9, x22, x13, lsl #2
movi.2d v1, #0000000000000000
mov x13, x12
movi.2d v2, #0000000000000000
movi.2d v3, #0000000000000000
LBB3_23: ; Parent Loop BB3_6 Depth=1
; => This Inner Loop Header: Depth=2
ldp q4, q5, [x9, #-32]
ldp q6, q7, [x9], #64
eor.16b v0, v4, v0
eor.16b v1, v5, v1
eor.16b v2, v6, v2
eor.16b v3, v7, v3
subs x13, x13, #16
b.ne LBB3_23
; %bb.24: ; in Loop: Header=BB3_6 Depth=1
eor.16b v0, v1, v0
eor3.16b v0, v2, v0, v3
ext.16b v1, v0, v0, #8
eor.8b v0, v0, v1
mov.s w9, v0[1]
fmov w13, s0
eor w9, w13, w9
cmp x11, x12
b.eq LBB3_5
LBB3_25: ; in Loop: Header=BB3_6 Depth=1
add x11, x21, x10, lsl #2
sub w8, w8, w10
add w8, w8, #1
LBB3_26: ; Parent Loop BB3_6 Depth=1
; => This Inner Loop Header: Depth=2
ldr w10, [x11], #4
eor w9, w10, w9
subs w8, w8, #1
b.ne LBB3_26
b LBB3_5
LBB3_27:
ldur x8, [x29, #-72]
Lloh13:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh14:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh15:
ldr x9, [x9]
cmp x9, x8
b.ne LBB3_29
; %bb.28:
mov w0, #0
add sp, sp, #9, lsl #12 ; =36864
add sp, sp, #3264
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #80 ; 16-byte Folded Reload
ret
LBB3_29:
bl ___stack_chk_fail
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d%d"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/50137392.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _AcpiExEnterInterpreter ## -- Begin function AcpiExEnterInterpreter
.p2align 4, 0x90
_AcpiExEnterInterpreter: ## @AcpiExEnterInterpreter
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _ExEnterInterpreter@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _ACPI_FUNCTION_TRACE
movq _ACPI_MTX_INTERPRETER@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _AcpiUtAcquireMutex
movl %eax, %edi
callq _ACPI_FAILURE
testq %rax, %rax
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
## kill: def $edi killed $edi killed $rdi
callq _ACPI_ERROR
LBB0_2:
movq _ACPI_MTX_NAMESPACE@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _AcpiUtAcquireMutex
movl %eax, %edi
callq _ACPI_FAILURE
testq %rax, %rax
je LBB0_3
## %bb.4:
leaq L_.str.1(%rip), %rdi
## kill: def $edi killed $edi killed $rdi
popq %rbp
jmp _ACPI_ERROR ## TAILCALL
LBB0_3:
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ExEnterInterpreter,4,2 ## @ExEnterInterpreter
.comm _ACPI_MTX_INTERPRETER,4,2 ## @ACPI_MTX_INTERPRETER
.comm _AE_INFO,4,2 ## @AE_INFO
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Could not acquire AML Interpreter mutex"
.comm _ACPI_MTX_NAMESPACE,4,2 ## @ACPI_MTX_NAMESPACE
L_.str.1: ## @.str.1
.asciz "Could not acquire AML Namespace mutex"
.comm _return_VOID,4,2 ## @return_VOID
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _AcpiExEnterInterpreter ; -- Begin function AcpiExEnterInterpreter
.p2align 2
_AcpiExEnterInterpreter: ; @AcpiExEnterInterpreter
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x8, _ExEnterInterpreter@GOTPAGE
Lloh1:
ldr x8, [x8, _ExEnterInterpreter@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _ACPI_FUNCTION_TRACE
Lloh3:
adrp x8, _ACPI_MTX_INTERPRETER@GOTPAGE
Lloh4:
ldr x8, [x8, _ACPI_MTX_INTERPRETER@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
bl _AcpiUtAcquireMutex
bl _ACPI_FAILURE
cbz x0, LBB0_2
; %bb.1:
Lloh6:
adrp x0, l_.str@PAGE
Lloh7:
add x0, x0, l_.str@PAGEOFF
; kill: def $w0 killed $w0 killed $x0
bl _ACPI_ERROR
LBB0_2:
Lloh8:
adrp x8, _ACPI_MTX_NAMESPACE@GOTPAGE
Lloh9:
ldr x8, [x8, _ACPI_MTX_NAMESPACE@GOTPAGEOFF]
Lloh10:
ldr w0, [x8]
bl _AcpiUtAcquireMutex
bl _ACPI_FAILURE
cbz x0, LBB0_4
; %bb.3:
Lloh11:
adrp x0, l_.str.1@PAGE
Lloh12:
add x0, x0, l_.str.1@PAGEOFF
; kill: def $w0 killed $w0 killed $x0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _ACPI_ERROR
LBB0_4:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpAdd Lloh11, Lloh12
.cfi_endproc
; -- End function
.comm _ExEnterInterpreter,4,2 ; @ExEnterInterpreter
.comm _ACPI_MTX_INTERPRETER,4,2 ; @ACPI_MTX_INTERPRETER
.comm _AE_INFO,4,2 ; @AE_INFO
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Could not acquire AML Interpreter mutex"
.comm _ACPI_MTX_NAMESPACE,4,2 ; @ACPI_MTX_NAMESPACE
l_.str.1: ; @.str.1
.asciz "Could not acquire AML Namespace mutex"
.comm _return_VOID,4,2 ; @return_VOID
.subsections_via_symbols
| AnghaBench/freebsd/sys/contrib/dev/acpica/components/executer/extr_exutils.c_AcpiExEnterInterpreter.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sti_plane_get_default_zpos
_sti_plane_get_default_zpos: ## @sti_plane_get_default_zpos
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %ecx, %ecx
cmpl $129, %edi
sete %cl
cmpl $130, %edi
movl $7, %eax
cmovnel %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _sti_plane_get_default_zpos
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sti_plane_get_default_zpos
_sti_plane_get_default_zpos: ; @sti_plane_get_default_zpos
.cfi_startproc
; %bb.0:
cmp w0, #129
cset w8, eq
mov w9, #7
cmp w0, #130
csel w0, w9, w8, eq
ret
.cfi_endproc
; -- End function
.no_dead_strip _sti_plane_get_default_zpos
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/sti/extr_sti_plane.c_sti_plane_get_default_zpos.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sd_set_clock_divider
_sd_set_clock_divider: ## @sd_set_clock_divider
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _SD_CLK_DIVIDE_0@GOTPCREL(%rip), %rax
cmpq %rsi, (%rax)
jne LBB0_2
## %bb.1:
xorl %ecx, %ecx
jmp LBB0_4
LBB0_2:
movq _SD_CLK_DIVIDE_128@GOTPCREL(%rip), %rax
movl $64, %ecx
cmpq %rsi, (%rax)
je LBB0_4
## %bb.3:
movq _SD_CLK_DIVIDE_256@GOTPCREL(%rip), %rax
xorl %ecx, %ecx
cmpq %rsi, (%rax)
sete %cl
shlq $5, %rcx
LBB0_4:
movq _REG_SD_CFG1@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl $96, %edx
callq _rtsx_write_register
testl %eax, %eax
jne LBB0_6
## %bb.5:
movq _STATUS_SUCCESS@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_6:
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SD_CLK_DIVIDE_0,8,3 ## @SD_CLK_DIVIDE_0
.comm _SD_CLK_DIVIDE_128,8,3 ## @SD_CLK_DIVIDE_128
.comm _SD_CLK_DIVIDE_256,8,3 ## @SD_CLK_DIVIDE_256
.comm _REG_SD_CFG1,4,2 ## @REG_SD_CFG1
.comm _STATUS_SUCCESS,4,2 ## @STATUS_SUCCESS
.no_dead_strip _sd_set_clock_divider
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sd_set_clock_divider
_sd_set_clock_divider: ; @sd_set_clock_divider
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x8, _SD_CLK_DIVIDE_0@GOTPAGE
Lloh1:
ldr x8, [x8, _SD_CLK_DIVIDE_0@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x8, x1
b.ne LBB0_2
; %bb.1:
mov x3, #0
b LBB0_5
LBB0_2:
Lloh3:
adrp x8, _SD_CLK_DIVIDE_128@GOTPAGE
Lloh4:
ldr x8, [x8, _SD_CLK_DIVIDE_128@GOTPAGEOFF]
Lloh5:
ldr x8, [x8]
cmp x8, x1
b.ne LBB0_4
; %bb.3:
mov w3, #64
b LBB0_5
LBB0_4:
Lloh6:
adrp x8, _SD_CLK_DIVIDE_256@GOTPAGE
Lloh7:
ldr x8, [x8, _SD_CLK_DIVIDE_256@GOTPAGEOFF]
Lloh8:
ldr x8, [x8]
cmp x8, x1
cset w8, eq
lsl x3, x8, #5
LBB0_5:
Lloh9:
adrp x8, _REG_SD_CFG1@GOTPAGE
Lloh10:
ldr x8, [x8, _REG_SD_CFG1@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
mov w2, #96
bl _rtsx_write_register
Lloh12:
adrp x8, _STATUS_SUCCESS@GOTPAGE
Lloh13:
ldr x8, [x8, _STATUS_SUCCESS@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
cmp w0, #0
csel w0, w8, w0, eq
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _SD_CLK_DIVIDE_0,8,3 ; @SD_CLK_DIVIDE_0
.comm _SD_CLK_DIVIDE_128,8,3 ; @SD_CLK_DIVIDE_128
.comm _SD_CLK_DIVIDE_256,8,3 ; @SD_CLK_DIVIDE_256
.comm _REG_SD_CFG1,4,2 ; @REG_SD_CFG1
.comm _STATUS_SUCCESS,4,2 ; @STATUS_SUCCESS
.no_dead_strip _sd_set_clock_divider
.subsections_via_symbols
| AnghaBench/linux/drivers/staging/rts5208/extr_sd.c_sd_set_clock_divider.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _luaV_finishget ## -- Begin function luaV_finishget
.p2align 4, 0x90
_luaV_finishget: ## @luaV_finishget
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %ecx, -44(%rbp) ## 4-byte Spill
movq %rdx, -56(%rbp) ## 8-byte Spill
movq %rdi, %r12
movq _MAXTAGLOOP@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
jle LBB0_10
## %bb.1:
movq %r8, %rbx
movq %rsi, %r14
xorl %r15d, %r15d
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
testq %rbx, %rbx
je LBB0_4
## %bb.6: ## in Loop: Header=BB0_3 Depth=1
movq %rbx, %rdi
callq _ttisnil
movl %eax, %edi
callq _lua_assert
movq %r14, %rdi
callq _hvalue
movl (%rax), %esi
movq _TM_INDEX@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
callq _fasttm
movq %rax, %r13
testq %rax, %rax
jne LBB0_7
jmp LBB0_11
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_3 Depth=1
movq %r14, %rdi
callq _ttistable
xorl %edi, %edi
testl %eax, %eax
sete %dil
callq _lua_assert
movq _TM_INDEX@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
movq %r14, %rsi
callq _luaT_gettmbyobj
movq %rax, %r13
movq %rax, %rdi
callq _ttisnil
testl %eax, %eax
je LBB0_7
## %bb.5: ## in Loop: Header=BB0_3 Depth=1
movq %r12, %rdi
movq %r14, %rsi
leaq L_.str(%rip), %rdx
callq _luaG_typeerror
LBB0_7: ## in Loop: Header=BB0_3 Depth=1
movq %r13, %rdi
callq _ttisfunction
testq %rax, %rax
jne LBB0_12
## %bb.8: ## in Loop: Header=BB0_3 Depth=1
movq _luaH_get@GOTPCREL(%rip), %rax
movl (%rax), %r8d
movq %r12, %rdi
movq %r13, %rsi
movq -56(%rbp), %rdx ## 8-byte Reload
movq %rbx, %rcx
callq _luaV_fastget
testq %rax, %rax
jne LBB0_9
## %bb.2: ## in Loop: Header=BB0_3 Depth=1
incl %r15d
movq %r13, %r14
movq _MAXTAGLOOP@GOTPCREL(%rip), %rax
cmpl (%rax), %r15d
jl LBB0_3
LBB0_10:
leaq L_.str.1(%rip), %rsi
movq %r12, %rdi
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _luaG_runerror ## TAILCALL
LBB0_12:
movq %r12, %rdi
movq %r13, %rsi
movq %r14, %rdx
movq -56(%rbp), %rcx ## 8-byte Reload
movl -44(%rbp), %r8d ## 4-byte Reload
movl $1, %r9d
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _luaT_callTM ## TAILCALL
LBB0_9:
movq %r12, %rdi
movl -44(%rbp), %esi ## 4-byte Reload
movq %rbx, %rdx
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _setobj2s ## TAILCALL
LBB0_11:
movl -44(%rbp), %edi ## 4-byte Reload
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _setnilvalue ## TAILCALL
.cfi_endproc
## -- End function
.comm _MAXTAGLOOP,4,2 ## @MAXTAGLOOP
.comm _TM_INDEX,4,2 ## @TM_INDEX
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "index"
.comm _luaH_get,4,2 ## @luaH_get
L_.str.1: ## @.str.1
.asciz "'__index' chain too long; possible loop"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _luaV_finishget ; -- Begin function luaV_finishget
.p2align 2
_luaV_finishget: ; @luaV_finishget
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x22, x0
Lloh0:
adrp x26, _MAXTAGLOOP@GOTPAGE
Lloh1:
ldr x26, [x26, _MAXTAGLOOP@GOTPAGEOFF]
ldr w8, [x26]
cmp w8, #1
b.lt LBB0_9
; %bb.1:
mov x21, x4
mov x19, x3
mov x20, x2
mov x24, x1
mov w27, #0
Lloh2:
adrp x28, _TM_INDEX@GOTPAGE
Lloh3:
ldr x28, [x28, _TM_INDEX@GOTPAGEOFF]
Lloh4:
adrp x23, _luaH_get@GOTPAGE
Lloh5:
ldr x23, [x23, _luaH_get@GOTPAGEOFF]
LBB0_2: ; =>This Inner Loop Header: Depth=1
cbz x21, LBB0_4
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
mov x0, x21
bl _ttisnil
bl _lua_assert
mov x0, x24
bl _hvalue
ldr w1, [x0]
ldr w2, [x28]
mov x0, x22
bl _fasttm
mov x25, x0
cbnz x0, LBB0_6
b LBB0_12
LBB0_4: ; in Loop: Header=BB0_2 Depth=1
mov x0, x24
bl _ttistable
cmp w0, #0
cset w0, eq
bl _lua_assert
ldr w2, [x28]
mov x0, x22
mov x1, x24
bl _luaT_gettmbyobj
mov x25, x0
bl _ttisnil
cbz w0, LBB0_6
; %bb.5: ; in Loop: Header=BB0_2 Depth=1
mov x0, x22
mov x1, x24
Lloh6:
adrp x2, l_.str@PAGE
Lloh7:
add x2, x2, l_.str@PAGEOFF
bl _luaG_typeerror
LBB0_6: ; in Loop: Header=BB0_2 Depth=1
mov x0, x25
bl _ttisfunction
cbnz x0, LBB0_10
; %bb.7: ; in Loop: Header=BB0_2 Depth=1
ldr w4, [x23]
mov x0, x22
mov x1, x25
mov x2, x20
mov x3, x21
bl _luaV_fastget
cbnz x0, LBB0_11
; %bb.8: ; in Loop: Header=BB0_2 Depth=1
add w27, w27, #1
ldr w8, [x26]
mov x24, x25
cmp w27, w8
b.lt LBB0_2
LBB0_9:
Lloh8:
adrp x1, l_.str.1@PAGE
Lloh9:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x22
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
b _luaG_runerror
LBB0_10:
mov x0, x22
mov x1, x25
mov x2, x24
mov x3, x20
mov x4, x19
mov w5, #1
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
b _luaT_callTM
LBB0_11:
mov x0, x22
mov x1, x19
mov x2, x21
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
b _setobj2s
LBB0_12:
mov x0, x19
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
b _setnilvalue
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _MAXTAGLOOP,4,2 ; @MAXTAGLOOP
.comm _TM_INDEX,4,2 ; @TM_INDEX
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "index"
.comm _luaH_get,4,2 ; @luaH_get
l_.str.1: ; @.str.1
.asciz "'__index' chain too long; possible loop"
.subsections_via_symbols
| AnghaBench/mjolnir/Mjolnir/lua/extr_lvm.c_luaV_finishget.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ehea_get_drvinfo
_ehea_get_drvinfo: ## @ehea_get_drvinfo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rsi, %rbx
movl 4(%rsi), %edi
movq _DRV_NAME@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl $4, %edx
callq _strlcpy
movl (%rbx), %edi
movq _DRV_VERSION@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl $4, %edx
addq $8, %rsp
popq %rbx
popq %rbp
jmp _strlcpy ## TAILCALL
.cfi_endproc
## -- End function
.comm _DRV_NAME,4,2 ## @DRV_NAME
.comm _DRV_VERSION,4,2 ## @DRV_VERSION
.no_dead_strip _ehea_get_drvinfo
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ehea_get_drvinfo
_ehea_get_drvinfo: ; @ehea_get_drvinfo
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
ldr w0, [x1, #4]
Lloh0:
adrp x8, _DRV_NAME@GOTPAGE
Lloh1:
ldr x8, [x8, _DRV_NAME@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov w2, #4
bl _strlcpy
ldr w0, [x19]
Lloh3:
adrp x8, _DRV_VERSION@GOTPAGE
Lloh4:
ldr x8, [x8, _DRV_VERSION@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
mov w2, #4
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _strlcpy
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _DRV_NAME,4,2 ; @DRV_NAME
.comm _DRV_VERSION,4,2 ; @DRV_VERSION
.no_dead_strip _ehea_get_drvinfo
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/ehea/extr_ehea_ethtool.c_ehea_get_drvinfo.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function gpio_to_pfc
_gpio_to_pfc: ## @gpio_to_pfc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _gpiochip_get_data
movq (%rax), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _gpio_to_pfc
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function gpio_to_pfc
_gpio_to_pfc: ; @gpio_to_pfc
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _gpiochip_get_data
ldr x0, [x0]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _gpio_to_pfc
.subsections_via_symbols
| AnghaBench/linux/drivers/pinctrl/sh-pfc/extr_gpio.c_gpio_to_pfc.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function Com_Error_f
_Com_Error_f: ## @Com_Error_f
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
callq _Cmd_Argc
cmpl $2, %eax
jl LBB0_2
## %bb.1:
movq _ERR_DROP@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq L_.str(%rip), %rsi
callq _Com_Error
ud2
LBB0_2:
movq _ERR_FATAL@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq L_.str.1(%rip), %rsi
callq _Com_Error
ud2
.cfi_endproc
## -- End function
.comm _ERR_DROP,4,2 ## @ERR_DROP
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Testing drop error"
.comm _ERR_FATAL,4,2 ## @ERR_FATAL
L_.str.1: ## @.str.1
.asciz "Testing fatal error"
.no_dead_strip _Com_Error_f
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function Com_Error_f
_Com_Error_f: ; @Com_Error_f
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _Cmd_Argc
cmp w0, #2
b.lt LBB0_2
; %bb.1:
Lloh0:
adrp x8, _ERR_DROP@GOTPAGE
Lloh1:
ldr x8, [x8, _ERR_DROP@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
bl _Com_Error
brk #0x1
LBB0_2:
Lloh5:
adrp x8, _ERR_FATAL@GOTPAGE
Lloh6:
ldr x8, [x8, _ERR_FATAL@GOTPAGEOFF]
Lloh7:
ldr w0, [x8]
Lloh8:
adrp x1, l_.str.1@PAGE
Lloh9:
add x1, x1, l_.str.1@PAGEOFF
bl _Com_Error
brk #0x1
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.comm _ERR_DROP,4,2 ; @ERR_DROP
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Testing drop error"
.comm _ERR_FATAL,4,2 ; @ERR_FATAL
l_.str.1: ; @.str.1
.asciz "Testing fatal error"
.no_dead_strip _Com_Error_f
.subsections_via_symbols
| AnghaBench/lab/engine/code/qcommon/extr_common.c_Com_Error_f.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function gopt_log_options
_gopt_log_options: ## @gopt_log_options
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _switch_option
movq _usage@GOTPCREL(%rip), %rcx
addl %eax, (%rcx)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _usage,4,2 ## @usage
.no_dead_strip _gopt_log_options
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function gopt_log_options
_gopt_log_options: ; @gopt_log_options
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _switch_option
Lloh0:
adrp x8, _usage@GOTPAGE
Lloh1:
ldr x8, [x8, _usage@GOTPAGEOFF]
ldr w9, [x8]
add w9, w9, w0
str w9, [x8]
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _usage,4,2 ; @usage
.no_dead_strip _gopt_log_options
.subsections_via_symbols
| AnghaBench/freebsd/contrib/amd/amd/extr_conf.c_gopt_log_options.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mp_int_to_int ## -- Begin function mp_int_to_int
.p2align 4, 0x90
_mp_int_to_int: ## @mp_int_to_int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r12
xorl %edi, %edi
testq %r12, %r12
setne %dil
callq _assert
movq %r12, %rdi
callq _MP_SIGN
movq %rax, %r15
movq _MP_ZPOS@GOTPCREL(%rip), %rax
cmpq (%rax), %r15
jne LBB0_3
## %bb.1:
movq _MP_SMALL_MAX@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r12, %rdi
callq _mp_int_compare_value
testq %rax, %rax
jg LBB0_2
LBB0_3:
movq _MP_SMALL_MIN@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r12, %rdi
callq _mp_int_compare_value
testq %rax, %rax
js LBB0_2
## %bb.4:
movq %r12, %rdi
callq _MP_USED
movl %eax, %ebx
movq %r12, %rdi
callq _MP_DIGITS
testl %ebx, %ebx
jle LBB0_8
## %bb.5:
movl %ebx, %ecx
leaq (%rax,%rcx,4), %rax
movq _MP_DIGIT_BIT@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movl %edx, %ecx
shrl $31, %ecx
addl %edx, %ecx
sarl %ecx
leal -1(%rbx), %edx
movl %ebx, %esi
andl $3, %esi
cmpl $3, %edx
jae LBB0_9
## %bb.6:
xorl %edx, %edx
jmp LBB0_11
LBB0_2:
movq _MP_RANGE@GOTPCREL(%rip), %rax
jmp LBB0_16
LBB0_8:
xorl %edx, %edx
jmp LBB0_14
LBB0_9:
andl $-4, %ebx
xorl %edx, %edx
.p2align 4, 0x90
LBB0_10: ## =>This Inner Loop Header: Depth=1
shll %cl, %edx
shll %cl, %edx
orl -4(%rax), %edx
shll %cl, %edx
shll %cl, %edx
orl -8(%rax), %edx
shll %cl, %edx
shll %cl, %edx
orl -12(%rax), %edx
shll %cl, %edx
shll %cl, %edx
orl -16(%rax), %edx
addq $-16, %rax
addl $-4, %ebx
jne LBB0_10
LBB0_11:
testl %esi, %esi
je LBB0_14
## %bb.12:
negl %esi
xorl %edi, %edi
.p2align 4, 0x90
LBB0_13: ## =>This Inner Loop Header: Depth=1
shll %cl, %edx
shll %cl, %edx
orl -4(%rax,%rdi,4), %edx
decq %rdi
cmpl %edi, %esi
jne LBB0_13
LBB0_14:
movq _MP_OK@GOTPCREL(%rip), %rax
testq %r14, %r14
je LBB0_16
## %bb.15:
movq _MP_NEG@GOTPCREL(%rip), %rcx
movl %edx, %esi
negl %esi
cmpq (%rcx), %r15
cmovnel %edx, %esi
movl %esi, (%r14)
LBB0_16:
movl (%rax), %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MP_ZPOS,8,3 ## @MP_ZPOS
.comm _MP_SMALL_MAX,4,2 ## @MP_SMALL_MAX
.comm _MP_SMALL_MIN,4,2 ## @MP_SMALL_MIN
.comm _MP_RANGE,4,2 ## @MP_RANGE
.comm _MP_DIGIT_BIT,4,2 ## @MP_DIGIT_BIT
.comm _MP_NEG,8,3 ## @MP_NEG
.comm _MP_OK,4,2 ## @MP_OK
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mp_int_to_int ; -- Begin function mp_int_to_int
.p2align 2
_mp_int_to_int: ; @mp_int_to_int
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x21, x0
cmp x0, #0
cset w0, ne
bl _assert
mov x0, x21
bl _MP_SIGN
mov x20, x0
Lloh0:
adrp x8, _MP_ZPOS@GOTPAGE
Lloh1:
ldr x8, [x8, _MP_ZPOS@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_2
; %bb.1:
Lloh3:
adrp x8, _MP_SMALL_MAX@GOTPAGE
Lloh4:
ldr x8, [x8, _MP_SMALL_MAX@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
mov x0, x21
bl _mp_int_compare_value
cmp x0, #0
b.gt LBB0_9
LBB0_2:
Lloh6:
adrp x8, _MP_SMALL_MIN@GOTPAGE
Lloh7:
ldr x8, [x8, _MP_SMALL_MIN@GOTPAGEOFF]
Lloh8:
ldr w1, [x8]
mov x0, x21
bl _mp_int_compare_value
tbnz x0, #63, LBB0_9
; %bb.3:
mov x0, x21
bl _MP_USED
mov x22, x0
mov x0, x21
bl _MP_DIGITS
cmp w22, #1
b.lt LBB0_11
; %bb.4:
mov w8, #0
Lloh9:
adrp x10, _MP_DIGIT_BIT@GOTPAGE
Lloh10:
ldr x10, [x10, _MP_DIGIT_BIT@GOTPAGEOFF]
mov w9, w22
Lloh11:
ldr w10, [x10]
cmp w10, #0
cinc w10, w10, lt
asr w10, w10, #1
sub x11, x0, #4
LBB0_5: ; =>This Inner Loop Header: Depth=1
lsl w8, w8, w10
lsl w8, w8, w10
ldr w12, [x11, x9, lsl #2]
orr w8, w8, w12
sub x9, x9, #1
add w12, w9, #1
cmp w12, #1
b.hi LBB0_5
; %bb.6:
cbz x19, LBB0_8
LBB0_7:
Lloh12:
adrp x9, _MP_NEG@GOTPAGE
Lloh13:
ldr x9, [x9, _MP_NEG@GOTPAGEOFF]
Lloh14:
ldr x9, [x9]
cmp x20, x9
cneg w8, w8, eq
str w8, [x19]
LBB0_8:
Lloh15:
adrp x8, _MP_OK@GOTPAGE
Lloh16:
ldr x8, [x8, _MP_OK@GOTPAGEOFF]
b LBB0_10
LBB0_9:
Lloh17:
adrp x8, _MP_RANGE@GOTPAGE
Lloh18:
ldr x8, [x8, _MP_RANGE@GOTPAGEOFF]
LBB0_10:
ldr w0, [x8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_11:
mov w8, #0
cbnz x19, LBB0_7
b LBB0_8
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGot Lloh15, Lloh16
.loh AdrpLdrGot Lloh17, Lloh18
.cfi_endproc
; -- End function
.comm _MP_ZPOS,8,3 ; @MP_ZPOS
.comm _MP_SMALL_MAX,4,2 ; @MP_SMALL_MAX
.comm _MP_SMALL_MIN,4,2 ; @MP_SMALL_MIN
.comm _MP_RANGE,4,2 ; @MP_RANGE
.comm _MP_DIGIT_BIT,4,2 ; @MP_DIGIT_BIT
.comm _MP_NEG,8,3 ; @MP_NEG
.comm _MP_OK,4,2 ; @MP_OK
.subsections_via_symbols
| AnghaBench/postgres/contrib/pgcrypto/extr_imath.c_mp_int_to_int.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI0_0:
.quad 0x3ff8000000000000 ## double 1.5
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $672, %rsp ## imm = 0x2A0
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -40(%rbp)
movabsq $7382895264381759299, %rax ## imm = 0x667550206F636F43
movq %rax, -144(%rbp)
movl $7562854, -137(%rbp) ## imm = 0x736666
movups L_.str.1(%rip), %xmm0
movaps %xmm0, -256(%rbp)
movabsq $7305437156890599757, %rax ## imm = 0x656220636967614D
movq %rax, -360(%rbp)
movl $7564897, -352(%rbp) ## imm = 0x736E61
movl -48(%rbp), %eax
movl %eax, -592(%rbp)
movups -64(%rbp), %xmm0
movaps %xmm0, -608(%rbp)
movups -128(%rbp), %xmm0
movups -112(%rbp), %xmm1
movups -96(%rbp), %xmm2
movups -80(%rbp), %xmm3
movaps %xmm3, -624(%rbp)
movaps %xmm2, -640(%rbp)
movaps %xmm1, -656(%rbp)
movaps %xmm0, -672(%rbp)
movq -144(%rbp), %rax
movq %rax, -688(%rbp)
movzwl -136(%rbp), %eax
movw %ax, -680(%rbp)
movb -134(%rbp), %al
movb %al, -678(%rbp)
movl -133(%rbp), %eax
movl %eax, -677(%rbp)
movb -129(%rbp), %al
movb %al, -673(%rbp)
movabsq $4593671619917905924, %rax ## imm = 0x3FC0000000000004
movq %rax, -588(%rbp)
leaq -580(%rbp), %r14
movaps -256(%rbp), %xmm0
movaps -240(%rbp), %xmm1
movaps -224(%rbp), %xmm2
movaps -208(%rbp), %xmm3
movups %xmm0, -580(%rbp)
movups %xmm1, -564(%rbp)
movups %xmm2, -548(%rbp)
movups %xmm3, -532(%rbp)
movaps -192(%rbp), %xmm0
movups %xmm0, -516(%rbp)
movaps -176(%rbp), %xmm0
movups %xmm0, -500(%rbp)
movl -160(%rbp), %eax
movl %eax, -484(%rbp)
movabsq $4717520609670594566, %rax ## imm = 0x4178000000000006
movq %rax, -480(%rbp)
leaq -472(%rbp), %r15
movl -264(%rbp), %eax
movl %eax, -376(%rbp)
movups -280(%rbp), %xmm0
movups %xmm0, -392(%rbp)
movups -296(%rbp), %xmm0
movups %xmm0, -408(%rbp)
movups -360(%rbp), %xmm0
movups -344(%rbp), %xmm1
movups -328(%rbp), %xmm2
movups -312(%rbp), %xmm3
movups %xmm3, -424(%rbp)
movups %xmm2, -440(%rbp)
movups %xmm1, -456(%rbp)
movups %xmm0, -472(%rbp)
movabsq $4539628424389459968, %rax ## imm = 0x3F00000000000000
movq %rax, -372(%rbp)
leaq L_str(%rip), %rdi
callq _puts
leaq L_.str.4(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.5(%rip), %r12
leaq -700(%rbp), %rsi
movq %r12, %rdi
xorl %eax, %eax
callq _scanf
leaq L_.str.6(%rip), %rbx
leaq -688(%rbp), %rdx
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movq %rbx, %rdi
xorl %esi, %esi
movl $4, %ecx
movb $1, %al
callq _printf
movss -476(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movl -480(%rbp), %ecx
movq %rbx, %rdi
movl $1, %esi
movq %r14, %rdx
movb $1, %al
callq _printf
movss -368(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movl -372(%rbp), %ecx
movq %rbx, %rdi
movl $2, %esi
movq %r15, %rdx
movb $1, %al
callq _printf
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq -696(%rbp), %rsi
movq %r12, %rdi
xorl %eax, %eax
callq _scanf
movl -696(%rbp), %eax
cmpq $2, %rax
ja LBB0_6
## %bb.1:
xorps %xmm1, %xmm1
cvtsi2ssl -700(%rbp), %xmm1
imulq $108, %rax, %rax
subss -584(%rbp,%rax), %xmm1
xorps %xmm0, %xmm0
ucomiss %xmm1, %xmm0
jbe LBB0_3
## %bb.2:
leaq L_str.14(%rip), %rdi
jmp LBB0_7
LBB0_6:
leaq L_str.13(%rip), %rdi
LBB0_7:
callq _puts
LBB0_8:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -40(%rbp), %rax
jne LBB0_10
## %bb.9:
xorl %eax, %eax
addq $672, %rsp ## imm = 0x2A0
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_3:
leaq (%rax,%rbp), %rsi
addq $-688, %rsi ## imm = 0xFD50
cmpl $0, -588(%rbp,%rax)
jle LBB0_5
## %bb.4:
leaq L_.str.9(%rip), %rdi
xorl %eax, %eax
movss %xmm1, -692(%rbp) ## 4-byte Spill
callq _printf
movss -692(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.10(%rip), %rdi
movb $1, %al
callq _printf
jmp LBB0_8
LBB0_5:
leaq L_.str.11(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB0_8
LBB0_10:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
.p2align 2 ## @.str
L_.str:
.asciz "Coco Puffs"
.p2align 2 ## @.str.1
L_.str.1:
.asciz "Manchego cheese"
.p2align 2 ## @.str.2
L_.str.2:
.asciz "Magic beans"
L_.str.4: ## @.str.4
.asciz "How much money do you have? "
L_.str.5: ## @.str.5
.asciz "%d"
L_.str.6: ## @.str.6
.asciz "%d) %s cost: $%.2f quantity: %d\n"
L_.str.7: ## @.str.7
.asciz "What snack would you like to buy? [0,1,2] "
L_.str.9: ## @.str.9
.asciz "You bought %s\n"
L_.str.10: ## @.str.10
.asciz "You have $%.2f left\n"
L_.str.11: ## @.str.11
.asciz "Sorry, we are out of %s\n"
L_str: ## @str
.asciz "Welcome to Steven Struct's Snack Bar. "
L_str.13: ## @str.13
.asciz "Invalid response!"
L_str.14: ## @str.14
.asciz "You can't afford it!"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp d9, d8, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset b8, -72
.cfi_offset b9, -80
sub sp, sp, #704
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-72]
Lloh3:
adrp x8, l_.str@PAGE
Lloh4:
add x8, x8, l_.str@PAGEOFF
Lloh5:
ldr x8, [x8]
sub x9, x29, #176
add x21, sp, #48
stur x8, [x29, #-176]
mov w8, #26214
movk w8, #115, lsl #16
stur w8, [x9, #7]
Lloh6:
adrp x8, l_.str.1@PAGE
Lloh7:
add x8, x8, l_.str.1@PAGEOFF
Lloh8:
ldr q0, [x8]
str q0, [x21, #432]
mov w8, #28257
movk w8, #115, lsl #16
str w8, [sp, #384]
Lloh9:
adrp x8, l_.str.2@PAGE
Lloh10:
add x8, x8, l_.str.2@PAGEOFF
Lloh11:
ldr x8, [x8]
str x8, [sp, #376]
ldp q0, q1, [x9, #64]
stp q0, q1, [sp, #112]
ldur w8, [x29, #-80]
str w8, [sp, #144]
ldp q0, q1, [x9]
stp q0, q1, [sp, #48]
ldp q1, q0, [x9, #32]
stp q1, q0, [sp, #80]
mov x8, #4
movk x8, #16320, lsl #48
stur x8, [sp, #148]
add x22, x21, #108
ldp q0, q1, [x21, #464]
stur q0, [x21, #140]
ldp q0, q2, [x21, #432]
stur q2, [x21, #124]
stur q0, [sp, #156]
ldp q0, q2, [x21, #496]
ldr w8, [sp, #576]
str w8, [sp, #252]
stur q2, [x21, #188]
stur q0, [x21, #172]
stur q1, [x21, #156]
mov x8, #6
movk x8, #16760, lsl #48
str x8, [sp, #256]
add x23, x21, #216
add x8, sp, #185
ldur q0, [x8, #255]
add x8, sp, #201
ldur q1, [x8, #255]
ldr w8, [sp, #472]
str w8, [x23, #96]
stp q0, q1, [x23, #64]
add x8, sp, #169
ldur q1, [x8, #255]
add x8, sp, #153
ldur q2, [x8, #255]
str q1, [x23, #48]
add x8, sp, #121
ldur q0, [x8, #255]
add x8, sp, #137
ldur q1, [x8, #255]
stur q2, [x21, #248]
stur q1, [x21, #232]
stur q0, [x21, #216]
mov x8, #4539628424389459968
stur x8, [x23, #100]
Lloh12:
adrp x0, l_str@PAGE
Lloh13:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh14:
adrp x0, l_.str.4@PAGE
Lloh15:
add x0, x0, l_.str.4@PAGEOFF
bl _printf
add x8, sp, #44
str x8, [sp]
Lloh16:
adrp x19, l_.str.5@PAGE
Lloh17:
add x19, x19, l_.str.5@PAGEOFF
mov x0, x19
bl _scanf
mov w8, #4
mov x9, #4609434218613702656
stp x9, x8, [sp, #16]
stp xzr, x21, [sp]
Lloh18:
adrp x20, l_.str.6@PAGE
Lloh19:
add x20, x20, l_.str.6@PAGEOFF
mov x0, x20
bl _printf
ldr s0, [sp, #260]
fcvt d0, s0
ldr w8, [sp, #256]
str x8, [sp, #24]
str d0, [sp, #16]
mov w8, #1
stp x8, x22, [sp]
mov x0, x20
bl _printf
ldr s0, [sp, #368]
fcvt d0, s0
ldr w8, [x23, #100]
str x8, [sp, #24]
str d0, [sp, #16]
mov w8, #2
stp x8, x23, [sp]
mov x0, x20
bl _printf
Lloh20:
adrp x0, l_.str.7@PAGE
Lloh21:
add x0, x0, l_.str.7@PAGEOFF
bl _printf
add x8, sp, #40
str x8, [sp]
mov x0, x19
bl _scanf
ldr w8, [sp, #40]
cmp w8, #2
b.hi LBB0_3
; %bb.1:
ldr s0, [sp, #44]
scvtf s0, s0
mov w9, #108
madd x9, x8, x9, x21
ldr s1, [x9, #104]
fsub s8, s0, s1
fcmp s8, #0.0
b.pl LBB0_7
; %bb.2:
Lloh22:
adrp x0, l_str.14@PAGE
Lloh23:
add x0, x0, l_str.14@PAGEOFF
b LBB0_4
LBB0_3:
Lloh24:
adrp x0, l_str.13@PAGE
Lloh25:
add x0, x0, l_str.13@PAGEOFF
LBB0_4:
bl _puts
LBB0_5:
ldur x8, [x29, #-72]
Lloh26:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh27:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh28:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_10
; %bb.6:
mov w0, #0
add sp, sp, #704
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp d9, d8, [sp], #80 ; 16-byte Folded Reload
ret
LBB0_7:
mov w9, #108
add x10, sp, #48
madd x8, x8, x9, x10
ldr w9, [x8, #100]
cmp w9, #1
b.lt LBB0_9
; %bb.8:
str x8, [sp]
Lloh29:
adrp x0, l_.str.9@PAGE
Lloh30:
add x0, x0, l_.str.9@PAGEOFF
bl _printf
fcvt d0, s8
str d0, [sp]
Lloh31:
adrp x0, l_.str.10@PAGE
Lloh32:
add x0, x0, l_.str.10@PAGEOFF
bl _printf
b LBB0_5
LBB0_9:
str x8, [sp]
Lloh33:
adrp x0, l_.str.11@PAGE
Lloh34:
add x0, x0, l_.str.11@PAGEOFF
bl _printf
b LBB0_5
LBB0_10:
bl ___stack_chk_fail
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAddLdr Lloh9, Lloh10, Lloh11
.loh AdrpAddLdr Lloh6, Lloh7, Lloh8
.loh AdrpAddLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28
.loh AdrpAdd Lloh31, Lloh32
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpAdd Lloh33, Lloh34
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
.p2align 2 ; @.str
l_.str:
.asciz "Coco Puffs"
.p2align 2 ; @.str.1
l_.str.1:
.asciz "Manchego cheese"
.p2align 2 ; @.str.2
l_.str.2:
.asciz "Magic beans"
l_.str.4: ; @.str.4
.asciz "How much money do you have? "
l_.str.5: ; @.str.5
.asciz "%d"
l_.str.6: ; @.str.6
.asciz "%d) %s cost: $%.2f quantity: %d\n"
l_.str.7: ; @.str.7
.asciz "What snack would you like to buy? [0,1,2] "
l_.str.9: ; @.str.9
.asciz "You bought %s\n"
l_.str.10: ; @.str.10
.asciz "You have $%.2f left\n"
l_.str.11: ; @.str.11
.asciz "Sorry, we are out of %s\n"
l_str: ; @str
.asciz "Welcome to Steven Struct's Snack Bar. "
l_str.13: ; @str.13
.asciz "Invalid response!"
l_str.14: ; @str.14
.asciz "You can't afford it!"
.subsections_via_symbols
| the_stack_data/1013251.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function radius_client_disable_pmtu_discovery
_radius_client_disable_pmtu_discovery: ## @radius_client_disable_pmtu_discovery
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $-1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _IPPROTO_IP,4,2 ## @IPPROTO_IP
.comm _IP_MTU_DISCOVER,4,2 ## @IP_MTU_DISCOVER
.comm _IP_PMTUDISC_DONT,4,2 ## @IP_PMTUDISC_DONT
.comm _MSG_ERROR,4,2 ## @MSG_ERROR
.comm _errno,4,2 ## @errno
.no_dead_strip _radius_client_disable_pmtu_discovery
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function radius_client_disable_pmtu_discovery
_radius_client_disable_pmtu_discovery: ; @radius_client_disable_pmtu_discovery
.cfi_startproc
; %bb.0:
mov w0, #-1
ret
.cfi_endproc
; -- End function
.comm _IPPROTO_IP,4,2 ; @IPPROTO_IP
.comm _IP_MTU_DISCOVER,4,2 ; @IP_MTU_DISCOVER
.comm _IP_PMTUDISC_DONT,4,2 ; @IP_PMTUDISC_DONT
.comm _MSG_ERROR,4,2 ; @MSG_ERROR
.comm _errno,4,2 ; @errno
.no_dead_strip _radius_client_disable_pmtu_discovery
.subsections_via_symbols
| AnghaBench/freebsd/contrib/wpa/src/radius/extr_radius_client.c_radius_client_disable_pmtu_discovery.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function _outXmlSerialize
__outXmlSerialize: ## @_outXmlSerialize
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
callq _WRITE_NODE_TYPE
movq _xmloption@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _XmlOptionType@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _WRITE_ENUM_FIELD
movq _expr@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _WRITE_NODE_FIELD
movq _typeName@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _WRITE_NODE_FIELD
movq _location@GOTPCREL(%rip), %rax
movl (%rax), %edi
popq %rbp
jmp _WRITE_LOCATION_FIELD ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "XMLSERIALIZE"
.comm _xmloption,4,2 ## @xmloption
.comm _XmlOptionType,4,2 ## @XmlOptionType
.comm _expr,4,2 ## @expr
.comm _typeName,4,2 ## @typeName
.comm _location,4,2 ## @location
.no_dead_strip __outXmlSerialize
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function _outXmlSerialize
__outXmlSerialize: ; @_outXmlSerialize
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _WRITE_NODE_TYPE
Lloh2:
adrp x8, _xmloption@GOTPAGE
Lloh3:
ldr x8, [x8, _xmloption@GOTPAGEOFF]
Lloh4:
ldr w0, [x8]
Lloh5:
adrp x8, _XmlOptionType@GOTPAGE
Lloh6:
ldr x8, [x8, _XmlOptionType@GOTPAGEOFF]
Lloh7:
ldr w1, [x8]
bl _WRITE_ENUM_FIELD
Lloh8:
adrp x8, _expr@GOTPAGE
Lloh9:
ldr x8, [x8, _expr@GOTPAGEOFF]
Lloh10:
ldr w0, [x8]
bl _WRITE_NODE_FIELD
Lloh11:
adrp x8, _typeName@GOTPAGE
Lloh12:
ldr x8, [x8, _typeName@GOTPAGEOFF]
Lloh13:
ldr w0, [x8]
bl _WRITE_NODE_FIELD
Lloh14:
adrp x8, _location@GOTPAGE
Lloh15:
ldr x8, [x8, _location@GOTPAGEOFF]
Lloh16:
ldr w0, [x8]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _WRITE_LOCATION_FIELD
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "XMLSERIALIZE"
.comm _xmloption,4,2 ; @xmloption
.comm _XmlOptionType,4,2 ; @XmlOptionType
.comm _expr,4,2 ; @expr
.comm _typeName,4,2 ; @typeName
.comm _location,4,2 ; @location
.no_dead_strip __outXmlSerialize
.subsections_via_symbols
| AnghaBench/postgres/src/backend/nodes/extr_outfuncs.c__outXmlSerialize.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function dm_sm_register_threshold_callback
_dm_sm_register_threshold_callback: ## @dm_sm_register_threshold_callback
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rax
testq %rax, %rax
je LBB0_1
## %bb.2:
popq %rbp
jmpq *%rax ## TAILCALL
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.no_dead_strip _dm_sm_register_threshold_callback
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function dm_sm_register_threshold_callback
_dm_sm_register_threshold_callback: ; @dm_sm_register_threshold_callback
.cfi_startproc
; %bb.0:
ldr x4, [x0]
cbz x4, LBB0_2
; %bb.1:
br x4
LBB0_2:
Lloh0:
adrp x8, _EINVAL@GOTPAGE
Lloh1:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w0, w8
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.no_dead_strip _dm_sm_register_threshold_callback
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/md/persistent-data/extr_dm-space-map.h_dm_sm_register_threshold_callback.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ldns_pkt_timestamp ## -- Begin function ldns_pkt_timestamp
.p2align 4, 0x90
_ldns_pkt_timestamp: ## @ldns_pkt_timestamp
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ldns_pkt_timestamp ; -- Begin function ldns_pkt_timestamp
.p2align 2
_ldns_pkt_timestamp: ; @ldns_pkt_timestamp
.cfi_startproc
; %bb.0:
ldr w0, [x0]
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/contrib/ldns/extr_packet.c_ldns_pkt_timestamp.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _CONF_modules_finish ## -- Begin function CONF_modules_finish
.p2align 4, 0x90
_CONF_modules_finish: ## @CONF_modules_finish
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq _initialized_modules@GOTPCREL(%rip), %rbx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%rbx), %rdi
callq _sk_CONF_IMODULE_num
testq %rax, %rax
jle LBB0_3
## %bb.1: ## in Loop: Header=BB0_2 Depth=1
movq (%rbx), %rdi
callq _sk_CONF_IMODULE_pop
movq %rax, %rdi
callq _module_finish
jmp LBB0_2
LBB0_3:
movq (%rbx), %rdi
callq _sk_CONF_IMODULE_free
movq $0, (%rbx)
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _initialized_modules,8,3 ## @initialized_modules
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _CONF_modules_finish ; -- Begin function CONF_modules_finish
.p2align 2
_CONF_modules_finish: ; @CONF_modules_finish
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x19, _initialized_modules@GOTPAGE
Lloh1:
ldr x19, [x19, _initialized_modules@GOTPAGEOFF]
ldr x0, [x19]
bl _sk_CONF_IMODULE_num
cmp x0, #1
b.lt LBB0_2
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x0, [x19]
bl _sk_CONF_IMODULE_pop
bl _module_finish
ldr x0, [x19]
bl _sk_CONF_IMODULE_num
cmp x0, #0
b.gt LBB0_1
LBB0_2:
ldr x0, [x19]
bl _sk_CONF_IMODULE_free
str xzr, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _initialized_modules,8,3 ; @initialized_modules
.subsections_via_symbols
| AnghaBench/openssl/crypto/conf/extr_conf_mod.c_CONF_modules_finish.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function test_PACKET_as_length_prefixed_1
LCPI0_0:
.byte 2 ## 0x2
.byte 4 ## 0x4
.byte 6 ## 0x6
.byte 8 ## 0x8
.byte 10 ## 0xa
.byte 12 ## 0xc
.byte 14 ## 0xe
.byte 16 ## 0x10
.byte 18 ## 0x12
.byte 20 ## 0x14
.byte 22 ## 0x16
.byte 24 ## 0x18
.byte 26 ## 0x1a
.byte 28 ## 0x1c
.byte 30 ## 0x1e
.byte 32 ## 0x20
LCPI0_1:
.byte 1 ## 0x1
.byte 2 ## 0x2
.byte 3 ## 0x3
.byte 4 ## 0x4
.byte 5 ## 0x5
.byte 6 ## 0x6
.byte 7 ## 0x7
.byte 8 ## 0x8
.byte 9 ## 0x9
.byte 10 ## 0xa
.byte 11 ## 0xb
.byte 12 ## 0xc
.byte 13 ## 0xd
.byte 14 ## 0xe
.byte 15 ## 0xf
.byte 16 ## 0x10
LCPI0_2:
.space 16,32
LCPI0_3:
.space 16,64
LCPI0_4:
.space 16,96
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
_test_PACKET_as_length_prefixed_1: ## @test_PACKET_as_length_prefixed_1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -32(%rbp)
movq _BUF_LEN@GOTPCREL(%rip), %r15
movl (%r15), %eax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %rbx
leaq -36(%rbp), %rdi
xorl %r14d, %r14d
xorl %esi, %esi
movl $4, %edx
callq _memset
movb $16, (%rbx)
movl (%r15), %eax
cmpq $2, %rax
jb LBB0_13
## %bb.1:
leaq -1(%rax), %r8
movl $1, %ecx
cmpq $32, %r8
jb LBB0_11
## %bb.2:
movq %r8, %rcx
andq $-32, %rcx
leaq -32(%rcx), %rsi
movq %rsi, %rdx
shrq $5, %rdx
incq %rdx
testq %rsi, %rsi
je LBB0_3
## %bb.4:
movq %rdx, %rsi
andq $-2, %rsi
movdqa LCPI0_1(%rip), %xmm0 ## xmm0 = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
movl $1, %edi
movdqa LCPI0_2(%rip), %xmm1 ## xmm1 = [32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32]
movdqa LCPI0_3(%rip), %xmm2 ## xmm2 = [64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64]
movdqa LCPI0_4(%rip), %xmm3 ## xmm3 = [96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96]
.p2align 4, 0x90
LBB0_5: ## =>This Inner Loop Header: Depth=1
movdqa %xmm0, %xmm4
paddb %xmm0, %xmm4
movdqa %xmm4, %xmm5
paddb %xmm1, %xmm5
movdqu %xmm4, (%rbx,%rdi)
movdqu %xmm5, 16(%rbx,%rdi)
movdqa %xmm4, %xmm5
paddb %xmm2, %xmm5
paddb %xmm3, %xmm4
movdqu %xmm5, 32(%rbx,%rdi)
movdqu %xmm4, 48(%rbx,%rdi)
paddb %xmm2, %xmm0
addq $64, %rdi
addq $-2, %rsi
jne LBB0_5
## %bb.6:
paddb %xmm0, %xmm0
testb $1, %dl
je LBB0_9
LBB0_8:
movdqa LCPI0_2(%rip), %xmm1 ## xmm1 = [32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32]
paddb %xmm0, %xmm1
movdqu %xmm0, (%rbx,%rdi)
movdqu %xmm1, 16(%rbx,%rdi)
LBB0_9:
cmpq %rcx, %r8
je LBB0_13
## %bb.10:
orq $1, %rcx
LBB0_11:
leal (%rcx,%rcx), %edx
.p2align 4, 0x90
LBB0_12: ## =>This Inner Loop Header: Depth=1
movb %dl, (%rbx,%rcx)
incq %rcx
addb $2, %dl
cmpq %rcx, %rax
jne LBB0_12
LBB0_13:
movslq %eax, %rdx
leaq -44(%rbp), %rdi
movq %rbx, %rsi
callq _PACKET_buf_init
movl %eax, %edi
callq _TEST_true
testl %eax, %eax
je LBB0_20
## %bb.14:
leaq -40(%rbp), %rdi
movl $17, %edx
movq %rbx, %rsi
callq _PACKET_buf_init
movl %eax, %edi
callq _TEST_true
testl %eax, %eax
je LBB0_20
## %bb.15:
leaq -44(%rbp), %rdi
leaq -36(%rbp), %rsi
callq _PACKET_as_length_prefixed_1
movl %eax, %edi
callq _TEST_false
testl %eax, %eax
je LBB0_20
## %bb.16:
leaq -44(%rbp), %rdi
callq _PACKET_remaining
movslq (%r15), %rsi
movl %eax, %edi
callq _TEST_size_t_eq
testl %eax, %eax
je LBB0_20
## %bb.17:
leaq -40(%rbp), %rdi
leaq -36(%rbp), %rsi
callq _PACKET_as_length_prefixed_1
movl %eax, %edi
callq _TEST_true
testl %eax, %eax
je LBB0_20
## %bb.18:
leaq -40(%rbp), %rdi
callq _PACKET_remaining
xorl %r14d, %r14d
movl %eax, %edi
xorl %esi, %esi
callq _TEST_size_t_eq
testl %eax, %eax
je LBB0_20
## %bb.19:
leaq -36(%rbp), %rdi
callq _PACKET_remaining
movl $16, %esi
movl %eax, %edi
callq _TEST_size_t_eq
xorl %r14d, %r14d
testl %eax, %eax
setne %r14b
LBB0_20:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -32(%rbp), %rax
jne LBB0_22
## %bb.21:
movl %r14d, %eax
leaq -24(%rbp), %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB0_3:
movdqa LCPI0_0(%rip), %xmm0 ## xmm0 = [2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32]
movl $1, %edi
testb $1, %dl
jne LBB0_8
jmp LBB0_9
LBB0_22:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _BUF_LEN,4,2 ## @BUF_LEN
.no_dead_strip _test_PACKET_as_length_prefixed_1
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ; -- Begin function test_PACKET_as_length_prefixed_1
lCPI0_0:
.byte 1 ; 0x1
.byte 2 ; 0x2
.byte 3 ; 0x3
.byte 4 ; 0x4
.byte 5 ; 0x5
.byte 6 ; 0x6
.byte 7 ; 0x7
.byte 8 ; 0x8
.byte 9 ; 0x9
.byte 10 ; 0xa
.byte 11 ; 0xb
.byte 12 ; 0xc
.byte 13 ; 0xd
.byte 14 ; 0xe
.byte 15 ; 0xf
.byte 16 ; 0x10
.section __TEXT,__text,regular,pure_instructions
.p2align 2
_test_PACKET_as_length_prefixed_1: ; @test_PACKET_as_length_prefixed_1
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
sub sp, sp, #32
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
Lloh3:
adrp x20, _BUF_LEN@GOTPAGE
Lloh4:
ldr x20, [x20, _BUF_LEN@GOTPAGEOFF]
ldr w8, [x20]
mov x9, x8
Lloh5:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh6:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x1fffffff0
sub x19, x9, x8
mov sp, x19
sub x0, x29, #36
mov w1, #0
mov w2, #4
bl _memset
mov w8, #16
strb w8, [x19]
ldr w8, [x20]
cmp w8, #2
b.lo LBB0_7
; %bb.1:
sub x10, x8, #1
cmp x10, #16
b.hs LBB0_3
; %bb.2:
mov w9, #1
b LBB0_6
LBB0_3:
and x11, x10, #0xfffffffffffffff0
orr x9, x11, #0x1
Lloh7:
adrp x12, lCPI0_0@PAGE
Lloh8:
ldr q0, [x12, lCPI0_0@PAGEOFF]
add x12, x19, #1
movi.16b v1, #16
mov x13, x11
LBB0_4: ; =>This Inner Loop Header: Depth=1
shl.16b v2, v0, #1
str q2, [x12], #16
add.16b v0, v0, v1
subs x13, x13, #16
b.ne LBB0_4
; %bb.5:
cmp x10, x11
b.eq LBB0_7
LBB0_6: ; =>This Inner Loop Header: Depth=1
lsl w10, w9, #1
strb w10, [x19, x9]
add x9, x9, #1
cmp x8, x9
b.ne LBB0_6
LBB0_7:
sxtw x2, w8
sub x0, x29, #28
mov x1, x19
bl _PACKET_buf_init
bl _TEST_true
cbz w0, LBB0_14
; %bb.8:
sub x0, x29, #32
mov x1, x19
mov w2, #17
bl _PACKET_buf_init
bl _TEST_true
cbz w0, LBB0_14
; %bb.9:
sub x0, x29, #28
sub x1, x29, #36
bl _PACKET_as_length_prefixed_1
bl _TEST_false
cbz w0, LBB0_14
; %bb.10:
sub x0, x29, #28
bl _PACKET_remaining
ldrsw x1, [x20]
bl _TEST_size_t_eq
cbz w0, LBB0_14
; %bb.11:
sub x0, x29, #32
sub x1, x29, #36
bl _PACKET_as_length_prefixed_1
bl _TEST_true
cbz w0, LBB0_14
; %bb.12:
sub x0, x29, #32
bl _PACKET_remaining
mov x1, #0
bl _TEST_size_t_eq
cbz w0, LBB0_14
; %bb.13:
sub x0, x29, #36
bl _PACKET_remaining
mov w1, #16
bl _TEST_size_t_eq
cmp w0, #0
cset w0, ne
LBB0_14:
ldur x8, [x29, #-24]
Lloh9:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh10:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh11:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_16
; %bb.15:
sub sp, x29, #16
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_16:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdr Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _BUF_LEN,4,2 ; @BUF_LEN
.no_dead_strip _test_PACKET_as_length_prefixed_1
.subsections_via_symbols
| AnghaBench/openssl/test/extr_packettest.c_test_PACKET_as_length_prefixed_1.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function vm_dp_init
_vm_dp_init: ## @vm_dp_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movq %rdi, %rbx
movq _vm_get_page@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 16(%rdi)
movq _vm_next_page@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 12(%rdi)
movq %rsi, %rdi
callq _offset_in_page
movl %eax, 8(%rbx)
movq %r14, (%rbx)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _vm_get_page,4,2 ## @vm_get_page
.comm _vm_next_page,4,2 ## @vm_next_page
.no_dead_strip _vm_dp_init
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function vm_dp_init
_vm_dp_init: ; @vm_dp_init
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
Lloh0:
adrp x8, _vm_get_page@GOTPAGE
Lloh1:
ldr x8, [x8, _vm_get_page@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
Lloh3:
adrp x9, _vm_next_page@GOTPAGE
Lloh4:
ldr x9, [x9, _vm_next_page@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
stp w9, w8, [x0, #12]
mov x0, x1
bl _offset_in_page
str w0, [x20, #8]
str x19, [x20]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _vm_get_page,4,2 ; @vm_get_page
.comm _vm_next_page,4,2 ; @vm_next_page
.no_dead_strip _vm_dp_init
.subsections_via_symbols
| AnghaBench/linux/drivers/md/extr_dm-io.c_vm_dp_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function kvmppc_booke_queue_irqprio
_kvmppc_booke_queue_irqprio: ## @kvmppc_booke_queue_irqprio
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %ebx
movq %rdi, %r14
callq _trace_kvm_booke_queue_irqprio
movl %ebx, %edi
movq %r14, %rsi
popq %rbx
popq %r14
popq %rbp
jmp _set_bit ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _kvmppc_booke_queue_irqprio
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function kvmppc_booke_queue_irqprio
_kvmppc_booke_queue_irqprio: ; @kvmppc_booke_queue_irqprio
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
bl _trace_kvm_booke_queue_irqprio
mov x0, x19
mov x1, x20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _set_bit
.cfi_endproc
; -- End function
.no_dead_strip _kvmppc_booke_queue_irqprio
.subsections_via_symbols
| AnghaBench/linux/arch/powerpc/kvm/extr_booke.c_kvmppc_booke_queue_irqprio.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sh7760_i2c_irq
_sh7760_i2c_irq: ## @sh7760_i2c_irq
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movq 16(%rsi), %r12
movq (%r12), %r14
movq _I2CMSR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _IN32
movslq %eax, %r13
movq _I2CFSR@GOTPCREL(%rip), %r15
movl (%r15), %esi
movq %rbx, %rdi
callq _IN32
movslq %eax, %rcx
movq _MSR_MAL@GOTPCREL(%rip), %rax
testq %r13, (%rax)
je LBB0_2
## %bb.1:
movq %rcx, -48(%rbp) ## 8-byte Spill
movq _I2CMCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _I2CSCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _I2CSAR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _IDS_DONE@GOTPCREL(%rip), %rax
movq _IDS_ARBLOST@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
orl %ecx, (%rbx)
jmp LBB0_7
LBB0_2:
movq %r14, -64(%rbp) ## 8-byte Spill
movq _MSR_MNR@GOTPCREL(%rip), %rax
testq %r13, (%rax)
je LBB0_4
## %bb.3:
movl $100, %edi
callq _udelay
movq _I2CFCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _FCR_RFRST@GOTPCREL(%rip), %rax
movq _FCR_TFRST@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
orq (%rax), %rdx
movq %rbx, %rdi
callq _OUT32
movq _I2CMCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _MCR_MIE@GOTPCREL(%rip), %rax
movq _MCR_FSB@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
orq (%rax), %rdx
movq %rbx, %rdi
callq _OUT32
movq _I2CFIER@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %eax, %eax
movq %rax, -48(%rbp) ## 8-byte Spill
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _I2CMIER@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _MIE_MSTE@GOTPCREL(%rip), %rax
movq (%rax), %rdx
movq %rbx, %rdi
callq _OUT32
movq _I2CSCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _I2CSAR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _IDS_NACK@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl %eax, (%rbx)
movq _MSR_MAT@GOTPCREL(%rip), %rax
movq (%rax), %rax
notq %rax
andq %rax, %r13
jmp LBB0_5
LBB0_4:
movq %rcx, -48(%rbp) ## 8-byte Spill
LBB0_5:
movq _MSR_MST@GOTPCREL(%rip), %rax
testq %r13, (%rax)
je LBB0_11
## %bb.6:
movq _IDS_DONE@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl %eax, (%rbx)
LBB0_7:
movq _I2CMSR@GOTPCREL(%rip), %r14
LBB0_8:
movq _IDS_DONE@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%rbx)
je LBB0_10
## %bb.9:
movq _I2CMIER@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _I2CFIER@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq $0, 16(%rbx)
leaq 8(%rbx), %rdi
callq _complete
LBB0_10:
movl (%r14), %esi
notq %r13
movq %rbx, %rdi
movq %r13, %rdx
callq _OUT32
movl (%r15), %esi
movq -48(%rbp), %rdx ## 8-byte Reload
notq %rdx
movq %rbx, %rdi
callq _OUT32
movq _I2CSSR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movq _IRQ_HANDLED@GOTPCREL(%rip), %rax
movl (%rax), %eax
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_11:
movq _MSR_MAT@GOTPCREL(%rip), %rax
movq %r13, -56(%rbp) ## 8-byte Spill
testq %r13, (%rax)
je LBB0_13
## %bb.12:
movq _I2CMCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _MCR_MIE@GOTPCREL(%rip), %rax
movq (%rax), %rdx
movq %rbx, %rdi
callq _OUT32
LBB0_13:
movq _I2CFIER@GOTPCREL(%rip), %r14
movl (%r14), %esi
movq %rbx, %rdi
callq _IN32
movq _FSR_RDF@GOTPCREL(%rip), %r13
movq -48(%rbp), %rsi ## 8-byte Reload
testq %rsi, (%r13)
je LBB0_17
## %bb.14:
movq _I2CRFDR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _IN32
movslq %eax, %r15
movq 8(%r12), %rdi
cmpq %r15, %rdi
ja LBB0_22
## %bb.15:
movq _IDF_STOP@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
testl %ecx, 4(%rbx)
je LBB0_21
## %bb.16:
movq _I2CMCR@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
movq _MCR_MIE@GOTPCREL(%rip), %rdi
movq _MCR_FSB@GOTPCREL(%rip), %rcx
movl %eax, %r13d
movq (%rcx), %rdx
orq (%rdi), %rdx
movq %rbx, %rdi
callq _OUT32
movl (%r14), %esi
movq %rbx, %rdi
xorl %edx, %edx
callq _OUT32
movl $5, %edi
callq _udelay
movl %r13d, %eax
movq 8(%r12), %rdi
jmp LBB0_22
LBB0_17:
movl 4(%rbx), %ecx
movq _IDF_SEND@GOTPCREL(%rip), %rdx
testl %ecx, (%rdx)
je LBB0_44
## %bb.18:
movq _FSR_TEND@GOTPCREL(%rip), %rdx
movq (%rdx), %rdi
testq %rsi, %rdi
movl %eax, -68(%rbp) ## 4-byte Spill
je LBB0_30
## %bb.19:
cmpq $0, 8(%r12)
je LBB0_31
LBB0_30:
movq %r15, %r13
LBB0_34:
movq _FSR_TDFE@GOTPCREL(%rip), %rax
testq %rsi, (%rax)
movq %rsi, -48(%rbp) ## 8-byte Spill
je LBB0_43
## %bb.35:
cmpq $0, 8(%r12)
je LBB0_41
## %bb.36:
movq _FIFO_SIZE@GOTPCREL(%rip), %r15
.p2align 4, 0x90
LBB0_37: ## =>This Inner Loop Header: Depth=1
movq _I2CTFDR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _IN32
movslq (%r15), %rcx
cmpl %ecx, %eax
jge LBB0_39
## %bb.38: ## in Loop: Header=BB0_37 Depth=1
movq _I2CRXTX@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq -64(%rbp), %rax ## 8-byte Reload
movsbq (%rax), %rdx
incq %rax
movq %rax, -64(%rbp) ## 8-byte Spill
movq %rbx, %rdi
callq _OUT32
decq 8(%r12)
jne LBB0_37
jmp LBB0_41
LBB0_21:
movq _IDS_DONE@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl %ecx, (%rbx)
movq (%r13), %rcx
notq %rcx
andq %rcx, -48(%rbp) ## 8-byte Folded Spill
LBB0_22:
testq %rdi, %rdi
setne %cl
je LBB0_27
## %bb.23:
testl %eax, %eax
je LBB0_27
## %bb.24:
decq %r15
xorl %r13d, %r13d
movq _I2CRXTX@GOTPCREL(%rip), %r14
.p2align 4, 0x90
LBB0_25: ## =>This Inner Loop Header: Depth=1
movl (%r14), %esi
movq %rbx, %rdi
callq _IN32
movq -64(%rbp), %rcx ## 8-byte Reload
movb %al, (%rcx,%r13)
movq 8(%r12), %rdi
decq %rdi
movq %rdi, 8(%r12)
setne %cl
je LBB0_27
## %bb.26: ## in Loop: Header=BB0_25 Depth=1
leaq 1(%r13), %rdx
cmpq %r13, %r15
movq %rdx, %r13
jne LBB0_25
LBB0_27:
testb %cl, %cl
je LBB0_29
## %bb.28:
movq _FIFO_SIZE@GOTPCREL(%rip), %rcx
movslq (%rcx), %rcx
cmpq %rcx, %rdi
movq _I2CFCR@GOTPCREL(%rip), %rdx
movl (%rdx), %esi
movq _FCR_TFRST@GOTPCREL(%rip), %rax
cmovael %ecx, %edi
shll $4, %edi
addl $-16, %edi
movzbl %dil, %edx
orq (%rax), %rdx
movq %rbx, %rdi
callq _OUT32
LBB0_29:
movq _I2CMSR@GOTPCREL(%rip), %r14
movq _I2CFSR@GOTPCREL(%rip), %r15
movq -56(%rbp), %r13 ## 8-byte Reload
jmp LBB0_8
LBB0_31:
movq %r15, %r13
movq _IDF_STOP@GOTPCREL(%rip), %rdx
testl %ecx, (%rdx)
je LBB0_33
## %bb.32:
movq _I2CMCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _MCR_MIE@GOTPCREL(%rip), %rax
movq _MCR_FSB@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
orq (%rax), %rdx
movq %rbx, %rdi
callq _OUT32
movq -48(%rbp), %rsi ## 8-byte Reload
jmp LBB0_34
LBB0_39:
movq 8(%r12), %rax
testq %rax, %rax
je LBB0_41
## %bb.40:
xorl %edx, %edx
cmpq %rcx, %rax
setae %dl
shlq $3, %rdx
movq _I2CFCR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _FCR_RFRST@GOTPCREL(%rip), %rax
orq (%rax), %rdx
jmp LBB0_42
LBB0_41:
movslq -68(%rbp), %rax ## 4-byte Folded Reload
movq _FIER_TXIE@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
notq %rdx
andq %rax, %rdx
movl (%r14), %esi
LBB0_42:
movq %rbx, %rdi
callq _OUT32
LBB0_43:
movq %r13, %r15
LBB0_44:
movq -56(%rbp), %r13 ## 8-byte Reload
jmp LBB0_7
LBB0_33:
movq _IDS_DONE@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl %ecx, (%rbx)
notq %rdi
andq %rdi, %rsi
jmp LBB0_34
.cfi_endproc
## -- End function
.comm _I2CMSR,4,2 ## @I2CMSR
.comm _I2CFSR,4,2 ## @I2CFSR
.comm _MSR_MAL,8,3 ## @MSR_MAL
.comm _I2CMCR,4,2 ## @I2CMCR
.comm _I2CSCR,4,2 ## @I2CSCR
.comm _I2CSAR,4,2 ## @I2CSAR
.comm _IDS_DONE,4,2 ## @IDS_DONE
.comm _IDS_ARBLOST,4,2 ## @IDS_ARBLOST
.comm _MSR_MNR,8,3 ## @MSR_MNR
.comm _I2CFCR,4,2 ## @I2CFCR
.comm _FCR_RFRST,8,3 ## @FCR_RFRST
.comm _FCR_TFRST,8,3 ## @FCR_TFRST
.comm _MCR_MIE,8,3 ## @MCR_MIE
.comm _MCR_FSB,8,3 ## @MCR_FSB
.comm _I2CFIER,4,2 ## @I2CFIER
.comm _I2CMIER,4,2 ## @I2CMIER
.comm _MIE_MSTE,8,3 ## @MIE_MSTE
.comm _IDS_NACK,4,2 ## @IDS_NACK
.comm _MSR_MAT,8,3 ## @MSR_MAT
.comm _MSR_MST,8,3 ## @MSR_MST
.comm _FSR_RDF,8,3 ## @FSR_RDF
.comm _I2CRFDR,4,2 ## @I2CRFDR
.comm _IDF_STOP,4,2 ## @IDF_STOP
.comm _I2CRXTX,4,2 ## @I2CRXTX
.comm _FIFO_SIZE,4,2 ## @FIFO_SIZE
.comm _IDF_SEND,4,2 ## @IDF_SEND
.comm _FSR_TEND,8,3 ## @FSR_TEND
.comm _FSR_TDFE,8,3 ## @FSR_TDFE
.comm _I2CTFDR,4,2 ## @I2CTFDR
.comm _FIER_TXIE,8,3 ## @FIER_TXIE
.comm _I2CSSR,4,2 ## @I2CSSR
.comm _IRQ_HANDLED,4,2 ## @IRQ_HANDLED
.no_dead_strip _sh7760_i2c_irq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sh7760_i2c_irq
_sh7760_i2c_irq: ; @sh7760_i2c_irq
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x19, x1
ldr x26, [x1, #16]
ldr x27, [x26]
Lloh0:
adrp x21, _I2CMSR@GOTPAGE
Lloh1:
ldr x21, [x21, _I2CMSR@GOTPAGEOFF]
ldr w1, [x21]
mov x0, x19
bl _IN32
; kill: def $w0 killed $w0 def $x0
sxtw x23, w0
Lloh2:
adrp x22, _I2CFSR@GOTPAGE
Lloh3:
ldr x22, [x22, _I2CFSR@GOTPAGEOFF]
ldr w1, [x22]
mov x0, x19
bl _IN32
; kill: def $w0 killed $w0 def $x0
sxtw x25, w0
Lloh4:
adrp x8, _MSR_MAL@GOTPAGE
Lloh5:
ldr x8, [x8, _MSR_MAL@GOTPAGEOFF]
Lloh6:
ldr x8, [x8]
Lloh7:
adrp x24, _IDS_DONE@GOTPAGE
Lloh8:
ldr x24, [x24, _IDS_DONE@GOTPAGEOFF]
tst x8, x23
b.eq LBB0_2
; %bb.1:
Lloh9:
adrp x8, _I2CMCR@GOTPAGE
Lloh10:
ldr x8, [x8, _I2CMCR@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh12:
adrp x8, _I2CSCR@GOTPAGE
Lloh13:
ldr x8, [x8, _I2CSCR@GOTPAGEOFF]
Lloh14:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh15:
adrp x8, _I2CSAR@GOTPAGE
Lloh16:
ldr x8, [x8, _I2CSAR@GOTPAGEOFF]
Lloh17:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh18:
adrp x8, _IDS_ARBLOST@GOTPAGE
Lloh19:
ldr x8, [x8, _IDS_ARBLOST@GOTPAGEOFF]
ldr w9, [x24]
Lloh20:
ldr w8, [x8]
orr w8, w8, w9
ldr w9, [x19]
orr w8, w8, w9
str w8, [x19]
b LBB0_35
LBB0_2:
Lloh21:
adrp x8, _MSR_MNR@GOTPAGE
Lloh22:
ldr x8, [x8, _MSR_MNR@GOTPAGEOFF]
Lloh23:
ldr x8, [x8]
Lloh24:
adrp x20, _MSR_MAT@GOTPAGE
Lloh25:
ldr x20, [x20, _MSR_MAT@GOTPAGEOFF]
tst x8, x23
b.eq LBB0_4
; %bb.3:
mov w0, #100
bl _udelay
Lloh26:
adrp x8, _I2CFCR@GOTPAGE
Lloh27:
ldr x8, [x8, _I2CFCR@GOTPAGEOFF]
Lloh28:
adrp x9, _FCR_RFRST@GOTPAGE
Lloh29:
ldr x9, [x9, _FCR_RFRST@GOTPAGEOFF]
Lloh30:
ldr w1, [x8]
Lloh31:
ldr x8, [x9]
Lloh32:
adrp x9, _FCR_TFRST@GOTPAGE
Lloh33:
ldr x9, [x9, _FCR_TFRST@GOTPAGEOFF]
Lloh34:
ldr x9, [x9]
orr x2, x9, x8
mov x0, x19
bl _OUT32
Lloh35:
adrp x8, _I2CMCR@GOTPAGE
Lloh36:
ldr x8, [x8, _I2CMCR@GOTPAGEOFF]
Lloh37:
adrp x9, _MCR_MIE@GOTPAGE
Lloh38:
ldr x9, [x9, _MCR_MIE@GOTPAGEOFF]
Lloh39:
ldr w1, [x8]
Lloh40:
ldr x8, [x9]
Lloh41:
adrp x9, _MCR_FSB@GOTPAGE
Lloh42:
ldr x9, [x9, _MCR_FSB@GOTPAGEOFF]
Lloh43:
ldr x9, [x9]
orr x2, x9, x8
mov x0, x19
bl _OUT32
Lloh44:
adrp x8, _I2CFIER@GOTPAGE
Lloh45:
ldr x8, [x8, _I2CFIER@GOTPAGEOFF]
Lloh46:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh47:
adrp x8, _I2CMIER@GOTPAGE
Lloh48:
ldr x8, [x8, _I2CMIER@GOTPAGEOFF]
Lloh49:
ldr w1, [x8]
Lloh50:
adrp x8, _MIE_MSTE@GOTPAGE
Lloh51:
ldr x8, [x8, _MIE_MSTE@GOTPAGEOFF]
Lloh52:
ldr x2, [x8]
mov x0, x19
bl _OUT32
Lloh53:
adrp x8, _I2CSCR@GOTPAGE
Lloh54:
ldr x8, [x8, _I2CSCR@GOTPAGEOFF]
Lloh55:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh56:
adrp x8, _I2CSAR@GOTPAGE
Lloh57:
ldr x8, [x8, _I2CSAR@GOTPAGEOFF]
Lloh58:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
mov x25, #0
Lloh59:
adrp x8, _IDS_NACK@GOTPAGE
Lloh60:
ldr x8, [x8, _IDS_NACK@GOTPAGEOFF]
Lloh61:
ldr w8, [x8]
ldr w9, [x19]
orr w8, w9, w8
str w8, [x19]
ldr x8, [x20]
bic x23, x23, x8
LBB0_4:
Lloh62:
adrp x8, _MSR_MST@GOTPAGE
Lloh63:
ldr x8, [x8, _MSR_MST@GOTPAGEOFF]
Lloh64:
ldr x8, [x8]
tst x8, x23
b.eq LBB0_6
; %bb.5:
ldr w8, [x24]
ldr w9, [x19]
orr w8, w9, w8
str w8, [x19]
b LBB0_35
LBB0_6:
ldr x8, [x20]
tst x8, x23
b.eq LBB0_8
; %bb.7:
Lloh65:
adrp x8, _I2CMCR@GOTPAGE
Lloh66:
ldr x8, [x8, _I2CMCR@GOTPAGEOFF]
Lloh67:
ldr w1, [x8]
Lloh68:
adrp x8, _MCR_MIE@GOTPAGE
Lloh69:
ldr x8, [x8, _MCR_MIE@GOTPAGEOFF]
Lloh70:
ldr x2, [x8]
mov x0, x19
bl _OUT32
LBB0_8:
Lloh71:
adrp x8, _I2CFIER@GOTPAGE
Lloh72:
ldr x8, [x8, _I2CFIER@GOTPAGEOFF]
Lloh73:
ldr w1, [x8]
mov x0, x19
bl _IN32
; kill: def $w0 killed $w0 def $x0
Lloh74:
adrp x28, _FSR_RDF@GOTPAGE
Lloh75:
ldr x28, [x28, _FSR_RDF@GOTPAGEOFF]
ldr x8, [x28]
tst x8, x25
b.eq LBB0_12
; %bb.9:
Lloh76:
adrp x8, _I2CRFDR@GOTPAGE
Lloh77:
ldr x8, [x8, _I2CRFDR@GOTPAGEOFF]
Lloh78:
ldr w1, [x8]
mov x0, x19
bl _IN32
; kill: def $w0 killed $w0 def $x0
sxtw x20, w0
ldr x8, [x26, #8]
cmp x8, x20
b.hi LBB0_18
; %bb.10:
ldr w9, [x19, #4]
Lloh79:
adrp x10, _IDF_STOP@GOTPAGE
Lloh80:
ldr x10, [x10, _IDF_STOP@GOTPAGEOFF]
Lloh81:
ldr w10, [x10]
tst w10, w9
b.eq LBB0_17
; %bb.11:
Lloh82:
adrp x8, _I2CMCR@GOTPAGE
Lloh83:
ldr x8, [x8, _I2CMCR@GOTPAGEOFF]
Lloh84:
adrp x9, _MCR_MIE@GOTPAGE
Lloh85:
ldr x9, [x9, _MCR_MIE@GOTPAGEOFF]
Lloh86:
ldr w1, [x8]
Lloh87:
ldr x8, [x9]
Lloh88:
adrp x9, _MCR_FSB@GOTPAGE
Lloh89:
ldr x9, [x9, _MCR_FSB@GOTPAGEOFF]
Lloh90:
ldr x9, [x9]
orr x2, x9, x8
mov x0, x19
bl _OUT32
Lloh91:
adrp x8, _I2CFIER@GOTPAGE
Lloh92:
ldr x8, [x8, _I2CFIER@GOTPAGEOFF]
Lloh93:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
mov w0, #5
bl _udelay
ldr x8, [x26, #8]
b LBB0_18
LBB0_12:
ldr w9, [x19, #4]
Lloh94:
adrp x8, _IDF_SEND@GOTPAGE
Lloh95:
ldr x8, [x8, _IDF_SEND@GOTPAGEOFF]
Lloh96:
ldr w8, [x8]
tst w8, w9
b.eq LBB0_35
; %bb.13:
Lloh97:
adrp x8, _FSR_TEND@GOTPAGE
Lloh98:
ldr x8, [x8, _FSR_TEND@GOTPAGEOFF]
Lloh99:
ldr x8, [x8]
tst x8, x25
str x0, [sp, #8] ; 8-byte Folded Spill
b.eq LBB0_26
; %bb.14:
ldr x10, [x26, #8]
cbnz x10, LBB0_26
; %bb.15:
Lloh100:
adrp x10, _IDF_STOP@GOTPAGE
Lloh101:
ldr x10, [x10, _IDF_STOP@GOTPAGEOFF]
Lloh102:
ldr w10, [x10]
tst w10, w9
b.eq LBB0_25
; %bb.16:
Lloh103:
adrp x8, _I2CMCR@GOTPAGE
Lloh104:
ldr x8, [x8, _I2CMCR@GOTPAGEOFF]
Lloh105:
adrp x9, _MCR_MIE@GOTPAGE
Lloh106:
ldr x9, [x9, _MCR_MIE@GOTPAGEOFF]
Lloh107:
ldr w1, [x8]
Lloh108:
ldr x8, [x9]
Lloh109:
adrp x9, _MCR_FSB@GOTPAGE
Lloh110:
ldr x9, [x9, _MCR_FSB@GOTPAGEOFF]
Lloh111:
ldr x9, [x9]
orr x2, x9, x8
mov x0, x19
bl _OUT32
b LBB0_26
LBB0_17:
ldr w9, [x24]
ldr w10, [x19]
orr w9, w10, w9
str w9, [x19]
ldr x9, [x28]
bic x25, x25, x9
LBB0_18:
cmp x8, #0
cset w9, ne
cbz x8, LBB0_23
; %bb.19:
cbz w20, LBB0_23
; %bb.20:
sub x20, x20, #1
Lloh112:
adrp x28, _I2CRXTX@GOTPAGE
Lloh113:
ldr x28, [x28, _I2CRXTX@GOTPAGEOFF]
LBB0_21: ; =>This Inner Loop Header: Depth=1
ldr w1, [x28]
mov x0, x19
bl _IN32
strb w0, [x27], #1
ldr x8, [x26, #8]
subs x8, x8, #1
str x8, [x26, #8]
cset w9, ne
subs x20, x20, #1
cset w10, hs
cbz x8, LBB0_23
; %bb.22: ; in Loop: Header=BB0_21 Depth=1
tbnz w10, #0, LBB0_21
LBB0_23:
cbz w9, LBB0_35
; %bb.24:
Lloh114:
adrp x9, _FIFO_SIZE@GOTPAGE
Lloh115:
ldr x9, [x9, _FIFO_SIZE@GOTPAGEOFF]
Lloh116:
ldrsw x9, [x9]
sub w10, w9, #1
sub w11, w8, #1
Lloh117:
adrp x12, _I2CFCR@GOTPAGE
Lloh118:
ldr x12, [x12, _I2CFCR@GOTPAGEOFF]
Lloh119:
ldr w1, [x12]
Lloh120:
adrp x12, _FCR_TFRST@GOTPAGE
Lloh121:
ldr x12, [x12, _FCR_TFRST@GOTPAGEOFF]
Lloh122:
ldr x12, [x12]
cmp x8, x9
csel w8, w11, w10, lo
lsl w8, w8, #4
and x8, x8, #0xf0
orr x2, x8, x12
b LBB0_34
LBB0_25:
ldr w9, [x24]
ldr w10, [x19]
orr w9, w10, w9
str w9, [x19]
bic x25, x25, x8
LBB0_26:
Lloh123:
adrp x8, _FSR_TDFE@GOTPAGE
Lloh124:
ldr x8, [x8, _FSR_TDFE@GOTPAGEOFF]
Lloh125:
ldr x8, [x8]
tst x8, x25
b.eq LBB0_35
; %bb.27:
ldr x8, [x26, #8]
cbz x8, LBB0_33
; %bb.28:
Lloh126:
adrp x20, _FIFO_SIZE@GOTPAGE
Lloh127:
ldr x20, [x20, _FIFO_SIZE@GOTPAGEOFF]
Lloh128:
adrp x28, _I2CRXTX@GOTPAGE
Lloh129:
ldr x28, [x28, _I2CRXTX@GOTPAGEOFF]
LBB0_29: ; =>This Inner Loop Header: Depth=1
Lloh130:
adrp x8, _I2CTFDR@GOTPAGE
Lloh131:
ldr x8, [x8, _I2CTFDR@GOTPAGEOFF]
Lloh132:
ldr w1, [x8]
mov x0, x19
bl _IN32
ldrsw x8, [x20]
cmp w0, w8
b.ge LBB0_31
; %bb.30: ; in Loop: Header=BB0_29 Depth=1
ldr w1, [x28]
ldrsb x2, [x27], #1
mov x0, x19
bl _OUT32
ldr x8, [x26, #8]
subs x8, x8, #1
str x8, [x26, #8]
b.ne LBB0_29
b LBB0_33
LBB0_31:
ldr x9, [x26, #8]
cbz x9, LBB0_33
; %bb.32:
cmp x9, x8
Lloh133:
adrp x8, _I2CFCR@GOTPAGE
Lloh134:
ldr x8, [x8, _I2CFCR@GOTPAGEOFF]
cset w9, hs
Lloh135:
ldr w1, [x8]
Lloh136:
adrp x8, _FCR_RFRST@GOTPAGE
Lloh137:
ldr x8, [x8, _FCR_RFRST@GOTPAGEOFF]
Lloh138:
ldr x8, [x8]
orr x2, x8, x9, lsl #3
b LBB0_34
LBB0_33:
ldr x8, [sp, #8] ; 8-byte Folded Reload
sxtw x8, w8
Lloh139:
adrp x9, _FIER_TXIE@GOTPAGE
Lloh140:
ldr x9, [x9, _FIER_TXIE@GOTPAGEOFF]
Lloh141:
ldr x9, [x9]
bic x2, x8, x9
Lloh142:
adrp x8, _I2CFIER@GOTPAGE
Lloh143:
ldr x8, [x8, _I2CFIER@GOTPAGEOFF]
Lloh144:
ldr w1, [x8]
LBB0_34:
mov x0, x19
bl _OUT32
LBB0_35:
ldr w8, [x19]
ldr w9, [x24]
tst w9, w8
b.eq LBB0_37
; %bb.36:
Lloh145:
adrp x8, _I2CMIER@GOTPAGE
Lloh146:
ldr x8, [x8, _I2CMIER@GOTPAGEOFF]
Lloh147:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh148:
adrp x8, _I2CFIER@GOTPAGE
Lloh149:
ldr x8, [x8, _I2CFIER@GOTPAGEOFF]
Lloh150:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
str xzr, [x19, #16]
add x0, x19, #8
bl _complete
LBB0_37:
ldr w1, [x21]
mvn x2, x23
mov x0, x19
bl _OUT32
ldr w1, [x22]
mvn x2, x25
mov x0, x19
bl _OUT32
Lloh151:
adrp x8, _I2CSSR@GOTPAGE
Lloh152:
ldr x8, [x8, _I2CSSR@GOTPAGEOFF]
Lloh153:
ldr w1, [x8]
mov x0, x19
mov x2, #0
bl _OUT32
Lloh154:
adrp x8, _IRQ_HANDLED@GOTPAGE
Lloh155:
ldr x8, [x8, _IRQ_HANDLED@GOTPAGEOFF]
Lloh156:
ldr w0, [x8]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGot Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh59, Lloh60, Lloh61
.loh AdrpLdrGotLdr Lloh56, Lloh57, Lloh58
.loh AdrpLdrGotLdr Lloh53, Lloh54, Lloh55
.loh AdrpLdrGotLdr Lloh50, Lloh51, Lloh52
.loh AdrpLdrGotLdr Lloh47, Lloh48, Lloh49
.loh AdrpLdrGotLdr Lloh44, Lloh45, Lloh46
.loh AdrpLdrGotLdr Lloh41, Lloh42, Lloh43
.loh AdrpLdrGotLdr Lloh37, Lloh38, Lloh40
.loh AdrpLdrGotLdr Lloh35, Lloh36, Lloh39
.loh AdrpLdrGotLdr Lloh32, Lloh33, Lloh34
.loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh31
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh30
.loh AdrpLdrGotLdr Lloh62, Lloh63, Lloh64
.loh AdrpLdrGotLdr Lloh68, Lloh69, Lloh70
.loh AdrpLdrGotLdr Lloh65, Lloh66, Lloh67
.loh AdrpLdrGot Lloh74, Lloh75
.loh AdrpLdrGotLdr Lloh71, Lloh72, Lloh73
.loh AdrpLdrGotLdr Lloh76, Lloh77, Lloh78
.loh AdrpLdrGotLdr Lloh79, Lloh80, Lloh81
.loh AdrpLdrGotLdr Lloh91, Lloh92, Lloh93
.loh AdrpLdrGotLdr Lloh88, Lloh89, Lloh90
.loh AdrpLdrGotLdr Lloh84, Lloh85, Lloh87
.loh AdrpLdrGotLdr Lloh82, Lloh83, Lloh86
.loh AdrpLdrGotLdr Lloh94, Lloh95, Lloh96
.loh AdrpLdrGotLdr Lloh97, Lloh98, Lloh99
.loh AdrpLdrGotLdr Lloh100, Lloh101, Lloh102
.loh AdrpLdrGotLdr Lloh109, Lloh110, Lloh111
.loh AdrpLdrGotLdr Lloh105, Lloh106, Lloh108
.loh AdrpLdrGotLdr Lloh103, Lloh104, Lloh107
.loh AdrpLdrGot Lloh112, Lloh113
.loh AdrpLdrGotLdr Lloh120, Lloh121, Lloh122
.loh AdrpLdrGotLdr Lloh117, Lloh118, Lloh119
.loh AdrpLdrGotLdr Lloh114, Lloh115, Lloh116
.loh AdrpLdrGotLdr Lloh123, Lloh124, Lloh125
.loh AdrpLdrGot Lloh128, Lloh129
.loh AdrpLdrGot Lloh126, Lloh127
.loh AdrpLdrGotLdr Lloh130, Lloh131, Lloh132
.loh AdrpLdrGotLdr Lloh136, Lloh137, Lloh138
.loh AdrpLdrGotLdr Lloh133, Lloh134, Lloh135
.loh AdrpLdrGotLdr Lloh142, Lloh143, Lloh144
.loh AdrpLdrGotLdr Lloh139, Lloh140, Lloh141
.loh AdrpLdrGotLdr Lloh148, Lloh149, Lloh150
.loh AdrpLdrGotLdr Lloh145, Lloh146, Lloh147
.loh AdrpLdrGotLdr Lloh154, Lloh155, Lloh156
.loh AdrpLdrGotLdr Lloh151, Lloh152, Lloh153
.cfi_endproc
; -- End function
.comm _I2CMSR,4,2 ; @I2CMSR
.comm _I2CFSR,4,2 ; @I2CFSR
.comm _MSR_MAL,8,3 ; @MSR_MAL
.comm _I2CMCR,4,2 ; @I2CMCR
.comm _I2CSCR,4,2 ; @I2CSCR
.comm _I2CSAR,4,2 ; @I2CSAR
.comm _IDS_DONE,4,2 ; @IDS_DONE
.comm _IDS_ARBLOST,4,2 ; @IDS_ARBLOST
.comm _MSR_MNR,8,3 ; @MSR_MNR
.comm _I2CFCR,4,2 ; @I2CFCR
.comm _FCR_RFRST,8,3 ; @FCR_RFRST
.comm _FCR_TFRST,8,3 ; @FCR_TFRST
.comm _MCR_MIE,8,3 ; @MCR_MIE
.comm _MCR_FSB,8,3 ; @MCR_FSB
.comm _I2CFIER,4,2 ; @I2CFIER
.comm _I2CMIER,4,2 ; @I2CMIER
.comm _MIE_MSTE,8,3 ; @MIE_MSTE
.comm _IDS_NACK,4,2 ; @IDS_NACK
.comm _MSR_MAT,8,3 ; @MSR_MAT
.comm _MSR_MST,8,3 ; @MSR_MST
.comm _FSR_RDF,8,3 ; @FSR_RDF
.comm _I2CRFDR,4,2 ; @I2CRFDR
.comm _IDF_STOP,4,2 ; @IDF_STOP
.comm _I2CRXTX,4,2 ; @I2CRXTX
.comm _FIFO_SIZE,4,2 ; @FIFO_SIZE
.comm _IDF_SEND,4,2 ; @IDF_SEND
.comm _FSR_TEND,8,3 ; @FSR_TEND
.comm _FSR_TDFE,8,3 ; @FSR_TDFE
.comm _I2CTFDR,4,2 ; @I2CTFDR
.comm _FIER_TXIE,8,3 ; @FIER_TXIE
.comm _I2CSSR,4,2 ; @I2CSSR
.comm _IRQ_HANDLED,4,2 ; @IRQ_HANDLED
.no_dead_strip _sh7760_i2c_irq
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/i2c/busses/extr_i2c-sh7760.c_sh7760_i2c_irq.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cg_run ## -- Begin function cg_run
.p2align 4, 0x90
_cg_run: ## @cg_run
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $80, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -40(%rbp)
xorl %eax, %eax
callq _fork
testl %eax, %eax
js LBB0_7
## %bb.1:
je LBB0_2
## %bb.4:
leaq -112(%rbp), %rsi
movl %eax, %edi
xorl %edx, %edx
callq _waitpid
movl -112(%rbp), %edi
callq _WIFEXITED
testq %rax, %rax
je LBB0_5
## %bb.6:
movl -112(%rbp), %edi
callq _WEXITSTATUS
jmp LBB0_7
LBB0_5:
movl $-1, %eax
LBB0_7:
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -40(%rbp), %rcx
jne LBB0_10
## %bb.8:
addq $80, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_10:
callq ___stack_chk_fail
LBB0_2:
xorl %eax, %eax
callq _getpid
leaq L_.str(%rip), %rdx
leaq -112(%rbp), %r12
movq %r12, %rdi
movl $64, %esi
movl %eax, %ecx
callq _snprintf
leaq L_.str.1(%rip), %rsi
movq %rbx, %rdi
movq %r12, %rdx
callq _cg_write
testq %rax, %rax
jne LBB0_9
## %bb.3:
movq %rbx, %rdi
movq %r14, %rsi
callq *%r15
movl %eax, %edi
callq _exit
LBB0_9:
movq _EXIT_FAILURE@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "cgroup.procs"
.comm _EXIT_FAILURE,4,2 ## @EXIT_FAILURE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cg_run ; -- Begin function cg_run
.p2align 2
_cg_run: ; @cg_run
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x22, x21, [sp, #80] ; 16-byte Folded Spill
stp x20, x19, [sp, #96] ; 16-byte Folded Spill
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x2
mov x19, x1
mov x21, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
bl _fork
tbnz w0, #31, LBB0_5
; %bb.1:
cbz w0, LBB0_8
; %bb.2:
add x1, sp, #8
mov w2, #0
bl _waitpid
ldr w0, [sp, #8]
bl _WIFEXITED
cbz x0, LBB0_4
; %bb.3:
ldr w0, [sp, #8]
bl _WEXITSTATUS
b LBB0_5
LBB0_4:
mov w0, #-1
LBB0_5:
ldur x8, [x29, #-40]
Lloh3:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh4:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_7
; %bb.6:
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
ldp x22, x21, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #128
ret
LBB0_7:
bl ___stack_chk_fail
LBB0_8:
bl _getpid
mov x3, x0
Lloh6:
adrp x2, l_.str@PAGE
Lloh7:
add x2, x2, l_.str@PAGEOFF
add x0, sp, #8
mov w1, #64
bl _snprintf
Lloh8:
adrp x1, l_.str.1@PAGE
Lloh9:
add x1, x1, l_.str.1@PAGEOFF
add x2, sp, #8
mov x0, x21
bl _cg_write
cbnz x0, LBB0_10
; %bb.9:
mov x0, x21
mov x1, x20
blr x19
bl _exit
LBB0_10:
Lloh10:
adrp x8, _EXIT_FAILURE@GOTPAGE
Lloh11:
ldr x8, [x8, _EXIT_FAILURE@GOTPAGEOFF]
Lloh12:
ldr w0, [x8]
bl _exit
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "cgroup.procs"
.comm _EXIT_FAILURE,4,2 ; @EXIT_FAILURE
.subsections_via_symbols
| AnghaBench/linux/tools/testing/selftests/cgroup/extr_cgroup_util.c_cg_run.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function CmpEngine
_CmpEngine: ## @CmpEngine
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _TRUE@GOTPCREL(%rip), %rax
movl (%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TRUE,4,2 ## @TRUE
.no_dead_strip _CmpEngine
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function CmpEngine
_CmpEngine: ; @CmpEngine
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _TRUE@GOTPAGE
Lloh1:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _TRUE,4,2 ; @TRUE
.no_dead_strip _CmpEngine
.subsections_via_symbols
| AnghaBench/openvpn/src/openvpnserv/extr_interactive.c_CmpEngine.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fifo_remaining ## -- Begin function fifo_remaining
.p2align 4, 0x90
_fifo_remaining: ## @fifo_remaining
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rax
subq 8(%rdi), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fifo_remaining ; -- Begin function fifo_remaining
.p2align 2
_fifo_remaining: ; @fifo_remaining
.cfi_startproc
; %bb.0:
ldp x8, x9, [x0]
sub x0, x8, x9
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/ish/util/extr_fifo.c_fifo_remaining.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _Camellia_DecryptBlock ## -- Begin function Camellia_DecryptBlock
.p2align 4, 0x90
_Camellia_DecryptBlock: ## @Camellia_DecryptBlock
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
cmpl $128, %edi
sete %al
movl $4, %edi
subl %eax, %edi
popq %rbp
jmp _Camellia_DecryptBlock_Rounds ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _Camellia_DecryptBlock ; -- Begin function Camellia_DecryptBlock
.p2align 2
_Camellia_DecryptBlock: ; @Camellia_DecryptBlock
.cfi_startproc
; %bb.0:
cmp w0, #128
mov w8, #3
cinc w0, w8, ne
b _Camellia_DecryptBlock_Rounds
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/openssl/crypto/camellia/extr_camellia.c_Camellia_DecryptBlock.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function rwsem_clear_reader_owned
_rwsem_clear_reader_owned: ## @rwsem_clear_reader_owned
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _rwsem_clear_reader_owned
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function rwsem_clear_reader_owned
_rwsem_clear_reader_owned: ; @rwsem_clear_reader_owned
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.no_dead_strip _rwsem_clear_reader_owned
.subsections_via_symbols
| AnghaBench/linux/kernel/locking/extr_rwsem.c_rwsem_clear_reader_owned.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bmp_read_8bit
_bmp_read_8bit: ## @bmp_read_8bit
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $0, -44(%rbp)
movl (%rdx), %eax
andl $-2, %eax
movl $1, %ebx
cmpl $128, %eax
jne LBB0_5
## %bb.1:
movq %rcx, %r13
movq %rdx, %r15
movl %esi, %r14d
movq %rdi, %r12
movl 4(%rdx), %edx
testl %edx, %edx
je LBB0_3
## %bb.2:
cmpl $256, %edx ## imm = 0x100
jbe LBB0_4
jmp LBB0_5
LBB0_3:
movl $256, 4(%r15) ## imm = 0x100
movl $256, %edx ## imm = 0x100
LBB0_4:
movq 8(%r15), %rax
movq _BMP_PALETTE_4@GOTPCREL(%rip), %rsi
xorl %ecx, %ecx
cmpq (%rsi), %rax
sete %cl
movq %r12, %rdi
movl %r14d, %esi
callq _bmp_read_palette
testq %rax, %rax
je LBB0_6
LBB0_5:
movl %ebx, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_6:
movl 4(%r15), %eax
movl %eax, (%r12)
movl %r14d, %edi
callq _gdTell
movq (%r13), %rsi
cmpq %rsi, %rax
je LBB0_8
## %bb.7:
movl %r14d, %edi
callq _gdSeek
testl %eax, %eax
je LBB0_5
LBB0_8:
movl (%r15), %ecx
movl 16(%r15), %eax
leal 3(%rax), %edx
testl %eax, %eax
cmovnsl %eax, %edx
cmpl $128, %ecx
je LBB0_23
## %bb.9:
cmpl $129, %ecx
jne LBB0_5
## %bb.10:
movl 20(%r15), %ecx
testl %ecx, %ecx
jle LBB0_24
## %bb.11:
movl %r14d, -48(%rbp) ## 4-byte Spill
andl $-4, %edx
movl %eax, %esi
subl %edx, %esi
movl $5, %ebx
movl %esi, -52(%rbp) ## 4-byte Spill
subl %esi, %ebx
xorl %edx, %edx
LBB0_12: ## =>This Loop Header: Depth=1
## Child Loop BB0_15 Depth 2
## Child Loop BB0_19 Depth 2
movl %edx, %r13d
notl %r13d
addl %ecx, %r13d
cmpl $0, 24(%r15)
movl %edx, -56(%rbp) ## 4-byte Spill
cmovnel %edx, %r13d
testl %eax, %eax
jle LBB0_18
## %bb.13: ## in Loop: Header=BB0_12 Depth=1
xorl %r14d, %r14d
jmp LBB0_15
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_15 Depth=2
movq %r12, %rdi
movl %r14d, %esi
movl %r13d, %edx
callq _gdImageSetPixel
incl %r14d
cmpl 16(%r15), %r14d
jge LBB0_18
LBB0_15: ## Parent Loop BB0_12 Depth=1
## => This Inner Loop Header: Depth=2
leaq -44(%rbp), %rdi
movl -48(%rbp), %esi ## 4-byte Reload
callq _gdGetByte
testl %eax, %eax
je LBB0_26
## %bb.16: ## in Loop: Header=BB0_15 Depth=2
movq 8(%r12), %rax
movl -44(%rbp), %ecx
movslq %ecx, %rdx
cmpl $0, (%rax,%rdx,4)
je LBB0_14
## %bb.17: ## in Loop: Header=BB0_15 Depth=2
movl $0, (%rax,%rdx,4)
movl -44(%rbp), %ecx
jmp LBB0_14
LBB0_18: ## in Loop: Header=BB0_12 Depth=1
movl %ebx, %r13d
cmpl $0, -52(%rbp) ## 4-byte Folded Reload
movl -48(%rbp), %r14d ## 4-byte Reload
je LBB0_21
.p2align 4, 0x90
LBB0_19: ## Parent Loop BB0_12 Depth=1
## => This Inner Loop Header: Depth=2
leaq -44(%rbp), %rdi
movl %r14d, %esi
callq _gdGetByte
testl %eax, %eax
je LBB0_26
## %bb.20: ## in Loop: Header=BB0_19 Depth=2
decl %ebx
cmpl $2, %ebx
jge LBB0_19
LBB0_21: ## in Loop: Header=BB0_12 Depth=1
movl -56(%rbp), %edx ## 4-byte Reload
incl %edx
movl 20(%r15), %ecx
cmpl %edx, %ecx
jle LBB0_24
## %bb.22: ## in Loop: Header=BB0_12 Depth=1
movl 16(%r15), %eax
movl %r13d, %ebx
jmp LBB0_12
LBB0_23:
movq %r12, %rdi
movl %r14d, %esi
movq %r15, %rdx
callq _bmp_read_rle
testl %eax, %eax
jne LBB0_5
LBB0_24:
xorl %ebx, %ebx
jmp LBB0_5
LBB0_26:
movl $1, %ebx
jmp LBB0_5
.cfi_endproc
## -- End function
.comm _BMP_PALETTE_4,8,3 ## @BMP_PALETTE_4
.no_dead_strip _bmp_read_8bit
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bmp_read_8bit
_bmp_read_8bit: ; @bmp_read_8bit
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
str wzr, [sp, #12]
ldr w8, [x2]
and w8, w8, #0xfffffffe
cmp w8, #128
b.ne LBB0_5
; %bb.1:
mov x22, x3
mov x19, x2
mov x20, x1
mov x21, x0
ldr w2, [x2, #4]
cbz w2, LBB0_3
; %bb.2:
cmp w2, #256
b.ls LBB0_4
b LBB0_5
LBB0_3:
mov w2, #256
str w2, [x19, #4]
LBB0_4:
ldr x8, [x19, #8]
Lloh0:
adrp x9, _BMP_PALETTE_4@GOTPAGE
Lloh1:
ldr x9, [x9, _BMP_PALETTE_4@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
cset w3, eq
mov x0, x21
mov x1, x20
bl _bmp_read_palette
cbz x0, LBB0_7
LBB0_5:
mov w0, #1
LBB0_6:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #96
ret
LBB0_7:
ldr w8, [x19, #4]
str w8, [x21]
mov x0, x20
bl _gdTell
ldr x1, [x22]
cmp x0, x1
b.eq LBB0_9
; %bb.8:
mov x0, x20
bl _gdSeek
cbz w0, LBB0_5
LBB0_9:
ldr w8, [x19, #16]
negs w9, w8
and w9, w9, #0x3
and w10, w8, #0x3
csneg w24, w10, w9, mi
ldr w9, [x19]
cmp w9, #128
b.eq LBB0_35
; %bb.10:
cmp w9, #129
b.ne LBB0_5
; %bb.11:
ldr w9, [x19, #20]
cmp w9, #1
b.lt LBB0_36
; %bb.12:
mov w25, #0
LBB0_13: ; =>This Loop Header: Depth=1
; Child Loop BB0_16 Depth 2
ldr w10, [x19, #24]
mvn w11, w25
add w9, w9, w11
cmp w10, #0
csel w22, w9, w25, eq
cmp w8, #1
b.lt LBB0_19
; %bb.14: ; in Loop: Header=BB0_13 Depth=1
mov w23, #0
b LBB0_16
LBB0_15: ; in Loop: Header=BB0_16 Depth=2
mov x0, x21
mov x1, x23
mov x2, x22
; kill: def $w3 killed $w3 killed $x3
bl _gdImageSetPixel
add w23, w23, #1
ldr w8, [x19, #16]
cmp w23, w8
b.ge LBB0_19
LBB0_16: ; Parent Loop BB0_13 Depth=1
; => This Inner Loop Header: Depth=2
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.17: ; in Loop: Header=BB0_16 Depth=2
ldr x8, [x21, #8]
ldr w3, [sp, #12]
ldr w9, [x8, w3, sxtw #2]
cbz w9, LBB0_15
; %bb.18: ; in Loop: Header=BB0_16 Depth=2
sxtw x9, w3
str wzr, [x8, x9, lsl #2]
ldr w3, [sp, #12]
b LBB0_15
LBB0_19: ; in Loop: Header=BB0_13 Depth=1
cbz w24, LBB0_33
; %bb.20: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.21: ; in Loop: Header=BB0_13 Depth=1
cmp w24, #2
b.gt LBB0_33
; %bb.22: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.23: ; in Loop: Header=BB0_13 Depth=1
cmp w24, #1
b.gt LBB0_33
; %bb.24: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.25: ; in Loop: Header=BB0_13 Depth=1
cmp w24, #0
b.gt LBB0_33
; %bb.26: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.27: ; in Loop: Header=BB0_13 Depth=1
tbz w24, #31, LBB0_33
; %bb.28: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.29: ; in Loop: Header=BB0_13 Depth=1
cmn w24, #2
b.gt LBB0_33
; %bb.30: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
; %bb.31: ; in Loop: Header=BB0_13 Depth=1
cmn w24, #3
b.gt LBB0_33
; %bb.32: ; in Loop: Header=BB0_13 Depth=1
add x0, sp, #12
mov x1, x20
bl _gdGetByte
cbz w0, LBB0_5
LBB0_33: ; in Loop: Header=BB0_13 Depth=1
add w25, w25, #1
ldr w9, [x19, #20]
cmp w9, w25
b.le LBB0_36
; %bb.34: ; in Loop: Header=BB0_13 Depth=1
ldr w8, [x19, #16]
b LBB0_13
LBB0_35:
mov x0, x21
mov x1, x20
mov x2, x19
bl _bmp_read_rle
cbnz w0, LBB0_5
LBB0_36:
mov w0, #0
b LBB0_6
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _BMP_PALETTE_4,8,3 ; @BMP_PALETTE_4
.no_dead_strip _bmp_read_8bit
.subsections_via_symbols
| AnghaBench/php-src/ext/gd/libgd/extr_gd_bmp.c_bmp_read_8bit.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _led_set_kb ## -- Begin function led_set_kb
.p2align 4, 0x90
_led_set_kb: ## @led_set_kb
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
jmp _led_set_user ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _led_set_kb ; -- Begin function led_set_kb
.p2align 2
_led_set_kb: ; @led_set_kb
.cfi_startproc
; %bb.0:
b _led_set_user
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/qmk_firmware/keyboards/akb/eb46/extr_eb46.c_led_set_kb.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sctp_ulpq_abort_pd ## -- Begin function sctp_ulpq_abort_pd
.p2align 4, 0x90
_sctp_ulpq_abort_pd: ## @sctp_ulpq_abort_pd
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
cmpl $0, 8(%rdi)
je LBB0_6
## %bb.1:
movl %esi, %r15d
movq %rdi, %rbx
movq (%rdi), %rax
movq 8(%rax), %rdi
movq %rdi, %r12
callq _sctp_sk
movq %rax, %r14
movq (%rbx), %rax
movl (%rax), %edi
movq _SCTP_PARTIAL_DELIVERY_EVENT@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _sctp_ulpevent_type_enabled
testq %rax, %rax
je LBB0_4
## %bb.2:
movq (%rbx), %rdi
movq _SCTP_PARTIAL_DELIVERY_ABORTED@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %edx, %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
movl %r15d, %r9d
callq _sctp_ulpevent_make_pdapi
testq %rax, %rax
je LBB0_4
## %bb.3:
leaq 8(%r12), %r15
movq %rax, %rdi
callq _sctp_event2skb
movq %r15, %rdi
movl %eax, %esi
callq ___skb_queue_tail
movq %rbx, %rdi
callq _sctp_ulpq_clear_pd
jmp LBB0_5
LBB0_4:
movq %rbx, %rdi
callq _sctp_ulpq_clear_pd
testq %rax, %rax
je LBB0_6
LBB0_5:
cmpl $0, (%r14)
je LBB0_7
LBB0_6:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_7:
movl $1, (%r14)
movq %r12, %rdi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmpq *(%rdi) ## TAILCALL
.cfi_endproc
## -- End function
.comm _SCTP_PARTIAL_DELIVERY_EVENT,4,2 ## @SCTP_PARTIAL_DELIVERY_EVENT
.comm _SCTP_PARTIAL_DELIVERY_ABORTED,4,2 ## @SCTP_PARTIAL_DELIVERY_ABORTED
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sctp_ulpq_abort_pd ; -- Begin function sctp_ulpq_abort_pd
.p2align 2
_sctp_ulpq_abort_pd: ; @sctp_ulpq_abort_pd
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
ldr w8, [x0, #8]
cbz w8, LBB0_6
; %bb.1:
mov x22, x1
mov x21, x0
ldr x8, [x0]
ldr x19, [x8, #8]
mov x0, x19
bl _sctp_sk
mov x20, x0
ldr x8, [x21]
ldr w0, [x8]
Lloh0:
adrp x8, _SCTP_PARTIAL_DELIVERY_EVENT@GOTPAGE
Lloh1:
ldr x8, [x8, _SCTP_PARTIAL_DELIVERY_EVENT@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _sctp_ulpevent_type_enabled
cbz x0, LBB0_4
; %bb.2:
ldr x0, [x21]
Lloh3:
adrp x8, _SCTP_PARTIAL_DELIVERY_ABORTED@GOTPAGE
Lloh4:
ldr x8, [x8, _SCTP_PARTIAL_DELIVERY_ABORTED@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
mov w2, #0
mov w3, #0
mov w4, #0
mov x5, x22
bl _sctp_ulpevent_make_pdapi
cbz x0, LBB0_4
; %bb.3:
add x22, x19, #8
bl _sctp_event2skb
mov x1, x0
mov x0, x22
bl ___skb_queue_tail
mov x0, x21
bl _sctp_ulpq_clear_pd
b LBB0_5
LBB0_4:
mov x0, x21
bl _sctp_ulpq_clear_pd
cbz x0, LBB0_6
LBB0_5:
ldr w8, [x20]
cbz w8, LBB0_7
LBB0_6:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_7:
mov w8, #1
str w8, [x20]
ldr x1, [x19]
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
br x1
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _SCTP_PARTIAL_DELIVERY_EVENT,4,2 ; @SCTP_PARTIAL_DELIVERY_EVENT
.comm _SCTP_PARTIAL_DELIVERY_ABORTED,4,2 ; @SCTP_PARTIAL_DELIVERY_ABORTED
.subsections_via_symbols
| AnghaBench/linux/net/sctp/extr_ulpqueue.c_sctp_ulpq_abort_pd.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _my_strncmp ## -- Begin function my_strncmp
.p2align 4, 0x90
_my_strncmp: ## @my_strncmp
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %edx, %r8
movb (%rdi), %r9b
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movsbl (%rsi,%rcx), %eax
cmpb %al, %r9b
jne LBB0_5
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
cmpq %r8, %rcx
jge LBB0_5
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movzbl 1(%rdi,%rcx), %r9d
incq %rcx
testb %r9b, %r9b
jne LBB0_1
## %bb.4:
xorl %eax, %eax
popq %rbp
retq
LBB0_5:
movsbl %r9b, %esi
subl %eax, %esi
xorl %eax, %eax
cmpl %ecx, %edx
cmovnel %esi, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _my_strncmp ; -- Begin function my_strncmp
.p2align 2
_my_strncmp: ; @my_strncmp
.cfi_startproc
; %bb.0:
; kill: def $w2 killed $w2 def $x2
mov x8, #0
sxtw x9, w2
ldrb w10, [x0], #1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrb w11, [x1, x8]
cmp w11, w10, uxtb
ccmp x8, x9, #0, eq
b.ge LBB0_4
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
ldrb w10, [x0, x8]
add x8, x8, #1
cbnz w10, LBB0_1
; %bb.3:
mov w0, #0
ret
LBB0_4:
sxtb w9, w11
sxtb w10, w10
sub w9, w10, w9
cmp w2, w8
csel w0, wzr, w9, eq
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/103265064.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sbefifo_user_release
_sbefifo_user_release: ## @sbefifo_user_release
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq (%rsi), %rbx
testq %rbx, %rbx
je LBB0_1
## %bb.2:
movq %rbx, %rdi
callq _sbefifo_release_command
movq (%rbx), %rdi
callq _free_page
movq %rbx, %rdi
callq _kfree
xorl %eax, %eax
jmp LBB0_3
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.no_dead_strip _sbefifo_user_release
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sbefifo_user_release
_sbefifo_user_release: ; @sbefifo_user_release
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
ldr x19, [x1]
cbz x19, LBB0_2
; %bb.1:
mov x0, x19
bl _sbefifo_release_command
ldr x0, [x19]
bl _free_page
mov x0, x19
bl _kfree
mov w0, #0
b LBB0_3
LBB0_2:
Lloh0:
adrp x8, _EINVAL@GOTPAGE
Lloh1:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w0, w8
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.no_dead_strip _sbefifo_user_release
.subsections_via_symbols
| AnghaBench/linux/drivers/fsi/extr_fsi-sbefifo.c_sbefifo_user_release.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function zy7_devcfg_attach
_zy7_devcfg_attach: ## @zy7_devcfg_attach
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edi, %r15d
callq _device_get_softc
movq _zy7_devcfg_softc_p@GOTPCREL(%rip), %r12
cmpq $0, (%r12)
je LBB0_2
LBB0_1:
movq _ENXIO@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_2:
movq %rax, %r14
movl %r15d, 32(%rax)
movq %rax, %rdi
callq _DEVCFG_SC_LOCK_INIT
movl $0, -44(%rbp)
movq _SYS_RES_MEMORY@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _RF_ACTIVE@GOTPCREL(%rip), %rbx
movl (%rbx), %ecx
leaq -44(%rbp), %rdx
movl %r15d, %edi
callq _bus_alloc_resource_any
movq %rax, 24(%r14)
testq %rax, %rax
je LBB0_6
## %bb.3:
movl $0, -44(%rbp)
movq _SYS_RES_IRQ@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl (%rbx), %ecx
leaq -44(%rbp), %rdx
movl %r15d, %edi
callq _bus_alloc_resource_any
movq %rax, 16(%r14)
testq %rax, %rax
je LBB0_7
## %bb.4:
movq _INTR_TYPE_MISC@GOTPCREL(%rip), %rcx
movq _INTR_MPSAFE@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
orl (%rcx), %edx
movq _zy7_devcfg_intr@GOTPCREL(%rip), %rcx
movl (%rcx), %r8d
movq %r14, %rcx
addq $8, %rcx
movq %rcx, (%rsp)
movl %r15d, %edi
movq %rax, %rsi
xorl %ecx, %ecx
movq %r14, %r9
callq _bus_setup_intr
testl %eax, %eax
je LBB0_11
## %bb.5:
movl %eax, %ebx
leaq L_.str.2(%rip), %rsi
movl %r15d, %edi
callq _device_printf
movl %r15d, %edi
callq _zy7_devcfg_detach
jmp LBB0_10
LBB0_6:
leaq L_.str(%rip), %rsi
jmp LBB0_8
LBB0_7:
leaq L_.str.1(%rip), %rsi
LBB0_8:
movl %r15d, %edi
callq _device_printf
movl %r15d, %edi
callq _zy7_devcfg_detach
movq _ENOMEM@GOTPCREL(%rip), %rax
LBB0_9:
movl (%rax), %ebx
LBB0_10:
movl %ebx, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_11:
movq _UID_ROOT@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq _GID_WHEEL@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _zy7_devcfg_cdevsw@GOTPCREL(%rip), %rdi
leaq L_.str.3(%rip), %r9
xorl %esi, %esi
movl $384, %r8d ## imm = 0x180
callq _make_dev
movq %rax, (%r14)
testq %rax, %rax
je LBB0_19
## %bb.12:
movq %r14, (%rax)
movq %r14, (%r12)
movq _ZY7_DEVCFG_UNLOCK@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _ZY7_DEVCFG_UNLOCK_MAGIC@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r14, %rdi
callq _WR4
movq _ZY7_DEVCFG_INT_STATUS@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _ZY7_DEVCFG_INT_ALL@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r14, %rdi
callq _WR4
movq _ZY7_DEVCFG_INT_MASK@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
movl $-1, %edx
callq _WR4
movq _ZY7_DEVCFG_MCTRL@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
callq _RD4
movq _ZY7_DEVCFG_MCTRL_PS_VERS_MASK@GOTPCREL(%rip), %rcx
andl (%rcx), %eax
movq _ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
sarl %cl, %eax
movq _zy7_ps_vers@GOTPCREL(%rip), %rcx
movl %eax, (%rcx)
movq _FCLK_NUM@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
jle LBB0_17
## %bb.13:
xorl %r13d, %r13d
movq _fclk_configs@GOTPCREL(%rip), %r12
xorl %ebx, %ebx
jmp LBB0_15
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_15 Depth=1
movq (%r12), %rcx
movl %eax, (%rcx,%r13)
movl %eax, 4(%rcx,%r13)
incq %rbx
movq _FCLK_NUM@GOTPCREL(%rip), %rax
movslq (%rax), %rax
addq $12, %r13
cmpq %rax, %rbx
jge LBB0_17
LBB0_15: ## =>This Inner Loop Header: Depth=1
movl %ebx, %edi
callq _zy7_pl_fclk_get_source
movq (%r12), %rcx
movl %eax, 8(%rcx,%r13)
movl %ebx, %edi
callq _zy7_pl_fclk_enabled
movq %rax, %rcx
movl $0, %eax
testq %rcx, %rcx
je LBB0_14
## %bb.16: ## in Loop: Header=BB0_15 Depth=1
movl %ebx, %edi
callq _zy7_pl_fclk_get_freq
jmp LBB0_14
LBB0_17:
movq %r14, %rdi
callq _zy7_devcfg_init_fclk_sysctl
xorl %ebx, %ebx
testq %rax, %rax
jns LBB0_10
## %bb.18:
leaq L_.str.5(%rip), %rsi
movl %r15d, %edi
callq _device_printf
jmp LBB0_10
LBB0_19:
leaq L_.str.4(%rip), %rsi
movl %r15d, %edi
callq _device_printf
movl %r15d, %edi
callq _zy7_devcfg_detach
jmp LBB0_1
.cfi_endproc
## -- End function
.comm _zy7_devcfg_softc_p,8,3 ## @zy7_devcfg_softc_p
.comm _ENXIO,4,2 ## @ENXIO
.comm _SYS_RES_MEMORY,4,2 ## @SYS_RES_MEMORY
.comm _RF_ACTIVE,4,2 ## @RF_ACTIVE
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "could not allocate memory resources.\n"
.comm _ENOMEM,4,2 ## @ENOMEM
.comm _SYS_RES_IRQ,4,2 ## @SYS_RES_IRQ
L_.str.1: ## @.str.1
.asciz "cannot allocate IRQ\n"
.comm _INTR_TYPE_MISC,4,2 ## @INTR_TYPE_MISC
.comm _INTR_MPSAFE,4,2 ## @INTR_MPSAFE
.comm _zy7_devcfg_intr,4,2 ## @zy7_devcfg_intr
L_.str.2: ## @.str.2
.asciz "cannot setup IRQ\n"
.comm _zy7_devcfg_cdevsw,4,2 ## @zy7_devcfg_cdevsw
.comm _UID_ROOT,4,2 ## @UID_ROOT
.comm _GID_WHEEL,4,2 ## @GID_WHEEL
L_.str.3: ## @.str.3
.asciz "devcfg"
L_.str.4: ## @.str.4
.asciz "failed to create /dev/devcfg"
.comm _ZY7_DEVCFG_UNLOCK,4,2 ## @ZY7_DEVCFG_UNLOCK
.comm _ZY7_DEVCFG_UNLOCK_MAGIC,4,2 ## @ZY7_DEVCFG_UNLOCK_MAGIC
.comm _ZY7_DEVCFG_INT_STATUS,4,2 ## @ZY7_DEVCFG_INT_STATUS
.comm _ZY7_DEVCFG_INT_ALL,4,2 ## @ZY7_DEVCFG_INT_ALL
.comm _ZY7_DEVCFG_INT_MASK,4,2 ## @ZY7_DEVCFG_INT_MASK
.comm _ZY7_DEVCFG_MCTRL,4,2 ## @ZY7_DEVCFG_MCTRL
.comm _ZY7_DEVCFG_MCTRL_PS_VERS_MASK,4,2 ## @ZY7_DEVCFG_MCTRL_PS_VERS_MASK
.comm _ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT,4,2 ## @ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT
.comm _zy7_ps_vers,4,2 ## @zy7_ps_vers
.comm _FCLK_NUM,4,2 ## @FCLK_NUM
.comm _fclk_configs,8,3 ## @fclk_configs
L_.str.5: ## @.str.5
.asciz "failed to initialized sysctl tree\n"
.no_dead_strip _zy7_devcfg_attach
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function zy7_devcfg_attach
_zy7_devcfg_attach: ; @zy7_devcfg_attach
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
bl _device_get_softc
Lloh0:
adrp x22, _zy7_devcfg_softc_p@GOTPAGE
Lloh1:
ldr x22, [x22, _zy7_devcfg_softc_p@GOTPAGEOFF]
ldr x8, [x22]
cbz x8, LBB0_2
LBB0_1:
Lloh2:
adrp x8, _ENXIO@GOTPAGE
Lloh3:
ldr x8, [x8, _ENXIO@GOTPAGEOFF]
b LBB0_9
LBB0_2:
mov x20, x0
str w19, [x0, #32]
bl _DEVCFG_SC_LOCK_INIT
str wzr, [sp, #12]
Lloh4:
adrp x8, _SYS_RES_MEMORY@GOTPAGE
Lloh5:
ldr x8, [x8, _SYS_RES_MEMORY@GOTPAGEOFF]
Lloh6:
ldr w1, [x8]
Lloh7:
adrp x21, _RF_ACTIVE@GOTPAGE
Lloh8:
ldr x21, [x21, _RF_ACTIVE@GOTPAGEOFF]
ldr w3, [x21]
add x2, sp, #12
mov x0, x19
bl _bus_alloc_resource_any
str x0, [x20, #24]
cbz x0, LBB0_6
; %bb.3:
str wzr, [sp, #12]
Lloh9:
adrp x8, _SYS_RES_IRQ@GOTPAGE
Lloh10:
ldr x8, [x8, _SYS_RES_IRQ@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
ldr w3, [x21]
add x2, sp, #12
mov x0, x19
bl _bus_alloc_resource_any
str x0, [x20, #16]
cbz x0, LBB0_7
; %bb.4:
mov x1, x0
Lloh12:
adrp x8, _INTR_TYPE_MISC@GOTPAGE
Lloh13:
ldr x8, [x8, _INTR_TYPE_MISC@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
Lloh15:
adrp x9, _INTR_MPSAFE@GOTPAGE
Lloh16:
ldr x9, [x9, _INTR_MPSAFE@GOTPAGEOFF]
Lloh17:
ldr w9, [x9]
orr w2, w9, w8
Lloh18:
adrp x8, _zy7_devcfg_intr@GOTPAGE
Lloh19:
ldr x8, [x8, _zy7_devcfg_intr@GOTPAGEOFF]
Lloh20:
ldr w4, [x8]
add x6, x20, #8
mov x0, x19
mov x3, #0
mov x5, x20
bl _bus_setup_intr
cbz w0, LBB0_11
; %bb.5:
mov x21, x0
Lloh21:
adrp x1, l_.str.2@PAGE
Lloh22:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x19
bl _device_printf
mov x0, x19
bl _zy7_devcfg_detach
b LBB0_10
LBB0_6:
Lloh23:
adrp x1, l_.str@PAGE
Lloh24:
add x1, x1, l_.str@PAGEOFF
b LBB0_8
LBB0_7:
Lloh25:
adrp x1, l_.str.1@PAGE
Lloh26:
add x1, x1, l_.str.1@PAGEOFF
LBB0_8:
mov x0, x19
bl _device_printf
mov x0, x19
bl _zy7_devcfg_detach
Lloh27:
adrp x8, _ENOMEM@GOTPAGE
Lloh28:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
LBB0_9:
ldr w21, [x8]
LBB0_10:
mov x0, x21
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_11:
Lloh29:
adrp x8, _UID_ROOT@GOTPAGE
Lloh30:
ldr x8, [x8, _UID_ROOT@GOTPAGEOFF]
Lloh31:
ldr w2, [x8]
Lloh32:
adrp x8, _GID_WHEEL@GOTPAGE
Lloh33:
ldr x8, [x8, _GID_WHEEL@GOTPAGEOFF]
Lloh34:
ldr w3, [x8]
Lloh35:
adrp x0, _zy7_devcfg_cdevsw@GOTPAGE
Lloh36:
ldr x0, [x0, _zy7_devcfg_cdevsw@GOTPAGEOFF]
Lloh37:
adrp x5, l_.str.3@PAGE
Lloh38:
add x5, x5, l_.str.3@PAGEOFF
mov w1, #0
mov w4, #384
bl _make_dev
str x0, [x20]
cbz x0, LBB0_20
; %bb.12:
str x20, [x0]
str x20, [x22]
Lloh39:
adrp x8, _ZY7_DEVCFG_UNLOCK@GOTPAGE
Lloh40:
ldr x8, [x8, _ZY7_DEVCFG_UNLOCK@GOTPAGEOFF]
Lloh41:
ldr w1, [x8]
Lloh42:
adrp x8, _ZY7_DEVCFG_UNLOCK_MAGIC@GOTPAGE
Lloh43:
ldr x8, [x8, _ZY7_DEVCFG_UNLOCK_MAGIC@GOTPAGEOFF]
Lloh44:
ldr w2, [x8]
mov x0, x20
bl _WR4
Lloh45:
adrp x8, _ZY7_DEVCFG_INT_STATUS@GOTPAGE
Lloh46:
ldr x8, [x8, _ZY7_DEVCFG_INT_STATUS@GOTPAGEOFF]
Lloh47:
ldr w1, [x8]
Lloh48:
adrp x8, _ZY7_DEVCFG_INT_ALL@GOTPAGE
Lloh49:
ldr x8, [x8, _ZY7_DEVCFG_INT_ALL@GOTPAGEOFF]
Lloh50:
ldr w2, [x8]
mov x0, x20
bl _WR4
Lloh51:
adrp x8, _ZY7_DEVCFG_INT_MASK@GOTPAGE
Lloh52:
ldr x8, [x8, _ZY7_DEVCFG_INT_MASK@GOTPAGEOFF]
Lloh53:
ldr w1, [x8]
mov x0, x20
mov w2, #-1
bl _WR4
Lloh54:
adrp x8, _ZY7_DEVCFG_MCTRL@GOTPAGE
Lloh55:
ldr x8, [x8, _ZY7_DEVCFG_MCTRL@GOTPAGEOFF]
Lloh56:
ldr w1, [x8]
mov x0, x20
bl _RD4
Lloh57:
adrp x8, _ZY7_DEVCFG_MCTRL_PS_VERS_MASK@GOTPAGE
Lloh58:
ldr x8, [x8, _ZY7_DEVCFG_MCTRL_PS_VERS_MASK@GOTPAGEOFF]
Lloh59:
ldr w8, [x8]
and w8, w8, w0
Lloh60:
adrp x9, _ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT@GOTPAGE
Lloh61:
ldr x9, [x9, _ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT@GOTPAGEOFF]
Lloh62:
ldr w9, [x9]
Lloh63:
adrp x10, _zy7_ps_vers@GOTPAGE
Lloh64:
ldr x10, [x10, _zy7_ps_vers@GOTPAGEOFF]
asr w8, w8, w9
Lloh65:
str w8, [x10]
Lloh66:
adrp x22, _FCLK_NUM@GOTPAGE
Lloh67:
ldr x22, [x22, _FCLK_NUM@GOTPAGEOFF]
ldr w8, [x22]
cmp w8, #1
b.lt LBB0_17
; %bb.13:
mov x23, #0
mov x21, #0
Lloh68:
adrp x24, _fclk_configs@GOTPAGE
Lloh69:
ldr x24, [x24, _fclk_configs@GOTPAGEOFF]
b LBB0_15
LBB0_14: ; in Loop: Header=BB0_15 Depth=1
ldr x8, [x24]
add x8, x8, x23
stp w0, w0, [x8]
add x21, x21, #1
ldrsw x8, [x22]
add x23, x23, #12
cmp x21, x8
b.ge LBB0_17
LBB0_15: ; =>This Inner Loop Header: Depth=1
mov x0, x21
bl _zy7_pl_fclk_get_source
ldr x8, [x24]
add x8, x8, x23
str w0, [x8, #8]
mov x0, x21
bl _zy7_pl_fclk_enabled
cbz x0, LBB0_14
; %bb.16: ; in Loop: Header=BB0_15 Depth=1
mov x0, x21
bl _zy7_pl_fclk_get_freq
b LBB0_14
LBB0_17:
mov x0, x20
bl _zy7_devcfg_init_fclk_sysctl
tbz x0, #63, LBB0_19
; %bb.18:
Lloh70:
adrp x1, l_.str.5@PAGE
Lloh71:
add x1, x1, l_.str.5@PAGEOFF
mov x0, x19
bl _device_printf
LBB0_19:
mov w21, #0
b LBB0_10
LBB0_20:
Lloh72:
adrp x1, l_.str.4@PAGE
Lloh73:
add x1, x1, l_.str.4@PAGEOFF
mov x0, x19
bl _device_printf
mov x0, x19
bl _zy7_devcfg_detach
b LBB0_1
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpAdd Lloh21, Lloh22
.loh AdrpAdd Lloh23, Lloh24
.loh AdrpAdd Lloh25, Lloh26
.loh AdrpLdrGot Lloh27, Lloh28
.loh AdrpAdd Lloh37, Lloh38
.loh AdrpLdrGot Lloh35, Lloh36
.loh AdrpLdrGotLdr Lloh32, Lloh33, Lloh34
.loh AdrpLdrGotLdr Lloh29, Lloh30, Lloh31
.loh AdrpLdrGot Lloh66, Lloh67
.loh AdrpLdrGotStr Lloh63, Lloh64, Lloh65
.loh AdrpLdrGotLdr Lloh60, Lloh61, Lloh62
.loh AdrpLdrGotLdr Lloh57, Lloh58, Lloh59
.loh AdrpLdrGotLdr Lloh54, Lloh55, Lloh56
.loh AdrpLdrGotLdr Lloh51, Lloh52, Lloh53
.loh AdrpLdrGotLdr Lloh48, Lloh49, Lloh50
.loh AdrpLdrGotLdr Lloh45, Lloh46, Lloh47
.loh AdrpLdrGotLdr Lloh42, Lloh43, Lloh44
.loh AdrpLdrGotLdr Lloh39, Lloh40, Lloh41
.loh AdrpLdrGot Lloh68, Lloh69
.loh AdrpAdd Lloh70, Lloh71
.loh AdrpAdd Lloh72, Lloh73
.cfi_endproc
; -- End function
.comm _zy7_devcfg_softc_p,8,3 ; @zy7_devcfg_softc_p
.comm _ENXIO,4,2 ; @ENXIO
.comm _SYS_RES_MEMORY,4,2 ; @SYS_RES_MEMORY
.comm _RF_ACTIVE,4,2 ; @RF_ACTIVE
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "could not allocate memory resources.\n"
.comm _ENOMEM,4,2 ; @ENOMEM
.comm _SYS_RES_IRQ,4,2 ; @SYS_RES_IRQ
l_.str.1: ; @.str.1
.asciz "cannot allocate IRQ\n"
.comm _INTR_TYPE_MISC,4,2 ; @INTR_TYPE_MISC
.comm _INTR_MPSAFE,4,2 ; @INTR_MPSAFE
.comm _zy7_devcfg_intr,4,2 ; @zy7_devcfg_intr
l_.str.2: ; @.str.2
.asciz "cannot setup IRQ\n"
.comm _zy7_devcfg_cdevsw,4,2 ; @zy7_devcfg_cdevsw
.comm _UID_ROOT,4,2 ; @UID_ROOT
.comm _GID_WHEEL,4,2 ; @GID_WHEEL
l_.str.3: ; @.str.3
.asciz "devcfg"
l_.str.4: ; @.str.4
.asciz "failed to create /dev/devcfg"
.comm _ZY7_DEVCFG_UNLOCK,4,2 ; @ZY7_DEVCFG_UNLOCK
.comm _ZY7_DEVCFG_UNLOCK_MAGIC,4,2 ; @ZY7_DEVCFG_UNLOCK_MAGIC
.comm _ZY7_DEVCFG_INT_STATUS,4,2 ; @ZY7_DEVCFG_INT_STATUS
.comm _ZY7_DEVCFG_INT_ALL,4,2 ; @ZY7_DEVCFG_INT_ALL
.comm _ZY7_DEVCFG_INT_MASK,4,2 ; @ZY7_DEVCFG_INT_MASK
.comm _ZY7_DEVCFG_MCTRL,4,2 ; @ZY7_DEVCFG_MCTRL
.comm _ZY7_DEVCFG_MCTRL_PS_VERS_MASK,4,2 ; @ZY7_DEVCFG_MCTRL_PS_VERS_MASK
.comm _ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT,4,2 ; @ZY7_DEVCFG_MCTRL_PS_VERS_SHIFT
.comm _zy7_ps_vers,4,2 ; @zy7_ps_vers
.comm _FCLK_NUM,4,2 ; @FCLK_NUM
.comm _fclk_configs,8,3 ; @fclk_configs
l_.str.5: ; @.str.5
.asciz "failed to initialized sysctl tree\n"
.no_dead_strip _zy7_devcfg_attach
.subsections_via_symbols
| AnghaBench/freebsd/sys/arm/xilinx/extr_zy7_devcfg.c_zy7_devcfg_attach.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fab ## -- Begin function fab
.p2align 4, 0x90
_fab: ## @fab
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdi, %rdi
js LBB0_1
## %bb.2:
movl $2, %edx
xorl %eax, %eax
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movq %rdx, (%rsi,%rax,8)
addq %rax, %rcx
incq %rcx
incq %rax
addq $2, %rdx
cmpq %rdi, %rcx
jle LBB0_3
jmp LBB0_4
LBB0_1:
xorl %eax, %eax
xorl %ecx, %ecx
LBB0_4:
subq %rcx, %rdi
addq %rdi, %rdi
movslq %eax, %rcx
addq -8(%rsi,%rcx,8), %rdi
decl %eax
addq %rdi, -16(%rsi,%rcx,8)
## kill: def $eax killed $eax killed $rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _maximumEvenSplit ## -- Begin function maximumEvenSplit
.p2align 4, 0x90
_maximumEvenSplit: ## @maximumEvenSplit
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movq %rdi, %rbx
testb $1, %bl
jne LBB1_1
## %bb.2:
movl $800000, %edi ## imm = 0xC3500
callq _malloc
movq %rbx, %rcx
shrq $63, %rcx
addq %rbx, %rcx
sarq %rcx
cmpq $-1, %rbx
jge LBB1_4
## %bb.3:
xorl %edx, %edx
xorl %esi, %esi
jmp LBB1_6
LBB1_1:
xorl %edx, %edx
xorl %eax, %eax
jmp LBB1_7
LBB1_4:
movl $2, %edi
xorl %edx, %edx
xorl %esi, %esi
.p2align 4, 0x90
LBB1_5: ## =>This Inner Loop Header: Depth=1
movq %rdi, (%rax,%rdx,8)
addq %rdx, %rsi
incq %rsi
incq %rdx
addq $2, %rdi
cmpq %rcx, %rsi
jle LBB1_5
LBB1_6:
subq %rsi, %rcx
addq %rcx, %rcx
movslq %edx, %rsi
addq -8(%rax,%rsi,8), %rcx
decl %edx
addq %rcx, -16(%rax,%rsi,8)
LBB1_7:
movl %edx, (%r14)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
movl $5, %esi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fab ; -- Begin function fab
.p2align 2
_fab: ; @fab
.cfi_startproc
; %bb.0:
tbnz x0, #63, LBB0_3
; %bb.1:
mov x8, #0
mov x9, #0
mov w10, #2
LBB0_2: ; =>This Inner Loop Header: Depth=1
str x10, [x1, x8, lsl #3]
add x8, x8, #1
add x10, x10, #2
add x9, x9, x8
cmp x9, x0
b.le LBB0_2
b LBB0_4
LBB0_3:
mov w8, #0
mov x9, #0
LBB0_4:
sub x9, x0, x9
mov x10, x8
sxtw x10, w10
sub x0, x10, #1
ldr x10, [x1, x0, lsl #3]
add x9, x10, x9, lsl #1
add x8, x1, w8, sxtw #3
ldur x10, [x8, #-16]
add x9, x9, x10
stur x9, [x8, #-16]
; kill: def $w0 killed $w0 killed $x0
ret
.cfi_endproc
; -- End function
.globl _maximumEvenSplit ; -- Begin function maximumEvenSplit
.p2align 2
_maximumEvenSplit: ; @maximumEvenSplit
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
tbnz w20, #0, LBB1_3
; %bb.1:
mov w0, #13568
movk w0, #12, lsl #16
bl _malloc
cmp x20, #0
cinc x8, x20, lt
asr x8, x8, #1
cmn x20, #1
b.ge LBB1_4
; %bb.2:
mov w10, #0
mov x9, #0
b LBB1_7
LBB1_3:
mov w11, #0
mov x0, #0
b LBB1_8
LBB1_4:
mov x10, #0
mov x9, #0
mov w11, #2
LBB1_5: ; =>This Inner Loop Header: Depth=1
str x11, [x0, x10, lsl #3]
add x10, x10, #1
add x11, x11, #2
add x9, x9, x10
cmp x9, x8
b.le LBB1_5
; %bb.6:
; kill: def $w10 killed $w10 killed $x10 def $x10
LBB1_7:
sxtw x11, w10
sub x11, x11, #1
ldr x12, [x0, x11, lsl #3]
sub x8, x8, x9
add x8, x12, x8, lsl #1
add x9, x0, w10, sxtw #3
ldur x10, [x9, #-16]
add x8, x8, x10
stur x8, [x9, #-16]
LBB1_8:
str w11, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #5
str x8, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/9613.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function __pohmelfs_name_del
___pohmelfs_name_del: ## @__pohmelfs_name_del
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, %rax
movq %rsi, %rdi
movq %rax, %rsi
popq %rbp
jmp _rb_erase ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip ___pohmelfs_name_del
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function __pohmelfs_name_del
___pohmelfs_name_del: ; @__pohmelfs_name_del
.cfi_startproc
; %bb.0:
mov x8, x0
mov x0, x1
mov x1, x8
b _rb_erase
.cfi_endproc
; -- End function
.no_dead_strip ___pohmelfs_name_del
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/staging/pohmelfs/extr_dir.c___pohmelfs_name_del.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ath5k_hw_commit_eeprom_settings
_ath5k_hw_commit_eeprom_settings: ## @ath5k_hw_commit_eeprom_settings
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq (%rdi), %rax
movq _AR5K_AR5210@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
je LBB0_20
## %bb.1:
movq %rsi, %r15
movq %rdi, %r12
callq _ath5k_eeprom_mode_from_channel
movq %rax, %r14
cmpl $2484, (%r15) ## imm = 0x9B4
movl 40(%r12), %eax
jne LBB0_3
## %bb.2:
subl 44(%r12), %eax
LBB0_3:
cltq
imulq $1717986919, %rax, %rbx ## imm = 0x66666667
movq %rbx, %rax
shrq $63, %rax
sarq $33, %rbx
addl %eax, %ebx
movq 8(%r12), %rax
movq _AR5K_SREV_PHY_5212A@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jge LBB0_5
## %bb.4:
movl %ebx, 32(%r12)
movl 48(%r12), %eax
movl %eax, 36(%r12)
jmp LBB0_9
LBB0_5:
movq 8(%r15), %rax
movq _AR5K_MODE_11G@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_7
## %bb.6:
xorl %edi, %edi
subl 48(%r12), %edi
movq _AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _AR5K_REG_SM
movl %eax, %r13d
negl %ebx
movq _AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %ebx, %edi
callq _AR5K_REG_SM
orl %eax, %r13d
movq _AR5K_PHY_TX_PWR_ADJ@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
movl %r13d, %esi
jmp LBB0_8
LBB0_7:
movq _AR5K_PHY_TX_PWR_ADJ@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
xorl %esi, %esi
LBB0_8:
callq _ath5k_hw_reg_write
LBB0_9:
movq %r12, %rdi
movq %r14, %rsi
callq _ath5k_hw_set_antenna_switch
movq 192(%r12), %rax
movl (%rax,%r14,4), %edi
callq _AR5K_PHY_NF_SVAL
movq _AR5K_PHY_NFTHRES@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movq %r12, %rdi
movl %eax, %esi
callq _ath5k_hw_reg_write
movq 16(%r12), %rax
movq _AR5K_BWMODE_40MHZ@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_11
## %bb.10:
movq 24(%r12), %rax
movq _AR5K_EEPROM_VERSION_5_0@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jge LBB0_13
LBB0_11:
movq _AR5K_PHY_SETTLING@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_SETTLING_SWITCH@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 144(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq _AR5K_PHY_GAIN@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_GAIN_TXRX_ATTEN@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 136(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq _AR5K_PHY_DESIRED_SIZE@GOTPCREL(%rip), %rbx
movl (%rbx), %esi
movq _AR5K_PHY_DESIRED_SIZE_ADC@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 128(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movl (%rbx), %esi
movq _AR5K_PHY_DESIRED_SIZE_PGA@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 120(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq 24(%r12), %rax
movq _AR5K_EEPROM_VERSION_4_1@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jl LBB0_15
## %bb.12:
movq _AR5K_PHY_GAIN_2GHZ@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 112(%r12), %rax
jmp LBB0_14
LBB0_13:
movq _AR5K_PHY_SETTLING@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_SETTLING_SWITCH@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 184(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq _AR5K_PHY_GAIN@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_GAIN_TXRX_ATTEN@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 176(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq _AR5K_PHY_DESIRED_SIZE@GOTPCREL(%rip), %rbx
movl (%rbx), %esi
movq _AR5K_PHY_DESIRED_SIZE_ADC@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 168(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movl (%rbx), %esi
movq _AR5K_PHY_DESIRED_SIZE_PGA@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 160(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq _AR5K_PHY_GAIN_2GHZ@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 152(%r12), %rax
LBB0_14:
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
LBB0_15:
movq 56(%r12), %rax
movq 64(%r12), %rcx
movl (%rax,%r14,4), %eax
movl %eax, %edx
shll $24, %edx
shll $16, %eax
orl %edx, %eax
movl (%rcx,%r14,4), %ecx
movl %ecx, %esi
shll $8, %esi
orl %ecx, %esi
orl %eax, %esi
movq _AR5K_PHY_RF_CTL4@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
callq _ath5k_hw_reg_write
movq _AR5K_PHY_RF_CTL3@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_RF_CTL3_TXE2XLNA_ON@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 104(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq _AR5K_PHY_NF@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _AR5K_PHY_NF_THRESH62@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 96(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq %r12, %rdi
movq %r15, %rsi
callq _ath5k_hw_chan_has_spur_noise
movq _AR5K_PHY_OFDM_SELFCORR@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
movq _AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movq _AR5K_INIT_CYCRSSI_THR1@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
testq %rax, %rax
je LBB0_17
## %bb.16:
movq 88(%r12), %rax
addq (%rax,%r14,8), %rcx
LBB0_17:
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movq 24(%r12), %rax
movq _AR5K_EEPROM_VERSION_4_0@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jl LBB0_19
## %bb.18:
movq _AR5K_PHY_IQ@GOTPCREL(%rip), %rbx
movl (%rbx), %esi
movq _AR5K_PHY_IQ_CORR_Q_I_COFF@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 80(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movl (%rbx), %esi
movq _AR5K_PHY_IQ_CORR_Q_Q_COFF@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq 72(%r12), %rax
movq (%rax,%r14,8), %rcx
movq %r12, %rdi
callq _AR5K_REG_WRITE_BITS
movl (%rbx), %esi
movq _AR5K_PHY_IQ_CORR_ENABLE@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
callq _AR5K_REG_ENABLE_BITS
movq 24(%r12), %rax
LBB0_19:
movq _AR5K_EEPROM_VERSION_5_1@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jge LBB0_21
LBB0_20:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_21:
movq _AR5K_PHY_HEAVY_CLIP_ENABLE@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r12, %rdi
xorl %esi, %esi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _ath5k_hw_reg_write ## TAILCALL
.cfi_endproc
## -- End function
.comm _AR5K_AR5210,8,3 ## @AR5K_AR5210
.comm _AR5K_SREV_PHY_5212A,8,3 ## @AR5K_SREV_PHY_5212A
.comm _AR5K_MODE_11G,8,3 ## @AR5K_MODE_11G
.comm _AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA,4,2 ## @AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA
.comm _AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX,4,2 ## @AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX
.comm _AR5K_PHY_TX_PWR_ADJ,4,2 ## @AR5K_PHY_TX_PWR_ADJ
.comm _AR5K_PHY_NFTHRES,4,2 ## @AR5K_PHY_NFTHRES
.comm _AR5K_BWMODE_40MHZ,8,3 ## @AR5K_BWMODE_40MHZ
.comm _AR5K_EEPROM_VERSION_5_0,8,3 ## @AR5K_EEPROM_VERSION_5_0
.comm _AR5K_PHY_SETTLING,4,2 ## @AR5K_PHY_SETTLING
.comm _AR5K_PHY_SETTLING_SWITCH,4,2 ## @AR5K_PHY_SETTLING_SWITCH
.comm _AR5K_PHY_GAIN,4,2 ## @AR5K_PHY_GAIN
.comm _AR5K_PHY_GAIN_TXRX_ATTEN,4,2 ## @AR5K_PHY_GAIN_TXRX_ATTEN
.comm _AR5K_PHY_DESIRED_SIZE,4,2 ## @AR5K_PHY_DESIRED_SIZE
.comm _AR5K_PHY_DESIRED_SIZE_ADC,4,2 ## @AR5K_PHY_DESIRED_SIZE_ADC
.comm _AR5K_PHY_DESIRED_SIZE_PGA,4,2 ## @AR5K_PHY_DESIRED_SIZE_PGA
.comm _AR5K_PHY_GAIN_2GHZ,4,2 ## @AR5K_PHY_GAIN_2GHZ
.comm _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX,4,2 ## @AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX
.comm _AR5K_EEPROM_VERSION_4_1,8,3 ## @AR5K_EEPROM_VERSION_4_1
.comm _AR5K_PHY_RF_CTL4,4,2 ## @AR5K_PHY_RF_CTL4
.comm _AR5K_PHY_RF_CTL3,4,2 ## @AR5K_PHY_RF_CTL3
.comm _AR5K_PHY_RF_CTL3_TXE2XLNA_ON,4,2 ## @AR5K_PHY_RF_CTL3_TXE2XLNA_ON
.comm _AR5K_PHY_NF,4,2 ## @AR5K_PHY_NF
.comm _AR5K_PHY_NF_THRESH62,4,2 ## @AR5K_PHY_NF_THRESH62
.comm _AR5K_PHY_OFDM_SELFCORR,4,2 ## @AR5K_PHY_OFDM_SELFCORR
.comm _AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1,4,2 ## @AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1
.comm _AR5K_INIT_CYCRSSI_THR1,8,3 ## @AR5K_INIT_CYCRSSI_THR1
.comm _AR5K_EEPROM_VERSION_4_0,8,3 ## @AR5K_EEPROM_VERSION_4_0
.comm _AR5K_PHY_IQ,4,2 ## @AR5K_PHY_IQ
.comm _AR5K_PHY_IQ_CORR_Q_I_COFF,4,2 ## @AR5K_PHY_IQ_CORR_Q_I_COFF
.comm _AR5K_PHY_IQ_CORR_Q_Q_COFF,4,2 ## @AR5K_PHY_IQ_CORR_Q_Q_COFF
.comm _AR5K_PHY_IQ_CORR_ENABLE,4,2 ## @AR5K_PHY_IQ_CORR_ENABLE
.comm _AR5K_EEPROM_VERSION_5_1,8,3 ## @AR5K_EEPROM_VERSION_5_1
.comm _AR5K_PHY_HEAVY_CLIP_ENABLE,4,2 ## @AR5K_PHY_HEAVY_CLIP_ENABLE
.no_dead_strip _ath5k_hw_commit_eeprom_settings
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ath5k_hw_commit_eeprom_settings
_ath5k_hw_commit_eeprom_settings: ; @ath5k_hw_commit_eeprom_settings
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
ldr x8, [x0]
Lloh0:
adrp x9, _AR5K_AR5210@GOTPAGE
Lloh1:
ldr x9, [x9, _AR5K_AR5210@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.eq LBB0_20
; %bb.1:
mov x21, x1
mov x19, x0
bl _ath5k_eeprom_mode_from_channel
mov x20, x0
ldr w9, [x21]
ldr w8, [x19, #40]
cmp w9, #2484
b.ne LBB0_3
; %bb.2:
ldr w9, [x19, #44]
sub w8, w8, w9
LBB0_3:
mov w9, #26215
movk w9, #26214, lsl #16
smull x8, w8, w9
lsr x9, x8, #63
asr x8, x8, #33
add w23, w8, w9
ldr x8, [x19, #8]
Lloh3:
adrp x9, _AR5K_SREV_PHY_5212A@GOTPAGE
Lloh4:
ldr x9, [x9, _AR5K_SREV_PHY_5212A@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x8, x9
b.ge LBB0_5
; %bb.4:
ldr w8, [x19, #48]
stp w23, w8, [x19, #32]
b LBB0_9
LBB0_5:
ldr x8, [x21, #8]
Lloh6:
adrp x9, _AR5K_MODE_11G@GOTPAGE
Lloh7:
ldr x9, [x9, _AR5K_MODE_11G@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_7
; %bb.6:
ldr w8, [x19, #48]
neg w0, w8
Lloh9:
adrp x8, _AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA@GOTPAGE
Lloh10:
ldr x8, [x8, _AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
bl _AR5K_REG_SM
mov x22, x0
neg w0, w23
Lloh12:
adrp x8, _AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX@GOTPAGE
Lloh13:
ldr x8, [x8, _AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX@GOTPAGEOFF]
Lloh14:
ldr w1, [x8]
bl _AR5K_REG_SM
orr w1, w0, w22
Lloh15:
adrp x8, _AR5K_PHY_TX_PWR_ADJ@GOTPAGE
Lloh16:
ldr x8, [x8, _AR5K_PHY_TX_PWR_ADJ@GOTPAGEOFF]
Lloh17:
ldr w2, [x8]
mov x0, x19
b LBB0_8
LBB0_7:
Lloh18:
adrp x8, _AR5K_PHY_TX_PWR_ADJ@GOTPAGE
Lloh19:
ldr x8, [x8, _AR5K_PHY_TX_PWR_ADJ@GOTPAGEOFF]
Lloh20:
ldr w2, [x8]
mov x0, x19
mov w1, #0
LBB0_8:
bl _ath5k_hw_reg_write
LBB0_9:
mov x0, x19
mov x1, x20
bl _ath5k_hw_set_antenna_switch
ldr x8, [x19, #192]
ldr w0, [x8, x20, lsl #2]
bl _AR5K_PHY_NF_SVAL
mov x1, x0
Lloh21:
adrp x8, _AR5K_PHY_NFTHRES@GOTPAGE
Lloh22:
ldr x8, [x8, _AR5K_PHY_NFTHRES@GOTPAGEOFF]
Lloh23:
ldr w2, [x8]
mov x0, x19
bl _ath5k_hw_reg_write
ldr x8, [x19, #16]
Lloh24:
adrp x9, _AR5K_BWMODE_40MHZ@GOTPAGE
Lloh25:
ldr x9, [x9, _AR5K_BWMODE_40MHZ@GOTPAGEOFF]
Lloh26:
ldr x9, [x9]
lsl x22, x20, #3
cmp x8, x9
b.ne LBB0_11
; %bb.10:
ldr x8, [x19, #24]
Lloh27:
adrp x9, _AR5K_EEPROM_VERSION_5_0@GOTPAGE
Lloh28:
ldr x9, [x9, _AR5K_EEPROM_VERSION_5_0@GOTPAGEOFF]
Lloh29:
ldr x9, [x9]
cmp x8, x9
b.ge LBB0_13
LBB0_11:
Lloh30:
adrp x8, _AR5K_PHY_SETTLING@GOTPAGE
Lloh31:
ldr x8, [x8, _AR5K_PHY_SETTLING@GOTPAGEOFF]
Lloh32:
ldr w1, [x8]
Lloh33:
adrp x8, _AR5K_PHY_SETTLING_SWITCH@GOTPAGE
Lloh34:
ldr x8, [x8, _AR5K_PHY_SETTLING_SWITCH@GOTPAGEOFF]
Lloh35:
ldr w2, [x8]
ldr x8, [x19, #144]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
Lloh36:
adrp x8, _AR5K_PHY_GAIN@GOTPAGE
Lloh37:
ldr x8, [x8, _AR5K_PHY_GAIN@GOTPAGEOFF]
Lloh38:
ldr w1, [x8]
Lloh39:
adrp x8, _AR5K_PHY_GAIN_TXRX_ATTEN@GOTPAGE
Lloh40:
ldr x8, [x8, _AR5K_PHY_GAIN_TXRX_ATTEN@GOTPAGEOFF]
Lloh41:
ldr w2, [x8]
ldr x8, [x19, #136]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
Lloh42:
adrp x23, _AR5K_PHY_DESIRED_SIZE@GOTPAGE
Lloh43:
ldr x23, [x23, _AR5K_PHY_DESIRED_SIZE@GOTPAGEOFF]
ldr w1, [x23]
Lloh44:
adrp x8, _AR5K_PHY_DESIRED_SIZE_ADC@GOTPAGE
Lloh45:
ldr x8, [x8, _AR5K_PHY_DESIRED_SIZE_ADC@GOTPAGEOFF]
Lloh46:
ldr w2, [x8]
ldr x8, [x19, #128]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
ldr w1, [x23]
Lloh47:
adrp x8, _AR5K_PHY_DESIRED_SIZE_PGA@GOTPAGE
Lloh48:
ldr x8, [x8, _AR5K_PHY_DESIRED_SIZE_PGA@GOTPAGEOFF]
Lloh49:
ldr w2, [x8]
ldr x8, [x19, #120]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
ldr x8, [x19, #24]
Lloh50:
adrp x9, _AR5K_EEPROM_VERSION_4_1@GOTPAGE
Lloh51:
ldr x9, [x9, _AR5K_EEPROM_VERSION_4_1@GOTPAGEOFF]
Lloh52:
ldr x9, [x9]
cmp x8, x9
b.lt LBB0_15
; %bb.12:
Lloh53:
adrp x8, _AR5K_PHY_GAIN_2GHZ@GOTPAGE
Lloh54:
ldr x8, [x8, _AR5K_PHY_GAIN_2GHZ@GOTPAGEOFF]
Lloh55:
ldr w1, [x8]
Lloh56:
adrp x8, _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX@GOTPAGE
Lloh57:
ldr x8, [x8, _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX@GOTPAGEOFF]
Lloh58:
ldr w2, [x8]
ldr x8, [x19, #112]
ldr x3, [x8, x20, lsl #3]
b LBB0_14
LBB0_13:
Lloh59:
adrp x8, _AR5K_PHY_SETTLING@GOTPAGE
Lloh60:
ldr x8, [x8, _AR5K_PHY_SETTLING@GOTPAGEOFF]
Lloh61:
ldr w1, [x8]
Lloh62:
adrp x8, _AR5K_PHY_SETTLING_SWITCH@GOTPAGE
Lloh63:
ldr x8, [x8, _AR5K_PHY_SETTLING_SWITCH@GOTPAGEOFF]
Lloh64:
ldr w2, [x8]
ldr x8, [x19, #184]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
Lloh65:
adrp x8, _AR5K_PHY_GAIN@GOTPAGE
Lloh66:
ldr x8, [x8, _AR5K_PHY_GAIN@GOTPAGEOFF]
Lloh67:
ldr w1, [x8]
Lloh68:
adrp x8, _AR5K_PHY_GAIN_TXRX_ATTEN@GOTPAGE
Lloh69:
ldr x8, [x8, _AR5K_PHY_GAIN_TXRX_ATTEN@GOTPAGEOFF]
Lloh70:
ldr w2, [x8]
ldr x8, [x19, #176]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
Lloh71:
adrp x23, _AR5K_PHY_DESIRED_SIZE@GOTPAGE
Lloh72:
ldr x23, [x23, _AR5K_PHY_DESIRED_SIZE@GOTPAGEOFF]
ldr w1, [x23]
Lloh73:
adrp x8, _AR5K_PHY_DESIRED_SIZE_ADC@GOTPAGE
Lloh74:
ldr x8, [x8, _AR5K_PHY_DESIRED_SIZE_ADC@GOTPAGEOFF]
Lloh75:
ldr w2, [x8]
ldr x8, [x19, #168]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
ldr w1, [x23]
Lloh76:
adrp x8, _AR5K_PHY_DESIRED_SIZE_PGA@GOTPAGE
Lloh77:
ldr x8, [x8, _AR5K_PHY_DESIRED_SIZE_PGA@GOTPAGEOFF]
Lloh78:
ldr w2, [x8]
ldr x8, [x19, #160]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
Lloh79:
adrp x8, _AR5K_PHY_GAIN_2GHZ@GOTPAGE
Lloh80:
ldr x8, [x8, _AR5K_PHY_GAIN_2GHZ@GOTPAGEOFF]
Lloh81:
ldr w1, [x8]
Lloh82:
adrp x8, _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX@GOTPAGE
Lloh83:
ldr x8, [x8, _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX@GOTPAGEOFF]
Lloh84:
ldr w2, [x8]
ldr x8, [x19, #152]
ldr x3, [x8, x22]
LBB0_14:
mov x0, x19
bl _AR5K_REG_WRITE_BITS
LBB0_15:
lsl x8, x20, #2
ldp x9, x10, [x19, #56]
ldr w9, [x9, x8]
lsl w11, w9, #24
ldr w8, [x10, x8]
orr w9, w11, w9, lsl #16
orr w9, w9, w8
orr w1, w9, w8, lsl #8
Lloh85:
adrp x8, _AR5K_PHY_RF_CTL4@GOTPAGE
Lloh86:
ldr x8, [x8, _AR5K_PHY_RF_CTL4@GOTPAGEOFF]
Lloh87:
ldr w2, [x8]
mov x0, x19
bl _ath5k_hw_reg_write
Lloh88:
adrp x8, _AR5K_PHY_RF_CTL3@GOTPAGE
Lloh89:
ldr x8, [x8, _AR5K_PHY_RF_CTL3@GOTPAGEOFF]
Lloh90:
ldr w1, [x8]
Lloh91:
adrp x8, _AR5K_PHY_RF_CTL3_TXE2XLNA_ON@GOTPAGE
Lloh92:
ldr x8, [x8, _AR5K_PHY_RF_CTL3_TXE2XLNA_ON@GOTPAGEOFF]
Lloh93:
ldr w2, [x8]
ldr x8, [x19, #104]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
Lloh94:
adrp x8, _AR5K_PHY_NF@GOTPAGE
Lloh95:
ldr x8, [x8, _AR5K_PHY_NF@GOTPAGEOFF]
Lloh96:
ldr w1, [x8]
Lloh97:
adrp x8, _AR5K_PHY_NF_THRESH62@GOTPAGE
Lloh98:
ldr x8, [x8, _AR5K_PHY_NF_THRESH62@GOTPAGEOFF]
Lloh99:
ldr w2, [x8]
ldr x8, [x19, #96]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
mov x0, x19
mov x1, x21
bl _ath5k_hw_chan_has_spur_noise
Lloh100:
adrp x8, _AR5K_PHY_OFDM_SELFCORR@GOTPAGE
Lloh101:
ldr x8, [x8, _AR5K_PHY_OFDM_SELFCORR@GOTPAGEOFF]
Lloh102:
ldr w1, [x8]
Lloh103:
adrp x8, _AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1@GOTPAGE
Lloh104:
ldr x8, [x8, _AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1@GOTPAGEOFF]
Lloh105:
ldr w2, [x8]
Lloh106:
adrp x8, _AR5K_INIT_CYCRSSI_THR1@GOTPAGE
Lloh107:
ldr x8, [x8, _AR5K_INIT_CYCRSSI_THR1@GOTPAGEOFF]
Lloh108:
ldr x3, [x8]
cbz x0, LBB0_17
; %bb.16:
ldr x8, [x19, #88]
ldr x8, [x8, x20, lsl #3]
add x3, x8, x3
LBB0_17:
mov x0, x19
bl _AR5K_REG_WRITE_BITS
ldr x8, [x19, #24]
Lloh109:
adrp x9, _AR5K_EEPROM_VERSION_4_0@GOTPAGE
Lloh110:
ldr x9, [x9, _AR5K_EEPROM_VERSION_4_0@GOTPAGEOFF]
Lloh111:
ldr x9, [x9]
cmp x8, x9
b.lt LBB0_19
; %bb.18:
Lloh112:
adrp x20, _AR5K_PHY_IQ@GOTPAGE
Lloh113:
ldr x20, [x20, _AR5K_PHY_IQ@GOTPAGEOFF]
ldr w1, [x20]
Lloh114:
adrp x8, _AR5K_PHY_IQ_CORR_Q_I_COFF@GOTPAGE
Lloh115:
ldr x8, [x8, _AR5K_PHY_IQ_CORR_Q_I_COFF@GOTPAGEOFF]
Lloh116:
ldr w2, [x8]
ldr x8, [x19, #80]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
ldr w1, [x20]
Lloh117:
adrp x8, _AR5K_PHY_IQ_CORR_Q_Q_COFF@GOTPAGE
Lloh118:
ldr x8, [x8, _AR5K_PHY_IQ_CORR_Q_Q_COFF@GOTPAGEOFF]
Lloh119:
ldr w2, [x8]
ldr x8, [x19, #72]
ldr x3, [x8, x22]
mov x0, x19
bl _AR5K_REG_WRITE_BITS
ldr w1, [x20]
Lloh120:
adrp x8, _AR5K_PHY_IQ_CORR_ENABLE@GOTPAGE
Lloh121:
ldr x8, [x8, _AR5K_PHY_IQ_CORR_ENABLE@GOTPAGEOFF]
Lloh122:
ldr w2, [x8]
mov x0, x19
bl _AR5K_REG_ENABLE_BITS
ldr x8, [x19, #24]
LBB0_19:
Lloh123:
adrp x9, _AR5K_EEPROM_VERSION_5_1@GOTPAGE
Lloh124:
ldr x9, [x9, _AR5K_EEPROM_VERSION_5_1@GOTPAGEOFF]
Lloh125:
ldr x9, [x9]
cmp x8, x9
b.ge LBB0_21
LBB0_20:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB0_21:
Lloh126:
adrp x8, _AR5K_PHY_HEAVY_CLIP_ENABLE@GOTPAGE
Lloh127:
ldr x8, [x8, _AR5K_PHY_HEAVY_CLIP_ENABLE@GOTPAGEOFF]
Lloh128:
ldr w2, [x8]
mov x0, x19
mov w1, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
b _ath5k_hw_reg_write
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh27, Lloh28, Lloh29
.loh AdrpLdrGotLdr Lloh50, Lloh51, Lloh52
.loh AdrpLdrGotLdr Lloh47, Lloh48, Lloh49
.loh AdrpLdrGotLdr Lloh44, Lloh45, Lloh46
.loh AdrpLdrGot Lloh42, Lloh43
.loh AdrpLdrGotLdr Lloh39, Lloh40, Lloh41
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpLdrGotLdr Lloh33, Lloh34, Lloh35
.loh AdrpLdrGotLdr Lloh30, Lloh31, Lloh32
.loh AdrpLdrGotLdr Lloh56, Lloh57, Lloh58
.loh AdrpLdrGotLdr Lloh53, Lloh54, Lloh55
.loh AdrpLdrGotLdr Lloh82, Lloh83, Lloh84
.loh AdrpLdrGotLdr Lloh79, Lloh80, Lloh81
.loh AdrpLdrGotLdr Lloh76, Lloh77, Lloh78
.loh AdrpLdrGotLdr Lloh73, Lloh74, Lloh75
.loh AdrpLdrGot Lloh71, Lloh72
.loh AdrpLdrGotLdr Lloh68, Lloh69, Lloh70
.loh AdrpLdrGotLdr Lloh65, Lloh66, Lloh67
.loh AdrpLdrGotLdr Lloh62, Lloh63, Lloh64
.loh AdrpLdrGotLdr Lloh59, Lloh60, Lloh61
.loh AdrpLdrGotLdr Lloh106, Lloh107, Lloh108
.loh AdrpLdrGotLdr Lloh103, Lloh104, Lloh105
.loh AdrpLdrGotLdr Lloh100, Lloh101, Lloh102
.loh AdrpLdrGotLdr Lloh97, Lloh98, Lloh99
.loh AdrpLdrGotLdr Lloh94, Lloh95, Lloh96
.loh AdrpLdrGotLdr Lloh91, Lloh92, Lloh93
.loh AdrpLdrGotLdr Lloh88, Lloh89, Lloh90
.loh AdrpLdrGotLdr Lloh85, Lloh86, Lloh87
.loh AdrpLdrGotLdr Lloh109, Lloh110, Lloh111
.loh AdrpLdrGotLdr Lloh120, Lloh121, Lloh122
.loh AdrpLdrGotLdr Lloh117, Lloh118, Lloh119
.loh AdrpLdrGotLdr Lloh114, Lloh115, Lloh116
.loh AdrpLdrGot Lloh112, Lloh113
.loh AdrpLdrGotLdr Lloh123, Lloh124, Lloh125
.loh AdrpLdrGotLdr Lloh126, Lloh127, Lloh128
.cfi_endproc
; -- End function
.comm _AR5K_AR5210,8,3 ; @AR5K_AR5210
.comm _AR5K_SREV_PHY_5212A,8,3 ; @AR5K_SREV_PHY_5212A
.comm _AR5K_MODE_11G,8,3 ; @AR5K_MODE_11G
.comm _AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA,4,2 ; @AR5K_PHY_TX_PWR_ADJ_CCK_GAIN_DELTA
.comm _AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX,4,2 ; @AR5K_PHY_TX_PWR_ADJ_CCK_PCDAC_INDEX
.comm _AR5K_PHY_TX_PWR_ADJ,4,2 ; @AR5K_PHY_TX_PWR_ADJ
.comm _AR5K_PHY_NFTHRES,4,2 ; @AR5K_PHY_NFTHRES
.comm _AR5K_BWMODE_40MHZ,8,3 ; @AR5K_BWMODE_40MHZ
.comm _AR5K_EEPROM_VERSION_5_0,8,3 ; @AR5K_EEPROM_VERSION_5_0
.comm _AR5K_PHY_SETTLING,4,2 ; @AR5K_PHY_SETTLING
.comm _AR5K_PHY_SETTLING_SWITCH,4,2 ; @AR5K_PHY_SETTLING_SWITCH
.comm _AR5K_PHY_GAIN,4,2 ; @AR5K_PHY_GAIN
.comm _AR5K_PHY_GAIN_TXRX_ATTEN,4,2 ; @AR5K_PHY_GAIN_TXRX_ATTEN
.comm _AR5K_PHY_DESIRED_SIZE,4,2 ; @AR5K_PHY_DESIRED_SIZE
.comm _AR5K_PHY_DESIRED_SIZE_ADC,4,2 ; @AR5K_PHY_DESIRED_SIZE_ADC
.comm _AR5K_PHY_DESIRED_SIZE_PGA,4,2 ; @AR5K_PHY_DESIRED_SIZE_PGA
.comm _AR5K_PHY_GAIN_2GHZ,4,2 ; @AR5K_PHY_GAIN_2GHZ
.comm _AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX,4,2 ; @AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX
.comm _AR5K_EEPROM_VERSION_4_1,8,3 ; @AR5K_EEPROM_VERSION_4_1
.comm _AR5K_PHY_RF_CTL4,4,2 ; @AR5K_PHY_RF_CTL4
.comm _AR5K_PHY_RF_CTL3,4,2 ; @AR5K_PHY_RF_CTL3
.comm _AR5K_PHY_RF_CTL3_TXE2XLNA_ON,4,2 ; @AR5K_PHY_RF_CTL3_TXE2XLNA_ON
.comm _AR5K_PHY_NF,4,2 ; @AR5K_PHY_NF
.comm _AR5K_PHY_NF_THRESH62,4,2 ; @AR5K_PHY_NF_THRESH62
.comm _AR5K_PHY_OFDM_SELFCORR,4,2 ; @AR5K_PHY_OFDM_SELFCORR
.comm _AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1,4,2 ; @AR5K_PHY_OFDM_SELFCORR_CYPWR_THR1
.comm _AR5K_INIT_CYCRSSI_THR1,8,3 ; @AR5K_INIT_CYCRSSI_THR1
.comm _AR5K_EEPROM_VERSION_4_0,8,3 ; @AR5K_EEPROM_VERSION_4_0
.comm _AR5K_PHY_IQ,4,2 ; @AR5K_PHY_IQ
.comm _AR5K_PHY_IQ_CORR_Q_I_COFF,4,2 ; @AR5K_PHY_IQ_CORR_Q_I_COFF
.comm _AR5K_PHY_IQ_CORR_Q_Q_COFF,4,2 ; @AR5K_PHY_IQ_CORR_Q_Q_COFF
.comm _AR5K_PHY_IQ_CORR_ENABLE,4,2 ; @AR5K_PHY_IQ_CORR_ENABLE
.comm _AR5K_EEPROM_VERSION_5_1,8,3 ; @AR5K_EEPROM_VERSION_5_1
.comm _AR5K_PHY_HEAVY_CLIP_ENABLE,4,2 ; @AR5K_PHY_HEAVY_CLIP_ENABLE
.no_dead_strip _ath5k_hw_commit_eeprom_settings
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/wireless/ath/ath5k/extr_reset.c_ath5k_hw_commit_eeprom_settings.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function gprs_data_ready
_gprs_data_ready: ## @gprs_data_ready
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
movq (%rdi), %r14
callq _pep_read
testq %rax, %rax
je LBB0_3
## %bb.1:
movq %rax, %rbx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq %rbx, %rdi
callq _skb_orphan
movq %r14, %rdi
movq %rbx, %rsi
callq _gprs_recv
movq %r15, %rdi
callq _pep_read
movq %rax, %rbx
testq %rax, %rax
jne LBB0_2
LBB0_3:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _gprs_data_ready
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function gprs_data_ready
_gprs_data_ready: ; @gprs_data_ready
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
ldr x20, [x0]
bl _pep_read
cbz x0, LBB0_3
; %bb.1:
mov x21, x0
LBB0_2: ; =>This Inner Loop Header: Depth=1
mov x0, x21
bl _skb_orphan
mov x0, x20
mov x1, x21
bl _gprs_recv
mov x0, x19
bl _pep_read
mov x21, x0
cbnz x0, LBB0_2
LBB0_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _gprs_data_ready
.subsections_via_symbols
| AnghaBench/linux/net/phonet/extr_pep-gprs.c_gprs_data_ready.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bnxt_tc_flower_enabled
_bnxt_tc_flower_enabled: ## @bnxt_tc_flower_enabled
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _bnxt_tc_flower_enabled
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bnxt_tc_flower_enabled
_bnxt_tc_flower_enabled: ; @bnxt_tc_flower_enabled
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.no_dead_strip _bnxt_tc_flower_enabled
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/broadcom/bnxt/extr_bnxt_tc.h_bnxt_tc_flower_enabled.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function push_history
_push_history: ## @push_history
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _history_count@GOTPCREL(%rip), %r15
movl (%r15), %ebx
testl %ebx, %ebx
jle LBB0_3
## %bb.1:
movq _history@GOTPCREL(%rip), %rax
movq (%rax), %rax
decl %ebx
movl (%rax,%rbx,4), %edi
movq _currentpage@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _eqloc
testq %rax, %rax
jne LBB0_7
## %bb.2:
movl (%r15), %ebx
LBB0_3:
incl %ebx
movq _history@GOTPCREL(%rip), %r13
movq (%r13), %rdi
callq _nelem
movq (%r13), %r12
cmpl %eax, %ebx
jge LBB0_4
## %bb.5:
movl (%r15), %eax
leal 1(%rax), %ecx
movl %ecx, (%r15)
jmp LBB0_6
LBB0_4:
leaq 4(%r12), %r14
movq %r12, %rdi
callq _nelem
## kill: def $eax killed $eax def $rax
leal -4(,%rax,4), %edx
movq %r12, %rdi
movq %r14, %rsi
callq _memmove
movq (%r13), %r12
movl (%r15), %eax
LBB0_6:
movslq %eax, %rbx
xorl %eax, %eax
callq _save_mark
movl %eax, (%r12,%rbx,4)
LBB0_7:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _history_count,4,2 ## @history_count
.comm _history,8,3 ## @history
.comm _currentpage,4,2 ## @currentpage
.no_dead_strip _push_history
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function push_history
_push_history: ; @push_history
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
Lloh0:
adrp x21, _history_count@GOTPAGE
Lloh1:
ldr x21, [x21, _history_count@GOTPAGEOFF]
ldr w8, [x21]
Lloh2:
adrp x22, _history@GOTPAGE
Lloh3:
ldr x22, [x22, _history@GOTPAGEOFF]
subs w9, w8, #1
b.lt LBB0_3
; %bb.1:
ldr x8, [x22]
ldr w0, [x8, w9, uxtw #2]
Lloh4:
adrp x8, _currentpage@GOTPAGE
Lloh5:
ldr x8, [x8, _currentpage@GOTPAGEOFF]
Lloh6:
ldr w1, [x8]
bl _eqloc
cbnz x0, LBB0_7
; %bb.2:
ldr w8, [x21]
LBB0_3:
add w20, w8, #1
ldr x0, [x22]
bl _nelem
ldr x19, [x22]
cmp w20, w0
b.ge LBB0_5
; %bb.4:
ldr w20, [x21]
add w8, w20, #1
str w8, [x21]
b LBB0_6
LBB0_5:
add x20, x19, #4
mov x0, x19
bl _nelem
lsl w8, w0, #2
sub w2, w8, #4
mov x0, x19
mov x1, x20
bl _memmove
ldr x19, [x22]
ldr w20, [x21]
LBB0_6:
bl _save_mark
str w0, [x19, w20, sxtw #2]
LBB0_7:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.cfi_endproc
; -- End function
.comm _history_count,4,2 ; @history_count
.comm _history,8,3 ; @history
.comm _currentpage,4,2 ; @currentpage
.no_dead_strip _push_history
.subsections_via_symbols
| AnghaBench/sumatrapdf/mupdf/platform/gl/extr_gl-main.c_push_history.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_str(%rip), %rdi
callq _puts
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "hello world!!"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "hello world!!"
.subsections_via_symbols
| the_stack_data/832057.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function decode_live
_decode_live: ## @decode_live
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movl %edi, %ebx
movq _MSR_IA32_PERF_STATUS@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -12(%rbp), %rdx
leaq -16(%rbp), %rcx
callq _rdmsr
testl %eax, %eax
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
movl %ebx, %esi
xorl %eax, %eax
callq _printf
leaq L_str(%rip), %rdi
callq _puts
leaq L_str.3(%rip), %rdi
callq _puts
movl $1, %eax
jmp LBB0_3
LBB0_2:
movl -12(%rbp), %edi
callq _decode
xorl %eax, %eax
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MSR_IA32_PERF_STATUS,4,2 ## @MSR_IA32_PERF_STATUS
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "can't get MSR_IA32_PERF_STATUS for cpu %d\n"
L_str: ## @str
.asciz "Possible trouble: you don't run an Enhanced SpeedStep capable cpu"
L_str.3: ## @str.3
.asciz "or you are not root, or the msr driver is not present"
.no_dead_strip _decode_live
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function decode_live
_decode_live: ; @decode_live
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x8, _MSR_IA32_PERF_STATUS@GOTPAGE
Lloh1:
ldr x8, [x8, _MSR_IA32_PERF_STATUS@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
add x2, sp, #12
add x3, sp, #8
bl _rdmsr
cbz w0, LBB0_2
; %bb.1:
str x19, [sp]
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
bl _printf
Lloh5:
adrp x0, l_str@PAGE
Lloh6:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh7:
adrp x0, l_str.3@PAGE
Lloh8:
add x0, x0, l_str.3@PAGEOFF
bl _puts
mov w0, #1
b LBB0_3
LBB0_2:
ldr w0, [sp, #12]
bl _decode
mov w0, #0
LBB0_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.cfi_endproc
; -- End function
.comm _MSR_IA32_PERF_STATUS,4,2 ; @MSR_IA32_PERF_STATUS
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "can't get MSR_IA32_PERF_STATUS for cpu %d\n"
l_str: ; @str
.asciz "Possible trouble: you don't run an Enhanced SpeedStep capable cpu"
l_str.3: ; @str.3
.asciz "or you are not root, or the msr driver is not present"
.no_dead_strip _decode_live
.subsections_via_symbols
| AnghaBench/linux/tools/power/cpupower/debug/i386/extr_centrino-decode.c_decode_live.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _os_getpid ## -- Begin function os_getpid
.p2align 4, 0x90
_os_getpid: ## @os_getpid
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq ___NR_getpid@GOTPCREL(%rip), %rax
movl (%rax), %edi
popq %rbp
jmp _syscall ## TAILCALL
.cfi_endproc
## -- End function
.comm ___NR_getpid,4,2 ## @__NR_getpid
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _os_getpid ; -- Begin function os_getpid
.p2align 2
_os_getpid: ; @os_getpid
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, ___NR_getpid@GOTPAGE
Lloh1:
ldr x8, [x8, ___NR_getpid@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
b _syscall
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm ___NR_getpid,4,2 ; @__NR_getpid
.subsections_via_symbols
| AnghaBench/linux/arch/um/os-Linux/extr_process.c_os_getpid.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _hclge_config_rocee_ras_interrupt ## -- Begin function hclge_config_rocee_ras_interrupt
.p2align 4, 0x90
_hclge_config_rocee_ras_interrupt: ## @hclge_config_rocee_ras_interrupt
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq 8(%rdi), %r14
xorl %r15d, %r15d
cmpl $33, (%r14)
jl LBB0_6
## %bb.1:
movl %esi, %r12d
movq %rdi, %rbx
callq _hnae3_dev_roce_supported
testl %eax, %eax
je LBB0_6
## %bb.2:
movq _HCLGE_CONFIG_ROCEE_RAS_INT_EN@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -40(%rbp), %rdi
xorl %r15d, %r15d
xorl %edx, %edx
callq _hclge_cmd_setup_basic_desc
testl %r12d, %r12d
je LBB0_4
## %bb.3:
movq _HCLGE_ROCEE_RAS_NFE_INT_EN@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _cpu_to_le32
movq -40(%rbp), %rcx
movq %rax, (%rcx)
movq _HCLGE_ROCEE_RAS_CE_INT_EN@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _cpu_to_le32
movq -40(%rbp), %rcx
movq %rax, 8(%rcx)
movq %rbx, %rdi
callq _hclge_log_and_clear_rocee_ras_error
LBB0_4:
movq _HCLGE_ROCEE_RAS_NFE_INT_EN_MASK@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _cpu_to_le32
movq -40(%rbp), %rcx
movq %rax, 16(%rcx)
movq _HCLGE_ROCEE_RAS_CE_INT_EN_MASK@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _cpu_to_le32
movq -40(%rbp), %rcx
movq %rax, 24(%rcx)
leaq -40(%rbp), %rsi
movq %rbx, %rdi
movl $1, %edx
callq _hclge_cmd_send
testl %eax, %eax
je LBB0_6
## %bb.5:
movl %eax, %ebx
addq $4, %r14
leaq L_.str(%rip), %rsi
movq %r14, %rdi
movl %eax, %edx
callq _dev_err
movl %ebx, %r15d
LBB0_6:
movl %r15d, %eax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _HCLGE_CONFIG_ROCEE_RAS_INT_EN,4,2 ## @HCLGE_CONFIG_ROCEE_RAS_INT_EN
.comm _HCLGE_ROCEE_RAS_NFE_INT_EN,4,2 ## @HCLGE_ROCEE_RAS_NFE_INT_EN
.comm _HCLGE_ROCEE_RAS_CE_INT_EN,4,2 ## @HCLGE_ROCEE_RAS_CE_INT_EN
.comm _HCLGE_ROCEE_RAS_NFE_INT_EN_MASK,4,2 ## @HCLGE_ROCEE_RAS_NFE_INT_EN_MASK
.comm _HCLGE_ROCEE_RAS_CE_INT_EN_MASK,4,2 ## @HCLGE_ROCEE_RAS_CE_INT_EN_MASK
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "failed(%d) to config ROCEE RAS interrupt\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _hclge_config_rocee_ras_interrupt ; -- Begin function hclge_config_rocee_ras_interrupt
.p2align 2
_hclge_config_rocee_ras_interrupt: ; @hclge_config_rocee_ras_interrupt
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
ldr x19, [x0, #8]
ldr w8, [x19], #4
cmp w8, #33
b.lt LBB0_6
; %bb.1:
mov x21, x1
mov x20, x0
bl _hnae3_dev_roce_supported
cbz w0, LBB0_6
; %bb.2:
Lloh0:
adrp x8, _HCLGE_CONFIG_ROCEE_RAS_INT_EN@GOTPAGE
Lloh1:
ldr x8, [x8, _HCLGE_CONFIG_ROCEE_RAS_INT_EN@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
add x0, sp, #8
mov w2, #0
bl _hclge_cmd_setup_basic_desc
cbz w21, LBB0_4
; %bb.3:
Lloh3:
adrp x8, _HCLGE_ROCEE_RAS_NFE_INT_EN@GOTPAGE
Lloh4:
ldr x8, [x8, _HCLGE_ROCEE_RAS_NFE_INT_EN@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
bl _cpu_to_le32
ldr x8, [sp, #8]
str x0, [x8]
Lloh6:
adrp x8, _HCLGE_ROCEE_RAS_CE_INT_EN@GOTPAGE
Lloh7:
ldr x8, [x8, _HCLGE_ROCEE_RAS_CE_INT_EN@GOTPAGEOFF]
Lloh8:
ldr w0, [x8]
bl _cpu_to_le32
ldr x8, [sp, #8]
str x0, [x8, #8]
mov x0, x20
bl _hclge_log_and_clear_rocee_ras_error
LBB0_4:
Lloh9:
adrp x8, _HCLGE_ROCEE_RAS_NFE_INT_EN_MASK@GOTPAGE
Lloh10:
ldr x8, [x8, _HCLGE_ROCEE_RAS_NFE_INT_EN_MASK@GOTPAGEOFF]
Lloh11:
ldr w0, [x8]
bl _cpu_to_le32
ldr x8, [sp, #8]
str x0, [x8, #16]
Lloh12:
adrp x8, _HCLGE_ROCEE_RAS_CE_INT_EN_MASK@GOTPAGE
Lloh13:
ldr x8, [x8, _HCLGE_ROCEE_RAS_CE_INT_EN_MASK@GOTPAGEOFF]
Lloh14:
ldr w0, [x8]
bl _cpu_to_le32
ldr x8, [sp, #8]
str x0, [x8, #24]
add x1, sp, #8
mov x0, x20
mov w2, #1
bl _hclge_cmd_send
mov x20, x0
cbz w0, LBB0_7
; %bb.5:
Lloh15:
adrp x1, l_.str@PAGE
Lloh16:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
mov x2, x20
bl _dev_err
b LBB0_7
LBB0_6:
mov w20, #0
LBB0_7:
mov x0, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh15, Lloh16
.cfi_endproc
; -- End function
.comm _HCLGE_CONFIG_ROCEE_RAS_INT_EN,4,2 ; @HCLGE_CONFIG_ROCEE_RAS_INT_EN
.comm _HCLGE_ROCEE_RAS_NFE_INT_EN,4,2 ; @HCLGE_ROCEE_RAS_NFE_INT_EN
.comm _HCLGE_ROCEE_RAS_CE_INT_EN,4,2 ; @HCLGE_ROCEE_RAS_CE_INT_EN
.comm _HCLGE_ROCEE_RAS_NFE_INT_EN_MASK,4,2 ; @HCLGE_ROCEE_RAS_NFE_INT_EN_MASK
.comm _HCLGE_ROCEE_RAS_CE_INT_EN_MASK,4,2 ; @HCLGE_ROCEE_RAS_CE_INT_EN_MASK
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "failed(%d) to config ROCEE RAS interrupt\n"
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/extr_hclge_err.c_hclge_config_rocee_ras_interrupt.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function txclk_tx_s_carrier
_txclk_tx_s_carrier: ## @txclk_tx_s_carrier
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdx, %rbx
movq %rdi, %r14
movl %esi, %edi
callq _carrier_freq_to_clock_divider
movl %eax, (%rbx)
movq _CX25840_IR_TXCLK_REG@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
movq %r14, %rdi
movl %eax, %edx
callq _cx25840_write4
movl (%rbx), %edi
popq %rbx
popq %r14
popq %rbp
jmp _clock_divider_to_carrier_freq ## TAILCALL
.cfi_endproc
## -- End function
.comm _CX25840_IR_TXCLK_REG,4,2 ## @CX25840_IR_TXCLK_REG
.no_dead_strip _txclk_tx_s_carrier
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function txclk_tx_s_carrier
_txclk_tx_s_carrier: ; @txclk_tx_s_carrier
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x2
mov x20, x0
mov x0, x1
bl _carrier_freq_to_clock_divider
mov x2, x0
str w0, [x19]
Lloh0:
adrp x8, _CX25840_IR_TXCLK_REG@GOTPAGE
Lloh1:
ldr x8, [x8, _CX25840_IR_TXCLK_REG@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x0, x20
bl _cx25840_write4
ldr w0, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _clock_divider_to_carrier_freq
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _CX25840_IR_TXCLK_REG,4,2 ; @CX25840_IR_TXCLK_REG
.no_dead_strip _txclk_tx_s_carrier
.subsections_via_symbols
| AnghaBench/linux/drivers/media/i2c/cx25840/extr_cx25840-ir.c_txclk_tx_s_carrier.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _search ## -- Begin function search
.p2align 4, 0x90
_search: ## @search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
incl _nc(%rip)
## kill: def $edi killed $edi def $rdi
movl _n(%rip), %eax
cmpl %edi, %eax
jne LBB0_1
## %bb.12:
incl _tot(%rip)
jmp LBB0_11
LBB0_1:
testl %eax, %eax
jle LBB0_11
## %bb.2:
movslq %edi, %rcx
movq %rcx, -64(%rbp) ## 8-byte Spill
leal 1(%rdi), %ecx
movl %ecx, -44(%rbp) ## 4-byte Spill
movl %edi, %r12d
movl %edi, %ebx
negl %ebx
xorl %r14d, %r14d
movq _C@GOTPCREL(%rip), %r15
movq %r12, %r13
movq %rdi, -56(%rbp) ## 8-byte Spill
jmp LBB0_3
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_3 Depth=1
movl -44(%rbp), %edi ## 4-byte Reload
callq _search
movq -56(%rbp), %rdi ## 8-byte Reload
movl _n(%rip), %eax
LBB0_10: ## in Loop: Header=BB0_3 Depth=1
incl %r14d
decq %rbx
decq %r13
cmpl %eax, %r14d
jge LBB0_11
LBB0_3: ## =>This Loop Header: Depth=1
## Child Loop BB0_6 Depth 2
movq -64(%rbp), %rcx ## 8-byte Reload
movl %r14d, (%r15,%rcx,4)
testl %edi, %edi
jle LBB0_9
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_6: ## Parent Loop BB0_3 Depth=1
## => This Inner Loop Header: Depth=2
movl (%r15,%rcx,4), %edx
cmpl %edx, %r14d
je LBB0_10
## %bb.7: ## in Loop: Header=BB0_6 Depth=2
leal (%rdx,%r13), %esi
cmpl %ecx, %esi
je LBB0_10
## %bb.8: ## in Loop: Header=BB0_6 Depth=2
leal (%rbx,%rcx), %esi
addl %esi, %edx
je LBB0_10
## %bb.5: ## in Loop: Header=BB0_6 Depth=2
incq %rcx
cmpq %rcx, %r12
jne LBB0_6
jmp LBB0_9
LBB0_11:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
xorl %edi, %edi
callq _search
movl _tot(%rip), %esi
leaq L_.str(%rip), %rbx
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
movl _nc(%rip), %esi
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tot ## @tot
.zerofill __DATA,__common,_tot,4,2
.section __DATA,__data
.globl _n ## @n
.p2align 2
_n:
.long 8 ## 0x8
.globl _nc ## @nc
.zerofill __DATA,__common,_nc,4,2
.comm _C,200,4 ## @C
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _search ; -- Begin function search
.p2align 2
_search: ; @search
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
adrp x8, _nc@PAGE
ldr w9, [x8, _nc@PAGEOFF]
add w9, w9, #1
str w9, [x8, _nc@PAGEOFF]
adrp x21, _n@PAGE
ldr w8, [x21, _n@PAGEOFF]
cmp w8, w0
b.ne LBB0_2
; %bb.1:
adrp x8, _tot@PAGE
ldr w9, [x8, _tot@PAGEOFF]
add w9, w9, #1
str w9, [x8, _tot@PAGEOFF]
b LBB0_10
LBB0_2:
cmp w8, #1
b.lt LBB0_10
; %bb.3:
mov x19, x0
mov x22, #0
mov w23, #0
sxtw x24, w19
add w20, w0, #1
Lloh0:
adrp x25, _C@GOTPAGE
Lloh1:
ldr x25, [x25, _C@GOTPAGEOFF]
mov w26, w0
b LBB0_6
LBB0_4: ; in Loop: Header=BB0_6 Depth=1
mov x0, x20
bl _search
ldr w8, [x21, _n@PAGEOFF]
LBB0_5: ; in Loop: Header=BB0_6 Depth=1
add w23, w23, #1
sub x22, x22, #1
cmp w23, w8
b.ge LBB0_10
LBB0_6: ; =>This Loop Header: Depth=1
; Child Loop BB0_8 Depth 2
str w23, [x25, x24, lsl #2]
cmp w19, #1
b.lt LBB0_4
; %bb.7: ; in Loop: Header=BB0_6 Depth=1
mov x9, x25
mov x10, x26
LBB0_8: ; Parent Loop BB0_6 Depth=1
; => This Inner Loop Header: Depth=2
ldr w11, [x9]
add w12, w22, w10
add w12, w12, w11
add w13, w22, w11
cmp w23, w11
ccmp w12, #0, #4, ne
ccmp w13, w10, #4, ne
b.eq LBB0_5
; %bb.9: ; in Loop: Header=BB0_8 Depth=2
add x9, x9, #4
subs x10, x10, #1
b.ne LBB0_8
b LBB0_4
LBB0_10:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov w0, #0
bl _search
Lloh2:
adrp x8, _tot@PAGE
Lloh3:
ldr w8, [x8, _tot@PAGEOFF]
str x8, [sp]
Lloh4:
adrp x19, l_.str@PAGE
Lloh5:
add x19, x19, l_.str@PAGEOFF
mov x0, x19
bl _printf
Lloh6:
adrp x8, _nc@PAGE
Lloh7:
ldr w8, [x8, _nc@PAGEOFF]
str x8, [sp]
mov x0, x19
bl _printf
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdr Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpLdr Lloh2, Lloh3
.cfi_endproc
; -- End function
.globl _tot ; @tot
.zerofill __DATA,__common,_tot,4,2
.section __DATA,__data
.globl _n ; @n
.p2align 2
_n:
.long 8 ; 0x8
.globl _nc ; @nc
.zerofill __DATA,__common,_nc,4,2
.comm _C,200,2 ; @C
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/50334.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function vlclua_net_fds
_vlclua_net_fds: ## @vlclua_net_fds
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
leaq L_.str(%rip), %rdx
movl $1, %esi
callq _luaL_checkudata
movq (%rax), %r15
movl (%r15), %esi
xorl %r12d, %r12d
cmpl $-1, %esi
je LBB0_3
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq %r12, %rbx
incq %r12
movq %r14, %rdi
callq _vlclua_fd_get_lua
movq %r14, %rdi
movl %eax, %esi
callq _lua_pushinteger
movl 4(%r15,%rbx,4), %esi
cmpl $-1, %esi
jne LBB0_1
LBB0_3:
movl %r12d, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "net_listen"
.no_dead_strip _vlclua_net_fds
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function vlclua_net_fds
_vlclua_net_fds: ; @vlclua_net_fds
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
Lloh0:
adrp x2, l_.str@PAGE
Lloh1:
add x2, x2, l_.str@PAGEOFF
mov w1, #1
bl _luaL_checkudata
ldr x8, [x0]
ldr w1, [x8]
cmn w1, #1
b.eq LBB0_3
; %bb.1:
mov x20, #0
add x21, x8, #4
LBB0_2: ; =>This Inner Loop Header: Depth=1
mov x22, x20
add x20, x20, #1
mov x0, x19
bl _vlclua_fd_get_lua
mov x1, x0
mov x0, x19
bl _lua_pushinteger
ldr w1, [x21, x22, lsl #2]
cmn w1, #1
b.ne LBB0_2
b LBB0_4
LBB0_3:
mov w20, #0
LBB0_4:
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "net_listen"
.no_dead_strip _vlclua_net_fds
.subsections_via_symbols
| AnghaBench/vlc/modules/lua/libs/extr_net.c_vlclua_net_fds.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bnxt_re_start_irq
_bnxt_re_start_irq: ## @bnxt_re_start_irq
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
testq %rsi, %rsi
je LBB0_22
## %bb.1:
movq 16(%r14), %r12
leaq 24(%r14), %rdi
movl (%r14), %r8d
testl %r8d, %r8d
jle LBB0_16
## %bb.2:
xorl %ecx, %ecx
cmpl $8, %r8d
jb LBB0_12
## %bb.3:
movq %r12, %rax
subq %rsi, %rax
cmpq $32, %rax
jb LBB0_12
## %bb.4:
movl %r8d, %ecx
andl $-8, %ecx
leaq -8(%rcx), %rax
movq %rax, %rdx
shrq $3, %rdx
incq %rdx
movl %edx, %r9d
andl $3, %r9d
cmpq $24, %rax
jae LBB0_6
## %bb.5:
xorl %eax, %eax
jmp LBB0_8
LBB0_22:
movq %r14, %rdi
callq _rdev_to_dev
leaq L_.str(%rip), %rsi
movl %eax, %edi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _dev_err ## TAILCALL
LBB0_6:
andq $-4, %rdx
xorl %eax, %eax
.p2align 4, 0x90
LBB0_7: ## =>This Inner Loop Header: Depth=1
movups (%rsi,%rax,4), %xmm0
movups 16(%rsi,%rax,4), %xmm1
movups %xmm0, (%r12,%rax,4)
movups %xmm1, 16(%r12,%rax,4)
movups 32(%rsi,%rax,4), %xmm0
movups 48(%rsi,%rax,4), %xmm1
movups %xmm0, 32(%r12,%rax,4)
movups %xmm1, 48(%r12,%rax,4)
movups 64(%rsi,%rax,4), %xmm0
movups 80(%rsi,%rax,4), %xmm1
movups %xmm0, 64(%r12,%rax,4)
movups %xmm1, 80(%r12,%rax,4)
movups 96(%rsi,%rax,4), %xmm0
movups 112(%rsi,%rax,4), %xmm1
movups %xmm0, 96(%r12,%rax,4)
movups %xmm1, 112(%r12,%rax,4)
addq $32, %rax
addq $-4, %rdx
jne LBB0_7
LBB0_8:
testq %r9, %r9
je LBB0_11
## %bb.9:
leaq (%r12,%rax,4), %rdx
addq $16, %rdx
leaq (%rsi,%rax,4), %rax
addq $16, %rax
shlq $5, %r9
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_10: ## =>This Inner Loop Header: Depth=1
movups -16(%rax,%rbx), %xmm0
movups (%rax,%rbx), %xmm1
movups %xmm0, -16(%rdx,%rbx)
movups %xmm1, (%rdx,%rbx)
addq $32, %rbx
cmpq %rbx, %r9
jne LBB0_10
LBB0_11:
cmpq %r8, %rcx
je LBB0_16
LBB0_12:
movq %rcx, %rax
notq %rax
addq %r8, %rax
movq %r8, %rdx
andq $3, %rdx
je LBB0_14
.p2align 4, 0x90
LBB0_13: ## =>This Inner Loop Header: Depth=1
movl (%rsi,%rcx,4), %ebx
movl %ebx, (%r12,%rcx,4)
incq %rcx
decq %rdx
jne LBB0_13
LBB0_14:
cmpq $3, %rax
jb LBB0_16
.p2align 4, 0x90
LBB0_15: ## =>This Inner Loop Header: Depth=1
movl (%rsi,%rcx,4), %eax
movl %eax, (%r12,%rcx,4)
movl 4(%rsi,%rcx,4), %eax
movl %eax, 4(%r12,%rcx,4)
movl 8(%rsi,%rcx,4), %eax
movl %eax, 8(%r12,%rcx,4)
movl 12(%rsi,%rcx,4), %eax
movl %eax, 12(%r12,%rcx,4)
addq $4, %rcx
cmpq %rcx, %r8
jne LBB0_15
LBB0_16:
movq _BNXT_RE_AEQ_IDX@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl (%r12,%rax,4), %esi
xorl %edx, %edx
callq _bnxt_qplib_rcfw_start_irq
movq _BNXT_RE_NQ_IDX@GOTPCREL(%rip), %rax
movslq (%rax), %r13
cmpl (%r14), %r13d
jge LBB0_21
## %bb.17:
leaq -4(,%r13,4), %r15
leal -1(%r13), %ebx
jmp LBB0_18
.p2align 4, 0x90
LBB0_20: ## in Loop: Header=BB0_18 Depth=1
incq %r13
movslq (%r14), %rax
addq $4, %r15
incl %ebx
cmpq %rax, %r13
jge LBB0_21
LBB0_18: ## =>This Inner Loop Header: Depth=1
movq 8(%r14), %rdi
addq %r15, %rdi
movl (%r12,%r13,4), %edx
movl %ebx, %esi
xorl %ecx, %ecx
callq _bnxt_qplib_nq_start_irq
testl %eax, %eax
je LBB0_20
## %bb.19: ## in Loop: Header=BB0_18 Depth=1
movq %r14, %rdi
callq _rdev_to_dev
movl %eax, %edi
leaq L_.str.1(%rip), %rsi
movl %ebx, %edx
callq _dev_warn
jmp LBB0_20
LBB0_21:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Failed to re-start IRQs\n"
.comm _BNXT_RE_AEQ_IDX,8,3 ## @BNXT_RE_AEQ_IDX
.comm _BNXT_RE_NQ_IDX,4,2 ## @BNXT_RE_NQ_IDX
L_.str.1: ## @.str.1
.asciz "Failed to reinit NQ index %d\n"
.no_dead_strip _bnxt_re_start_irq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bnxt_re_start_irq
_bnxt_re_start_irq: ; @bnxt_re_start_irq
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
cbz x1, LBB0_15
; %bb.1:
ldr x22, [x19, #16]
add x0, x19, #24
ldr w8, [x19]
cmp w8, #1
b.lt LBB0_9
; %bb.2:
mov x9, #0
cmp w8, #16
b.lo LBB0_7
; %bb.3:
sub x10, x22, x1
cmp x10, #64
b.lo LBB0_7
; %bb.4:
and x9, x8, #0xfffffff0
add x10, x22, #32
add x11, x1, #32
mov x12, x9
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldp q0, q1, [x11, #-32]
ldp q2, q3, [x11], #64
stp q0, q1, [x10, #-32]
stp q2, q3, [x10], #64
subs x12, x12, #16
b.ne LBB0_5
; %bb.6:
cmp x9, x8
b.eq LBB0_9
LBB0_7:
lsl x11, x9, #2
add x10, x1, x11
add x11, x22, x11
sub x8, x8, x9
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldr w9, [x10], #4
str w9, [x11], #4
subs x8, x8, #1
b.ne LBB0_8
LBB0_9:
Lloh0:
adrp x8, _BNXT_RE_AEQ_IDX@GOTPAGE
Lloh1:
ldr x8, [x8, _BNXT_RE_AEQ_IDX@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
ldr w1, [x22, x8, lsl #2]
mov w2, #0
bl _bnxt_qplib_rcfw_start_irq
Lloh3:
adrp x8, _BNXT_RE_NQ_IDX@GOTPAGE
Lloh4:
ldr x8, [x8, _BNXT_RE_NQ_IDX@GOTPAGEOFF]
Lloh5:
ldrsw x23, [x8]
ldr w8, [x19]
cmp w23, w8
b.ge LBB0_14
; %bb.10:
lsl x8, x23, #2
sub x24, x8, #4
sub w20, w23, #1
Lloh6:
adrp x21, l_.str.1@PAGE
Lloh7:
add x21, x21, l_.str.1@PAGEOFF
b LBB0_12
LBB0_11: ; in Loop: Header=BB0_12 Depth=1
add x23, x23, #1
ldrsw x8, [x19]
add x24, x24, #4
add w20, w20, #1
cmp x23, x8
b.ge LBB0_14
LBB0_12: ; =>This Inner Loop Header: Depth=1
ldr x8, [x19, #8]
add x0, x8, x24
ldr w2, [x22, x23, lsl #2]
mov x1, x20
mov w3, #0
bl _bnxt_qplib_nq_start_irq
cbz w0, LBB0_11
; %bb.13: ; in Loop: Header=BB0_12 Depth=1
mov x0, x19
bl _rdev_to_dev
mov x1, x21
mov x2, x20
bl _dev_warn
b LBB0_11
LBB0_14:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB0_15:
mov x0, x19
bl _rdev_to_dev
Lloh8:
adrp x1, l_.str@PAGE
Lloh9:
add x1, x1, l_.str@PAGEOFF
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
b _dev_err
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh8, Lloh9
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Failed to re-start IRQs\n"
.comm _BNXT_RE_AEQ_IDX,8,3 ; @BNXT_RE_AEQ_IDX
.comm _BNXT_RE_NQ_IDX,4,2 ; @BNXT_RE_NQ_IDX
l_.str.1: ; @.str.1
.asciz "Failed to reinit NQ index %d\n"
.no_dead_strip _bnxt_re_start_irq
.subsections_via_symbols
| AnghaBench/linux/drivers/infiniband/hw/bnxt_re/extr_main.c_bnxt_re_start_irq.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _migrate_page_move_mapping ## -- Begin function migrate_page_move_mapping
.p2align 4, 0x90
_migrate_page_move_mapping: ## @migrate_page_move_mapping
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %ecx, %r15d
movq %rdx, %r12
movq %rsi, %r14
movq %rdi, %r13
movq _xas@GOTPCREL(%rip), %rax
movl (%rax), %ebx
movq %rdx, %rdi
callq _page_index
movl %ebx, %edi
movq %r13, %rsi
movl %eax, %edx
callq _XA_STATE
movq %r13, %rdi
movq %r12, %rsi
callq _expected_page_refs
movl %eax, %ebx
addl %r15d, %ebx
movq %r13, -72(%rbp) ## 8-byte Spill
movq %r12, %rdi
testq %r13, %r13
je LBB0_1
## %bb.5:
callq _page_zone
movq %rax, %r15
movq %r14, %rdi
callq _page_zone
movq %rax, -64(%rbp) ## 8-byte Spill
movq _xas@GOTPCREL(%rip), %rdi
callq _xas_lock_irq
movq %r12, %rdi
callq _page_count
movl %ebx, -44(%rbp) ## 4-byte Spill
cmpl %ebx, %eax
jne LBB0_7
## %bb.6:
movq _xas@GOTPCREL(%rip), %rdi
callq _xas_load
cmpq %r12, %rax
je LBB0_8
LBB0_7:
movq _xas@GOTPCREL(%rip), %rdi
callq _xas_unlock_irq
jmp LBB0_2
LBB0_1:
callq _page_count
cmpl %ebx, %eax
jne LBB0_2
## %bb.3:
movl 4(%r12), %eax
movl %eax, 4(%r14)
movl (%r12), %eax
movl %eax, (%r14)
movq %r12, %rdi
callq _PageSwapBacked
testq %rax, %rax
je LBB0_27
## %bb.4:
movq %r14, %rdi
callq ___SetPageSwapBacked
jmp LBB0_27
LBB0_2:
movq _EAGAIN@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
jmp LBB0_28
LBB0_8:
movq %r12, %rdi
movl -44(%rbp), %esi ## 4-byte Reload
callq _page_ref_freeze
testl %eax, %eax
je LBB0_7
## %bb.9:
movl 4(%r12), %eax
movl %eax, 4(%r14)
movl (%r12), %eax
movl %eax, (%r14)
movq %r12, %rdi
callq _hpage_nr_pages
movq %r14, %rdi
movq %rax, %rsi
callq _page_ref_add
movq %r12, %rdi
callq _PageSwapBacked
testq %rax, %rax
movq %r15, -56(%rbp) ## 8-byte Spill
je LBB0_12
## %bb.10:
movq %r14, %rdi
callq ___SetPageSwapBacked
movq %r12, %rdi
callq _PageSwapCache
testq %rax, %rax
je LBB0_13
## %bb.11:
movq %r14, %rdi
callq _SetPageSwapCache
movq %r12, %rdi
callq _page_private
movq %r14, %rdi
movl %eax, %esi
callq _set_page_private
jmp LBB0_13
LBB0_12:
movq %r12, %rdi
callq _PageSwapCache
movq %rax, %rdi
movq %r12, %rsi
callq _VM_BUG_ON_PAGE
LBB0_13:
movq %r12, %rdi
callq _PageDirty
movl %eax, -48(%rbp) ## 4-byte Spill
testl %eax, %eax
je LBB0_15
## %bb.14:
movq %r12, %rdi
callq _ClearPageDirty
movq %r14, %rdi
callq _SetPageDirty
LBB0_15:
movq _xas@GOTPCREL(%rip), %rdi
movq %r14, %rsi
callq _xas_store
movq %r12, %rdi
callq _PageTransHuge
testq %rax, %rax
je LBB0_19
## %bb.16:
movq _HPAGE_PMD_NR@GOTPCREL(%rip), %r13
cmpl $2, (%r13)
jl LBB0_19
## %bb.17:
movl $1, %ebx
movq _xas@GOTPCREL(%rip), %r15
.p2align 4, 0x90
LBB0_18: ## =>This Inner Loop Header: Depth=1
movq %r15, %rdi
callq _xas_next
movq %r15, %rdi
movq %r14, %rsi
callq _xas_store
incl %ebx
cmpl (%r13), %ebx
jl LBB0_18
LBB0_19:
movslq -44(%rbp), %rbx ## 4-byte Folded Reload
movq %r12, %rdi
callq _hpage_nr_pages
subq %rax, %rbx
movq %r12, %rdi
movq %rbx, %rsi
callq _page_ref_unfreeze
movq _xas@GOTPCREL(%rip), %rdi
callq _xas_unlock
movq -56(%rbp), %rbx ## 8-byte Reload
movq -64(%rbp), %r13 ## 8-byte Reload
cmpq %rbx, %r13
je LBB0_26
## %bb.20:
movl (%rbx), %edi
movq _NR_FILE_PAGES@GOTPCREL(%rip), %r14
movl (%r14), %esi
callq ___dec_node_state
movl (%r13), %edi
movl (%r14), %esi
callq ___inc_node_state
movq %r12, %rdi
callq _PageSwapBacked
testq %rax, %rax
je LBB0_23
## %bb.21:
movq %r12, %rdi
callq _PageSwapCache
testq %rax, %rax
jne LBB0_23
## %bb.22:
movl (%rbx), %edi
movq _NR_SHMEM@GOTPCREL(%rip), %r14
movl (%r14), %esi
callq ___dec_node_state
movl (%r13), %edi
movl (%r14), %esi
callq ___inc_node_state
LBB0_23:
cmpl $0, -48(%rbp) ## 4-byte Folded Reload
je LBB0_26
## %bb.24:
movq -72(%rbp), %rdi ## 8-byte Reload
callq _mapping_cap_account_dirty
testq %rax, %rax
je LBB0_26
## %bb.25:
movl (%rbx), %edi
movq _NR_FILE_DIRTY@GOTPCREL(%rip), %r14
movl (%r14), %esi
callq ___dec_node_state
movq _NR_ZONE_WRITE_PENDING@GOTPCREL(%rip), %r15
movl (%r15), %esi
movq %rbx, %rdi
callq ___dec_zone_state
movl (%r13), %edi
movl (%r14), %esi
callq ___inc_node_state
movl (%r15), %esi
movq %r13, %rdi
callq ___inc_zone_state
LBB0_26:
xorl %eax, %eax
callq _local_irq_enable
LBB0_27:
movq _MIGRATEPAGE_SUCCESS@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_28:
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _xas,4,2 ## @xas
.comm _EAGAIN,4,2 ## @EAGAIN
.comm _MIGRATEPAGE_SUCCESS,4,2 ## @MIGRATEPAGE_SUCCESS
.comm _HPAGE_PMD_NR,4,2 ## @HPAGE_PMD_NR
.comm _NR_FILE_PAGES,4,2 ## @NR_FILE_PAGES
.comm _NR_SHMEM,4,2 ## @NR_SHMEM
.comm _NR_FILE_DIRTY,4,2 ## @NR_FILE_DIRTY
.comm _NR_ZONE_WRITE_PENDING,4,2 ## @NR_ZONE_WRITE_PENDING
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _migrate_page_move_mapping ; -- Begin function migrate_page_move_mapping
.p2align 2
_migrate_page_move_mapping: ; @migrate_page_move_mapping
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x20, x3
mov x22, x2
mov x23, x1
mov x19, x0
Lloh0:
adrp x8, _xas@GOTPAGE
Lloh1:
ldr x8, [x8, _xas@GOTPAGEOFF]
Lloh2:
ldr w21, [x8]
mov x0, x2
bl _page_index
mov x2, x0
mov x0, x21
mov x1, x19
bl _XA_STATE
mov x0, x19
mov x1, x22
bl _expected_page_refs
add w24, w0, w20
mov x0, x22
cbz x19, LBB0_4
; %bb.1:
bl _page_zone
mov x21, x0
mov x0, x23
bl _page_zone
mov x20, x0
Lloh3:
adrp x0, _xas@GOTPAGE
Lloh4:
ldr x0, [x0, _xas@GOTPAGEOFF]
bl _xas_lock_irq
mov x0, x22
bl _page_count
cmp w0, w24
b.ne LBB0_3
; %bb.2:
Lloh5:
adrp x0, _xas@GOTPAGE
Lloh6:
ldr x0, [x0, _xas@GOTPAGEOFF]
bl _xas_load
cmp x0, x22
b.eq LBB0_8
LBB0_3:
Lloh7:
adrp x0, _xas@GOTPAGE
Lloh8:
ldr x0, [x0, _xas@GOTPAGEOFF]
bl _xas_unlock_irq
b LBB0_7
LBB0_4:
bl _page_count
cmp w0, w24
b.ne LBB0_7
; %bb.5:
ldr d0, [x22]
str d0, [x23]
mov x0, x22
bl _PageSwapBacked
cbz x0, LBB0_27
; %bb.6:
mov x0, x23
bl ___SetPageSwapBacked
b LBB0_27
LBB0_7:
Lloh9:
adrp x8, _EAGAIN@GOTPAGE
Lloh10:
ldr x8, [x8, _EAGAIN@GOTPAGEOFF]
Lloh11:
ldr w8, [x8]
neg w0, w8
b LBB0_28
LBB0_8:
mov x0, x22
mov x1, x24
bl _page_ref_freeze
cbz w0, LBB0_3
; %bb.9:
ldr d0, [x22]
str d0, [x23]
mov x0, x22
bl _hpage_nr_pages
mov x1, x0
mov x0, x23
bl _page_ref_add
mov x0, x22
bl _PageSwapBacked
cbz x0, LBB0_12
; %bb.10:
mov x0, x23
bl ___SetPageSwapBacked
mov x0, x22
bl _PageSwapCache
cbz x0, LBB0_13
; %bb.11:
mov x0, x23
bl _SetPageSwapCache
mov x0, x22
bl _page_private
mov x1, x0
mov x0, x23
bl _set_page_private
b LBB0_13
LBB0_12:
mov x0, x22
bl _PageSwapCache
mov x1, x22
bl _VM_BUG_ON_PAGE
LBB0_13:
mov x0, x22
bl _PageDirty
mov x25, x0
cbz w0, LBB0_15
; %bb.14:
mov x0, x22
bl _ClearPageDirty
mov x0, x23
bl _SetPageDirty
LBB0_15:
Lloh12:
adrp x0, _xas@GOTPAGE
Lloh13:
ldr x0, [x0, _xas@GOTPAGEOFF]
mov x1, x23
bl _xas_store
mov x0, x22
bl _PageTransHuge
cbz x0, LBB0_19
; %bb.16:
Lloh14:
adrp x27, _HPAGE_PMD_NR@GOTPAGE
Lloh15:
ldr x27, [x27, _HPAGE_PMD_NR@GOTPAGEOFF]
ldr w8, [x27]
cmp w8, #2
b.lt LBB0_19
; %bb.17:
mov w28, #1
Lloh16:
adrp x26, _xas@GOTPAGE
Lloh17:
ldr x26, [x26, _xas@GOTPAGEOFF]
LBB0_18: ; =>This Inner Loop Header: Depth=1
mov x0, x26
bl _xas_next
mov x0, x26
mov x1, x23
bl _xas_store
add w28, w28, #1
ldr w8, [x27]
cmp w28, w8
b.lt LBB0_18
LBB0_19:
sxtw x23, w24
mov x0, x22
bl _hpage_nr_pages
sub x1, x23, x0
mov x0, x22
bl _page_ref_unfreeze
Lloh18:
adrp x0, _xas@GOTPAGE
Lloh19:
ldr x0, [x0, _xas@GOTPAGEOFF]
bl _xas_unlock
cmp x20, x21
b.eq LBB0_26
; %bb.20:
ldr w0, [x21]
Lloh20:
adrp x23, _NR_FILE_PAGES@GOTPAGE
Lloh21:
ldr x23, [x23, _NR_FILE_PAGES@GOTPAGEOFF]
ldr w1, [x23]
bl ___dec_node_state
ldr w0, [x20]
ldr w1, [x23]
bl ___inc_node_state
mov x0, x22
bl _PageSwapBacked
cbz x0, LBB0_23
; %bb.21:
mov x0, x22
bl _PageSwapCache
cbnz x0, LBB0_23
; %bb.22:
ldr w0, [x21]
Lloh22:
adrp x22, _NR_SHMEM@GOTPAGE
Lloh23:
ldr x22, [x22, _NR_SHMEM@GOTPAGEOFF]
ldr w1, [x22]
bl ___dec_node_state
ldr w0, [x20]
ldr w1, [x22]
bl ___inc_node_state
LBB0_23:
cbz w25, LBB0_26
; %bb.24:
mov x0, x19
bl _mapping_cap_account_dirty
cbz x0, LBB0_26
; %bb.25:
ldr w0, [x21]
Lloh24:
adrp x19, _NR_FILE_DIRTY@GOTPAGE
Lloh25:
ldr x19, [x19, _NR_FILE_DIRTY@GOTPAGEOFF]
ldr w1, [x19]
bl ___dec_node_state
Lloh26:
adrp x22, _NR_ZONE_WRITE_PENDING@GOTPAGE
Lloh27:
ldr x22, [x22, _NR_ZONE_WRITE_PENDING@GOTPAGEOFF]
ldr w1, [x22]
mov x0, x21
bl ___dec_zone_state
ldr w0, [x20]
ldr w1, [x19]
bl ___inc_node_state
ldr w1, [x22]
mov x0, x20
bl ___inc_zone_state
LBB0_26:
bl _local_irq_enable
LBB0_27:
Lloh28:
adrp x8, _MIGRATEPAGE_SUCCESS@GOTPAGE
Lloh29:
ldr x8, [x8, _MIGRATEPAGE_SUCCESS@GOTPAGEOFF]
Lloh30:
ldr w0, [x8]
LBB0_28:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh14, Lloh15
.loh AdrpLdrGot Lloh16, Lloh17
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpLdrGot Lloh20, Lloh21
.loh AdrpLdrGot Lloh22, Lloh23
.loh AdrpLdrGot Lloh26, Lloh27
.loh AdrpLdrGot Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30
.cfi_endproc
; -- End function
.comm _xas,4,2 ; @xas
.comm _EAGAIN,4,2 ; @EAGAIN
.comm _MIGRATEPAGE_SUCCESS,4,2 ; @MIGRATEPAGE_SUCCESS
.comm _HPAGE_PMD_NR,4,2 ; @HPAGE_PMD_NR
.comm _NR_FILE_PAGES,4,2 ; @NR_FILE_PAGES
.comm _NR_SHMEM,4,2 ; @NR_SHMEM
.comm _NR_FILE_DIRTY,4,2 ; @NR_FILE_DIRTY
.comm _NR_ZONE_WRITE_PENDING,4,2 ; @NR_ZONE_WRITE_PENDING
.subsections_via_symbols
| AnghaBench/linux/mm/extr_migrate.c_migrate_page_move_mapping.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/1029956.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function main
LCPI0_0:
.long 0 ## 0x0
.long 4294967295 ## 0xffffffff
.long 4294967294 ## 0xfffffffe
.long 4294967293 ## 0xfffffffd
LCPI0_1:
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
LCPI0_2:
.long 4294967292 ## 0xfffffffc
.long 4294967292 ## 0xfffffffc
.long 4294967292 ## 0xfffffffc
.long 4294967292 ## 0xfffffffc
LCPI0_3:
.long 4294967288 ## 0xfffffff8
.long 4294967288 ## 0xfffffff8
.long 4294967288 ## 0xfffffff8
.long 4294967288 ## 0xfffffff8
LCPI0_4:
.long 4294967284 ## 0xfffffff4
.long 4294967284 ## 0xfffffff4
.long 4294967284 ## 0xfffffff4
.long 4294967284 ## 0xfffffff4
LCPI0_5:
.long 4294967280 ## 0xfffffff0
.long 4294967280 ## 0xfffffff0
.long 4294967280 ## 0xfffffff0
.long 4294967280 ## 0xfffffff0
LCPI0_6:
.long 4294967276 ## 0xffffffec
.long 4294967276 ## 0xffffffec
.long 4294967276 ## 0xffffffec
.long 4294967276 ## 0xffffffec
LCPI0_7:
.long 4294967272 ## 0xffffffe8
.long 4294967272 ## 0xffffffe8
.long 4294967272 ## 0xffffffe8
.long 4294967272 ## 0xffffffe8
LCPI0_8:
.long 4294967268 ## 0xffffffe4
.long 4294967268 ## 0xffffffe4
.long 4294967268 ## 0xffffffe4
.long 4294967268 ## 0xffffffe4
LCPI0_9:
.long 4294967264 ## 0xffffffe0
.long 4294967264 ## 0xffffffe0
.long 4294967264 ## 0xffffffe0
.long 4294967264 ## 0xffffffe0
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
leaq L_.str(%rip), %rdi
xorl %ebx, %ebx
xorl %eax, %eax
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -12(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -12(%rbp), %eax
movl $1, %esi
movl %eax, %ecx
subl $2, %ecx
jl LBB0_13
## %bb.1:
cmovbl %ebx, %ecx
incl %ecx
movl $1, %esi
cmpl $8, %ecx
jb LBB0_11
## %bb.2:
movl %ecx, %edx
andl $-8, %edx
movd %eax, %xmm0
pshufd $0, %xmm0, %xmm6 ## xmm6 = xmm0[0,0,0,0]
paddd LCPI0_0(%rip), %xmm6
leal -8(%rdx), %ebx
movl %ebx, %edi
shrl $3, %edi
incl %edi
movl %edi, %esi
andl $3, %esi
cmpl $24, %ebx
jae LBB0_4
## %bb.3:
movdqa LCPI0_1(%rip), %xmm1 ## xmm1 = [1,1,1,1]
movdqa %xmm1, %xmm2
jmp LBB0_6
LBB0_4:
andl $-4, %edi
movdqa LCPI0_1(%rip), %xmm1 ## xmm1 = [1,1,1,1]
movdqa LCPI0_2(%rip), %xmm8 ## xmm8 = [4294967292,4294967292,4294967292,4294967292]
movdqa LCPI0_3(%rip), %xmm9 ## xmm9 = [4294967288,4294967288,4294967288,4294967288]
movdqa LCPI0_4(%rip), %xmm10 ## xmm10 = [4294967284,4294967284,4294967284,4294967284]
movdqa LCPI0_5(%rip), %xmm11 ## xmm11 = [4294967280,4294967280,4294967280,4294967280]
movdqa LCPI0_6(%rip), %xmm12 ## xmm12 = [4294967276,4294967276,4294967276,4294967276]
movdqa LCPI0_7(%rip), %xmm13 ## xmm13 = [4294967272,4294967272,4294967272,4294967272]
movdqa LCPI0_8(%rip), %xmm4 ## xmm4 = [4294967268,4294967268,4294967268,4294967268]
movdqa LCPI0_9(%rip), %xmm5 ## xmm5 = [4294967264,4294967264,4294967264,4294967264]
movdqa %xmm1, %xmm2
.p2align 4, 0x90
LBB0_5: ## =>This Inner Loop Header: Depth=1
movdqa %xmm6, %xmm3
paddd %xmm8, %xmm3
pmulld %xmm2, %xmm3
pmulld %xmm6, %xmm1
movdqa %xmm6, %xmm2
paddd %xmm9, %xmm2
pmulld %xmm1, %xmm2
movdqa %xmm6, %xmm1
paddd %xmm10, %xmm1
movdqa %xmm6, %xmm7
paddd %xmm11, %xmm7
movdqa %xmm6, %xmm0
paddd %xmm12, %xmm0
pmulld %xmm1, %xmm0
pmulld %xmm3, %xmm0
movdqa %xmm6, %xmm1
paddd %xmm13, %xmm1
pmulld %xmm7, %xmm1
pmulld %xmm2, %xmm1
movdqa %xmm6, %xmm2
paddd %xmm4, %xmm2
pmulld %xmm0, %xmm2
paddd %xmm5, %xmm6
addl $-4, %edi
jne LBB0_5
LBB0_6:
testl %esi, %esi
je LBB0_9
## %bb.7:
movdqa LCPI0_2(%rip), %xmm3 ## xmm3 = [4294967292,4294967292,4294967292,4294967292]
movdqa LCPI0_3(%rip), %xmm4 ## xmm4 = [4294967288,4294967288,4294967288,4294967288]
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
movdqa %xmm6, %xmm0
paddd %xmm3, %xmm0
pmulld %xmm0, %xmm2
pmulld %xmm6, %xmm1
paddd %xmm4, %xmm6
decl %esi
jne LBB0_8
LBB0_9:
pmulld %xmm2, %xmm1
pshufd $238, %xmm1, %xmm0 ## xmm0 = xmm1[2,3,2,3]
pmulld %xmm1, %xmm0
pshufd $85, %xmm0, %xmm1 ## xmm1 = xmm0[1,1,1,1]
pmulld %xmm0, %xmm1
movd %xmm1, %esi
cmpl %edx, %ecx
je LBB0_12
## %bb.10:
subl %edx, %eax
.p2align 4, 0x90
LBB0_11: ## =>This Inner Loop Header: Depth=1
imull %eax, %esi
leal -1(%rax), %ecx
cmpl $2, %eax
movl %ecx, %eax
ja LBB0_11
LBB0_12:
movl $1, -12(%rbp)
LBB0_13:
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Insira um valor para o qual deseja calcular seu fatorial: "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "\nFatorial calculado: %d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ; -- Begin function main
lCPI0_0:
.long 0 ; 0x0
.long 4294967295 ; 0xffffffff
.long 4294967294 ; 0xfffffffe
.long 4294967293 ; 0xfffffffd
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
sub x8, x29, #4
str x8, [sp]
Lloh2:
adrp x0, l_.str.1@PAGE
Lloh3:
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w8, [x29, #-4]
subs w9, w8, #2
b.lt LBB0_3
; %bb.1:
csel w9, wzr, w9, lo
add w9, w9, #1
cmp w9, #16
b.hs LBB0_4
; %bb.2:
mov w11, #1
b LBB0_7
LBB0_3:
mov w11, #1
b LBB0_9
LBB0_4:
dup.4s v0, w8
Lloh4:
adrp x10, lCPI0_0@PAGE
Lloh5:
ldr q1, [x10, lCPI0_0@PAGEOFF]
add.4s v1, v0, v1
movi.4s v0, #1
mvni.4s v2, #3
and w10, w9, #0xfffffff0
sub w8, w8, w10
mvni.4s v3, #7
mvni.4s v4, #11
mvni.4s v5, #15
mov x11, x10
movi.4s v6, #1
movi.4s v7, #1
movi.4s v16, #1
LBB0_5: ; =>This Inner Loop Header: Depth=1
add.4s v17, v1, v2
add.4s v18, v1, v3
add.4s v19, v1, v4
mul.4s v0, v0, v1
mul.4s v6, v6, v17
mul.4s v7, v7, v18
mul.4s v16, v16, v19
add.4s v1, v1, v5
subs w11, w11, #16
b.ne LBB0_5
; %bb.6:
mul.4s v0, v6, v0
mul.4s v0, v7, v0
mul.4s v0, v16, v0
ext.16b v1, v0, v0, #8
mul.2s v0, v0, v1
fmov w11, s0
mov.s w12, v0[1]
mul w11, w11, w12
cmp w9, w10
b.eq LBB0_8
LBB0_7: ; =>This Inner Loop Header: Depth=1
mul w11, w11, w8
sub w9, w8, #1
cmp w8, #2
mov x8, x9
b.hi LBB0_7
LBB0_8:
mov w8, #1
stur w8, [x29, #-4]
LBB0_9:
str x11, [sp]
Lloh6:
adrp x0, l_.str.2@PAGE
Lloh7:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdr Lloh4, Lloh5
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Insira um valor para o qual deseja calcular seu fatorial: "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "\nFatorial calculado: %d"
.subsections_via_symbols
| the_stack_data/176704915.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
callq _puts
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
## InlineAsm Start
nop
## InlineAsm End
movl $10, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "HI"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _puts
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
; InlineAsm Start
nop
; InlineAsm End
mov w0, #10
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "HI"
.subsections_via_symbols
| the_stack_data/165766809.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function mlxsw_sp_vr_find_unused
_mlxsw_sp_vr_find_unused: ## @mlxsw_sp_vr_find_unused
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movl 8(%rdi), %edi
movq _MAX_VRS@GOTPCREL(%rip), %r15
movl (%r15), %esi
callq _MLXSW_CORE_RES_GET
testl %eax, %eax
jle LBB0_5
## %bb.1:
xorl %r12d, %r12d
xorl %r13d, %r13d
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%r14), %rax
movq (%rax), %rbx
addq %r12, %rbx
movq %rbx, %rdi
callq _mlxsw_sp_vr_is_used
testl %eax, %eax
je LBB0_6
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
incq %r13
movl 8(%r14), %edi
movl (%r15), %esi
callq _MLXSW_CORE_RES_GET
cltq
addq $4, %r12
cmpq %rax, %r13
jl LBB0_2
LBB0_5:
xorl %ebx, %ebx
LBB0_6:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MAX_VRS,4,2 ## @MAX_VRS
.no_dead_strip _mlxsw_sp_vr_find_unused
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function mlxsw_sp_vr_find_unused
_mlxsw_sp_vr_find_unused: ; @mlxsw_sp_vr_find_unused
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
ldr w0, [x0, #8]
Lloh0:
adrp x21, _MAX_VRS@GOTPAGE
Lloh1:
ldr x21, [x21, _MAX_VRS@GOTPAGEOFF]
ldr w1, [x21]
bl _MLXSW_CORE_RES_GET
cmp w0, #1
b.lt LBB0_4
; %bb.1:
mov x22, #0
mov x23, #0
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x8, [x19]
ldr x8, [x8]
add x20, x8, x22
mov x0, x20
bl _mlxsw_sp_vr_is_used
cbz w0, LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
add x23, x23, #1
ldr w0, [x19, #8]
ldr w1, [x21]
bl _MLXSW_CORE_RES_GET
add x22, x22, #4
cmp x23, w0, sxtw
b.lt LBB0_2
LBB0_4:
mov x20, #0
LBB0_5:
mov x0, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _MAX_VRS,4,2 ; @MAX_VRS
.no_dead_strip _mlxsw_sp_vr_find_unused
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/mellanox/mlxsw/extr_spectrum_router.c_mlxsw_sp_vr_find_unused.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function rs5c313_write_intintvreg
_rs5c313_write_intintvreg: ## @rs5c313_write_intintvreg
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, %esi
movq _RS5C313_ADDR_INTINTVREG@GOTPCREL(%rip), %rax
movl (%rax), %edi
popq %rbp
jmp _rs5c313_write_reg ## TAILCALL
.cfi_endproc
## -- End function
.comm _RS5C313_ADDR_INTINTVREG,4,2 ## @RS5C313_ADDR_INTINTVREG
.no_dead_strip _rs5c313_write_intintvreg
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function rs5c313_write_intintvreg
_rs5c313_write_intintvreg: ; @rs5c313_write_intintvreg
.cfi_startproc
; %bb.0:
mov x1, x0
Lloh0:
adrp x8, _RS5C313_ADDR_INTINTVREG@GOTPAGE
Lloh1:
ldr x8, [x8, _RS5C313_ADDR_INTINTVREG@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
b _rs5c313_write_reg
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _RS5C313_ADDR_INTINTVREG,4,2 ; @RS5C313_ADDR_INTINTVREG
.no_dead_strip _rs5c313_write_intintvreg
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/rtc/extr_rtc-rs5c313.c_rs5c313_write_intintvreg.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function _FAT_disc_clearStatus
__FAT_disc_clearStatus: ## @_FAT_disc_clearStatus
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
jmpq *(%rdi) ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip __FAT_disc_clearStatus
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function _FAT_disc_clearStatus
__FAT_disc_clearStatus: ; @_FAT_disc_clearStatus
.cfi_startproc
; %bb.0:
ldr x0, [x0]
br x0
.cfi_endproc
; -- End function
.no_dead_strip __FAT_disc_clearStatus
.subsections_via_symbols
| AnghaBench/RetroArch/deps/libfat/extr_disc.h__FAT_disc_clearStatus.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function vv6410_init
_vv6410_init: ## @vv6410_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq 8(%rdi), %r15
movq _stv_bridge_init@GOTPCREL(%rip), %r12
movq (%r12), %rdi
callq _ARRAY_SIZE
testl %eax, %eax
jle LBB0_12
## %bb.1:
movq %r15, -48(%rbp) ## 8-byte Spill
xorl %r13d, %r13d
xorl %ebx, %ebx
jmp LBB0_2
.p2align 4, 0x90
LBB0_6: ## in Loop: Header=BB0_2 Depth=1
movq 16(%rdi,%rcx,8), %rsi
movl 8(%rdi,%rcx,8), %edx
movq %r14, %rdi
callq _stv06xx_write_bridge
movl %eax, %ebx
movq (%r12), %rdi
LBB0_10: ## in Loop: Header=BB0_2 Depth=1
incq %r13
callq _ARRAY_SIZE
cltq
cmpq %rax, %r13
jge LBB0_11
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_8 Depth 2
movq (%r12), %rdi
leaq (,%r13,2), %rcx
addq %r13, %rcx
movq (%rdi,%rcx,8), %rax
testq %rax, %rax
je LBB0_6
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
cmpl $0, 8(%rdi,%rcx,8)
jle LBB0_10
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
leaq (,%r13,8), %rcx
leaq (%rcx,%rcx,2), %r15
movq 16(%rdi,%r15), %rsi
movl (%rax), %edx
movq %r14, %rdi
callq _stv06xx_write_bridge
movq (%r12), %rdi
cmpl $2, 8(%rdi,%r15)
jl LBB0_5
## %bb.7: ## in Loop: Header=BB0_2 Depth=1
movq %r13, -56(%rbp) ## 8-byte Spill
movq %r14, %r13
movq %r12, %r14
movl $1, %r12d
.p2align 4, 0x90
LBB0_8: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rdi,%r15), %rax
movq 16(%rdi,%r15), %rsi
addq %r12, %rsi
movl (%rax,%r12,4), %edx
movq %r13, %rdi
callq _stv06xx_write_bridge
movl %eax, %ebx
incq %r12
movq (%r14), %rdi
movslq 8(%rdi,%r15), %rax
cmpq %rax, %r12
jl LBB0_8
## %bb.9: ## in Loop: Header=BB0_2 Depth=1
movq %r14, %r12
movq %r13, %r14
movq -56(%rbp), %r13 ## 8-byte Reload
jmp LBB0_10
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
movl %eax, %ebx
jmp LBB0_10
LBB0_11:
testl %ebx, %ebx
movq -48(%rbp), %r15 ## 8-byte Reload
js LBB0_15
LBB0_12:
movq _vv6410_sensor_init@GOTPCREL(%rip), %rax
movq (%rax), %rbx
movq %rbx, %rdi
callq _ARRAY_SIZE
movq %r14, %rdi
movq %rbx, %rsi
movl %eax, %edx
callq _stv06xx_write_sensor_bytes
testl %eax, %eax
js LBB0_14
## %bb.13:
movq _EXPOSURE_IDX@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl (%r15,%rax,4), %esi
movq %r14, %rdi
callq _vv6410_set_exposure
testl %eax, %eax
js LBB0_14
## %bb.17:
movq _GAIN_IDX@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl (%r15,%rax,4), %esi
movq %r14, %rdi
callq _vv6410_set_analog_gain
movl %eax, %ecx
sarl $31, %ecx
andl %ecx, %eax
jmp LBB0_16
LBB0_14:
movl %eax, %ebx
LBB0_15:
movl %ebx, %eax
LBB0_16:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _stv_bridge_init,8,3 ## @stv_bridge_init
.comm _vv6410_sensor_init,8,3 ## @vv6410_sensor_init
.comm _EXPOSURE_IDX,8,3 ## @EXPOSURE_IDX
.comm _GAIN_IDX,8,3 ## @GAIN_IDX
.no_dead_strip _vv6410_init
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function vv6410_init
_vv6410_init: ; @vv6410_init
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x0
ldr x21, [x0, #8]
Lloh0:
adrp x22, _stv_bridge_init@GOTPAGE
Lloh1:
ldr x22, [x22, _stv_bridge_init@GOTPAGEOFF]
ldr x0, [x22]
bl _ARRAY_SIZE
cmp w0, #1
b.lt LBB0_10
; %bb.1:
mov x23, #0
mov w20, #0
mov w24, #24
b LBB0_4
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
madd x8, x23, x24, x0
ldr x1, [x8, #16]
ldr w2, [x8, #8]
mov x0, x19
bl _stv06xx_write_bridge
mov x20, x0
ldr x0, [x22]
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
add x23, x23, #1
bl _ARRAY_SIZE
cmp x23, w0, sxtw
b.ge LBB0_9
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_8 Depth 2
ldr x0, [x22]
mul x8, x23, x24
ldr x8, [x0, x8]
cbz x8, LBB0_2
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
madd x9, x23, x24, x0
ldr w9, [x9, #8]
cmp w9, #1
b.lt LBB0_3
; %bb.6: ; in Loop: Header=BB0_4 Depth=1
add x9, x23, x23, lsl #1
lsl x25, x9, #3
add x9, x0, x25
ldr x1, [x9, #16]
ldr w2, [x8]
mov x0, x19
bl _stv06xx_write_bridge
mov x20, x0
ldr x0, [x22]
add x8, x0, x25
ldr w8, [x8, #8]
cmp w8, #2
b.lt LBB0_3
; %bb.7: ; in Loop: Header=BB0_4 Depth=1
mov w25, #1
LBB0_8: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
add x8, x23, x23, lsl #1
lsl x26, x8, #3
add x8, x0, x26
ldr x9, [x8]
ldr x8, [x8, #16]
add x1, x25, x8
ldr w2, [x9, x25, lsl #2]
mov x0, x19
bl _stv06xx_write_bridge
mov x20, x0
add x25, x25, #1
ldr x0, [x22]
add x8, x0, x26
ldrsw x8, [x8, #8]
cmp x25, x8
b.lt LBB0_8
b LBB0_3
LBB0_9:
tbnz w20, #31, LBB0_14
LBB0_10:
Lloh2:
adrp x8, _vv6410_sensor_init@GOTPAGE
Lloh3:
ldr x8, [x8, _vv6410_sensor_init@GOTPAGEOFF]
Lloh4:
ldr x20, [x8]
mov x0, x20
bl _ARRAY_SIZE
mov x2, x0
mov x0, x19
mov x1, x20
bl _stv06xx_write_sensor_bytes
tbnz w0, #31, LBB0_13
; %bb.11:
Lloh5:
adrp x8, _EXPOSURE_IDX@GOTPAGE
Lloh6:
ldr x8, [x8, _EXPOSURE_IDX@GOTPAGEOFF]
Lloh7:
ldr x8, [x8]
ldr w1, [x21, x8, lsl #2]
mov x0, x19
bl _vv6410_set_exposure
tbnz w0, #31, LBB0_13
; %bb.12:
Lloh8:
adrp x8, _GAIN_IDX@GOTPAGE
Lloh9:
ldr x8, [x8, _GAIN_IDX@GOTPAGEOFF]
Lloh10:
ldr x8, [x8]
ldr w1, [x21, x8, lsl #2]
mov x0, x19
bl _vv6410_set_analog_gain
cmp w0, #0
csel w0, w0, wzr, lt
b LBB0_15
LBB0_13:
mov x20, x0
LBB0_14:
mov x0, x20
LBB0_15:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.cfi_endproc
; -- End function
.comm _stv_bridge_init,8,3 ; @stv_bridge_init
.comm _vv6410_sensor_init,8,3 ; @vv6410_sensor_init
.comm _EXPOSURE_IDX,8,3 ; @EXPOSURE_IDX
.comm _GAIN_IDX,8,3 ; @GAIN_IDX
.no_dead_strip _vv6410_init
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/media/video/gspca/stv06xx/extr_stv06xx_vv6410.c_vv6410_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI0_0:
.quad 0x4040000000000000 ## double 32
LCPI0_1:
.quad 0x4034000000000000 ## double 20
LCPI0_2:
.quad 0x4051000000000000 ## double 68
LCPI0_3:
.quad 0x4044000000000000 ## double 40
LCPI0_4:
.quad 0x405a000000000000 ## double 104
LCPI0_5:
.quad 0x404e000000000000 ## double 60
LCPI0_6:
.quad 0x4061800000000000 ## double 140
LCPI0_7:
.quad 0x4054000000000000 ## double 80
LCPI0_8:
.quad 0x4066000000000000 ## double 176
LCPI0_9:
.quad 0x4059000000000000 ## double 100
LCPI0_10:
.quad 0x406a800000000000 ## double 212
LCPI0_11:
.quad 0x405e000000000000 ## double 120
LCPI0_12:
.quad 0x406f000000000000 ## double 248
LCPI0_13:
.quad 0x4071c00000000000 ## double 284
LCPI0_14:
.quad 0x4064000000000000 ## double 160
LCPI0_15:
.quad 0x4074000000000000 ## double 320
LCPI0_16:
.quad 0x4066800000000000 ## double 180
LCPI0_17:
.quad 0x4076400000000000 ## double 356
LCPI0_18:
.quad 0x4069000000000000 ## double 200
LCPI0_19:
.quad 0x4078800000000000 ## double 392
LCPI0_20:
.quad 0x406b800000000000 ## double 220
LCPI0_21:
.quad 0x407ac00000000000 ## double 428
LCPI0_22:
.quad 0x406e000000000000 ## double 240
LCPI0_23:
.quad 0x407d000000000000 ## double 464
LCPI0_24:
.quad 0x4070400000000000 ## double 260
LCPI0_25:
.quad 0x407f400000000000 ## double 500
LCPI0_26:
.quad 0x4071800000000000 ## double 280
LCPI0_27:
.quad 0x4080c00000000000 ## double 536
LCPI0_28:
.quad 0x4072c00000000000 ## double 300
LCPI0_29:
.quad 0x4081e00000000000 ## double 572
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
leaq L_str(%rip), %rdi
callq _puts
leaq L_.str.1(%rip), %rbx
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
xorps %xmm0, %xmm0
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_4(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_5(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_6(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_7(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_8(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_9(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_10(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_11(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_12(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_13(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movsd LCPI0_6(%rip), %xmm0 ## xmm0 = mem[0],zero
movb $2, %al
callq _printf
movsd LCPI0_14(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_15(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_16(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_17(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_18(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_19(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_20(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_21(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_22(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_23(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_24(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_25(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_26(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_27(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
movsd LCPI0_28(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_29(%rip), %xmm1 ## xmm1 = mem[0],zero
movq %rbx, %rdi
movb $2, %al
callq _printf
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "%3.0f %6.1f\n"
L_str: ## @str
.asciz "Here is temp conversion table. Celsius on left and fahr on right"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
mov x8, #4629700416936869888
stp xzr, x8, [sp]
Lloh2:
adrp x19, l_.str.1@PAGE
Lloh3:
add x19, x19, l_.str.1@PAGEOFF
mov x0, x19
bl _printf
mov x8, #4634485491540951040
mov x9, #4626322717216342016
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #4637018766331346944
mov x9, #4630826316843712512
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x20, #140737488355328
movk x20, #16481, lsl #48
mov x8, #4633641066610819072
stp x8, x20, [sp]
mov x0, x19
bl _printf
mov x8, #4640396466051874816
mov x9, #4635329916471083008
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #140737488355328
movk x8, #16490, lsl #48
mov x9, #4636737291354636288
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #4642929740842270720
mov x9, #4638144666238189568
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #211106232532992
movk x8, #16497, lsl #48
stp x20, x8, [sp]
mov x0, x19
bl _printf
mov x8, #4644337115725824000
mov x9, #4639833516098453504
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #70368744177664
movk x8, #16502, lsl #48
mov x9, #140737488355328
movk x9, #16486, lsl #48
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #140737488355328
movk x8, #16504, lsl #48
mov x9, #4641240890982006784
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #211106232532992
movk x8, #16506, lsl #48
mov x9, #140737488355328
movk x9, #16491, lsl #48
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #4646870390516219904
mov x9, #4642648265865560064
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #70368744177664
movk x8, #16511, lsl #48
mov x9, #70368744177664
movk x9, #16496, lsl #48
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #211106232532992
movk x8, #16512, lsl #48
mov x9, #140737488355328
movk x9, #16497, lsl #48
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov x8, #246290604621824
movk x8, #16513, lsl #48
mov x9, #211106232532992
movk x9, #16498, lsl #48
stp x9, x8, [sp]
mov x0, x19
bl _printf
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "%3.0f %6.1f\n"
l_str: ; @str
.asciz "Here is temp conversion table. Celsius on left and fahr on right"
.subsections_via_symbols
| the_stack_data/120759.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function REG_MDP5_INTF_TPG_COMPONENT_LIMITS
_REG_MDP5_INTF_TPG_COMPONENT_LIMITS: ## @REG_MDP5_INTF_TPG_COMPONENT_LIMITS
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq ___offset_INTF
addq $268, %rax ## imm = 0x10C
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _REG_MDP5_INTF_TPG_COMPONENT_LIMITS
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function REG_MDP5_INTF_TPG_COMPONENT_LIMITS
_REG_MDP5_INTF_TPG_COMPONENT_LIMITS: ; @REG_MDP5_INTF_TPG_COMPONENT_LIMITS
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl ___offset_INTF
add x0, x0, #268
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _REG_MDP5_INTF_TPG_COMPONENT_LIMITS
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/msm/disp/mdp5/extr_mdp5.xml.h_REG_MDP5_INTF_TPG_COMPONENT_LIMITS.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _git_sortedcache_clear ## -- Begin function git_sortedcache_clear
.p2align 4, 0x90
_git_sortedcache_clear: ## @git_sortedcache_clear
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
testl %esi, %esi
je LBB0_4
## %bb.1:
movq %rbx, %rdi
callq _git_sortedcache_wlock
testq %rax, %rax
js LBB0_2
## %bb.3:
movq %rbx, %rdi
callq _sortedcache_clear
movq %rbx, %rdi
callq _git_sortedcache_wunlock
jmp LBB0_5
LBB0_4:
movq %rbx, %rdi
callq _sortedcache_clear
LBB0_5:
xorl %eax, %eax
jmp LBB0_6
LBB0_2:
movl $-1, %eax
LBB0_6:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _git_sortedcache_clear ; -- Begin function git_sortedcache_clear
.p2align 2
_git_sortedcache_clear: ; @git_sortedcache_clear
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
cbz w1, LBB0_3
; %bb.1:
mov x0, x19
bl _git_sortedcache_wlock
tbnz x0, #63, LBB0_5
; %bb.2:
mov x0, x19
bl _sortedcache_clear
mov x0, x19
bl _git_sortedcache_wunlock
b LBB0_4
LBB0_3:
mov x0, x19
bl _sortedcache_clear
LBB0_4:
mov w0, #0
b LBB0_6
LBB0_5:
mov w0, #-1
LBB0_6:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/libgit2/src/extr_sortedcache.c_git_sortedcache_clear.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ai_config_master_clock
_ai_config_master_clock: ## @ai_config_master_clock
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movq %rdi, %rbx
callq _board
cmpl $128, (%rax)
jne LBB0_1
## %bb.2:
movq %rbx, %rdi
movq %r14, %rsi
popq %rbx
popq %r14
popq %rbp
jmp _ai_config_master_clock_4020 ## TAILCALL
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.no_dead_strip _ai_config_master_clock
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ai_config_master_clock
_ai_config_master_clock: ; @ai_config_master_clock
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
bl _board
ldr w8, [x0]
cmp w8, #128
b.ne LBB0_2
; %bb.1:
mov x0, x20
mov x1, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ai_config_master_clock_4020
LBB0_2:
Lloh0:
adrp x8, _EINVAL@GOTPAGE
Lloh1:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w0, w8
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.no_dead_strip _ai_config_master_clock
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/staging/comedi/drivers/extr_cb_pcidas64.c_ai_config_master_clock.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pool_create
_pool_create: ## @pool_create
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movl $8, %edi
callq _kxld_alloc
movq %rax, %rbx
movq _finish@GOTPCREL(%rip), %r15
movl (%r15), %esi
movq %rax, %rdi
callq _require
movq %r14, %rdi
callq _kxld_page_alloc
movq %rax, (%rbx)
movl (%r15), %esi
movq %rax, %rdi
callq _require
movq (%rbx), %rdi
movq %r14, %rsi
callq _bzero
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _finish,4,2 ## @finish
.no_dead_strip _pool_create
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pool_create
_pool_create: ; @pool_create
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
mov w0, #8
bl _kxld_alloc
mov x20, x0
Lloh0:
adrp x21, _finish@GOTPAGE
Lloh1:
ldr x21, [x21, _finish@GOTPAGEOFF]
ldr w1, [x21]
bl _require
mov x0, x19
bl _kxld_page_alloc
str x0, [x20]
ldr w1, [x21]
bl _require
ldr x0, [x20]
mov x1, x19
bl _bzero
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _finish,4,2 ; @finish
.no_dead_strip _pool_create
.subsections_via_symbols
| AnghaBench/darwin-xnu/libkern/kxld/extr_kxld_array.c_pool_create.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _efi_get_forbidden_certs ## -- Begin function efi_get_forbidden_certs
.p2align 4, 0x90
_efi_get_forbidden_certs: ## @efi_get_forbidden_certs
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, %rsi
leaq L_.str(%rip), %rdi
popq %rbp
jmp _efi_get_certs ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "dbx"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _efi_get_forbidden_certs ; -- Begin function efi_get_forbidden_certs
.p2align 2
_efi_get_forbidden_certs: ; @efi_get_forbidden_certs
.cfi_startproc
; %bb.0:
mov x1, x0
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
b _efi_get_certs
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "dbx"
.subsections_via_symbols
| AnghaBench/freebsd/lib/libsecureboot/efi/extr_efi_variables.c_efi_get_forbidden_certs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function psb_intel_sdvo_get_ddc_modes
_psb_intel_sdvo_get_ddc_modes: ## @psb_intel_sdvo_get_ddc_modes
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
callq _psb_intel_sdvo_get_edid
movq %rax, %rbx
testq %rax, %rax
jne LBB0_2
## %bb.1:
movq %r14, %rdi
callq _psb_intel_sdvo_get_analog_edid
movq %rax, %rbx
testq %rax, %rax
je LBB0_5
LBB0_2:
movq %r14, %rdi
callq _to_psb_intel_sdvo_connector
movq _DRM_EDID_INPUT_DIGITAL@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
andl (%rbx), %ecx
setne %r15b
movq %rax, %rdi
callq _IS_TMDS
testl %eax, %eax
sete %al
cmpb %r15b, %al
je LBB0_4
## %bb.3:
movq %r14, %rdi
movq %rbx, %rsi
callq _drm_connector_update_edid_property
movq %r14, %rdi
movq %rbx, %rsi
callq _drm_add_edid_modes
LBB0_4:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _kfree ## TAILCALL
LBB0_5:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _DRM_EDID_INPUT_DIGITAL,4,2 ## @DRM_EDID_INPUT_DIGITAL
.no_dead_strip _psb_intel_sdvo_get_ddc_modes
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function psb_intel_sdvo_get_ddc_modes
_psb_intel_sdvo_get_ddc_modes: ; @psb_intel_sdvo_get_ddc_modes
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
bl _psb_intel_sdvo_get_edid
mov x20, x0
cbnz x0, LBB0_2
; %bb.1:
mov x0, x19
bl _psb_intel_sdvo_get_analog_edid
mov x20, x0
cbz x0, LBB0_5
LBB0_2:
mov x0, x19
bl _to_psb_intel_sdvo_connector
ldr w8, [x20]
Lloh0:
adrp x9, _DRM_EDID_INPUT_DIGITAL@GOTPAGE
Lloh1:
ldr x9, [x9, _DRM_EDID_INPUT_DIGITAL@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
tst w9, w8
cset w21, ne
bl _IS_TMDS
cmp w0, #0
cset w8, eq
cmp w8, w21
b.eq LBB0_4
; %bb.3:
mov x0, x19
mov x1, x20
bl _drm_connector_update_edid_property
mov x0, x19
mov x1, x20
bl _drm_add_edid_modes
LBB0_4:
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _kfree
LBB0_5:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _DRM_EDID_INPUT_DIGITAL,4,2 ; @DRM_EDID_INPUT_DIGITAL
.no_dead_strip _psb_intel_sdvo_get_ddc_modes
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/gma500/extr_psb_intel_sdvo.c_psb_intel_sdvo_get_ddc_modes.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function udev_ctrl_wait_io_handler
_udev_ctrl_wait_io_handler: ## @udev_ctrl_wait_io_handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _sd_event_source_get_event
movl %eax, %edi
xorl %esi, %esi
popq %rbp
jmp _sd_event_exit ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _udev_ctrl_wait_io_handler
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function udev_ctrl_wait_io_handler
_udev_ctrl_wait_io_handler: ; @udev_ctrl_wait_io_handler
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _sd_event_source_get_event
mov w1, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _sd_event_exit
.cfi_endproc
; -- End function
.no_dead_strip _udev_ctrl_wait_io_handler
.subsections_via_symbols
| AnghaBench/systemd/src/udev/extr_udev-ctrl.c_udev_ctrl_wait_io_handler.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function strhash
_strhash: ## @strhash
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb (%rdi), %cl
testb %cl, %cl
je LBB0_1
## %bb.2:
incq %rdi
movl $-2128831035, %eax ## imm = 0x811C9DC5
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movsbl %cl, %ecx
xorl %eax, %ecx
imull $16777619, %ecx, %eax ## imm = 0x1000193
movzbl (%rdi), %ecx
incq %rdi
testb %cl, %cl
jne LBB0_3
## %bb.4:
popq %rbp
retq
LBB0_1:
movl $-2128831035, %eax ## imm = 0x811C9DC5
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _strhash
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function strhash
_strhash: ; @strhash
.cfi_startproc
; %bb.0:
mov x8, x0
mov w0, #40389
movk w0, #33052, lsl #16
ldrb w9, [x8]
cbz w9, LBB0_3
; %bb.1:
add x8, x8, #1
mov w10, #403
movk w10, #256, lsl #16
LBB0_2: ; =>This Inner Loop Header: Depth=1
sxtb w9, w9
eor w9, w0, w9
mul w0, w9, w10
ldrb w9, [x8], #1
cbnz w9, LBB0_2
LBB0_3:
ret
.cfi_endproc
; -- End function
.no_dead_strip _strhash
.subsections_via_symbols
| AnghaBench/lede/scripts/config/extr_symbol.c_strhash.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sort ## -- Begin function sort
.p2align 4, 0x90
_sort: ## @sort
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %esi, %rsi
leaq _compare(%rip), %rcx
movl $4, %edx
popq %rbp
jmp _qsort ## TAILCALL
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function compare
_compare: ## @compare
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
movl (%rsi), %ecx
xorl %edx, %edx
cmpl %ecx, %eax
setl %dl
negl %edx
cmpl %ecx, %eax
movl $1, %eax
cmovlel %edx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _absoluteArray ## -- Begin function absoluteArray
.p2align 4, 0x90
_absoluteArray: ## @absoluteArray
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testl %esi, %esi
jle LBB2_11
## %bb.1:
movl %esi, %eax
cmpl $8, %esi
jae LBB2_3
## %bb.2:
xorl %ecx, %ecx
jmp LBB2_10
LBB2_3:
movl %eax, %ecx
andl $-8, %ecx
leaq -8(%rcx), %rdx
movq %rdx, %r8
shrq $3, %r8
incq %r8
testq %rdx, %rdx
je LBB2_4
## %bb.5:
movq %r8, %rdx
andq $-2, %rdx
xorl %esi, %esi
.p2align 4, 0x90
LBB2_6: ## =>This Inner Loop Header: Depth=1
movdqu (%rdi,%rsi,4), %xmm0
movdqu 16(%rdi,%rsi,4), %xmm1
movdqu 32(%rdi,%rsi,4), %xmm2
movdqu 48(%rdi,%rsi,4), %xmm3
pabsd %xmm0, %xmm0
pabsd %xmm1, %xmm1
movdqu %xmm0, (%rdi,%rsi,4)
movdqu %xmm1, 16(%rdi,%rsi,4)
pabsd %xmm2, %xmm0
pabsd %xmm3, %xmm1
movdqu %xmm0, 32(%rdi,%rsi,4)
movdqu %xmm1, 48(%rdi,%rsi,4)
addq $16, %rsi
addq $-2, %rdx
jne LBB2_6
## %bb.7:
testb $1, %r8b
je LBB2_9
LBB2_8:
movdqu (%rdi,%rsi,4), %xmm0
movdqu 16(%rdi,%rsi,4), %xmm1
pabsd %xmm0, %xmm0
pabsd %xmm1, %xmm1
movdqu %xmm0, (%rdi,%rsi,4)
movdqu %xmm1, 16(%rdi,%rsi,4)
LBB2_9:
cmpq %rax, %rcx
je LBB2_11
.p2align 4, 0x90
LBB2_10: ## =>This Inner Loop Header: Depth=1
movl (%rdi,%rcx,4), %edx
movl %edx, %esi
negl %esi
cmovsl %edx, %esi
movl %esi, (%rdi,%rcx,4)
incq %rcx
cmpq %rcx, %rax
jne LBB2_10
LBB2_11:
popq %rbp
retq
LBB2_4:
xorl %esi, %esi
testb $1, %r8b
jne LBB2_8
jmp LBB2_9
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sort ; -- Begin function sort
.p2align 2
_sort: ; @sort
.cfi_startproc
; %bb.0:
; kill: def $w1 killed $w1 def $x1
sxtw x1, w1
Lloh0:
adrp x3, _compare@PAGE
Lloh1:
add x3, x3, _compare@PAGEOFF
mov w2, #4
b _qsort
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function compare
_compare: ; @compare
.cfi_startproc
; %bb.0:
ldr w8, [x0]
ldr w9, [x1]
cmp w8, w9
csetm w8, lt
csinc w0, w8, wzr, le
ret
.cfi_endproc
; -- End function
.globl _absoluteArray ; -- Begin function absoluteArray
.p2align 2
_absoluteArray: ; @absoluteArray
.cfi_startproc
; %bb.0:
cmp w1, #1
b.lt LBB2_8
; %bb.1:
mov w8, w1
cmp w1, #16
b.hs LBB2_3
; %bb.2:
mov x9, #0
b LBB2_6
LBB2_3:
and x9, x8, #0xfffffff0
add x10, x0, #32
mov x11, x9
LBB2_4: ; =>This Inner Loop Header: Depth=1
ldp q0, q1, [x10, #-32]
ldp q2, q3, [x10]
abs.4s v0, v0
abs.4s v1, v1
abs.4s v2, v2
abs.4s v3, v3
stp q0, q1, [x10, #-32]
stp q2, q3, [x10], #64
subs x11, x11, #16
b.ne LBB2_4
; %bb.5:
cmp x9, x8
b.eq LBB2_8
LBB2_6:
add x10, x0, x9, lsl #2
sub x8, x8, x9
LBB2_7: ; =>This Inner Loop Header: Depth=1
ldr w9, [x10]
cmp w9, #0
cneg w9, w9, mi
str w9, [x10], #4
subs x8, x8, #1
b.ne LBB2_7
LBB2_8:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/126703714.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function snd_usX2Y_hwdep_pcm_mmap
_snd_usX2Y_hwdep_pcm_mmap: ## @snd_usX2Y_hwdep_pcm_mmap
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq (%rdi), %r12
movq _USX2Y_STAT_CHIP_INIT@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, (%r12)
je LBB0_1
## %bb.3:
movq %rdx, %r15
movq %rdi, %r14
movq 32(%rdx), %rbx
subq 24(%rdx), %rbx
movl $4, %edi
callq _PAGE_ALIGN
cmpq %rax, %rbx
jbe LBB0_5
## %bb.4:
leaq L_.str(%rip), %rdi
movl $4, %edx
movq %rbx, %rsi
callq _snd_printd
movq _EINVAL@GOTPCREL(%rip), %rcx
jmp LBB0_2
LBB0_1:
movq _EBUSY@GOTPCREL(%rip), %rcx
jmp LBB0_2
LBB0_5:
cmpl $0, 4(%r12)
je LBB0_6
## %bb.7:
movq _snd_usX2Y_hwdep_pcm_vm_ops@GOTPCREL(%rip), %rax
movq %rax, 16(%r15)
movq _VM_RESERVED@GOTPCREL(%rip), %rax
movq _VM_DONTEXPAND@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
orl %ecx, (%r15)
movq (%r14), %rax
movq %rax, 8(%r15)
xorl %eax, %eax
jmp LBB0_8
LBB0_6:
movq _ENODEV@GOTPCREL(%rip), %rcx
LBB0_2:
xorl %eax, %eax
subl (%rcx), %eax
LBB0_8:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _USX2Y_STAT_CHIP_INIT,4,2 ## @USX2Y_STAT_CHIP_INIT
.comm _EBUSY,4,2 ## @EBUSY
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%lu > %lu\n"
.comm _EINVAL,4,2 ## @EINVAL
.comm _ENODEV,4,2 ## @ENODEV
.comm _snd_usX2Y_hwdep_pcm_vm_ops,4,2 ## @snd_usX2Y_hwdep_pcm_vm_ops
.comm _VM_RESERVED,4,2 ## @VM_RESERVED
.comm _VM_DONTEXPAND,4,2 ## @VM_DONTEXPAND
.no_dead_strip _snd_usX2Y_hwdep_pcm_mmap
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function snd_usX2Y_hwdep_pcm_mmap
_snd_usX2Y_hwdep_pcm_mmap: ; @snd_usX2Y_hwdep_pcm_mmap
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
ldr x22, [x0]
ldr w8, [x22]
Lloh0:
adrp x9, _USX2Y_STAT_CHIP_INIT@GOTPAGE
Lloh1:
ldr x9, [x9, _USX2Y_STAT_CHIP_INIT@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_3
; %bb.1:
mov x19, x2
mov x20, x0
ldp x9, x8, [x2, #24]
sub x21, x8, x9
mov w0, #4
bl _PAGE_ALIGN
cmp x21, x0
b.ls LBB0_4
; %bb.2:
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
mov x1, x21
mov w2, #4
bl _snd_printd
Lloh5:
adrp x8, _EINVAL@GOTPAGE
Lloh6:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
b LBB0_7
LBB0_3:
Lloh7:
adrp x8, _EBUSY@GOTPAGE
Lloh8:
ldr x8, [x8, _EBUSY@GOTPAGEOFF]
b LBB0_7
LBB0_4:
ldr w8, [x22, #4]
cbz w8, LBB0_6
; %bb.5:
mov w0, #0
Lloh9:
adrp x8, _snd_usX2Y_hwdep_pcm_vm_ops@GOTPAGE
Lloh10:
ldr x8, [x8, _snd_usX2Y_hwdep_pcm_vm_ops@GOTPAGEOFF]
Lloh11:
adrp x9, _VM_RESERVED@GOTPAGE
Lloh12:
ldr x9, [x9, _VM_RESERVED@GOTPAGEOFF]
Lloh13:
ldr w9, [x9]
Lloh14:
adrp x10, _VM_DONTEXPAND@GOTPAGE
Lloh15:
ldr x10, [x10, _VM_DONTEXPAND@GOTPAGEOFF]
Lloh16:
ldr w10, [x10]
orr w9, w10, w9
ldr w10, [x19]
orr w9, w9, w10
str w9, [x19]
ldr x9, [x20]
stp x9, x8, [x19, #8]
b LBB0_8
LBB0_6:
Lloh17:
adrp x8, _ENODEV@GOTPAGE
Lloh18:
ldr x8, [x8, _ENODEV@GOTPAGEOFF]
LBB0_7:
ldr w8, [x8]
neg w0, w8
LBB0_8:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGot Lloh9, Lloh10
.loh AdrpLdrGot Lloh17, Lloh18
.cfi_endproc
; -- End function
.comm _USX2Y_STAT_CHIP_INIT,4,2 ; @USX2Y_STAT_CHIP_INIT
.comm _EBUSY,4,2 ; @EBUSY
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%lu > %lu\n"
.comm _EINVAL,4,2 ; @EINVAL
.comm _ENODEV,4,2 ; @ENODEV
.comm _snd_usX2Y_hwdep_pcm_vm_ops,4,2 ; @snd_usX2Y_hwdep_pcm_vm_ops
.comm _VM_RESERVED,4,2 ; @VM_RESERVED
.comm _VM_DONTEXPAND,4,2 ; @VM_DONTEXPAND
.no_dead_strip _snd_usX2Y_hwdep_pcm_mmap
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/sound/usb/usx2y/extr_usx2yhwdeppcm.c_snd_usX2Y_hwdep_pcm_mmap.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function rockchip_configure_from_dt
_rockchip_configure_from_dt: ## @rockchip_configure_from_dt
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $32, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %r14
leaq L_.str(%rip), %rsi
leaq -40(%rbp), %rdx
movq %r15, %rdi
callq _of_property_read_u32
testq %rax, %rax
je LBB0_7
## %bb.1:
movq 16(%r12), %rax
movq 16(%rax), %rdx
leaq L_.str.1(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _dev_warn
movq 16(%r12), %rax
movq 16(%rax), %rdx
jmp LBB0_2
LBB0_7:
movq -40(%rbp), %rdx
movq _INT_MAX@GOTPCREL(%rip), %rax
cmpq (%rax), %rdx
jle LBB0_2
## %bb.8:
leaq L_.str.2(%rip), %rsi
movq %r14, %rdi
callq _dev_err
movq _ERANGE@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_2:
movq %rdx, 24(%r12)
leaq L_.str.3(%rip), %rsi
leaq -56(%rbp), %rbx
movq %r15, %rdi
movq %rbx, %rdx
callq _of_property_read_u32
testq %rax, %rax
je LBB0_4
## %bb.3:
movq 16(%r12), %rax
movq (%rax), %rax
movq _TSHUT_MODE_GPIO@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
leaq L_.str.5(%rip), %rax
leaq L_.str.6(%rip), %rdx
cmoveq %rax, %rdx
leaq L_.str.4(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _dev_warn
movq 16(%r12), %rbx
LBB0_4:
movq (%rbx), %rax
movl %eax, (%r12)
cmpl $2, %eax
jl LBB0_10
## %bb.5:
movl %eax, %edx
leaq L_.str.7(%rip), %rsi
jmp LBB0_6
LBB0_10:
leaq L_.str.8(%rip), %rsi
leaq -48(%rbp), %rbx
movq %r15, %rdi
movq %rbx, %rdx
callq _of_property_read_u32
testq %rax, %rax
je LBB0_12
## %bb.11:
movq 16(%r12), %rax
movq 8(%rax), %rax
movq _TSHUT_LOW_ACTIVE@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
leaq L_.str.10(%rip), %rax
leaq L_.str.11(%rip), %rdx
cmoveq %rax, %rdx
leaq L_.str.9(%rip), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _dev_warn
movq 16(%r12), %rbx
addq $8, %rbx
LBB0_12:
movq (%rbx), %rax
movl %eax, 4(%r12)
cmpl $2, %eax
jl LBB0_14
## %bb.13:
movl %eax, %edx
leaq L_.str.12(%rip), %rsi
LBB0_6:
movq %r14, %rdi
callq _dev_err
movq _EINVAL@GOTPCREL(%rip), %rax
LBB0_9:
xorl %ebx, %ebx
subl (%rax), %ebx
LBB0_17:
movl %ebx, %eax
addq $32, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_14:
leaq L_.str.13(%rip), %rsi
movq %r15, %rdi
callq _syscon_regmap_lookup_by_phandle
movl %eax, 8(%r12)
movl %eax, %edi
callq _IS_ERR
testq %rax, %rax
je LBB0_15
## %bb.16:
leaq L_.str.14(%rip), %rsi
xorl %ebx, %ebx
movq %r14, %rdi
xorl %eax, %eax
callq _dev_warn
jmp LBB0_17
LBB0_15:
xorl %ebx, %ebx
jmp LBB0_17
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "rockchip,hw-tshut-temp"
L_.str.1: ## @.str.1
.asciz "Missing tshut temp property, using default %d\n"
.comm _INT_MAX,8,3 ## @INT_MAX
L_.str.2: ## @.str.2
.asciz "Invalid tshut temperature specified: %d\n"
.comm _ERANGE,4,2 ## @ERANGE
L_.str.3: ## @.str.3
.asciz "rockchip,hw-tshut-mode"
L_.str.4: ## @.str.4
.asciz "Missing tshut mode property, using default (%s)\n"
.comm _TSHUT_MODE_GPIO,8,3 ## @TSHUT_MODE_GPIO
L_.str.5: ## @.str.5
.asciz "gpio"
L_.str.6: ## @.str.6
.asciz "cru"
L_.str.7: ## @.str.7
.asciz "Invalid tshut mode specified: %d\n"
.comm _EINVAL,4,2 ## @EINVAL
L_.str.8: ## @.str.8
.asciz "rockchip,hw-tshut-polarity"
L_.str.9: ## @.str.9
.asciz "Missing tshut-polarity property, using default (%s)\n"
.comm _TSHUT_LOW_ACTIVE,8,3 ## @TSHUT_LOW_ACTIVE
L_.str.10: ## @.str.10
.asciz "low"
L_.str.11: ## @.str.11
.asciz "high"
L_.str.12: ## @.str.12
.asciz "Invalid tshut-polarity specified: %d\n"
L_.str.13: ## @.str.13
.asciz "rockchip,grf"
L_.str.14: ## @.str.14
.asciz "Missing rockchip,grf property\n"
.no_dead_strip _rockchip_configure_from_dt
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function rockchip_configure_from_dt
_rockchip_configure_from_dt: ; @rockchip_configure_from_dt
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x2
mov x21, x1
mov x19, x0
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
add x2, sp, #24
mov x0, x21
bl _of_property_read_u32
cbz x0, LBB0_2
; %bb.1:
ldr x8, [x20, #16]
ldr x8, [x8, #16]
str x8, [sp]
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x19
bl _dev_warn
ldr x8, [x20, #16]
ldr x2, [x8, #16]
b LBB0_4
LBB0_2:
ldr x2, [sp, #24]
Lloh4:
adrp x8, _INT_MAX@GOTPAGE
Lloh5:
ldr x8, [x8, _INT_MAX@GOTPAGEOFF]
Lloh6:
ldr x8, [x8]
cmp x2, x8
b.le LBB0_4
; %bb.3:
Lloh7:
adrp x1, l_.str.2@PAGE
Lloh8:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x19
bl _dev_err
Lloh9:
adrp x8, _ERANGE@GOTPAGE
Lloh10:
ldr x8, [x8, _ERANGE@GOTPAGEOFF]
b LBB0_13
LBB0_4:
str x2, [x20, #24]
Lloh11:
adrp x1, l_.str.3@PAGE
Lloh12:
add x1, x1, l_.str.3@PAGEOFF
add x22, sp, #16
add x2, sp, #16
mov x0, x21
bl _of_property_read_u32
cbz x0, LBB0_6
; %bb.5:
ldr x8, [x20, #16]
ldr x8, [x8]
Lloh13:
adrp x9, _TSHUT_MODE_GPIO@GOTPAGE
Lloh14:
ldr x9, [x9, _TSHUT_MODE_GPIO@GOTPAGEOFF]
Lloh15:
ldr x9, [x9]
Lloh16:
adrp x10, l_.str.6@PAGE
Lloh17:
add x10, x10, l_.str.6@PAGEOFF
Lloh18:
adrp x11, l_.str.5@PAGE
Lloh19:
add x11, x11, l_.str.5@PAGEOFF
cmp x8, x9
csel x8, x11, x10, eq
str x8, [sp]
Lloh20:
adrp x1, l_.str.4@PAGE
Lloh21:
add x1, x1, l_.str.4@PAGEOFF
mov x0, x19
bl _dev_warn
ldr x22, [x20, #16]
LBB0_6:
ldr x8, [x22]
str w8, [x20]
cmp w8, #2
b.lt LBB0_8
; %bb.7:
and x2, x8, #0xffffffff
Lloh22:
adrp x1, l_.str.7@PAGE
Lloh23:
add x1, x1, l_.str.7@PAGEOFF
b LBB0_12
LBB0_8:
Lloh24:
adrp x1, l_.str.8@PAGE
Lloh25:
add x1, x1, l_.str.8@PAGEOFF
add x22, sp, #8
add x2, sp, #8
mov x0, x21
bl _of_property_read_u32
cbz x0, LBB0_10
; %bb.9:
ldr x8, [x20, #16]
ldr x8, [x8, #8]
Lloh26:
adrp x9, _TSHUT_LOW_ACTIVE@GOTPAGE
Lloh27:
ldr x9, [x9, _TSHUT_LOW_ACTIVE@GOTPAGEOFF]
Lloh28:
ldr x9, [x9]
Lloh29:
adrp x10, l_.str.11@PAGE
Lloh30:
add x10, x10, l_.str.11@PAGEOFF
Lloh31:
adrp x11, l_.str.10@PAGE
Lloh32:
add x11, x11, l_.str.10@PAGEOFF
cmp x8, x9
csel x8, x11, x10, eq
str x8, [sp]
Lloh33:
adrp x1, l_.str.9@PAGE
Lloh34:
add x1, x1, l_.str.9@PAGEOFF
mov x0, x19
bl _dev_warn
ldr x8, [x20, #16]
add x22, x8, #8
LBB0_10:
ldr x8, [x22]
str w8, [x20, #4]
cmp w8, #2
b.lt LBB0_15
; %bb.11:
and x2, x8, #0xffffffff
Lloh35:
adrp x1, l_.str.12@PAGE
Lloh36:
add x1, x1, l_.str.12@PAGEOFF
LBB0_12:
mov x0, x19
bl _dev_err
Lloh37:
adrp x8, _EINVAL@GOTPAGE
Lloh38:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
LBB0_13:
ldr w8, [x8]
neg w0, w8
LBB0_14:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_15:
Lloh39:
adrp x1, l_.str.13@PAGE
Lloh40:
add x1, x1, l_.str.13@PAGEOFF
mov x0, x21
bl _syscon_regmap_lookup_by_phandle
str w0, [x20, #8]
bl _IS_ERR
cbz x0, LBB0_14
; %bb.16:
Lloh41:
adrp x1, l_.str.14@PAGE
Lloh42:
add x1, x1, l_.str.14@PAGEOFF
mov x0, x19
bl _dev_warn
mov w0, #0
b LBB0_14
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh9, Lloh10
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh33, Lloh34
.loh AdrpAdd Lloh31, Lloh32
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28
.loh AdrpAdd Lloh35, Lloh36
.loh AdrpLdrGot Lloh37, Lloh38
.loh AdrpAdd Lloh39, Lloh40
.loh AdrpAdd Lloh41, Lloh42
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "rockchip,hw-tshut-temp"
l_.str.1: ; @.str.1
.asciz "Missing tshut temp property, using default %d\n"
.comm _INT_MAX,8,3 ; @INT_MAX
l_.str.2: ; @.str.2
.asciz "Invalid tshut temperature specified: %d\n"
.comm _ERANGE,4,2 ; @ERANGE
l_.str.3: ; @.str.3
.asciz "rockchip,hw-tshut-mode"
l_.str.4: ; @.str.4
.asciz "Missing tshut mode property, using default (%s)\n"
.comm _TSHUT_MODE_GPIO,8,3 ; @TSHUT_MODE_GPIO
l_.str.5: ; @.str.5
.asciz "gpio"
l_.str.6: ; @.str.6
.asciz "cru"
l_.str.7: ; @.str.7
.asciz "Invalid tshut mode specified: %d\n"
.comm _EINVAL,4,2 ; @EINVAL
l_.str.8: ; @.str.8
.asciz "rockchip,hw-tshut-polarity"
l_.str.9: ; @.str.9
.asciz "Missing tshut-polarity property, using default (%s)\n"
.comm _TSHUT_LOW_ACTIVE,8,3 ; @TSHUT_LOW_ACTIVE
l_.str.10: ; @.str.10
.asciz "low"
l_.str.11: ; @.str.11
.asciz "high"
l_.str.12: ; @.str.12
.asciz "Invalid tshut-polarity specified: %d\n"
l_.str.13: ; @.str.13
.asciz "rockchip,grf"
l_.str.14: ; @.str.14
.asciz "Missing rockchip,grf property\n"
.no_dead_strip _rockchip_configure_from_dt
.subsections_via_symbols
| AnghaBench/linux/drivers/thermal/extr_rockchip_thermal.c_rockchip_configure_from_dt.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _search_val ## -- Begin function search_val
.p2align 4, 0x90
_search_val: ## @search_val
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq 8(%rdi), %rdx
movl $-1, %eax
testq %rdx, %rdx
je LBB0_5
## %bb.1:
movl $1, %ecx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq %rdi, %r8
cmpl %esi, (%rdi)
je LBB0_3
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
movq %rdx, %rdi
incl %ecx
movq 8(%rdx), %rdx
testq %rdx, %rdx
jne LBB0_2
LBB0_5:
popq %rbp
retq
LBB0_3:
movl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insert_node ## -- Begin function insert_node
.p2align 4, 0x90
_insert_node: ## @insert_node
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %r14d
movq %rdi, %rbx
movl $8, %edi
callq _malloc
cmpl $2, %r14d
jl LBB1_6
## %bb.1:
leal -1(%r14), %edx
addl $-2, %r14d
movl %edx, %ecx
andl $7, %ecx
cmpl $7, %r14d
jb LBB1_4
## %bb.2:
andl $-8, %edx
.p2align 4, 0x90
LBB1_3: ## =>This Inner Loop Header: Depth=1
movq 8(%rbx), %rsi
movq 8(%rsi), %rsi
movq 8(%rsi), %rsi
movq 8(%rsi), %rsi
movq 8(%rsi), %rsi
movq 8(%rsi), %rsi
movq 8(%rsi), %rsi
movq 8(%rsi), %rbx
addl $-8, %edx
jne LBB1_3
LBB1_4:
testl %ecx, %ecx
je LBB1_6
.p2align 4, 0x90
LBB1_5: ## =>This Inner Loop Header: Depth=1
movq 8(%rbx), %rbx
decl %ecx
jne LBB1_5
LBB1_6:
movq 8(%rbx), %rcx
movq %rax, 8(%rbx)
movq %rcx, 8(%rax)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _remove_node ## -- Begin function remove_node
.p2align 4, 0x90
_remove_node: ## @remove_node
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
## kill: def $esi killed $esi def $rsi
leal -1(%rsi), %edx
addl $-2, %esi
movl %edx, %eax
andl $7, %eax
cmpl $7, %esi
jae LBB2_2
## %bb.1:
## implicit-def: $rcx
testl %eax, %eax
jne LBB2_6
jmp LBB2_8
LBB2_2:
andl $-8, %edx
.p2align 4, 0x90
LBB2_3: ## =>This Inner Loop Header: Depth=1
movq 8(%rdi), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rdi
addl $-8, %edx
jne LBB2_3
## %bb.4:
addq $8, %rcx
testl %eax, %eax
je LBB2_8
.p2align 4, 0x90
LBB2_6: ## =>This Inner Loop Header: Depth=1
movq %rdi, %rcx
movq 8(%rdi), %rdi
decl %eax
jne LBB2_6
## %bb.7:
addq $8, %rcx
LBB2_8:
movq 8(%rdi), %rax
movq %rax, (%rcx)
popq %rbp
jmp _free ## TAILCALL
.cfi_endproc
## -- End function
.globl _print_list ## -- Begin function print_list
.p2align 4, 0x90
_print_list: ## @print_list
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
cmpq $0, 8(%rdi)
je LBB3_3
## %bb.1:
movq %rdi, %rbx
leaq L_.str(%rip), %r14
.p2align 4, 0x90
LBB3_2: ## =>This Inner Loop Header: Depth=1
movl (%rbx), %esi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movq 8(%rbx), %rbx
cmpq $0, 8(%rbx)
jne LBB3_2
LBB3_3:
movl $10, %edi
popq %rbx
popq %r14
popq %rbp
jmp _putchar ## TAILCALL
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movl $8, %edi
callq _malloc
movq %rax, %r14
movq 8(%rbx), %rdi
xorl %esi, %esi
xorl %edx, %edx
callq _strtol
movq %rax, %r15
movq $0, 8(%r14)
cmpl $2, %r15d
jl LBB4_20
## %bb.1:
negl %r15d
movl $2, %ebx
movq %r14, %r12
.p2align 4, 0x90
LBB4_2: ## =>This Inner Loop Header: Depth=1
movl $8, %edi
callq _malloc
movq %rax, 8(%r12)
movq $0, 8(%rax)
movl %ebx, (%rax)
leal (%r15,%rbx), %ecx
incl %ecx
movl %ebx, %edx
incl %edx
movq %rax, %r12
movl %edx, %ebx
cmpl $1, %ecx
jne LBB4_2
## %bb.3:
movq 8(%r14), %r13
testq %r13, %r13
sete %al
je LBB4_20
## %bb.4:
movb %al, -41(%rbp) ## 1-byte Spill
leaq L_.str(%rip), %rdi
movl $1, %ebx
movl $1, %esi
xorl %eax, %eax
callq _printf
movq 8(%r14), %r12
cmpq $0, 8(%r12)
je LBB4_7
## %bb.5:
leaq L_.str(%rip), %r15
.p2align 4, 0x90
LBB4_6: ## =>This Inner Loop Header: Depth=1
movl (%r12), %esi
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movq 8(%r12), %r12
cmpq $0, 8(%r12)
jne LBB4_6
LBB4_7:
movl $10, %edi
callq _putchar
movq %r13, %rax
movb -41(%rbp), %r12b ## 1-byte Reload
.p2align 4, 0x90
LBB4_8: ## =>This Inner Loop Header: Depth=1
movq 8(%rax), %rcx
testq %rcx, %rcx
je LBB4_9
## %bb.10: ## in Loop: Header=BB4_8 Depth=1
incl %ebx
cmpl $5, (%rax)
movq %rcx, %rax
jne LBB4_8
jmp LBB4_11
LBB4_20:
movl $10, %edi
callq _putchar
movl $-1, %ebx
movb $1, %r12b
xorl %r13d, %r13d
jmp LBB4_11
LBB4_9:
movl $-1, %ebx
LBB4_11:
leaq L_.str.2(%rip), %rdi
movl $5, %esi
movl %ebx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.3(%rip), %rdi
movl $8, %esi
xorl %eax, %eax
callq _printf
movq 8(%r13), %rax
movq 8(%rax), %rax
movq 8(%rax), %rax
movq 8(%rax), %rax
movq 8(%rax), %rax
movq 8(%rax), %rdi
movq 8(%rdi), %rcx
movq %rcx, 8(%rax)
callq _free
testb %r12b, %r12b
jne LBB4_15
## %bb.12:
leaq L_.str(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
movq 8(%r14), %rbx
cmpq $0, 8(%rbx)
je LBB4_15
## %bb.13:
leaq L_.str(%rip), %r15
.p2align 4, 0x90
LBB4_14: ## =>This Inner Loop Header: Depth=1
movl (%rbx), %esi
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movq 8(%rbx), %rbx
cmpq $0, 8(%rbx)
jne LBB4_14
LBB4_15:
movl $10, %edi
callq _putchar
leaq L_.str.4(%rip), %rdi
movl $10, %esi
xorl %eax, %eax
callq _printf
movl $8, %edi
callq _malloc
movq 8(%r13), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rcx
movq 8(%rcx), %rdx
movq %rax, 8(%rcx)
movq %rdx, 8(%rax)
testb %r12b, %r12b
jne LBB4_19
## %bb.16:
leaq L_.str(%rip), %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
movq 8(%r14), %rbx
cmpq $0, 8(%rbx)
je LBB4_19
## %bb.17:
leaq L_.str(%rip), %r14
.p2align 4, 0x90
LBB4_18: ## =>This Inner Loop Header: Depth=1
movl (%rbx), %esi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movq 8(%rbx), %rbx
cmpq $0, 8(%rbx)
jne LBB4_18
LBB4_19:
movl $10, %edi
callq _putchar
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d "
L_.str.2: ## @.str.2
.asciz "target: %d, index: %d\n"
L_.str.3: ## @.str.3
.asciz "delete node: %d\n"
L_.str.4: ## @.str.4
.asciz "insert node: %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _search_val ; -- Begin function search_val
.p2align 2
_search_val: ; @search_val
.cfi_startproc
; %bb.0:
ldr x9, [x0, #8]
cbz x9, LBB0_4
; %bb.1:
mov x8, x0
mov w0, #1
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr w10, [x8]
cmp w10, w1
b.eq LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
mov x8, x9
add w0, w0, #1
ldr x9, [x9, #8]
cbnz x9, LBB0_2
LBB0_4:
mov w0, #-1
LBB0_5:
ret
.cfi_endproc
; -- End function
.globl _insert_node ; -- Begin function insert_node
.p2align 2
_insert_node: ; @insert_node
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x1
mov x19, x0
mov w0, #8
bl _malloc
cmp w20, #2
b.lt LBB1_3
; %bb.1:
sub w8, w20, #1
LBB1_2: ; =>This Inner Loop Header: Depth=1
ldr x19, [x19, #8]
subs w8, w8, #1
b.ne LBB1_2
LBB1_3:
ldr x8, [x19, #8]
str x0, [x19, #8]
str x8, [x0, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _remove_node ; -- Begin function remove_node
.p2align 2
_remove_node: ; @remove_node
.cfi_startproc
; %bb.0:
sub w8, w1, #1
LBB2_1: ; =>This Inner Loop Header: Depth=1
mov x9, x0
ldr x0, [x0, #8]
subs w8, w8, #1
b.ne LBB2_1
; %bb.2:
ldr x8, [x0, #8]
str x8, [x9, #8]
b _free
.cfi_endproc
; -- End function
.globl _print_list ; -- Begin function print_list
.p2align 2
_print_list: ; @print_list
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
ldr x8, [x0, #8]
cbz x8, LBB3_3
; %bb.1:
mov x19, x0
Lloh0:
adrp x20, l_.str@PAGE
Lloh1:
add x20, x20, l_.str@PAGEOFF
LBB3_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [x19]
str x8, [sp]
mov x0, x20
bl _printf
ldr x19, [x19, #8]
ldr x8, [x19, #8]
cbnz x8, LBB3_2
LBB3_3:
mov w0, #10
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
b _putchar
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x20, x1
mov w0, #8
bl _malloc
mov x19, x0
ldr x0, [x20, #8]
mov x1, #0
mov w2, #0
bl _strtol
mov x20, x0
str xzr, [x19, #8]
cmp w20, #2
b.lt LBB4_10
; %bb.1:
mov w21, #1
mov x22, x19
LBB4_2: ; =>This Inner Loop Header: Depth=1
add w21, w21, #1
mov w0, #8
bl _malloc
str x0, [x22, #8]
str xzr, [x0, #8]
str w21, [x0]
mov x22, x0
cmp w20, w21
b.ne LBB4_2
; %bb.3:
ldr x22, [x19, #8]
cmp x22, #0
cset w21, eq
cbz x22, LBB4_10
; %bb.4:
mov w8, #1
str x8, [sp]
Lloh2:
adrp x0, l_.str@PAGE
Lloh3:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x23, [x19, #8]
ldr x8, [x23, #8]
cbz x8, LBB4_7
; %bb.5:
Lloh4:
adrp x20, l_.str@PAGE
Lloh5:
add x20, x20, l_.str@PAGEOFF
LBB4_6: ; =>This Inner Loop Header: Depth=1
ldr w8, [x23]
str x8, [sp]
mov x0, x20
bl _printf
ldr x23, [x23, #8]
ldr x8, [x23, #8]
cbnz x8, LBB4_6
LBB4_7:
mov w0, #10
bl _putchar
mov w8, #1
mov x9, x22
LBB4_8: ; =>This Inner Loop Header: Depth=1
ldr x10, [x9, #8]
cbz x10, LBB4_11
; %bb.9: ; in Loop: Header=BB4_8 Depth=1
add w8, w8, #1
ldr w11, [x9]
mov x9, x10
cmp w11, #5
b.ne LBB4_8
b LBB4_12
LBB4_10:
mov w0, #10
bl _putchar
mov x22, #0
mov w8, #-1
mov w21, #1
b LBB4_12
LBB4_11:
mov w8, #-1
LBB4_12:
mov w9, #5
stp x9, x8, [sp]
Lloh6:
adrp x0, l_.str.2@PAGE
Lloh7:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w8, #8
str x8, [sp]
Lloh8:
adrp x0, l_.str.3@PAGE
Lloh9:
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldr x8, [x22, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x0, [x8, #8]
ldr x9, [x0, #8]
str x9, [x8, #8]
bl _free
tbnz w21, #0, LBB4_16
; %bb.13:
mov w8, #1
str x8, [sp]
Lloh10:
adrp x0, l_.str@PAGE
Lloh11:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x23, [x19, #8]
ldr x8, [x23, #8]
cbz x8, LBB4_16
; %bb.14:
Lloh12:
adrp x20, l_.str@PAGE
Lloh13:
add x20, x20, l_.str@PAGEOFF
LBB4_15: ; =>This Inner Loop Header: Depth=1
ldr w8, [x23]
str x8, [sp]
mov x0, x20
bl _printf
ldr x23, [x23, #8]
ldr x8, [x23, #8]
cbnz x8, LBB4_15
LBB4_16:
mov w20, #10
mov w0, #10
bl _putchar
str x20, [sp]
Lloh14:
adrp x0, l_.str.4@PAGE
Lloh15:
add x0, x0, l_.str.4@PAGEOFF
bl _printf
mov w0, #8
bl _malloc
ldr x8, [x22, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x8, [x8, #8]
ldr x9, [x8, #8]
str x0, [x8, #8]
str x9, [x0, #8]
tbnz w21, #0, LBB4_20
; %bb.17:
mov w8, #1
str x8, [sp]
Lloh16:
adrp x0, l_.str@PAGE
Lloh17:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x20, [x19, #8]
ldr x8, [x20, #8]
cbz x8, LBB4_20
; %bb.18:
Lloh18:
adrp x19, l_.str@PAGE
Lloh19:
add x19, x19, l_.str@PAGEOFF
LBB4_19: ; =>This Inner Loop Header: Depth=1
ldr w8, [x20]
str x8, [sp]
mov x0, x19
bl _printf
ldr x20, [x20, #8]
ldr x8, [x20, #8]
cbnz x8, LBB4_19
LBB4_20:
mov w0, #10
bl _putchar
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh18, Lloh19
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d "
l_.str.2: ; @.str.2
.asciz "target: %d, index: %d\n"
l_.str.3: ; @.str.3
.asciz "delete node: %d\n"
l_.str.4: ; @.str.4
.asciz "insert node: %d\n"
.subsections_via_symbols
| the_stack_data/173577222.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
callq _getchar
cmpl $-1, %eax
je LBB0_15
## %bb.1:
leaq L_.str(%rip), %rbx
leaq L_.str.3(%rip), %r15
leaq L_.str.1(%rip), %r12
leaq L_.str.4(%rip), %r13
xorl %r14d, %r14d
jmp LBB0_2
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_2 Depth=1
callq _getchar
cmpl $-1, %eax
je LBB0_15
LBB0_2: ## =>This Inner Loop Header: Depth=1
cmpl $33, %eax
jl LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
movl %eax, %esi
movl %eax, %edx
xorl %eax, %eax
callq _printf
jmp LBB0_12
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
cmpl $9, %eax
je LBB0_8
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
cmpl $10, %eax
je LBB0_9
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
cmpl $32, %eax
jne LBB0_10
## %bb.7: ## in Loop: Header=BB0_2 Depth=1
movq %r12, %rdi
movl $32, %esi
jmp LBB0_11
LBB0_9: ## in Loop: Header=BB0_2 Depth=1
movq %r15, %rdi
movl $10, %esi
jmp LBB0_11
LBB0_8: ## in Loop: Header=BB0_2 Depth=1
leaq L_.str.2(%rip), %rdi
movl $9, %esi
jmp LBB0_11
LBB0_10: ## in Loop: Header=BB0_2 Depth=1
addl $64, %eax
movq %r13, %rdi
movl %eax, %esi
LBB0_11: ## in Loop: Header=BB0_2 Depth=1
xorl %eax, %eax
callq _printf
LBB0_12: ## in Loop: Header=BB0_2 Depth=1
incl %r14d
cmpl $10, %r14d
jne LBB0_14
## %bb.13: ## in Loop: Header=BB0_2 Depth=1
movl $10, %edi
callq _putchar
xorl %r14d, %r14d
jmp LBB0_14
LBB0_15:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%c:%d "
L_.str.1: ## @.str.1
.asciz "' ':%d "
L_.str.2: ## @.str.2
.asciz "\\t:%d "
L_.str.3: ## @.str.3
.asciz "\\n:%d "
L_.str.4: ## @.str.4
.asciz "^%c:%d "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
bl _getchar
; kill: def $w0 killed $w0 def $x0
cmn w0, #1
b.eq LBB0_14
; %bb.1:
mov w25, #0
Lloh0:
adrp x19, l_.str@PAGE
Lloh1:
add x19, x19, l_.str@PAGEOFF
mov w24, #10
Lloh2:
adrp x20, l_.str.2@PAGE
Lloh3:
add x20, x20, l_.str.2@PAGEOFF
Lloh4:
adrp x21, l_.str.3@PAGE
Lloh5:
add x21, x21, l_.str.3@PAGEOFF
mov w26, #9
mov w27, #32
Lloh6:
adrp x22, l_.str.1@PAGE
Lloh7:
add x22, x22, l_.str.1@PAGEOFF
Lloh8:
adrp x23, l_.str.4@PAGE
Lloh9:
add x23, x23, l_.str.4@PAGEOFF
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
bl _getchar
; kill: def $w0 killed $w0 def $x0
cmn w0, #1
b.eq LBB0_14
LBB0_3: ; =>This Inner Loop Header: Depth=1
cmp w0, #33
b.lt LBB0_5
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
stp x0, x0, [sp]
mov x0, x19
b LBB0_12
LBB0_5: ; in Loop: Header=BB0_3 Depth=1
cmp w0, #9
b.eq LBB0_10
; %bb.6: ; in Loop: Header=BB0_3 Depth=1
cmp w0, #10
b.eq LBB0_9
; %bb.7: ; in Loop: Header=BB0_3 Depth=1
cmp w0, #32
b.ne LBB0_11
; %bb.8: ; in Loop: Header=BB0_3 Depth=1
str x27, [sp]
mov x0, x22
b LBB0_12
LBB0_9: ; in Loop: Header=BB0_3 Depth=1
str x24, [sp]
mov x0, x21
b LBB0_12
LBB0_10: ; in Loop: Header=BB0_3 Depth=1
str x26, [sp]
mov x0, x20
b LBB0_12
LBB0_11: ; in Loop: Header=BB0_3 Depth=1
add w8, w0, #64
str x8, [sp]
mov x0, x23
LBB0_12: ; in Loop: Header=BB0_3 Depth=1
bl _printf
add w25, w25, #1
cmp w25, #10
b.ne LBB0_2
; %bb.13: ; in Loop: Header=BB0_3 Depth=1
mov w0, #10
bl _putchar
mov w25, #0
b LBB0_2
LBB0_14:
mov w0, #0
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%c:%d "
l_.str.1: ; @.str.1
.asciz "' ':%d "
l_.str.2: ; @.str.2
.asciz "\\t:%d "
l_.str.3: ; @.str.3
.asciz "\\n:%d "
l_.str.4: ; @.str.4
.asciz "^%c:%d "
.subsections_via_symbols
| the_stack_data/136076.c | stack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.