x86
stringlengths
122
5.97M
arm
stringlengths
122
5.84M
file
stringlengths
18
195
source
stringclasses
3 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 pushq %rax .cfi_offset %rbx, -24 leaq L_.str(%rip), %rdi leaq -12(%rbp), %rsi xorl %eax, %eax callq _scanf movl $1, %ebx cmpl $1, %eax jne LBB0_1 ## %bb.2: movl -12(%rbp), %edx cmpl $10000, %edx ## imm = 0x2710 jge LBB0_4 ## %bb.3: leaq L_str.6(%rip), %rdi jmp LBB0_8 LBB0_1: leaq L_str.7(%rip), %rdi jmp LBB0_8 LBB0_4: movl %edx, %ecx movl $3518437209, %esi ## imm = 0xD1B71759 imulq %rcx, %rsi shrq $45, %rsi movl $3435973837, %ebx ## imm = 0xCCCCCCCD movq %rcx, %rdi imulq %rbx, %rdi shrq $35, %rdi addl %edi, %edi leal (%rdi,%rdi,4), %edi movl %edx, %eax subl %edi, %eax cmpl %eax, %esi jne LBB0_7 ## %bb.5: imulq $274877907, %rcx, %rax ## imm = 0x10624DD3 shrq $38, %rax movq %rax, %rsi imulq %rbx, %rsi shrq $35, %rsi addl %esi, %esi leal (%rsi,%rsi,4), %esi subl %esi, %eax imulq $1374389535, %rcx, %rcx ## imm = 0x51EB851F shrq $37, %rcx imull $100, %ecx, %ecx subl %ecx, %edx imull $205, %edx, %ecx movzwl %cx, %ecx shrl $11, %ecx cmpl %ecx, %eax jne LBB0_7 ## %bb.6: xorl %ebx, %ebx leaq L_str.5(%rip), %rdi jmp LBB0_8 LBB0_7: xorl %ebx, %ebx leaq L_str(%rip), %rdi LBB0_8: callq _puts movl %ebx, %eax addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_str: ## @str .asciz "Not a palindrome" L_str.5: ## @str.5 .asciz "Palindrome" L_str.6: ## @str.6 .asciz "The number is not five-digit or negative" L_str.7: ## @str.7 .asciz "Wrong input" .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 add x8, sp, #12 str x8, [sp] Lloh0: adrp x0, l_.str@PAGE Lloh1: add x0, x0, l_.str@PAGEOFF bl _scanf cmp w0, #1 b.ne LBB0_3 ; %bb.1: ldr w8, [sp, #12] mov w9, #10000 cmp w8, w9 b.ge LBB0_4 ; %bb.2: mov w19, #1 Lloh2: adrp x0, l_str.6@PAGE Lloh3: add x0, x0, l_str.6@PAGEOFF b LBB0_8 LBB0_3: mov w19, #1 Lloh4: adrp x0, l_str.7@PAGE Lloh5: add x0, x0, l_str.7@PAGEOFF b LBB0_8 LBB0_4: mov w9, #5977 movk w9, #53687, lsl #16 umull x9, w8, w9 lsr x10, x9, #45 mov w9, #52429 movk w9, #52428, lsl #16 umull x9, w8, w9 lsr x11, x9, #35 mov w9, #10 msub w11, w11, w9, w8 cmp w10, w11 b.ne LBB0_7 ; %bb.5: mov w10, #19923 movk w10, #4194, lsl #16 umull x10, w8, w10 lsr x10, x10, #38 mov w11, #52429 movk w11, #52428, lsl #16 mul x11, x10, x11 lsr x11, x11, #35 msub w9, w11, w9, w10 mov w10, #34079 movk w10, #20971, lsl #16 umull x10, w8, w10 lsr x10, x10, #37 mov w11, #100 msub w8, w10, w11, w8 mov w10, #205 mul w8, w8, w10 cmp w9, w8, lsr #11 b.ne LBB0_7 ; %bb.6: mov w19, #0 Lloh6: adrp x0, l_str.5@PAGE Lloh7: add x0, x0, l_str.5@PAGEOFF b LBB0_8 LBB0_7: mov w19, #0 Lloh8: adrp x0, l_str@PAGE Lloh9: add x0, x0, l_str@PAGEOFF LBB0_8: bl _puts mov x0, x19 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 Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh8, Lloh9 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_str: ; @str .asciz "Not a palindrome" l_str.5: ; @str.5 .asciz "Palindrome" l_str.6: ; @str.6 .asciz "The number is not five-digit or negative" l_str.7: ; @str.7 .asciz "Wrong input" .subsections_via_symbols
the_stack_data/799560.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function kvm_mmu_page_unlink_children _kvm_mmu_page_unlink_children: ## @kvm_mmu_page_unlink_children .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 _PT64_ENT_PER_PAGE@GOTPCREL(%rip), %r15 cmpl $0, (%r15) je LBB0_3 ## %bb.1: movq %rsi, %r12 movq %rdi, %r14 xorl %ebx, %ebx .p2align 4, 0x90 LBB0_2: ## =>This Inner Loop Header: Depth=1 movq (%r12), %rdx addq %rbx, %rdx movq %r14, %rdi movq %r12, %rsi callq _mmu_page_zap_pte incq %rbx movl (%r15), %eax cmpq %rax, %rbx jb LBB0_2 LBB0_3: popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _PT64_ENT_PER_PAGE,4,2 ## @PT64_ENT_PER_PAGE .no_dead_strip _kvm_mmu_page_unlink_children .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function kvm_mmu_page_unlink_children _kvm_mmu_page_unlink_children: ; @kvm_mmu_page_unlink_children .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, _PT64_ENT_PER_PAGE@GOTPAGE Lloh1: ldr x21, [x21, _PT64_ENT_PER_PAGE@GOTPAGEOFF] ldr w8, [x21] cbz w8, LBB0_3 ; %bb.1: mov x19, x1 mov x20, x0 mov x22, #0 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19] add x2, x22, x8 mov x0, x20 mov x1, x19 bl _mmu_page_zap_pte add x22, x22, #1 ldr w8, [x21] cmp x22, x8 b.lo 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 .loh AdrpLdrGot Lloh0, Lloh1 .cfi_endproc ; -- End function .comm _PT64_ENT_PER_PAGE,4,2 ; @PT64_ENT_PER_PAGE .no_dead_strip _kvm_mmu_page_unlink_children .subsections_via_symbols
AnghaBench/linux/arch/x86/kvm/extr_mmu.c_kvm_mmu_page_unlink_children.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function humidity_parse_report _humidity_parse_report: ## @humidity_parse_report .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 %r8, %r15 movl %ecx, %ebx movq %rdx, %r14 movq %rsi, %rdi movq _HID_INPUT_REPORT@GOTPCREL(%rip), %rax movl (%rax), %esi movq _HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY@GOTPCREL(%rip), %rax movl (%rax), %ecx leaq 24(%r8), %r13 movq %rdi, -56(%rbp) ## 8-byte Spill movl %ebx, -44(%rbp) ## 4-byte Spill movl %ebx, %edx movq %r13, %r8 callq _sensor_hub_input_get_attribute_info movl %eax, %r12d testl %eax, %eax js LBB0_3 ## %bb.1: movl 32(%r15), %edx movq %r14, %rdi xorl %esi, %esi callq _humidity_adjust_channel_bit_mask movq _HID_USAGE_SENSOR_HUMIDITY@GOTPCREL(%rip), %rax movl (%rax), %edi leaq 20(%r15), %rdx leaq 16(%r15), %rcx movq %r13, %rsi callq _hid_sensor_format_scale movl %eax, 40(%r15) cmpq $0, (%r15) jns LBB0_3 ## %bb.2: movq _HID_FEATURE_REPORT@GOTPCREL(%rip), %rax movl (%rax), %esi movq _HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS@GOTPCREL(%rip), %rax movq _HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY@GOTPCREL(%rip), %rcx movl (%rcx), %ecx orl (%rax), %ecx movq -56(%rbp), %rdi ## 8-byte Reload movl -44(%rbp), %edx ## 4-byte Reload movq %r15, %r8 callq _sensor_hub_input_get_attribute_info LBB0_3: movl %r12d, %eax addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _HID_INPUT_REPORT,4,2 ## @HID_INPUT_REPORT .comm _HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY,4,2 ## @HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY .comm _HID_USAGE_SENSOR_HUMIDITY,4,2 ## @HID_USAGE_SENSOR_HUMIDITY .comm _HID_FEATURE_REPORT,4,2 ## @HID_FEATURE_REPORT .comm _HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS,4,2 ## @HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS .no_dead_strip _humidity_parse_report .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function humidity_parse_report _humidity_parse_report: ; @humidity_parse_report .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, x4 mov x20, x3 mov x24, x2 mov x21, x1 Lloh0: adrp x8, _HID_INPUT_REPORT@GOTPAGE Lloh1: ldr x8, [x8, _HID_INPUT_REPORT@GOTPAGEOFF] Lloh2: ldr w1, [x8] Lloh3: adrp x25, _HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY@GOTPAGE Lloh4: ldr x25, [x25, _HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY@GOTPAGEOFF] ldr w3, [x25] add x23, x4, #24 mov x0, x21 mov x2, x20 mov x4, x23 bl _sensor_hub_input_get_attribute_info mov x22, x0 tbnz w0, #31, LBB0_3 ; %bb.1: ldr w2, [x19, #32] mov x0, x24 mov w1, #0 bl _humidity_adjust_channel_bit_mask Lloh5: adrp x8, _HID_USAGE_SENSOR_HUMIDITY@GOTPAGE Lloh6: ldr x8, [x8, _HID_USAGE_SENSOR_HUMIDITY@GOTPAGEOFF] Lloh7: ldr w0, [x8] add x2, x19, #20 add x3, x19, #16 mov x1, x23 bl _hid_sensor_format_scale str w0, [x19, #40] ldr x8, [x19] tbz x8, #63, LBB0_3 ; %bb.2: Lloh8: adrp x8, _HID_FEATURE_REPORT@GOTPAGE Lloh9: ldr x8, [x8, _HID_FEATURE_REPORT@GOTPAGEOFF] Lloh10: ldr w1, [x8] Lloh11: adrp x8, _HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS@GOTPAGE Lloh12: ldr x8, [x8, _HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS@GOTPAGEOFF] Lloh13: ldr w8, [x8] ldr w9, [x25] orr w3, w9, w8 mov x0, x21 mov x2, x20 mov x4, x19 bl _sensor_hub_input_get_attribute_info LBB0_3: mov x0, x22 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 Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7 .loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13 .loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10 .cfi_endproc ; -- End function .comm _HID_INPUT_REPORT,4,2 ; @HID_INPUT_REPORT .comm _HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY,4,2 ; @HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY .comm _HID_USAGE_SENSOR_HUMIDITY,4,2 ; @HID_USAGE_SENSOR_HUMIDITY .comm _HID_FEATURE_REPORT,4,2 ; @HID_FEATURE_REPORT .comm _HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS,4,2 ; @HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS .no_dead_strip _humidity_parse_report .subsections_via_symbols
AnghaBench/linux/drivers/iio/humidity/extr_hid-sensor-humidity.c_humidity_parse_report.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function die _die: ## @die .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, %rdx movq _stderr@GOTPCREL(%rip), %rax movl (%rax), %edi leaq L_.str(%rip), %rsi callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .comm _stderr,4,2 ## @stderr .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Error: %s\n" .no_dead_strip _die .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function die _die: ; @die .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 x2, x0 Lloh0: adrp x8, _stderr@GOTPAGE Lloh1: ldr x8, [x8, _stderr@GOTPAGEOFF] Lloh2: ldr w0, [x8] Lloh3: adrp x1, l_.str@PAGE Lloh4: add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit .loh AdrpAdd Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _stderr,4,2 ; @stderr .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Error: %s\n" .no_dead_strip _die .subsections_via_symbols
AnghaBench/lede/package/lean/default-settings/tools/po2lmo/src/extr_po2lmo.c_die.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function get_index_dtype _get_index_dtype: ## @get_index_dtype .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, %ebx movq %rsi, %r14 movq %rdi, %r15 xorl %ecx, %ecx callq _index_file_exists testq %rax, %rax je LBB0_4 ## %bb.1: movq %rax, %r12 movq %rax, %rdi callq _ce_uptodate testl %eax, %eax je LBB0_9 ## %bb.2: movl 8(%r12), %edi callq _S_ISGITLINK testq %rax, %rax jne LBB0_13 ## %bb.3: movq _DT_REG@GOTPCREL(%rip), %rcx jmp LBB0_14 LBB0_4: movq %r15, %rdi movq %r14, %rsi movl %ebx, %edx callq _index_name_pos movq _DT_UNKNOWN@GOTPCREL(%rip), %rcx testl %eax, %eax jns LBB0_14 ## %bb.5: movq %r14, -56(%rbp) ## 8-byte Spill movl %eax, %ecx notl %ecx cmpl %ecx, (%r15) jge LBB0_6 LBB0_9: movq _DT_UNKNOWN@GOTPCREL(%rip), %rcx jmp LBB0_14 LBB0_6: movslq %ebx, %rdx movq %rdx, -48(%rbp) ## 8-byte Spill movl %ecx, %r13d movl $-2, %r14d subl %eax, %r14d jmp LBB0_7 .p2align 4, 0x90 LBB0_8: ## in Loop: Header=BB0_7 Depth=1 incl %r14d incq %r13 cmpl %r14d, (%r15) jle LBB0_9 LBB0_7: ## =>This Inner Loop Header: Depth=1 movq 8(%r15), %rax movq (%rax,%r13,8), %r12 movq (%r12), %rdi movq -56(%rbp), %rsi ## 8-byte Reload movl %ebx, %edx callq _strncmp testq %rax, %rax jne LBB0_8 ## %bb.10: ## in Loop: Header=BB0_7 Depth=1 movq (%r12), %rax movq -48(%rbp), %rcx ## 8-byte Reload cmpb $47, (%rax,%rcx) jg LBB0_9 ## %bb.11: ## in Loop: Header=BB0_7 Depth=1 jne LBB0_8 ## %bb.12: movq %r12, %rdi callq _ce_uptodate testl %eax, %eax je LBB0_9 LBB0_13: movq _DT_DIR@GOTPCREL(%rip), %rcx LBB0_14: movl (%rcx), %eax addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _DT_UNKNOWN,4,2 ## @DT_UNKNOWN .comm _DT_DIR,4,2 ## @DT_DIR .comm _DT_REG,4,2 ## @DT_REG .no_dead_strip _get_index_dtype .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function get_index_dtype _get_index_dtype: ; @get_index_dtype .cfi_startproc ; %bb.0: stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill 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, x2 mov x20, x1 mov x21, x0 mov w3, #0 ; =0x0 bl _index_file_exists cbz x0, LBB0_3 ; %bb.1: mov x22, x0 bl _ce_uptodate cbz w0, LBB0_5 ; %bb.2: ldr w0, [x22, #8] bl _S_ISGITLINK Lloh0: adrp x8, _DT_DIR@GOTPAGE Lloh1: ldr x8, [x8, _DT_DIR@GOTPAGEOFF] Lloh2: adrp x9, _DT_REG@GOTPAGE Lloh3: ldr x9, [x9, _DT_REG@GOTPAGEOFF] cmp x0, #0 csel x8, x9, x8, eq b LBB0_6 LBB0_3: mov x0, x21 mov x1, x20 mov x2, x19 bl _index_name_pos tbz w0, #31, LBB0_5 ; %bb.4: mvn w8, w0 ldr w9, [x21] cmp w9, w8 b.ge LBB0_7 LBB0_5: Lloh4: adrp x8, _DT_UNKNOWN@GOTPAGE Lloh5: ldr x8, [x8, _DT_UNKNOWN@GOTPAGEOFF] LBB0_6: 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 LBB0_7: mov w9, #-2 ; =0xfffffffe sub w23, w9, w0 ubfiz x24, x8, #3, #32 b LBB0_9 LBB0_8: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [x21] add w23, w23, #1 add x24, x24, #8 cmp w8, w23 b.le LBB0_5 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr x8, [x21, #8] ldr x22, [x8, x24] ldr x0, [x22] mov x1, x20 mov x2, x19 bl _strncmp cbnz x0, LBB0_8 ; %bb.10: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [x22] ldrsb w8, [x8, w19, sxtw] cmp w8, #47 b.gt LBB0_5 ; %bb.11: ; in Loop: Header=BB0_9 Depth=1 b.ne LBB0_8 ; %bb.12: mov x0, x22 bl _ce_uptodate cbz w0, LBB0_5 ; %bb.13: Lloh6: adrp x8, _DT_DIR@GOTPAGE Lloh7: ldr x8, [x8, _DT_DIR@GOTPAGEOFF] b LBB0_6 .loh AdrpLdrGot Lloh2, Lloh3 .loh AdrpLdrGot Lloh0, Lloh1 .loh AdrpLdrGot Lloh4, Lloh5 .loh AdrpLdrGot Lloh6, Lloh7 .cfi_endproc ; -- End function .comm _DT_UNKNOWN,4,2 ; @DT_UNKNOWN .comm _DT_DIR,4,2 ; @DT_DIR .comm _DT_REG,4,2 ; @DT_REG .no_dead_strip _get_index_dtype .subsections_via_symbols
assembly_file_34894.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _svn_eid__hash_set ## -- Begin function svn_eid__hash_set .p2align 4, 0x90 _svn_eid__hash_set: ## @svn_eid__hash_set .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 $16, %rsp .cfi_offset %rbx, -32 .cfi_offset %r14, -24 movq %rdx, %r14 movq %rdi, %rbx movl %esi, -20(%rbp) callq _apr_hash_pool_get leaq -20(%rbp), %rsi movl %eax, %edi movl $4, %edx callq _apr_pmemdup movq %rbx, %rdi movq %rax, %rsi movl $4, %edx movq %r14, %rcx callq _apr_hash_set addq $16, %rsp 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 _svn_eid__hash_set ; -- Begin function svn_eid__hash_set .p2align 2 _svn_eid__hash_set: ; @svn_eid__hash_set .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, x2 mov x20, x0 str w1, [sp, #12] bl _apr_hash_pool_get add x1, sp, #12 mov w2, #4 bl _apr_pmemdup mov x1, x0 mov x0, x20 mov w2, #4 mov x3, x19 bl _apr_hash_set ldp x29, x30, [sp, #32] ; 16-byte Folded Reload ldp x20, x19, [sp, #16] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
AnghaBench/freebsd/contrib/subversion/subversion/libsvn_delta/extr_element.c_svn_eid__hash_set.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function empty_to_dash _empty_to_dash: ## @empty_to_dash .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 callq _isempty testq %rax, %rax leaq L_.str(%rip), %rax cmoveq %rbx, %rax addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "-" .no_dead_strip _empty_to_dash .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function empty_to_dash _empty_to_dash: ; @empty_to_dash .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 bl _isempty Lloh0: adrp x8, l_.str@PAGE Lloh1: add x8, x8, l_.str@PAGEOFF cmp x0, #0 csel x0, x19, x8, eq 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 "-" .no_dead_strip _empty_to_dash .subsections_via_symbols
AnghaBench/systemd/src/basic/extr_string-util.h_empty_to_dash.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 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 _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: mov w0, #55 ret .cfi_endproc ; -- End function .subsections_via_symbols
the_stack_data/68790.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function on_read_alloc _on_read_alloc: ## @on_read_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 %r14 pushq %rbx .cfi_offset %rbx, -32 .cfi_offset %r14, -24 movq %rdx, %r14 movq %rsi, %rbx movq %rsi, %rdi callq _malloc movl %eax, 8(%r14) movq %rbx, (%r14) popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .no_dead_strip _on_read_alloc .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function on_read_alloc _on_read_alloc: ; @on_read_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 x19, x2 mov x20, x1 mov x0, x1 bl _malloc str w0, [x19, #8] str x20, [x19] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .no_dead_strip _on_read_alloc .subsections_via_symbols
AnghaBench/libuv/test/extr_test-ipc.c_on_read_alloc.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function arena_dalloc_bin_locked_impl _arena_dalloc_bin_locked_impl: ## @arena_dalloc_bin_locked_impl .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 %r9, %r12 movq %r8, %r13 movq %rcx, %rbx movq %rdx, %r14 movq %rsi, -56(%rbp) ## 8-byte Spill movq %rdi, -48(%rbp) ## 8-byte Spill movq %r8, %rdi callq _extent_slab_data_get movq %rax, %r15 movq _bin_infos@GOTPCREL(%rip), %rax shlq $2, %rbx addq (%rax), %rbx cmpl $0, 16(%rbp) jne LBB0_4 ## %bb.1: movq _config_fill@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB0_4 ## %bb.2: movq _opt_junk_free@GOTPCREL(%rip), %rax movl (%rax), %edi callq _unlikely testq %rax, %rax je LBB0_4 ## %bb.3: movq %r12, %rdi movq %rbx, %rsi callq _arena_dalloc_junk_small LBB0_4: movq %r13, %rdi movq %r15, %rsi movq %r12, %rdx callq _arena_slab_reg_dalloc movq %r13, %rdi callq _extent_nfree_get cmpl (%rbx), %eax jne LBB0_6 ## %bb.5: movq -56(%rbp), %rbx ## 8-byte Reload movq %rbx, %rdi movq %r13, %rsi movq %r14, %rdx callq _arena_dissociate_bin_slab movq -48(%rbp), %rdi ## 8-byte Reload movq %rbx, %rsi movq %r13, %rdx movq %r14, %rcx callq _arena_dalloc_bin_slab jmp LBB0_9 LBB0_6: cmpl $1, %eax jne LBB0_9 ## %bb.7: cmpq %r13, 8(%r14) je LBB0_9 ## %bb.8: movq -56(%rbp), %rbx ## 8-byte Reload movq %rbx, %rdi movq %r14, %rsi movq %r13, %rdx callq _arena_bin_slabs_full_remove movq -48(%rbp), %rdi ## 8-byte Reload movq %rbx, %rsi movq %r13, %rdx movq %r14, %rcx callq _arena_bin_lower_slab LBB0_9: movq _config_stats@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB0_11 ## %bb.10: incl 4(%r14) decl (%r14) LBB0_11: addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _bin_infos,8,3 ## @bin_infos .comm _config_fill,8,3 ## @config_fill .comm _opt_junk_free,4,2 ## @opt_junk_free .comm _config_stats,8,3 ## @config_stats .no_dead_strip _arena_dalloc_bin_locked_impl .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function arena_dalloc_bin_locked_impl lCPI0_0: .long 4294967295 ; 0xffffffff .long 1 ; 0x1 .section __TEXT,__text,regular,pure_instructions .p2align 2 _arena_dalloc_bin_locked_impl: ; @arena_dalloc_bin_locked_impl .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 x26, x6 mov x23, x5 mov x20, x4 mov x24, x3 mov x19, x2 mov x21, x1 mov x22, x0 mov x0, x4 bl _extent_slab_data_get mov x25, x0 Lloh0: adrp x8, _bin_infos@GOTPAGE Lloh1: ldr x8, [x8, _bin_infos@GOTPAGEOFF] Lloh2: ldr x8, [x8] add x24, x8, x24, lsl #2 cbnz w26, LBB0_4 ; %bb.1: Lloh3: adrp x8, _config_fill@GOTPAGE Lloh4: ldr x8, [x8, _config_fill@GOTPAGEOFF] Lloh5: ldr x8, [x8] cbz x8, LBB0_4 ; %bb.2: Lloh6: adrp x8, _opt_junk_free@GOTPAGE Lloh7: ldr x8, [x8, _opt_junk_free@GOTPAGEOFF] Lloh8: ldr w0, [x8] bl _unlikely cbz x0, LBB0_4 ; %bb.3: mov x0, x23 mov x1, x24 bl _arena_dalloc_junk_small LBB0_4: mov x0, x20 mov x1, x25 mov x2, x23 bl _arena_slab_reg_dalloc mov x0, x20 bl _extent_nfree_get ldr w8, [x24] cmp w0, w8 b.ne LBB0_6 ; %bb.5: mov x0, x21 mov x1, x20 mov x2, x19 bl _arena_dissociate_bin_slab mov x0, x22 mov x1, x21 mov x2, x20 mov x3, x19 bl _arena_dalloc_bin_slab b LBB0_9 LBB0_6: cmp w0, #1 b.ne LBB0_9 ; %bb.7: ldr x8, [x19, #8] cmp x8, x20 b.eq LBB0_9 ; %bb.8: mov x0, x21 mov x1, x19 mov x2, x20 bl _arena_bin_slabs_full_remove mov x0, x22 mov x1, x21 mov x2, x20 mov x3, x19 bl _arena_bin_lower_slab LBB0_9: Lloh9: adrp x8, _config_stats@GOTPAGE Lloh10: ldr x8, [x8, _config_stats@GOTPAGEOFF] Lloh11: ldr x8, [x8] cbz x8, LBB0_11 ; %bb.10: ldr d0, [x19] Lloh12: adrp x8, lCPI0_0@PAGE Lloh13: ldr d1, [x8, lCPI0_0@PAGEOFF] add.2s v0, v0, v1 str d0, [x19] LBB0_11: 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 AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8 .loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11 .loh AdrpLdr Lloh12, Lloh13 .cfi_endproc ; -- End function .comm _bin_infos,8,3 ; @bin_infos .comm _config_fill,8,3 ; @config_fill .comm _opt_junk_free,4,2 ; @opt_junk_free .comm _config_stats,8,3 ; @config_stats .no_dead_strip _arena_dalloc_bin_locked_impl .subsections_via_symbols
AnghaBench/jemalloc/src/extr_arena.c_arena_dalloc_bin_locked_impl.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function frame_create_tx _frame_create_tx: ## @frame_create_tx .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), %rax testq %rax, %rax je LBB0_3 ## %bb.1: movq (%rax), %rax cmpq (%rdi), %rax jle LBB0_2 ## %bb.4: popq %rbp jmp _qe_usb_senddata ## TAILCALL LBB0_3: movq _ENODEV@GOTPCREL(%rip), %rcx xorl %eax, %eax subl (%rcx), %eax popq %rbp retq LBB0_2: xorl %edx, %edx popq %rbp jmp _sendnulldata ## TAILCALL .cfi_endproc ## -- End function .comm _ENODEV,4,2 ## @ENODEV .no_dead_strip _frame_create_tx .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function frame_create_tx _frame_create_tx: ; @frame_create_tx .cfi_startproc ; %bb.0: ldr x8, [x0, #8] cbz x8, LBB0_3 ; %bb.1: ldr x8, [x8] ldr x9, [x0] cmp x8, x9 b.le LBB0_4 ; %bb.2: b _qe_usb_senddata LBB0_3: Lloh0: adrp x8, _ENODEV@GOTPAGE Lloh1: ldr x8, [x8, _ENODEV@GOTPAGEOFF] Lloh2: ldr w8, [x8] neg w0, w8 ret LBB0_4: mov w2, #0 b _sendnulldata .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _ENODEV,4,2 ; @ENODEV .no_dead_strip _frame_create_tx .subsections_via_symbols
AnghaBench/linux/drivers/usb/gadget/udc/extr_fsl_qe_udc.c_frame_create_tx.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function is_opened _is_opened: ## @is_opened .cfi_startproc ## %bb.0: testq %rdi, %rdi je LBB0_2 ## %bb.1: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _DAI_OPENED@GOTPCREL(%rip), %rax movl (%rax), %ecx movl $1, %eax testl %ecx, (%rdi) popq %rbp je LBB0_2 ## %bb.3: retq LBB0_2: xorl %eax, %eax retq .cfi_endproc ## -- End function .comm _DAI_OPENED,4,2 ## @DAI_OPENED .no_dead_strip _is_opened .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function is_opened _is_opened: ; @is_opened .cfi_startproc ; %bb.0: cbz x0, LBB0_3 ; %bb.1: ldr w8, [x0] Lloh0: adrp x9, _DAI_OPENED@GOTPAGE Lloh1: ldr x9, [x9, _DAI_OPENED@GOTPAGEOFF] Lloh2: ldr w9, [x9] tst w9, w8 b.eq LBB0_3 ; %bb.2: mov w0, #1 ret LBB0_3: mov w0, #0 ret .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _DAI_OPENED,4,2 ; @DAI_OPENED .no_dead_strip _is_opened .subsections_via_symbols
AnghaBench/linux/sound/soc/samsung/extr_i2s.c_is_opened.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function pcl818_ai_cancel _pcl818_ai_cancel: ## @pcl818_ai_cancel .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 16(%rdi), %r14 cmpq $0, 8(%r14) je LBB0_11 ## %bb.1: movq %rdi, %rbx movq 24(%r14), %rax testq %rax, %rax je LBB0_8 ## %bb.2: movq (%rsi), %rcx movq 8(%rcx), %rdx movq _TRIG_NONE@GOTPCREL(%rip), %rsi cmpq (%rsi), %rdx je LBB0_5 ## %bb.3: movq _TRIG_COUNT@GOTPCREL(%rip), %rsi cmpq (%rsi), %rdx jne LBB0_7 ## %bb.4: movq (%rcx), %rdx cmpq 16(%rcx), %rdx jge LBB0_7 LBB0_5: cmpl $0, (%r14) je LBB0_6 LBB0_7: movl (%rax), %edi callq _comedi_isadma_disable LBB0_8: movq _PCL818_CTRL_DISABLE_TRIG@GOTPCREL(%rip), %rax movl (%rax), %edi movq _PCL818_CTRL_REG@GOTPCREL(%rip), %rax movq (%rax), %rsi addq (%rbx), %rsi callq _outb movl 8(%rbx), %edi movl $1, %esi movl $2, %edx xorl %ecx, %ecx callq _comedi_8254_pacer_enable movq %rbx, %rdi callq _pcl818_ai_clear_eoc cmpq $0, 16(%r14) je LBB0_10 ## %bb.9: movq _PCL818_FI_INTCLR@GOTPCREL(%rip), %rax movq (%rax), %rsi addq (%rbx), %rsi xorl %edi, %edi callq _outb movq _PCL818_FI_FLUSH@GOTPCREL(%rip), %rax movq (%rax), %rsi addq (%rbx), %rsi xorl %edi, %edi callq _outb movq _PCL818_FI_ENABLE@GOTPCREL(%rip), %rax movq (%rax), %rsi addq (%rbx), %rsi xorl %edi, %edi callq _outb LBB0_10: movq $0, 8(%r14) movl $0, (%r14) LBB0_11: xorl %eax, %eax popq %rbx popq %r14 popq %rbp retq LBB0_6: movl $1, (%r14) jmp LBB0_11 .cfi_endproc ## -- End function .comm _TRIG_NONE,8,3 ## @TRIG_NONE .comm _TRIG_COUNT,8,3 ## @TRIG_COUNT .comm _PCL818_CTRL_DISABLE_TRIG,4,2 ## @PCL818_CTRL_DISABLE_TRIG .comm _PCL818_CTRL_REG,8,3 ## @PCL818_CTRL_REG .comm _PCL818_FI_INTCLR,8,3 ## @PCL818_FI_INTCLR .comm _PCL818_FI_FLUSH,8,3 ## @PCL818_FI_FLUSH .comm _PCL818_FI_ENABLE,8,3 ## @PCL818_FI_ENABLE .no_dead_strip _pcl818_ai_cancel .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function pcl818_ai_cancel _pcl818_ai_cancel: ; @pcl818_ai_cancel .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 x20, [x0, #16] ldr x8, [x20, #8] cbz x8, LBB0_10 ; %bb.1: mov x19, x0 ldr x8, [x20, #24] cbz x8, LBB0_7 ; %bb.2: ldr x9, [x1] ldr x10, [x9, #8] Lloh0: adrp x11, _TRIG_NONE@GOTPAGE Lloh1: ldr x11, [x11, _TRIG_NONE@GOTPAGEOFF] Lloh2: ldr x11, [x11] cmp x10, x11 b.eq LBB0_5 ; %bb.3: Lloh3: adrp x11, _TRIG_COUNT@GOTPAGE Lloh4: ldr x11, [x11, _TRIG_COUNT@GOTPAGEOFF] Lloh5: ldr x11, [x11] cmp x10, x11 b.ne LBB0_6 ; %bb.4: ldr x10, [x9] ldr x9, [x9, #16] cmp x10, x9 b.ge LBB0_6 LBB0_5: ldr w9, [x20] cbz w9, LBB0_11 LBB0_6: ldr w0, [x8] bl _comedi_isadma_disable LBB0_7: Lloh6: adrp x8, _PCL818_CTRL_DISABLE_TRIG@GOTPAGE Lloh7: ldr x8, [x8, _PCL818_CTRL_DISABLE_TRIG@GOTPAGEOFF] Lloh8: ldr w0, [x8] ldr x8, [x19] Lloh9: adrp x9, _PCL818_CTRL_REG@GOTPAGE Lloh10: ldr x9, [x9, _PCL818_CTRL_REG@GOTPAGEOFF] Lloh11: ldr x9, [x9] add x1, x9, x8 bl _outb ldr w0, [x19, #8] mov w1, #1 mov w2, #2 mov w3, #0 bl _comedi_8254_pacer_enable mov x0, x19 bl _pcl818_ai_clear_eoc ldr x8, [x20, #16] cbz x8, LBB0_9 ; %bb.8: ldr x8, [x19] Lloh12: adrp x9, _PCL818_FI_INTCLR@GOTPAGE Lloh13: ldr x9, [x9, _PCL818_FI_INTCLR@GOTPAGEOFF] Lloh14: ldr x9, [x9] add x1, x9, x8 mov w0, #0 bl _outb ldr x8, [x19] Lloh15: adrp x9, _PCL818_FI_FLUSH@GOTPAGE Lloh16: ldr x9, [x9, _PCL818_FI_FLUSH@GOTPAGEOFF] Lloh17: ldr x9, [x9] add x1, x9, x8 mov w0, #0 bl _outb ldr x8, [x19] Lloh18: adrp x9, _PCL818_FI_ENABLE@GOTPAGE Lloh19: ldr x9, [x9, _PCL818_FI_ENABLE@GOTPAGEOFF] Lloh20: ldr x9, [x9] add x1, x9, x8 mov w0, #0 bl _outb LBB0_9: str xzr, [x20, #8] str wzr, [x20] LBB0_10: mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret LBB0_11: mov w8, #1 str w8, [x20] b LBB0_10 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11 .loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8 .loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20 .loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17 .loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14 .cfi_endproc ; -- End function .comm _TRIG_NONE,8,3 ; @TRIG_NONE .comm _TRIG_COUNT,8,3 ; @TRIG_COUNT .comm _PCL818_CTRL_DISABLE_TRIG,4,2 ; @PCL818_CTRL_DISABLE_TRIG .comm _PCL818_CTRL_REG,8,3 ; @PCL818_CTRL_REG .comm _PCL818_FI_INTCLR,8,3 ; @PCL818_FI_INTCLR .comm _PCL818_FI_FLUSH,8,3 ; @PCL818_FI_FLUSH .comm _PCL818_FI_ENABLE,8,3 ; @PCL818_FI_ENABLE .no_dead_strip _pcl818_ai_cancel .subsections_via_symbols
AnghaBench/linux/drivers/staging/comedi/drivers/extr_pcl818.c_pcl818_ai_cancel.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function kernfs_fop_poll _kernfs_fop_poll: ## @kernfs_fop_poll .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, %rbx callq _kernfs_of movq %rax, %r15 movl (%rbx), %edi callq _kernfs_dentry_node movq %rax, %r12 movq %rax, %rdi callq _kernfs_get_active testl %eax, %eax je LBB0_1 ## %bb.2: movq (%r12), %rax movq (%rax), %rax movq %r15, %rdi movq %r14, %rsi testq %rax, %rax je LBB0_4 ## %bb.3: callq *%rax jmp LBB0_5 LBB0_1: movq _DEFAULT_POLLMASK@GOTPCREL(%rip), %rax movq _EPOLLERR@GOTPCREL(%rip), %rcx movl (%rcx), %ebx orl (%rax), %ebx movq _EPOLLPRI@GOTPCREL(%rip), %rax orl (%rax), %ebx jmp LBB0_6 LBB0_4: callq _kernfs_generic_poll LBB0_5: movl %eax, %ebx movq %r12, %rdi callq _kernfs_put_active LBB0_6: movl %ebx, %eax popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _DEFAULT_POLLMASK,4,2 ## @DEFAULT_POLLMASK .comm _EPOLLERR,4,2 ## @EPOLLERR .comm _EPOLLPRI,4,2 ## @EPOLLPRI .no_dead_strip _kernfs_fop_poll .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function kernfs_fop_poll _kernfs_fop_poll: ; @kernfs_fop_poll .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 x19, x0 bl _kernfs_of mov x21, x0 ldr w0, [x19] bl _kernfs_dentry_node mov x19, x0 bl _kernfs_get_active cbz w0, LBB0_3 ; %bb.1: ldr x8, [x19] ldr x8, [x8] cbz x8, LBB0_4 ; %bb.2: mov x0, x21 mov x1, x20 blr x8 b LBB0_5 LBB0_3: Lloh0: adrp x8, _DEFAULT_POLLMASK@GOTPAGE Lloh1: ldr x8, [x8, _DEFAULT_POLLMASK@GOTPAGEOFF] Lloh2: ldr w8, [x8] Lloh3: adrp x9, _EPOLLERR@GOTPAGE Lloh4: ldr x9, [x9, _EPOLLERR@GOTPAGEOFF] Lloh5: ldr w9, [x9] orr w8, w9, w8 Lloh6: adrp x9, _EPOLLPRI@GOTPAGE Lloh7: ldr x9, [x9, _EPOLLPRI@GOTPAGEOFF] Lloh8: ldr w9, [x9] orr w20, w8, w9 b LBB0_6 LBB0_4: mov x0, x21 mov x1, x20 bl _kernfs_generic_poll LBB0_5: mov x20, x0 mov x0, x19 bl _kernfs_put_active LBB0_6: 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 AdrpLdrGotLdr Lloh6, Lloh7, Lloh8 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _DEFAULT_POLLMASK,4,2 ; @DEFAULT_POLLMASK .comm _EPOLLERR,4,2 ; @EPOLLERR .comm _EPOLLPRI,4,2 ; @EPOLLPRI .no_dead_strip _kernfs_fop_poll .subsections_via_symbols
AnghaBench/linux/fs/kernfs/extr_file.c_kernfs_fop_poll.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _in_addr_mask ## -- Begin function in_addr_mask .p2align 4, 0x90 _in_addr_mask: ## @in_addr_mask .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, %ebx movq %rsi, %r14 movl %edi, %r15d movq %rsi, %rdi callq _assert movq _AF_INET@GOTPCREL(%rip), %rax cmpl %r15d, (%rax) jne LBB0_4 ## %bb.1: movzbl %bl, %esi leaq -32(%rbp), %rdi callq _in4_addr_prefixlen_to_netmask testl %eax, %eax je LBB0_2 ## %bb.3: movl -32(%rbp), %eax andl %eax, (%r14) xorl %eax, %eax jmp LBB0_9 LBB0_4: movq _AF_INET6@GOTPCREL(%rip), %rax cmpl %r15d, (%rax) jne LBB0_7 ## %bb.5: xorl %eax, %eax movl $255, %r8d xorl %esi, %esi .p2align 4, 0x90 LBB0_6: ## =>This Inner Loop Header: Depth=1 movl %ebx, %ecx subb $8, %cl negb %cl movl $255, %edi shll %cl, %edi cmpb $8, %bl cmovael %r8d, %edi leal -8(%rbx), %ecx cmpb $8, %bl movzbl %cl, %ebx cmovbl %eax, %ebx movl %ebx, %ecx subb $8, %cl negb %cl movl $255, %edx shll %cl, %edx cmpb $8, %bl cmovael %r8d, %edx leal -8(%rbx), %ecx cmpb $8, %bl movzbl %cl, %ebx cmovbl %eax, %ebx movq (%r14), %rcx andl %edi, (%rcx,%rsi,4) movq (%r14), %rcx andl %edx, 4(%rcx,%rsi,4) addq $2, %rsi cmpq $16, %rsi jne LBB0_6 jmp LBB0_9 LBB0_7: movq _EAFNOSUPPORT@GOTPCREL(%rip), %rcx jmp LBB0_8 LBB0_2: movq _EINVAL@GOTPCREL(%rip), %rcx LBB0_8: xorl %eax, %eax subl (%rcx), %eax LBB0_9: ## kill: def $eax killed $eax killed $rax addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _AF_INET,4,2 ## @AF_INET .comm _EINVAL,4,2 ## @EINVAL .comm _AF_INET6,4,2 ## @AF_INET6 .comm _EAFNOSUPPORT,4,2 ## @EAFNOSUPPORT .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _in_addr_mask ; -- Begin function in_addr_mask .p2align 2 _in_addr_mask: ; @in_addr_mask .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 mov x20, x2 mov x19, x1 mov x21, x0 mov x0, x1 bl _assert Lloh0: adrp x8, _AF_INET@GOTPAGE Lloh1: ldr x8, [x8, _AF_INET@GOTPAGEOFF] Lloh2: ldr w8, [x8] cmp w8, w21 b.ne LBB0_3 ; %bb.1: add x0, sp, #8 mov x1, x20 bl _in4_addr_prefixlen_to_netmask cbz w0, LBB0_8 ; %bb.2: mov w0, #0 ldr w8, [sp, #8] ldr w9, [x19] and w8, w9, w8 str w8, [x19] b LBB0_10 LBB0_3: Lloh3: adrp x8, _AF_INET6@GOTPAGE Lloh4: ldr x8, [x8, _AF_INET6@GOTPAGEOFF] Lloh5: ldr w8, [x8] cmp w8, w21 b.ne LBB0_7 ; %bb.4: mov x8, #0 mov w9, #8 mov w10, #255 LBB0_5: ; =>This Inner Loop Header: Depth=1 sub w11, w20, #8 and w12, w20, #0xff sub w13, w9, w12 lsl w13, w10, w13 cmp w12, #7 csel w20, w11, wzr, hi ldr x11, [x19] ldr w12, [x11, x8] csel w13, w10, w13, hi and w12, w12, w13 str w12, [x11, x8] add x8, x8, #4 cmp x8, #64 b.ne LBB0_5 ; %bb.6: mov w0, #0 b LBB0_10 LBB0_7: Lloh6: adrp x8, _EAFNOSUPPORT@GOTPAGE Lloh7: ldr x8, [x8, _EAFNOSUPPORT@GOTPAGEOFF] b LBB0_9 LBB0_8: Lloh8: adrp x8, _EINVAL@GOTPAGE Lloh9: ldr x8, [x8, _EINVAL@GOTPAGEOFF] LBB0_9: ldr w8, [x8] neg w0, w8 LBB0_10: 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 Lloh3, Lloh4, Lloh5 .loh AdrpLdrGot Lloh6, Lloh7 .loh AdrpLdrGot Lloh8, Lloh9 .cfi_endproc ; -- End function .comm _AF_INET,4,2 ; @AF_INET .comm _EINVAL,4,2 ; @EINVAL .comm _AF_INET6,4,2 ; @AF_INET6 .comm _EAFNOSUPPORT,4,2 ; @EAFNOSUPPORT .subsections_via_symbols
AnghaBench/systemd/src/basic/extr_in-addr-util.c_in_addr_mask.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function euc_jis_20042shift_jis_2004 _euc_jis_20042shift_jis_2004: ## @euc_jis_20042shift_jis_2004 .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 %rsi, -48(%rbp) ## 8-byte Spill testl %edx, %edx jle LBB0_7 ## %bb.1: movl %edx, %r14d movq %rdi, %r15 movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %r12 jmp LBB0_2 LBB0_14: ## in Loop: Header=BB0_2 Depth=1 movzbl 1(%r15), %eax movq -48(%rbp), %rcx ## 8-byte Reload movb %al, (%rcx) incq %rcx movq %rcx, -48(%rbp) ## 8-byte Spill LBB0_32: ## in Loop: Header=BB0_2 Depth=1 movslq %edx, %rax addq %rax, %r15 subl %edx, %r14d movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %r12 testl %r14d, %r14d jle LBB0_7 LBB0_2: ## =>This Inner Loop Header: Depth=1 movzbl (%r15), %ebx movzbl %bl, %r13d movl %r13d, %edi callq _IS_HIGHBIT_SET testl %eax, %eax je LBB0_3 ## %bb.8: ## in Loop: Header=BB0_2 Depth=1 movl (%r12), %edi movq %r15, %rsi movl %r14d, %edx callq _pg_encoding_verifymb movl %eax, %edx testl %eax, %eax js LBB0_9 ## %bb.12: ## in Loop: Header=BB0_2 Depth=1 cmpl $2, %edx jne LBB0_15 ## %bb.13: ## in Loop: Header=BB0_2 Depth=1 movq _SS2@GOTPCREL(%rip), %rax cmpl %r13d, (%rax) je LBB0_14 LBB0_15: ## in Loop: Header=BB0_2 Depth=1 cmpl $3, %edx jne LBB0_34 ## %bb.16: ## in Loop: Header=BB0_2 Depth=1 movq _SS3@GOTPCREL(%rip), %rax cmpl %r13d, (%rax) jne LBB0_34 ## %bb.17: ## in Loop: Header=BB0_2 Depth=1 movzbl 1(%r15), %r13d movzbl 2(%r15), %ebx leal -161(%r13), %eax cmpl $14, %eax ja LBB0_20 ## %bb.18: ## in Loop: Header=BB0_2 Depth=1 movl $30877, %ecx ## imm = 0x789D btl %eax, %ecx jae LBB0_20 ## %bb.19: ## in Loop: Header=BB0_2 Depth=1 leal 1888(%r13), %eax leal 319(%r13), %ecx shrl %ecx shrl $3, %eax imull $253, %eax, %eax addl %ecx, %eax LBB0_22: ## in Loop: Header=BB0_2 Depth=1 movq -48(%rbp), %rcx ## 8-byte Reload movb %al, (%rcx) incq %rcx movq %rcx, -48(%rbp) ## 8-byte Spill testb $1, %r13b jne LBB0_25 LBB0_33: ## in Loop: Header=BB0_2 Depth=1 addb $-2, %bl jmp LBB0_27 .p2align 4, 0x90 LBB0_3: ## in Loop: Header=BB0_2 Depth=1 testb %bl, %bl jne LBB0_5 ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movl (%r12), %edi movq %r15, %rsi movl %r14d, %edx callq _report_invalid_encoding LBB0_5: ## in Loop: Header=BB0_2 Depth=1 movq -48(%rbp), %rax ## 8-byte Reload movb %bl, (%rax) incq %rax movq %rax, -48(%rbp) ## 8-byte Spill incq %r15 decl %r14d testl %r14d, %r14d jg LBB0_2 jmp LBB0_7 .p2align 4, 0x90 LBB0_9: ## in Loop: Header=BB0_2 Depth=1 movl %edx, -52(%rbp) ## 4-byte Spill movl (%r12), %edi movq %r15, %rsi movl %r14d, %edx callq _report_invalid_encoding LBB0_10: ## in Loop: Header=BB0_2 Depth=1 movl (%r12), %edi LBB0_11: ## in Loop: Header=BB0_2 Depth=1 movq %r15, %rsi movl %r14d, %edx callq _report_invalid_encoding movl -52(%rbp), %edx ## 4-byte Reload jmp LBB0_32 LBB0_34: ## in Loop: Header=BB0_2 Depth=1 movl %edx, -52(%rbp) ## 4-byte Spill cmpl $2, %edx movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %r12 jne LBB0_10 ## %bb.35: ## in Loop: Header=BB0_2 Depth=1 movzbl 1(%r15), %r12d leal 95(%rbx), %eax cmpb $61, %al ja LBB0_38 ## %bb.36: ## in Loop: Header=BB0_2 Depth=1 addl $97, %r13d jmp LBB0_37 LBB0_38: ## in Loop: Header=BB0_2 Depth=1 leal 33(%rbx), %eax cmpb $31, %al ja LBB0_40 ## %bb.39: ## in Loop: Header=BB0_2 Depth=1 addl $225, %r13d LBB0_37: ## in Loop: Header=BB0_2 Depth=1 shrl %r13d movq -48(%rbp), %rax ## 8-byte Reload movb %r13b, (%rax) incq %rax movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB0_41 LBB0_40: ## in Loop: Header=BB0_2 Depth=1 movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %rax movl (%rax), %edi movq %r15, %rsi movl %r14d, %edx callq _report_invalid_encoding LBB0_41: ## in Loop: Header=BB0_2 Depth=1 testb $1, %bl movl -52(%rbp), %edx ## 4-byte Reload jne LBB0_42 ## %bb.48: ## in Loop: Header=BB0_2 Depth=1 addb $-2, %r12b jmp LBB0_44 LBB0_42: ## in Loop: Header=BB0_2 Depth=1 leal 95(%r12), %eax cmpb $62, %al ja LBB0_45 ## %bb.43: ## in Loop: Header=BB0_2 Depth=1 addb $-97, %r12b jmp LBB0_44 LBB0_45: ## in Loop: Header=BB0_2 Depth=1 leal 32(%r12), %eax cmpb $30, %al ja LBB0_47 ## %bb.46: ## in Loop: Header=BB0_2 Depth=1 addb $-96, %r12b LBB0_44: ## in Loop: Header=BB0_2 Depth=1 movq -48(%rbp), %rax ## 8-byte Reload movb %r12b, (%rax) jmp LBB0_28 LBB0_20: ## in Loop: Header=BB0_2 Depth=1 leal 18(%r13), %eax cmpb $16, %al ja LBB0_23 ## %bb.21: ## in Loop: Header=BB0_2 Depth=1 leal 251(%r13), %eax shrl %eax jmp LBB0_22 LBB0_47: ## in Loop: Header=BB0_2 Depth=1 movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %rax movl (%rax), %edi jmp LBB0_11 LBB0_23: ## in Loop: Header=BB0_2 Depth=1 movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %rax movl (%rax), %edi movq %r15, %rsi movl %edx, %r12d movl %r14d, %edx callq _report_invalid_encoding movl %r12d, %edx testb $1, %r13b je LBB0_33 LBB0_25: ## in Loop: Header=BB0_2 Depth=1 leal 95(%rbx), %eax cmpb $62, %al ja LBB0_29 ## %bb.26: ## in Loop: Header=BB0_2 Depth=1 addb $-97, %bl jmp LBB0_27 LBB0_29: ## in Loop: Header=BB0_2 Depth=1 leal 32(%rbx), %eax cmpb $30, %al ja LBB0_31 ## %bb.30: ## in Loop: Header=BB0_2 Depth=1 addb $-96, %bl LBB0_27: ## in Loop: Header=BB0_2 Depth=1 movq -48(%rbp), %rax ## 8-byte Reload movb %bl, (%rax) LBB0_28: ## in Loop: Header=BB0_2 Depth=1 incq %rax movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB0_32 LBB0_31: ## in Loop: Header=BB0_2 Depth=1 movq _PG_EUC_JIS_2004@GOTPCREL(%rip), %rax movl (%rax), %edi movq %r15, %rsi movl %edx, %ebx movl %r14d, %edx callq _report_invalid_encoding movl %ebx, %edx jmp LBB0_32 LBB0_7: movq -48(%rbp), %rax ## 8-byte Reload movb $0, (%rax) addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _PG_EUC_JIS_2004,4,2 ## @PG_EUC_JIS_2004 .comm _SS2,4,2 ## @SS2 .comm _SS3,4,2 ## @SS3 .no_dead_strip _euc_jis_20042shift_jis_2004 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function euc_jis_20042shift_jis_2004 _euc_jis_20042shift_jis_2004: ; @euc_jis_20042shift_jis_2004 .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill 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 x19, x1 cmp w2, #1 b.lt LBB0_38 ; %bb.1: mov x20, x2 mov x21, x0 Lloh0: adrp x24, _PG_EUC_JIS_2004@GOTPAGE Lloh1: ldr x24, [x24, _PG_EUC_JIS_2004@GOTPAGEOFF] Lloh2: adrp x25, _SS2@GOTPAGE Lloh3: ldr x25, [x25, _SS2@GOTPAGEOFF] mov w27, #30877 ; =0x789d Lloh4: adrp x28, _SS3@GOTPAGE Lloh5: ldr x28, [x28, _SS3@GOTPAGEOFF] b LBB0_5 LBB0_2: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [x21, #1] LBB0_3: ; in Loop: Header=BB0_5 Depth=1 strb w8, [x19], #1 LBB0_4: ; in Loop: Header=BB0_5 Depth=1 add x21, x21, w22, sxtw sub w20, w20, w22 cmp w20, #0 b.le LBB0_38 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldrb w23, [x21] mov x0, x23 bl _IS_HIGHBIT_SET cbz w0, LBB0_12 ; %bb.6: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x24] mov x1, x21 mov x2, x20 bl _pg_encoding_verifymb mov x22, x0 tbnz w0, #31, LBB0_15 ; %bb.7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [x25] cmp w22, #2 ccmp w8, w23, #0, eq b.eq LBB0_2 ; %bb.8: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [x28] cmp w22, #3 ccmp w8, w23, #0, eq b.eq LBB0_17 ; %bb.9: ; in Loop: Header=BB0_5 Depth=1 cmp w22, #2 b.ne LBB0_16 ; %bb.10: ; in Loop: Header=BB0_5 Depth=1 ldrb w26, [x21, #1] sub w8, w23, #161 cmp w8, #61 b.hi LBB0_22 ; %bb.11: ; in Loop: Header=BB0_5 Depth=1 add w8, w23, #97 b LBB0_24 LBB0_12: ; in Loop: Header=BB0_5 Depth=1 cbnz w23, LBB0_14 ; %bb.13: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x24] mov x1, x21 mov x2, x20 bl _report_invalid_encoding LBB0_14: ; in Loop: Header=BB0_5 Depth=1 strb w23, [x19], #1 add x21, x21, #1 sub w20, w20, #1 cmp w20, #0 b.gt LBB0_5 b LBB0_38 LBB0_15: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x24] mov x1, x21 mov x2, x20 bl _report_invalid_encoding LBB0_16: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x24] mov x1, x21 mov x2, x20 bl _report_invalid_encoding b LBB0_4 LBB0_17: ; in Loop: Header=BB0_5 Depth=1 ldrb w26, [x21, #1] ldrb w23, [x21, #2] sub w8, w26, #161 cmp w8, #14 b.hi LBB0_31 ; %bb.18: ; in Loop: Header=BB0_5 Depth=1 mov w9, #1 ; =0x1 lsl w8, w9, w8 tst w8, w27 b.eq LBB0_31 ; %bb.19: ; in Loop: Header=BB0_5 Depth=1 add w8, w26, #1888 add w9, w26, #319 lsr w8, w8, #3 mov w10, #253 ; =0xfd mul w8, w8, w10 add w8, w8, w9, lsr #1 LBB0_20: ; in Loop: Header=BB0_5 Depth=1 strb w8, [x19], #1 tbnz w26, #0, LBB0_34 LBB0_21: ; in Loop: Header=BB0_5 Depth=1 sub w8, w23, #2 b LBB0_3 LBB0_22: ; in Loop: Header=BB0_5 Depth=1 sub w8, w23, #223 cmp w8, #31 b.hi LBB0_26 ; %bb.23: ; in Loop: Header=BB0_5 Depth=1 add w8, w23, #225 LBB0_24: ; in Loop: Header=BB0_5 Depth=1 lsr w8, w8, #1 strb w8, [x19], #1 tbnz w23, #0, LBB0_27 LBB0_25: ; in Loop: Header=BB0_5 Depth=1 sub w8, w26, #2 b LBB0_3 LBB0_26: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x24] mov x1, x21 mov x2, x20 bl _report_invalid_encoding tbz w23, #0, LBB0_25 LBB0_27: ; in Loop: Header=BB0_5 Depth=1 add w8, w26, #95 and w8, w8, #0xff cmp w8, #62 b.hi LBB0_29 ; %bb.28: ; in Loop: Header=BB0_5 Depth=1 sub w8, w26, #97 b LBB0_3 LBB0_29: ; in Loop: Header=BB0_5 Depth=1 add w8, w26, #32 and w8, w8, #0xff cmp w8, #30 b.hi LBB0_16 ; %bb.30: ; in Loop: Header=BB0_5 Depth=1 sub w8, w26, #96 b LBB0_3 LBB0_31: ; in Loop: Header=BB0_5 Depth=1 sub w8, w26, #238 cmp w8, #16 b.hi LBB0_33 ; %bb.32: ; in Loop: Header=BB0_5 Depth=1 add w8, w26, #251 lsr w8, w8, #1 b LBB0_20 LBB0_33: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x24] mov x1, x21 mov x2, x20 bl _report_invalid_encoding tbz w26, #0, LBB0_21 LBB0_34: ; in Loop: Header=BB0_5 Depth=1 add w8, w23, #95 and w8, w8, #0xff cmp w8, #62 b.hi LBB0_36 ; %bb.35: ; in Loop: Header=BB0_5 Depth=1 sub w8, w23, #97 b LBB0_3 LBB0_36: ; in Loop: Header=BB0_5 Depth=1 add w8, w23, #32 and w8, w8, #0xff cmp w8, #30 b.hi LBB0_16 ; %bb.37: ; in Loop: Header=BB0_5 Depth=1 sub w8, w23, #96 b LBB0_3 LBB0_38: strb wzr, [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 ret .loh AdrpLdrGot Lloh4, Lloh5 .loh AdrpLdrGot Lloh2, Lloh3 .loh AdrpLdrGot Lloh0, Lloh1 .cfi_endproc ; -- End function .comm _PG_EUC_JIS_2004,4,2 ; @PG_EUC_JIS_2004 .comm _SS2,4,2 ; @SS2 .comm _SS3,4,2 ; @SS3 .no_dead_strip _euc_jis_20042shift_jis_2004 .subsections_via_symbols
assembly_file_72971.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function agp_convert_mmap_flags _agp_convert_mmap_flags: ## @agp_convert_mmap_flags .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %esi, %esi callq _calc_vm_prot_bits movq _VM_SHARED@GOTPCREL(%rip), %rcx orq (%rcx), %rax movq %rax, %rdi popq %rbp jmp _vm_get_page_prot ## TAILCALL .cfi_endproc ## -- End function .comm _VM_SHARED,8,3 ## @VM_SHARED .no_dead_strip _agp_convert_mmap_flags .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function agp_convert_mmap_flags _agp_convert_mmap_flags: ; @agp_convert_mmap_flags .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 w1, #0 bl _calc_vm_prot_bits Lloh0: adrp x8, _VM_SHARED@GOTPAGE Lloh1: ldr x8, [x8, _VM_SHARED@GOTPAGEOFF] Lloh2: ldr x8, [x8] orr x0, x8, x0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload b _vm_get_page_prot .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _VM_SHARED,8,3 ; @VM_SHARED .no_dead_strip _agp_convert_mmap_flags .subsections_via_symbols
AnghaBench/linux/drivers/char/agp/extr_frontend.c_agp_convert_mmap_flags.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 %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 ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -40(%rbp) leaq L_.str(%rip), %rdi xorl %r14d, %r14d xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi leaq -100(%rbp), %rsi xorl %eax, %eax callq _scanf movl -100(%rbp), %eax cmpl $10, %eax jle LBB0_2 ## %bb.1: movl %eax, -96(%rbp) movl $1, %r14d xorl %ebx, %ebx jmp LBB0_3 LBB0_2: movl %eax, -64(%rbp) movl $1, %ebx LBB0_3: leaq L_.str(%rip), %rdi xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi leaq -100(%rbp), %rsi xorl %eax, %eax callq _scanf movl -100(%rbp), %eax cmpl $10, %eax jle LBB0_4 ## %bb.5: movl %r14d, %edx leal 1(%r14), %esi leaq -96(%rbp), %rcx movl %esi, %r14d jmp LBB0_6 LBB0_4: movl %ebx, %edx leal 1(%rbx), %esi leaq -64(%rbp), %rcx movl %esi, %ebx LBB0_6: movl %edx, %edx movl %eax, (%rcx,%rdx,4) leaq L_.str(%rip), %rdi xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi leaq -100(%rbp), %rsi xorl %eax, %eax callq _scanf movl -100(%rbp), %eax cmpl $10, %eax jle LBB0_7 ## %bb.8: movl %r14d, %edx leal 1(%r14), %esi leaq -96(%rbp), %rcx movl %esi, %r14d jmp LBB0_9 LBB0_7: movl %ebx, %edx leal 1(%rbx), %esi leaq -64(%rbp), %rcx movl %esi, %ebx LBB0_9: movl %edx, %edx movl %eax, (%rcx,%rdx,4) leaq L_.str(%rip), %rdi xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi leaq -100(%rbp), %rsi xorl %eax, %eax callq _scanf movl -100(%rbp), %eax cmpl $10, %eax jle LBB0_10 ## %bb.11: leaq -96(%rbp), %rcx movl %r14d, %edx leal 1(%r14), %esi movl %esi, %r14d jmp LBB0_12 LBB0_10: movl %ebx, %edx leal 1(%rbx), %esi leaq -64(%rbp), %rcx movl %esi, %ebx LBB0_12: movl %edx, %edx movl %eax, (%rcx,%rdx,4) leaq L_.str(%rip), %rdi xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi leaq -100(%rbp), %rsi xorl %eax, %eax callq _scanf movl -100(%rbp), %eax cmpl $10, %eax jle LBB0_13 ## %bb.17: movl %r14d, %ecx incl %r14d movl %eax, -96(%rbp,%rcx,4) testl %ebx, %ebx jne LBB0_14 ## %bb.18: movl $10, %edi callq _putchar jmp LBB0_19 LBB0_13: movl %ebx, %ecx incl %ebx movl %eax, -64(%rbp,%rcx,4) LBB0_14: movl %ebx, %r12d leaq L_.str.2(%rip), %r15 xorl %ebx, %ebx .p2align 4, 0x90 LBB0_15: ## =>This Inner Loop Header: Depth=1 movl -64(%rbp,%rbx,4), %esi movq %r15, %rdi xorl %eax, %eax callq _printf incq %rbx cmpq %rbx, %r12 jne LBB0_15 ## %bb.16: movl $10, %edi callq _putchar testl %r14d, %r14d jle LBB0_21 LBB0_19: movl %r14d, %r15d leaq L_.str.2(%rip), %r14 xorl %ebx, %ebx .p2align 4, 0x90 LBB0_20: ## =>This Inner Loop Header: Depth=1 movl -96(%rbp,%rbx,4), %esi movq %r14, %rdi xorl %eax, %eax callq _printf incq %rbx cmpq %rbx, %r15 jne LBB0_20 LBB0_21: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -40(%rbp), %rax jne LBB0_23 ## %bb.22: xorl %eax, %eax addq $80, %rsp popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq LBB0_23: callq ___stack_chk_fail .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Digite: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "%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 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 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 x0, l_.str@PAGE Lloh4: add x0, x0, l_.str@PAGEOFF bl _printf add x8, sp, #12 str x8, [sp] Lloh5: adrp x0, l_.str.1@PAGE Lloh6: add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w8, [sp, #12] cmp w8, #10 b.le LBB0_2 ; %bb.1: mov w19, #0 str w8, [sp, #16] mov w20, #1 b LBB0_3 LBB0_2: mov w20, #0 str w8, [sp, #36] mov w19, #1 LBB0_3: Lloh7: adrp x0, l_.str@PAGE Lloh8: add x0, x0, l_.str@PAGEOFF bl _printf add x8, sp, #12 str x8, [sp] Lloh9: adrp x0, l_.str.1@PAGE Lloh10: add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w8, [sp, #12] cmp w8, #10 b.le LBB0_5 ; %bb.4: mov x9, x20 add w20, w20, #1 add x10, sp, #16 b LBB0_6 LBB0_5: mov x9, x19 add w19, w19, #1 add x10, sp, #36 LBB0_6: str w8, [x10, w9, uxtw #2] Lloh11: adrp x0, l_.str@PAGE Lloh12: add x0, x0, l_.str@PAGEOFF bl _printf add x8, sp, #12 str x8, [sp] Lloh13: adrp x0, l_.str.1@PAGE Lloh14: add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w8, [sp, #12] cmp w8, #10 b.le LBB0_8 ; %bb.7: mov x9, x20 add w20, w20, #1 add x10, sp, #16 b LBB0_9 LBB0_8: mov x9, x19 add w19, w19, #1 add x10, sp, #36 LBB0_9: str w8, [x10, w9, uxtw #2] Lloh15: adrp x0, l_.str@PAGE Lloh16: add x0, x0, l_.str@PAGEOFF bl _printf add x8, sp, #12 str x8, [sp] Lloh17: adrp x0, l_.str.1@PAGE Lloh18: add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w8, [sp, #12] cmp w8, #10 b.le LBB0_11 ; %bb.10: mov x9, x20 add w20, w20, #1 add x10, sp, #16 b LBB0_12 LBB0_11: mov x9, x19 add w19, w19, #1 add x10, sp, #36 LBB0_12: str w8, [x10, w9, uxtw #2] Lloh19: adrp x0, l_.str@PAGE Lloh20: add x0, x0, l_.str@PAGEOFF bl _printf add x8, sp, #12 str x8, [sp] Lloh21: adrp x0, l_.str.1@PAGE Lloh22: add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w8, [sp, #12] cmp w8, #10 b.le LBB0_15 ; %bb.13: add w21, w20, #1 add x9, sp, #16 str w8, [x9, w20, uxtw #2] cbz w19, LBB0_19 ; %bb.14: mov x20, x21 b LBB0_16 LBB0_15: add x9, sp, #36 str w8, [x9, w19, uxtw #2] add w19, w19, #1 LBB0_16: mov w21, w19 add x22, sp, #36 Lloh23: adrp x19, l_.str.2@PAGE Lloh24: add x19, x19, l_.str.2@PAGEOFF LBB0_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [x22], #4 str x8, [sp] mov x0, x19 bl _printf subs x21, x21, #1 b.ne LBB0_17 ; %bb.18: mov w0, #10 bl _putchar cmp w20, #1 b.ge LBB0_20 b LBB0_22 LBB0_19: mov w0, #10 bl _putchar mov x20, x21 LBB0_20: mov w20, w20 add x21, sp, #16 Lloh25: adrp x19, l_.str.2@PAGE Lloh26: add x19, x19, l_.str.2@PAGEOFF LBB0_21: ; =>This Inner Loop Header: Depth=1 ldr w8, [x21], #4 str x8, [sp] mov x0, x19 bl _printf subs x20, x20, #1 b.ne LBB0_21 LBB0_22: ldur x8, [x29, #-40] Lloh27: adrp x9, ___stack_chk_guard@GOTPAGE Lloh28: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh29: ldr x9, [x9] cmp x9, x8 b.ne LBB0_24 ; %bb.23: 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 add sp, sp, #112 ret LBB0_24: bl ___stack_chk_fail .loh AdrpAdd Lloh5, Lloh6 .loh AdrpAdd Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpAdd Lloh9, Lloh10 .loh AdrpAdd Lloh7, Lloh8 .loh AdrpAdd Lloh13, Lloh14 .loh AdrpAdd Lloh11, Lloh12 .loh AdrpAdd Lloh17, Lloh18 .loh AdrpAdd Lloh15, Lloh16 .loh AdrpAdd Lloh21, Lloh22 .loh AdrpAdd Lloh19, Lloh20 .loh AdrpAdd Lloh23, Lloh24 .loh AdrpAdd Lloh25, Lloh26 .loh AdrpLdrGotLdr Lloh27, Lloh28, Lloh29 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Digite: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "%d " .subsections_via_symbols
the_stack_data/198580351.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function mipid_drv_cleanup _mipid_drv_cleanup: ## @mipid_drv_cleanup .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _mipid_spi_driver@GOTPCREL(%rip), %rdi popq %rbp jmp _spi_unregister_driver ## TAILCALL .cfi_endproc ## -- End function .comm _mipid_spi_driver,4,2 ## @mipid_spi_driver .no_dead_strip _mipid_drv_cleanup .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mipid_drv_cleanup _mipid_drv_cleanup: ; @mipid_drv_cleanup .cfi_startproc ; %bb.0: Lloh0: adrp x0, _mipid_spi_driver@GOTPAGE Lloh1: ldr x0, [x0, _mipid_spi_driver@GOTPAGEOFF] b _spi_unregister_driver .loh AdrpLdrGot Lloh0, Lloh1 .cfi_endproc ; -- End function .comm _mipid_spi_driver,4,2 ; @mipid_spi_driver .no_dead_strip _mipid_drv_cleanup .subsections_via_symbols
AnghaBench/fastsocket/kernel/drivers/video/omap/extr_lcd_mipid.c_mipid_drv_cleanup.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function mtk_dai_hostless_startup _mtk_dai_hostless_startup: ## @mtk_dai_hostless_startup .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 movq %rsi, %rdi callq _snd_soc_dai_get_drvdata movl (%rax), %esi movq %rbx, %rdi addq $8, %rsp popq %rbx popq %rbp jmp _snd_soc_set_runtime_hwparams ## TAILCALL .cfi_endproc ## -- End function .no_dead_strip _mtk_dai_hostless_startup .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function mtk_dai_hostless_startup _mtk_dai_hostless_startup: ; @mtk_dai_hostless_startup .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 mov x0, x1 bl _snd_soc_dai_get_drvdata ldr w1, [x0] mov x0, x19 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload b _snd_soc_set_runtime_hwparams .cfi_endproc ; -- End function .no_dead_strip _mtk_dai_hostless_startup .subsections_via_symbols
AnghaBench/linux/sound/soc/mediatek/mt8183/extr_mt8183-dai-hostless.c_mtk_dai_hostless_startup.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .section __TEXT,__literal16,16byte_literals .p2align 4, 0x0 ## -- Begin function dvdtime2msec LCPI0_0: .long 30 ## 0x1e .long 30 ## 0x1e .space 4 .space 4 LCPI0_1: .short 5 ## 0x5 .short 0 ## 0x0 .short 5 ## 0x5 .short 0 ## 0x0 .space 2 .space 2 .space 2 .space 2 LCPI0_2: .long 15 ## 0xf .long 15 ## 0xf .space 4 .space 4 LCPI0_3: .long 60000 ## 0xea60 .long 1000 ## 0x3e8 .space 4 .space 4 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _dvdtime2msec: ## @dvdtime2msec .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), %ecx movl 4(%rdi), %eax movl %eax, %edx shrl $3, %edx andl $30, %edx leal (%rdx,%rdx,4), %edx andl $15, %eax addl %edx, %eax movq 8(%rdi), %xmm0 ## xmm0 = mem[0],zero movdqa %xmm0, %xmm1 psrld $3, %xmm1 pand LCPI0_0(%rip), %xmm1 pmaddwd LCPI0_1(%rip), %xmm1 ## [5,0,5,0,u,u,u,u] imull $3600000, %eax, %eax ## imm = 0x36EE80 pand LCPI0_2(%rip), %xmm0 paddd %xmm1, %xmm0 pmulld LCPI0_3(%rip), %xmm0 movd %xmm0, %edx addl %eax, %edx pextrd $1, %xmm0, %eax addl %edx, %eax testb $64, %cl je LBB0_2 ## %bb.1: movl %ecx, %edx shrl $3, %edx movl %edx, %esi andl $24, %esi leaq l___const.dvdtime2msec.frames_per_s(%rip), %rdi andl $6, %edx leal (%rdx,%rdx,4), %edx andl $15, %ecx addl %edx, %ecx imull $1000, %ecx, %ecx ## imm = 0x3E8 xorps %xmm0, %xmm0 cvtsi2sd %ecx, %xmm0 divsd (%rsi,%rdi), %xmm0 xorps %xmm1, %xmm1 cvtsi2sd %eax, %xmm1 addsd %xmm0, %xmm1 cvttsd2si %xmm1, %rax LBB0_2: ## kill: def $eax killed $eax killed $rax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4, 0x0 ## @__const.dvdtime2msec.frames_per_s l___const.dvdtime2msec.frames_per_s: .quad 0xbff0000000000000 ## double -1 .quad 0x4039000000000000 ## double 25 .quad 0xbff0000000000000 ## double -1 .quad 0x403df851eb851eb8 ## double 29.969999999999999 .no_dead_strip _dvdtime2msec .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .section __TEXT,__literal8,8byte_literals .p2align 3, 0x0 ; -- Begin function dvdtime2msec lCPI0_0: .long 60000 ; 0xea60 .long 1000 ; 0x3e8 .section __TEXT,__text,regular,pure_instructions .p2align 2 _dvdtime2msec: ; @dvdtime2msec .cfi_startproc ; %bb.0: ldp w8, w9, [x0] lsr w10, w9, #3 and w10, w10, #0x1e add w10, w10, w10, lsl #2 and w9, w9, #0xf add w9, w10, w9 mov w10, #61056 ; =0xee80 movk w10, #54, lsl #16 ldr d0, [x0, #8] ushr.2s v1, v0, #3 movi.2s v2, #30 and.8b v1, v1, v2 movi.2s v2, #5 movi.2s v3, #15 and.8b v0, v0, v3 mla.2s v0, v1, v2 Lloh0: adrp x11, lCPI0_0@PAGE Lloh1: ldr d1, [x11, lCPI0_0@PAGEOFF] mul.2s v0, v0, v1 mov.s w11, v0[1] fmov w12, s0 madd w9, w9, w10, w12 add w0, w9, w11 tbz w8, #6, LBB0_2 ; %bb.1: ubfx x9, x8, #6, #2 Lloh2: adrp x10, l___const.dvdtime2msec.frames_per_s@PAGE Lloh3: add x10, x10, l___const.dvdtime2msec.frames_per_s@PAGEOFF ldr d0, [x10, x9, lsl #3] ubfx x9, x8, #3, #29 and w9, w9, #0x6 lsr w10, w9, #1 bfi w9, w10, #3, #2 and w8, w8, #0xf add w8, w9, w8 mov w9, #1000 ; =0x3e8 mul w8, w8, w9 ucvtf d1, w8 fdiv d0, d1, d0 ucvtf d1, w0 fadd d0, d0, d1 fcvtzs x0, d0 LBB0_2: ; kill: def $w0 killed $w0 killed $x0 ret .loh AdrpLdr Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .cfi_endproc ; -- End function .section __TEXT,__const .p2align 3, 0x0 ; @__const.dvdtime2msec.frames_per_s l___const.dvdtime2msec.frames_per_s: .quad 0xbff0000000000000 ; double -1 .quad 0x4039000000000000 ; double 25 .quad 0xbff0000000000000 ; double -1 .quad 0x403df851eb851eb8 ; double 29.969999999999999 .no_dead_strip _dvdtime2msec .subsections_via_symbols
assembly_file_30060.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _deleteNode ## -- Begin function deleteNode .p2align 4, 0x90 _deleteNode: ## @deleteNode .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), %rax testq %rax, %rax je LBB0_2 ## %bb.1: movl (%rax), %ecx movl %ecx, (%rdi) movq 8(%rax), %rax movq %rax, 8(%rdi) popq %rbp retq LBB0_2: leaq L_str(%rip), %rdi popq %rbp jmp _puts ## TAILCALL .cfi_endproc ## -- End function .globl _addToList ## -- Begin function addToList .p2align 4, 0x90 _addToList: ## @addToList .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 $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB1_1 ## %bb.2: movl %r14d, (%rax) testq %rbx, %rbx je LBB1_3 ## %bb.4: movq %rbx, %rdx .p2align 4, 0x90 LBB1_5: ## =>This Inner Loop Header: Depth=1 movq %rdx, %rcx movq 8(%rdx), %rdx testq %rdx, %rdx jne LBB1_5 ## %bb.6: movq %rax, 8(%rcx) jmp LBB1_7 LBB1_1: leaq L_str.5(%rip), %rdi callq _puts jmp LBB1_7 LBB1_3: movq %rax, %rbx LBB1_7: movq %rbx, %rax popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .globl _iterateList ## -- Begin function iterateList .p2align 4, 0x90 _iterateList: ## @iterateList .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 leaq L_str.6(%rip), %rdi callq _puts testq %rbx, %rbx je LBB2_3 ## %bb.1: leaq L_.str.3(%rip), %r14 .p2align 4, 0x90 LBB2_2: ## =>This Inner Loop Header: Depth=1 movl (%rbx), %esi movq %r14, %rdi xorl %eax, %eax callq _printf movq 8(%rbx), %rbx testq %rbx, %rbx jne LBB2_2 LBB2_3: leaq L_str.7(%rip), %rdi popq %rbx popq %r14 popq %rbp jmp _puts ## 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 %r12 pushq %rbx .cfi_offset %rbx, -48 .cfi_offset %r12, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movl $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB3_1 ## %bb.2: movq %rax, %r14 movl $5, (%rax) jmp LBB3_3 LBB3_1: leaq L_str.5(%rip), %rdi callq _puts xorl %r14d, %r14d LBB3_3: movl $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB3_4 ## %bb.5: movl $4, (%rax) testq %r14, %r14 je LBB3_6 ## %bb.7: movq %r14, %rdx .p2align 4, 0x90 LBB3_8: ## =>This Inner Loop Header: Depth=1 movq %rdx, %rcx movq 8(%rdx), %rdx testq %rdx, %rdx jne LBB3_8 ## %bb.9: movq %rax, 8(%rcx) jmp LBB3_10 LBB3_4: leaq L_str.5(%rip), %rdi callq _puts jmp LBB3_10 LBB3_6: movq %rax, %r14 LBB3_10: movl $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB3_11 ## %bb.12: movl $3, (%rax) testq %r14, %r14 je LBB3_13 ## %bb.14: movq %r14, %rdx .p2align 4, 0x90 LBB3_15: ## =>This Inner Loop Header: Depth=1 movq %rdx, %rcx movq 8(%rdx), %rdx testq %rdx, %rdx jne LBB3_15 ## %bb.16: movq %rax, 8(%rcx) jmp LBB3_17 LBB3_11: leaq L_str.5(%rip), %rdi callq _puts jmp LBB3_17 LBB3_13: movq %rax, %r14 LBB3_17: movl $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB3_18 ## %bb.19: movl $2, (%rax) testq %r14, %r14 je LBB3_20 ## %bb.21: movq %r14, %rdx .p2align 4, 0x90 LBB3_22: ## =>This Inner Loop Header: Depth=1 movq %rdx, %rcx movq 8(%rdx), %rdx testq %rdx, %rdx jne LBB3_22 ## %bb.23: movq %rax, 8(%rcx) jmp LBB3_24 LBB3_18: leaq L_str.5(%rip), %rdi callq _puts jmp LBB3_24 LBB3_20: movq %rax, %r14 LBB3_24: movl $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB3_25 ## %bb.26: movq %rax, %rbx movl $1, (%rax) testq %r14, %r14 je LBB3_32 ## %bb.27: movq %r14, %rax .p2align 4, 0x90 LBB3_28: ## =>This Inner Loop Header: Depth=1 movq %rax, %rcx movq 8(%rax), %rax testq %rax, %rax jne LBB3_28 ## %bb.29: movq %rbx, 8(%rcx) jmp LBB3_30 LBB3_25: leaq L_str.5(%rip), %rdi callq _puts LBB3_30: leaq L_str.6(%rip), %rdi callq _puts testq %r14, %r14 jne LBB3_33 ## %bb.31: movb $1, %r12b xorl %r14d, %r14d jmp LBB3_35 LBB3_32: leaq L_str.6(%rip), %rdi callq _puts movq %rbx, %r14 LBB3_33: leaq L_.str.3(%rip), %r15 movq %r14, %rbx xorl %r12d, %r12d .p2align 4, 0x90 LBB3_34: ## =>This Inner Loop Header: Depth=1 movl (%rbx), %esi movq %r15, %rdi xorl %eax, %eax callq _printf movq 8(%rbx), %rbx testq %rbx, %rbx jne LBB3_34 LBB3_35: leaq L_str.7(%rip), %rdi callq _puts movl $1, %edi movl $16, %esi callq _calloc testq %rax, %rax je LBB3_36 ## %bb.37: movq %rax, %r15 movl $4, (%rax) testb %r12b, %r12b je LBB3_39 jmp LBB3_42 LBB3_36: leaq L_str.5(%rip), %rdi callq _puts xorl %r15d, %r15d testb %r12b, %r12b jne LBB3_42 LBB3_39: leaq L_str.6(%rip), %rdi callq _puts leaq L_.str.3(%rip), %r12 movq %r14, %rbx .p2align 4, 0x90 LBB3_40: ## =>This Inner Loop Header: Depth=1 movl (%rbx), %esi movq %r12, %rdi xorl %eax, %eax callq _printf movq 8(%rbx), %rbx testq %rbx, %rbx jne LBB3_40 ## %bb.41: leaq L_str.7(%rip), %rdi callq _puts movq %r14, %rdi callq _free LBB3_42: testq %r15, %r15 je LBB3_44 ## %bb.43: movq %r15, %rdi callq _free LBB3_44: xorl %eax, %eax popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "%d.\n" L_str: ## @str .asciz "can not delete last node." L_str.5: ## @str.5 .asciz "calloc failed when init a list!" L_str.6: ## @str.6 .asciz "########start iterate." L_str.7: ## @str.7 .asciz "#######end iterate." .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _deleteNode ; -- Begin function deleteNode .p2align 2 _deleteNode: ; @deleteNode .cfi_startproc ; %bb.0: ldr x8, [x0, #8] cbz x8, LBB0_2 ; %bb.1: ldr w9, [x8] str w9, [x0] ldr x8, [x8, #8] str x8, [x0, #8] ret LBB0_2: Lloh0: adrp x0, l_str@PAGE Lloh1: add x0, x0, l_str@PAGEOFF b _puts .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .globl _addToList ; -- Begin function addToList .p2align 2 _addToList: ; @addToList .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, #1 mov w1, #16 bl _calloc cbz x0, LBB1_5 ; %bb.1: str w20, [x0] cbz x19, LBB1_6 ; %bb.2: mov x9, x19 LBB1_3: ; =>This Inner Loop Header: Depth=1 mov x8, x9 ldr x9, [x9, #8] cbnz x9, LBB1_3 ; %bb.4: str x0, [x8, #8] b LBB1_7 LBB1_5: Lloh2: adrp x0, l_str.5@PAGE Lloh3: add x0, x0, l_str.5@PAGEOFF bl _puts b LBB1_7 LBB1_6: mov x19, x0 LBB1_7: mov x0, x19 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .loh AdrpAdd Lloh2, Lloh3 .cfi_endproc ; -- End function .globl _iterateList ; -- Begin function iterateList .p2align 2 _iterateList: ; @iterateList .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 Lloh4: adrp x0, l_str.6@PAGE Lloh5: add x0, x0, l_str.6@PAGEOFF bl _puts cbz x19, LBB2_3 ; %bb.1: Lloh6: adrp x20, l_.str.3@PAGE Lloh7: add x20, x20, l_.str.3@PAGEOFF LBB2_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [x19] str x8, [sp] mov x0, x20 bl _printf ldr x19, [x19, #8] cbnz x19, LBB2_2 LBB2_3: Lloh8: adrp x0, l_str.7@PAGE Lloh9: add x0, x0, l_str.7@PAGEOFF ldp x29, x30, [sp, #32] ; 16-byte Folded Reload ldp x20, x19, [sp, #16] ; 16-byte Folded Reload add sp, sp, #48 b _puts .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh8, Lloh9 .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .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 mov w0, #1 mov w1, #16 bl _calloc mov x19, x0 cbz x0, LBB3_2 ; %bb.1: mov w8, #5 str w8, [x19] b LBB3_3 LBB3_2: Lloh10: adrp x0, l_str.5@PAGE Lloh11: add x0, x0, l_str.5@PAGEOFF bl _puts LBB3_3: mov w0, #1 mov w1, #16 bl _calloc cbz x0, LBB3_8 ; %bb.4: mov w8, #4 str w8, [x0] cbz x19, LBB3_9 ; %bb.5: mov x9, x19 LBB3_6: ; =>This Inner Loop Header: Depth=1 mov x8, x9 ldr x9, [x9, #8] cbnz x9, LBB3_6 ; %bb.7: str x0, [x8, #8] b LBB3_10 LBB3_8: Lloh12: adrp x0, l_str.5@PAGE Lloh13: add x0, x0, l_str.5@PAGEOFF bl _puts b LBB3_10 LBB3_9: mov x19, x0 LBB3_10: mov w0, #1 mov w1, #16 bl _calloc cbz x0, LBB3_15 ; %bb.11: mov w8, #3 str w8, [x0] cbz x19, LBB3_16 ; %bb.12: mov x9, x19 LBB3_13: ; =>This Inner Loop Header: Depth=1 mov x8, x9 ldr x9, [x9, #8] cbnz x9, LBB3_13 ; %bb.14: str x0, [x8, #8] b LBB3_17 LBB3_15: Lloh14: adrp x0, l_str.5@PAGE Lloh15: add x0, x0, l_str.5@PAGEOFF bl _puts b LBB3_17 LBB3_16: mov x19, x0 LBB3_17: mov w0, #1 mov w1, #16 bl _calloc cbz x0, LBB3_22 ; %bb.18: mov w8, #2 str w8, [x0] cbz x19, LBB3_23 ; %bb.19: mov x9, x19 LBB3_20: ; =>This Inner Loop Header: Depth=1 mov x8, x9 ldr x9, [x9, #8] cbnz x9, LBB3_20 ; %bb.21: str x0, [x8, #8] b LBB3_24 LBB3_22: Lloh16: adrp x0, l_str.5@PAGE Lloh17: add x0, x0, l_str.5@PAGEOFF bl _puts b LBB3_24 LBB3_23: mov x19, x0 LBB3_24: mov w21, #1 mov w0, #1 mov w1, #16 bl _calloc cbz x0, LBB3_29 ; %bb.25: mov x20, x0 str w21, [x0] cbz x19, LBB3_32 ; %bb.26: mov x8, x19 LBB3_27: ; =>This Inner Loop Header: Depth=1 mov x9, x8 ldr x8, [x8, #8] cbnz x8, LBB3_27 ; %bb.28: str x20, [x9, #8] b LBB3_30 LBB3_29: Lloh18: adrp x0, l_str.5@PAGE Lloh19: add x0, x0, l_str.5@PAGEOFF bl _puts LBB3_30: Lloh20: adrp x0, l_str.6@PAGE Lloh21: add x0, x0, l_str.6@PAGEOFF bl _puts cbnz x19, LBB3_33 ; %bb.31: mov w21, #1 b LBB3_35 LBB3_32: Lloh22: adrp x0, l_str.6@PAGE Lloh23: add x0, x0, l_str.6@PAGEOFF bl _puts mov x19, x20 LBB3_33: Lloh24: adrp x20, l_.str.3@PAGE Lloh25: add x20, x20, l_.str.3@PAGEOFF mov x21, x19 LBB3_34: ; =>This Inner Loop Header: Depth=1 ldr w8, [x21] str x8, [sp] mov x0, x20 bl _printf ldr x21, [x21, #8] cbnz x21, LBB3_34 LBB3_35: Lloh26: adrp x0, l_str.7@PAGE Lloh27: add x0, x0, l_str.7@PAGEOFF bl _puts mov w0, #1 mov w1, #16 bl _calloc mov x20, x0 cbz x0, LBB3_37 ; %bb.36: mov w8, #4 str w8, [x20] tbz w21, #0, LBB3_38 b LBB3_41 LBB3_37: Lloh28: adrp x0, l_str.5@PAGE Lloh29: add x0, x0, l_str.5@PAGEOFF bl _puts tbnz w21, #0, LBB3_41 LBB3_38: Lloh30: adrp x0, l_str.6@PAGE Lloh31: add x0, x0, l_str.6@PAGEOFF bl _puts Lloh32: adrp x21, l_.str.3@PAGE Lloh33: add x21, x21, l_.str.3@PAGEOFF mov x22, x19 LBB3_39: ; =>This Inner Loop Header: Depth=1 ldr w8, [x22] str x8, [sp] mov x0, x21 bl _printf ldr x22, [x22, #8] cbnz x22, LBB3_39 ; %bb.40: Lloh34: adrp x0, l_str.7@PAGE Lloh35: add x0, x0, l_str.7@PAGEOFF bl _puts mov x0, x19 bl _free LBB3_41: cbz x20, LBB3_43 ; %bb.42: mov x0, x20 bl _free LBB3_43: 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 .loh AdrpAdd Lloh10, Lloh11 .loh AdrpAdd Lloh12, Lloh13 .loh AdrpAdd Lloh14, Lloh15 .loh AdrpAdd Lloh16, Lloh17 .loh AdrpAdd Lloh18, Lloh19 .loh AdrpAdd Lloh20, Lloh21 .loh AdrpAdd Lloh22, Lloh23 .loh AdrpAdd Lloh24, Lloh25 .loh AdrpAdd Lloh26, Lloh27 .loh AdrpAdd Lloh28, Lloh29 .loh AdrpAdd Lloh32, Lloh33 .loh AdrpAdd Lloh30, Lloh31 .loh AdrpAdd Lloh34, Lloh35 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "%d.\n" l_str: ; @str .asciz "can not delete last node." l_str.5: ; @str.5 .asciz "calloc failed when init a list!" l_str.6: ; @str.6 .asciz "########start iterate." l_str.7: ; @str.7 .asciz "#######end iterate." .subsections_via_symbols
the_stack_data/14201238.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 subq $16, %rsp leaq L_.str(%rip), %rdi leaq -4(%rbp), %rsi xorl %eax, %eax callq _scanf movl $10, %esi movl -4(%rbp), %ecx cmpl $2667, %ecx ## imm = 0xA6B jle LBB0_8 ## %bb.1: cmpl $4605, %ecx ## imm = 0x11FD jle LBB0_15 ## %bb.2: cmpl $6623, %ecx ## imm = 0x19DF jg LBB0_27 ## %bb.3: cmpl $5604, %ecx ## imm = 0x15E4 jg LBB0_46 ## %bb.4: cmpl $4606, %ecx ## imm = 0x11FE je LBB0_76 ## %bb.5: cmpl $4930, %ecx ## imm = 0x1342 je LBB0_77 ## %bb.6: movl $10, %edx cmpl $5092, %ecx ## imm = 0x13E4 jne LBB0_107 ## %bb.7: movl $7, %edx movl $6, %eax jmp LBB0_106 LBB0_8: movl $1, %eax cmpl $1299, %ecx ## imm = 0x513 jg LBB0_21 ## %bb.9: cmpl $735, %ecx ## imm = 0x2DF jle LBB0_32 ## %bb.10: cmpl $1007, %ecx ## imm = 0x3EF jg LBB0_50 ## %bb.11: cmpl $736, %ecx ## imm = 0x2E0 je LBB0_78 ## %bb.12: cmpl $765, %ecx ## imm = 0x2FD je LBB0_79 ## %bb.13: movl $10, %edx cmpl $976, %ecx ## imm = 0x3D0 jne LBB0_107 ## %bb.14: movl $6, %edx jmp LBB0_106 LBB0_15: cmpl $3477, %ecx ## imm = 0xD95 jle LBB0_37 ## %bb.16: cmpl $4031, %ecx ## imm = 0xFBF jg LBB0_54 ## %bb.17: cmpl $3478, %ecx ## imm = 0xD96 je LBB0_80 ## %bb.18: cmpl $3627, %ecx ## imm = 0xE2B je LBB0_81 ## %bb.19: movl $10, %edx cmpl $3640, %ecx ## imm = 0xE38 jne LBB0_107 ## %bb.20: movl $6, %edx movl $5, %eax jmp LBB0_106 LBB0_21: cmpl $1854, %ecx ## imm = 0x73E jle LBB0_42 ## %bb.22: cmpl $2267, %ecx ## imm = 0x8DB jg LBB0_58 ## %bb.23: cmpl $1855, %ecx ## imm = 0x73F je LBB0_82 ## %bb.24: cmpl $1936, %ecx ## imm = 0x790 je LBB0_83 ## %bb.25: movl $10, %edx cmpl $1944, %ecx ## imm = 0x798 jne LBB0_107 ## %bb.26: movl $7, %edx jmp LBB0_105 LBB0_27: cmpl $7743, %ecx ## imm = 0x1E3F jg LBB0_62 ## %bb.28: cmpl $6624, %ecx ## imm = 0x19E0 je LBB0_84 ## %bb.29: cmpl $6786, %ecx ## imm = 0x1A82 je LBB0_85 ## %bb.30: movl $10, %edx cmpl $7663, %ecx ## imm = 0x1DEF jne LBB0_107 ## %bb.31: movl $9, %edx movl $7, %eax jmp LBB0_106 LBB0_32: cmpl $402, %ecx ## imm = 0x192 jle LBB0_67 ## %bb.33: cmpl $403, %ecx ## imm = 0x193 je LBB0_86 ## %bb.34: cmpl $484, %ecx ## imm = 0x1E4 je LBB0_87 ## %bb.35: movl $10, %edx cmpl $574, %ecx ## imm = 0x23E jne LBB0_107 ## %bb.36: movl $4, %edx jmp LBB0_106 LBB0_37: cmpl $2943, %ecx ## imm = 0xB7F jle LBB0_70 ## %bb.38: cmpl $2944, %ecx ## imm = 0xB80 je LBB0_88 ## %bb.39: cmpl $3025, %ecx ## imm = 0xBD1 je LBB0_89 ## %bb.40: movl $10, %edx cmpl $3154, %ecx ## imm = 0xC52 jne LBB0_107 ## %bb.41: movl $8, %edx movl $3, %eax jmp LBB0_106 LBB0_42: cmpl $1461, %ecx ## imm = 0x5B5 jle LBB0_73 ## %bb.43: cmpl $1462, %ecx ## imm = 0x5B6 je LBB0_90 ## %bb.44: cmpl $1612, %ecx ## imm = 0x64C je LBB0_91 ## %bb.45: movl $10, %edx cmpl $1729, %ecx ## imm = 0x6C1 je LBB0_66 jmp LBB0_107 LBB0_46: cmpl $5605, %ecx ## imm = 0x15E5 je LBB0_92 ## %bb.47: cmpl $5848, %ecx ## imm = 0x16D8 je LBB0_93 ## %bb.48: movl $10, %edx cmpl $5929, %ecx ## imm = 0x1729 jne LBB0_107 ## %bb.49: movl $7, %eax movl $7, %edx jmp LBB0_106 LBB0_50: cmpl $1008, %ecx ## imm = 0x3F0 je LBB0_94 ## %bb.51: cmpl $1089, %ecx ## imm = 0x441 je LBB0_95 ## %bb.52: movl $10, %edx cmpl $1207, %ecx ## imm = 0x4B7 jne LBB0_107 ## %bb.53: movl $7, %edx jmp LBB0_106 LBB0_54: cmpl $4032, %ecx ## imm = 0xFC0 je LBB0_96 ## %bb.55: cmpl $4275, %ecx ## imm = 0x10B3 je LBB0_97 ## %bb.56: movl $10, %edx cmpl $4356, %ecx ## imm = 0x1104 jne LBB0_107 ## %bb.57: movl $6, %eax movl $6, %edx jmp LBB0_106 LBB0_58: cmpl $2268, %ecx ## imm = 0x8DC je LBB0_98 ## %bb.59: cmpl $2296, %ecx ## imm = 0x8F8 je LBB0_99 ## %bb.60: movl $10, %edx cmpl $2430, %ecx ## imm = 0x97E jne LBB0_107 ## %bb.61: movl $5, %edx movl $4, %eax jmp LBB0_106 LBB0_62: cmpl $7744, %ecx ## imm = 0x1E40 je LBB0_100 ## %bb.63: cmpl $8722, %ecx ## imm = 0x2212 je LBB0_101 ## %bb.64: movl $10, %edx cmpl $9801, %ecx ## imm = 0x2649 jne LBB0_107 ## %bb.65: movl $9, %eax LBB0_66: movl $9, %edx jmp LBB0_106 LBB0_67: cmpl $121, %ecx je LBB0_102 ## %bb.68: movl $10, %edx cmpl $252, %ecx jne LBB0_107 ## %bb.69: movl $2, %edx jmp LBB0_106 LBB0_70: cmpl $2668, %ecx ## imm = 0xA6C je LBB0_103 ## %bb.71: movl $10, %edx cmpl $2701, %ecx ## imm = 0xA8D jne LBB0_107 ## %bb.72: movl $7, %edx movl $3, %eax jmp LBB0_106 LBB0_73: cmpl $1300, %ecx ## imm = 0x514 je LBB0_104 ## %bb.74: movl $10, %edx cmpl $1458, %ecx ## imm = 0x5B2 jne LBB0_107 ## %bb.75: movl $8, %edx jmp LBB0_106 LBB0_76: movl $9, %edx movl $4, %eax jmp LBB0_106 LBB0_77: movl $8, %edx movl $5, %eax jmp LBB0_106 LBB0_78: movl $3, %edx jmp LBB0_105 LBB0_79: movl $5, %edx jmp LBB0_106 LBB0_80: movl $7, %edx movl $4, %eax jmp LBB0_106 LBB0_81: movl $9, %edx movl $3, %eax jmp LBB0_106 LBB0_82: movl $5, %edx movl $3, %eax jmp LBB0_106 LBB0_83: movl $4, %eax movl $4, %edx jmp LBB0_106 LBB0_84: movl $9, %edx movl $6, %eax jmp LBB0_106 LBB0_85: movl $8, %edx movl $7, %eax jmp LBB0_106 LBB0_86: movl $3, %edx jmp LBB0_106 LBB0_87: movl $2, %eax movl $2, %edx jmp LBB0_106 LBB0_88: movl $6, %edx movl $4, %eax jmp LBB0_106 LBB0_89: movl $5, %eax movl $5, %edx jmp LBB0_106 LBB0_90: movl $4, %edx movl $3, %eax jmp LBB0_106 LBB0_91: movl $6, %edx jmp LBB0_105 LBB0_92: movl $9, %edx movl $5, %eax jmp LBB0_106 LBB0_93: movl $8, %edx movl $6, %eax jmp LBB0_106 LBB0_94: movl $4, %edx jmp LBB0_105 LBB0_95: movl $3, %eax movl $3, %edx jmp LBB0_106 LBB0_96: movl $8, %edx movl $4, %eax jmp LBB0_106 LBB0_97: movl $7, %edx movl $5, %eax jmp LBB0_106 LBB0_98: movl $6, %edx movl $3, %eax jmp LBB0_106 LBB0_99: movl $8, %edx jmp LBB0_105 LBB0_100: movl $8, %eax movl $8, %edx jmp LBB0_106 LBB0_101: movl $9, %edx movl $8, %eax jmp LBB0_106 LBB0_102: movl $1, %edx jmp LBB0_106 LBB0_103: movl $9, %edx jmp LBB0_105 LBB0_104: movl $5, %edx LBB0_105: movl $2, %eax LBB0_106: movl %eax, %esi LBB0_107: leaq L_.str.1(%rip), %rdi xorl %eax, %eax callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d%d\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: 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 sub x8, x29, #4 str x8, [sp] Lloh0: adrp x0, l_.str@PAGE Lloh1: add x0, x0, l_.str@PAGEOFF bl _scanf mov w8, #10 ldur w10, [x29, #-4] cmp w10, #2667 b.le LBB0_8 ; %bb.1: mov w9, #4605 cmp w10, w9 b.le LBB0_15 ; %bb.2: mov w9, #6623 cmp w10, w9 b.gt LBB0_27 ; %bb.3: mov w9, #5604 cmp w10, w9 b.gt LBB0_47 ; %bb.4: mov w9, #4606 cmp w10, w9 b.eq LBB0_76 ; %bb.5: mov w9, #4930 cmp w10, w9 b.eq LBB0_77 ; %bb.6: mov w11, #5092 mov x9, x8 cmp w10, w11 b.ne LBB0_106 ; %bb.7: mov w9, #7 mov w8, #6 b LBB0_106 LBB0_8: cmp w10, #1299 b.gt LBB0_21 ; %bb.9: cmp w10, #735 b.le LBB0_32 ; %bb.10: cmp w10, #1007 b.gt LBB0_51 ; %bb.11: cmp w10, #736 b.eq LBB0_78 ; %bb.12: cmp w10, #765 b.eq LBB0_79 ; %bb.13: mov x9, x8 cmp w10, #976 b.ne LBB0_106 ; %bb.14: mov w9, #6 mov w8, #1 b LBB0_106 LBB0_15: cmp w10, #3477 b.le LBB0_37 ; %bb.16: cmp w10, #4031 b.gt LBB0_55 ; %bb.17: cmp w10, #3478 b.eq LBB0_80 ; %bb.18: cmp w10, #3627 b.eq LBB0_81 ; %bb.19: mov x9, x8 cmp w10, #3640 b.ne LBB0_106 ; %bb.20: mov w9, #6 mov w8, #5 b LBB0_106 LBB0_21: cmp w10, #1854 b.le LBB0_42 ; %bb.22: cmp w10, #2267 b.gt LBB0_59 ; %bb.23: cmp w10, #1855 b.eq LBB0_82 ; %bb.24: cmp w10, #1936 b.eq LBB0_83 ; %bb.25: mov x9, x8 cmp w10, #1944 b.ne LBB0_106 ; %bb.26: mov w9, #7 b LBB0_105 LBB0_27: mov w9, #7743 cmp w10, w9 b.gt LBB0_63 ; %bb.28: mov w9, #6624 cmp w10, w9 b.eq LBB0_84 ; %bb.29: mov w9, #6786 cmp w10, w9 b.eq LBB0_85 ; %bb.30: mov w11, #7663 mov x9, x8 cmp w10, w11 b.ne LBB0_106 ; %bb.31: mov w9, #9 mov w8, #7 b LBB0_106 LBB0_32: cmp w10, #402 b.le LBB0_67 ; %bb.33: cmp w10, #403 b.eq LBB0_86 ; %bb.34: cmp w10, #484 b.eq LBB0_87 ; %bb.35: mov x9, x8 cmp w10, #574 b.ne LBB0_106 ; %bb.36: mov w9, #4 mov w8, #1 b LBB0_106 LBB0_37: cmp w10, #2943 b.le LBB0_70 ; %bb.38: cmp w10, #2944 b.eq LBB0_88 ; %bb.39: cmp w10, #3025 b.eq LBB0_89 ; %bb.40: mov x9, x8 cmp w10, #3154 b.ne LBB0_106 ; %bb.41: mov w9, #8 mov w8, #3 b LBB0_106 LBB0_42: cmp w10, #1461 b.le LBB0_73 ; %bb.43: cmp w10, #1462 b.eq LBB0_90 ; %bb.44: cmp w10, #1612 b.eq LBB0_91 ; %bb.45: mov x9, x8 cmp w10, #1729 b.ne LBB0_106 ; %bb.46: mov w9, #9 mov w8, #1 b LBB0_106 LBB0_47: mov w9, #5605 cmp w10, w9 b.eq LBB0_92 ; %bb.48: mov w9, #5848 cmp w10, w9 b.eq LBB0_93 ; %bb.49: mov w11, #5929 mov x9, x8 cmp w10, w11 b.ne LBB0_106 ; %bb.50: mov w8, #7 mov x9, x8 b LBB0_106 LBB0_51: cmp w10, #1008 b.eq LBB0_94 ; %bb.52: cmp w10, #1089 b.eq LBB0_95 ; %bb.53: mov x9, x8 cmp w10, #1207 b.ne LBB0_106 ; %bb.54: mov w9, #7 mov w8, #1 b LBB0_106 LBB0_55: cmp w10, #4032 b.eq LBB0_96 ; %bb.56: mov w9, #4275 cmp w10, w9 b.eq LBB0_97 ; %bb.57: mov w11, #4356 mov x9, x8 cmp w10, w11 b.ne LBB0_106 ; %bb.58: mov w8, #6 mov x9, x8 b LBB0_106 LBB0_59: cmp w10, #2268 b.eq LBB0_98 ; %bb.60: cmp w10, #2296 b.eq LBB0_99 ; %bb.61: mov x9, x8 cmp w10, #2430 b.ne LBB0_106 ; %bb.62: mov w9, #5 mov w8, #4 b LBB0_106 LBB0_63: mov w9, #7744 cmp w10, w9 b.eq LBB0_100 ; %bb.64: mov w9, #8722 cmp w10, w9 b.eq LBB0_101 ; %bb.65: mov w11, #9801 mov x9, x8 cmp w10, w11 b.ne LBB0_106 ; %bb.66: mov w8, #9 mov x9, x8 b LBB0_106 LBB0_67: cmp w10, #121 b.eq LBB0_102 ; %bb.68: mov x9, x8 cmp w10, #252 b.ne LBB0_106 ; %bb.69: mov w9, #2 mov w8, #1 b LBB0_106 LBB0_70: cmp w10, #2668 b.eq LBB0_103 ; %bb.71: mov x9, x8 cmp w10, #2701 b.ne LBB0_106 ; %bb.72: mov w9, #7 mov w8, #3 b LBB0_106 LBB0_73: cmp w10, #1300 b.eq LBB0_104 ; %bb.74: mov x9, x8 cmp w10, #1458 b.ne LBB0_106 ; %bb.75: mov w9, #8 mov w8, #1 b LBB0_106 LBB0_76: mov w9, #9 mov w8, #4 b LBB0_106 LBB0_77: mov w9, #8 mov w8, #5 b LBB0_106 LBB0_78: mov w9, #3 b LBB0_105 LBB0_79: mov w9, #5 mov w8, #1 b LBB0_106 LBB0_80: mov w9, #7 mov w8, #4 b LBB0_106 LBB0_81: mov w9, #9 mov w8, #3 b LBB0_106 LBB0_82: mov w9, #5 mov w8, #3 b LBB0_106 LBB0_83: mov w8, #4 mov x9, x8 b LBB0_106 LBB0_84: mov w9, #9 mov w8, #6 b LBB0_106 LBB0_85: mov w9, #8 mov w8, #7 b LBB0_106 LBB0_86: mov w9, #3 mov w8, #1 b LBB0_106 LBB0_87: mov w8, #2 mov x9, x8 b LBB0_106 LBB0_88: mov w9, #6 mov w8, #4 b LBB0_106 LBB0_89: mov w8, #5 mov x9, x8 b LBB0_106 LBB0_90: mov w9, #4 mov w8, #3 b LBB0_106 LBB0_91: mov w9, #6 b LBB0_105 LBB0_92: mov w9, #9 mov w8, #5 b LBB0_106 LBB0_93: mov w9, #8 mov w8, #6 b LBB0_106 LBB0_94: mov w9, #4 b LBB0_105 LBB0_95: mov w8, #3 mov x9, x8 b LBB0_106 LBB0_96: mov w9, #8 mov w8, #4 b LBB0_106 LBB0_97: mov w9, #7 mov w8, #5 b LBB0_106 LBB0_98: mov w9, #6 mov w8, #3 b LBB0_106 LBB0_99: mov w9, #8 b LBB0_105 LBB0_100: mov w8, #8 mov x9, x8 b LBB0_106 LBB0_101: mov w9, #9 mov w8, #8 b LBB0_106 LBB0_102: mov w8, #1 mov x9, x8 b LBB0_106 LBB0_103: mov w9, #9 b LBB0_105 LBB0_104: mov w9, #5 LBB0_105: mov w8, #2 LBB0_106: stp x8, x9, [sp] Lloh2: adrp x0, l_.str.1@PAGE Lloh3: add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .loh AdrpAdd Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d%d\n" .subsections_via_symbols
the_stack_data/138973.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function read_bitmaps _read_bitmaps: ## @read_bitmaps .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 $88, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movl %edx, %r14d movl %esi, %r13d movq %rdi, %rbx movq $0, -64(%rbp) movq $0, -56(%rbp) movq 48(%rdi), %rdi callq _EXT2_CLUSTERS_PER_GROUP ## kill: def $eax killed $eax def $rax leal 7(%rax), %r12d testl %eax, %eax cmovnsl %eax, %r12d sarl $3, %r12d movq 48(%rbx), %rdi callq _EXT2_INODES_PER_GROUP ## kill: def $eax killed $eax def $rax leal 7(%rax), %r15d testl %eax, %eax cmovnsl %eax, %r15d sarl $3, %r15d movq 48(%rbx), %rax movl 4(%rax), %esi movq %rbx, %rdi callq _EXT2FS_B2C movl %eax, -96(%rbp) ## 4-byte Spill movq _EXT2_ET_MAGIC_EXT2FS_FILSYS@GOTPCREL(%rip), %rax movl (%rax), %esi movq %rbx, %rdi callq _EXT2_CHECK_MAGIC movl (%rbx), %eax cmpl %eax, %r12d setg %cl cmpl %eax, %r15d setg %al orb %cl, %al cmpb $1, %al jne LBB0_2 ## %bb.1: movq _EXT2_ET_CORRUPT_SUPERBLOCK@GOTPCREL(%rip), %rax movq (%rax), %r14 jmp LBB0_25 LBB0_2: movl %r13d, -44(%rbp) ## 4-byte Spill movl %r14d, -68(%rbp) ## 4-byte Spill movq _ext2fs_write_bitmaps@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, 68(%rbx) movq %rbx, %rdi callq _ext2fs_has_group_desc_csum movl %eax, %r13d movl 64(%rbx), %edi callq _strlen leaq -80(%rax), %rdi leaq -80(%rbp), %rsi callq _ext2fs_get_mem movq %rax, %r14 testq %rax, %rax jne LBB0_25 ## %bb.3: movl %r13d, -84(%rbp) ## 4-byte Spill movq $0, -112(%rbp) ## 8-byte Folded Spill movl $0, %r13d cmpl $0, -68(%rbp) ## 4-byte Folded Reload je LBB0_10 ## %bb.4: leaq 8(%rbx), %r14 movq 8(%rbx), %rdi testq %rdi, %rdi je LBB0_6 ## %bb.5: callq _ext2fs_free_block_bitmap LBB0_6: movq -80(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcpy movq -80(%rbp), %rdi movl 64(%rbx), %esi callq _strcat movq -80(%rbp), %rsi movq %rbx, %rdi movq %r14, %rdx callq _ext2fs_allocate_block_bitmap testq %rax, %rax movl -44(%rbp), %r13d ## 4-byte Reload je LBB0_8 ## %bb.7: movq %rax, %r14 jmp LBB0_16 LBB0_8: movl 40(%rbx), %edi leaq -64(%rbp), %rdx xorl %esi, %esi callq _io_channel_alloc_buf movl %r12d, %r13d testq %rax, %rax je LBB0_10 LBB0_9: movq %rax, %r14 movl -44(%rbp), %r13d ## 4-byte Reload jmp LBB0_16 LBB0_10: movl -44(%rbp), %eax ## 4-byte Reload testl %eax, %eax je LBB0_28 ## %bb.11: leaq 16(%rbx), %r14 movq 16(%rbx), %rdi testq %rdi, %rdi je LBB0_13 ## %bb.12: callq _ext2fs_free_inode_bitmap LBB0_13: movq -80(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _strcpy movq -80(%rbp), %rdi movl 64(%rbx), %esi callq _strcat movq -80(%rbp), %rsi movq %rbx, %rdi movq %r14, %rdx callq _ext2fs_allocate_inode_bitmap testq %rax, %rax jne LBB0_14 ## %bb.26: movl 40(%rbx), %edi leaq -56(%rbp), %rdx xorl %esi, %esi callq _io_channel_alloc_buf testq %rax, %rax je LBB0_27 LBB0_14: movq %rax, %r14 LBB0_15: movl -44(%rbp), %r13d ## 4-byte Reload cmpl $0, -68(%rbp) ## 4-byte Folded Reload je LBB0_17 LBB0_16: leaq 8(%rbx), %rdi callq _ext2fs_free_mem movq $0, 8(%rbx) LBB0_17: testl %r13d, %r13d je LBB0_19 ## %bb.18: leaq 16(%rbx), %rdi callq _ext2fs_free_mem movq $0, 16(%rbx) LBB0_19: cmpq $0, -56(%rbp) je LBB0_21 ## %bb.20: leaq -56(%rbp), %rdi callq _ext2fs_free_mem LBB0_21: cmpq $0, -64(%rbp) je LBB0_23 ## %bb.22: leaq -64(%rbp), %rdi callq _ext2fs_free_mem LBB0_23: cmpq $0, -80(%rbp) je LBB0_25 ## %bb.24: leaq -80(%rbp), %rdi callq _ext2fs_free_mem LBB0_25: movq %r14, %rax addq $88, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_27: movl %r15d, %eax movq %rax, -112(%rbp) ## 8-byte Spill LBB0_28: leaq -80(%rbp), %rdi callq _ext2fs_free_mem movq _EXT2_FLAG_IMAGE_FILE@GOTPCREL(%rip), %rax movl (%rax), %eax orl 24(%rbx), %eax je LBB0_29 ## %bb.48: movq 56(%rbx), %rax movl 4(%rax), %edi callq _ext2fs_le32_to_cpu movq 48(%rbx), %rcx movl (%rcx), %r13d movq -56(%rbp), %rcx testq %rcx, %rcx setne %dl testl %r13d, %r13d setne %sil andb %dl, %sil cmpb $1, %sil jne LBB0_54 ## %bb.49: xorl %edx, %edx divl (%rbx) movl $1, %r15d LBB0_50: ## =>This Inner Loop Header: Depth=1 movl 44(%rbx), %edi movl %eax, -84(%rbp) ## 4-byte Spill movl %eax, %esi movl $1, %edx callq _io_channel_read_blk64 testq %rax, %rax jne LBB0_14 ## %bb.51: ## in Loop: Header=BB0_50 Depth=1 movl (%rbx), %r12d shll $3, %r12d cmpl %r13d, %r12d cmovael %r13d, %r12d movq 16(%rbx), %rdi movq -56(%rbp), %rcx movl %r15d, %esi movl %r12d, %edx callq _ext2fs_set_inode_bitmap_range2 testq %rax, %rax jne LBB0_14 ## %bb.52: ## in Loop: Header=BB0_50 Depth=1 movq -56(%rbp), %rcx testq %rcx, %rcx movl -84(%rbp), %eax ## 4-byte Reload je LBB0_54 ## %bb.53: ## in Loop: Header=BB0_50 Depth=1 addl %r12d, %r15d subl %r12d, %r13d incl %eax testl %r13d, %r13d jne LBB0_50 LBB0_54: movq 56(%rbx), %rax movl (%rax), %edi callq _ext2fs_le32_to_cpu movl %eax, %r14d movl (%rbx), %r15d movq 48(%rbx), %rdi movq 32(%rbx), %rsi callq _EXT2_GROUPS_TO_CLUSTERS movl %eax, %r13d movq -64(%rbp), %rcx testq %rcx, %rcx setne %al testl %r13d, %r13d setne %dl andb %al, %dl cmpb $1, %dl jne LBB0_60 ## %bb.55: movl %r14d, %eax xorl %edx, %edx divl %r15d movl %eax, %r15d LBB0_56: ## =>This Inner Loop Header: Depth=1 movl 44(%rbx), %edi movl %r15d, %esi movl $1, %edx callq _io_channel_read_blk64 testq %rax, %rax jne LBB0_14 ## %bb.57: ## in Loop: Header=BB0_56 Depth=1 movl (%rbx), %r12d shll $3, %r12d cmpl %r13d, %r12d cmovael %r13d, %r12d movq 8(%rbx), %rdi movq -64(%rbp), %rcx movl -96(%rbp), %esi ## 4-byte Reload movl %r12d, %edx callq _ext2fs_set_block_bitmap_range2 testq %rax, %rax jne LBB0_14 ## %bb.58: ## in Loop: Header=BB0_56 Depth=1 movq -64(%rbp), %rcx testq %rcx, %rcx je LBB0_60 ## %bb.59: ## in Loop: Header=BB0_56 Depth=1 addl %r12d, -96(%rbp) ## 4-byte Folded Spill subl %r12d, %r13d incl %r15d testl %r13d, %r13d jne LBB0_56 jmp LBB0_60 LBB0_29: movq %r13, -120(%rbp) ## 8-byte Spill cmpq $0, 32(%rbx) movl -68(%rbp), %eax ## 4-byte Reload movl -96(%rbp), %r12d ## 4-byte Reload jle LBB0_46 ## %bb.30: movq -120(%rbp), %rcx ## 8-byte Reload leal (,%rcx,8), %ecx movl %ecx, -124(%rbp) ## 4-byte Spill movq -112(%rbp), %rcx ## 8-byte Reload leal (,%rcx,8), %ecx movl %ecx, -100(%rbp) ## 4-byte Spill movl $1, -88(%rbp) ## 4-byte Folded Spill xorl %r15d, %r15d jmp LBB0_31 LBB0_45: ## in Loop: Header=BB0_31 Depth=1 incq %r15 cmpq 32(%rbx), %r15 jge LBB0_46 LBB0_31: ## =>This Inner Loop Header: Depth=1 cmpq $0, -64(%rbp) je LBB0_38 ## %bb.32: ## in Loop: Header=BB0_31 Depth=1 movq %rbx, %rdi movq %r15, %rsi callq _ext2fs_block_bitmap_loc movl %eax, %r14d cmpl $0, -84(%rbp) ## 4-byte Folded Reload movq %r15, -96(%rbp) ## 8-byte Spill je LBB0_65 ## %bb.33: ## in Loop: Header=BB0_31 Depth=1 movq _EXT2_BG_BLOCK_UNINIT@GOTPCREL(%rip), %rax movl (%rax), %edx movq %rbx, %rdi movq %r15, %rsi callq _ext2fs_bg_flags_test testq %rax, %rax je LBB0_65 ## %bb.34: ## in Loop: Header=BB0_31 Depth=1 movq %rbx, %rdi movq %r15, %rsi callq _ext2fs_group_desc_csum_verify testq %rax, %rax setne %al testl %r14d, %r14d sete %cl orb %al, %cl je LBB0_66 LBB0_35: ## in Loop: Header=BB0_31 Depth=1 movq -64(%rbp), %rdi xorl %esi, %esi movq -120(%rbp), %rdx ## 8-byte Reload ## kill: def $edx killed $edx killed $rdx callq _memset jmp LBB0_36 LBB0_65: ## in Loop: Header=BB0_31 Depth=1 testl %r14d, %r14d je LBB0_35 LBB0_66: ## in Loop: Header=BB0_31 Depth=1 movl 40(%rbx), %edi movq -64(%rbp), %rcx movl %r14d, %esi movl $1, %edx callq _io_channel_read_blk64 testq %rax, %rax jne LBB0_67 ## %bb.69: ## in Loop: Header=BB0_31 Depth=1 movq _EXT2_FLAG_IGNORE_CSUM_ERRORS@GOTPCREL(%rip), %rax movl (%rax), %eax testl %eax, 24(%rbx) jne LBB0_36 ## %bb.70: ## in Loop: Header=BB0_31 Depth=1 movq -64(%rbp), %rdx movq %rbx, %rdi movq -96(%rbp), %rsi ## 8-byte Reload movq -120(%rbp), %rcx ## 8-byte Reload ## kill: def $ecx killed $ecx killed $rcx callq _ext2fs_block_bitmap_csum_verify testl %eax, %eax je LBB0_71 LBB0_36: ## in Loop: Header=BB0_31 Depth=1 movq 8(%rbx), %rdi movq -64(%rbp), %rcx movl %r12d, %esi movl -124(%rbp), %r15d ## 4-byte Reload movl %r15d, %edx callq _ext2fs_set_block_bitmap_range2 testq %rax, %rax jne LBB0_14 ## %bb.37: ## in Loop: Header=BB0_31 Depth=1 addl %r15d, %r12d movl -68(%rbp), %eax ## 4-byte Reload movq -96(%rbp), %r15 ## 8-byte Reload LBB0_38: ## in Loop: Header=BB0_31 Depth=1 cmpq $0, -56(%rbp) je LBB0_45 ## %bb.39: ## in Loop: Header=BB0_31 Depth=1 movq %rbx, %rdi movq %r15, %rsi callq _ext2fs_inode_bitmap_loc movl %eax, %r14d cmpl $0, -84(%rbp) ## 4-byte Folded Reload je LBB0_72 ## %bb.40: ## in Loop: Header=BB0_31 Depth=1 movq _EXT2_BG_INODE_UNINIT@GOTPCREL(%rip), %rax movl (%rax), %edx movq %rbx, %rdi movq %r15, %rsi callq _ext2fs_bg_flags_test testq %rax, %rax je LBB0_72 ## %bb.41: ## in Loop: Header=BB0_31 Depth=1 movq %rbx, %rdi movq %r15, %r13 movq %r15, %rsi callq _ext2fs_group_desc_csum_verify testq %rax, %rax setne %al testl %r14d, %r14d sete %cl orb %al, %cl je LBB0_73 LBB0_42: ## in Loop: Header=BB0_31 Depth=1 movq -56(%rbp), %rdi xorl %esi, %esi movq -112(%rbp), %rdx ## 8-byte Reload ## kill: def $edx killed $edx killed $rdx callq _memset jmp LBB0_43 LBB0_72: ## in Loop: Header=BB0_31 Depth=1 movq %r15, %r13 testl %r14d, %r14d je LBB0_42 LBB0_73: ## in Loop: Header=BB0_31 Depth=1 movl 40(%rbx), %edi movq -56(%rbp), %rcx movl %r14d, %esi movl $1, %edx callq _io_channel_read_blk64 testq %rax, %rax jne LBB0_74 ## %bb.75: ## in Loop: Header=BB0_31 Depth=1 movq _EXT2_FLAG_IGNORE_CSUM_ERRORS@GOTPCREL(%rip), %rax movl (%rax), %eax testl %eax, 24(%rbx) jne LBB0_43 ## %bb.76: ## in Loop: Header=BB0_31 Depth=1 movq -56(%rbp), %rdx movq %rbx, %rdi movq %r13, %rsi movq -112(%rbp), %rcx ## 8-byte Reload ## kill: def $ecx killed $ecx killed $rcx callq _ext2fs_inode_bitmap_csum_verify testl %eax, %eax je LBB0_77 LBB0_43: ## in Loop: Header=BB0_31 Depth=1 movq 16(%rbx), %rdi movq -56(%rbp), %rcx movl -88(%rbp), %esi ## 4-byte Reload movl -100(%rbp), %edx ## 4-byte Reload callq _ext2fs_set_inode_bitmap_range2 testq %rax, %rax jne LBB0_14 ## %bb.44: ## in Loop: Header=BB0_31 Depth=1 movl -88(%rbp), %eax ## 4-byte Reload addl -100(%rbp), %eax ## 4-byte Folded Reload movl %eax, -88(%rbp) ## 4-byte Spill movl -68(%rbp), %eax ## 4-byte Reload movq %r13, %r15 jmp LBB0_45 LBB0_46: testl %eax, %eax je LBB0_60 ## %bb.47: movq %rbx, %rdi callq _mark_uninit_bg_group_blocks testq %rax, %rax jne LBB0_9 LBB0_60: cmpq $0, -56(%rbp) je LBB0_62 ## %bb.61: leaq -56(%rbp), %rdi callq _ext2fs_free_mem LBB0_62: cmpq $0, -64(%rbp) je LBB0_64 ## %bb.63: leaq -64(%rbp), %rdi callq _ext2fs_free_mem LBB0_64: xorl %r14d, %r14d jmp LBB0_25 LBB0_67: movq _EXT2_ET_BLOCK_BITMAP_READ@GOTPCREL(%rip), %rax movq (%rax), %r14 jmp LBB0_15 LBB0_74: movq _EXT2_ET_INODE_BITMAP_READ@GOTPCREL(%rip), %rax movq (%rax), %r14 jmp LBB0_15 LBB0_71: movq _EXT2_ET_BLOCK_BITMAP_CSUM_INVALID@GOTPCREL(%rip), %rax movq (%rax), %r14 jmp LBB0_15 LBB0_77: movq _EXT2_ET_INODE_BITMAP_CSUM_INVALID@GOTPCREL(%rip), %rax movq (%rax), %r14 jmp LBB0_15 .cfi_endproc ## -- End function .comm _EXT2_ET_MAGIC_EXT2FS_FILSYS,4,2 ## @EXT2_ET_MAGIC_EXT2FS_FILSYS .comm _EXT2_ET_CORRUPT_SUPERBLOCK,8,3 ## @EXT2_ET_CORRUPT_SUPERBLOCK .comm _ext2fs_write_bitmaps,4,2 ## @ext2fs_write_bitmaps .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "block bitmap for " L_.str.1: ## @.str.1 .asciz "inode bitmap for " .comm _EXT2_FLAG_IMAGE_FILE,4,2 ## @EXT2_FLAG_IMAGE_FILE .comm _EXT2_BG_BLOCK_UNINIT,4,2 ## @EXT2_BG_BLOCK_UNINIT .comm _EXT2_ET_BLOCK_BITMAP_READ,8,3 ## @EXT2_ET_BLOCK_BITMAP_READ .comm _EXT2_FLAG_IGNORE_CSUM_ERRORS,4,2 ## @EXT2_FLAG_IGNORE_CSUM_ERRORS .comm _EXT2_ET_BLOCK_BITMAP_CSUM_INVALID,8,3 ## @EXT2_ET_BLOCK_BITMAP_CSUM_INVALID .comm _EXT2_BG_INODE_UNINIT,4,2 ## @EXT2_BG_INODE_UNINIT .comm _EXT2_ET_INODE_BITMAP_READ,8,3 ## @EXT2_ET_INODE_BITMAP_READ .comm _EXT2_ET_INODE_BITMAP_CSUM_INVALID,8,3 ## @EXT2_ET_INODE_BITMAP_CSUM_INVALID .no_dead_strip _read_bitmaps .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function read_bitmaps _read_bitmaps: ; @read_bitmaps .cfi_startproc ; %bb.0: sub sp, sp, #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 mov x21, x2 mov x20, x1 mov x19, x0 stp xzr, xzr, [sp, #32] ldr x0, [x0, #48] bl _EXT2_CLUSTERS_PER_GROUP add w8, w0, #7 cmp w0, #0 csel w8, w8, w0, lt asr w23, w8, #3 ldr x0, [x19, #48] bl _EXT2_INODES_PER_GROUP add w8, w0, #7 cmp w0, #0 csel w8, w8, w0, lt asr w24, w8, #3 ldr x8, [x19, #48] ldr w1, [x8, #4] mov x0, x19 bl _EXT2FS_B2C mov x22, x0 Lloh0: adrp x8, _EXT2_ET_MAGIC_EXT2FS_FILSYS@GOTPAGE Lloh1: ldr x8, [x8, _EXT2_ET_MAGIC_EXT2FS_FILSYS@GOTPAGEOFF] Lloh2: ldr w1, [x8] mov x0, x19 bl _EXT2_CHECK_MAGIC ldr w8, [x19] cmp w23, w8 ccmp w24, w8, #0, le b.le LBB0_2 ; %bb.1: Lloh3: adrp x8, _EXT2_ET_CORRUPT_SUPERBLOCK@GOTPAGE Lloh4: ldr x8, [x8, _EXT2_ET_CORRUPT_SUPERBLOCK@GOTPAGEOFF] Lloh5: ldr x27, [x8] b LBB0_25 LBB0_2: Lloh6: adrp x8, _ext2fs_write_bitmaps@GOTPAGE Lloh7: ldr x8, [x8, _ext2fs_write_bitmaps@GOTPAGEOFF] Lloh8: ldr w8, [x8] str w8, [x19, #68] mov x0, x19 bl _ext2fs_has_group_desc_csum mov x25, x0 ldr w0, [x19, #64] bl _strlen sub x0, x0, #80 add x1, sp, #24 bl _ext2fs_get_mem mov x27, x0 cbnz x0, LBB0_25 ; %bb.3: cbz w21, LBB0_9 ; %bb.4: mov x26, x19 ldr x0, [x26, #8]! cbz x0, LBB0_6 ; %bb.5: bl _ext2fs_free_block_bitmap LBB0_6: ldr x0, [sp, #24] Lloh9: adrp x1, l_.str@PAGE Lloh10: add x1, x1, l_.str@PAGEOFF bl _strcpy ldr x0, [sp, #24] ldr w1, [x19, #64] bl _strcat ldr x1, [sp, #24] mov x0, x19 mov x2, x26 bl _ext2fs_allocate_block_bitmap cbnz x0, LBB0_8 ; %bb.7: ldr w0, [x19, #40] add x2, sp, #40 mov w1, #0 ; =0x0 bl _io_channel_alloc_buf cbz x0, LBB0_10 LBB0_8: mov x27, x0 b LBB0_16 LBB0_9: mov w23, #0 ; =0x0 LBB0_10: cbz w20, LBB0_26 ; %bb.11: mov x26, x19 ldr x0, [x26, #16]! cbz x0, LBB0_13 ; %bb.12: bl _ext2fs_free_inode_bitmap LBB0_13: ldr x0, [sp, #24] Lloh11: adrp x1, l_.str.1@PAGE Lloh12: add x1, x1, l_.str.1@PAGEOFF bl _strcpy ldr x0, [sp, #24] ldr w1, [x19, #64] bl _strcat ldr x1, [sp, #24] mov x0, x19 mov x2, x26 bl _ext2fs_allocate_inode_bitmap cbnz x0, LBB0_15 ; %bb.14: ldr w0, [x19, #40] add x2, sp, #32 mov w1, #0 ; =0x0 bl _io_channel_alloc_buf cbz x0, LBB0_27 LBB0_15: mov x27, x0 cbz w21, LBB0_17 LBB0_16: add x0, x19, #8 bl _ext2fs_free_mem str xzr, [x19, #8] LBB0_17: cbz w20, LBB0_19 ; %bb.18: add x0, x19, #16 bl _ext2fs_free_mem str xzr, [x19, #16] LBB0_19: ldr x8, [sp, #32] cbz x8, LBB0_21 ; %bb.20: add x0, sp, #32 bl _ext2fs_free_mem LBB0_21: ldr x8, [sp, #40] cbz x8, LBB0_23 ; %bb.22: add x0, sp, #40 bl _ext2fs_free_mem LBB0_23: ldr x8, [sp, #24] cbz x8, LBB0_25 ; %bb.24: add x0, sp, #24 bl _ext2fs_free_mem LBB0_25: mov x0, x27 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_26: mov w24, #0 ; =0x0 LBB0_27: add x0, sp, #24 bl _ext2fs_free_mem ldr w8, [x19, #24] Lloh13: adrp x9, _EXT2_FLAG_IMAGE_FILE@GOTPAGE Lloh14: ldr x9, [x9, _EXT2_FLAG_IMAGE_FILE@GOTPAGEOFF] Lloh15: ldr w9, [x9] orr w8, w9, w8 cbz w8, LBB0_42 ; %bb.28: ldr x8, [x19, #56] ldr w0, [x8, #4] bl _ext2fs_le32_to_cpu ldr x3, [sp, #32] cbz x3, LBB0_35 ; %bb.29: ldr x8, [x19, #48] ldr w26, [x8] cbz w26, LBB0_35 ; %bb.30: ldr w8, [x19] mov w23, #1 ; =0x1 udiv w24, w0, w8 LBB0_31: ; =>This Inner Loop Header: Depth=1 ldr w0, [x19, #44] mov x1, x24 mov w2, #1 ; =0x1 bl _io_channel_read_blk64 cbnz x0, LBB0_15 ; %bb.32: ; in Loop: Header=BB0_31 Depth=1 ldr w8, [x19] lsl w8, w8, #3 cmp w8, w26 csel w25, w8, w26, lo ldr x0, [x19, #16] ldr x3, [sp, #32] mov x1, x23 mov x2, x25 bl _ext2fs_set_inode_bitmap_range2 cbnz x0, LBB0_15 ; %bb.33: ; in Loop: Header=BB0_31 Depth=1 ldr x3, [sp, #32] cbz x3, LBB0_35 ; %bb.34: ; in Loop: Header=BB0_31 Depth=1 add w23, w25, w23 add w24, w24, #1 sub w26, w26, w25 cbnz w26, LBB0_31 LBB0_35: ldr x8, [x19, #56] ldr w0, [x8] bl _ext2fs_le32_to_cpu mov x24, x0 ldr w25, [x19] ldr x0, [x19, #48] ldr x1, [x19, #32] bl _EXT2_GROUPS_TO_CLUSTERS ldr x3, [sp, #40] cbz x3, LBB0_70 ; %bb.36: mov x23, x0 cbz w0, LBB0_70 ; %bb.37: udiv w24, w24, w25 LBB0_38: ; =>This Inner Loop Header: Depth=1 ldr w0, [x19, #44] mov x1, x24 mov w2, #1 ; =0x1 bl _io_channel_read_blk64 cbnz x0, LBB0_15 ; %bb.39: ; in Loop: Header=BB0_38 Depth=1 ldr w8, [x19] lsl w8, w8, #3 cmp w8, w23 csel w25, w8, w23, lo ldr x0, [x19, #8] ldr x3, [sp, #40] mov x1, x22 mov x2, x25 bl _ext2fs_set_block_bitmap_range2 cbnz x0, LBB0_15 ; %bb.40: ; in Loop: Header=BB0_38 Depth=1 ldr x3, [sp, #40] cbz x3, LBB0_70 ; %bb.41: ; in Loop: Header=BB0_38 Depth=1 add w22, w25, w22 add w24, w24, #1 sub w23, w23, w25 cbnz w23, LBB0_38 b LBB0_70 LBB0_42: stp w21, w20, [sp, #12] ; 8-byte Folded Spill ldr x8, [x19, #32] cmp x8, #1 b.lt LBB0_68 ; %bb.43: mov x26, #0 ; =0x0 lsl w8, w23, #3 str w8, [sp, #20] ; 4-byte Folded Spill lsl w28, w24, #3 mov w21, #1 ; =0x1 b LBB0_48 LBB0_44: ; in Loop: Header=BB0_48 Depth=1 ldr x0, [sp, #32] mov w1, #0 ; =0x0 mov x2, x24 bl _memset LBB0_45: ; in Loop: Header=BB0_48 Depth=1 ldr x0, [x19, #16] ldr x3, [sp, #32] mov x1, x21 mov x2, x28 bl _ext2fs_set_inode_bitmap_range2 cbnz x0, LBB0_75 ; %bb.46: ; in Loop: Header=BB0_48 Depth=1 add w21, w21, w28 LBB0_47: ; in Loop: Header=BB0_48 Depth=1 add x26, x26, #1 ldr x8, [x19, #32] cmp x26, x8 b.ge LBB0_68 LBB0_48: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #40] cbz x8, LBB0_59 ; %bb.49: ; in Loop: Header=BB0_48 Depth=1 mov x0, x19 mov x1, x26 bl _ext2fs_block_bitmap_loc mov x27, x0 cbz w25, LBB0_52 ; %bb.50: ; in Loop: Header=BB0_48 Depth=1 Lloh16: adrp x8, _EXT2_BG_BLOCK_UNINIT@GOTPAGE Lloh17: ldr x8, [x8, _EXT2_BG_BLOCK_UNINIT@GOTPAGEOFF] Lloh18: ldr w2, [x8] mov x0, x19 mov x1, x26 bl _ext2fs_bg_flags_test cbz x0, LBB0_52 ; %bb.51: ; in Loop: Header=BB0_48 Depth=1 mov x0, x19 mov x1, x26 bl _ext2fs_group_desc_csum_verify cbnz x0, LBB0_56 LBB0_52: ; in Loop: Header=BB0_48 Depth=1 cbz w27, LBB0_56 ; %bb.53: ; in Loop: Header=BB0_48 Depth=1 ldr w0, [x19, #40] ldr x3, [sp, #40] mov x1, x27 mov w2, #1 ; =0x1 bl _io_channel_read_blk64 cbnz x0, LBB0_76 ; %bb.54: ; in Loop: Header=BB0_48 Depth=1 ldr w8, [x19, #24] Lloh19: adrp x9, _EXT2_FLAG_IGNORE_CSUM_ERRORS@GOTPAGE Lloh20: ldr x9, [x9, _EXT2_FLAG_IGNORE_CSUM_ERRORS@GOTPAGEOFF] Lloh21: ldr w9, [x9] tst w9, w8 b.ne LBB0_57 ; %bb.55: ; in Loop: Header=BB0_48 Depth=1 ldr x2, [sp, #40] mov x0, x19 mov x1, x26 mov x3, x23 bl _ext2fs_block_bitmap_csum_verify cbnz w0, LBB0_57 b LBB0_78 LBB0_56: ; in Loop: Header=BB0_48 Depth=1 ldr x0, [sp, #40] mov w1, #0 ; =0x0 mov x2, x23 bl _memset LBB0_57: ; in Loop: Header=BB0_48 Depth=1 mov x20, x25 mov x25, x28 ldr x0, [x19, #8] ldr x3, [sp, #40] mov x1, x22 ldr w28, [sp, #20] ; 4-byte Folded Reload mov x2, x28 bl _ext2fs_set_block_bitmap_range2 cbnz x0, LBB0_75 ; %bb.58: ; in Loop: Header=BB0_48 Depth=1 add w22, w22, w28 mov x28, x25 mov x25, x20 LBB0_59: ; in Loop: Header=BB0_48 Depth=1 ldr x8, [sp, #32] cbz x8, LBB0_47 ; %bb.60: ; in Loop: Header=BB0_48 Depth=1 mov x0, x19 mov x1, x26 bl _ext2fs_inode_bitmap_loc mov x27, x0 cbz w25, LBB0_63 ; %bb.61: ; in Loop: Header=BB0_48 Depth=1 Lloh22: adrp x8, _EXT2_BG_INODE_UNINIT@GOTPAGE Lloh23: ldr x8, [x8, _EXT2_BG_INODE_UNINIT@GOTPAGEOFF] Lloh24: ldr w2, [x8] mov x0, x19 mov x1, x26 bl _ext2fs_bg_flags_test cbz x0, LBB0_63 ; %bb.62: ; in Loop: Header=BB0_48 Depth=1 mov x0, x19 mov x1, x26 bl _ext2fs_group_desc_csum_verify cbnz x0, LBB0_44 LBB0_63: ; in Loop: Header=BB0_48 Depth=1 cbz w27, LBB0_44 ; %bb.64: ; in Loop: Header=BB0_48 Depth=1 ldr w0, [x19, #40] ldr x3, [sp, #32] mov x1, x27 mov w2, #1 ; =0x1 bl _io_channel_read_blk64 cbnz x0, LBB0_77 ; %bb.65: ; in Loop: Header=BB0_48 Depth=1 ldr w8, [x19, #24] Lloh25: adrp x9, _EXT2_FLAG_IGNORE_CSUM_ERRORS@GOTPAGE Lloh26: ldr x9, [x9, _EXT2_FLAG_IGNORE_CSUM_ERRORS@GOTPAGEOFF] Lloh27: ldr w9, [x9] tst w9, w8 b.ne LBB0_45 ; %bb.66: ; in Loop: Header=BB0_48 Depth=1 ldr x2, [sp, #32] mov x0, x19 mov x1, x26 mov x3, x24 bl _ext2fs_inode_bitmap_csum_verify cbnz w0, LBB0_45 ; %bb.67: Lloh28: adrp x8, _EXT2_ET_INODE_BITMAP_CSUM_INVALID@GOTPAGE Lloh29: ldr x8, [x8, _EXT2_ET_INODE_BITMAP_CSUM_INVALID@GOTPAGEOFF] b LBB0_79 LBB0_68: ldp w8, w20, [sp, #12] ; 8-byte Folded Reload cbz w8, LBB0_70 ; %bb.69: mov x0, x19 bl _mark_uninit_bg_group_blocks cbnz x0, LBB0_8 LBB0_70: ldr x8, [sp, #32] cbz x8, LBB0_72 ; %bb.71: add x0, sp, #32 bl _ext2fs_free_mem LBB0_72: ldr x8, [sp, #40] cbz x8, LBB0_74 ; %bb.73: add x0, sp, #40 bl _ext2fs_free_mem LBB0_74: mov x27, #0 ; =0x0 b LBB0_25 LBB0_75: mov x27, x0 b LBB0_80 LBB0_76: Lloh30: adrp x8, _EXT2_ET_BLOCK_BITMAP_READ@GOTPAGE Lloh31: ldr x8, [x8, _EXT2_ET_BLOCK_BITMAP_READ@GOTPAGEOFF] b LBB0_79 LBB0_77: Lloh32: adrp x8, _EXT2_ET_INODE_BITMAP_READ@GOTPAGE Lloh33: ldr x8, [x8, _EXT2_ET_INODE_BITMAP_READ@GOTPAGEOFF] b LBB0_79 LBB0_78: Lloh34: adrp x8, _EXT2_ET_BLOCK_BITMAP_CSUM_INVALID@GOTPAGE Lloh35: ldr x8, [x8, _EXT2_ET_BLOCK_BITMAP_CSUM_INVALID@GOTPAGEOFF] LBB0_79: ldr x27, [x8] LBB0_80: ldp w21, w20, [sp, #12] ; 8-byte Folded Reload cbnz w21, LBB0_16 b LBB0_17 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8 .loh AdrpAdd Lloh9, Lloh10 .loh AdrpAdd Lloh11, Lloh12 .loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15 .loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18 .loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21 .loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24 .loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27 .loh AdrpLdrGot Lloh28, Lloh29 .loh AdrpLdrGot Lloh30, Lloh31 .loh AdrpLdrGot Lloh32, Lloh33 .loh AdrpLdrGot Lloh34, Lloh35 .cfi_endproc ; -- End function .comm _EXT2_ET_MAGIC_EXT2FS_FILSYS,4,2 ; @EXT2_ET_MAGIC_EXT2FS_FILSYS .comm _EXT2_ET_CORRUPT_SUPERBLOCK,8,3 ; @EXT2_ET_CORRUPT_SUPERBLOCK .comm _ext2fs_write_bitmaps,4,2 ; @ext2fs_write_bitmaps .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "block bitmap for " l_.str.1: ; @.str.1 .asciz "inode bitmap for " .comm _EXT2_FLAG_IMAGE_FILE,4,2 ; @EXT2_FLAG_IMAGE_FILE .comm _EXT2_BG_BLOCK_UNINIT,4,2 ; @EXT2_BG_BLOCK_UNINIT .comm _EXT2_ET_BLOCK_BITMAP_READ,8,3 ; @EXT2_ET_BLOCK_BITMAP_READ .comm _EXT2_FLAG_IGNORE_CSUM_ERRORS,4,2 ; @EXT2_FLAG_IGNORE_CSUM_ERRORS .comm _EXT2_ET_BLOCK_BITMAP_CSUM_INVALID,8,3 ; @EXT2_ET_BLOCK_BITMAP_CSUM_INVALID .comm _EXT2_BG_INODE_UNINIT,4,2 ; @EXT2_BG_INODE_UNINIT .comm _EXT2_ET_INODE_BITMAP_READ,8,3 ; @EXT2_ET_INODE_BITMAP_READ .comm _EXT2_ET_INODE_BITMAP_CSUM_INVALID,8,3 ; @EXT2_ET_INODE_BITMAP_CSUM_INVALID .no_dead_strip _read_bitmaps .subsections_via_symbols
assembly_file_169355.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl ___getmainargs ## -- Begin function __getmainargs .p2align 4, 0x90 ___getmainargs: ## @__getmainargs .cfi_startproc ## %bb.0: movq ___argv@GOTPCREL(%rip), %rax movq (%rax), %rax movq __environ@GOTPCREL(%rip), %r8 movq (%r8), %r9 orq %rax, %r9 je LBB0_2 ## %bb.1: movq %rax, (%rsi) movq (%r8), %rax movq %rax, (%rdx) movq ___argc@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, (%rdi) retq LBB0_2: 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 %ecx, -60(%rbp) ## 4-byte Spill movq %rdi, -72(%rbp) ## 8-byte Spill movq %rsi, -80(%rbp) ## 8-byte Spill movq %rdx, -88(%rbp) ## 8-byte Spill movq _FALSE@GOTPCREL(%rip), %rax movl (%rax), %r15d movq ___argc@GOTPCREL(%rip), %rax movl $0, (%rax) movq __acmdln@GOTPCREL(%rip), %rbx movq (%rbx), %rdi callq _strlen movq %rax, %r13 movl %r13d, %edi callq _malloc movq %rax, -56(%rbp) ## 8-byte Spill movq _TRUE@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB0_50 ## %bb.3: movq %rbx, %r10 xorl %eax, %eax movl -60(%rbp), %ecx ## 4-byte Reload movl %ecx, -44(%rbp) ## 4-byte Spill xorl %esi, %esi xorl %r14d, %r14d movl %r15d, %edx LBB0_4: ## =>This Loop Header: Depth=1 ## Child Loop BB0_5 Depth 2 ## Child Loop BB0_18 Depth 3 xorl %ecx, %ecx .p2align 4, 0x90 LBB0_5: ## Parent Loop BB0_4 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_18 Depth 3 movslq %eax, %rbx movq %rbx, %r8 cmpq %rbx, %r13 cmovaq %r13, %r8 seta %r12b jbe LBB0_9 ## %bb.6: ## in Loop: Header=BB0_5 Depth=2 movq (%r10), %r9 movzbl (%r9,%rbx), %edi cmpl $32, %edi jne LBB0_12 ## %bb.7: ## in Loop: Header=BB0_5 Depth=2 movb $32, %dil testl %r14d, %r14d jne LBB0_26 jmp LBB0_14 .p2align 4, 0x90 LBB0_9: ## in Loop: Header=BB0_5 Depth=2 movl %r8d, %eax testl %r15d, %r15d je LBB0_15 LBB0_10: ## in Loop: Header=BB0_5 Depth=2 movl %eax, %ebx LBB0_11: ## in Loop: Header=BB0_5 Depth=2 movq -56(%rbp), %rdi ## 8-byte Reload movq %r10, %r15 callq _strndup movl %eax, %edi movl -44(%rbp), %esi ## 4-byte Reload callq _aexpand movq %r15, %r10 movl %ebx, %eax testb %r12b, %r12b jne LBB0_16 jmp LBB0_50 .p2align 4, 0x90 LBB0_12: ## in Loop: Header=BB0_5 Depth=2 cmpb $9, %dil jne LBB0_21 ## %bb.13: ## in Loop: Header=BB0_5 Depth=2 testl %r14d, %r14d jne LBB0_21 LBB0_14: ## in Loop: Header=BB0_5 Depth=2 xorl %r14d, %r14d testl %r15d, %r15d jne LBB0_10 LBB0_15: ## in Loop: Header=BB0_5 Depth=2 cmpq %rbx, %r13 jbe LBB0_50 LBB0_16: ## in Loop: Header=BB0_5 Depth=2 movslq %eax, %rcx addq (%r10), %rcx movl %eax, %ebx jmp LBB0_18 .p2align 4, 0x90 LBB0_17: ## in Loop: Header=BB0_18 Depth=3 incl %ebx incq %rcx LBB0_18: ## Parent Loop BB0_4 Depth=1 ## Parent Loop BB0_5 Depth=2 ## => This Inner Loop Header: Depth=3 movzbl (%rcx), %eax cmpl $32, %eax je LBB0_17 ## %bb.19: ## in Loop: Header=BB0_18 Depth=3 cmpl $9, %eax je LBB0_17 ## %bb.20: ## in Loop: Header=BB0_5 Depth=2 movq _FALSE@GOTPCREL(%rip), %rax movl (%rax), %edx xorl %ecx, %ecx xorl %esi, %esi movl %edx, %r15d jmp LBB0_28 LBB0_21: ## in Loop: Header=BB0_5 Depth=2 cmpl $92, %edi je LBB0_42 ## %bb.22: ## in Loop: Header=BB0_5 Depth=2 cmpl $34, %edi jne LBB0_26 ## %bb.23: ## in Loop: Header=BB0_5 Depth=2 testl %ecx, %ecx jle LBB0_30 ## %bb.24: ## in Loop: Header=BB0_5 Depth=2 movl %ecx, %edx shrl %ecx testb $1, %dl je LBB0_44 ## %bb.25: ## in Loop: Header=BB0_5 Depth=2 movl %ecx, %edx notl %edx addl %esi, %edx subl %ecx, %esi movslq %edx, %rcx movq -56(%rbp), %rdx ## 8-byte Reload movb $34, (%rdx,%rcx) movq _TRUE@GOTPCREL(%rip), %rcx movl (%rcx), %edi incl %eax movl $1, %r15d xorl %ecx, %ecx movl %edi, %edx movl %eax, %ebx jmp LBB0_29 LBB0_26: ## in Loop: Header=BB0_5 Depth=2 movl %eax, %ebx LBB0_27: ## in Loop: Header=BB0_5 Depth=2 movslq %esi, %rax incl %esi movq -56(%rbp), %rcx ## 8-byte Reload movb %dil, (%rcx,%rax) movq _FALSE@GOTPCREL(%rip), %rax movl (%rax), %edx incl %ebx movl $1, %r15d xorl %ecx, %ecx LBB0_28: ## in Loop: Header=BB0_5 Depth=2 movq _TRUE@GOTPCREL(%rip), %rax movl (%rax), %edi LBB0_29: ## in Loop: Header=BB0_5 Depth=2 movl %ebx, %eax testl %edi, %edi jne LBB0_5 jmp LBB0_50 LBB0_30: ## in Loop: Header=BB0_5 Depth=2 testl %r14d, %r14d jne LBB0_45 ## %bb.31: ## in Loop: Header=BB0_5 Depth=2 testl %eax, %eax jle LBB0_45 ## %bb.32: ## in Loop: Header=BB0_5 Depth=2 cmpb $34, -1(%r9,%rbx) jne LBB0_46 ## %bb.33: ## in Loop: Header=BB0_5 Depth=2 testl %edx, %edx jne LBB0_46 ## %bb.34: ## in Loop: Header=BB0_5 Depth=2 movslq %esi, %rax movq -56(%rbp), %rdx ## 8-byte Reload movb $34, (%rdx,%rax) movq _TRUE@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB0_50 ## %bb.35: ## in Loop: Header=BB0_5 Depth=2 incl %esi incq %rbx xorl %r12d, %r12d cmpq %rbx, %r13 jbe LBB0_39 ## %bb.36: ## in Loop: Header=BB0_5 Depth=2 movq (%r10), %rax movzbl (%rax,%rbx), %edi movzbl %dil, %eax xorl %r14d, %r14d cmpl $33, %eax jg LBB0_40 ## %bb.37: ## in Loop: Header=BB0_5 Depth=2 movb $1, %r12b cmpl $9, %eax je LBB0_11 ## %bb.38: ## in Loop: Header=BB0_5 Depth=2 cmpl $32, %eax je LBB0_11 jmp LBB0_27 LBB0_39: ## in Loop: Header=BB0_5 Depth=2 xorl %r14d, %r14d movl %r8d, %ebx jmp LBB0_11 LBB0_40: ## in Loop: Header=BB0_5 Depth=2 cmpl $92, %eax jne LBB0_43 ## %bb.41: ## in Loop: Header=BB0_5 Depth=2 movl %ebx, %eax LBB0_42: ## in Loop: Header=BB0_5 Depth=2 movslq %esi, %rdx incl %esi movq -56(%rbp), %rdi ## 8-byte Reload movb $92, (%rdi,%rdx) incl %ecx incl %eax movq _FALSE@GOTPCREL(%rip), %rdx movl (%rdx), %edx movl $1, %r15d movl %eax, %ebx jmp LBB0_28 LBB0_43: ## in Loop: Header=BB0_5 Depth=2 cmpl $34, %eax jne LBB0_27 jmp LBB0_47 LBB0_44: ## in Loop: Header=BB0_4 Depth=1 subl %ecx, %esi LBB0_45: ## in Loop: Header=BB0_4 Depth=1 movq _FALSE@GOTPCREL(%rip), %rcx movl (%rcx), %edx movl %r14d, %ecx xorl $1, %ecx movl -60(%rbp), %edi ## 4-byte Reload movl %edi, -44(%rbp) ## 4-byte Spill testl %r14d, %r14d jne LBB0_49 jmp LBB0_48 LBB0_46: ## in Loop: Header=BB0_4 Depth=1 movl %eax, %ebx LBB0_47: ## in Loop: Header=BB0_4 Depth=1 movq _FALSE@GOTPCREL(%rip), %rax movl (%rax), %edx movl $1, %ecx movl %ebx, %eax LBB0_48: ## in Loop: Header=BB0_4 Depth=1 movl %edx, -44(%rbp) ## 4-byte Spill LBB0_49: ## in Loop: Header=BB0_4 Depth=1 incl %eax movl $1, %r15d movl %ecx, %r14d jmp LBB0_4 LBB0_50: movq -56(%rbp), %rdi ## 8-byte Reload callq _free movq ___argc@GOTPCREL(%rip), %rax movl (%rax), %eax movq -72(%rbp), %rcx ## 8-byte Reload movl %eax, (%rcx) movq ___argv@GOTPCREL(%rip), %r15 movq (%r15), %rax testq %rax, %rax jne LBB0_52 ## %bb.51: movl $8, %edi callq _malloc movq %rax, (%r15) movq $0, (%rax) movq (%r15), %rax LBB0_52: movq -80(%rbp), %rcx ## 8-byte Reload movq %rax, (%rcx) movq __environ@GOTPCREL(%rip), %rax movq (%rax), %rax movq -88(%rbp), %rcx ## 8-byte Reload movq %rax, (%rcx) movq _MAX_PATH@GOTPCREL(%rip), %rbx movl (%rbx), %edi callq _malloc movq __pgmptr@GOTPCREL(%rip), %r14 movq %rax, (%r14) testq %rax, %rax je LBB0_55 ## %bb.53: movl (%rbx), %edx xorl %edi, %edi movq %rax, %rsi callq _GetModuleFileNameA movq (%r14), %rcx testl %eax, %eax je LBB0_56 ## %bb.54: movslq (%rbx), %rax movb $0, -1(%rcx,%rax) jmp LBB0_57 LBB0_55: movq (%r15), %rax movq (%rax), %rdi callq __strdup movq %rax, (%r14) jmp LBB0_57 LBB0_56: movb $0, (%rcx) LBB0_57: xorl %eax, %eax callq _GetProcessHeap movl %eax, %edi xorl %esi, %esi xorl %edx, %edx addq $56, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _HeapValidate ## TAILCALL .cfi_endproc ## -- End function .comm _FALSE,4,2 ## @FALSE .comm ___argv,8,3 ## @__argv .comm __environ,8,3 ## @_environ .comm ___argc,4,2 ## @__argc .comm __acmdln,8,3 ## @_acmdln .comm _TRUE,4,2 ## @TRUE .comm _MAX_PATH,4,2 ## @MAX_PATH .comm __pgmptr,8,3 ## @_pgmptr .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl ___getmainargs ; -- Begin function __getmainargs .p2align 2 ___getmainargs: ; @__getmainargs .cfi_startproc ; %bb.0: Lloh0: adrp x8, ___argv@GOTPAGE Lloh1: ldr x8, [x8, ___argv@GOTPAGEOFF] Lloh2: ldr x8, [x8] Lloh3: adrp x10, __environ@GOTPAGE Lloh4: ldr x10, [x10, __environ@GOTPAGEOFF] ldr x9, [x10] Lloh5: adrp x11, ___argc@GOTPAGE Lloh6: ldr x11, [x11, ___argc@GOTPAGEOFF] orr x9, x8, x9 cbz x9, LBB0_2 ; %bb.1: str x8, [x1] ldr x8, [x10] str x8, [x2] ldr w8, [x11] str w8, [x0] ret LBB0_2: sub sp, sp, #128 stp x28, x27, [sp, #32] ; 16-byte Folded Spill stp x26, x25, [sp, #48] ; 16-byte Folded Spill stp x24, x23, [sp, #64] ; 16-byte Folded Spill 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 .cfi_offset w23, -56 .cfi_offset w24, -64 .cfi_offset w25, -72 .cfi_offset w26, -80 .cfi_offset w27, -88 .cfi_offset w28, -96 str w3, [sp, #4] ; 4-byte Folded Spill stp x0, x1, [sp, #8] ; 16-byte Folded Spill str x2, [sp, #24] ; 8-byte Folded Spill Lloh7: adrp x28, _FALSE@GOTPAGE Lloh8: ldr x28, [x28, _FALSE@GOTPAGEOFF] ldr w19, [x28] str wzr, [x11] Lloh9: adrp x22, __acmdln@GOTPAGE Lloh10: ldr x22, [x22, __acmdln@GOTPAGEOFF] ldr x0, [x22] bl _strlen mov x23, x0 bl _malloc mov x24, x0 Lloh11: adrp x26, _TRUE@GOTPAGE Lloh12: ldr x26, [x26, _TRUE@GOTPAGEOFF] ldr w8, [x26] cbz w8, LBB0_46 ; %bb.3: mov w8, #0 ; =0x0 mov w1, #0 ; =0x0 mov w27, #0 ; =0x0 ldr w25, [sp, #4] ; 4-byte Folded Reload mov x10, x19 LBB0_4: ; =>This Loop Header: Depth=1 ; Child Loop BB0_6 Depth 2 ; Child Loop BB0_26 Depth 3 mov w9, #0 ; =0x0 b LBB0_6 LBB0_5: ; in Loop: Header=BB0_6 Depth=2 mov w9, #0 ; =0x0 mov w1, #0 ; =0x0 ldr w10, [x28] mov x19, x10 ldr w11, [x26] cbz w11, LBB0_46 LBB0_6: ; Parent Loop BB0_4 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_26 Depth 3 sxtw x11, w8 cmp x23, x11 csel x20, x23, x11, hi cset w21, hi b.ls LBB0_10 ; %bb.7: ; in Loop: Header=BB0_6 Depth=2 ldr x12, [x22] add x13, x12, x11 ldrb w12, [x13] cmp w12, #32 b.ne LBB0_14 ; %bb.8: ; in Loop: Header=BB0_6 Depth=2 cbz w27, LBB0_11 ; %bb.9: ; in Loop: Header=BB0_6 Depth=2 mov w12, #32 ; =0x20 b LBB0_20 LBB0_10: ; in Loop: Header=BB0_6 Depth=2 mov x8, x20 LBB0_11: ; in Loop: Header=BB0_6 Depth=2 cbz w19, LBB0_24 LBB0_12: ; in Loop: Header=BB0_6 Depth=2 mov x20, x8 LBB0_13: ; in Loop: Header=BB0_6 Depth=2 mov x0, x24 ; kill: def $w1 killed $w1 killed $x1 bl _strndup mov x1, x25 bl _aexpand mov x8, x20 tbnz w21, #0, LBB0_25 b LBB0_46 LBB0_14: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #9 ccmp w27, #0, #0, eq b.eq LBB0_23 ; %bb.15: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #92 b.eq LBB0_38 ; %bb.16: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #34 b.ne LBB0_20 ; %bb.17: ; in Loop: Header=BB0_6 Depth=2 cmp w9, #0 b.le LBB0_28 ; %bb.18: ; in Loop: Header=BB0_6 Depth=2 lsr w10, w9, #1 tbz w9, #0, LBB0_40 ; %bb.19: ; in Loop: Header=BB0_6 Depth=2 mov w9, #0 ; =0x0 mvn w11, w10 add w11, w1, w11 sub w1, w1, w10 mov w10, #34 ; =0x22 strb w10, [x24, w11, sxtw] ldr w10, [x26] add w8, w8, #1 mov w19, #1 ; =0x1 cbnz w10, LBB0_6 b LBB0_46 LBB0_20: ; in Loop: Header=BB0_6 Depth=2 mov x20, x8 LBB0_21: ; in Loop: Header=BB0_6 Depth=2 mov w9, #0 ; =0x0 strb w12, [x24, w1, sxtw] add w11, w1, #1 ldr w10, [x28] add w8, w20, #1 LBB0_22: ; in Loop: Header=BB0_6 Depth=2 mov w19, #1 ; =0x1 mov x1, x11 ldr w11, [x26] cbnz w11, LBB0_6 b LBB0_46 LBB0_23: ; in Loop: Header=BB0_6 Depth=2 mov w27, #0 ; =0x0 cbnz w19, LBB0_12 LBB0_24: ; in Loop: Header=BB0_6 Depth=2 cmp x23, x11 b.ls LBB0_46 LBB0_25: ; in Loop: Header=BB0_6 Depth=2 ldr x9, [x22] add x9, x9, w8, sxtw LBB0_26: ; Parent Loop BB0_4 Depth=1 ; Parent Loop BB0_6 Depth=2 ; => This Inner Loop Header: Depth=3 ldrb w10, [x9], #1 cmp w10, #32 ccmp w10, #9, #4, ne b.ne LBB0_5 ; %bb.27: ; in Loop: Header=BB0_26 Depth=3 add w8, w8, #1 b LBB0_26 LBB0_28: ; in Loop: Header=BB0_6 Depth=2 cbnz w27, LBB0_41 ; %bb.29: ; in Loop: Header=BB0_6 Depth=2 cmp w8, #1 b.lt LBB0_41 ; %bb.30: ; in Loop: Header=BB0_6 Depth=2 ldurb w12, [x13, #-1] cmp w12, #34 ccmp w10, #0, #0, eq b.ne LBB0_42 ; %bb.31: ; in Loop: Header=BB0_6 Depth=2 mov w8, #34 ; =0x22 strb w8, [x24, w1, sxtw] ldr w8, [x26] cbz w8, LBB0_46 ; %bb.32: ; in Loop: Header=BB0_6 Depth=2 add w1, w1, #1 add x8, x11, #1 cmp x23, x8 cset w21, hi mov w27, #0 ; =0x0 b.eq LBB0_13 ; %bb.33: ; in Loop: Header=BB0_6 Depth=2 mov x20, x8 ldr x10, [x22] ldrb w12, [x10, x8] cmp w12, #33 b.gt LBB0_36 ; %bb.34: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #9 b.eq LBB0_13 ; %bb.35: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #32 b.eq LBB0_13 b LBB0_21 LBB0_36: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #92 b.ne LBB0_39 ; %bb.37: ; in Loop: Header=BB0_6 Depth=2 mov x8, x20 LBB0_38: ; in Loop: Header=BB0_6 Depth=2 mov w10, #92 ; =0x5c strb w10, [x24, w1, sxtw] add w11, w1, #1 add w9, w9, #1 add w8, w8, #1 ldr w10, [x28] b LBB0_22 LBB0_39: ; in Loop: Header=BB0_6 Depth=2 cmp w12, #34 b.ne LBB0_21 b LBB0_43 LBB0_40: ; in Loop: Header=BB0_4 Depth=1 sub w1, w1, w10 LBB0_41: ; in Loop: Header=BB0_4 Depth=1 ldr w10, [x28] eor w9, w27, #0x1 ldr w25, [sp, #4] ; 4-byte Folded Reload cbnz w27, LBB0_45 b LBB0_44 LBB0_42: ; in Loop: Header=BB0_4 Depth=1 mov x20, x8 LBB0_43: ; in Loop: Header=BB0_4 Depth=1 ldr w10, [x28] mov w9, #1 ; =0x1 mov x8, x20 LBB0_44: ; in Loop: Header=BB0_4 Depth=1 mov x25, x10 LBB0_45: ; in Loop: Header=BB0_4 Depth=1 add w8, w8, #1 mov w19, #1 ; =0x1 mov x27, x9 b LBB0_4 LBB0_46: mov x0, x24 bl _free Lloh13: adrp x8, ___argc@GOTPAGE Lloh14: ldr x8, [x8, ___argc@GOTPAGEOFF] Lloh15: ldr w8, [x8] ldr x9, [sp, #8] ; 8-byte Folded Reload str w8, [x9] Lloh16: adrp x21, ___argv@GOTPAGE Lloh17: ldr x21, [x21, ___argv@GOTPAGEOFF] ldr x8, [x21] cbnz x8, LBB0_48 ; %bb.47: mov w0, #8 ; =0x8 bl _malloc str x0, [x21] str xzr, [x0] ldr x8, [x21] LBB0_48: ldp x10, x9, [sp, #16] ; 16-byte Folded Reload str x8, [x10] Lloh18: adrp x8, __environ@GOTPAGE Lloh19: ldr x8, [x8, __environ@GOTPAGEOFF] Lloh20: ldr x8, [x8] str x8, [x9] Lloh21: adrp x19, _MAX_PATH@GOTPAGE Lloh22: ldr x19, [x19, _MAX_PATH@GOTPAGEOFF] ldr w0, [x19] bl _malloc Lloh23: adrp x20, __pgmptr@GOTPAGE Lloh24: ldr x20, [x20, __pgmptr@GOTPAGEOFF] str x0, [x20] cbz x0, LBB0_51 ; %bb.49: mov x1, x0 ldr w2, [x19] mov x0, #0 ; =0x0 bl _GetModuleFileNameA ldr x8, [x20] cbz w0, LBB0_52 ; %bb.50: ldrsw x9, [x19] add x8, x8, x9 sturb wzr, [x8, #-1] b LBB0_53 LBB0_51: ldr x8, [x21] ldr x0, [x8] bl __strdup str x0, [x20] b LBB0_53 LBB0_52: strb wzr, [x8] LBB0_53: bl _GetProcessHeap mov w1, #0 ; =0x0 mov x2, #0 ; =0x0 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 ldp x24, x23, [sp, #64] ; 16-byte Folded Reload ldp x26, x25, [sp, #48] ; 16-byte Folded Reload ldp x28, x27, [sp, #32] ; 16-byte Folded Reload add sp, sp, #128 b _HeapValidate .loh AdrpLdrGot Lloh5, Lloh6 .loh AdrpLdrGot Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGot Lloh11, Lloh12 .loh AdrpLdrGot Lloh9, Lloh10 .loh AdrpLdrGot Lloh7, Lloh8 .loh AdrpLdrGot Lloh16, Lloh17 .loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15 .loh AdrpLdrGot Lloh23, Lloh24 .loh AdrpLdrGot Lloh21, Lloh22 .loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20 .cfi_endproc ; -- End function .comm _FALSE,4,2 ; @FALSE .comm ___argv,8,3 ; @__argv .comm __environ,8,3 ; @_environ .comm ___argc,4,2 ; @__argc .comm __acmdln,8,3 ; @_acmdln .comm _TRUE,4,2 ; @TRUE .comm _MAX_PATH,4,2 ; @MAX_PATH .comm __pgmptr,8,3 ; @_pgmptr .subsections_via_symbols
assembly_file_151862.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function pm80xx_chip_is_our_interrupt _pm80xx_chip_is_our_interrupt: ## @pm80xx_chip_is_our_interrupt .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _MSGU_ODR@GOTPCREL(%rip), %rax movl (%rax), %edx xorl %esi, %esi callq _pm8001_cr32 xorl %ecx, %ecx testl %eax, %eax setne %cl movl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .comm _MSGU_ODR,4,2 ## @MSGU_ODR .no_dead_strip _pm80xx_chip_is_our_interrupt .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function pm80xx_chip_is_our_interrupt _pm80xx_chip_is_our_interrupt: ; @pm80xx_chip_is_our_interrupt .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, _MSGU_ODR@GOTPAGE Lloh1: ldr x8, [x8, _MSGU_ODR@GOTPAGEOFF] Lloh2: ldr w2, [x8] mov w1, #0 bl _pm8001_cr32 cmp w0, #0 cset w0, ne ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _MSGU_ODR,4,2 ; @MSGU_ODR .no_dead_strip _pm80xx_chip_is_our_interrupt .subsections_via_symbols
AnghaBench/linux/drivers/scsi/pm8001/extr_pm80xx_hwi.c_pm80xx_chip_is_our_interrupt.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bufferevent_async_new_ ## -- Begin function bufferevent_async_new_ .p2align 4, 0x90 _bufferevent_async_new_: ## @bufferevent_async_new_ .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, %ebx movl %esi, %r14d movq %rdi, %r13 movq _BEV_OPT_THREADSAFE@GOTPCREL(%rip), %rax orl (%rax), %ebx callq _event_base_get_iocp_ testq %rax, %rax je LBB0_12 ## %bb.1: testl %r14d, %r14d js LBB0_4 ## %bb.2: movq %rax, %rdi movl %r14d, %esi movl $1, %edx callq _event_iocp_port_associate_ testq %rax, %rax jns LBB0_4 ## %bb.3: xorl %r12d, %r12d xorl %eax, %eax callq _GetLastError movq _ERROR_INVALID_PARAMETER@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB0_13 LBB0_4: movl $1, %edi movl $40, %esi callq _mm_calloc testq %rax, %rax je LBB0_12 ## %bb.5: movq %rax, %r15 movl %r14d, %edi callq _evbuffer_overlapped_new_ movq %rax, 16(%r15) testq %rax, %rax je LBB0_6 ## %bb.7: leaq 8(%r15), %r12 movl %r14d, %edi callq _evbuffer_overlapped_new_ movq %rax, (%r12) testq %rax, %rax je LBB0_8 ## %bb.9: movq _bufferevent_ops_async@GOTPCREL(%rip), %rdx movq %r12, %rdi movq %r13, %rsi movl %ebx, %ecx callq _bufferevent_init_common_ testq %rax, %rax js LBB0_11 ## %bb.10: movq 16(%r15), %rdi movq _be_async_inbuf_callback@GOTPCREL(%rip), %rax movl (%rax), %esi movq %r12, %rdx callq _evbuffer_add_cb movq 8(%r15), %rdi movq _be_async_outbuf_callback@GOTPCREL(%rip), %rax movl (%rax), %esi movq %r12, %rdx callq _evbuffer_add_cb leaq 32(%r15), %rdi movq _connect_complete@GOTPCREL(%rip), %rax movl (%rax), %esi callq _event_overlapped_init_ leaq 28(%r15), %rdi movq _read_complete@GOTPCREL(%rip), %rax movl (%rax), %esi callq _event_overlapped_init_ movq %r15, %rdi addq $24, %rdi movq _write_complete@GOTPCREL(%rip), %rax movl (%rax), %esi callq _event_overlapped_init_ movq %r12, %rdi callq _bufferevent_init_generic_timeout_cbs_ notl %r14d shrl $31, %r14d movl %r14d, (%r15) jmp LBB0_13 LBB0_8: movq 16(%r15), %rdi callq _evbuffer_free LBB0_6: movq %r15, %rdi callq _mm_free jmp LBB0_12 LBB0_11: movq %r12, %rdi callq _bufferevent_free LBB0_12: xorl %r12d, %r12d LBB0_13: movq %r12, %rax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _BEV_OPT_THREADSAFE,4,2 ## @BEV_OPT_THREADSAFE .comm _ERROR_INVALID_PARAMETER,4,2 ## @ERROR_INVALID_PARAMETER .comm _bufferevent_ops_async,4,2 ## @bufferevent_ops_async .comm _be_async_inbuf_callback,4,2 ## @be_async_inbuf_callback .comm _be_async_outbuf_callback,4,2 ## @be_async_outbuf_callback .comm _connect_complete,4,2 ## @connect_complete .comm _read_complete,4,2 ## @read_complete .comm _write_complete,4,2 ## @write_complete .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bufferevent_async_new_ ; -- Begin function bufferevent_async_new_ .p2align 2 _bufferevent_async_new_: ; @bufferevent_async_new_ .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 x23, x2 mov x19, x1 mov x22, x0 Lloh0: adrp x8, _BEV_OPT_THREADSAFE@GOTPAGE Lloh1: ldr x8, [x8, _BEV_OPT_THREADSAFE@GOTPAGEOFF] Lloh2: ldr w24, [x8] bl _event_base_get_iocp_ cbz x0, LBB0_12 ; %bb.1: tbnz w19, #31, LBB0_4 ; %bb.2: mov x1, x19 mov w2, #1 bl _event_iocp_port_associate_ tbz x0, #63, LBB0_4 ; %bb.3: bl _GetLastError Lloh3: adrp x8, _ERROR_INVALID_PARAMETER@GOTPAGE Lloh4: ldr x8, [x8, _ERROR_INVALID_PARAMETER@GOTPAGEOFF] Lloh5: ldr w8, [x8] cmp w0, w8 b.ne LBB0_12 LBB0_4: mov w0, #1 mov w1, #40 bl _mm_calloc cbz x0, LBB0_12 ; %bb.5: mov x20, x0 mov x0, x19 bl _evbuffer_overlapped_new_ str x0, [x20, #16] cbz x0, LBB0_10 ; %bb.6: add x21, x20, #8 mov x0, x19 bl _evbuffer_overlapped_new_ str x0, [x21] cbz x0, LBB0_9 ; %bb.7: orr w3, w24, w23 Lloh6: adrp x2, _bufferevent_ops_async@GOTPAGE Lloh7: ldr x2, [x2, _bufferevent_ops_async@GOTPAGEOFF] mov x0, x21 mov x1, x22 bl _bufferevent_init_common_ tbnz x0, #63, LBB0_11 ; %bb.8: ldr x0, [x20, #16] Lloh8: adrp x8, _be_async_inbuf_callback@GOTPAGE Lloh9: ldr x8, [x8, _be_async_inbuf_callback@GOTPAGEOFF] Lloh10: ldr w1, [x8] mov x2, x21 bl _evbuffer_add_cb ldr x0, [x20, #8] Lloh11: adrp x8, _be_async_outbuf_callback@GOTPAGE Lloh12: ldr x8, [x8, _be_async_outbuf_callback@GOTPAGEOFF] Lloh13: ldr w1, [x8] mov x2, x21 bl _evbuffer_add_cb add x0, x20, #32 Lloh14: adrp x8, _connect_complete@GOTPAGE Lloh15: ldr x8, [x8, _connect_complete@GOTPAGEOFF] Lloh16: ldr w1, [x8] bl _event_overlapped_init_ add x0, x20, #28 Lloh17: adrp x8, _read_complete@GOTPAGE Lloh18: ldr x8, [x8, _read_complete@GOTPAGEOFF] Lloh19: ldr w1, [x8] bl _event_overlapped_init_ add x0, x20, #24 Lloh20: adrp x8, _write_complete@GOTPAGE Lloh21: ldr x8, [x8, _write_complete@GOTPAGEOFF] Lloh22: ldr w1, [x8] bl _event_overlapped_init_ mov x0, x21 bl _bufferevent_init_generic_timeout_cbs_ mvn w8, w19 lsr w8, w8, #31 str w8, [x20] b LBB0_13 LBB0_9: ldr x0, [x20, #16] bl _evbuffer_free LBB0_10: mov x0, x20 bl _mm_free b LBB0_12 LBB0_11: mov x0, x21 bl _bufferevent_free LBB0_12: mov x21, #0 LBB0_13: mov x0, x21 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 Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGot Lloh6, Lloh7 .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 .cfi_endproc ; -- End function .comm _BEV_OPT_THREADSAFE,4,2 ; @BEV_OPT_THREADSAFE .comm _ERROR_INVALID_PARAMETER,4,2 ; @ERROR_INVALID_PARAMETER .comm _bufferevent_ops_async,4,2 ; @bufferevent_ops_async .comm _be_async_inbuf_callback,4,2 ; @be_async_inbuf_callback .comm _be_async_outbuf_callback,4,2 ; @be_async_outbuf_callback .comm _connect_complete,4,2 ; @connect_complete .comm _read_complete,4,2 ; @read_complete .comm _write_complete,4,2 ; @write_complete .subsections_via_symbols
AnghaBench/freebsd/contrib/ntp/sntp/libevent/extr_bufferevent_async.c_bufferevent_async_new_.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function __setplane_internal ___setplane_internal: ## @__setplane_internal .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 %r9d, -48(%rbp) ## 4-byte Spill movl %r8d, -44(%rbp) ## 4-byte Spill movl %ecx, %r15d movq %rdx, %r14 movq %rsi, %r13 movq %rdi, %rbx movq 56(%rbp), %r12 movl 32(%rdi), %edi callq _drm_drv_uses_atomic_modeset movl %eax, %edi callq _WARN_ON testq %r14, %r14 je LBB0_4 ## %bb.1: movl 48(%rbp), %r10d movl 40(%rbp), %r12d movl 32(%rbp), %eax movl 24(%rbp), %r11d subq $8, %rsp movq %rbx, %rdi movq %r13, -56(%rbp) ## 8-byte Spill movq %r13, %rsi movq %r14, %rdx movl %r15d, %ecx movl -44(%rbp), %r8d ## 4-byte Reload movl -48(%rbp), %r9d ## 4-byte Reload pushq %r10 pushq %r12 pushq %rax pushq %r11 movl 16(%rbp), %eax pushq %rax callq ___setplane_check addq $48, %rsp movl %eax, %r13d testl %eax, %eax jne LBB0_8 ## %bb.2: movq 8(%rbx), %rax movq 24(%rbx), %r10 movq %rax, (%rbx) movq %rbx, %rdi movq -56(%rbp), %rsi ## 8-byte Reload movq %r14, %rdx movl %r15d, %ecx movl -44(%rbp), %r8d ## 4-byte Reload movl -48(%rbp), %r9d ## 4-byte Reload pushq 56(%rbp) movl 48(%rbp), %eax pushq %rax movl 40(%rbp), %eax pushq %rax movl 32(%rbp), %eax pushq %rax movl 24(%rbp), %eax pushq %rax movl 16(%rbp), %eax pushq %rax callq *8(%r10) addq $48, %rsp testl %eax, %eax jne LBB0_5 ## %bb.3: movq -56(%rbp), %rax ## 8-byte Reload movq %rax, 16(%rbx) movq %r14, 8(%rbx) movq %r14, %rdi callq _drm_framebuffer_get jmp LBB0_7 LBB0_4: movq 8(%rbx), %rax movq 24(%rbx), %rcx movq %rax, (%rbx) movq %rbx, %rdi movq %r12, %rsi callq *(%rcx) testl %eax, %eax je LBB0_6 LBB0_5: movl %eax, %r13d movq $0, (%rbx) jmp LBB0_8 LBB0_6: leaq 8(%rbx), %rax xorps %xmm0, %xmm0 movups %xmm0, (%rax) LBB0_7: xorl %r13d, %r13d LBB0_8: movq (%rbx), %rdi testq %rdi, %rdi je LBB0_10 ## %bb.9: callq _drm_framebuffer_put LBB0_10: movq $0, (%rbx) movl %r13d, %eax addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .no_dead_strip ___setplane_internal .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function __setplane_internal ___setplane_internal: ; @__setplane_internal .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 mov x28, x7 str w6, [sp, #44] ; 4-byte Folded Spill mov x24, x5 mov x25, x4 mov x26, x3 mov x20, x2 mov x21, x1 mov x19, x0 ldr x22, [x29, #32] ldr w0, [x0, #32] bl _drm_drv_uses_atomic_modeset bl _WARN_ON cbz x20, LBB0_4 ; %bb.1: str x22, [sp, #32] ; 8-byte Folded Spill ldp w22, w27, [x29, #20] ldr w23, [x29, #16] stp w22, w27, [sp, #4] str w23, [sp] mov x0, x19 mov x1, x21 mov x2, x20 mov x3, x26 mov x4, x25 mov x5, x24 ldr w6, [sp, #44] ; 4-byte Folded Reload str w28, [sp, #40] ; 4-byte Folded Spill mov x7, x28 bl ___setplane_check mov x28, x0 cbnz w0, LBB0_6 ; %bb.2: ldr x8, [x19, #8] str x8, [x19] ldr x8, [x19, #24] ldr x8, [x8, #8] ldr x9, [sp, #32] ; 8-byte Folded Reload str x9, [sp, #16] stp w22, w27, [sp, #4] str w23, [sp] mov x0, x19 mov x1, x21 mov x2, x20 mov x3, x26 mov x4, x25 mov x5, x24 ldp w7, w6, [sp, #40] ; 8-byte Folded Reload blr x8 mov x28, x0 cbnz w0, LBB0_5 ; %bb.3: stp x20, x21, [x19, #8] mov x0, x20 bl _drm_framebuffer_get ldr x0, [x19] cbnz x0, LBB0_7 b LBB0_8 LBB0_4: mov x20, x19 ldr x8, [x20, #8]! str x8, [x19] ldr x8, [x19, #24] ldr x8, [x8] mov x0, x19 mov x1, x22 blr x8 mov x28, x0 cbz w0, LBB0_9 LBB0_5: str xzr, [x19] LBB0_6: ldr x0, [x19] cbz x0, LBB0_8 LBB0_7: bl _drm_framebuffer_put LBB0_8: str xzr, [x19] mov x0, x28 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_9: stp xzr, xzr, [x20] ldr x0, [x19] cbnz x0, LBB0_7 b LBB0_8 .cfi_endproc ; -- End function .no_dead_strip ___setplane_internal .subsections_via_symbols
AnghaBench/linux/drivers/gpu/drm/extr_drm_plane.c___setplane_internal.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _SetBrushContents ## -- Begin function SetBrushContents .p2align 4, 0x90 _SetBrushContents: ## @SetBrushContents .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, %r15 movq 32(%rdi), %r8 movl (%r8), %r13d movl 8(%r8), %eax movl %eax, 40(%rdi) movq _qfalse@GOTPCREL(%rip), %r14 movq (%r14), %rax movl (%rdi), %r9d cmpl $2, %r9d jl LBB0_12 ## %bb.1: movl %r9d, %ecx movq _qtrue@GOTPCREL(%rip), %rdx movq (%rdx), %rdx decq %r9 cmpl $2, %ecx jne LBB0_3 ## %bb.2: movl $1, %edi LBB0_9: testb $1, %r9b je LBB0_12 ## %bb.10: leaq (%rdi,%rdi,2), %rcx cmpl $0, 8(%r8,%rcx,4) je LBB0_12 ## %bb.11: cmpl %r13d, (%r8,%rcx,4) cmovneq %rdx, %rax LBB0_12: testq %rax, %rax je LBB0_14 ## %bb.13: movl 24(%r15), %edx movl 28(%r15), %esi leaq L_.str(%rip), %rdi callq _qprintf LBB0_14: movq _CONTENTS_DETAIL@GOTPCREL(%rip), %r12 movl (%r12), %eax testl %r13d, %eax je LBB0_17 ## %bb.15: movq _CONTENTS_STRUCTURAL@GOTPCREL(%rip), %rcx testl %r13d, (%rcx) je LBB0_17 ## %bb.16: movq _num_entities@GOTPCREL(%rip), %rax movq (%rax), %rsi decq %rsi movq _entitySourceBrushes@GOTPCREL(%rip), %rax movl (%rax), %edx leaq L_.str.1(%rip), %rdi callq __printf movl (%r12), %eax movl %eax, %ecx notl %ecx andl %ecx, %r13d LBB0_17: movq _fulldetail@GOTPCREL(%rip), %rdx movl %eax, %esi xorl %ecx, %ecx cmpq $1, (%rdx) notl %esi sbbl %ecx, %ecx orl %esi, %ecx andl %r13d, %ecx movq _CONTENTS_TRANSLUCENT@GOTPCREL(%rip), %rdx movl (%rdx), %edx testl %edx, %ecx je LBB0_19 ## %bb.18: movq _CONTENTS_STRUCTURAL@GOTPCREL(%rip), %rsi orl %eax, %r13d testl %ecx, (%rsi) cmovel %r13d, %ecx LBB0_19: testl %eax, %ecx jne LBB0_20 ## %bb.21: movq _c_structural@GOTPCREL(%rip), %rsi jmp LBB0_22 LBB0_20: movq _c_detail@GOTPCREL(%rip), %rsi LBB0_22: incl (%rsi) movq _qtrue@GOTPCREL(%rip), %rsi movq (%rsi), %rsi movq %rsi, %rdi testl %eax, %ecx jne LBB0_24 ## %bb.23: movq (%r14), %rdi LBB0_24: movq %rdi, 16(%r15) testl %edx, %ecx je LBB0_26 ## %bb.25: movq (%r14), %rsi LBB0_26: movq %rsi, 8(%r15) movq _CONTENTS_AREAPORTAL@GOTPCREL(%rip), %rax testl %ecx, (%rax) je LBB0_28 ## %bb.27: movq _c_areaportals@GOTPCREL(%rip), %rax incl (%rax) LBB0_28: movl %ecx, 4(%r15) addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_3: leaq 32(%r8), %rcx movq %r9, %rsi andq $-2, %rsi negq %rsi movl $1, %edi jmp LBB0_4 .p2align 4, 0x90 LBB0_8: ## in Loop: Header=BB0_4 Depth=1 addq $24, %rcx leaq (%rsi,%rdi), %rbx addq $2, %rbx addq $2, %rdi cmpq $1, %rbx je LBB0_9 LBB0_4: ## =>This Inner Loop Header: Depth=1 cmpl $0, -12(%rcx) je LBB0_6 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 cmpl %r13d, -20(%rcx) cmovneq %rdx, %rax LBB0_6: ## in Loop: Header=BB0_4 Depth=1 cmpl $0, (%rcx) je LBB0_8 ## %bb.7: ## in Loop: Header=BB0_4 Depth=1 cmpl %r13d, -8(%rcx) cmovneq %rdx, %rax jmp LBB0_8 .cfi_endproc ## -- End function .comm _qfalse,8,3 ## @qfalse .comm _qtrue,8,3 ## @qtrue .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Entity %i, Brush %i: mixed face contents\n" .comm _CONTENTS_DETAIL,4,2 ## @CONTENTS_DETAIL .comm _CONTENTS_STRUCTURAL,4,2 ## @CONTENTS_STRUCTURAL L_.str.1: ## @.str.1 .asciz "Entity %i, Brush %i: mixed CONTENTS_DETAIL and CONTENTS_STRUCTURAL\n" .comm _num_entities,8,3 ## @num_entities .comm _entitySourceBrushes,4,2 ## @entitySourceBrushes .comm _fulldetail,8,3 ## @fulldetail .comm _CONTENTS_TRANSLUCENT,4,2 ## @CONTENTS_TRANSLUCENT .comm _c_detail,4,2 ## @c_detail .comm _c_structural,4,2 ## @c_structural .comm _CONTENTS_AREAPORTAL,4,2 ## @CONTENTS_AREAPORTAL .comm _c_areaportals,4,2 ## @c_areaportals .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _SetBrushContents ; -- Begin function SetBrushContents .p2align 2 _SetBrushContents: ; @SetBrushContents .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 x10, [x0, #32] ldr w22, [x10] ldr w8, [x10, #8] Lloh0: adrp x20, _qfalse@GOTPAGE Lloh1: ldr x20, [x20, _qfalse@GOTPAGEOFF] str w8, [x0, #40] ldr x8, [x20] ldr w11, [x0] Lloh2: adrp x21, _qtrue@GOTPAGE Lloh3: ldr x21, [x21, _qtrue@GOTPAGEOFF] cmp w11, #2 b.lt LBB0_5 ; %bb.1: ldr x9, [x21] add x10, x10, #20 sub x11, x11, #1 b LBB0_3 LBB0_2: ; in Loop: Header=BB0_3 Depth=1 add x10, x10, #12 subs x11, x11, #1 b.eq LBB0_5 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w12, [x10] cbz w12, LBB0_2 ; %bb.4: ; in Loop: Header=BB0_3 Depth=1 ldur w12, [x10, #-8] cmp w12, w22 csel x8, x8, x9, eq b LBB0_2 LBB0_5: cbz x8, LBB0_7 ; %bb.6: ldp w2, w1, [x19, #24] Lloh4: adrp x0, l_.str@PAGE Lloh5: add x0, x0, l_.str@PAGEOFF bl _qprintf LBB0_7: Lloh6: adrp x24, _CONTENTS_DETAIL@GOTPAGE Lloh7: ldr x24, [x24, _CONTENTS_DETAIL@GOTPAGEOFF] ldr w8, [x24] Lloh8: adrp x23, _CONTENTS_STRUCTURAL@GOTPAGE Lloh9: ldr x23, [x23, _CONTENTS_STRUCTURAL@GOTPAGEOFF] tst w8, w22 b.eq LBB0_10 ; %bb.8: ldr w9, [x23] tst w9, w22 b.eq LBB0_10 ; %bb.9: Lloh10: adrp x8, _num_entities@GOTPAGE Lloh11: ldr x8, [x8, _num_entities@GOTPAGEOFF] Lloh12: ldr x8, [x8] sub x1, x8, #1 Lloh13: adrp x8, _entitySourceBrushes@GOTPAGE Lloh14: ldr x8, [x8, _entitySourceBrushes@GOTPAGEOFF] Lloh15: ldr w2, [x8] Lloh16: adrp x0, l_.str.1@PAGE Lloh17: add x0, x0, l_.str.1@PAGEOFF bl __printf ldr w8, [x24] bic w22, w22, w8 LBB0_10: Lloh18: adrp x9, _fulldetail@GOTPAGE Lloh19: ldr x9, [x9, _fulldetail@GOTPAGEOFF] Lloh20: ldr x9, [x9] cmp x9, #0 mov w9, #-1 csinv w9, w9, w8, eq and w9, w9, w22 Lloh21: adrp x10, _CONTENTS_TRANSLUCENT@GOTPAGE Lloh22: ldr x10, [x10, _CONTENTS_TRANSLUCENT@GOTPAGEOFF] Lloh23: ldr w10, [x10] tst w9, w10 b.eq LBB0_12 ; %bb.11: ldr w11, [x23] orr w12, w8, w22 tst w11, w9 csel w9, w12, w9, eq LBB0_12: Lloh24: adrp x11, _c_detail@GOTPAGE Lloh25: ldr x11, [x11, _c_detail@GOTPAGEOFF] Lloh26: adrp x12, _c_structural@GOTPAGE Lloh27: ldr x12, [x12, _c_structural@GOTPAGEOFF] tst w9, w8 csel x8, x12, x11, eq ldr w11, [x8] add w11, w11, #1 str w11, [x8] ldr x8, [x21] ldr x11, [x20] csel x12, x11, x8, eq tst w9, w10 csel x8, x8, x11, eq stp x8, x12, [x19, #8] Lloh28: adrp x8, _CONTENTS_AREAPORTAL@GOTPAGE Lloh29: ldr x8, [x8, _CONTENTS_AREAPORTAL@GOTPAGEOFF] Lloh30: ldr w8, [x8] tst w8, w9 b.eq LBB0_14 ; %bb.13: Lloh31: adrp x8, _c_areaportals@GOTPAGE Lloh32: ldr x8, [x8, _c_areaportals@GOTPAGEOFF] ldr w10, [x8] add w10, w10, #1 str w10, [x8] LBB0_14: str w9, [x19, #4] 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 Lloh2, Lloh3 .loh AdrpLdrGot Lloh0, Lloh1 .loh AdrpAdd Lloh4, Lloh5 .loh AdrpLdrGot Lloh8, Lloh9 .loh AdrpLdrGot Lloh6, Lloh7 .loh AdrpAdd Lloh16, Lloh17 .loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15 .loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12 .loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23 .loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20 .loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30 .loh AdrpLdrGot Lloh26, Lloh27 .loh AdrpLdrGot Lloh24, Lloh25 .loh AdrpLdrGot Lloh31, Lloh32 .cfi_endproc ; -- End function .comm _qfalse,8,3 ; @qfalse .comm _qtrue,8,3 ; @qtrue .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Entity %i, Brush %i: mixed face contents\n" .comm _CONTENTS_DETAIL,4,2 ; @CONTENTS_DETAIL .comm _CONTENTS_STRUCTURAL,4,2 ; @CONTENTS_STRUCTURAL l_.str.1: ; @.str.1 .asciz "Entity %i, Brush %i: mixed CONTENTS_DETAIL and CONTENTS_STRUCTURAL\n" .comm _num_entities,8,3 ; @num_entities .comm _entitySourceBrushes,4,2 ; @entitySourceBrushes .comm _fulldetail,8,3 ; @fulldetail .comm _CONTENTS_TRANSLUCENT,4,2 ; @CONTENTS_TRANSLUCENT .comm _c_detail,4,2 ; @c_detail .comm _c_structural,4,2 ; @c_structural .comm _CONTENTS_AREAPORTAL,4,2 ; @CONTENTS_AREAPORTAL .comm _c_areaportals,4,2 ; @c_areaportals .subsections_via_symbols
AnghaBench/Quake-III-Arena/q3map/extr_map.c_SetBrushContents.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/93869.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mlx4_do_sense_ports ## -- Begin function mlx4_do_sense_ports .p2align 4, 0x90 _mlx4_do_sense_ports: ## @mlx4_do_sense_ports .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, -48(%rbp) ## 8-byte Spill movq %rsi, %r13 movq %rdi, %r15 callq _mlx4_priv cmpl $0, (%r15) jle LBB0_13 ## %bb.1: movq %rax, %r12 xorl %ebx, %ebx movq _MLX4_PORT_TYPE_AUTO@GOTPCREL(%rip), %rdx xorl %r14d, %r14d movq -48(%rbp), %rcx ## 8-byte Reload .p2align 4, 0x90 LBB0_2: ## =>This Inner Loop Header: Depth=1 movl $0, (%r13,%r14,4) movq 8(%r12), %rax cmpq $0, 8(%rax,%r14,8) je LBB0_6 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 movq (%r12), %rax cmpq $0, 8(%rax,%r14,8) je LBB0_6 ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movq 8(%r15), %rax movq 8(%rax,%r14,8), %rax cmpq (%rdx), %rax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_2 Depth=1 leaq (%rbx,%r13), %rdx leal 1(%r14), %esi movq %r15, %rdi callq _mlx4_SENSE_PORT movq _MLX4_PORT_TYPE_AUTO@GOTPCREL(%rip), %rdx movq -48(%rbp), %rcx ## 8-byte Reload testl %eax, %eax je LBB0_7 .p2align 4, 0x90 LBB0_6: ## in Loop: Header=BB0_2 Depth=1 movl (%rcx,%r14,4), %eax movl %eax, (%r13,%r14,4) LBB0_7: ## in Loop: Header=BB0_2 Depth=1 movslq (%r15), %rax incq %r14 addq $4, %rbx cmpq %rax, %r14 jl LBB0_2 ## %bb.8: testl %eax, %eax jle LBB0_13 ## %bb.9: xorl %eax, %eax jmp LBB0_10 .p2align 4, 0x90 LBB0_12: ## in Loop: Header=BB0_10 Depth=1 movl %ecx, (%r13,%rax,4) incq %rax movslq (%r15), %rcx cmpq %rcx, %rax jge LBB0_13 LBB0_10: ## =>This Inner Loop Header: Depth=1 movl (%r13,%rax,4), %ecx testl %ecx, %ecx jne LBB0_12 ## %bb.11: ## in Loop: Header=BB0_10 Depth=1 movq -48(%rbp), %rcx ## 8-byte Reload movl (%rcx,%rax,4), %ecx jmp LBB0_12 LBB0_13: addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _MLX4_PORT_TYPE_AUTO,8,3 ## @MLX4_PORT_TYPE_AUTO .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mlx4_do_sense_ports ; -- Begin function mlx4_do_sense_ports .p2align 2 _mlx4_do_sense_ports: ; @mlx4_do_sense_ports .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, x2 mov x20, x1 mov x21, x0 bl _mlx4_priv ldr w8, [x21] cmp w8, #1 b.lt LBB0_13 ; %bb.1: mov x22, x0 mov w24, #1 Lloh0: adrp x25, _MLX4_PORT_TYPE_AUTO@GOTPAGE Lloh1: ldr x25, [x25, _MLX4_PORT_TYPE_AUTO@GOTPAGEOFF] mov x23, x20 mov x26, x19 LBB0_2: ; =>This Inner Loop Header: Depth=1 str wzr, [x23] ldr x8, [x22, #8] ldr x8, [x8, x24, lsl #3] cbz x8, LBB0_6 ; %bb.3: ; in Loop: Header=BB0_2 Depth=1 ldr x8, [x22] ldr x8, [x8, x24, lsl #3] cbz x8, LBB0_6 ; %bb.4: ; in Loop: Header=BB0_2 Depth=1 ldr x8, [x21, #8] ldr x8, [x8, x24, lsl #3] ldr x9, [x25] cmp x8, x9 b.ne LBB0_6 ; %bb.5: ; in Loop: Header=BB0_2 Depth=1 mov x0, x21 mov x1, x24 mov x2, x23 bl _mlx4_SENSE_PORT cbz w0, LBB0_7 LBB0_6: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [x26] str w8, [x23] LBB0_7: ; in Loop: Header=BB0_2 Depth=1 add x9, x24, #1 ldrsw x8, [x21] add x26, x26, #4 add x23, x23, #4 cmp x24, x8 mov x24, x9 b.lt LBB0_2 ; %bb.8: cmp w8, #1 b.lt LBB0_13 ; %bb.9: mov x8, #0 b LBB0_11 LBB0_10: ; in Loop: Header=BB0_11 Depth=1 str w9, [x20, x8, lsl #2] add x8, x8, #1 ldrsw x9, [x21] cmp x8, x9 b.ge LBB0_13 LBB0_11: ; =>This Inner Loop Header: Depth=1 ldr w9, [x20, x8, lsl #2] cbnz w9, LBB0_10 ; %bb.12: ; in Loop: Header=BB0_11 Depth=1 ldr w9, [x19, x8, lsl #2] b LBB0_10 LBB0_13: 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 .comm _MLX4_PORT_TYPE_AUTO,8,3 ; @MLX4_PORT_TYPE_AUTO .subsections_via_symbols
AnghaBench/linux/drivers/net/ethernet/mellanox/mlx4/extr_sense.c_mlx4_do_sense_ports.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function at_async_cops _at_async_cops: ## @at_async_cops .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 $96, %rsp .cfi_offset %rbx, -32 .cfi_offset %r14, -24 movq %rsi, %rax movq %rdi, %rbx movq ___stack_chk_guard@GOTPCREL(%rip), %rcx movq (%rcx), %rcx movq %rcx, -24(%rbp) leaq L_.str(%rip), %rsi leaq -96(%rbp), %rdx leaq -100(%rbp), %rcx movq %rax, %rdi callq _sscanf cmpl $2, %eax jne LBB0_9 ## %bb.1: movq 24(%rbx), %r14 testq %r14, %r14 je LBB0_5 ## %bb.2: movl (%rbx), %eax cmpl -100(%rbp), %eax jne LBB0_4 ## %bb.3: leaq -96(%rbp), %rdi movq %r14, %rsi callq _strcasecmp testq %rax, %rax je LBB0_9 LBB0_4: movq %r14, %rdi callq _free LBB0_5: leaq -96(%rbp), %rdi callq _strdup movq %rax, 24(%rbx) movslq -100(%rbp), %rcx movl %ecx, (%rbx) movl 4(%rbx), %edx movl %edx, %esi orl $4, %esi cmpl $5, %esi jne LBB0_8 ## %bb.6: movq _LOG_NOTICE@GOTPCREL(%rip), %rsi movl (%rsi), %edi movq _network_reg_status@GOTPCREL(%rip), %rsi movq (%rsi), %rsi movl (%rsi,%rdx,4), %edx movq _network_access_type@GOTPCREL(%rip), %rsi movq (%rsi), %rsi movl (%rsi,%rcx,4), %r8d leaq L_.str.1(%rip), %rsi movl %eax, %ecx xorl %eax, %eax callq _logger cmpl $1, 8(%rbx) je LBB0_9 ## %bb.7: movl 12(%rbx), %edx movl 16(%rbx), %edi leaq L_.str.2(%rip), %rsi callq _at_cmd_async jmp LBB0_9 LBB0_8: movq _LOG_NOTICE@GOTPCREL(%rip), %rax movl (%rax), %edi movq _network_reg_status@GOTPCREL(%rip), %rax movq (%rax), %rax movslq %edx, %rdx movl (%rax,%rdx,4), %edx movq _network_access_type@GOTPCREL(%rip), %rax movq (%rax), %rax movl (%rax,%rcx,4), %ecx leaq L_.str.3(%rip), %rsi xorl %eax, %eax callq _logger LBB0_9: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -24(%rbp), %rax jne LBB0_11 ## %bb.10: addq $96, %rsp popq %rbx popq %r14 popq %rbp retq LBB0_11: callq ___stack_chk_fail .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "+COPS: %*d,%*d,\"%[^\"]\",%d" .comm _LOG_NOTICE,4,2 ## @LOG_NOTICE L_.str.1: ## @.str.1 .asciz "%s to \"%s\" (%s)" .comm _network_reg_status,8,3 ## @network_reg_status .comm _network_access_type,8,3 ## @network_access_type L_.str.2: ## @.str.2 .asciz "AT_OWANCALL=%d,1,1\r\n" L_.str.3: ## @.str.3 .asciz "%s (%s)" .no_dead_strip _at_async_cops .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function at_async_cops _at_async_cops: ; @at_async_cops .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 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 mov x8, x1 mov x19, x0 Lloh0: adrp x9, ___stack_chk_guard@GOTPAGE Lloh1: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh2: ldr x9, [x9] stur x9, [x29, #-24] Lloh3: adrp x1, l_.str@PAGE Lloh4: add x1, x1, l_.str@PAGEOFF add x2, sp, #24 add x3, sp, #20 mov x0, x8 bl _sscanf cmp w0, #2 b.ne LBB0_9 ; %bb.1: ldr x20, [x19, #24] cbz x20, LBB0_5 ; %bb.2: ldr w8, [x19] ldr w9, [sp, #20] cmp w8, w9 b.ne LBB0_4 ; %bb.3: add x0, sp, #24 mov x1, x20 bl _strcasecmp cbz x0, LBB0_9 LBB0_4: mov x0, x20 bl _free LBB0_5: add x0, sp, #24 bl _strdup str x0, [x19, #24] ldrsw x8, [sp, #20] str w8, [x19] ldr w9, [x19, #4] orr w10, w9, #0x4 cmp w10, #5 b.ne LBB0_8 ; %bb.6: mov x3, x0 Lloh5: adrp x10, _LOG_NOTICE@GOTPAGE Lloh6: ldr x10, [x10, _LOG_NOTICE@GOTPAGEOFF] Lloh7: adrp x11, _network_reg_status@GOTPAGE Lloh8: ldr x11, [x11, _network_reg_status@GOTPAGEOFF] Lloh9: ldr x11, [x11] ldr w2, [x11, x9, lsl #2] Lloh10: ldr w0, [x10] Lloh11: adrp x9, _network_access_type@GOTPAGE Lloh12: ldr x9, [x9, _network_access_type@GOTPAGEOFF] Lloh13: ldr x9, [x9] ldr w8, [x9, x8, lsl #2] str x8, [sp] Lloh14: adrp x1, l_.str.1@PAGE Lloh15: add x1, x1, l_.str.1@PAGEOFF ; kill: def $w3 killed $w3 killed $x3 bl _logger ldr w8, [x19, #8] cmp w8, #1 b.eq LBB0_9 ; %bb.7: ldp w2, w0, [x19, #12] Lloh16: adrp x1, l_.str.2@PAGE Lloh17: add x1, x1, l_.str.2@PAGEOFF bl _at_cmd_async b LBB0_9 LBB0_8: Lloh18: adrp x10, _LOG_NOTICE@GOTPAGE Lloh19: ldr x10, [x10, _LOG_NOTICE@GOTPAGEOFF] Lloh20: adrp x11, _network_reg_status@GOTPAGE Lloh21: ldr x11, [x11, _network_reg_status@GOTPAGEOFF] Lloh22: ldr x11, [x11] ldr w2, [x11, w9, sxtw #2] Lloh23: ldr w0, [x10] Lloh24: adrp x9, _network_access_type@GOTPAGE Lloh25: ldr x9, [x9, _network_access_type@GOTPAGEOFF] Lloh26: ldr x9, [x9] ldr w3, [x9, x8, lsl #2] Lloh27: adrp x1, l_.str.3@PAGE Lloh28: add x1, x1, l_.str.3@PAGEOFF bl _logger LBB0_9: ldur x8, [x29, #-24] Lloh29: adrp x9, ___stack_chk_guard@GOTPAGE Lloh30: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh31: ldr x9, [x9] cmp x9, x8 b.ne LBB0_11 ; %bb.10: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload ldp x20, x19, [sp, #96] ; 16-byte Folded Reload add sp, sp, #128 ret LBB0_11: bl ___stack_chk_fail .loh AdrpAdd Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpAdd Lloh14, Lloh15 .loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13 .loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9 .loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh10 .loh AdrpAdd Lloh16, Lloh17 .loh AdrpAdd Lloh27, Lloh28 .loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26 .loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22 .loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh23 .loh AdrpLdrGotLdr Lloh29, Lloh30, Lloh31 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "+COPS: %*d,%*d,\"%[^\"]\",%d" .comm _LOG_NOTICE,4,2 ; @LOG_NOTICE l_.str.1: ; @.str.1 .asciz "%s to \"%s\" (%s)" .comm _network_reg_status,8,3 ; @network_reg_status .comm _network_access_type,8,3 ; @network_access_type l_.str.2: ; @.str.2 .asciz "AT_OWANCALL=%d,1,1\r\n" l_.str.3: ; @.str.3 .asciz "%s (%s)" .no_dead_strip _at_async_cops .subsections_via_symbols
AnghaBench/freebsd/usr.sbin/uhsoctl/extr_uhsoctl.c_at_async_cops.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _inet_ntoa ## -- Begin function inet_ntoa .p2align 4, 0x90 _inet_ntoa: ## @inet_ntoa .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, %edx movzbl %dl, %ecx movzbl %dh, %eax movl %edi, %esi shrl $16, %esi movzbl %sil, %r9d shrl $24, %edx movl %edx, (%rsp) leaq _inet_ntoa.b(%rip), %rbx leaq L_.str(%rip), %rdx movl $18, %esi movq %rbx, %rdi movl %eax, %r8d xorl %eax, %eax callq _snprintf movq %rbx, %rax addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .zerofill __DATA,__bss,_inet_ntoa.b,18,4 ## @inet_ntoa.b .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d.%d.%d.%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _inet_ntoa ; -- Begin function inet_ntoa .p2align 2 _inet_ntoa: ; @inet_ntoa .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 and w8, w0, #0xff ubfx w9, w0, #8, #8 ubfx w10, w0, #16, #8 ubfx x11, x0, #24, #8 ; kill: def $w11 killed $w11 killed $x11 def $x11 stp x10, x11, [sp, #16] Lloh0: adrp x19, _inet_ntoa.b@PAGE Lloh1: add x19, x19, _inet_ntoa.b@PAGEOFF stp x8, x9, [sp] Lloh2: adrp x2, l_.str@PAGE Lloh3: add x2, x2, l_.str@PAGEOFF mov x0, x19 mov w1, #18 bl _snprintf mov x0, x19 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 Lloh2, Lloh3 .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .zerofill __DATA,__bss,_inet_ntoa.b,18,0 ; @inet_ntoa.b .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d.%d.%d.%d" .subsections_via_symbols
the_stack_data/310094.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .section __TEXT,__literal8,8byte_literals .p2align 3, 0x0 ## -- Begin function occlusion LCPI0_0: .quad 0x3fd0000000000000 ## double 0.25 LCPI0_1: .quad 0x3ff0000000000000 ## double 1 LCPI0_2: .quad 0x402e000000000000 ## double 15 .section __TEXT,__literal4,4byte_literals .p2align 2, 0x0 LCPI0_3: .long 0x41200000 ## float 10 LCPI0_4: .long 0x00000000 ## float 0 .section __TEXT,__text,regular,pure_instructions .globl _occlusion .p2align 4, 0x90 _occlusion: ## @occlusion .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 movq %r8, -64(%rbp) ## 8-byte Spill movq %rcx, -56(%rbp) ## 8-byte Spill movq %rdx, -96(%rbp) ## 8-byte Spill movq %rsi, %r12 movq %rdi, -72(%rbp) ## 8-byte Spill leaq _occlusion.lookup3+8(%rip), %r14 leaq _occlusion.lookup4+12(%rip), %rbx xorl %eax, %eax jmp LBB0_1 .p2align 4, 0x90 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movq -80(%rbp), %rax ## 8-byte Reload incq %rax addq $16, -64(%rbp) ## 8-byte Folded Spill addq $16, -56(%rbp) ## 8-byte Folded Spill movq -88(%rbp), %r14 ## 8-byte Reload addq $48, %r14 addq $64, %rbx cmpq $6, %rax je LBB0_9 LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_2 Depth 2 movq %rax, -80(%rbp) ## 8-byte Spill movq %r14, -88(%rbp) ## 8-byte Spill xorl %r13d, %r13d jmp LBB0_2 .p2align 4, 0x90 LBB0_7: ## in Loop: Header=BB0_2 Depth=2 movq -64(%rbp), %rax ## 8-byte Reload movss %xmm0, (%rax,%r13) addq $4, %r13 addq $12, %r14 cmpq $16, %r13 je LBB0_8 LBB0_2: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movslq -4(%r14), %rax movq -72(%rbp), %rdx ## 8-byte Reload movsbq (%rdx,%rax), %rcx movslq (%r14), %rax movzbl (%rdx,%rax), %edx testq %rcx, %rcx je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_2 Depth=2 movl $3, %eax testb %dl, %dl jne LBB0_5 LBB0_4: ## in Loop: Header=BB0_2 Depth=2 movsbq %dl, %rax movslq -8(%r14), %rdx movq -72(%rbp), %rsi ## 8-byte Reload movsbq (%rsi,%rdx), %rdx addq %rcx, %rax addq %rdx, %rax LBB0_5: ## in Loop: Header=BB0_2 Depth=2 movzbl 13(%r12), %r15d movslq -12(%rbx,%r13,4), %rcx movq -96(%rbp), %rdx ## 8-byte Reload movss (%rdx,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movsbl (%r12,%rcx), %ecx xorps %xmm1, %xmm1 cvtsi2ss %ecx, %xmm1 addss LCPI0_4(%rip), %xmm0 movslq -8(%rbx,%r13,4), %rcx addss (%rdx,%rcx,4), %xmm0 movsbl (%r12,%rcx), %ecx xorps %xmm2, %xmm2 cvtsi2ss %ecx, %xmm2 addss %xmm1, %xmm2 movslq -4(%rbx,%r13,4), %rcx addss (%rdx,%rcx,4), %xmm0 movsbl (%r12,%rcx), %ecx xorps %xmm1, %xmm1 cvtsi2ss %ecx, %xmm1 addss %xmm2, %xmm1 movslq (%rbx,%r13,4), %rcx addss (%rdx,%rcx,4), %xmm0 movsbl (%r12,%rcx), %ecx xorps %xmm2, %xmm2 cvtsi2ss %ecx, %xmm2 addss %xmm1, %xmm2 movss %xmm2, -44(%rbp) ## 4-byte Spill leaq _occlusion.curve(%rip), %rcx movss (%rcx,%rax,4), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 cvtss2sd %xmm0, %xmm0 mulsd LCPI0_0(%rip), %xmm0 addsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movsd LCPI0_1(%rip), %xmm1 ## xmm1 = [1.0E+0,0.0E+0] callq _MIN movss -44(%rbp), %xmm1 ## 4-byte Reload ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movq -56(%rbp), %rax ## 8-byte Reload movss %xmm0, (%rax,%r13) divsd LCPI0_2(%rip), %xmm1 movss LCPI0_3(%rip), %xmm0 ## xmm0 = [1.0E+1,0.0E+0,0.0E+0,0.0E+0] cmpb $15, %r15b je LBB0_7 ## %bb.6: ## in Loop: Header=BB0_2 Depth=2 mulsd LCPI0_0(%rip), %xmm1 xorps %xmm0, %xmm0 cvtsd2ss %xmm1, %xmm0 jmp LBB0_7 LBB0_9: addq $56, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4, 0x0 ## @occlusion.lookup3 _occlusion.lookup3: .long 0 ## 0x0 .long 1 ## 0x1 .long 3 ## 0x3 .long 2 ## 0x2 .long 1 ## 0x1 .long 5 ## 0x5 .long 6 ## 0x6 .long 3 ## 0x3 .long 7 ## 0x7 .long 8 ## 0x8 .long 5 ## 0x5 .long 7 ## 0x7 .long 18 ## 0x12 .long 19 ## 0x13 .long 21 ## 0x15 .long 20 ## 0x14 .long 19 ## 0x13 .long 23 ## 0x17 .long 24 ## 0x18 .long 21 ## 0x15 .long 25 ## 0x19 .long 26 ## 0x1a .long 23 ## 0x17 .long 25 ## 0x19 .long 6 ## 0x6 .long 7 ## 0x7 .long 15 ## 0xf .long 8 ## 0x8 .long 7 ## 0x7 .long 17 ## 0x11 .long 24 ## 0x18 .long 15 ## 0xf .long 25 ## 0x19 .long 26 ## 0x1a .long 17 ## 0x11 .long 25 ## 0x19 .long 0 ## 0x0 .long 1 ## 0x1 .long 9 ## 0x9 .long 2 ## 0x2 .long 1 ## 0x1 .long 11 ## 0xb .long 18 ## 0x12 .long 9 ## 0x9 .long 19 ## 0x13 .long 20 ## 0x14 .long 11 ## 0xb .long 19 ## 0x13 .long 0 ## 0x0 .long 3 ## 0x3 .long 9 ## 0x9 .long 6 ## 0x6 .long 3 ## 0x3 .long 15 ## 0xf .long 18 ## 0x12 .long 9 ## 0x9 .long 21 ## 0x15 .long 24 ## 0x18 .long 15 ## 0xf .long 21 ## 0x15 .long 2 ## 0x2 .long 5 ## 0x5 .long 11 ## 0xb .long 8 ## 0x8 .long 5 ## 0x5 .long 17 ## 0x11 .long 20 ## 0x14 .long 11 ## 0xb .long 23 ## 0x17 .long 26 ## 0x1a .long 17 ## 0x11 .long 23 ## 0x17 .p2align 4, 0x0 ## @occlusion.lookup4 _occlusion.lookup4: .long 0 ## 0x0 .long 1 ## 0x1 .long 3 ## 0x3 .long 4 ## 0x4 .long 1 ## 0x1 .long 2 ## 0x2 .long 4 ## 0x4 .long 5 ## 0x5 .long 3 ## 0x3 .long 4 ## 0x4 .long 6 ## 0x6 .long 7 ## 0x7 .long 4 ## 0x4 .long 5 ## 0x5 .long 7 ## 0x7 .long 8 ## 0x8 .long 18 ## 0x12 .long 19 ## 0x13 .long 21 ## 0x15 .long 22 ## 0x16 .long 19 ## 0x13 .long 20 ## 0x14 .long 22 ## 0x16 .long 23 ## 0x17 .long 21 ## 0x15 .long 22 ## 0x16 .long 24 ## 0x18 .long 25 ## 0x19 .long 22 ## 0x16 .long 23 ## 0x17 .long 25 ## 0x19 .long 26 ## 0x1a .long 6 ## 0x6 .long 7 ## 0x7 .long 15 ## 0xf .long 16 ## 0x10 .long 7 ## 0x7 .long 8 ## 0x8 .long 16 ## 0x10 .long 17 ## 0x11 .long 15 ## 0xf .long 16 ## 0x10 .long 24 ## 0x18 .long 25 ## 0x19 .long 16 ## 0x10 .long 17 ## 0x11 .long 25 ## 0x19 .long 26 ## 0x1a .long 0 ## 0x0 .long 1 ## 0x1 .long 9 ## 0x9 .long 10 ## 0xa .long 1 ## 0x1 .long 2 ## 0x2 .long 10 ## 0xa .long 11 ## 0xb .long 9 ## 0x9 .long 10 ## 0xa .long 18 ## 0x12 .long 19 ## 0x13 .long 10 ## 0xa .long 11 ## 0xb .long 19 ## 0x13 .long 20 ## 0x14 .long 0 ## 0x0 .long 3 ## 0x3 .long 9 ## 0x9 .long 12 ## 0xc .long 3 ## 0x3 .long 6 ## 0x6 .long 12 ## 0xc .long 15 ## 0xf .long 9 ## 0x9 .long 12 ## 0xc .long 18 ## 0x12 .long 21 ## 0x15 .long 12 ## 0xc .long 15 ## 0xf .long 21 ## 0x15 .long 24 ## 0x18 .long 2 ## 0x2 .long 5 ## 0x5 .long 11 ## 0xb .long 14 ## 0xe .long 5 ## 0x5 .long 8 ## 0x8 .long 14 ## 0xe .long 17 ## 0x11 .long 11 ## 0xb .long 14 ## 0xe .long 20 ## 0x14 .long 23 ## 0x17 .long 14 ## 0xe .long 17 ## 0x11 .long 23 ## 0x17 .long 26 ## 0x1a .p2align 4, 0x0 ## @occlusion.curve _occlusion.curve: .long 0x00000000 ## float 0 .long 0x3e800000 ## float 0.25 .long 0x3f000000 ## float 0.5 .long 0x3f400000 ## float 0.75 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _occlusion ; -- Begin function occlusion .p2align 2 _occlusion: ; @occlusion .cfi_startproc ; %bb.0: sub sp, sp, #176 stp d13, d12, [sp, #32] ; 16-byte Folded Spill stp d11, d10, [sp, #48] ; 16-byte Folded Spill stp d9, d8, [sp, #64] ; 16-byte Folded Spill stp x28, x27, [sp, #80] ; 16-byte Folded Spill stp x26, x25, [sp, #96] ; 16-byte Folded Spill stp x24, x23, [sp, #112] ; 16-byte Folded Spill stp x22, x21, [sp, #128] ; 16-byte Folded Spill stp x20, x19, [sp, #144] ; 16-byte Folded Spill stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .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 .cfi_offset b8, -104 .cfi_offset b9, -112 .cfi_offset b10, -120 .cfi_offset b11, -128 .cfi_offset b12, -136 .cfi_offset b13, -144 mov x19, x4 mov x20, x3 mov x21, x2 mov x22, x1 mov x23, x0 mov x8, #0 ; =0x0 Lloh0: adrp x25, _occlusion.lookup4@PAGE+8 Lloh1: add x25, x25, _occlusion.lookup4@PAGEOFF+8 movi d8, #0000000000000000 fmov d9, #0.25000000 Lloh2: adrp x26, _occlusion.lookup3@PAGE+8 Lloh3: add x26, x26, _occlusion.lookup3@PAGEOFF+8 fmov d10, #15.00000000 fmov s11, #10.00000000 Lloh4: adrp x27, _occlusion.curve@PAGE Lloh5: add x27, x27, _occlusion.curve@PAGEOFF b LBB0_2 LBB0_1: ; in Loop: Header=BB0_2 Depth=1 ldp x25, x8, [sp, #16] ; 16-byte Folded Reload add x8, x8, #1 add x19, x19, #16 add x20, x20, #16 add x25, x25, #64 ldr x26, [sp, #8] ; 8-byte Folded Reload add x26, x26, #48 cmp x8, #6 b.eq LBB0_7 LBB0_2: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 stp x25, x8, [sp, #16] ; 16-byte Folded Spill mov x28, #0 ; =0x0 str x26, [sp, #8] ; 8-byte Folded Spill b LBB0_5 LBB0_3: ; in Loop: Header=BB0_5 Depth=2 sxtb x9, w9 ldursw x10, [x26, #-8] ldrsb x10, [x23, x10] add x8, x9, x8 add x8, x8, x10 LBB0_4: ; in Loop: Header=BB0_5 Depth=2 ldpsw x9, x10, [x25, #-8] ldr s0, [x21, x9, lsl #2] ldr b1, [x22, x9] fadd s0, s0, s8 sshll.8h v1, v1, #0 sshll.4s v1, v1, #0 scvtf s1, s1 ldr s2, [x21, x10, lsl #2] fadd s0, s0, s2 ldr b2, [x22, x10] sshll.8h v2, v2, #0 sshll.4s v2, v2, #0 scvtf s2, s2 fadd s1, s1, s2 ldpsw x9, x10, [x25], #16 ldr s2, [x21, x9, lsl #2] fadd s0, s0, s2 ldr b2, [x22, x9] ldrb w24, [x22, #13] sshll.8h v2, v2, #0 sshll.4s v2, v2, #0 scvtf s2, s2 fadd s1, s1, s2 ldr s2, [x21, x10, lsl #2] fadd s0, s0, s2 ldr b2, [x22, x10] sshll.8h v2, v2, #0 sshll.4s v2, v2, #0 scvtf s2, s2 fadd s1, s1, s2 ldr s2, [x27, x8, lsl #2] fcvt d12, s1 fcvt d1, s2 fcvt d0, s0 fmul d0, d0, d9 fadd d0, d0, d1 fcvt s0, d0 fmov d1, #1.00000000 bl _MIN str s0, [x20, x28] fdiv d0, d12, d10 fmul d0, d0, d9 fcvt s0, d0 cmp w24, #15 fcsel s0, s11, s0, eq str s0, [x19, x28] add x28, x28, #4 add x26, x26, #12 cmp x28, #16 b.eq LBB0_1 LBB0_5: ; Parent Loop BB0_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldpsw x8, x9, [x26, #-4] ldrsb x8, [x23, x8] ldrb w9, [x23, x9] cmp x8, #0 ccmp w9, #0, #4, ne b.eq LBB0_3 ; %bb.6: ; in Loop: Header=BB0_5 Depth=2 mov w8, #3 ; =0x3 b LBB0_4 LBB0_7: ldp x29, x30, [sp, #160] ; 16-byte Folded Reload ldp x20, x19, [sp, #144] ; 16-byte Folded Reload ldp x22, x21, [sp, #128] ; 16-byte Folded Reload ldp x24, x23, [sp, #112] ; 16-byte Folded Reload ldp x26, x25, [sp, #96] ; 16-byte Folded Reload ldp x28, x27, [sp, #80] ; 16-byte Folded Reload ldp d9, d8, [sp, #64] ; 16-byte Folded Reload ldp d11, d10, [sp, #48] ; 16-byte Folded Reload ldp d13, d12, [sp, #32] ; 16-byte Folded Reload add sp, sp, #176 ret .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2, 0x0 ; @occlusion.lookup3 _occlusion.lookup3: .long 0 ; 0x0 .long 1 ; 0x1 .long 3 ; 0x3 .long 2 ; 0x2 .long 1 ; 0x1 .long 5 ; 0x5 .long 6 ; 0x6 .long 3 ; 0x3 .long 7 ; 0x7 .long 8 ; 0x8 .long 5 ; 0x5 .long 7 ; 0x7 .long 18 ; 0x12 .long 19 ; 0x13 .long 21 ; 0x15 .long 20 ; 0x14 .long 19 ; 0x13 .long 23 ; 0x17 .long 24 ; 0x18 .long 21 ; 0x15 .long 25 ; 0x19 .long 26 ; 0x1a .long 23 ; 0x17 .long 25 ; 0x19 .long 6 ; 0x6 .long 7 ; 0x7 .long 15 ; 0xf .long 8 ; 0x8 .long 7 ; 0x7 .long 17 ; 0x11 .long 24 ; 0x18 .long 15 ; 0xf .long 25 ; 0x19 .long 26 ; 0x1a .long 17 ; 0x11 .long 25 ; 0x19 .long 0 ; 0x0 .long 1 ; 0x1 .long 9 ; 0x9 .long 2 ; 0x2 .long 1 ; 0x1 .long 11 ; 0xb .long 18 ; 0x12 .long 9 ; 0x9 .long 19 ; 0x13 .long 20 ; 0x14 .long 11 ; 0xb .long 19 ; 0x13 .long 0 ; 0x0 .long 3 ; 0x3 .long 9 ; 0x9 .long 6 ; 0x6 .long 3 ; 0x3 .long 15 ; 0xf .long 18 ; 0x12 .long 9 ; 0x9 .long 21 ; 0x15 .long 24 ; 0x18 .long 15 ; 0xf .long 21 ; 0x15 .long 2 ; 0x2 .long 5 ; 0x5 .long 11 ; 0xb .long 8 ; 0x8 .long 5 ; 0x5 .long 17 ; 0x11 .long 20 ; 0x14 .long 11 ; 0xb .long 23 ; 0x17 .long 26 ; 0x1a .long 17 ; 0x11 .long 23 ; 0x17 .p2align 2, 0x0 ; @occlusion.lookup4 _occlusion.lookup4: .long 0 ; 0x0 .long 1 ; 0x1 .long 3 ; 0x3 .long 4 ; 0x4 .long 1 ; 0x1 .long 2 ; 0x2 .long 4 ; 0x4 .long 5 ; 0x5 .long 3 ; 0x3 .long 4 ; 0x4 .long 6 ; 0x6 .long 7 ; 0x7 .long 4 ; 0x4 .long 5 ; 0x5 .long 7 ; 0x7 .long 8 ; 0x8 .long 18 ; 0x12 .long 19 ; 0x13 .long 21 ; 0x15 .long 22 ; 0x16 .long 19 ; 0x13 .long 20 ; 0x14 .long 22 ; 0x16 .long 23 ; 0x17 .long 21 ; 0x15 .long 22 ; 0x16 .long 24 ; 0x18 .long 25 ; 0x19 .long 22 ; 0x16 .long 23 ; 0x17 .long 25 ; 0x19 .long 26 ; 0x1a .long 6 ; 0x6 .long 7 ; 0x7 .long 15 ; 0xf .long 16 ; 0x10 .long 7 ; 0x7 .long 8 ; 0x8 .long 16 ; 0x10 .long 17 ; 0x11 .long 15 ; 0xf .long 16 ; 0x10 .long 24 ; 0x18 .long 25 ; 0x19 .long 16 ; 0x10 .long 17 ; 0x11 .long 25 ; 0x19 .long 26 ; 0x1a .long 0 ; 0x0 .long 1 ; 0x1 .long 9 ; 0x9 .long 10 ; 0xa .long 1 ; 0x1 .long 2 ; 0x2 .long 10 ; 0xa .long 11 ; 0xb .long 9 ; 0x9 .long 10 ; 0xa .long 18 ; 0x12 .long 19 ; 0x13 .long 10 ; 0xa .long 11 ; 0xb .long 19 ; 0x13 .long 20 ; 0x14 .long 0 ; 0x0 .long 3 ; 0x3 .long 9 ; 0x9 .long 12 ; 0xc .long 3 ; 0x3 .long 6 ; 0x6 .long 12 ; 0xc .long 15 ; 0xf .long 9 ; 0x9 .long 12 ; 0xc .long 18 ; 0x12 .long 21 ; 0x15 .long 12 ; 0xc .long 15 ; 0xf .long 21 ; 0x15 .long 24 ; 0x18 .long 2 ; 0x2 .long 5 ; 0x5 .long 11 ; 0xb .long 14 ; 0xe .long 5 ; 0x5 .long 8 ; 0x8 .long 14 ; 0xe .long 17 ; 0x11 .long 11 ; 0xb .long 14 ; 0xe .long 20 ; 0x14 .long 23 ; 0x17 .long 14 ; 0xe .long 17 ; 0x11 .long 23 ; 0x17 .long 26 ; 0x1a .p2align 2, 0x0 ; @occlusion.curve _occlusion.curve: .long 0x00000000 ; float 0 .long 0x3e800000 ; float 0.25 .long 0x3f000000 ; float 0.5 .long 0x3f400000 ; float 0.75 .subsections_via_symbols
assembly_file_86606.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function recv_fd _recv_fd: ## @recv_fd .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 $88, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movl %edi, %r14d movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -48(%rbp) movl $4, %edi callq _CMSG_SPACE movl %eax, %ebx movq %rsp, %r15 movl %eax, %eax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq %rsp, %rax xorps %xmm0, %xmm0 movups %xmm0, -96(%rbp) leaq -80(%rbp), %rcx movq %rcx, -104(%rbp) movl $1, -128(%rbp) movq %rax, -120(%rbp) movl %ebx, -112(%rbp) leaq -56(%rbp), %rax movq %rax, -80(%rbp) movl $4, -72(%rbp) leaq -128(%rbp), %rsi movl %r14d, %edi xorl %edx, %edx callq _recvmsg movl $-1, %ecx cmpl $4, %eax jne LBB0_9 ## %bb.1: movq %r15, -64(%rbp) ## 8-byte Spill leaq -128(%rbp), %rdi callq _CMSG_FIRSTHDR testq %rax, %rax je LBB0_8 ## %bb.2: movq %rax, %rbx movq _SOL_SOCKET@GOTPCREL(%rip), %r13 movq _SCM_RIGHTS@GOTPCREL(%rip), %r12 leaq -128(%rbp), %r15 jmp LBB0_3 .p2align 4, 0x90 LBB0_7: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi movq %rbx, %rsi callq _CMSG_NXTHDR movq %rax, %rbx testq %rax, %rax je LBB0_8 LBB0_3: ## =>This Inner Loop Header: Depth=1 movq (%rbx), %rax cmpq (%r13), %rax jne LBB0_7 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq 8(%rbx), %rax cmpq (%r12), %rax jne LBB0_7 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movq 16(%rbx), %r14 movl $4, %edi callq _CMSG_LEN cmpq %rax, %r14 jl LBB0_7 ## %bb.6: movq %rbx, %rdi callq _CMSG_DATA leaq -52(%rbp), %rdi movl %eax, %esi movl $4, %edx callq _memcpy movl -52(%rbp), %ecx movq -64(%rbp), %r15 ## 8-byte Reload jmp LBB0_9 LBB0_8: movl -56(%rbp), %eax movq _errno@GOTPCREL(%rip), %rcx movl %eax, (%rcx) movq -64(%rbp), %r15 ## 8-byte Reload movl $-1, %ecx LBB0_9: movq %r15, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -48(%rbp), %rax jne LBB0_11 ## %bb.10: movl %ecx, %eax leaq -40(%rbp), %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_11: callq ___stack_chk_fail .cfi_endproc ## -- End function .comm _SOL_SOCKET,8,3 ## @SOL_SOCKET .comm _SCM_RIGHTS,8,3 ## @SCM_RIGHTS .comm _errno,4,2 ## @errno .no_dead_strip _recv_fd .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function recv_fd _recv_fd: ; @recv_fd .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 sub sp, sp, #80 mov x19, x0 Lloh0: adrp x8, ___stack_chk_guard@GOTPAGE Lloh1: ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] Lloh2: ldr x8, [x8] stur x8, [x29, #-56] mov w21, #4 mov w0, #4 bl _CMSG_SPACE mov x20, sp mov w8, w0 mov x9, x8 Lloh3: adrp x16, ___chkstk_darwin@GOTPAGE Lloh4: ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 mov x9, sp add x8, x8, #15 and x8, x8, #0x1fffffff0 sub x8, x9, x8 mov sp, x8 stp xzr, xzr, [x29, #-72] sub x9, x29, #120 stur x9, [x29, #-80] mov w9, #1 stur w9, [x29, #-104] stur x8, [x29, #-96] stur w0, [x29, #-88] sub x8, x29, #124 stur x8, [x29, #-120] stur w21, [x29, #-112] sub x1, x29, #104 mov x0, x19 mov w2, #0 bl _recvmsg cmp w0, #4 b.ne LBB0_9 ; %bb.1: sub x0, x29, #104 bl _CMSG_FIRSTHDR cbz x0, LBB0_8 ; %bb.2: mov x19, x0 Lloh5: adrp x21, _SOL_SOCKET@GOTPAGE Lloh6: ldr x21, [x21, _SOL_SOCKET@GOTPAGEOFF] Lloh7: adrp x22, _SCM_RIGHTS@GOTPAGE Lloh8: ldr x22, [x22, _SCM_RIGHTS@GOTPAGEOFF] b LBB0_4 LBB0_3: ; in Loop: Header=BB0_4 Depth=1 sub x0, x29, #104 mov x1, x19 bl _CMSG_NXTHDR mov x19, x0 cbz x0, LBB0_8 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19] ldr x9, [x21] cmp x8, x9 b.ne LBB0_3 ; %bb.5: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [x19, #8] ldr x9, [x22] cmp x8, x9 b.ne LBB0_3 ; %bb.6: ; in Loop: Header=BB0_4 Depth=1 ldr x23, [x19, #16] mov w0, #4 bl _CMSG_LEN cmp x23, x0 b.lt LBB0_3 ; %bb.7: mov x0, x19 bl _CMSG_DATA mov x1, x0 sub x0, x29, #128 mov w2, #4 bl _memcpy ldur w0, [x29, #-128] b LBB0_10 LBB0_8: ldur w8, [x29, #-124] Lloh9: adrp x9, _errno@GOTPAGE Lloh10: ldr x9, [x9, _errno@GOTPAGEOFF] Lloh11: str w8, [x9] LBB0_9: mov w0, #-1 LBB0_10: mov sp, x20 ldur x8, [x29, #-56] Lloh12: adrp x9, ___stack_chk_guard@GOTPAGE Lloh13: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh14: ldr x9, [x9] cmp x9, x8 b.ne LBB0_12 ; %bb.11: sub sp, x29, #48 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_12: bl ___stack_chk_fail .loh AdrpLdrGot Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGot Lloh7, Lloh8 .loh AdrpLdrGot Lloh5, Lloh6 .loh AdrpLdrGotStr Lloh9, Lloh10, Lloh11 .loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14 .cfi_endproc ; -- End function .comm _SOL_SOCKET,8,3 ; @SOL_SOCKET .comm _SCM_RIGHTS,8,3 ; @SCM_RIGHTS .comm _errno,4,2 ; @errno .no_dead_strip _recv_fd .subsections_via_symbols
AnghaBench/vlc/src/network/extr_rootbind.c_recv_fd.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _output_cmd_transform ## -- Begin function output_cmd_transform .p2align 4, 0x90 _output_cmd_transform: ## @output_cmd_transform .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 _config@GOTPCREL(%rip), %r12 movq (%r12), %rax cmpq $0, 16(%rax) je LBB0_1 ## %bb.3: movl %edi, %r14d testl %edi, %edi je LBB0_4 ## %bb.5: movq %rsi, %rbx movq (%rsi), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp movq _WL_OUTPUT_TRANSFORM_NORMAL@GOTPCREL(%rip), %r15 testq %rax, %rax je LBB0_21 ## %bb.6: movq (%rbx), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_21 ## %bb.7: movq (%rbx), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_8 ## %bb.9: movq (%rbx), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_10 ## %bb.11: movq (%rbx), %rdi leaq L_.str.6(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_12 ## %bb.13: movq (%rbx), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_14 ## %bb.15: movq (%rbx), %rdi leaq L_.str.8(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_16 ## %bb.17: movq (%rbx), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_18 ## %bb.19: movq (%rbx), %rdi leaq L_.str.10(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_20 ## %bb.33: movq _CMD_INVALID@GOTPCREL(%rip), %rax movl (%rax), %edi leaq L_.str.11(%rip), %rsi jmp LBB0_2 LBB0_1: movq _CMD_FAILURE@GOTPCREL(%rip), %rax movl (%rax), %edi leaq L_.str(%rip), %rsi jmp LBB0_2 LBB0_4: movq _CMD_INVALID@GOTPCREL(%rip), %rax movl (%rax), %edi leaq L_.str.1(%rip), %rsi LBB0_2: xorl %eax, %eax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _cmd_results_new ## TAILCALL LBB0_8: movq _WL_OUTPUT_TRANSFORM_90@GOTPCREL(%rip), %r15 jmp LBB0_21 LBB0_10: movq _WL_OUTPUT_TRANSFORM_180@GOTPCREL(%rip), %r15 jmp LBB0_21 LBB0_12: movq _WL_OUTPUT_TRANSFORM_270@GOTPCREL(%rip), %r15 jmp LBB0_21 LBB0_14: movq _WL_OUTPUT_TRANSFORM_FLIPPED@GOTPCREL(%rip), %r15 jmp LBB0_21 LBB0_16: movq _WL_OUTPUT_TRANSFORM_FLIPPED_90@GOTPCREL(%rip), %r15 jmp LBB0_21 LBB0_18: movq _WL_OUTPUT_TRANSFORM_FLIPPED_180@GOTPCREL(%rip), %r15 jmp LBB0_21 LBB0_20: movq _WL_OUTPUT_TRANSFORM_FLIPPED_270@GOTPCREL(%rip), %r15 LBB0_21: movl (%r15), %r15d movq (%r12), %rax movq 16(%rax), %r13 leal -1(%r14), %ecx movl %ecx, (%rax) addq $8, %rbx movq %rbx, 8(%rax) cmpl $2, %r14d jl LBB0_31 ## %bb.22: movq (%rbx), %rdi leaq L_.str.12(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_24 ## %bb.23: movq (%rbx), %rdi leaq L_.str.13(%rip), %rsi callq _strcmp testq %rax, %rax jne LBB0_31 LBB0_24: xorl %edi, %edi cmpq $0, (%r13) setne %dil leaq L_.str.14(%rip), %rsi callq _sway_assert testl %eax, %eax je LBB0_32 ## %bb.25: movq (%r13), %rdi leaq L_.str.15(%rip), %rsi callq _strcmp testq %rax, %rax je LBB0_26 ## %bb.27: movq (%r13), %rdi callq _output_by_name_or_id testq %rax, %rax je LBB0_34 ## %bb.28: movq %rax, %r14 movq (%rbx), %rdi leaq L_.str.13(%rip), %rsi callq _strcmp testq %rax, %rax jne LBB0_30 ## %bb.29: movl %r15d, %edi callq _wlr_output_transform_invert movl %eax, %r15d LBB0_30: movq (%r14), %rax movl (%rax), %edi movl %r15d, %esi callq _wlr_output_transform_compose movq (%r12), %rcx addq $8, 8(%rcx) movl %eax, %r15d decl (%rcx) LBB0_31: movl %r15d, 8(%r13) LBB0_32: xorl %eax, %eax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_26: movq _CMD_INVALID@GOTPCREL(%rip), %rax movl (%rax), %edi leaq L_.str.16(%rip), %rsi jmp LBB0_2 LBB0_34: movq _CMD_INVALID@GOTPCREL(%rip), %rax movl (%rax), %edi movq (%r13), %rdx leaq L_.str.17(%rip), %rsi xorl %eax, %eax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _cmd_results_new ## TAILCALL .cfi_endproc ## -- End function .comm _config,8,3 ## @config .comm _CMD_FAILURE,4,2 ## @CMD_FAILURE .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Missing output config" .comm _CMD_INVALID,4,2 ## @CMD_INVALID L_.str.1: ## @.str.1 .asciz "Missing transform argument." L_.str.2: ## @.str.2 .asciz "normal" L_.str.3: ## @.str.3 .asciz "0" .comm _WL_OUTPUT_TRANSFORM_NORMAL,4,2 ## @WL_OUTPUT_TRANSFORM_NORMAL L_.str.4: ## @.str.4 .asciz "90" .comm _WL_OUTPUT_TRANSFORM_90,4,2 ## @WL_OUTPUT_TRANSFORM_90 L_.str.5: ## @.str.5 .asciz "180" .comm _WL_OUTPUT_TRANSFORM_180,4,2 ## @WL_OUTPUT_TRANSFORM_180 L_.str.6: ## @.str.6 .asciz "270" .comm _WL_OUTPUT_TRANSFORM_270,4,2 ## @WL_OUTPUT_TRANSFORM_270 L_.str.7: ## @.str.7 .asciz "flipped" .comm _WL_OUTPUT_TRANSFORM_FLIPPED,4,2 ## @WL_OUTPUT_TRANSFORM_FLIPPED L_.str.8: ## @.str.8 .asciz "flipped-90" .comm _WL_OUTPUT_TRANSFORM_FLIPPED_90,4,2 ## @WL_OUTPUT_TRANSFORM_FLIPPED_90 L_.str.9: ## @.str.9 .asciz "flipped-180" .comm _WL_OUTPUT_TRANSFORM_FLIPPED_180,4,2 ## @WL_OUTPUT_TRANSFORM_FLIPPED_180 L_.str.10: ## @.str.10 .asciz "flipped-270" .comm _WL_OUTPUT_TRANSFORM_FLIPPED_270,4,2 ## @WL_OUTPUT_TRANSFORM_FLIPPED_270 L_.str.11: ## @.str.11 .asciz "Invalid output transform." L_.str.12: ## @.str.12 .asciz "clockwise" L_.str.13: ## @.str.13 .asciz "anticlockwise" L_.str.14: ## @.str.14 .asciz "Output config name not set" L_.str.15: ## @.str.15 .asciz "*" L_.str.16: ## @.str.16 .asciz "Cannot apply relative transform to all outputs." L_.str.17: ## @.str.17 .asciz "Cannot apply relative transform to unknown output %s" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _output_cmd_transform ; -- Begin function output_cmd_transform .p2align 2 _output_cmd_transform: ; @output_cmd_transform .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 Lloh0: adrp x22, _config@GOTPAGE Lloh1: ldr x22, [x22, _config@GOTPAGEOFF] ldr x8, [x22] ldr x8, [x8, #16] cbz x8, LBB0_12 ; %bb.1: mov x19, x0 cbz w0, LBB0_26 ; %bb.2: mov x20, x1 ldr x0, [x1] Lloh2: adrp x1, l_.str.2@PAGE Lloh3: add x1, x1, l_.str.2@PAGEOFF bl _strcmp cbz x0, LBB0_13 ; %bb.3: ldr x0, [x20] Lloh4: adrp x1, l_.str.3@PAGE Lloh5: add x1, x1, l_.str.3@PAGEOFF bl _strcmp cbz x0, LBB0_13 ; %bb.4: ldr x0, [x20] Lloh6: adrp x1, l_.str.4@PAGE Lloh7: add x1, x1, l_.str.4@PAGEOFF bl _strcmp cbz x0, LBB0_28 ; %bb.5: ldr x0, [x20] Lloh8: adrp x1, l_.str.5@PAGE Lloh9: add x1, x1, l_.str.5@PAGEOFF bl _strcmp cbz x0, LBB0_29 ; %bb.6: ldr x0, [x20] Lloh10: adrp x1, l_.str.6@PAGE Lloh11: add x1, x1, l_.str.6@PAGEOFF bl _strcmp cbz x0, LBB0_31 ; %bb.7: ldr x0, [x20] Lloh12: adrp x1, l_.str.7@PAGE Lloh13: add x1, x1, l_.str.7@PAGEOFF bl _strcmp cbz x0, LBB0_33 ; %bb.8: ldr x0, [x20] Lloh14: adrp x1, l_.str.8@PAGE Lloh15: add x1, x1, l_.str.8@PAGEOFF bl _strcmp cbz x0, LBB0_34 ; %bb.9: ldr x0, [x20] Lloh16: adrp x1, l_.str.9@PAGE Lloh17: add x1, x1, l_.str.9@PAGEOFF bl _strcmp cbz x0, LBB0_35 ; %bb.10: ldr x0, [x20] Lloh18: adrp x1, l_.str.10@PAGE Lloh19: add x1, x1, l_.str.10@PAGEOFF bl _strcmp cbz x0, LBB0_36 ; %bb.11: Lloh20: adrp x8, _CMD_INVALID@GOTPAGE Lloh21: ldr x8, [x8, _CMD_INVALID@GOTPAGEOFF] Lloh22: ldr w0, [x8] Lloh23: adrp x1, l_.str.11@PAGE Lloh24: add x1, x1, l_.str.11@PAGEOFF b LBB0_27 LBB0_12: Lloh25: adrp x8, _CMD_FAILURE@GOTPAGE Lloh26: ldr x8, [x8, _CMD_FAILURE@GOTPAGEOFF] Lloh27: ldr w0, [x8] Lloh28: adrp x1, l_.str@PAGE Lloh29: add x1, x1, l_.str@PAGEOFF b LBB0_27 LBB0_13: Lloh30: adrp x8, _WL_OUTPUT_TRANSFORM_NORMAL@GOTPAGE Lloh31: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_NORMAL@GOTPAGEOFF] LBB0_14: ldr w21, [x8] ldr x8, [x22] ldr x23, [x8, #16] sub w9, w19, #1 str w9, [x8] add x20, x20, #8 str x20, [x8, #8] cmp w19, #2 b.lt LBB0_23 ; %bb.15: ldr x0, [x20] Lloh32: adrp x1, l_.str.12@PAGE Lloh33: add x1, x1, l_.str.12@PAGEOFF bl _strcmp cbz x0, LBB0_17 ; %bb.16: ldr x0, [x20] Lloh34: adrp x1, l_.str.13@PAGE Lloh35: add x1, x1, l_.str.13@PAGEOFF bl _strcmp cbnz x0, LBB0_23 LBB0_17: ldr x8, [x23] cmp x8, #0 cset w0, ne Lloh36: adrp x1, l_.str.14@PAGE Lloh37: add x1, x1, l_.str.14@PAGEOFF bl _sway_assert cbz w0, LBB0_24 ; %bb.18: ldr x0, [x23] Lloh38: adrp x1, l_.str.15@PAGE Lloh39: add x1, x1, l_.str.15@PAGEOFF bl _strcmp cbz x0, LBB0_30 ; %bb.19: ldr x0, [x23] bl _output_by_name_or_id cbz x0, LBB0_32 ; %bb.20: mov x19, x0 ldr x0, [x20] Lloh40: adrp x1, l_.str.13@PAGE Lloh41: add x1, x1, l_.str.13@PAGEOFF bl _strcmp cbnz x0, LBB0_22 ; %bb.21: mov x0, x21 bl _wlr_output_transform_invert mov x21, x0 LBB0_22: ldr x8, [x19] ldr w0, [x8] mov x1, x21 bl _wlr_output_transform_compose mov x21, x0 ldr x8, [x22] ldr x9, [x8, #8] add x9, x9, #8 str x9, [x8, #8] ldr w9, [x8] sub w9, w9, #1 str w9, [x8] LBB0_23: str w21, [x23, #8] LBB0_24: mov x0, #0 LBB0_25: 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_26: Lloh42: adrp x8, _CMD_INVALID@GOTPAGE Lloh43: ldr x8, [x8, _CMD_INVALID@GOTPAGEOFF] Lloh44: ldr w0, [x8] Lloh45: adrp x1, l_.str.1@PAGE Lloh46: add x1, x1, l_.str.1@PAGEOFF LBB0_27: 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 b _cmd_results_new LBB0_28: Lloh47: adrp x8, _WL_OUTPUT_TRANSFORM_90@GOTPAGE Lloh48: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_90@GOTPAGEOFF] b LBB0_14 LBB0_29: Lloh49: adrp x8, _WL_OUTPUT_TRANSFORM_180@GOTPAGE Lloh50: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_180@GOTPAGEOFF] b LBB0_14 LBB0_30: Lloh51: adrp x8, _CMD_INVALID@GOTPAGE Lloh52: ldr x8, [x8, _CMD_INVALID@GOTPAGEOFF] Lloh53: ldr w0, [x8] Lloh54: adrp x1, l_.str.16@PAGE Lloh55: add x1, x1, l_.str.16@PAGEOFF b LBB0_27 LBB0_31: Lloh56: adrp x8, _WL_OUTPUT_TRANSFORM_270@GOTPAGE Lloh57: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_270@GOTPAGEOFF] b LBB0_14 LBB0_32: Lloh58: adrp x8, _CMD_INVALID@GOTPAGE Lloh59: ldr x8, [x8, _CMD_INVALID@GOTPAGEOFF] Lloh60: ldr w0, [x8] ldr x8, [x23] str x8, [sp] Lloh61: adrp x1, l_.str.17@PAGE Lloh62: add x1, x1, l_.str.17@PAGEOFF bl _cmd_results_new b LBB0_25 LBB0_33: Lloh63: adrp x8, _WL_OUTPUT_TRANSFORM_FLIPPED@GOTPAGE Lloh64: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_FLIPPED@GOTPAGEOFF] b LBB0_14 LBB0_34: Lloh65: adrp x8, _WL_OUTPUT_TRANSFORM_FLIPPED_90@GOTPAGE Lloh66: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_FLIPPED_90@GOTPAGEOFF] b LBB0_14 LBB0_35: Lloh67: adrp x8, _WL_OUTPUT_TRANSFORM_FLIPPED_180@GOTPAGE Lloh68: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_FLIPPED_180@GOTPAGEOFF] b LBB0_14 LBB0_36: Lloh69: adrp x8, _WL_OUTPUT_TRANSFORM_FLIPPED_270@GOTPAGE Lloh70: ldr x8, [x8, _WL_OUTPUT_TRANSFORM_FLIPPED_270@GOTPAGEOFF] b LBB0_14 .loh AdrpLdrGot Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh8, Lloh9 .loh AdrpAdd Lloh10, Lloh11 .loh AdrpAdd Lloh12, Lloh13 .loh AdrpAdd Lloh14, Lloh15 .loh AdrpAdd Lloh16, Lloh17 .loh AdrpAdd Lloh18, Lloh19 .loh AdrpAdd Lloh23, Lloh24 .loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22 .loh AdrpAdd Lloh28, Lloh29 .loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27 .loh AdrpLdrGot Lloh30, Lloh31 .loh AdrpAdd Lloh32, Lloh33 .loh AdrpAdd Lloh34, Lloh35 .loh AdrpAdd Lloh36, Lloh37 .loh AdrpAdd Lloh38, Lloh39 .loh AdrpAdd Lloh40, Lloh41 .loh AdrpAdd Lloh45, Lloh46 .loh AdrpLdrGotLdr Lloh42, Lloh43, Lloh44 .loh AdrpLdrGot Lloh47, Lloh48 .loh AdrpLdrGot Lloh49, Lloh50 .loh AdrpAdd Lloh54, Lloh55 .loh AdrpLdrGotLdr Lloh51, Lloh52, Lloh53 .loh AdrpLdrGot Lloh56, Lloh57 .loh AdrpAdd Lloh61, Lloh62 .loh AdrpLdrGotLdr Lloh58, Lloh59, Lloh60 .loh AdrpLdrGot Lloh63, Lloh64 .loh AdrpLdrGot Lloh65, Lloh66 .loh AdrpLdrGot Lloh67, Lloh68 .loh AdrpLdrGot Lloh69, Lloh70 .cfi_endproc ; -- End function .comm _config,8,3 ; @config .comm _CMD_FAILURE,4,2 ; @CMD_FAILURE .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Missing output config" .comm _CMD_INVALID,4,2 ; @CMD_INVALID l_.str.1: ; @.str.1 .asciz "Missing transform argument." l_.str.2: ; @.str.2 .asciz "normal" l_.str.3: ; @.str.3 .asciz "0" .comm _WL_OUTPUT_TRANSFORM_NORMAL,4,2 ; @WL_OUTPUT_TRANSFORM_NORMAL l_.str.4: ; @.str.4 .asciz "90" .comm _WL_OUTPUT_TRANSFORM_90,4,2 ; @WL_OUTPUT_TRANSFORM_90 l_.str.5: ; @.str.5 .asciz "180" .comm _WL_OUTPUT_TRANSFORM_180,4,2 ; @WL_OUTPUT_TRANSFORM_180 l_.str.6: ; @.str.6 .asciz "270" .comm _WL_OUTPUT_TRANSFORM_270,4,2 ; @WL_OUTPUT_TRANSFORM_270 l_.str.7: ; @.str.7 .asciz "flipped" .comm _WL_OUTPUT_TRANSFORM_FLIPPED,4,2 ; @WL_OUTPUT_TRANSFORM_FLIPPED l_.str.8: ; @.str.8 .asciz "flipped-90" .comm _WL_OUTPUT_TRANSFORM_FLIPPED_90,4,2 ; @WL_OUTPUT_TRANSFORM_FLIPPED_90 l_.str.9: ; @.str.9 .asciz "flipped-180" .comm _WL_OUTPUT_TRANSFORM_FLIPPED_180,4,2 ; @WL_OUTPUT_TRANSFORM_FLIPPED_180 l_.str.10: ; @.str.10 .asciz "flipped-270" .comm _WL_OUTPUT_TRANSFORM_FLIPPED_270,4,2 ; @WL_OUTPUT_TRANSFORM_FLIPPED_270 l_.str.11: ; @.str.11 .asciz "Invalid output transform." l_.str.12: ; @.str.12 .asciz "clockwise" l_.str.13: ; @.str.13 .asciz "anticlockwise" l_.str.14: ; @.str.14 .asciz "Output config name not set" l_.str.15: ; @.str.15 .asciz "*" l_.str.16: ; @.str.16 .asciz "Cannot apply relative transform to all outputs." l_.str.17: ; @.str.17 .asciz "Cannot apply relative transform to unknown output %s" .subsections_via_symbols
AnghaBench/sway/sway/commands/output/extr_transform.c_output_cmd_transform.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .section __TEXT,__literal8,8byte_literals .p2align 3, 0x0 ## -- Begin function hpp__color_overhead_sys LCPI0_0: .quad 0x4059000000000000 ## double 100 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _hpp__color_overhead_sys: ## @hpp__color_overhead_sys .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(%rsi), %rax movsd (%rsi), %xmm0 ## xmm0 = mem[0],zero mulsd LCPI0_0(%rip), %xmm0 divsd (%rax), %xmm0 movl (%rdi), %esi movl 4(%rdi), %edi leaq L_.str(%rip), %rdx popq %rbp jmp _percent_color_snprintf ## TAILCALL .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%6.2f%%" .no_dead_strip _hpp__color_overhead_sys .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function hpp__color_overhead_sys _hpp__color_overhead_sys: ; @hpp__color_overhead_sys .cfi_startproc ; %bb.0: ldr x8, [x1, #8] ldr d0, [x1] mov x9, #4636737291354636288 ; =0x4059000000000000 fmov d1, x9 fmul d0, d0, d1 ldr d1, [x8] fdiv d0, d0, d1 ldp w1, w8, [x0] Lloh0: adrp x2, l_.str@PAGE Lloh1: add x2, x2, l_.str@PAGEOFF mov x0, x8 b _percent_color_snprintf .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%6.2f%%" .no_dead_strip _hpp__color_overhead_sys .subsections_via_symbols
assembly_file_80517.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function bttv_irq _bttv_irq: ## @bttv_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 $24, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %rsi, %r15 movq _BT848_INT_STAT@GOTPCREL(%rip), %r14 movl (%r14), %edi callq _btread movl %eax, %r13d movq _BT848_INT_MASK@GOTPCREL(%rip), %rax movl (%rax), %edi callq _btread movl %eax, %r12d andl %r13d, %r12d je LBB0_1 ## %bb.2: leaq 32(%r15), %rax movq %rax, -56(%rbp) ## 8-byte Spill xorl %ebx, %ebx movq %r15, -64(%rbp) ## 8-byte Spill jmp LBB0_3 .p2align 4, 0x90 LBB0_50: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_MASK@GOTPCREL(%rip), %rax movl (%rax), %esi xorl %edi, %edi callq _btwrite movl 12(%r15), %esi leaq L_.str.14(%rip), %rdi callq _pr_err LBB0_52: ## in Loop: Header=BB0_3 Depth=1 movl %r13d, %edi movl %r12d, %esi callq _bttv_print_irqbits leaq L_.str.16(%rip), %rdi xorl %eax, %eax callq _pr_cont LBB0_53: ## in Loop: Header=BB0_3 Depth=1 movl (%r14), %edi callq _btread movl %eax, %r13d movq _BT848_INT_MASK@GOTPCREL(%rip), %rax movl (%rax), %edi callq _btread movl %eax, %r12d incl %ebx andl %r13d, %r12d je LBB0_54 LBB0_3: ## =>This Inner Loop Header: Depth=1 movl %ebx, -48(%rbp) ## 4-byte Spill movl (%r14), %esi movl %r13d, %edi callq _btwrite movq _BT848_DSTATUS@GOTPCREL(%rip), %rax movl (%rax), %edi callq _btread movl %eax, %ecx movq _irq_debug@GOTPCREL(%rip), %rax cmpq $0, (%rax) movl %r13d, -44(%rbp) ## 4-byte Spill je LBB0_17 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movl %ecx, %r13d movl 12(%r15), %ebx movl 48(%r15), %r14d movl -44(%rbp), %r15d ## 4-byte Reload sarl $28, %r15d movq _BT848_RISC_COUNT@GOTPCREL(%rip), %rax movl (%rax), %edi callq _btread leaq L_.str(%rip), %rdi movl %ebx, %esi movl %r13d, %ebx movl -44(%rbp), %r13d ## 4-byte Reload movl -48(%rbp), %edx ## 4-byte Reload movl %r14d, %ecx movl %r15d, %r8d movl %eax, %r9d callq _pr_debug movl %r13d, %edi movl %r12d, %esi callq _bttv_print_irqbits movq _BT848_INT_HLOCK@GOTPCREL(%rip), %rax testl %r13d, (%rax) je LBB0_8 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_DSTATUS_HLOC@GOTPCREL(%rip), %rax movl (%rax), %eax leaq L_.str.3(%rip), %rsi andl %ebx, %eax je LBB0_7 ## %bb.6: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.2(%rip), %rsi LBB0_7: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.1(%rip), %rdi xorl %eax, %eax callq _pr_cont LBB0_8: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_VPRES@GOTPCREL(%rip), %rax testl %r13d, (%rax) movq -64(%rbp), %r15 ## 8-byte Reload movq _BT848_INT_STAT@GOTPCREL(%rip), %r14 je LBB0_12 ## %bb.9: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_DSTATUS_PRES@GOTPCREL(%rip), %rax movl (%rax), %eax leaq L_.str.3(%rip), %rsi andl %ebx, %eax je LBB0_11 ## %bb.10: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.2(%rip), %rsi LBB0_11: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.4(%rip), %rdi xorl %eax, %eax callq _pr_cont LBB0_12: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_FMTCHG@GOTPCREL(%rip), %rax testl %r13d, (%rax) je LBB0_16 ## %bb.13: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.7(%rip), %rsi movq _BT848_DSTATUS_NUML@GOTPCREL(%rip), %rax andl (%rax), %ebx je LBB0_15 ## %bb.14: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.6(%rip), %rsi LBB0_15: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.5(%rip), %rdi xorl %eax, %eax callq _pr_cont LBB0_16: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.8(%rip), %rdi xorl %eax, %eax callq _pr_cont LBB0_17: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_VSYNC@GOTPCREL(%rip), %rax testl %r12d, (%rax) je LBB0_19 ## %bb.18: ## in Loop: Header=BB0_3 Depth=1 incl 48(%r15) LBB0_19: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_GPINT@GOTPCREL(%rip), %rax testl %r12d, (%rax) movl -48(%rbp), %ebx ## 4-byte Reload je LBB0_22 ## %bb.20: ## in Loop: Header=BB0_3 Depth=1 cmpq $0, 40(%r15) je LBB0_22 ## %bb.21: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi callq _bttv_input_irq LBB0_22: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_I2CDONE@GOTPCREL(%rip), %rax testl %r12d, (%rax) je LBB0_24 ## %bb.23: ## in Loop: Header=BB0_3 Depth=1 movl %r13d, (%r15) movq -56(%rbp), %rdi ## 8-byte Reload callq _wake_up LBB0_24: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_RISCI@GOTPCREL(%rip), %rax movl (%rax), %eax andl %r12d, %eax je LBB0_27 ## %bb.25: ## in Loop: Header=BB0_3 Depth=1 movl %r13d, %ecx andl $1073741824, %ecx ## imm = 0x40000000 je LBB0_27 ## %bb.26: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi callq _bttv_irq_switch_vbi movq _BT848_INT_RISCI@GOTPCREL(%rip), %rax movl (%rax), %eax andl %r12d, %eax LBB0_27: ## in Loop: Header=BB0_3 Depth=1 testl %eax, %eax je LBB0_30 ## %bb.28: ## in Loop: Header=BB0_3 Depth=1 movl %r13d, %ecx andl $536870912, %ecx ## imm = 0x20000000 je LBB0_30 ## %bb.29: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi callq _bttv_irq_wakeup_top movq _BT848_INT_RISCI@GOTPCREL(%rip), %rax movl (%rax), %eax andl %r12d, %eax LBB0_30: ## in Loop: Header=BB0_3 Depth=1 testl %eax, %eax je LBB0_33 ## %bb.31: ## in Loop: Header=BB0_3 Depth=1 movl %r13d, %eax andl $268435456, %eax ## imm = 0x10000000 je LBB0_33 ## %bb.32: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi callq _bttv_irq_switch_video LBB0_33: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_HLOCK@GOTPCREL(%rip), %rax testl %r12d, (%rax) je LBB0_36 ## %bb.34: ## in Loop: Header=BB0_3 Depth=1 cmpq $0, 24(%r15) je LBB0_36 ## %bb.35: ## in Loop: Header=BB0_3 Depth=1 movl 16(%r15), %edx movl 20(%r15), %esi movq %r15, %rdi callq _audio_mux_gpio LBB0_36: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_SCERR@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _BT848_INT_OCERR@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, %edx orl %ecx, %edx testl %r12d, %edx je LBB0_43 ## %bb.37: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.11(%rip), %r13 testl %r12d, %ecx je LBB0_39 ## %bb.38: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.10(%rip), %r13 LBB0_39: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.11(%rip), %rbx testl %r12d, %eax je LBB0_41 ## %bb.40: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.12(%rip), %rbx LBB0_41: ## in Loop: Header=BB0_3 Depth=1 movl 12(%r15), %r14d movq _BT848_RISC_COUNT@GOTPCREL(%rip), %rax movl (%rax), %edi callq _btread leaq L_.str.9(%rip), %rdi movl %r14d, %esi movq %r13, %rdx movq %rbx, %rcx movl %eax, %r8d xorl %eax, %eax callq _pr_info movl -44(%rbp), %r13d ## 4-byte Reload movl %r13d, %edi movl %r12d, %esi callq _bttv_print_irqbits leaq L_.str.8(%rip), %rdi xorl %eax, %eax callq _pr_cont movq _bttv_debug@GOTPCREL(%rip), %rax cmpq $0, (%rax) movq _BT848_INT_STAT@GOTPCREL(%rip), %r14 movl -48(%rbp), %ebx ## 4-byte Reload je LBB0_43 ## %bb.42: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi callq _bttv_print_riscaddr LBB0_43: ## in Loop: Header=BB0_3 Depth=1 movq _fdsr@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB0_47 ## %bb.44: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_FDSR@GOTPCREL(%rip), %rax testl %r12d, (%rax) je LBB0_47 ## %bb.45: ## in Loop: Header=BB0_3 Depth=1 movl 12(%r15), %r13d movq _BT848_RISC_COUNT@GOTPCREL(%rip), %rax movl (%rax), %edi callq _btread leaq L_.str.13(%rip), %rdi movl %r13d, %esi movl -44(%rbp), %r13d ## 4-byte Reload movl %eax, %edx xorl %eax, %eax callq _pr_info movq _bttv_debug@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB0_47 ## %bb.46: ## in Loop: Header=BB0_3 Depth=1 movq %r15, %rdi callq _bttv_print_riscaddr LBB0_47: ## in Loop: Header=BB0_3 Depth=1 cmpl $4, %ebx jb LBB0_53 ## %bb.48: ## in Loop: Header=BB0_3 Depth=1 cmpl $7, %ebx ja LBB0_50 ## %bb.49: ## in Loop: Header=BB0_3 Depth=1 movq _BT848_INT_GPINT@GOTPCREL(%rip), %rax testl %r12d, (%rax) je LBB0_50 ## %bb.51: ## in Loop: Header=BB0_3 Depth=1 movl 12(%r15), %esi leaq L_.str.15(%rip), %rdi callq _pr_err movq _BT848_INT_MASK@GOTPCREL(%rip), %r13 movl (%r13), %edi callq _btread movq _BT848_INT_GPINT@GOTPCREL(%rip), %rcx movl (%rcx), %edi notl %edi andl %eax, %edi movl (%r13), %esi movl -44(%rbp), %r13d ## 4-byte Reload callq _btwrite jmp LBB0_52 LBB0_54: incl 8(%r15) incl 4(%r15) movl $1, %edi jmp LBB0_55 LBB0_1: incl 8(%r15) xorl %edi, %edi LBB0_55: addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _IRQ_RETVAL ## TAILCALL .cfi_endproc ## -- End function .comm _BT848_INT_STAT,4,2 ## @BT848_INT_STAT .comm _BT848_INT_MASK,4,2 ## @BT848_INT_MASK .comm _BT848_DSTATUS,4,2 ## @BT848_DSTATUS .comm _irq_debug,8,3 ## @irq_debug .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d: irq loop=%d fc=%d riscs=%x, riscc=%08x, " .comm _BT848_RISC_COUNT,4,2 ## @BT848_RISC_COUNT .comm _BT848_INT_HLOCK,4,2 ## @BT848_INT_HLOCK L_.str.1: ## @.str.1 .asciz " HLOC => %s" .comm _BT848_DSTATUS_HLOC,4,2 ## @BT848_DSTATUS_HLOC L_.str.2: ## @.str.2 .asciz "yes" L_.str.3: ## @.str.3 .asciz "no" .comm _BT848_INT_VPRES,4,2 ## @BT848_INT_VPRES L_.str.4: ## @.str.4 .asciz " PRES => %s" .comm _BT848_DSTATUS_PRES,4,2 ## @BT848_DSTATUS_PRES .comm _BT848_INT_FMTCHG,4,2 ## @BT848_INT_FMTCHG L_.str.5: ## @.str.5 .asciz " NUML => %s" .comm _BT848_DSTATUS_NUML,4,2 ## @BT848_DSTATUS_NUML L_.str.6: ## @.str.6 .asciz "625" L_.str.7: ## @.str.7 .asciz "525" L_.str.8: ## @.str.8 .asciz "\n" .comm _BT848_INT_VSYNC,4,2 ## @BT848_INT_VSYNC .comm _BT848_INT_GPINT,4,2 ## @BT848_INT_GPINT .comm _BT848_INT_I2CDONE,4,2 ## @BT848_INT_I2CDONE .comm _BT848_INT_RISCI,4,2 ## @BT848_INT_RISCI .comm _BT848_INT_SCERR,4,2 ## @BT848_INT_SCERR .comm _BT848_INT_OCERR,4,2 ## @BT848_INT_OCERR L_.str.9: ## @.str.9 .asciz "%d: %s%s @ %08x," L_.str.10: ## @.str.10 .asciz "SCERR" L_.str.11: ## @.str.11 .space 1 L_.str.12: ## @.str.12 .asciz "OCERR" .comm _bttv_debug,8,3 ## @bttv_debug .comm _fdsr,8,3 ## @fdsr .comm _BT848_INT_FDSR,4,2 ## @BT848_INT_FDSR L_.str.13: ## @.str.13 .asciz "%d: FDSR @ %08x\n" L_.str.14: ## @.str.14 .asciz "%d: IRQ lockup, cleared int mask [" L_.str.15: ## @.str.15 .asciz "%d: IRQ lockup, clearing GPINT from int mask [" L_.str.16: ## @.str.16 .asciz "]\n" .no_dead_strip _bttv_irq .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function bttv_irq _bttv_irq: ; @bttv_irq .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x28, x27, [sp, #32] ; 16-byte Folded Spill stp x26, x25, [sp, #48] ; 16-byte Folded Spill stp x24, x23, [sp, #64] ; 16-byte Folded Spill 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 .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 Lloh0: adrp x21, _BT848_INT_STAT@GOTPAGE Lloh1: ldr x21, [x21, _BT848_INT_STAT@GOTPAGEOFF] ldr w0, [x21] bl _btread mov x22, x0 Lloh2: adrp x28, _BT848_INT_MASK@GOTPAGE Lloh3: ldr x28, [x28, _BT848_INT_MASK@GOTPAGEOFF] ldr w0, [x28] bl _btread ands w26, w0, w22 b.eq LBB0_41 ; %bb.1: mov w20, #0 add x8, x19, #32 str x8, [sp, #24] ; 8-byte Folded Spill Lloh4: adrp x25, _BT848_INT_GPINT@GOTPAGE Lloh5: ldr x25, [x25, _BT848_INT_GPINT@GOTPAGEOFF] b LBB0_5 LBB0_2: ; in Loop: Header=BB0_5 Depth=1 ldr w1, [x28] mov w0, #0 bl _btwrite ldr w1, [x19, #12] Lloh6: adrp x0, l_.str.14@PAGE Lloh7: add x0, x0, l_.str.14@PAGEOFF bl _pr_err LBB0_3: ; in Loop: Header=BB0_5 Depth=1 mov x0, x22 mov x1, x26 bl _bttv_print_irqbits Lloh8: adrp x0, l_.str.16@PAGE Lloh9: add x0, x0, l_.str.16@PAGEOFF bl _pr_cont LBB0_4: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x21] bl _btread mov x22, x0 ldr w0, [x28] bl _btread add w20, w20, #1 ands w26, w0, w22 b.eq LBB0_40 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w1, [x21] mov x0, x22 bl _btwrite Lloh10: adrp x8, _BT848_DSTATUS@GOTPAGE Lloh11: ldr x8, [x8, _BT848_DSTATUS@GOTPAGEOFF] Lloh12: ldr w0, [x8] bl _btread Lloh13: adrp x8, _irq_debug@GOTPAGE Lloh14: ldr x8, [x8, _irq_debug@GOTPAGEOFF] Lloh15: ldr x8, [x8] cbz x8, LBB0_13 ; %bb.6: ; in Loop: Header=BB0_5 Depth=1 mov x27, x0 mov x25, x21 mov x21, x28 ldr w24, [x19, #12] ldr w28, [x19, #48] asr w23, w22, #28 Lloh16: adrp x8, _BT848_RISC_COUNT@GOTPAGE Lloh17: ldr x8, [x8, _BT848_RISC_COUNT@GOTPAGEOFF] Lloh18: ldr w0, [x8] bl _btread mov x5, x0 Lloh19: adrp x0, l_.str@PAGE Lloh20: add x0, x0, l_.str@PAGEOFF mov x1, x24 mov x2, x20 mov x3, x28 mov x4, x23 bl _pr_debug mov x0, x22 mov x1, x26 bl _bttv_print_irqbits Lloh21: adrp x8, _BT848_INT_HLOCK@GOTPAGE Lloh22: ldr x8, [x8, _BT848_INT_HLOCK@GOTPAGEOFF] Lloh23: ldr w8, [x8] tst w8, w22 b.eq LBB0_8 ; %bb.7: ; in Loop: Header=BB0_5 Depth=1 Lloh24: adrp x8, _BT848_DSTATUS_HLOC@GOTPAGE Lloh25: ldr x8, [x8, _BT848_DSTATUS_HLOC@GOTPAGEOFF] Lloh26: ldr w8, [x8] tst w8, w27 Lloh27: adrp x8, l_.str.2@PAGE Lloh28: add x8, x8, l_.str.2@PAGEOFF Lloh29: adrp x9, l_.str.3@PAGE Lloh30: add x9, x9, l_.str.3@PAGEOFF csel x8, x9, x8, eq str x8, [sp] Lloh31: adrp x0, l_.str.1@PAGE Lloh32: add x0, x0, l_.str.1@PAGEOFF bl _pr_cont LBB0_8: ; in Loop: Header=BB0_5 Depth=1 Lloh33: adrp x8, _BT848_INT_VPRES@GOTPAGE Lloh34: ldr x8, [x8, _BT848_INT_VPRES@GOTPAGEOFF] Lloh35: ldr w8, [x8] tst w8, w22 b.eq LBB0_10 ; %bb.9: ; in Loop: Header=BB0_5 Depth=1 Lloh36: adrp x8, _BT848_DSTATUS_PRES@GOTPAGE Lloh37: ldr x8, [x8, _BT848_DSTATUS_PRES@GOTPAGEOFF] Lloh38: ldr w8, [x8] tst w8, w27 Lloh39: adrp x8, l_.str.2@PAGE Lloh40: add x8, x8, l_.str.2@PAGEOFF Lloh41: adrp x9, l_.str.3@PAGE Lloh42: add x9, x9, l_.str.3@PAGEOFF csel x8, x9, x8, eq str x8, [sp] Lloh43: adrp x0, l_.str.4@PAGE Lloh44: add x0, x0, l_.str.4@PAGEOFF bl _pr_cont LBB0_10: ; in Loop: Header=BB0_5 Depth=1 Lloh45: adrp x8, _BT848_INT_FMTCHG@GOTPAGE Lloh46: ldr x8, [x8, _BT848_INT_FMTCHG@GOTPAGEOFF] Lloh47: ldr w8, [x8] tst w8, w22 mov x28, x21 b.eq LBB0_12 ; %bb.11: ; in Loop: Header=BB0_5 Depth=1 Lloh48: adrp x8, _BT848_DSTATUS_NUML@GOTPAGE Lloh49: ldr x8, [x8, _BT848_DSTATUS_NUML@GOTPAGEOFF] Lloh50: ldr w8, [x8] tst w8, w27 Lloh51: adrp x8, l_.str.6@PAGE Lloh52: add x8, x8, l_.str.6@PAGEOFF Lloh53: adrp x9, l_.str.7@PAGE Lloh54: add x9, x9, l_.str.7@PAGEOFF csel x8, x9, x8, eq str x8, [sp] Lloh55: adrp x0, l_.str.5@PAGE Lloh56: add x0, x0, l_.str.5@PAGEOFF bl _pr_cont LBB0_12: ; in Loop: Header=BB0_5 Depth=1 Lloh57: adrp x0, l_.str.8@PAGE Lloh58: add x0, x0, l_.str.8@PAGEOFF bl _pr_cont mov x21, x25 Lloh59: adrp x25, _BT848_INT_GPINT@GOTPAGE Lloh60: ldr x25, [x25, _BT848_INT_GPINT@GOTPAGEOFF] LBB0_13: ; in Loop: Header=BB0_5 Depth=1 Lloh61: adrp x8, _BT848_INT_VSYNC@GOTPAGE Lloh62: ldr x8, [x8, _BT848_INT_VSYNC@GOTPAGEOFF] Lloh63: ldr w8, [x8] tst w8, w26 b.eq LBB0_15 ; %bb.14: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [x19, #48] add w8, w8, #1 str w8, [x19, #48] LBB0_15: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [x25] tst w8, w26 b.eq LBB0_18 ; %bb.16: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [x19, #40] cbz x8, LBB0_18 ; %bb.17: ; in Loop: Header=BB0_5 Depth=1 mov x0, x19 bl _bttv_input_irq LBB0_18: ; in Loop: Header=BB0_5 Depth=1 Lloh64: adrp x8, _BT848_INT_I2CDONE@GOTPAGE Lloh65: ldr x8, [x8, _BT848_INT_I2CDONE@GOTPAGEOFF] Lloh66: ldr w8, [x8] tst w8, w26 b.eq LBB0_20 ; %bb.19: ; in Loop: Header=BB0_5 Depth=1 str w22, [x19] ldr x0, [sp, #24] ; 8-byte Folded Reload bl _wake_up LBB0_20: ; in Loop: Header=BB0_5 Depth=1 Lloh67: adrp x8, _BT848_INT_RISCI@GOTPAGE Lloh68: ldr x8, [x8, _BT848_INT_RISCI@GOTPAGEOFF] Lloh69: ldr w8, [x8] and w8, w8, w26 and w9, w22, #0x40000000 cmp w8, #0 ccmp w9, #0, #4, ne b.eq LBB0_22 ; %bb.21: ; in Loop: Header=BB0_5 Depth=1 mov x0, x19 bl _bttv_irq_switch_vbi Lloh70: adrp x8, _BT848_INT_RISCI@GOTPAGE Lloh71: ldr x8, [x8, _BT848_INT_RISCI@GOTPAGEOFF] Lloh72: ldr w8, [x8] and w8, w8, w26 LBB0_22: ; in Loop: Header=BB0_5 Depth=1 and w9, w22, #0x20000000 cmp w8, #0 ccmp w9, #0, #4, ne b.eq LBB0_24 ; %bb.23: ; in Loop: Header=BB0_5 Depth=1 mov x0, x19 bl _bttv_irq_wakeup_top Lloh73: adrp x8, _BT848_INT_RISCI@GOTPAGE Lloh74: ldr x8, [x8, _BT848_INT_RISCI@GOTPAGEOFF] Lloh75: ldr w8, [x8] and w8, w8, w26 LBB0_24: ; in Loop: Header=BB0_5 Depth=1 and w9, w22, #0x10000000 cmp w8, #0 ccmp w9, #0, #4, ne b.eq LBB0_26 ; %bb.25: ; in Loop: Header=BB0_5 Depth=1 mov x0, x19 bl _bttv_irq_switch_video LBB0_26: ; in Loop: Header=BB0_5 Depth=1 Lloh76: adrp x8, _BT848_INT_HLOCK@GOTPAGE Lloh77: ldr x8, [x8, _BT848_INT_HLOCK@GOTPAGEOFF] Lloh78: ldr w8, [x8] tst w8, w26 b.eq LBB0_29 ; %bb.27: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [x19, #24] cbz x8, LBB0_29 ; %bb.28: ; in Loop: Header=BB0_5 Depth=1 ldp w2, w1, [x19, #16] mov x0, x19 bl _audio_mux_gpio LBB0_29: ; in Loop: Header=BB0_5 Depth=1 Lloh79: adrp x8, _BT848_INT_SCERR@GOTPAGE Lloh80: ldr x8, [x8, _BT848_INT_SCERR@GOTPAGEOFF] Lloh81: ldr w9, [x8] Lloh82: adrp x8, _BT848_INT_OCERR@GOTPAGE Lloh83: ldr x8, [x8, _BT848_INT_OCERR@GOTPAGEOFF] Lloh84: ldr w8, [x8] orr w10, w8, w9 tst w10, w26 b.eq LBB0_32 ; %bb.30: ; in Loop: Header=BB0_5 Depth=1 ldr w23, [x19, #12] tst w9, w26 Lloh85: adrp x9, l_.str.10@PAGE Lloh86: add x9, x9, l_.str.10@PAGEOFF Lloh87: adrp x10, l_.str.11@PAGE Lloh88: add x10, x10, l_.str.11@PAGEOFF csel x24, x10, x9, eq tst w8, w26 Lloh89: adrp x8, l_.str.12@PAGE Lloh90: add x8, x8, l_.str.12@PAGEOFF csel x27, x10, x8, eq Lloh91: adrp x8, _BT848_RISC_COUNT@GOTPAGE Lloh92: ldr x8, [x8, _BT848_RISC_COUNT@GOTPAGEOFF] Lloh93: ldr w0, [x8] bl _btread ; kill: def $w0 killed $w0 def $x0 stp x27, x0, [sp, #8] str x24, [sp] Lloh94: adrp x0, l_.str.9@PAGE Lloh95: add x0, x0, l_.str.9@PAGEOFF mov x1, x23 bl _pr_info mov x0, x22 mov x1, x26 bl _bttv_print_irqbits Lloh96: adrp x0, l_.str.8@PAGE Lloh97: add x0, x0, l_.str.8@PAGEOFF bl _pr_cont Lloh98: adrp x8, _bttv_debug@GOTPAGE Lloh99: ldr x8, [x8, _bttv_debug@GOTPAGEOFF] Lloh100: ldr x8, [x8] cbz x8, LBB0_32 ; %bb.31: ; in Loop: Header=BB0_5 Depth=1 mov x0, x19 bl _bttv_print_riscaddr LBB0_32: ; in Loop: Header=BB0_5 Depth=1 Lloh101: adrp x8, _fdsr@GOTPAGE Lloh102: ldr x8, [x8, _fdsr@GOTPAGEOFF] Lloh103: ldr x8, [x8] cbz x8, LBB0_36 ; %bb.33: ; in Loop: Header=BB0_5 Depth=1 Lloh104: adrp x8, _BT848_INT_FDSR@GOTPAGE Lloh105: ldr x8, [x8, _BT848_INT_FDSR@GOTPAGEOFF] Lloh106: ldr w8, [x8] tst w8, w26 b.eq LBB0_36 ; %bb.34: ; in Loop: Header=BB0_5 Depth=1 ldr w23, [x19, #12] Lloh107: adrp x8, _BT848_RISC_COUNT@GOTPAGE Lloh108: ldr x8, [x8, _BT848_RISC_COUNT@GOTPAGEOFF] Lloh109: ldr w0, [x8] bl _btread ; kill: def $w0 killed $w0 def $x0 str x0, [sp] Lloh110: adrp x0, l_.str.13@PAGE Lloh111: add x0, x0, l_.str.13@PAGEOFF mov x1, x23 bl _pr_info Lloh112: adrp x8, _bttv_debug@GOTPAGE Lloh113: ldr x8, [x8, _bttv_debug@GOTPAGEOFF] Lloh114: ldr x8, [x8] cbz x8, LBB0_36 ; %bb.35: ; in Loop: Header=BB0_5 Depth=1 mov x0, x19 bl _bttv_print_riscaddr LBB0_36: ; in Loop: Header=BB0_5 Depth=1 cmp w20, #4 b.lo LBB0_4 ; %bb.37: ; in Loop: Header=BB0_5 Depth=1 cmp w20, #7 b.hi LBB0_2 ; %bb.38: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [x25] tst w8, w26 b.eq LBB0_2 ; %bb.39: ; in Loop: Header=BB0_5 Depth=1 ldr w1, [x19, #12] Lloh115: adrp x0, l_.str.15@PAGE Lloh116: add x0, x0, l_.str.15@PAGEOFF bl _pr_err ldr w0, [x28] bl _btread ldr w8, [x25] bic w0, w0, w8 ldr w1, [x28] bl _btwrite b LBB0_3 LBB0_40: ldur d0, [x19, #4] movi.2s v1, #1 add.2s v0, v0, v1 stur d0, [x19, #4] mov w0, #1 b LBB0_42 LBB0_41: mov w0, #0 ldr w8, [x19, #8] add w8, w8, #1 str w8, [x19, #8] LBB0_42: 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 ldp x24, x23, [sp, #64] ; 16-byte Folded Reload ldp x26, x25, [sp, #48] ; 16-byte Folded Reload ldp x28, x27, [sp, #32] ; 16-byte Folded Reload add sp, sp, #128 b _IRQ_RETVAL .loh AdrpLdrGot Lloh2, Lloh3 .loh AdrpLdrGot Lloh0, Lloh1 .loh AdrpLdrGot Lloh4, Lloh5 .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh8, Lloh9 .loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15 .loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12 .loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23 .loh AdrpAdd Lloh19, Lloh20 .loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18 .loh AdrpAdd Lloh31, Lloh32 .loh AdrpAdd Lloh29, Lloh30 .loh AdrpAdd Lloh27, Lloh28 .loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26 .loh AdrpLdrGotLdr Lloh33, Lloh34, Lloh35 .loh AdrpAdd Lloh43, Lloh44 .loh AdrpAdd Lloh41, Lloh42 .loh AdrpAdd Lloh39, Lloh40 .loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38 .loh AdrpLdrGotLdr Lloh45, Lloh46, Lloh47 .loh AdrpAdd Lloh55, Lloh56 .loh AdrpAdd Lloh53, Lloh54 .loh AdrpAdd Lloh51, Lloh52 .loh AdrpLdrGotLdr Lloh48, Lloh49, Lloh50 .loh AdrpLdrGot Lloh59, Lloh60 .loh AdrpAdd Lloh57, Lloh58 .loh AdrpLdrGotLdr Lloh61, Lloh62, Lloh63 .loh AdrpLdrGotLdr Lloh64, Lloh65, Lloh66 .loh AdrpLdrGotLdr Lloh67, Lloh68, Lloh69 .loh AdrpLdrGotLdr Lloh70, Lloh71, Lloh72 .loh AdrpLdrGotLdr Lloh73, Lloh74, Lloh75 .loh AdrpLdrGotLdr Lloh76, Lloh77, Lloh78 .loh AdrpLdrGotLdr Lloh82, Lloh83, Lloh84 .loh AdrpLdrGotLdr Lloh79, Lloh80, Lloh81 .loh AdrpLdrGotLdr Lloh98, Lloh99, Lloh100 .loh AdrpAdd Lloh96, Lloh97 .loh AdrpAdd Lloh94, Lloh95 .loh AdrpLdrGotLdr Lloh91, Lloh92, Lloh93 .loh AdrpAdd Lloh89, Lloh90 .loh AdrpAdd Lloh87, Lloh88 .loh AdrpAdd Lloh85, Lloh86 .loh AdrpLdrGotLdr Lloh101, Lloh102, Lloh103 .loh AdrpLdrGotLdr Lloh104, Lloh105, Lloh106 .loh AdrpLdrGotLdr Lloh112, Lloh113, Lloh114 .loh AdrpAdd Lloh110, Lloh111 .loh AdrpLdrGotLdr Lloh107, Lloh108, Lloh109 .loh AdrpAdd Lloh115, Lloh116 .cfi_endproc ; -- End function .comm _BT848_INT_STAT,4,2 ; @BT848_INT_STAT .comm _BT848_INT_MASK,4,2 ; @BT848_INT_MASK .comm _BT848_DSTATUS,4,2 ; @BT848_DSTATUS .comm _irq_debug,8,3 ; @irq_debug .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d: irq loop=%d fc=%d riscs=%x, riscc=%08x, " .comm _BT848_RISC_COUNT,4,2 ; @BT848_RISC_COUNT .comm _BT848_INT_HLOCK,4,2 ; @BT848_INT_HLOCK l_.str.1: ; @.str.1 .asciz " HLOC => %s" .comm _BT848_DSTATUS_HLOC,4,2 ; @BT848_DSTATUS_HLOC l_.str.2: ; @.str.2 .asciz "yes" l_.str.3: ; @.str.3 .asciz "no" .comm _BT848_INT_VPRES,4,2 ; @BT848_INT_VPRES l_.str.4: ; @.str.4 .asciz " PRES => %s" .comm _BT848_DSTATUS_PRES,4,2 ; @BT848_DSTATUS_PRES .comm _BT848_INT_FMTCHG,4,2 ; @BT848_INT_FMTCHG l_.str.5: ; @.str.5 .asciz " NUML => %s" .comm _BT848_DSTATUS_NUML,4,2 ; @BT848_DSTATUS_NUML l_.str.6: ; @.str.6 .asciz "625" l_.str.7: ; @.str.7 .asciz "525" l_.str.8: ; @.str.8 .asciz "\n" .comm _BT848_INT_VSYNC,4,2 ; @BT848_INT_VSYNC .comm _BT848_INT_GPINT,4,2 ; @BT848_INT_GPINT .comm _BT848_INT_I2CDONE,4,2 ; @BT848_INT_I2CDONE .comm _BT848_INT_RISCI,4,2 ; @BT848_INT_RISCI .comm _BT848_INT_SCERR,4,2 ; @BT848_INT_SCERR .comm _BT848_INT_OCERR,4,2 ; @BT848_INT_OCERR l_.str.9: ; @.str.9 .asciz "%d: %s%s @ %08x," l_.str.10: ; @.str.10 .asciz "SCERR" l_.str.11: ; @.str.11 .space 1 l_.str.12: ; @.str.12 .asciz "OCERR" .comm _bttv_debug,8,3 ; @bttv_debug .comm _fdsr,8,3 ; @fdsr .comm _BT848_INT_FDSR,4,2 ; @BT848_INT_FDSR l_.str.13: ; @.str.13 .asciz "%d: FDSR @ %08x\n" l_.str.14: ; @.str.14 .asciz "%d: IRQ lockup, cleared int mask [" l_.str.15: ; @.str.15 .asciz "%d: IRQ lockup, clearing GPINT from int mask [" l_.str.16: ; @.str.16 .asciz "]\n" .no_dead_strip _bttv_irq .subsections_via_symbols
AnghaBench/linux/drivers/media/pci/bt8xx/extr_bttv-driver.c_bttv_irq.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .section __TEXT,__literal16,16byte_literals .p2align 4, 0x0 ## -- Begin function ov13858_write_reg LCPI0_0: .quad -9223372034707292160 ## 0x8000000080000000 .quad -9223372034707292160 ## 0x8000000080000000 LCPI0_1: .quad -9223372034707292160 ## 0x8000000080000000 .quad -9223372034707292159 ## 0x8000000080000001 LCPI0_2: .quad -9223372034707292158 ## 0x8000000080000002 .quad -9223372034707292157 ## 0x8000000080000003 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _ov13858_write_reg: ## @ov13858_write_reg .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, %r15d movl %edx, %ebx movl %esi, %r12d movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -40(%rbp) callq _v4l2_get_subdevdata cmpl $5, %ebx jl LBB0_2 ## %bb.1: movq _EINVAL@GOTPCREL(%rip), %rcx jmp LBB0_13 LBB0_2: movq %rax, %r14 movl %r12d, %eax sarl $8, %eax movl %eax, -64(%rbp) movzbl %r12b, %eax movl %eax, -60(%rbp) movl %r15d, %edi callq _cpu_to_be32 leal 2(%rbx), %r15d testl %ebx, %ebx jle LBB0_11 ## %bb.3: movl %ebx, %ecx decq %rcx movq %rcx, %xmm0 pshufd $68, %xmm0, %xmm1 ## xmm1 = xmm0[0,1,0,1] xorl %ecx, %ecx testb %cl, %cl jne LBB0_5 ## %bb.4: movl %eax, -56(%rbp) LBB0_5: pxor LCPI0_0(%rip), %xmm1 movdqa LCPI0_1(%rip), %xmm3 ## xmm3 = [9223372039002259456,9223372039002259457] pcmpgtd %xmm1, %xmm3 pshufd $245, %xmm1, %xmm0 ## xmm0 = xmm1[1,1,3,3] pcmpeqd LCPI0_0(%rip), %xmm0 pand %xmm0, %xmm3 pcmpeqd %xmm2, %xmm2 pxor %xmm2, %xmm3 pextrb $8, %xmm3, %ecx testb $1, %cl je LBB0_7 ## %bb.6: movl %eax, -52(%rbp) LBB0_7: movdqa LCPI0_2(%rip), %xmm3 ## xmm3 = [9223372039002259458,9223372039002259459] pcmpgtd %xmm1, %xmm3 pand %xmm3, %xmm0 pxor %xmm0, %xmm2 pextrb $0, %xmm2, %ecx testb $1, %cl je LBB0_9 ## %bb.8: movl %eax, -48(%rbp) LBB0_9: pcmpeqd %xmm1, %xmm1 pxor %xmm1, %xmm0 pextrb $8, %xmm0, %ecx testb $1, %cl je LBB0_11 ## %bb.10: movl %eax, -44(%rbp) LBB0_11: addl $-2, %ebx leaq -64(%rbp), %rsi movq %r14, %rdi movl %ebx, %edx callq _i2c_master_send movl %eax, %ecx xorl %eax, %eax cmpl %r15d, %ecx je LBB0_14 ## %bb.12: movq _EIO@GOTPCREL(%rip), %rcx LBB0_13: xorl %eax, %eax subl (%rcx), %eax LBB0_14: movq ___stack_chk_guard@GOTPCREL(%rip), %rcx movq (%rcx), %rcx cmpq -40(%rbp), %rcx jne LBB0_16 ## %bb.15: addq $32, %rsp popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq LBB0_16: callq ___stack_chk_fail .cfi_endproc ## -- End function .comm _EINVAL,4,2 ## @EINVAL .comm _EIO,4,2 ## @EIO .no_dead_strip _ov13858_write_reg .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .section __TEXT,__literal16,16byte_literals .p2align 4, 0x0 ; -- Begin function ov13858_write_reg lCPI0_0: .quad 0 ; 0x0 .quad 1 ; 0x1 lCPI0_1: .quad 2 ; 0x2 .quad 3 ; 0x3 .section __TEXT,__text,regular,pure_instructions .p2align 2 _ov13858_write_reg: ; @ov13858_write_reg .cfi_startproc ; %bb.0: sub sp, sp, #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, x3 mov x19, x2 mov x21, x1 Lloh0: adrp x8, ___stack_chk_guard@GOTPAGE Lloh1: ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] Lloh2: ldr x8, [x8] str x8, [sp, #24] bl _v4l2_get_subdevdata cmp w19, #5 b.lt LBB0_2 ; %bb.1: Lloh3: adrp x8, _EINVAL@GOTPAGE Lloh4: ldr x8, [x8, _EINVAL@GOTPAGEOFF] b LBB0_14 LBB0_2: asr w8, w21, #8 and w9, w21, #0xff stp w8, w9, [sp] mov x21, x0 mov x0, x20 bl _cpu_to_be32 mov x8, x0 mov x0, x21 add w20, w19, #2 cmp w19, #1 b.lt LBB0_11 ; %bb.3: mov w9, w19 sub x9, x9, #1 dup.2d v0, x9 Lloh5: adrp x9, lCPI0_0@PAGE Lloh6: ldr q1, [x9, lCPI0_0@PAGEOFF] cmhs.2d v1, v0, v1 xtn.2s v1, v1 uzp1.4h v2, v1, v0 umov.h w9, v2[0] tbz w9, #0, LBB0_5 ; %bb.4: str w8, [sp, #8] LBB0_5: uzp1.4h v1, v1, v0 umov.h w9, v1[1] tbz w9, #0, LBB0_7 ; %bb.6: str w8, [sp, #12] LBB0_7: Lloh7: adrp x9, lCPI0_1@PAGE Lloh8: ldr q1, [x9, lCPI0_1@PAGEOFF] cmhs.2d v0, v0, v1 xtn.2s v0, v0 uzp1.4h v1, v0, v0 umov.h w9, v1[2] tbz w9, #0, LBB0_9 ; %bb.8: str w8, [sp, #16] LBB0_9: uzp1.4h v0, v0, v0 umov.h w9, v0[3] tbz w9, #0, LBB0_11 ; %bb.10: str w8, [sp, #20] LBB0_11: sub w2, w19, #2 mov x1, sp bl _i2c_master_send cmp w0, w20 b.ne LBB0_13 ; %bb.12: mov w0, #0 ; =0x0 b LBB0_15 LBB0_13: Lloh9: adrp x8, _EIO@GOTPAGE Lloh10: ldr x8, [x8, _EIO@GOTPAGEOFF] LBB0_14: ldr w8, [x8] neg w0, w8 LBB0_15: 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_17 ; %bb.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 add sp, sp, #80 ret LBB0_17: bl ___stack_chk_fail .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGot Lloh3, Lloh4 .loh AdrpLdr Lloh5, Lloh6 .loh AdrpLdr Lloh7, Lloh8 .loh AdrpLdrGot Lloh9, Lloh10 .loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13 .cfi_endproc ; -- End function .comm _EINVAL,4,2 ; @EINVAL .comm _EIO,4,2 ; @EIO .no_dead_strip _ov13858_write_reg .subsections_via_symbols
assembly_file_142877.c
assembly_dataset
.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 movl $1, %ebx cmpl $2, %edi jl LBB0_7 ## %bb.1: movq %rsi, %r14 xorl %ebx, %ebx xorl %edi, %edi callq _srand movq 8(%r14), %rdi callq _atoi testl %eax, %eax jle LBB0_7 ## %bb.2: movl %eax, %r14d movl $1, %r12d leaq L_.str(%rip), %r15 movl $1, %r13d .p2align 4, 0x90 LBB0_3: ## =>This Loop Header: Depth=1 ## Child Loop BB0_4 Depth 2 xorl %ebx, %ebx .p2align 4, 0x90 LBB0_4: ## Parent Loop BB0_3 Depth=1 ## => This Inner Loop Header: Depth=2 leal (%r12,%rbx), %esi movq %r15, %rdi xorl %eax, %eax callq _printf incl %ebx cmpl %ebx, %r13d jne LBB0_4 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movl $10, %edi callq _putchar addl %r13d, %r12d leal 1(%r13), %eax cmpl %r14d, %r13d movl %eax, %r13d jne LBB0_3 ## %bb.6: xorl %ebx, %ebx LBB0_7: movl %ebx, %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 " .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, #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 cmp w0, #2 b.ge LBB0_2 ; %bb.1: mov w0, #1 b LBB0_8 LBB0_2: mov x19, x1 mov w0, #0 bl _srand ldr x0, [x19, #8] bl _atoi cmp w0, #1 b.lt LBB0_7 ; %bb.3: mov x19, x0 mov w21, #1 Lloh0: adrp x20, l_.str@PAGE Lloh1: add x20, x20, l_.str@PAGEOFF mov w22, #1 LBB0_4: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 mov w23, #0 LBB0_5: ; Parent Loop BB0_4 Depth=1 ; => This Inner Loop Header: Depth=2 add w8, w21, w23 str x8, [sp] mov x0, x20 bl _printf add w23, w23, #1 cmp w22, w23 b.ne LBB0_5 ; %bb.6: ; in Loop: Header=BB0_4 Depth=1 mov w0, #10 bl _putchar add w21, w21, w22 add w8, w22, #1 cmp w22, w19 mov x22, x8 b.ne LBB0_4 LBB0_7: mov w0, #0 LBB0_8: 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 Lloh0, Lloh1 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d " .subsections_via_symbols
the_stack_data/75137875.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function snd_pcm_dev_register _snd_pcm_dev_register: ## @snd_pcm_dev_register .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, %rbx testq %rdi, %rdi je LBB0_1 ## %bb.2: xorl %edi, %edi cmpq $0, (%rbx) sete %dil jmp LBB0_3 LBB0_1: movl $1, %edi LBB0_3: callq _snd_BUG_ON testq %rax, %rax je LBB0_5 ## %bb.4: movq _ENXIO@GOTPCREL(%rip), %rax xorl %r15d, %r15d subl (%rax), %r15d jmp LBB0_20 LBB0_5: movq (%rbx), %r14 movq _register_mutex@GOTPCREL(%rip), %rdi callq _mutex_lock movq %r14, %rdi callq _snd_pcm_add movl %eax, %r15d testl %eax, %eax jne LBB0_19 ## %bb.6: movq (%r14), %r9 cmpq $0, (%r9) je LBB0_7 ## %bb.8: movl 12(%r14), %edx movl 16(%r14), %esi movq _snd_pcm_f_ops@GOTPCREL(%rip), %rax movq (%rax), %rcx addq $8, %r9 movl $-1, %edi movq %r14, %r8 callq _snd_register_device movl %eax, %r15d testl %eax, %eax js LBB0_14 ## %bb.9: movq (%r14), %r9 movq (%r9), %rbx testq %rbx, %rbx je LBB0_12 .p2align 4, 0x90 LBB0_10: ## =>This Inner Loop Header: Depth=1 movq %rbx, %rdi callq _snd_pcm_timer_init movq (%rbx), %rbx testq %rbx, %rbx jne LBB0_10 ## %bb.11: movq (%r14), %r9 LBB0_12: cmpq $0, 16(%r9) jne LBB0_13 jmp LBB0_18 LBB0_7: xorl %r15d, %r15d cmpq $0, 16(%r9) je LBB0_18 LBB0_13: movl 12(%r14), %edx movl 16(%r14), %esi movq _snd_pcm_f_ops@GOTPCREL(%rip), %rax movq (%rax), %rcx addq $4, %rcx addq $24, %r9 movl $-1, %edi movq %r14, %r8 callq _snd_register_device movl %eax, %r15d testl %eax, %eax js LBB0_14 ## %bb.15: movq (%r14), %rax movq 16(%rax), %rbx testq %rbx, %rbx je LBB0_18 .p2align 4, 0x90 LBB0_16: ## =>This Inner Loop Header: Depth=1 movq %rbx, %rdi callq _snd_pcm_timer_init movq (%rbx), %rbx testq %rbx, %rbx jne LBB0_16 LBB0_18: movq _n_register@GOTPCREL(%rip), %rax movl (%rax), %esi movq %r14, %rdi callq _pcm_call_notify jmp LBB0_19 LBB0_14: addq $8, %r14 movq %r14, %rdi callq _list_del_init LBB0_19: movq _register_mutex@GOTPCREL(%rip), %rdi callq _mutex_unlock LBB0_20: movl %r15d, %eax addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _ENXIO,4,2 ## @ENXIO .comm _register_mutex,4,2 ## @register_mutex .comm _SNDRV_DEVICE_TYPE_PCM_PLAYBACK,4,2 ## @SNDRV_DEVICE_TYPE_PCM_PLAYBACK .comm _SNDRV_DEVICE_TYPE_PCM_CAPTURE,4,2 ## @SNDRV_DEVICE_TYPE_PCM_CAPTURE .comm _snd_pcm_f_ops,8,3 ## @snd_pcm_f_ops .comm _n_register,4,2 ## @n_register .no_dead_strip _snd_pcm_dev_register .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function snd_pcm_dev_register _snd_pcm_dev_register: ; @snd_pcm_dev_register .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 cbz x0, LBB0_3 ; %bb.1: ldr x8, [x19] cmp x8, #0 cset w0, eq bl _snd_BUG_ON cbz x0, LBB0_4 LBB0_2: Lloh0: adrp x8, _ENXIO@GOTPAGE Lloh1: ldr x8, [x8, _ENXIO@GOTPAGEOFF] Lloh2: ldr w8, [x8] neg w20, w8 b LBB0_18 LBB0_3: mov w0, #1 bl _snd_BUG_ON cbnz x0, LBB0_2 LBB0_4: ldr x19, [x19] Lloh3: adrp x0, _register_mutex@GOTPAGE Lloh4: ldr x0, [x0, _register_mutex@GOTPAGEOFF] bl _mutex_lock mov x0, x19 bl _snd_pcm_add mov x20, x0 cbnz w0, LBB0_17 ; %bb.5: ldr x8, [x19] ldr x9, [x8] Lloh5: adrp x22, _snd_pcm_f_ops@GOTPAGE Lloh6: ldr x22, [x22, _snd_pcm_f_ops@GOTPAGEOFF] cbz x9, LBB0_11 ; %bb.6: ldp w2, w1, [x19, #12] add x5, x8, #8 ldr x3, [x22] mov w0, #-1 mov x4, x19 bl _snd_register_device mov x20, x0 tbnz w0, #31, LBB0_16 ; %bb.7: ldr x8, [x19] ldr x21, [x8] cbz x21, LBB0_10 LBB0_8: ; =>This Inner Loop Header: Depth=1 mov x0, x21 bl _snd_pcm_timer_init ldr x21, [x21] cbnz x21, LBB0_8 ; %bb.9: ldr x8, [x19] LBB0_10: ldr x9, [x8, #16] cbnz x9, LBB0_12 b LBB0_15 LBB0_11: mov w20, #0 ldr x9, [x8, #16] cbz x9, LBB0_15 LBB0_12: ldp w2, w1, [x19, #12] ldr x9, [x22] add x3, x9, #4 add x5, x8, #24 mov w0, #-1 mov x4, x19 bl _snd_register_device mov x20, x0 tbnz w0, #31, LBB0_16 ; %bb.13: ldr x8, [x19] ldr x21, [x8, #16] cbz x21, LBB0_15 LBB0_14: ; =>This Inner Loop Header: Depth=1 mov x0, x21 bl _snd_pcm_timer_init ldr x21, [x21] cbnz x21, LBB0_14 LBB0_15: Lloh7: adrp x8, _n_register@GOTPAGE Lloh8: ldr x8, [x8, _n_register@GOTPAGEOFF] Lloh9: ldr w1, [x8] mov x0, x19 bl _pcm_call_notify b LBB0_17 LBB0_16: add x0, x19, #8 bl _list_del_init LBB0_17: Lloh10: adrp x0, _register_mutex@GOTPAGE Lloh11: ldr x0, [x0, _register_mutex@GOTPAGEOFF] bl _mutex_unlock LBB0_18: 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 AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGot Lloh3, Lloh4 .loh AdrpLdrGot Lloh5, Lloh6 .loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9 .loh AdrpLdrGot Lloh10, Lloh11 .cfi_endproc ; -- End function .comm _ENXIO,4,2 ; @ENXIO .comm _register_mutex,4,2 ; @register_mutex .comm _SNDRV_DEVICE_TYPE_PCM_PLAYBACK,4,2 ; @SNDRV_DEVICE_TYPE_PCM_PLAYBACK .comm _SNDRV_DEVICE_TYPE_PCM_CAPTURE,4,2 ; @SNDRV_DEVICE_TYPE_PCM_CAPTURE .comm _snd_pcm_f_ops,8,3 ; @snd_pcm_f_ops .comm _n_register,4,2 ; @n_register .no_dead_strip _snd_pcm_dev_register .subsections_via_symbols
AnghaBench/linux/sound/core/extr_pcm.c_snd_pcm_dev_register.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _indent_printf ## -- Begin function indent_printf .p2align 4, 0x90 _indent_printf: ## @indent_printf .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 $216, %rsp .cfi_offset %rbx, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %rdi, %r14 movq %rsi, -232(%rbp) movq %rdx, -224(%rbp) movq %rcx, -216(%rbp) movq %r8, -208(%rbp) movq %r9, -200(%rbp) testb %al, %al je LBB0_7 ## %bb.6: movaps %xmm0, -192(%rbp) movaps %xmm1, -176(%rbp) movaps %xmm2, -160(%rbp) movaps %xmm3, -144(%rbp) movaps %xmm4, -128(%rbp) movaps %xmm5, -112(%rbp) movaps %xmm6, -96(%rbp) movaps %xmm7, -80(%rbp) LBB0_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) leaq -240(%rbp), %rax movq %rax, -48(%rbp) leaq 16(%rbp), %rax movq %rax, -56(%rbp) movabsq $206158430216, %rax ## imm = 0x3000000008 movq %rax, -64(%rbp) cmpl $0, _indent(%rip) jle LBB0_3 ## %bb.1: xorl %ebx, %ebx movq ___stdoutp@GOTPCREL(%rip), %r15 .p2align 4, 0x90 LBB0_2: ## =>This Inner Loop Header: Depth=1 movq (%r15), %rsi movl $32, %edi callq _putc incl %ebx cmpl _indent(%rip), %ebx jl LBB0_2 LBB0_3: movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -64(%rbp), %rdx movq %r14, %rsi callq _vfprintf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -32(%rbp), %rax jne LBB0_5 ## %bb.4: addq $216, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq LBB0_5: callq ___stack_chk_fail .cfi_endproc ## -- End function .globl _insn_printf ## -- Begin function insn_printf .p2align 4, 0x90 _insn_printf: ## @insn_printf .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 $216, %rsp .cfi_offset %rbx, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %rdi, %r14 movq %rsi, -232(%rbp) movq %rdx, -224(%rbp) movq %rcx, -216(%rbp) movq %r8, -208(%rbp) movq %r9, -200(%rbp) testb %al, %al je LBB1_7 ## %bb.6: movaps %xmm0, -192(%rbp) movaps %xmm1, -176(%rbp) movaps %xmm2, -160(%rbp) movaps %xmm3, -144(%rbp) movaps %xmm4, -128(%rbp) movaps %xmm5, -112(%rbp) movaps %xmm6, -96(%rbp) movaps %xmm7, -80(%rbp) LBB1_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) leaq -240(%rbp), %rax movq %rax, -48(%rbp) leaq 16(%rbp), %rax movq %rax, -56(%rbp) movabsq $206158430216, %rax ## imm = 0x3000000008 movq %rax, -64(%rbp) cmpl $0, _indent(%rip) jle LBB1_3 ## %bb.1: xorl %ebx, %ebx movq ___stdoutp@GOTPCREL(%rip), %r15 .p2align 4, 0x90 LBB1_2: ## =>This Inner Loop Header: Depth=1 movq (%r15), %rsi movl $32, %edi callq _putc incl %ebx cmpl _indent(%rip), %ebx jl LBB1_2 LBB1_3: movq ___stdoutp@GOTPCREL(%rip), %rbx movq (%rbx), %rsi movl $34, %edi callq _putc movq (%rbx), %rdi leaq -64(%rbp), %rdx movq %r14, %rsi callq _vfprintf movq (%rbx), %rsi movl $92, %edi callq _putc movq (%rbx), %rsi movl $110, %edi callq _putc movq (%rbx), %rsi movl $34, %edi callq _putc movq (%rbx), %rsi movl $10, %edi callq _putc movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -32(%rbp), %rax jne LBB1_5 ## %bb.4: addq $216, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq LBB1_5: callq ___stack_chk_fail .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 $56, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 leaq L_str(%rip), %rdi callq _puts leaq L_str.64(%rip), %rdi callq _puts leaq L_str.72(%rip), %rdi callq _puts leaq L_.str.3(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _indent_printf leaq L_.str.4(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.5(%rip), %rdi xorl %eax, %eax callq _indent_printf addl $4, _indent(%rip) callq _extract_sub_parts callq _update_lfsrs callq _generate_keystream xorl %edi, %edi callq _generate_feedback callq _shift_down leaq L_.str.6(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi leaq L_.str.7(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %eax leaq _regs(%rip), %r14 leaq _reg_in_use(%rip), %r15 jmp LBB2_1 .p2align 4, 0x90 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_7 LBB2_3: ## in Loop: Header=BB2_1 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_5 ## %bb.4: ## in Loop: Header=BB2_1 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_5 ## %bb.8: addq %r15, %rbx addq $4, %rbx jmp LBB2_9 LBB2_7: addq %r15, %rbx LBB2_9: movl $0, (%rbx) movl $-1, _ks(%rip) leaq L_.str.8(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _indent_printf leaq L_.str.9(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.48(%rip), %rdi xorl %eax, %eax callq _indent_printf movl $1, %r12d leaq _reg_used(%rip), %r13 jmp LBB2_10 .p2align 4, 0x90 LBB2_12: ## in Loop: Header=BB2_10 Depth=1 addq $4, %rbx cmpq $72, %rbx je LBB2_13 LBB2_10: ## =>This Inner Loop Header: Depth=1 cmpl $0, (%rbx,%r13) je LBB2_12 ## %bb.11: ## in Loop: Header=BB2_10 Depth=1 testl %r12d, %r12d movl (%rbx,%r14), %esi leaq L_.str.49(%rip), %rdi leaq L_.str.50(%rip), %rax cmoveq %rax, %rdi xorl %r12d, %r12d xorl %eax, %eax callq _printf jmp LBB2_12 LBB2_13: leaq L_str.74(%rip), %rdi callq _puts addl $-4, _indent(%rip) leaq L_.str.10(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _indent_printf leaq L_.str.11(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_str.73(%rip), %rdi callq _puts callq _check_regs leaq L_str.67(%rip), %rdi callq _puts leaq L_str.72(%rip), %rdi callq _puts leaq L_.str.3(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.54(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.5(%rip), %rdi xorl %eax, %eax callq _indent_printf addl $4, _indent(%rip) callq _extract_sub_parts callq _update_lfsrs callq _generate_keystream movl $1, %edi callq _generate_feedback callq _shift_down movl _ks(%rip), %esi leaq L_.str.55(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %eax jmp LBB2_14 .p2align 4, 0x90 LBB2_18: ## in Loop: Header=BB2_14 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_14: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_16 ## %bb.15: ## in Loop: Header=BB2_14 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_19 LBB2_16: ## in Loop: Header=BB2_14 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_18 ## %bb.17: ## in Loop: Header=BB2_14 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_18 ## %bb.20: addq %r15, %rbx addq $4, %rbx jmp LBB2_21 LBB2_19: addq %r15, %rbx LBB2_21: movl $0, (%rbx) movl $-1, _ks(%rip) leaq L_.str.56(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _indent_printf leaq L_.str.57(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.48(%rip), %rdi xorl %eax, %eax callq _indent_printf movl $1, %r12d jmp LBB2_22 .p2align 4, 0x90 LBB2_24: ## in Loop: Header=BB2_22 Depth=1 addq $4, %rbx cmpq $72, %rbx je LBB2_25 LBB2_22: ## =>This Inner Loop Header: Depth=1 cmpl $0, (%rbx,%r13) je LBB2_24 ## %bb.23: ## in Loop: Header=BB2_22 Depth=1 testl %r12d, %r12d movl (%rbx,%r14), %esi leaq L_.str.49(%rip), %rdi leaq L_.str.50(%rip), %rax cmoveq %rax, %rdi xorl %r12d, %r12d xorl %eax, %eax callq _printf jmp LBB2_24 LBB2_25: leaq L_str.74(%rip), %rdi callq _puts addl $-4, _indent(%rip) leaq L_.str.10(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.58(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_str.73(%rip), %rdi callq _puts callq _check_regs leaq L_str.70(%rip), %rdi callq _puts leaq L_str.71(%rip), %rdi callq _puts leaq L_str.72(%rip), %rdi callq _puts leaq L_.str.3(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.61(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.5(%rip), %rdi xorl %eax, %eax callq _indent_printf addl $4, _indent(%rip) movl $0, _lfsr_offset(%rip) movb $1, _is_32bit_version(%rip) callq _extract_sub_parts callq _update_lfsrs callq _generate_keystream xorl %edi, %edi callq _generate_feedback callq _shift_down_step movl $1, _lfsr_offset(%rip) callq _extract_sub_parts callq _update_lfsrs callq _generate_keystream xorl %edi, %edi callq _generate_feedback callq _shift_down_step movl $2, _lfsr_offset(%rip) callq _extract_sub_parts callq _update_lfsrs callq _generate_keystream xorl %edi, %edi callq _generate_feedback callq _shift_down_step movl $3, _lfsr_offset(%rip) callq _extract_sub_parts callq _update_lfsrs callq _generate_keystream xorl %edi, %edi callq _generate_feedback movl $-1, -88(%rbp) movl $-1, -84(%rbp) movl $-1, -80(%rbp) movl $-1, -76(%rbp) leaq -88(%rbp), %rdi callq _alloc_high_reg movl _f(%rip), %edx cmpl $15, %edx jle LBB2_143 ## %bb.26: leaq L_.str.18(%rip), %rdi xorl %ebx, %ebx movl %edx, %esi xorl %eax, %eax callq _insn_printf movl -88(%rbp), %r13d movl _f(%rip), %edx leaq L_.str.28(%rip), %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.20(%rip), %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf movl _s7_l(%rip), %esi leaq L_.str.26(%rip), %rdi movl %r13d, %edx xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.19(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _f(%rip), %edx leaq L_.str.44(%rip), %rdi movl $40, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %eax jmp LBB2_27 .p2align 4, 0x90 LBB2_31: ## in Loop: Header=BB2_27 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_27: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_29 ## %bb.28: ## in Loop: Header=BB2_27 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_32 LBB2_29: ## in Loop: Header=BB2_27 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_31 ## %bb.30: ## in Loop: Header=BB2_27 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_31 ## %bb.33: addq %r15, %rbx addq $4, %rbx jmp LBB2_34 LBB2_32: addq %r15, %rbx LBB2_34: movl $0, (%rbx) movl $-1, _f(%rip) leaq -84(%rbp), %rdi callq _alloc_low_reg leaq -80(%rbp), %rdi callq _alloc_low_reg leaq -76(%rbp), %rdi callq _alloc_low_reg leaq L_.str.46(%rip), %rdi xorl %r12d, %r12d xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rbx movq %rbx, %rdi movl %r13d, %esi movl $8, %edx xorl %eax, %eax callq _insn_printf movl -84(%rbp), %esi movl %esi, -44(%rbp) ## 4-byte Spill movq %rbx, %rdi movl $9, %edx xorl %eax, %eax callq _insn_printf movl -80(%rbp), %esi movq %rbx, %rdi movl %r13d, -48(%rbp) ## 4-byte Spill movl %esi, %ebx movl %esi, -52(%rbp) ## 4-byte Spill movl $10, %edx xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %esi movl %esi, -60(%rbp) ## 4-byte Spill leaq L_.str.22(%rip), %rdi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %r13 movq %r13, %rdi movl %ebx, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -44(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.22(%rip), %rdi movl -60(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -52(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -44(%rbp), %ebx ## 4-byte Reload movl %ebx, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.22(%rip), %rdi movl -60(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -52(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl %ebx, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl -76(%rbp), %ebx leaq L_.str.15(%rip), %r13 movq %r13, %rdi movl %ebx, %esi movl $4, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.45(%rip), %rdi movl %ebx, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl %ebx, %esi movl $5, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r13 movq %r13, %rdi movl $1, %esi movl %ebx, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %ebx, %esi movl $6, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $2, %esi movl %ebx, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %ebx, %esi movl $7, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.21(%rip), %rdi movl %ebx, -60(%rbp) ## 4-byte Spill movl %ebx, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $3, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $4, %esi movl -48(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $5, %esi movl -44(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $6, %esi movl -52(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %edx movq %r13, %rdi movl $7, %esi xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %eax jmp LBB2_35 .p2align 4, 0x90 LBB2_39: ## in Loop: Header=BB2_35 Depth=1 addq $8, %r12 cmpq $72, %r12 je LBB2_6 LBB2_35: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%r12,%r14) jne LBB2_37 ## %bb.36: ## in Loop: Header=BB2_35 Depth=1 cmpl $0, (%r12,%r15) jne LBB2_40 LBB2_37: ## in Loop: Header=BB2_35 Depth=1 cmpl %eax, 4(%r12,%r14) jne LBB2_39 ## %bb.38: ## in Loop: Header=BB2_35 Depth=1 cmpl $0, 4(%r12,%r15) je LBB2_39 ## %bb.41: addq %r15, %r12 addq $4, %r12 jmp LBB2_42 LBB2_40: addq %r15, %r12 LBB2_42: movl $0, (%r12) movl $-1, _s2_l(%rip) leaq L_.str.46(%rip), %rdi xorl %ebx, %ebx xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %r12 movq %r12, %rdi movl -48(%rbp), %esi ## 4-byte Reload movl $16, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -44(%rbp), %esi ## 4-byte Reload movl $17, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -52(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi movl $18, %edx xorl %eax, %eax callq _insn_printf movl _s3_l(%rip), %esi movl %esi, -56(%rbp) ## 4-byte Spill leaq L_.str.22(%rip), %rdi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %r13 movq %r13, %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -44(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.22(%rip), %rdi movl -56(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -52(%rbp), %esi ## 4-byte Reload movl -48(%rbp), %r13d ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movq %rdi, %r12 movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl -60(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi movl $12, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %rdi movl $8, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %r12d, %esi movl $13, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.21(%rip), %rdi xorl %esi, %esi movl %r12d, %edx movl %r13d, %r12d xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r13 movq %r13, %rdi movl $9, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $10, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $11, %esi movl -44(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $12, %esi movl -52(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movl _s3_l(%rip), %edx movq %r13, %rdi movl $13, %esi xorl %eax, %eax callq _insn_printf movl _s3_l(%rip), %eax jmp LBB2_43 .p2align 4, 0x90 LBB2_47: ## in Loop: Header=BB2_43 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_43: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_45 ## %bb.44: ## in Loop: Header=BB2_43 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_48 LBB2_45: ## in Loop: Header=BB2_43 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_47 ## %bb.46: ## in Loop: Header=BB2_43 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_47 ## %bb.49: addq %r15, %rbx addq $4, %rbx jmp LBB2_50 LBB2_48: addq %r15, %rbx LBB2_50: movl $0, (%rbx) movl $-1, _s3_l(%rip) leaq L_.str.46(%rip), %rdi xorl %ebx, %ebx xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %r13 movq %r13, %rdi movl %r12d, %esi movl $20, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -44(%rbp), %esi ## 4-byte Reload movl $21, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -52(%rbp), %r13d ## 4-byte Reload movl %r13d, %esi movl $22, %edx xorl %eax, %eax callq _insn_printf movl _s4_l(%rip), %esi leaq L_.str.22(%rip), %rdi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %r12 movq %r12, %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -44(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %r13 movq %r13, %rdi movl -60(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi movl $14, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %rdi movl $16, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl %r12d, %esi movl $15, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.21(%rip), %rdi xorl %esi, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r13 movq %r13, %rdi movl $17, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $18, %esi movl -48(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $19, %esi movl -44(%rbp), %edx ## 4-byte Reload movl -48(%rbp), %r12d ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl $14, %esi movl -52(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movl _s4_l(%rip), %edx movq %r13, %rdi movl $15, %esi xorl %eax, %eax callq _insn_printf movl _s4_l(%rip), %eax jmp LBB2_51 .p2align 4, 0x90 LBB2_55: ## in Loop: Header=BB2_51 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_51: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_53 ## %bb.52: ## in Loop: Header=BB2_51 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_56 LBB2_53: ## in Loop: Header=BB2_51 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_55 ## %bb.54: ## in Loop: Header=BB2_51 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_55 ## %bb.57: addq %r15, %rbx addq $4, %rbx jmp LBB2_58 LBB2_56: addq %r15, %rbx LBB2_58: movl $0, (%rbx) movl $-1, _s4_l(%rip) leaq L_.str.46(%rip), %rdi xorl %ebx, %ebx xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %r13 movq %r13, %rdi movl %r12d, %esi movl $28, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -44(%rbp), %esi ## 4-byte Reload movl $29, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -52(%rbp), %r13d ## 4-byte Reload movl %r13d, %esi movl $30, %edx xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %esi leaq L_.str.22(%rip), %rdi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl -44(%rbp), %r13d ## 4-byte Reload movl %r13d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl -60(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi movl $24, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.21(%rip), %rdi xorl %esi, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r12 movq %r12, %rdi movl $20, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $21, %esi movl -48(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $22, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $23, %esi movl -52(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %edx movq %r12, %rdi movl $24, %esi xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %eax jmp LBB2_59 .p2align 4, 0x90 LBB2_63: ## in Loop: Header=BB2_59 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_59: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_61 ## %bb.60: ## in Loop: Header=BB2_59 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_64 LBB2_61: ## in Loop: Header=BB2_59 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_63 ## %bb.62: ## in Loop: Header=BB2_59 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_63 ## %bb.65: addq %r15, %rbx addq $4, %rbx jmp LBB2_66 LBB2_64: addq %r15, %rbx LBB2_66: movl $0, (%rbx) movl $-1, _s5_l(%rip) leaq L_.str.46(%rip), %rdi xorl %ebx, %ebx xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %r12 movq %r12, %rdi movl -48(%rbp), %esi ## 4-byte Reload movl $32, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -44(%rbp), %esi ## 4-byte Reload movl $33, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -52(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi movl $34, %edx xorl %eax, %eax callq _insn_printf movl _s6_l(%rip), %esi movl %esi, -56(%rbp) ## 4-byte Spill leaq L_.str.22(%rip), %rdi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %r13 movq %r13, %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -44(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.22(%rip), %rdi movl -56(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl -52(%rbp), %r13d ## 4-byte Reload movl %r13d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl -48(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.22(%rip), %rdi movl -56(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl %r13d, %esi movl -48(%rbp), %r13d ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.23(%rip), %rdi movq %rdi, %r12 movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl -60(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi movl $26, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.21(%rip), %rdi xorl %esi, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r12 movq %r12, %rdi movl $28, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $29, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $30, %esi movl -44(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $31, %esi movl -52(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movl _s6_l(%rip), %edx movq %r12, %rdi movl $26, %esi xorl %eax, %eax callq _insn_printf movl _s6_l(%rip), %eax jmp LBB2_67 .p2align 4, 0x90 LBB2_71: ## in Loop: Header=BB2_67 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_67: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_69 ## %bb.68: ## in Loop: Header=BB2_67 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_72 LBB2_69: ## in Loop: Header=BB2_67 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_71 ## %bb.70: ## in Loop: Header=BB2_67 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_71 ## %bb.73: addq %r15, %rbx addq $4, %rbx jmp LBB2_74 LBB2_72: addq %r15, %rbx LBB2_74: movl $0, (%rbx) movl $-1, _s6_l(%rip) leaq L_.str.46(%rip), %rdi xorl %ebx, %ebx xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _s7_l(%rip), %eax movl %eax, -64(%rbp) ## 4-byte Spill movl _s7_l_prev+8(%rip), %eax movl %eax, -56(%rbp) ## 4-byte Spill movl _s7_l_prev+4(%rip), %r12d movl %r12d, -68(%rbp) ## 4-byte Spill movl _s7_l_prev(%rip), %esi movl %esi, -72(%rbp) ## 4-byte Spill leaq L_.str.16(%rip), %rdi xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movl -56(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movl -64(%rbp), %r12d ## 4-byte Reload movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.16(%rip), %rdi movl -72(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movl -68(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movl -56(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.17(%rip), %rdi movq %rdi, %r12 xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.16(%rip), %rdi movl -72(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -68(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -56(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl -64(%rbp), %esi ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %r13d, %esi movl $36, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r12 movq %r12, %rdi movl $32, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %r13d, %esi movl $37, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $33, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %r13d, %esi movl $38, %edx xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $34, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.15(%rip), %rdi movl %r13d, %esi movl $39, %edx xorl %eax, %eax callq _insn_printf movl _s7_l_prev(%rip), %edx leaq L_.str.21(%rip), %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $35, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf movl _s7_l_prev+4(%rip), %edx movq %r12, %rdi movl $36, %esi xorl %eax, %eax callq _insn_printf movl _s7_l_prev+8(%rip), %edx movq %r12, %rdi movl $37, %esi xorl %eax, %eax callq _insn_printf movl _s7_l(%rip), %edx movq %r12, %rdi movl $38, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl $39, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _s7_l_prev(%rip), %eax jmp LBB2_75 .p2align 4, 0x90 LBB2_79: ## in Loop: Header=BB2_75 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB2_6 LBB2_75: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r14) jne LBB2_77 ## %bb.76: ## in Loop: Header=BB2_75 Depth=1 cmpl $0, (%rbx,%r15) jne LBB2_80 LBB2_77: ## in Loop: Header=BB2_75 Depth=1 cmpl %eax, 4(%rbx,%r14) jne LBB2_79 ## %bb.78: ## in Loop: Header=BB2_75 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB2_79 ## %bb.81: addq %r15, %rbx addq $4, %rbx jmp LBB2_82 LBB2_80: addq %r15, %rbx LBB2_82: movl $0, (%rbx) movl $-1, _s7_l_prev(%rip) xorl %eax, %eax movl _s7_l_prev+4(%rip), %ecx jmp LBB2_83 .p2align 4, 0x90 LBB2_87: ## in Loop: Header=BB2_83 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_83: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r14) jne LBB2_85 ## %bb.84: ## in Loop: Header=BB2_83 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_88 LBB2_85: ## in Loop: Header=BB2_83 Depth=1 cmpl %ecx, 4(%rax,%r14) jne LBB2_87 ## %bb.86: ## in Loop: Header=BB2_83 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_87 ## %bb.89: addq %r15, %rax addq $4, %rax jmp LBB2_90 LBB2_88: addq %r15, %rax LBB2_90: movl $0, (%rax) movl $-1, _s7_l_prev+4(%rip) xorl %eax, %eax movl _s7_l_prev+8(%rip), %ecx jmp LBB2_91 .p2align 4, 0x90 LBB2_95: ## in Loop: Header=BB2_91 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_91: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r14) jne LBB2_93 ## %bb.92: ## in Loop: Header=BB2_91 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_96 LBB2_93: ## in Loop: Header=BB2_91 Depth=1 cmpl %ecx, 4(%rax,%r14) jne LBB2_95 ## %bb.94: ## in Loop: Header=BB2_91 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_95 ## %bb.97: addq %r15, %rax addq $4, %rax jmp LBB2_98 LBB2_96: addq %r15, %rax LBB2_98: movl $0, (%rax) movl $-1, _s7_l_prev+8(%rip) xorl %eax, %eax movl _s7_l(%rip), %ecx jmp LBB2_99 .p2align 4, 0x90 LBB2_103: ## in Loop: Header=BB2_99 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_99: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r14) jne LBB2_101 ## %bb.100: ## in Loop: Header=BB2_99 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_104 LBB2_101: ## in Loop: Header=BB2_99 Depth=1 cmpl %ecx, 4(%rax,%r14) jne LBB2_103 ## %bb.102: ## in Loop: Header=BB2_99 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_103 ## %bb.105: addq %r15, %rax addq $4, %rax jmp LBB2_106 LBB2_104: addq %r15, %rax LBB2_106: movl $0, (%rax) movl $-1, _s7_l(%rip) xorl %eax, %eax jmp LBB2_107 .p2align 4, 0x90 LBB2_111: ## in Loop: Header=BB2_107 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_107: ## =>This Inner Loop Header: Depth=1 cmpl %r13d, (%rax,%r14) jne LBB2_109 ## %bb.108: ## in Loop: Header=BB2_107 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_112 LBB2_109: ## in Loop: Header=BB2_107 Depth=1 cmpl %r13d, 4(%rax,%r14) jne LBB2_111 ## %bb.110: ## in Loop: Header=BB2_107 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_111 ## %bb.113: addq %r15, %rax addq $4, %rax jmp LBB2_114 LBB2_112: addq %r15, %rax LBB2_114: movl $0, (%rax) xorl %eax, %eax leaq _reg_used(%rip), %r12 movl -52(%rbp), %ecx ## 4-byte Reload movl -44(%rbp), %edx ## 4-byte Reload jmp LBB2_115 .p2align 4, 0x90 LBB2_119: ## in Loop: Header=BB2_115 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_115: ## =>This Inner Loop Header: Depth=1 cmpl %edx, (%rax,%r14) jne LBB2_117 ## %bb.116: ## in Loop: Header=BB2_115 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_120 LBB2_117: ## in Loop: Header=BB2_115 Depth=1 cmpl %edx, 4(%rax,%r14) jne LBB2_119 ## %bb.118: ## in Loop: Header=BB2_115 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_119 ## %bb.121: addq %r15, %rax addq $4, %rax jmp LBB2_122 LBB2_120: addq %r15, %rax LBB2_122: movl $0, (%rax) xorl %eax, %eax jmp LBB2_123 .p2align 4, 0x90 LBB2_127: ## in Loop: Header=BB2_123 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_123: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r14) jne LBB2_125 ## %bb.124: ## in Loop: Header=BB2_123 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_128 LBB2_125: ## in Loop: Header=BB2_123 Depth=1 cmpl %ecx, 4(%rax,%r14) jne LBB2_127 ## %bb.126: ## in Loop: Header=BB2_123 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_127 ## %bb.129: addq %r15, %rax addq $4, %rax jmp LBB2_130 LBB2_128: addq %r15, %rax LBB2_130: movl $0, (%rax) xorl %eax, %eax movl -60(%rbp), %ecx ## 4-byte Reload jmp LBB2_131 .p2align 4, 0x90 LBB2_135: ## in Loop: Header=BB2_131 Depth=1 addq $8, %rax cmpq $72, %rax je LBB2_6 LBB2_131: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r14) jne LBB2_133 ## %bb.132: ## in Loop: Header=BB2_131 Depth=1 cmpl $0, (%rax,%r15) jne LBB2_136 LBB2_133: ## in Loop: Header=BB2_131 Depth=1 cmpl %ecx, 4(%rax,%r14) jne LBB2_135 ## %bb.134: ## in Loop: Header=BB2_131 Depth=1 cmpl $0, 4(%rax,%r15) je LBB2_135 ## %bb.137: addq %rax, %r15 addq $4, %r15 jmp LBB2_138 LBB2_136: addq %rax, %r15 LBB2_138: movl $0, (%r15) movl $0, _lfsr_offset(%rip) movb $0, _is_32bit_version(%rip) leaq L_.str.62(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _indent_printf leaq L_.str.63(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.48(%rip), %rdi xorl %eax, %eax callq _indent_printf movl $1, %r15d jmp LBB2_139 .p2align 4, 0x90 LBB2_141: ## in Loop: Header=BB2_139 Depth=1 addq $4, %rbx cmpq $72, %rbx je LBB2_142 LBB2_139: ## =>This Inner Loop Header: Depth=1 cmpl $0, (%rbx,%r12) je LBB2_141 ## %bb.140: ## in Loop: Header=BB2_139 Depth=1 testl %r15d, %r15d movl (%rbx,%r14), %esi leaq L_.str.49(%rip), %rdi leaq L_.str.50(%rip), %rax cmoveq %rax, %rdi xorl %r15d, %r15d xorl %eax, %eax callq _printf jmp LBB2_141 LBB2_142: leaq L_str.74(%rip), %rdi callq _puts addl $-4, _indent(%rip) leaq L_.str.10(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_.str.11(%rip), %rdi xorl %eax, %eax callq _indent_printf leaq L_str.73(%rip), %rdi callq _puts callq _check_regs xorl %eax, %eax addq $56, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB2_6: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit LBB2_143: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.24(%rip), %rsi xorl %eax, %eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function extract_sub_parts _extract_sub_parts: ## @extract_sub_parts .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq _s244(%rip), %rdi callq _alloc_low_reg leaq _s235(%rip), %rdi callq _alloc_low_reg movl _s244(%rip), %edi movl _s235(%rip), %esi movl $244, %edx movl $235, %ecx callq _extract_two_parts leaq _s196(%rip), %rdi callq _alloc_low_reg movl _s196(%rip), %edi movl $196, %esi callq _extract_one_part leaq _s160(%rip), %rdi callq _alloc_low_reg movl _s160(%rip), %edi movl $160, %esi callq _extract_one_part leaq _s111(%rip), %rdi callq _alloc_high_reg movl _s111(%rip), %edi movl $111, %esi callq _extract_one_part leaq _s66(%rip), %rdi callq _alloc_low_reg movl _s66(%rip), %edi movl $66, %esi callq _extract_one_part leaq _s23(%rip), %rdi callq _alloc_low_reg leaq _s12(%rip), %rdi callq _alloc_low_reg movl _s23(%rip), %edi movl _s12(%rip), %esi movl $23, %edx movl $12, %ecx popq %rbp jmp _extract_two_parts ## TAILCALL .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function update_lfsrs _update_lfsrs: ## @update_lfsrs .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 cmpl $0, _lfsr_offset(%rip) jne LBB4_2 ## %bb.1: leaq _s7_l(%rip), %rdi callq _alloc_low_reg movl _s7_l(%rip), %esi movl _lfsr_offset(%rip), %edx addl $40, %edx leaq L_.str.15(%rip), %rdi xorl %eax, %eax callq _insn_printf LBB4_2: movl _s7_l(%rip), %esi movl _s235(%rip), %edx leaq L_.str.26(%rip), %rbx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf leaq _s6_l(%rip), %rdi callq _alloc_low_reg movl _s6_l(%rip), %esi movl _lfsr_offset(%rip), %edx addl $32, %edx leaq L_.str.15(%rip), %r14 movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _s7_l(%rip), %esi movl _s6_l(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf leaq _s5_l(%rip), %rdi callq _alloc_low_reg movl _s6_l(%rip), %esi movl _s196(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %esi movl _lfsr_offset(%rip), %edx addl $28, %edx movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _s6_l(%rip), %esi movl _s5_l(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf leaq _s4_l(%rip), %rdi callq _alloc_low_reg movl _s5_l(%rip), %esi movl _s160(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _s4_l(%rip), %esi movl _lfsr_offset(%rip), %edx addl $20, %edx movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %esi movl _s4_l(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf leaq _s3_l(%rip), %rdi callq _alloc_low_reg movl _s4_l(%rip), %esi movl _s111(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _s3_l(%rip), %esi movl _lfsr_offset(%rip), %edx addl $16, %edx movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _s4_l(%rip), %esi movl _s3_l(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf leaq _s2_l(%rip), %rdi callq _alloc_low_reg movl _s3_l(%rip), %esi movl _s66(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %esi movl _lfsr_offset(%rip), %edx addl $8, %edx movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _s3_l(%rip), %esi movl _s2_l(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf leaq _s1_l(%rip), %rdi callq _alloc_low_reg movl _s2_l(%rip), %esi movl _s23(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _lfsr_offset(%rip), %edx movl _s1_l(%rip), %esi testl %edx, %edx je LBB4_4 ## %bb.3: leaq L_.str.15(%rip), %rdi xorl %eax, %eax callq _insn_printf jmp LBB4_5 LBB4_4: leaq L_.str.27(%rip), %rdi xorl %eax, %eax callq _insn_printf LBB4_5: movl _s2_l(%rip), %esi movl _s1_l(%rip), %edx leaq L_.str.26(%rip), %rdi xorl %eax, %eax popq %rbx popq %r14 popq %rbp jmp _insn_printf ## TAILCALL .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function generate_keystream _generate_keystream: ## @generate_keystream .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 _s12(%rip), %esi movl %esi, _ks(%rip) movl $-1, _s12(%rip) movl _s4_l(%rip), %edx leaq L_.str.26(%rip), %r15 xorl %ebx, %ebx movq %r15, %rdi xorl %eax, %eax callq _insn_printf movl _s235(%rip), %edx leaq L_.str.28(%rip), %r14 movq %r14, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %edx leaq L_.str.29(%rip), %r12 movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi movq %r15, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _s235(%rip), %esi movl _s5_l(%rip), %edx movq %r12, %rdi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi movl _s235(%rip), %edx movq %r15, %rdi xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %edx movq %r14, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %edx movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi movq %r15, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _s235(%rip), %eax leaq _regs(%rip), %r12 leaq _reg_in_use(%rip), %r13 jmp LBB5_1 .p2align 4, 0x90 LBB5_5: ## in Loop: Header=BB5_1 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB5_6 LBB5_1: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r12) jne LBB5_3 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, (%rbx,%r13) jne LBB5_7 LBB5_3: ## in Loop: Header=BB5_1 Depth=1 cmpl %eax, 4(%rbx,%r12) jne LBB5_5 ## %bb.4: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB5_5 ## %bb.8: addq %r13, %rbx addq $4, %rbx jmp LBB5_9 LBB5_7: addq %r13, %rbx LBB5_9: movl $0, (%rbx) movl $-1, _s235(%rip) movl _s111(%rip), %esi movl _s6_l(%rip), %edx leaq L_.str.29(%rip), %r14 xorl %ebx, %ebx movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi movl _s111(%rip), %edx leaq L_.str.26(%rip), %r15 movq %r15, %rdi xorl %eax, %eax callq _insn_printf movl _s6_l(%rip), %edx leaq L_.str.28(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.30(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _s66(%rip), %esi movq %r14, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi movl _s66(%rip), %edx movq %r15, %rdi xorl %eax, %eax callq _insn_printf movl _s111(%rip), %eax jmp LBB5_10 .p2align 4, 0x90 LBB5_14: ## in Loop: Header=BB5_10 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB5_6 LBB5_10: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r12) jne LBB5_12 ## %bb.11: ## in Loop: Header=BB5_10 Depth=1 cmpl $0, (%rbx,%r13) jne LBB5_15 LBB5_12: ## in Loop: Header=BB5_10 Depth=1 cmpl %eax, 4(%rbx,%r12) jne LBB5_14 ## %bb.13: ## in Loop: Header=BB5_10 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB5_14 ## %bb.16: addq %r13, %rbx addq $4, %rbx jmp LBB5_17 LBB5_15: addq %r13, %rbx LBB5_17: movl $0, (%rbx) movl $-1, _s111(%rip) xorl %eax, %eax movl _s66(%rip), %ecx jmp LBB5_18 .p2align 4, 0x90 LBB5_22: ## in Loop: Header=BB5_18 Depth=1 addq $8, %rax cmpq $72, %rax je LBB5_6 LBB5_18: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r12) jne LBB5_20 ## %bb.19: ## in Loop: Header=BB5_18 Depth=1 cmpl $0, (%rax,%r13) jne LBB5_23 LBB5_20: ## in Loop: Header=BB5_18 Depth=1 cmpl %ecx, 4(%rax,%r12) jne LBB5_22 ## %bb.21: ## in Loop: Header=BB5_18 Depth=1 cmpl $0, 4(%rax,%r13) je LBB5_22 ## %bb.24: addq %rax, %r13 addq $4, %r13 jmp LBB5_25 LBB5_23: addq %rax, %r13 LBB5_25: movl $0, (%r13) movl $-1, _s66(%rip) addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB5_6: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function generate_feedback _generate_feedback: ## @generate_feedback .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 %edi, %r14d leaq _f(%rip), %rdi callq _alloc_high_reg movl _f(%rip), %esi movl _s3_l(%rip), %edx leaq L_.str.28(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.30(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi movl _s1_l(%rip), %edx leaq L_.str.26(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _s1_l(%rip), %eax leaq _regs(%rip), %r13 leaq _reg_in_use(%rip), %r15 movl %r14d, -44(%rbp) ## 4-byte Spill jmp LBB6_1 .p2align 4, 0x90 LBB6_5: ## in Loop: Header=BB6_1 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB6_6 LBB6_1: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r13) jne LBB6_3 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 cmpl $0, (%rbx,%r15) jne LBB6_7 LBB6_3: ## in Loop: Header=BB6_1 Depth=1 cmpl %eax, 4(%rbx,%r13) jne LBB6_5 ## %bb.4: ## in Loop: Header=BB6_1 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB6_5 ## %bb.8: addq %r15, %rbx addq $4, %rbx jmp LBB6_9 LBB6_7: addq %r15, %rbx LBB6_9: movl $0, (%rbx) movl $-1, _s1_l(%rip) movl _s244(%rip), %edx leaq L_.str.28(%rip), %rdi xorl %r14d, %r14d xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _s23(%rip), %edx leaq L_.str.29(%rip), %r12 movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.26(%rip), %rbx movq %rbx, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _s23(%rip), %esi movl _s160(%rip), %edx movq %r12, %rdi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi movl _s23(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _s244(%rip), %esi movl _s160(%rip), %edx movq %r12, %rdi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi movl _s244(%rip), %edx movq %rbx, %rdi xorl %eax, %eax callq _insn_printf movl _s244(%rip), %eax jmp LBB6_10 .p2align 4, 0x90 LBB6_14: ## in Loop: Header=BB6_10 Depth=1 addq $8, %r14 cmpq $72, %r14 je LBB6_6 LBB6_10: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%r14,%r13) jne LBB6_12 ## %bb.11: ## in Loop: Header=BB6_10 Depth=1 cmpl $0, (%r14,%r15) jne LBB6_15 LBB6_12: ## in Loop: Header=BB6_10 Depth=1 cmpl %eax, 4(%r14,%r13) jne LBB6_14 ## %bb.13: ## in Loop: Header=BB6_10 Depth=1 cmpl $0, 4(%r14,%r15) je LBB6_14 ## %bb.16: addq %r15, %r14 addq $4, %r14 jmp LBB6_17 LBB6_15: addq %r15, %r14 LBB6_17: movl $0, (%r14) movl $-1, _s244(%rip) xorl %eax, %eax movl _s23(%rip), %ecx movl -44(%rbp), %r14d ## 4-byte Reload jmp LBB6_18 .p2align 4, 0x90 LBB6_22: ## in Loop: Header=BB6_18 Depth=1 addq $8, %rax cmpq $72, %rax je LBB6_6 LBB6_18: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r13) jne LBB6_20 ## %bb.19: ## in Loop: Header=BB6_18 Depth=1 cmpl $0, (%rax,%r15) jne LBB6_23 LBB6_20: ## in Loop: Header=BB6_18 Depth=1 cmpl %ecx, 4(%rax,%r13) jne LBB6_22 ## %bb.21: ## in Loop: Header=BB6_18 Depth=1 cmpl $0, 4(%rax,%r15) je LBB6_22 ## %bb.24: addq %r15, %rax addq $4, %rax jmp LBB6_25 LBB6_23: addq %r15, %rax LBB6_25: movl $0, (%rax) movl $-1, _s23(%rip) xorl %eax, %eax movl _s160(%rip), %ecx jmp LBB6_26 .p2align 4, 0x90 LBB6_30: ## in Loop: Header=BB6_26 Depth=1 addq $8, %rax cmpq $72, %rax je LBB6_6 LBB6_26: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r13) jne LBB6_28 ## %bb.27: ## in Loop: Header=BB6_26 Depth=1 cmpl $0, (%rax,%r15) jne LBB6_31 LBB6_28: ## in Loop: Header=BB6_26 Depth=1 cmpl %ecx, 4(%rax,%r13) jne LBB6_30 ## %bb.29: ## in Loop: Header=BB6_26 Depth=1 cmpl $0, 4(%rax,%r15) je LBB6_30 ## %bb.32: addq %r15, %rax addq $4, %rax jmp LBB6_33 LBB6_31: addq %r15, %rax LBB6_33: movl $0, (%rax) movl $-1, _s160(%rip) testl %r14d, %r14d jne LBB6_35 ## %bb.34: movl _s196(%rip), %esi leaq L_.str.31(%rip), %rdi xorl %eax, %eax callq _insn_printf LBB6_35: movl _f(%rip), %esi movl _s196(%rip), %edx leaq L_.str.26(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _s196(%rip), %eax jmp LBB6_36 .p2align 4, 0x90 LBB6_40: ## in Loop: Header=BB6_36 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB6_6 LBB6_36: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r13) jne LBB6_38 ## %bb.37: ## in Loop: Header=BB6_36 Depth=1 cmpl $0, (%rbx,%r15) jne LBB6_41 LBB6_38: ## in Loop: Header=BB6_36 Depth=1 cmpl %eax, 4(%rbx,%r13) jne LBB6_40 ## %bb.39: ## in Loop: Header=BB6_36 Depth=1 cmpl $0, 4(%rbx,%r15) je LBB6_40 ## %bb.42: addq %r15, %rbx addq $4, %rbx jmp LBB6_43 LBB6_41: addq %r15, %rbx LBB6_43: movl $0, (%rbx) movl $-1, _s196(%rip) cmpb $0, _is_32bit_version(%rip) je LBB6_44 ## %bb.46: testl %r14d, %r14d je LBB6_48 ## %bb.47: movl _lfsr_offset(%rip), %eax leaq _generate_feedback.in_regs(%rip), %rcx movq (%rcx,%rax,8), %rdx leaq L_.str.42(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _ks(%rip), %esi leaq L_.str.26(%rip), %r14 movq %r14, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi movl _ks(%rip), %edx movq %r14, %rdi xorl %eax, %eax callq _insn_printf movl _lfsr_offset(%rip), %eax leaq _generate_feedback.out_regs(%rip), %rcx movq (%rcx,%rax,8), %rsi movl _ks(%rip), %edx leaq L_.str.43(%rip), %rdi jmp LBB6_49 LBB6_44: movl _ks(%rip), %edx testl %r14d, %r14d je LBB6_45 ## %bb.58: leaq L_.str.32(%rip), %rdi movl %edx, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi movl _ks(%rip), %edx leaq L_.str.26(%rip), %rdi xorl %eax, %eax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _insn_printf ## TAILCALL LBB6_48: movl _ks(%rip), %edx leaq L_.str.28(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.33(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.26(%rip), %r14 movq %r14, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _lfsr_offset(%rip), %eax leaq _generate_feedback.in_regs(%rip), %rcx movq (%rcx,%rax,8), %rdx leaq L_.str.42(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi movq %r14, %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _ks(%rip), %edx movq %r14, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _lfsr_offset(%rip), %eax leaq _generate_feedback.out_regs(%rip), %rcx movq (%rcx,%rax,8), %rsi leaq L_.str.43(%rip), %rdi xorl %edx, %edx LBB6_49: xorl %eax, %eax callq _insn_printf movl _ks(%rip), %ecx xorl %eax, %eax jmp LBB6_50 .p2align 4, 0x90 LBB6_54: ## in Loop: Header=BB6_50 Depth=1 addq $8, %rax cmpq $72, %rax je LBB6_6 LBB6_50: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r13) jne LBB6_52 ## %bb.51: ## in Loop: Header=BB6_50 Depth=1 cmpl $0, (%rax,%r15) jne LBB6_55 LBB6_52: ## in Loop: Header=BB6_50 Depth=1 cmpl %ecx, 4(%rax,%r13) jne LBB6_54 ## %bb.53: ## in Loop: Header=BB6_50 Depth=1 cmpl $0, 4(%rax,%r15) je LBB6_54 ## %bb.56: addq %rax, %r15 addq $4, %r15 jmp LBB6_57 LBB6_55: addq %rax, %r15 LBB6_57: movl $0, (%r15) movl $-1, _ks(%rip) addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB6_45: leaq L_.str.28(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.33(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.26(%rip), %rdi xorl %edx, %edx xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.32(%rip), %rdi xorl %eax, %eax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _insn_printf ## TAILCALL LBB6_6: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function shift_down _shift_down: ## @shift_down .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 movl $-1, -36(%rbp) leaq -36(%rbp), %rdi callq _alloc_high_reg movl _f(%rip), %edx cmpl $15, %edx jle LBB7_67 ## %bb.1: leaq L_.str.18(%rip), %rdi xorl %ebx, %ebx movl %edx, %esi xorl %eax, %eax callq _insn_printf movl -36(%rbp), %r14d movl _f(%rip), %edx leaq L_.str.28(%rip), %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.20(%rip), %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf movl _s7_l(%rip), %esi leaq L_.str.26(%rip), %rdi movl %r14d, %edx xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.19(%rip), %rdi xorl %eax, %eax callq _insn_printf movl _f(%rip), %edx leaq L_.str.44(%rip), %rdi movl $40, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %eax leaq _regs(%rip), %r15 leaq _reg_in_use(%rip), %r12 jmp LBB7_2 .p2align 4, 0x90 LBB7_6: ## in Loop: Header=BB7_2 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB7_7 LBB7_2: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB7_4 ## %bb.3: ## in Loop: Header=BB7_2 Depth=1 cmpl $0, (%rbx,%r12) jne LBB7_8 LBB7_4: ## in Loop: Header=BB7_2 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB7_6 ## %bb.5: ## in Loop: Header=BB7_2 Depth=1 cmpl $0, 4(%rbx,%r12) je LBB7_6 ## %bb.9: addq %r12, %rbx addq $4, %rbx jmp LBB7_10 LBB7_8: addq %r12, %rbx LBB7_10: movl $0, (%rbx) movl $-1, _f(%rip) xorl %eax, %eax jmp LBB7_11 .p2align 4, 0x90 LBB7_15: ## in Loop: Header=BB7_11 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_11: ## =>This Inner Loop Header: Depth=1 cmpl %r14d, (%rax,%r15) jne LBB7_13 ## %bb.12: ## in Loop: Header=BB7_11 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_16 LBB7_13: ## in Loop: Header=BB7_11 Depth=1 cmpl %r14d, 4(%rax,%r15) jne LBB7_15 ## %bb.14: ## in Loop: Header=BB7_11 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_15 ## %bb.17: addq %r12, %rax addq $4, %rax jmp LBB7_18 LBB7_16: addq %r12, %rax LBB7_18: movl $0, (%rax) movl _s7_l(%rip), %esi leaq _lfsr+80(%rip), %rdi callq _shift_down_lfsr xorl %eax, %eax movl _s7_l(%rip), %ecx jmp LBB7_19 .p2align 4, 0x90 LBB7_23: ## in Loop: Header=BB7_19 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_19: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r15) jne LBB7_21 ## %bb.20: ## in Loop: Header=BB7_19 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_24 LBB7_21: ## in Loop: Header=BB7_19 Depth=1 cmpl %ecx, 4(%rax,%r15) jne LBB7_23 ## %bb.22: ## in Loop: Header=BB7_19 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_23 ## %bb.25: addq %r12, %rax addq $4, %rax jmp LBB7_26 LBB7_24: addq %r12, %rax LBB7_26: movl $0, (%rax) movl $-1, _s7_l(%rip) movl _s6_l(%rip), %esi leaq _lfsr+64(%rip), %rdi callq _shift_down_lfsr xorl %eax, %eax movl _s6_l(%rip), %ecx jmp LBB7_27 .p2align 4, 0x90 LBB7_31: ## in Loop: Header=BB7_27 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_27: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r15) jne LBB7_29 ## %bb.28: ## in Loop: Header=BB7_27 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_32 LBB7_29: ## in Loop: Header=BB7_27 Depth=1 cmpl %ecx, 4(%rax,%r15) jne LBB7_31 ## %bb.30: ## in Loop: Header=BB7_27 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_31 ## %bb.33: addq %r12, %rax addq $4, %rax jmp LBB7_34 LBB7_32: addq %r12, %rax LBB7_34: movl $0, (%rax) movl $-1, _s6_l(%rip) movl _s5_l(%rip), %esi leaq _lfsr+48(%rip), %rdi callq _shift_down_lfsr xorl %eax, %eax movl _s5_l(%rip), %ecx jmp LBB7_35 .p2align 4, 0x90 LBB7_39: ## in Loop: Header=BB7_35 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_35: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r15) jne LBB7_37 ## %bb.36: ## in Loop: Header=BB7_35 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_40 LBB7_37: ## in Loop: Header=BB7_35 Depth=1 cmpl %ecx, 4(%rax,%r15) jne LBB7_39 ## %bb.38: ## in Loop: Header=BB7_35 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_39 ## %bb.41: addq %r12, %rax addq $4, %rax jmp LBB7_42 LBB7_40: addq %r12, %rax LBB7_42: movl $0, (%rax) movl $-1, _s5_l(%rip) movl _s4_l(%rip), %esi leaq _lfsr+32(%rip), %rdi callq _shift_down_lfsr xorl %eax, %eax movl _s4_l(%rip), %ecx jmp LBB7_43 .p2align 4, 0x90 LBB7_47: ## in Loop: Header=BB7_43 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_43: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r15) jne LBB7_45 ## %bb.44: ## in Loop: Header=BB7_43 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_48 LBB7_45: ## in Loop: Header=BB7_43 Depth=1 cmpl %ecx, 4(%rax,%r15) jne LBB7_47 ## %bb.46: ## in Loop: Header=BB7_43 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_47 ## %bb.49: addq %r12, %rax addq $4, %rax jmp LBB7_50 LBB7_48: addq %r12, %rax LBB7_50: movl $0, (%rax) movl $-1, _s4_l(%rip) movl _s3_l(%rip), %esi leaq _lfsr+16(%rip), %rdi callq _shift_down_lfsr xorl %eax, %eax movl _s3_l(%rip), %ecx jmp LBB7_51 .p2align 4, 0x90 LBB7_55: ## in Loop: Header=BB7_51 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_51: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r15) jne LBB7_53 ## %bb.52: ## in Loop: Header=BB7_51 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_56 LBB7_53: ## in Loop: Header=BB7_51 Depth=1 cmpl %ecx, 4(%rax,%r15) jne LBB7_55 ## %bb.54: ## in Loop: Header=BB7_51 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_55 ## %bb.57: addq %r12, %rax addq $4, %rax jmp LBB7_58 LBB7_56: addq %r12, %rax LBB7_58: movl $0, (%rax) movl $-1, _s3_l(%rip) movl _s2_l(%rip), %esi leaq _lfsr(%rip), %rdi callq _shift_down_lfsr xorl %eax, %eax movl _s2_l(%rip), %ecx jmp LBB7_59 .p2align 4, 0x90 LBB7_63: ## in Loop: Header=BB7_59 Depth=1 addq $8, %rax cmpq $72, %rax je LBB7_7 LBB7_59: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, (%rax,%r15) jne LBB7_61 ## %bb.60: ## in Loop: Header=BB7_59 Depth=1 cmpl $0, (%rax,%r12) jne LBB7_64 LBB7_61: ## in Loop: Header=BB7_59 Depth=1 cmpl %ecx, 4(%rax,%r15) jne LBB7_63 ## %bb.62: ## in Loop: Header=BB7_59 Depth=1 cmpl $0, 4(%rax,%r12) je LBB7_63 ## %bb.65: addq %rax, %r12 addq $4, %r12 jmp LBB7_66 LBB7_64: addq %rax, %r12 LBB7_66: movl $0, (%r12) movl $-1, _s2_l(%rip) addq $16, %rsp popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq LBB7_7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit LBB7_67: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.24(%rip), %rsi xorl %eax, %eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function check_regs _check_regs: ## @check_regs .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $0, _reg_in_use(%rip) jne LBB8_1 ## %bb.3: cmpl $0, _reg_in_use+4(%rip) jne LBB8_4 ## %bb.5: cmpl $0, _reg_in_use+8(%rip) jne LBB8_6 ## %bb.7: cmpl $0, _reg_in_use+12(%rip) jne LBB8_8 ## %bb.9: cmpl $0, _reg_in_use+16(%rip) jne LBB8_10 ## %bb.11: cmpl $0, _reg_in_use+20(%rip) jne LBB8_12 ## %bb.13: cmpl $0, _reg_in_use+24(%rip) jne LBB8_14 ## %bb.15: cmpl $0, _reg_in_use+28(%rip) jne LBB8_16 ## %bb.17: cmpl $0, _reg_in_use+32(%rip) jne LBB8_18 ## %bb.19: cmpl $0, _reg_in_use+36(%rip) jne LBB8_20 ## %bb.21: cmpl $0, _reg_in_use+40(%rip) jne LBB8_22 ## %bb.23: cmpl $0, _reg_in_use+44(%rip) jne LBB8_24 ## %bb.25: cmpl $0, _reg_in_use+48(%rip) jne LBB8_26 ## %bb.27: cmpl $0, _reg_in_use+52(%rip) jne LBB8_28 ## %bb.29: cmpl $0, _reg_in_use+56(%rip) jne LBB8_30 ## %bb.31: cmpl $0, _reg_in_use+60(%rip) jne LBB8_32 ## %bb.33: cmpl $0, _reg_in_use+64(%rip) jne LBB8_34 ## %bb.35: cmpl $0, _reg_in_use+68(%rip) jne LBB8_36 ## %bb.37: popq %rbp retq LBB8_1: xorl %eax, %eax jmp LBB8_2 LBB8_4: movl $1, %eax jmp LBB8_2 LBB8_6: movl $2, %eax jmp LBB8_2 LBB8_8: movl $3, %eax jmp LBB8_2 LBB8_10: movl $4, %eax jmp LBB8_2 LBB8_12: movl $5, %eax jmp LBB8_2 LBB8_14: movl $6, %eax jmp LBB8_2 LBB8_16: movl $7, %eax jmp LBB8_2 LBB8_18: movl $8, %eax jmp LBB8_2 LBB8_20: movl $9, %eax jmp LBB8_2 LBB8_22: movl $10, %eax jmp LBB8_2 LBB8_24: movl $11, %eax jmp LBB8_2 LBB8_26: movl $12, %eax jmp LBB8_2 LBB8_28: movl $13, %eax jmp LBB8_2 LBB8_30: movl $14, %eax jmp LBB8_2 LBB8_32: movl $15, %eax jmp LBB8_2 LBB8_34: movl $16, %eax jmp LBB8_2 LBB8_36: movl $17, %eax LBB8_2: movq ___stderrp@GOTPCREL(%rip), %rcx movq (%rcx), %rdi leaq _regs(%rip), %rcx movl (%rcx,%rax,4), %edx leaq L_.str.52(%rip), %rsi xorl %eax, %eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function alloc_low_reg _alloc_low_reg: ## @alloc_low_reg .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $-1, (%rdi) jne LBB9_3 ## %bb.1: cmpl $0, _reg_in_use+68(%rip) je LBB9_2 ## %bb.5: cmpl $0, _reg_in_use+64(%rip) je LBB9_6 ## %bb.7: cmpl $0, _reg_in_use+60(%rip) je LBB9_8 ## %bb.9: cmpl $0, _reg_in_use+56(%rip) je LBB9_10 ## %bb.11: cmpl $0, _reg_in_use+52(%rip) je LBB9_12 ## %bb.13: cmpl $0, _reg_in_use+48(%rip) je LBB9_14 ## %bb.15: cmpl $0, _reg_in_use+44(%rip) je LBB9_16 ## %bb.17: cmpl $0, _reg_in_use+40(%rip) je LBB9_18 ## %bb.19: cmpl $0, _reg_in_use+36(%rip) je LBB9_20 ## %bb.21: cmpl $0, _reg_in_use+32(%rip) je LBB9_22 ## %bb.23: cmpl $0, _reg_in_use+28(%rip) je LBB9_24 ## %bb.25: cmpl $0, _reg_in_use+24(%rip) je LBB9_26 ## %bb.27: cmpl $0, _reg_in_use+20(%rip) je LBB9_28 ## %bb.29: cmpl $0, _reg_in_use+16(%rip) je LBB9_30 ## %bb.31: cmpl $0, _reg_in_use+12(%rip) je LBB9_32 ## %bb.33: cmpl $0, _reg_in_use+8(%rip) je LBB9_34 ## %bb.35: cmpl $0, _reg_in_use+4(%rip) je LBB9_36 ## %bb.37: cmpl $0, _reg_in_use(%rip) jne LBB9_40 ## %bb.38: leaq _reg_in_use(%rip), %rax xorl %ecx, %ecx jmp LBB9_39 LBB9_2: leaq _reg_in_use+68(%rip), %rax movl $17, %ecx jmp LBB9_39 LBB9_6: leaq _reg_in_use+64(%rip), %rax movl $16, %ecx jmp LBB9_39 LBB9_8: leaq _reg_in_use+60(%rip), %rax movl $15, %ecx jmp LBB9_39 LBB9_10: leaq _reg_in_use+56(%rip), %rax movl $14, %ecx jmp LBB9_39 LBB9_12: leaq _reg_in_use+52(%rip), %rax movl $13, %ecx jmp LBB9_39 LBB9_14: leaq _reg_in_use+48(%rip), %rax movl $12, %ecx jmp LBB9_39 LBB9_16: leaq _reg_in_use+44(%rip), %rax movl $11, %ecx jmp LBB9_39 LBB9_18: leaq _reg_in_use+40(%rip), %rax movl $10, %ecx jmp LBB9_39 LBB9_20: leaq _reg_in_use+36(%rip), %rax movl $9, %ecx jmp LBB9_39 LBB9_22: leaq _reg_in_use+32(%rip), %rax movl $8, %ecx jmp LBB9_39 LBB9_24: leaq _reg_in_use+28(%rip), %rax movl $7, %ecx jmp LBB9_39 LBB9_26: leaq _reg_in_use+24(%rip), %rax movl $6, %ecx jmp LBB9_39 LBB9_28: leaq _reg_in_use+20(%rip), %rax movl $5, %ecx jmp LBB9_39 LBB9_30: leaq _reg_in_use+16(%rip), %rax movl $4, %ecx jmp LBB9_39 LBB9_32: leaq _reg_in_use+12(%rip), %rax movl $3, %ecx jmp LBB9_39 LBB9_34: leaq _reg_in_use+8(%rip), %rax movl $2, %ecx jmp LBB9_39 LBB9_36: leaq _reg_in_use+4(%rip), %rax movl $1, %ecx LBB9_39: movl $1, (%rax) leaq _reg_used(%rip), %rax movl $1, (%rax,%rcx,4) leaq _regs(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, (%rdi) popq %rbp retq LBB9_3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.13(%rip), %rdi movl $46, %esi LBB9_4: movl $1, %edx callq _fwrite movl $1, %edi callq _exit LBB9_40: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.14(%rip), %rdi movl $31, %esi jmp LBB9_4 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function extract_two_parts _extract_two_parts: ## @extract_two_parts .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, %ebx movl %edi, %r14d testl %edx, %edx movl %esi, -48(%rbp) ## 4-byte Spill js LBB10_1 ## %bb.2: cmpl $61, %ebx jae LBB10_4 ## %bb.3: leaq _lfsr(%rip), %rax jmp LBB10_13 LBB10_1: leaq _lfsr+96(%rip), %rax jmp LBB10_13 LBB10_4: cmpl $107, %ebx jae LBB10_6 ## %bb.5: leaq _lfsr+16(%rip), %rax jmp LBB10_13 LBB10_6: cmpl $154, %ebx jae LBB10_8 ## %bb.7: leaq _lfsr+32(%rip), %rax jmp LBB10_13 LBB10_8: cmpl $193, %ebx jae LBB10_10 ## %bb.9: leaq _lfsr+48(%rip), %rax jmp LBB10_13 LBB10_10: cmpl $230, %ebx jae LBB10_12 ## %bb.11: leaq _lfsr+64(%rip), %rax jmp LBB10_13 LBB10_12: xorl %eax, %eax cmpl $289, %ebx ## imm = 0x121 setae %al shlq $4, %rax leaq _lfsr(%rip), %rdx addq %rdx, %rax addq $80, %rax LBB10_13: movl (%rax), %edx movl %ebx, %esi subl %edx, %esi movq %rsi, -64(%rbp) ## 8-byte Spill movl %ecx, -44(%rbp) ## 4-byte Spill ## kill: def $ecx killed $ecx def $rcx subl %edx, %ecx movl _lfsr_offset(%rip), %r12d addl 8(%rax), %r12d leal 7(%rcx), %r15d testl %ecx, %ecx movq %rcx, -72(%rbp) ## 8-byte Spill cmovnsl %ecx, %r15d sarl $3, %r15d leal (%r12,%r15), %eax movl %eax, -52(%rbp) ## 4-byte Spill leal (%r15,%r12), %edx addl $2, %edx leaq L_.str.15(%rip), %r13 movq %r13, %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf leal (%r15,%r12), %edx incl %edx movq %r13, %r15 movq %r13, %rdi movl -48(%rbp), %r13d ## 4-byte Reload movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r15, %rdi xorl %esi, %esi movl -52(%rbp), %edx ## 4-byte Reload xorl %eax, %eax callq _insn_printf movq -64(%rbp), %rax ## 8-byte Reload leal 7(%rax), %r12d testl %eax, %eax cmovnsl %eax, %r12d andl $-8, %r12d subl %eax, %r12d addl $9, %r12d leaq L_.str.17(%rip), %r15 .p2align 4, 0x90 LBB10_14: ## =>This Inner Loop Header: Depth=1 leaq L_.str.16(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movq %r15, %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r15, %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf decl %r12d cmpl $1, %r12d ja LBB10_14 ## %bb.15: movq -64(%rbp), %rax ## 8-byte Reload subl -72(%rbp), %eax ## 4-byte Folded Reload addl $-8, %eax testl %eax, %eax jle LBB10_18 ## %bb.16: subl -44(%rbp), %ebx ## 4-byte Folded Reload addl $-7, %ebx leaq L_.str.16(%rip), %r15 leaq L_.str.17(%rip), %r12 .p2align 4, 0x90 LBB10_17: ## =>This Inner Loop Header: Depth=1 movq %r15, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf decl %ebx cmpl $1, %ebx ja LBB10_17 LBB10_18: addq $40, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function extract_one_part _extract_one_part: ## @extract_one_part .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, %r13d movl %edi, %r14d testl %esi, %esi js LBB11_1 ## %bb.2: cmpl $61, %r13d jae LBB11_4 ## %bb.3: leaq _lfsr(%rip), %rax jmp LBB11_13 LBB11_1: leaq _lfsr+96(%rip), %rax jmp LBB11_13 LBB11_4: cmpl $107, %r13d jae LBB11_6 ## %bb.5: leaq _lfsr+16(%rip), %rax jmp LBB11_13 LBB11_6: cmpl $154, %r13d jae LBB11_8 ## %bb.7: leaq _lfsr+32(%rip), %rax jmp LBB11_13 LBB11_8: cmpl $193, %r13d jae LBB11_10 ## %bb.9: leaq _lfsr+48(%rip), %rax jmp LBB11_13 LBB11_10: cmpl $230, %r13d jae LBB11_12 ## %bb.11: leaq _lfsr+64(%rip), %rax jmp LBB11_13 LBB11_12: xorl %eax, %eax cmpl $289, %r13d ## imm = 0x121 setae %al shlq $4, %rax leaq _lfsr(%rip), %rcx addq %rcx, %rax addq $80, %rax LBB11_13: subl (%rax), %r13d movl _lfsr_offset(%rip), %ecx addl 8(%rax), %ecx leal 7(%r13), %eax testl %r13d, %r13d cmovnsl %r13d, %eax movl %eax, %r15d sarl $3, %r15d addl %ecx, %r15d andl $-8, %eax subl %eax, %r13d cmpl $3, %r13d jg LBB11_17 ## %bb.14: leaq L_.str.15(%rip), %r12 movq %r12, %rdi movl %r14d, %esi movl %r15d, %edx xorl %eax, %eax callq _insn_printf incl %r15d movq %r12, %rdi xorl %esi, %esi movl %r15d, %edx xorl %eax, %eax callq _insn_printf testl %r13d, %r13d jle LBB11_35 ## %bb.15: incl %r13d leaq L_.str.22(%rip), %r15 leaq L_.str.23(%rip), %r12 .p2align 4, 0x90 LBB11_16: ## =>This Inner Loop Header: Depth=1 movq %r15, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf decl %r13d cmpl $1, %r13d ja LBB11_16 jmp LBB11_35 LBB11_17: cmpl $4, %r13d jne LBB11_18 ## %bb.20: movl $-1, -44(%rbp) leaq -44(%rbp), %rdi callq _alloc_high_reg leaq L_.str.15(%rip), %r12 movq %r12, %rdi movl %r14d, %esi movl %r15d, %edx xorl %eax, %eax callq _insn_printf movl -44(%rbp), %r13d incl %r15d movq %r12, %rdi movl %r13d, %esi movl %r15d, %edx xorl %eax, %eax callq _insn_printf leaq L_.str.18(%rip), %r15 movq %r15, %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf movq %r15, %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf cmpl $15, %r14d jle LBB11_21 ## %bb.23: cmpl $15, %r13d jle LBB11_24 ## %bb.25: leaq L_.str.19(%rip), %rdi xorl %ebx, %ebx movl %r14d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.20(%rip), %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.21(%rip), %rdi movl %r14d, %esi movl %r13d, %edx xorl %eax, %eax callq _insn_printf leaq _regs(%rip), %rcx leaq _reg_in_use(%rip), %rax jmp LBB11_26 .p2align 4, 0x90 LBB11_30: ## in Loop: Header=BB11_26 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB11_31 LBB11_26: ## =>This Inner Loop Header: Depth=1 cmpl %r13d, (%rbx,%rcx) jne LBB11_28 ## %bb.27: ## in Loop: Header=BB11_26 Depth=1 cmpl $0, (%rbx,%rax) jne LBB11_32 LBB11_28: ## in Loop: Header=BB11_26 Depth=1 cmpl %r13d, 4(%rbx,%rcx) jne LBB11_30 ## %bb.29: ## in Loop: Header=BB11_26 Depth=1 cmpl $0, 4(%rbx,%rax) je LBB11_30 ## %bb.33: addq %rbx, %rax addq $4, %rax jmp LBB11_34 LBB11_18: leaq L_.str.15(%rip), %r12 movq %r12, %rdi xorl %esi, %esi movl %r15d, %edx xorl %eax, %eax callq _insn_printf incl %r15d movq %r12, %rdi movl %r14d, %esi movl %r15d, %edx xorl %eax, %eax callq _insn_printf movl $9, %ebx subl %r13d, %ebx leaq L_.str.16(%rip), %r15 leaq L_.str.17(%rip), %r12 .p2align 4, 0x90 LBB11_19: ## =>This Inner Loop Header: Depth=1 movq %r15, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf decl %ebx cmpl $1, %ebx ja LBB11_19 jmp LBB11_35 LBB11_32: addq %rbx, %rax LBB11_34: movl $0, (%rax) LBB11_35: addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB11_31: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit LBB11_21: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.24(%rip), %rsi movl %r14d, %edx jmp LBB11_22 LBB11_24: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.24(%rip), %rsi movl %r13d, %edx LBB11_22: xorl %eax, %eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function alloc_high_reg _alloc_high_reg: ## @alloc_high_reg .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $-1, (%rdi) jne LBB12_5 ## %bb.1: cmpl $0, _reg_in_use(%rip) je LBB12_2 ## %bb.8: cmpl $0, _reg_in_use+4(%rip) je LBB12_9 ## %bb.10: cmpl $0, _reg_in_use+8(%rip) je LBB12_11 ## %bb.12: cmpl $0, _reg_in_use+12(%rip) je LBB12_13 ## %bb.14: cmpl $0, _reg_in_use+16(%rip) je LBB12_15 ## %bb.16: cmpl $0, _reg_in_use+20(%rip) je LBB12_17 ## %bb.18: cmpl $0, _reg_in_use+24(%rip) je LBB12_19 ## %bb.20: cmpl $0, _reg_in_use+28(%rip) je LBB12_21 ## %bb.22: cmpl $0, _reg_in_use+32(%rip) je LBB12_23 ## %bb.24: cmpl $0, _reg_in_use+36(%rip) je LBB12_25 ## %bb.26: cmpl $0, _reg_in_use+40(%rip) je LBB12_27 ## %bb.28: cmpl $0, _reg_in_use+44(%rip) je LBB12_29 ## %bb.30: cmpl $0, _reg_in_use+48(%rip) je LBB12_31 ## %bb.32: cmpl $0, _reg_in_use+52(%rip) je LBB12_33 ## %bb.34: cmpl $0, _reg_in_use+56(%rip) je LBB12_35 ## %bb.36: cmpl $0, _reg_in_use+60(%rip) je LBB12_37 ## %bb.38: cmpl $0, _reg_in_use+64(%rip) je LBB12_39 ## %bb.40: cmpl $0, _reg_in_use+68(%rip) jne LBB12_42 ## %bb.41: leaq _reg_in_use+68(%rip), %rax movl $17, %ecx jmp LBB12_3 LBB12_2: leaq _reg_in_use(%rip), %rax xorl %ecx, %ecx jmp LBB12_3 LBB12_9: leaq _reg_in_use+4(%rip), %rax movl $1, %ecx jmp LBB12_3 LBB12_11: leaq _reg_in_use+8(%rip), %rax movl $2, %ecx jmp LBB12_3 LBB12_13: leaq _reg_in_use+12(%rip), %rax movl $3, %ecx jmp LBB12_3 LBB12_15: leaq _reg_in_use+16(%rip), %rax movl $4, %ecx jmp LBB12_3 LBB12_17: leaq _reg_in_use+20(%rip), %rax movl $5, %ecx jmp LBB12_3 LBB12_19: leaq _reg_in_use+24(%rip), %rax movl $6, %ecx jmp LBB12_3 LBB12_21: leaq _reg_in_use+28(%rip), %rax movl $7, %ecx jmp LBB12_3 LBB12_23: leaq _reg_in_use+32(%rip), %rax movl $8, %ecx jmp LBB12_3 LBB12_25: leaq _reg_in_use+36(%rip), %rax movl $9, %ecx jmp LBB12_3 LBB12_27: leaq _reg_in_use+40(%rip), %rax movl $10, %ecx jmp LBB12_3 LBB12_29: leaq _reg_in_use+44(%rip), %rax movl $11, %ecx jmp LBB12_3 LBB12_31: leaq _reg_in_use+48(%rip), %rax movl $12, %ecx jmp LBB12_3 LBB12_33: leaq _reg_in_use+52(%rip), %rax movl $13, %ecx jmp LBB12_3 LBB12_35: leaq _reg_in_use+56(%rip), %rax movl $14, %ecx jmp LBB12_3 LBB12_37: leaq _reg_in_use+60(%rip), %rax movl $15, %ecx jmp LBB12_3 LBB12_39: leaq _reg_in_use+64(%rip), %rax movl $16, %ecx LBB12_3: movl $1, (%rax) leaq _reg_used(%rip), %rax movl $1, (%rax,%rcx,4) leaq _regs(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, (%rdi) addq $-8, %rcx cmpq $9, %rcx jbe LBB12_4 ## %bb.7: popq %rbp retq LBB12_5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.13(%rip), %rdi movl $46, %esi jmp LBB12_6 LBB12_4: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.25(%rip), %rdi movl $36, %esi LBB12_6: movl $1, %edx callq _fwrite movl $1, %edi callq _exit LBB12_42: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.14(%rip), %rdi movl $31, %esi jmp LBB12_6 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function shift_down_lfsr _shift_down_lfsr: ## @shift_down_lfsr .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 %esi, %ebx movq %rdi, %r15 movl $-1, -52(%rbp) cmpl $16, 4(%rdi) movl %esi, -48(%rbp) ## 4-byte Spill jle LBB13_12 ## %bb.1: leaq L_.str.15(%rip), %r12 xorl %r14d, %r14d jmp LBB13_4 .p2align 4, 0x90 LBB13_2: ## in Loop: Header=BB13_4 Depth=1 leaq L_.str.45(%rip), %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf LBB13_3: ## in Loop: Header=BB13_4 Depth=1 movl 4(%r15), %eax addl $-16, %eax cmpl %eax, %r14d jge LBB13_13 LBB13_4: ## =>This Inner Loop Header: Depth=1 cmpl $32, %r14d jae LBB13_7 ## %bb.5: ## in Loop: Header=BB13_4 Depth=1 movl 8(%r15), %edx movl %r14d, %r13d shrl $3, %r13d addl %edx, %r13d leal 8(%r14), %eax cmpl $24, %r14d jae LBB13_8 ## %bb.6: ## in Loop: Header=BB13_4 Depth=1 movl %eax, %ecx shrl $3, %ecx jmp LBB13_10 .p2align 4, 0x90 LBB13_7: ## in Loop: Header=BB13_4 Depth=1 leal -32(%r14), %eax leal -25(%r14), %r13d testl %eax, %eax cmovnsl %eax, %r13d movl 12(%r15), %ecx sarl $3, %r13d addl %ecx, %r13d leal 8(%r14), %eax jmp LBB13_9 .p2align 4, 0x90 LBB13_8: ## in Loop: Header=BB13_4 Depth=1 movl 12(%r15), %ecx LBB13_9: ## in Loop: Header=BB13_4 Depth=1 leal -24(%r14), %edx addl $-17, %r14d testl %edx, %edx cmovnsl %edx, %r14d sarl $3, %r14d movl %r14d, %edx LBB13_10: ## in Loop: Header=BB13_4 Depth=1 addl %ecx, %edx movl %eax, %r14d movq %r12, %rdi xorl %esi, %esi xorl %eax, %eax callq _insn_printf testl %r13d, %r13d je LBB13_2 ## %bb.11: ## in Loop: Header=BB13_4 Depth=1 leaq L_.str.44(%rip), %rdi movl %r13d, %esi xorl %edx, %edx xorl %eax, %eax callq _insn_printf jmp LBB13_3 LBB13_12: movl 8(%r15), %eax xorl %r14d, %r14d movl %eax, -44(%rbp) ## 4-byte Spill jmp LBB13_15 LBB13_13: cmpl $32, %r14d jae LBB13_16 ## %bb.14: movl 8(%r15), %eax movl %r14d, %ecx shrl $3, %ecx addl %eax, %ecx movl %ecx, -44(%rbp) ## 4-byte Spill cmpl $24, %r14d jae LBB13_17 LBB13_15: addl $8, %r14d shrl $3, %r14d jmp LBB13_19 LBB13_16: movl 12(%r15), %eax leal -32(%r14), %ecx leal -25(%r14), %edx testl %ecx, %ecx cmovnsl %ecx, %edx sarl $3, %edx addl %eax, %edx movl %edx, -44(%rbp) ## 4-byte Spill jmp LBB13_18 LBB13_17: movl 12(%r15), %eax LBB13_18: leal -24(%r14), %ecx addl $-17, %r14d testl %ecx, %ecx cmovnsl %ecx, %r14d sarl $3, %r14d LBB13_19: addl %eax, %r14d leaq L_.str.15(%rip), %rdi xorl %esi, %esi movl %r14d, %edx xorl %eax, %eax callq _insn_printf leaq -52(%rbp), %rdi callq _alloc_low_reg movl 4(%r15), %ebx leal 7(%rbx), %eax testl %ebx, %ebx cmovnsl %ebx, %eax andl $-8, %eax subl %eax, %ebx movl -52(%rbp), %r15d leaq L_.str.46(%rip), %rdi movl %r15d, %esi xorl %eax, %eax callq _insn_printf cmpl $4, %ebx jg LBB13_24 ## %bb.20: testl %ebx, %ebx jle LBB13_27 ## %bb.21: incl %ebx leaq L_.str.17(%rip), %r12 movl -48(%rbp), %r13d ## 4-byte Reload .p2align 4, 0x90 LBB13_22: ## =>This Inner Loop Header: Depth=1 leaq L_.str.16(%rip), %rdi movl %r13d, %esi xorl %eax, %eax callq _insn_printf movq %r12, %rdi movl %r15d, %esi xorl %eax, %eax callq _insn_printf decl %ebx cmpl $1, %ebx ja LBB13_22 ## %bb.23: movl %r13d, %edx jmp LBB13_28 LBB13_24: movl $9, %r13d subl %ebx, %r13d leaq L_.str.23(%rip), %rbx movl -48(%rbp), %r12d ## 4-byte Reload .p2align 4, 0x90 LBB13_25: ## =>This Inner Loop Header: Depth=1 leaq L_.str.22(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf movq %rbx, %rdi movl %r15d, %esi xorl %eax, %eax callq _insn_printf decl %r13d cmpl $1, %r13d ja LBB13_25 ## %bb.26: movl %r15d, %edx jmp LBB13_29 LBB13_27: movl -48(%rbp), %edx ## 4-byte Reload LBB13_28: movl %r15d, %r12d LBB13_29: leaq L_.str.21(%rip), %rdi xorl %ebx, %ebx xorl %esi, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.44(%rip), %r13 movq %r13, %rdi movl -44(%rbp), %esi ## 4-byte Reload xorl %edx, %edx xorl %eax, %eax callq _insn_printf movq %r13, %rdi movl %r14d, %esi movl %r12d, %edx xorl %eax, %eax callq _insn_printf leaq _regs(%rip), %rcx leaq _reg_in_use(%rip), %rax jmp LBB13_31 .p2align 4, 0x90 LBB13_30: ## in Loop: Header=BB13_31 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB13_38 LBB13_31: ## =>This Inner Loop Header: Depth=1 cmpl %r15d, (%rbx,%rcx) jne LBB13_33 ## %bb.32: ## in Loop: Header=BB13_31 Depth=1 cmpl $0, (%rbx,%rax) jne LBB13_36 LBB13_33: ## in Loop: Header=BB13_31 Depth=1 cmpl %r15d, 4(%rbx,%rcx) jne LBB13_30 ## %bb.34: ## in Loop: Header=BB13_31 Depth=1 cmpl $0, 4(%rbx,%rax) je LBB13_30 ## %bb.35: addq %rbx, %rax addq $4, %rax jmp LBB13_37 LBB13_36: addq %rbx, %rax LBB13_37: movl $0, (%rax) addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB13_38: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function shift_down_step _shift_down_step: ## @shift_down_step .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 $-1, -48(%rbp) movl $-1, -44(%rbp) movl _s7_l(%rip), %eax movl _lfsr_offset(%rip), %ecx leaq _s7_l_prev(%rip), %rdx movl %eax, (%rdx,%rcx,4) leaq -48(%rbp), %rdi callq _alloc_high_reg movl _f(%rip), %edx cmpl $15, %edx jle LBB14_59 ## %bb.1: leaq -44(%rbp), %rdi callq _alloc_low_reg movl _f(%rip), %esi leaq L_.str.18(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl -48(%rbp), %r12d movl _f(%rip), %edx leaq L_.str.28(%rip), %r15 movq %r15, %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf leaq L_.str.20(%rip), %rdi movl %r12d, %esi xorl %eax, %eax callq _insn_printf movl _s7_l(%rip), %esi leaq L_.str.26(%rip), %rdi movl %r12d, %edx xorl %eax, %eax callq _insn_printf movl _f(%rip), %esi leaq L_.str.19(%rip), %rdi xorl %eax, %eax callq _insn_printf movl -44(%rbp), %r14d movl _f(%rip), %edx movq %r15, %rdi movl %r14d, %esi xorl %eax, %eax callq _insn_printf movl _f(%rip), %eax leaq _regs(%rip), %r15 leaq _reg_in_use(%rip), %r13 jmp LBB14_2 .p2align 4, 0x90 LBB14_6: ## in Loop: Header=BB14_2 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB14_7 LBB14_2: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB14_4 ## %bb.3: ## in Loop: Header=BB14_2 Depth=1 cmpl $0, (%rbx,%r13) jne LBB14_8 LBB14_4: ## in Loop: Header=BB14_2 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB14_6 ## %bb.5: ## in Loop: Header=BB14_2 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB14_6 ## %bb.9: addq %r13, %rbx addq $4, %rbx jmp LBB14_10 LBB14_8: addq %r13, %rbx LBB14_10: movl $0, (%rbx) movl $-1, _f(%rip) xorl %eax, %eax jmp LBB14_11 .p2align 4, 0x90 LBB14_15: ## in Loop: Header=BB14_11 Depth=1 addq $8, %rax cmpq $72, %rax je LBB14_7 LBB14_11: ## =>This Inner Loop Header: Depth=1 cmpl %r12d, (%rax,%r15) jne LBB14_13 ## %bb.12: ## in Loop: Header=BB14_11 Depth=1 cmpl $0, (%rax,%r13) jne LBB14_16 LBB14_13: ## in Loop: Header=BB14_11 Depth=1 cmpl %r12d, 4(%rax,%r15) jne LBB14_15 ## %bb.14: ## in Loop: Header=BB14_11 Depth=1 cmpl $0, 4(%rax,%r13) je LBB14_15 ## %bb.17: addq %r13, %rax addq $4, %rax jmp LBB14_18 LBB14_16: addq %r13, %rax LBB14_18: movl $0, (%rax) movl %r14d, _s7_l(%rip) movl _lfsr_offset(%rip), %esi addl $32, %esi movl _s6_l(%rip), %edx leaq L_.str.44(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _s6_l(%rip), %eax jmp LBB14_19 .p2align 4, 0x90 LBB14_23: ## in Loop: Header=BB14_19 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB14_7 LBB14_19: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB14_21 ## %bb.20: ## in Loop: Header=BB14_19 Depth=1 cmpl $0, (%rbx,%r13) jne LBB14_24 LBB14_21: ## in Loop: Header=BB14_19 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB14_23 ## %bb.22: ## in Loop: Header=BB14_19 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB14_23 ## %bb.25: addq %r13, %rbx addq $4, %rbx jmp LBB14_26 LBB14_24: addq %r13, %rbx LBB14_26: movl $0, (%rbx) movl $-1, _s6_l(%rip) movl _lfsr_offset(%rip), %esi addl $28, %esi movl _s5_l(%rip), %edx leaq L_.str.44(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _s5_l(%rip), %eax jmp LBB14_27 .p2align 4, 0x90 LBB14_31: ## in Loop: Header=BB14_27 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB14_7 LBB14_27: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB14_29 ## %bb.28: ## in Loop: Header=BB14_27 Depth=1 cmpl $0, (%rbx,%r13) jne LBB14_32 LBB14_29: ## in Loop: Header=BB14_27 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB14_31 ## %bb.30: ## in Loop: Header=BB14_27 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB14_31 ## %bb.33: addq %r13, %rbx addq $4, %rbx jmp LBB14_34 LBB14_32: addq %r13, %rbx LBB14_34: movl $0, (%rbx) movl $-1, _s5_l(%rip) movl _lfsr_offset(%rip), %esi addl $20, %esi movl _s4_l(%rip), %edx leaq L_.str.44(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _s4_l(%rip), %eax jmp LBB14_35 .p2align 4, 0x90 LBB14_39: ## in Loop: Header=BB14_35 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB14_7 LBB14_35: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB14_37 ## %bb.36: ## in Loop: Header=BB14_35 Depth=1 cmpl $0, (%rbx,%r13) jne LBB14_40 LBB14_37: ## in Loop: Header=BB14_35 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB14_39 ## %bb.38: ## in Loop: Header=BB14_35 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB14_39 ## %bb.41: addq %r13, %rbx addq $4, %rbx jmp LBB14_42 LBB14_40: addq %r13, %rbx LBB14_42: movl $0, (%rbx) movl $-1, _s4_l(%rip) movl _lfsr_offset(%rip), %esi addl $16, %esi movl _s3_l(%rip), %edx leaq L_.str.44(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _s3_l(%rip), %eax jmp LBB14_43 .p2align 4, 0x90 LBB14_47: ## in Loop: Header=BB14_43 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB14_7 LBB14_43: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB14_45 ## %bb.44: ## in Loop: Header=BB14_43 Depth=1 cmpl $0, (%rbx,%r13) jne LBB14_48 LBB14_45: ## in Loop: Header=BB14_43 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB14_47 ## %bb.46: ## in Loop: Header=BB14_43 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB14_47 ## %bb.49: addq %r13, %rbx addq $4, %rbx jmp LBB14_50 LBB14_48: addq %r13, %rbx LBB14_50: movl $0, (%rbx) movl $-1, _s3_l(%rip) movl _lfsr_offset(%rip), %esi addl $8, %esi movl _s2_l(%rip), %edx leaq L_.str.44(%rip), %rdi xorl %ebx, %ebx xorl %eax, %eax callq _insn_printf movl _s2_l(%rip), %eax jmp LBB14_51 .p2align 4, 0x90 LBB14_55: ## in Loop: Header=BB14_51 Depth=1 addq $8, %rbx cmpq $72, %rbx je LBB14_7 LBB14_51: ## =>This Inner Loop Header: Depth=1 cmpl %eax, (%rbx,%r15) jne LBB14_53 ## %bb.52: ## in Loop: Header=BB14_51 Depth=1 cmpl $0, (%rbx,%r13) jne LBB14_56 LBB14_53: ## in Loop: Header=BB14_51 Depth=1 cmpl %eax, 4(%rbx,%r15) jne LBB14_55 ## %bb.54: ## in Loop: Header=BB14_51 Depth=1 cmpl $0, 4(%rbx,%r13) je LBB14_55 ## %bb.57: addq %rbx, %r13 addq $4, %r13 jmp LBB14_58 LBB14_56: addq %rbx, %r13 LBB14_58: movl $0, (%r13) movl $-1, _s2_l(%rip) addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB14_7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.47(%rip), %rdi movl $40, %esi movl $1, %edx callq _fwrite movl $1, %edi callq _exit LBB14_59: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.24(%rip), %rsi xorl %eax, %eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .section __DATA,__data .p2align 2 ## @indent _indent: .long 4 ## 0x4 .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "// Automatically generated by the genacorn tool.\n" L_.str.4: ## @.str.4 .asciz "uint8_t ciphertext;\n" L_.str.5: ## @.str.5 .asciz "__asm__ __volatile__ (\n" L_.str.6: ## @.str.6 .asciz "mov %%0,%%2" L_.str.7: ## @.str.7 .asciz "eor %%0,r%d" .section __DATA,__data .p2align 2 ## @ks _ks: .long 4294967295 ## 0xffffffff .section __TEXT,__cstring,cstring_literals L_.str.8: ## @.str.8 .asciz ": \"=r\"(ciphertext)\n" L_.str.9: ## @.str.9 .asciz ": \"z\"(&state->s1_l), \"r\"(plaintext), \"r\"((uint8_t)ca), \"r\"((uint8_t)cb)\n" L_.str.10: ## @.str.10 .asciz ");\n" L_.str.11: ## @.str.11 .asciz "return ciphertext;\n" .section __DATA,__data .p2align 2 ## @s244 _s244: .long 4294967295 ## 0xffffffff .p2align 2 ## @s235 _s235: .long 4294967295 ## 0xffffffff .p2align 2 ## @s196 _s196: .long 4294967295 ## 0xffffffff .p2align 2 ## @s160 _s160: .long 4294967295 ## 0xffffffff .p2align 2 ## @s111 _s111: .long 4294967295 ## 0xffffffff .p2align 2 ## @s66 _s66: .long 4294967295 ## 0xffffffff .p2align 2 ## @s23 _s23: .long 4294967295 ## 0xffffffff .p2align 2 ## @s12 _s12: .long 4294967295 ## 0xffffffff .section __TEXT,__cstring,cstring_literals L_.str.13: ## @.str.13 .asciz "Temporary register wasn't previously released\n" .zerofill __DATA,__bss,_reg_in_use,72,4 ## @reg_in_use .zerofill __DATA,__bss,_reg_used,72,4 ## @reg_used .section __TEXT,__const .p2align 4 ## @regs _regs: .long 16 ## 0x10 .long 17 ## 0x11 .long 18 ## 0x12 .long 19 ## 0x13 .long 20 ## 0x14 .long 21 ## 0x15 .long 22 ## 0x16 .long 23 ## 0x17 .long 6 ## 0x6 .long 7 ## 0x7 .long 8 ## 0x8 .long 9 ## 0x9 .long 10 ## 0xa .long 11 ## 0xb .long 12 ## 0xc .long 13 ## 0xd .long 14 ## 0xe .long 15 ## 0xf .section __TEXT,__cstring,cstring_literals L_.str.14: ## @.str.14 .asciz "Ran out of temporary registers\n" .zerofill __DATA,__bss,_lfsr_offset,4,2 ## @lfsr_offset L_.str.15: ## @.str.15 .asciz "ldd r%d,Z+%d" .section __TEXT,__const .p2align 4 ## @lfsr _lfsr: .long 0 ## 0x0 .long 61 ## 0x3d .long 0 ## 0x0 .long 4 ## 0x4 .long 61 ## 0x3d .long 46 ## 0x2e .long 8 ## 0x8 .long 12 ## 0xc .long 107 ## 0x6b .long 47 ## 0x2f .long 16 ## 0x10 .long 14 ## 0xe .long 154 ## 0x9a .long 39 ## 0x27 .long 20 ## 0x14 .long 24 ## 0x18 .long 193 ## 0xc1 .long 37 ## 0x25 .long 28 ## 0x1c .long 26 ## 0x1a .long 230 ## 0xe6 .long 59 ## 0x3b .long 32 ## 0x20 .long 36 ## 0x24 .long 289 ## 0x121 .long 4 ## 0x4 .long 40 ## 0x28 .long 40 ## 0x28 .section __TEXT,__cstring,cstring_literals L_.str.16: ## @.str.16 .asciz "lsl r%d" L_.str.17: ## @.str.17 .asciz "rol r%d" L_.str.18: ## @.str.18 .asciz "swap r%d" L_.str.19: ## @.str.19 .asciz "andi r%d,0x0F" L_.str.20: ## @.str.20 .asciz "andi r%d,0xF0" L_.str.21: ## @.str.21 .asciz "or r%d,r%d" L_.str.22: ## @.str.22 .asciz "lsr r%d" L_.str.23: ## @.str.23 .asciz "ror r%d" L_.str.24: ## @.str.24 .asciz "r%d is not a high register\n" L_.str.25: ## @.str.25 .asciz "Ran out of temporary high registers\n" .section __DATA,__data .p2align 2 ## @s7_l _s7_l: .long 4294967295 ## 0xffffffff .section __TEXT,__cstring,cstring_literals L_.str.26: ## @.str.26 .asciz "eor r%d,r%d" .section __DATA,__data .p2align 2 ## @s6_l _s6_l: .long 4294967295 ## 0xffffffff .p2align 2 ## @s5_l _s5_l: .long 4294967295 ## 0xffffffff .p2align 2 ## @s4_l _s4_l: .long 4294967295 ## 0xffffffff .p2align 2 ## @s3_l _s3_l: .long 4294967295 ## 0xffffffff .p2align 2 ## @s2_l _s2_l: .long 4294967295 ## 0xffffffff .p2align 2 ## @s1_l _s1_l: .long 4294967295 ## 0xffffffff .section __TEXT,__cstring,cstring_literals L_.str.27: ## @.str.27 .asciz "ld r%d,Z" L_.str.28: ## @.str.28 .asciz "mov r%d,r%d" L_.str.29: ## @.str.29 .asciz "and r%d,r%d" L_.str.30: ## @.str.30 .asciz "com r%d" .section __DATA,__data .p2align 2 ## @f _f: .long 4294967295 ## 0xffffffff .section __TEXT,__cstring,cstring_literals L_.str.31: ## @.str.31 .asciz "and r%d,%%3" .zerofill __DATA,__bss,_is_32bit_version,1,2 ## @is_32bit_version L_.str.32: ## @.str.32 .asciz "eor r%d,%%2" L_.str.33: ## @.str.33 .asciz "and r%d,%%4" .section __DATA,__const .p2align 4 ## @generate_feedback.out_regs _generate_feedback.out_regs: .quad L_.str.34 .quad L_.str.35 .quad L_.str.36 .quad L_.str.37 .section __TEXT,__cstring,cstring_literals L_.str.34: ## @.str.34 .asciz "%A0" L_.str.35: ## @.str.35 .asciz "%B0" L_.str.36: ## @.str.36 .asciz "%C0" L_.str.37: ## @.str.37 .asciz "%D0" .section __DATA,__const .p2align 4 ## @generate_feedback.in_regs _generate_feedback.in_regs: .quad L_.str.38 .quad L_.str.39 .quad L_.str.40 .quad L_.str.41 .section __TEXT,__cstring,cstring_literals L_.str.38: ## @.str.38 .asciz "%A2" L_.str.39: ## @.str.39 .asciz "%B2" L_.str.40: ## @.str.40 .asciz "%C2" L_.str.41: ## @.str.41 .asciz "%D2" L_.str.42: ## @.str.42 .asciz "ldd r%d,%s" L_.str.43: ## @.str.43 .asciz "std %s,r%d" L_.str.44: ## @.str.44 .asciz "std Z+%d,r%d" L_.str.45: ## @.str.45 .asciz "st Z,r%d" L_.str.46: ## @.str.46 .asciz "clr r%d" L_.str.47: ## @.str.47 .asciz "Released a register that was not in use\n" L_.str.48: ## @.str.48 .asciz ": " L_.str.49: ## @.str.49 .asciz "\"r%d\"" L_.str.50: ## @.str.50 .asciz ", \"r%d\"" L_.str.52: ## @.str.52 .asciz "Register r%d has not been released\n" L_.str.54: ## @.str.54 .asciz "uint8_t plaintext;\n" L_.str.55: ## @.str.55 .asciz "mov %%0,r%d" L_.str.56: ## @.str.56 .asciz ": \"=r\"(plaintext)\n" L_.str.57: ## @.str.57 .asciz ": \"z\"(&state->s1_l), \"r\"(ciphertext)\n" L_.str.58: ## @.str.58 .asciz "return plaintext;\n" L_.str.61: ## @.str.61 .asciz "uint32_t ciphertext;\n" L_.str.62: ## @.str.62 .asciz ": \"=Q\"(ciphertext)\n" L_.str.63: ## @.str.63 .asciz ": \"z\"(&state->s1_l), \"Q\"(plaintext), \"r\"((uint8_t)ca), \"r\"((uint8_t)cb)\n" .section __DATA,__data .p2align 2 ## @s7_l_prev _s7_l_prev: .space 12,255 .section __TEXT,__cstring,cstring_literals L_str: ## @str .asciz "static uint8_t acornEncrypt8" L_str.64: ## @str.64 .asciz " (Acorn128State *state, uint8_t plaintext, uint8_t ca, uint8_t cb)" L_str.67: ## @str.67 .asciz "static uint8_t acornDecrypt8(Acorn128State *state, uint8_t ciphertext)" L_str.70: ## @str.70 .asciz "uint32_t acornEncrypt32" L_str.71: ## @str.71 .asciz " (Acorn128State *state, uint32_t plaintext, uint32_t ca, uint32_t cb)" L_str.72: ## @str.72 .asciz "{" L_str.73: ## @str.73 .asciz "}\n" L_str.74: ## @str.74 .asciz ", \"memory\"" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _indent_printf ; -- Begin function indent_printf .p2align 2 _indent_printf: ; @indent_printf .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 mov x19, x0 add x8, x29, #16 str x8, [sp, #8] adrp x20, _indent@PAGE ldr w8, [x20, _indent@PAGEOFF] Lloh0: adrp x21, ___stdoutp@GOTPAGE Lloh1: ldr x21, [x21, ___stdoutp@GOTPAGEOFF] cmp w8, #1 b.lt LBB0_3 ; %bb.1: mov w22, #0 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldr x1, [x21] mov w0, #32 bl _putc add w22, w22, #1 ldr w8, [x20, _indent@PAGEOFF] cmp w22, w8 b.lt LBB0_2 LBB0_3: ldr x0, [x21] ldr x2, [sp, #8] mov x1, x19 bl _vfprintf 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 AdrpLdrGot Lloh0, Lloh1 .cfi_endproc ; -- End function .globl _insn_printf ; -- Begin function insn_printf .p2align 2 _insn_printf: ; @insn_printf .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 mov x19, x0 add x8, x29, #16 str x8, [sp, #8] adrp x21, _indent@PAGE ldr w8, [x21, _indent@PAGEOFF] Lloh2: adrp x20, ___stdoutp@GOTPAGE Lloh3: ldr x20, [x20, ___stdoutp@GOTPAGEOFF] cmp w8, #1 b.lt LBB1_3 ; %bb.1: mov w22, #0 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldr x1, [x20] mov w0, #32 bl _putc add w22, w22, #1 ldr w8, [x21, _indent@PAGEOFF] cmp w22, w8 b.lt LBB1_2 LBB1_3: ldr x1, [x20] mov w0, #34 bl _putc ldr x0, [x20] ldr x2, [sp, #8] mov x1, x19 bl _vfprintf ldr x1, [x20] mov w0, #92 bl _putc ldr x1, [x20] mov w0, #110 bl _putc ldr x1, [x20] mov w0, #34 bl _putc ldr x1, [x20] mov w0, #10 bl _putc 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 AdrpLdrGot Lloh2, Lloh3 .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .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 Lloh4: adrp x0, l_str@PAGE Lloh5: add x0, x0, l_str@PAGEOFF bl _puts Lloh6: adrp x0, l_str.64@PAGE Lloh7: add x0, x0, l_str.64@PAGEOFF bl _puts Lloh8: adrp x0, l_str.72@PAGE Lloh9: add x0, x0, l_str.72@PAGEOFF bl _puts Lloh10: adrp x0, l_.str.3@PAGE Lloh11: add x0, x0, l_.str.3@PAGEOFF bl _indent_printf Lloh12: adrp x0, l_.str.4@PAGE Lloh13: add x0, x0, l_.str.4@PAGEOFF bl _indent_printf Lloh14: adrp x0, l_.str.5@PAGE Lloh15: add x0, x0, l_.str.5@PAGEOFF bl _indent_printf adrp x21, _indent@PAGE ldr w8, [x21, _indent@PAGEOFF] add w8, w8, #4 str w8, [x21, _indent@PAGEOFF] bl _extract_sub_parts bl _update_lfsrs bl _generate_keystream mov w0, #0 bl _generate_feedback bl _shift_down Lloh16: adrp x0, l_.str.6@PAGE Lloh17: add x0, x0, l_.str.6@PAGEOFF bl _insn_printf adrp x19, _ks@PAGE ldr w8, [x19, _ks@PAGEOFF] str x8, [sp] Lloh18: adrp x0, l_.str.7@PAGE Lloh19: add x0, x0, l_.str.7@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x19, _ks@PAGEOFF] Lloh20: adrp x23, _regs@PAGE Lloh21: add x23, x23, _regs@PAGEOFF Lloh22: adrp x27, _reg_in_use@PAGE Lloh23: add x27, x27, _reg_in_use@PAGEOFF b LBB2_2 LBB2_1: ; in Loop: Header=BB2_2 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_2: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_1 ; %bb.3: ; in Loop: Header=BB2_2 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_1 ; %bb.4: str wzr, [x27, x8] mov w8, #-1 str w8, [x19, _ks@PAGEOFF] Lloh24: adrp x0, l_.str.8@PAGE Lloh25: add x0, x0, l_.str.8@PAGEOFF bl _indent_printf Lloh26: adrp x0, l_.str.9@PAGE Lloh27: add x0, x0, l_.str.9@PAGEOFF bl _indent_printf Lloh28: adrp x0, l_.str.48@PAGE Lloh29: add x0, x0, l_.str.48@PAGEOFF bl _indent_printf mov x20, #0 mov w8, #1 Lloh30: adrp x22, _reg_used@PAGE Lloh31: add x22, x22, _reg_used@PAGEOFF Lloh32: adrp x24, l_.str.49@PAGE Lloh33: add x24, x24, l_.str.49@PAGEOFF Lloh34: adrp x25, l_.str.50@PAGE Lloh35: add x25, x25, l_.str.50@PAGEOFF b LBB2_6 LBB2_5: ; in Loop: Header=BB2_6 Depth=1 add x20, x20, #4 cmp x20, #72 b.eq LBB2_8 LBB2_6: ; =>This Inner Loop Header: Depth=1 ldr w9, [x22, x20] cbz w9, LBB2_5 ; %bb.7: ; in Loop: Header=BB2_6 Depth=1 cmp w8, #0 csel x0, x25, x24, eq ldr w8, [x23, x20] str x8, [sp] bl _printf mov w8, #0 b LBB2_5 LBB2_8: Lloh36: adrp x0, l_str.74@PAGE Lloh37: add x0, x0, l_str.74@PAGEOFF bl _puts ldr w8, [x21, _indent@PAGEOFF] sub w8, w8, #4 str w8, [x21, _indent@PAGEOFF] Lloh38: adrp x0, l_.str.10@PAGE Lloh39: add x0, x0, l_.str.10@PAGEOFF bl _indent_printf Lloh40: adrp x0, l_.str.11@PAGE Lloh41: add x0, x0, l_.str.11@PAGEOFF bl _indent_printf Lloh42: adrp x0, l_str.73@PAGE Lloh43: add x0, x0, l_str.73@PAGEOFF bl _puts bl _check_regs Lloh44: adrp x0, l_str.67@PAGE Lloh45: add x0, x0, l_str.67@PAGEOFF bl _puts Lloh46: adrp x0, l_str.72@PAGE Lloh47: add x0, x0, l_str.72@PAGEOFF bl _puts Lloh48: adrp x0, l_.str.3@PAGE Lloh49: add x0, x0, l_.str.3@PAGEOFF bl _indent_printf Lloh50: adrp x0, l_.str.54@PAGE Lloh51: add x0, x0, l_.str.54@PAGEOFF bl _indent_printf Lloh52: adrp x0, l_.str.5@PAGE Lloh53: add x0, x0, l_.str.5@PAGEOFF bl _indent_printf ldr w8, [x21, _indent@PAGEOFF] add w8, w8, #4 str w8, [x21, _indent@PAGEOFF] bl _extract_sub_parts bl _update_lfsrs bl _generate_keystream mov w0, #1 bl _generate_feedback bl _shift_down ldr w8, [x19, _ks@PAGEOFF] str x8, [sp] Lloh54: adrp x0, l_.str.55@PAGE Lloh55: add x0, x0, l_.str.55@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x19, _ks@PAGEOFF] b LBB2_10 LBB2_9: ; in Loop: Header=BB2_10 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_10: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_9 ; %bb.11: ; in Loop: Header=BB2_10 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_9 ; %bb.12: str wzr, [x27, x8] mov w8, #-1 str w8, [x19, _ks@PAGEOFF] Lloh56: adrp x0, l_.str.56@PAGE Lloh57: add x0, x0, l_.str.56@PAGEOFF bl _indent_printf Lloh58: adrp x0, l_.str.57@PAGE Lloh59: add x0, x0, l_.str.57@PAGEOFF bl _indent_printf Lloh60: adrp x0, l_.str.48@PAGE Lloh61: add x0, x0, l_.str.48@PAGEOFF bl _indent_printf mov x19, #0 mov w8, #1 b LBB2_14 LBB2_13: ; in Loop: Header=BB2_14 Depth=1 add x19, x19, #4 cmp x19, #72 b.eq LBB2_16 LBB2_14: ; =>This Inner Loop Header: Depth=1 ldr w9, [x22, x19] cbz w9, LBB2_13 ; %bb.15: ; in Loop: Header=BB2_14 Depth=1 cmp w8, #0 csel x0, x25, x24, eq ldr w8, [x23, x19] str x8, [sp] bl _printf mov w8, #0 b LBB2_13 LBB2_16: Lloh62: adrp x0, l_str.74@PAGE Lloh63: add x0, x0, l_str.74@PAGEOFF bl _puts ldr w8, [x21, _indent@PAGEOFF] sub w8, w8, #4 str w8, [x21, _indent@PAGEOFF] Lloh64: adrp x0, l_.str.10@PAGE Lloh65: add x0, x0, l_.str.10@PAGEOFF bl _indent_printf Lloh66: adrp x0, l_.str.58@PAGE Lloh67: add x0, x0, l_.str.58@PAGEOFF bl _indent_printf Lloh68: adrp x0, l_str.73@PAGE Lloh69: add x0, x0, l_str.73@PAGEOFF bl _puts bl _check_regs Lloh70: adrp x0, l_str.70@PAGE Lloh71: add x0, x0, l_str.70@PAGEOFF bl _puts Lloh72: adrp x0, l_str.71@PAGE Lloh73: add x0, x0, l_str.71@PAGEOFF bl _puts Lloh74: adrp x0, l_str.72@PAGE Lloh75: add x0, x0, l_str.72@PAGEOFF bl _puts Lloh76: adrp x0, l_.str.3@PAGE Lloh77: add x0, x0, l_.str.3@PAGEOFF bl _indent_printf Lloh78: adrp x0, l_.str.61@PAGE Lloh79: add x0, x0, l_.str.61@PAGEOFF bl _indent_printf Lloh80: adrp x0, l_.str.5@PAGE Lloh81: add x0, x0, l_.str.5@PAGEOFF bl _indent_printf ldr w8, [x21, _indent@PAGEOFF] add w8, w8, #4 str w8, [x21, _indent@PAGEOFF] adrp x20, _lfsr_offset@PAGE str wzr, [x20, _lfsr_offset@PAGEOFF] mov w19, #1 adrp x8, _is_32bit_version@PAGE strb w19, [x8, _is_32bit_version@PAGEOFF] bl _extract_sub_parts bl _update_lfsrs bl _generate_keystream mov w0, #0 bl _generate_feedback bl _shift_down_step str w19, [x20, _lfsr_offset@PAGEOFF] bl _extract_sub_parts bl _update_lfsrs bl _generate_keystream mov w0, #0 bl _generate_feedback bl _shift_down_step mov w8, #2 str w8, [x20, _lfsr_offset@PAGEOFF] bl _extract_sub_parts bl _update_lfsrs bl _generate_keystream mov w0, #0 bl _generate_feedback bl _shift_down_step mov w8, #3 str w8, [x20, _lfsr_offset@PAGEOFF] bl _extract_sub_parts bl _update_lfsrs bl _generate_keystream mov w0, #0 bl _generate_feedback mov w8, #-1 stp w8, w8, [sp, #40] stp w8, w8, [sp, #32] add x0, sp, #44 bl _alloc_high_reg adrp x19, _f@PAGE ldr w8, [x19, _f@PAGEOFF] cmp w8, #15 b.le LBB2_79 ; %bb.17: str x8, [sp] Lloh82: adrp x0, l_.str.18@PAGE Lloh83: add x0, x0, l_.str.18@PAGEOFF bl _insn_printf ldr w20, [sp, #44] ldr w8, [x19, _f@PAGEOFF] stp x20, x8, [sp] Lloh84: adrp x0, l_.str.28@PAGE Lloh85: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf str x20, [sp] Lloh86: adrp x0, l_.str.20@PAGE Lloh87: add x0, x0, l_.str.20@PAGEOFF bl _insn_printf Lloh88: adrp x8, _s7_l@PAGE Lloh89: ldr w8, [x8, _s7_l@PAGEOFF] stp x8, x20, [sp] Lloh90: adrp x0, l_.str.26@PAGE Lloh91: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf ldr w8, [x19, _f@PAGEOFF] str x8, [sp] Lloh92: adrp x0, l_.str.19@PAGE Lloh93: add x0, x0, l_.str.19@PAGEOFF bl _insn_printf ldr w8, [x19, _f@PAGEOFF] mov w9, #40 stp x9, x8, [sp] Lloh94: adrp x0, l_.str.44@PAGE Lloh95: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x19, _f@PAGEOFF] b LBB2_19 LBB2_18: ; in Loop: Header=BB2_19 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_19: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_18 ; %bb.20: ; in Loop: Header=BB2_19 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_18 ; %bb.21: str wzr, [x27, x8] mov w8, #-1 str w8, [x19, _f@PAGEOFF] add x0, sp, #40 bl _alloc_low_reg add x0, sp, #36 bl _alloc_low_reg add x0, sp, #32 bl _alloc_low_reg str xzr, [sp] Lloh96: adrp x0, l_.str.46@PAGE Lloh97: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf mov w8, #8 str x20, [sp, #24] ; 8-byte Folded Spill mov x19, x20 stp x19, x8, [sp] Lloh98: adrp x28, l_.str.15@PAGE Lloh99: add x28, x28, l_.str.15@PAGEOFF mov x0, x28 bl _insn_printf ldr w25, [sp, #40] mov w8, #9 stp x25, x8, [sp] mov x0, x28 bl _insn_printf ldr w22, [sp, #36] mov w8, #10 stp x22, x8, [sp] mov x0, x28 bl _insn_printf Lloh100: adrp x8, _s2_l@PAGE Lloh101: ldr w26, [x8, _s2_l@PAGEOFF] str x26, [sp] Lloh102: adrp x21, l_.str.22@PAGE Lloh103: add x21, x21, l_.str.22@PAGEOFF mov x0, x21 bl _insn_printf str x22, [sp] Lloh104: adrp x20, l_.str.23@PAGE Lloh105: add x20, x20, l_.str.23@PAGEOFF mov x0, x20 bl _insn_printf str x25, [sp] mov x0, x20 bl _insn_printf str x19, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x21 bl _insn_printf str x22, [sp] mov x0, x20 bl _insn_printf str x25, [sp] mov x0, x20 bl _insn_printf str x19, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x21 bl _insn_printf str x22, [sp] mov x0, x20 bl _insn_printf str x25, [sp] mov x0, x20 bl _insn_printf str x19, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf ldr w24, [sp, #32] mov w8, #4 stp x24, x8, [sp] mov x26, x28 mov x0, x28 bl _insn_printf str x24, [sp] Lloh106: adrp x0, l_.str.45@PAGE Lloh107: add x0, x0, l_.str.45@PAGEOFF bl _insn_printf mov w8, #5 stp x24, x8, [sp] mov x0, x28 bl _insn_printf mov w8, #1 stp x8, x24, [sp] Lloh108: adrp x20, l_.str.44@PAGE Lloh109: add x20, x20, l_.str.44@PAGEOFF mov x0, x20 bl _insn_printf mov w21, #6 stp x24, x21, [sp] mov x0, x28 bl _insn_printf mov w8, #2 stp x8, x24, [sp] mov x0, x20 bl _insn_printf mov w28, #7 stp x24, x28, [sp] mov x0, x26 bl _insn_printf stp x24, xzr, [sp] Lloh110: adrp x0, l_.str.21@PAGE Lloh111: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov w8, #3 stp x8, xzr, [sp] mov x0, x20 bl _insn_printf mov w8, #4 stp x8, x19, [sp] mov x0, x20 bl _insn_printf mov w8, #5 stp x8, x25, [sp] mov x0, x20 bl _insn_printf stp x21, x22, [sp] mov x0, x20 bl _insn_printf adrp x19, _s2_l@PAGE ldr w8, [x19, _s2_l@PAGEOFF] stp x28, x8, [sp] mov x0, x20 bl _insn_printf mov x11, x19 mov x8, #0 ldr w9, [x19, _s2_l@PAGEOFF] b LBB2_23 LBB2_22: ; in Loop: Header=BB2_23 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_23: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_22 ; %bb.24: ; in Loop: Header=BB2_23 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_22 ; %bb.25: str wzr, [x27, x8] mov w8, #-1 str w8, [x11, _s2_l@PAGEOFF] str xzr, [sp] Lloh112: adrp x0, l_.str.46@PAGE Lloh113: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf mov w8, #16 ldr x9, [sp, #24] ; 8-byte Folded Reload ; kill: def $w9 killed $w9 killed $x9 def $x9 stp x9, x8, [sp] mov x26, x9 Lloh114: adrp x20, l_.str.15@PAGE Lloh115: add x20, x20, l_.str.15@PAGEOFF mov x0, x20 bl _insn_printf mov w8, #17 mov x19, x25 stp x19, x8, [sp] mov x0, x20 bl _insn_printf mov w8, #18 mov x28, x22 stp x28, x8, [sp] mov x0, x20 bl _insn_printf Lloh116: adrp x8, _s3_l@PAGE Lloh117: ldr w20, [x8, _s3_l@PAGEOFF] str x20, [sp] Lloh118: adrp x0, l_.str.22@PAGE Lloh119: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x28, [sp] Lloh120: adrp x21, l_.str.23@PAGE Lloh121: add x21, x21, l_.str.23@PAGEOFF mov x0, x21 bl _insn_printf str x19, [sp] mov x0, x21 bl _insn_printf str x26, [sp] str x26, [sp, #16] ; 8-byte Folded Spill mov x0, x21 bl _insn_printf str xzr, [sp] mov x0, x21 bl _insn_printf str x20, [sp] Lloh122: adrp x0, l_.str.22@PAGE Lloh123: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x28, [sp] mov x0, x21 bl _insn_printf str x19, [sp] mov x0, x21 bl _insn_printf str x26, [sp] mov x0, x21 bl _insn_printf str xzr, [sp] mov x0, x21 bl _insn_printf mov w8, #12 mov x26, x24 stp x26, x8, [sp] Lloh124: adrp x21, l_.str.15@PAGE Lloh125: add x21, x21, l_.str.15@PAGEOFF mov x0, x21 bl _insn_printf mov w8, #8 stp x8, x26, [sp] Lloh126: adrp x20, l_.str.44@PAGE Lloh127: add x20, x20, l_.str.44@PAGEOFF mov x0, x20 bl _insn_printf mov w8, #13 stp x26, x8, [sp] mov x0, x21 bl _insn_printf stp xzr, x26, [sp] Lloh128: adrp x0, l_.str.21@PAGE Lloh129: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov w8, #9 stp x8, xzr, [sp] mov x0, x20 bl _insn_printf mov w8, #10 ldr x9, [sp, #16] ; 8-byte Folded Reload stp x8, x9, [sp] mov x0, x20 bl _insn_printf mov w8, #11 stp x8, x19, [sp] mov x0, x20 bl _insn_printf mov w8, #12 stp x8, x28, [sp] mov x0, x20 bl _insn_printf adrp x19, _s3_l@PAGE ldr w10, [x19, _s3_l@PAGEOFF] mov w8, #13 stp x8, x10, [sp] mov x0, x20 bl _insn_printf mov x11, x19 mov x8, #0 ldr w9, [x19, _s3_l@PAGEOFF] b LBB2_27 LBB2_26: ; in Loop: Header=BB2_27 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_27: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_26 ; %bb.28: ; in Loop: Header=BB2_27 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_26 ; %bb.29: str wzr, [x27, x8] mov w8, #-1 str w8, [x11, _s3_l@PAGEOFF] str xzr, [sp] Lloh130: adrp x0, l_.str.46@PAGE Lloh131: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf mov w8, #20 ldr x28, [sp, #24] ; 8-byte Folded Reload ; kill: def $w28 killed $w28 killed $x28 def $x28 stp x28, x8, [sp] mov x26, x28 str x28, [sp, #16] ; 8-byte Folded Spill Lloh132: adrp x28, l_.str.15@PAGE Lloh133: add x28, x28, l_.str.15@PAGEOFF mov x0, x28 bl _insn_printf mov w8, #21 mov x21, x25 stp x21, x8, [sp] mov x0, x28 bl _insn_printf mov w8, #22 mov x19, x22 stp x19, x8, [sp] mov x0, x28 bl _insn_printf Lloh134: adrp x8, _s4_l@PAGE Lloh135: ldr w8, [x8, _s4_l@PAGEOFF] str x8, [sp] Lloh136: adrp x0, l_.str.22@PAGE Lloh137: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x19, [sp] Lloh138: adrp x20, l_.str.23@PAGE Lloh139: add x20, x20, l_.str.23@PAGEOFF mov x0, x20 bl _insn_printf str x21, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf mov w8, #14 mov x26, x24 stp x26, x8, [sp] mov x0, x28 bl _insn_printf mov w8, #16 stp x8, x26, [sp] Lloh140: adrp x20, l_.str.44@PAGE Lloh141: add x20, x20, l_.str.44@PAGEOFF mov x0, x20 bl _insn_printf mov w8, #15 stp x26, x8, [sp] mov x0, x28 bl _insn_printf stp xzr, x26, [sp] Lloh142: adrp x0, l_.str.21@PAGE Lloh143: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov w8, #17 stp x8, xzr, [sp] mov x0, x20 bl _insn_printf mov w8, #18 ldr x9, [sp, #16] ; 8-byte Folded Reload stp x8, x9, [sp] mov x0, x20 bl _insn_printf mov w8, #19 stp x8, x21, [sp] mov x0, x20 bl _insn_printf mov w8, #14 stp x8, x19, [sp] mov x0, x20 bl _insn_printf adrp x19, _s4_l@PAGE ldr w10, [x19, _s4_l@PAGEOFF] mov w8, #15 stp x8, x10, [sp] mov x0, x20 bl _insn_printf mov x11, x19 mov x8, #0 ldr w9, [x19, _s4_l@PAGEOFF] b LBB2_31 LBB2_30: ; in Loop: Header=BB2_31 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_31: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_30 ; %bb.32: ; in Loop: Header=BB2_31 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_30 ; %bb.33: str wzr, [x27, x8] mov w8, #-1 str w8, [x11, _s4_l@PAGEOFF] str xzr, [sp] Lloh144: adrp x0, l_.str.46@PAGE Lloh145: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf mov w8, #28 ldr x9, [sp, #24] ; 8-byte Folded Reload ; kill: def $w9 killed $w9 killed $x9 def $x9 stp x9, x8, [sp] mov x26, x9 str x9, [sp, #16] ; 8-byte Folded Spill Lloh146: adrp x19, l_.str.15@PAGE Lloh147: add x19, x19, l_.str.15@PAGEOFF mov x0, x19 bl _insn_printf mov w8, #29 mov x21, x25 stp x21, x8, [sp] mov x0, x19 bl _insn_printf mov w8, #30 mov x28, x22 stp x28, x8, [sp] mov x0, x19 bl _insn_printf Lloh148: adrp x8, _s5_l@PAGE Lloh149: ldr w8, [x8, _s5_l@PAGEOFF] str x8, [sp] Lloh150: adrp x0, l_.str.22@PAGE Lloh151: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x28, [sp] Lloh152: adrp x20, l_.str.23@PAGE Lloh153: add x20, x20, l_.str.23@PAGEOFF mov x0, x20 bl _insn_printf str x21, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf mov w20, #24 mov x26, x24 stp x26, x20, [sp] mov x0, x19 bl _insn_printf stp xzr, x26, [sp] Lloh154: adrp x0, l_.str.21@PAGE Lloh155: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov w8, #20 stp x8, xzr, [sp] Lloh156: adrp x19, l_.str.44@PAGE Lloh157: add x19, x19, l_.str.44@PAGEOFF mov x0, x19 bl _insn_printf mov w8, #21 ldr x9, [sp, #16] ; 8-byte Folded Reload stp x8, x9, [sp] mov x0, x19 bl _insn_printf mov w8, #22 stp x8, x21, [sp] mov x0, x19 bl _insn_printf mov w8, #23 stp x8, x28, [sp] mov x0, x19 bl _insn_printf adrp x21, _s5_l@PAGE ldr w8, [x21, _s5_l@PAGEOFF] stp x20, x8, [sp] mov x0, x19 bl _insn_printf mov x11, x21 mov x8, #0 ldr w9, [x21, _s5_l@PAGEOFF] b LBB2_35 LBB2_34: ; in Loop: Header=BB2_35 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_35: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_34 ; %bb.36: ; in Loop: Header=BB2_35 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_34 ; %bb.37: str wzr, [x27, x8] mov w8, #-1 str w8, [x11, _s5_l@PAGEOFF] str xzr, [sp] Lloh158: adrp x0, l_.str.46@PAGE Lloh159: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf mov w8, #32 ldr x9, [sp, #24] ; 8-byte Folded Reload mov x26, x9 stp x26, x8, [sp] Lloh160: adrp x19, l_.str.15@PAGE Lloh161: add x19, x19, l_.str.15@PAGEOFF mov x0, x19 bl _insn_printf mov w8, #33 mov x28, x25 stp x28, x8, [sp] mov x0, x19 bl _insn_printf mov w8, #34 mov x21, x22 stp x21, x8, [sp] mov x0, x19 bl _insn_printf Lloh162: adrp x8, _s6_l@PAGE Lloh163: ldr w19, [x8, _s6_l@PAGEOFF] str x19, [sp] Lloh164: adrp x0, l_.str.22@PAGE Lloh165: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x21, [sp] Lloh166: adrp x20, l_.str.23@PAGE Lloh167: add x20, x20, l_.str.23@PAGEOFF mov x0, x20 bl _insn_printf str x28, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf str x19, [sp] Lloh168: adrp x0, l_.str.22@PAGE Lloh169: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x21, [sp] mov x0, x20 bl _insn_printf str x28, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf str x19, [sp] Lloh170: adrp x0, l_.str.22@PAGE Lloh171: add x0, x0, l_.str.22@PAGEOFF bl _insn_printf str x21, [sp] mov x0, x20 bl _insn_printf str x28, [sp] mov x0, x20 bl _insn_printf str x26, [sp] mov x0, x20 bl _insn_printf str xzr, [sp] mov x0, x20 bl _insn_printf mov w20, #26 mov x19, x24 stp x19, x20, [sp] Lloh172: adrp x0, l_.str.15@PAGE Lloh173: add x0, x0, l_.str.15@PAGEOFF bl _insn_printf stp xzr, x19, [sp] Lloh174: adrp x0, l_.str.21@PAGE Lloh175: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov w8, #28 stp x8, xzr, [sp] Lloh176: adrp x19, l_.str.44@PAGE Lloh177: add x19, x19, l_.str.44@PAGEOFF mov x0, x19 bl _insn_printf mov w8, #29 stp x8, x26, [sp] mov x0, x19 bl _insn_printf mov w8, #30 stp x8, x28, [sp] mov x0, x19 bl _insn_printf mov w8, #31 stp x8, x21, [sp] mov x0, x19 bl _insn_printf adrp x26, _s6_l@PAGE ldr w8, [x26, _s6_l@PAGEOFF] stp x20, x8, [sp] mov x0, x19 bl _insn_printf mov x8, #0 ldr w9, [x26, _s6_l@PAGEOFF] b LBB2_39 LBB2_38: ; in Loop: Header=BB2_39 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_39: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_38 ; %bb.40: ; in Loop: Header=BB2_39 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_38 ; %bb.41: str wzr, [x27, x8] mov w8, #-1 str w8, [x26, _s6_l@PAGEOFF] str xzr, [sp] Lloh178: adrp x0, l_.str.46@PAGE Lloh179: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf Lloh180: adrp x8, _s7_l_prev@PAGE Lloh181: add x8, x8, _s7_l_prev@PAGEOFF ldp w28, w20, [x8] ldr w21, [x8, #8] Lloh182: adrp x8, _s7_l@PAGE Lloh183: ldr w26, [x8, _s7_l@PAGEOFF] str x28, [sp] Lloh184: adrp x0, l_.str.16@PAGE Lloh185: add x0, x0, l_.str.16@PAGEOFF bl _insn_printf str x20, [sp] Lloh186: adrp x19, l_.str.17@PAGE Lloh187: add x19, x19, l_.str.17@PAGEOFF mov x0, x19 bl _insn_printf str x21, [sp] mov x0, x19 bl _insn_printf str x26, [sp] mov x0, x19 bl _insn_printf str xzr, [sp] mov x0, x19 bl _insn_printf str x28, [sp] Lloh188: adrp x0, l_.str.16@PAGE Lloh189: add x0, x0, l_.str.16@PAGEOFF bl _insn_printf str x20, [sp] mov x0, x19 bl _insn_printf str x21, [sp] mov x0, x19 bl _insn_printf str x26, [sp] mov x0, x19 bl _insn_printf str xzr, [sp] mov x0, x19 bl _insn_printf str x28, [sp] Lloh190: adrp x0, l_.str.16@PAGE Lloh191: add x0, x0, l_.str.16@PAGEOFF bl _insn_printf str x20, [sp] mov x0, x19 bl _insn_printf str x21, [sp] mov x0, x19 bl _insn_printf str x26, [sp] mov x0, x19 bl _insn_printf str xzr, [sp] mov x0, x19 bl _insn_printf mov w8, #36 ldr x28, [sp, #24] ; 8-byte Folded Reload ; kill: def $w28 killed $w28 killed $x28 def $x28 stp x28, x8, [sp] Lloh192: adrp x20, l_.str.15@PAGE Lloh193: add x20, x20, l_.str.15@PAGEOFF mov x0, x20 bl _insn_printf mov w8, #32 stp x8, x28, [sp] Lloh194: adrp x19, l_.str.44@PAGE Lloh195: add x19, x19, l_.str.44@PAGEOFF mov x0, x19 bl _insn_printf mov w8, #37 stp x28, x8, [sp] mov x0, x20 bl _insn_printf mov w8, #33 stp x8, x28, [sp] mov x0, x19 bl _insn_printf mov w8, #38 stp x28, x8, [sp] mov x0, x20 bl _insn_printf mov w8, #34 stp x8, x28, [sp] mov x0, x19 bl _insn_printf mov w26, #39 stp x28, x26, [sp] mov x0, x20 bl _insn_printf Lloh196: adrp x20, _s7_l_prev@PAGE Lloh197: add x20, x20, _s7_l_prev@PAGEOFF ldr w8, [x20] stp x28, x8, [sp] Lloh198: adrp x0, l_.str.21@PAGE Lloh199: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov w8, #35 stp x8, x28, [sp] adrp x21, _s7_l@PAGE mov x0, x19 bl _insn_printf ldr w9, [x20, #4] mov w8, #36 stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w9, [x20, #8] mov w8, #37 stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w9, [x21, _s7_l@PAGEOFF] mov w8, #38 stp x8, x9, [sp] mov x0, x19 bl _insn_printf stp x26, xzr, [sp] mov x0, x19 bl _insn_printf mov x8, #0 ldr w9, [x20] b LBB2_43 LBB2_42: ; in Loop: Header=BB2_43 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_43: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_42 ; %bb.44: ; in Loop: Header=BB2_43 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_42 ; %bb.45: mov x9, #0 str wzr, [x27, x8] mov w8, #-1 str w8, [x20] ldr w8, [x20, #4] ldr x11, [sp, #24] ; 8-byte Folded Reload b LBB2_47 LBB2_46: ; in Loop: Header=BB2_47 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB2_78 LBB2_47: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x9] cmp w10, w8 b.ne LBB2_46 ; %bb.48: ; in Loop: Header=BB2_47 Depth=1 ldr w10, [x27, x9] cbz w10, LBB2_46 ; %bb.49: mov x8, #0 str wzr, [x27, x9] Lloh200: adrp x9, _s7_l_prev@PAGE+4 Lloh201: add x9, x9, _s7_l_prev@PAGEOFF+4 mov w10, #-1 str w10, [x9] ldr w9, [x9, #4] b LBB2_51 LBB2_50: ; in Loop: Header=BB2_51 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_51: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB2_50 ; %bb.52: ; in Loop: Header=BB2_51 Depth=1 ldr w10, [x27, x8] cbz w10, LBB2_50 ; %bb.53: mov x9, #0 str wzr, [x27, x8] mov w8, #-1 adrp x10, _s7_l_prev@PAGE+8 str w8, [x10, _s7_l_prev@PAGEOFF+8] ldr w8, [x21, _s7_l@PAGEOFF] b LBB2_55 LBB2_54: ; in Loop: Header=BB2_55 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB2_78 LBB2_55: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x9] cmp w10, w8 b.ne LBB2_54 ; %bb.56: ; in Loop: Header=BB2_55 Depth=1 ldr w10, [x27, x9] cbz w10, LBB2_54 ; %bb.57: mov x8, #0 str wzr, [x27, x9] mov w9, #-1 str w9, [x21, _s7_l@PAGEOFF] b LBB2_59 LBB2_58: ; in Loop: Header=BB2_59 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_59: ; =>This Inner Loop Header: Depth=1 ldr w9, [x23, x8] cmp w9, w11 b.ne LBB2_58 ; %bb.60: ; in Loop: Header=BB2_59 Depth=1 ldr w9, [x27, x8] cbz w9, LBB2_58 ; %bb.61: mov x9, #0 str wzr, [x27, x8] b LBB2_63 LBB2_62: ; in Loop: Header=BB2_63 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB2_78 LBB2_63: ; =>This Inner Loop Header: Depth=1 ldr w8, [x23, x9] cmp w8, w25 b.ne LBB2_62 ; %bb.64: ; in Loop: Header=BB2_63 Depth=1 ldr w8, [x27, x9] cbz w8, LBB2_62 ; %bb.65: mov x8, #0 str wzr, [x27, x9] Lloh202: adrp x25, l_.str.50@PAGE Lloh203: add x25, x25, l_.str.50@PAGEOFF b LBB2_67 LBB2_66: ; in Loop: Header=BB2_67 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB2_78 LBB2_67: ; =>This Inner Loop Header: Depth=1 ldr w9, [x23, x8] cmp w9, w22 b.ne LBB2_66 ; %bb.68: ; in Loop: Header=BB2_67 Depth=1 ldr w9, [x27, x8] cbz w9, LBB2_66 ; %bb.69: mov x9, #0 str wzr, [x27, x8] b LBB2_71 LBB2_70: ; in Loop: Header=BB2_71 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB2_78 LBB2_71: ; =>This Inner Loop Header: Depth=1 ldr w8, [x23, x9] cmp w8, w24 b.ne LBB2_70 ; %bb.72: ; in Loop: Header=BB2_71 Depth=1 ldr w8, [x27, x9] cbz w8, LBB2_70 ; %bb.73: str wzr, [x27, x9] Lloh204: adrp x8, _lfsr_offset@PAGE str wzr, [x8, _lfsr_offset@PAGEOFF] Lloh205: adrp x8, _is_32bit_version@PAGE strb wzr, [x8, _is_32bit_version@PAGEOFF] Lloh206: adrp x0, l_.str.62@PAGE Lloh207: add x0, x0, l_.str.62@PAGEOFF bl _indent_printf Lloh208: adrp x0, l_.str.63@PAGE Lloh209: add x0, x0, l_.str.63@PAGEOFF bl _indent_printf Lloh210: adrp x0, l_.str.48@PAGE Lloh211: add x0, x0, l_.str.48@PAGEOFF bl _indent_printf mov x19, #0 mov w8, #1 adrp x20, _indent@PAGE Lloh212: adrp x21, _reg_used@PAGE Lloh213: add x21, x21, _reg_used@PAGEOFF Lloh214: adrp x22, l_.str.49@PAGE Lloh215: add x22, x22, l_.str.49@PAGEOFF b LBB2_75 LBB2_74: ; in Loop: Header=BB2_75 Depth=1 add x19, x19, #4 cmp x19, #72 b.eq LBB2_77 LBB2_75: ; =>This Inner Loop Header: Depth=1 ldr w9, [x21, x19] cbz w9, LBB2_74 ; %bb.76: ; in Loop: Header=BB2_75 Depth=1 cmp w8, #0 csel x0, x25, x22, eq ldr w8, [x23, x19] str x8, [sp] bl _printf mov w8, #0 b LBB2_74 LBB2_77: Lloh216: adrp x0, l_str.74@PAGE Lloh217: add x0, x0, l_str.74@PAGEOFF bl _puts ldr w8, [x20, _indent@PAGEOFF] sub w8, w8, #4 str w8, [x20, _indent@PAGEOFF] Lloh218: adrp x0, l_.str.10@PAGE Lloh219: add x0, x0, l_.str.10@PAGEOFF bl _indent_printf Lloh220: adrp x0, l_.str.11@PAGE Lloh221: add x0, x0, l_.str.11@PAGEOFF bl _indent_printf Lloh222: adrp x0, l_str.73@PAGE Lloh223: add x0, x0, l_str.73@PAGEOFF bl _puts bl _check_regs mov w0, #0 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 LBB2_78: Lloh224: adrp x8, ___stderrp@GOTPAGE Lloh225: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh226: ldr x3, [x8] Lloh227: adrp x0, l_.str.47@PAGE Lloh228: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit LBB2_79: Lloh229: adrp x9, ___stderrp@GOTPAGE Lloh230: ldr x9, [x9, ___stderrp@GOTPAGEOFF] Lloh231: ldr x0, [x9] ; kill: def $w8 killed $w8 killed $x8 def $x8 str x8, [sp] Lloh232: adrp x1, l_.str.24@PAGE Lloh233: add x1, x1, l_.str.24@PAGEOFF bl _fprintf mov w0, #1 bl _exit .loh AdrpAdd Lloh22, Lloh23 .loh AdrpAdd Lloh20, Lloh21 .loh AdrpAdd Lloh18, Lloh19 .loh AdrpAdd Lloh16, Lloh17 .loh AdrpAdd Lloh14, Lloh15 .loh AdrpAdd Lloh12, Lloh13 .loh AdrpAdd Lloh10, Lloh11 .loh AdrpAdd Lloh8, Lloh9 .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh34, Lloh35 .loh AdrpAdd Lloh32, Lloh33 .loh AdrpAdd Lloh30, Lloh31 .loh AdrpAdd Lloh28, Lloh29 .loh AdrpAdd Lloh26, Lloh27 .loh AdrpAdd Lloh24, Lloh25 .loh AdrpAdd Lloh54, Lloh55 .loh AdrpAdd Lloh52, Lloh53 .loh AdrpAdd Lloh50, Lloh51 .loh AdrpAdd Lloh48, Lloh49 .loh AdrpAdd Lloh46, Lloh47 .loh AdrpAdd Lloh44, Lloh45 .loh AdrpAdd Lloh42, Lloh43 .loh AdrpAdd Lloh40, Lloh41 .loh AdrpAdd Lloh38, Lloh39 .loh AdrpAdd Lloh36, Lloh37 .loh AdrpAdd Lloh60, Lloh61 .loh AdrpAdd Lloh58, Lloh59 .loh AdrpAdd Lloh56, Lloh57 .loh AdrpAdd Lloh80, Lloh81 .loh AdrpAdd Lloh78, Lloh79 .loh AdrpAdd Lloh76, Lloh77 .loh AdrpAdd Lloh74, Lloh75 .loh AdrpAdd Lloh72, Lloh73 .loh AdrpAdd Lloh70, Lloh71 .loh AdrpAdd Lloh68, Lloh69 .loh AdrpAdd Lloh66, Lloh67 .loh AdrpAdd Lloh64, Lloh65 .loh AdrpAdd Lloh62, Lloh63 .loh AdrpAdd Lloh94, Lloh95 .loh AdrpAdd Lloh92, Lloh93 .loh AdrpAdd Lloh90, Lloh91 .loh AdrpLdr Lloh88, Lloh89 .loh AdrpAdd Lloh86, Lloh87 .loh AdrpAdd Lloh84, Lloh85 .loh AdrpAdd Lloh82, Lloh83 .loh AdrpAdd Lloh110, Lloh111 .loh AdrpAdd Lloh108, Lloh109 .loh AdrpAdd Lloh106, Lloh107 .loh AdrpAdd Lloh104, Lloh105 .loh AdrpAdd Lloh102, Lloh103 .loh AdrpLdr Lloh100, Lloh101 .loh AdrpAdd Lloh98, Lloh99 .loh AdrpAdd Lloh96, Lloh97 .loh AdrpAdd Lloh128, Lloh129 .loh AdrpAdd Lloh126, Lloh127 .loh AdrpAdd Lloh124, Lloh125 .loh AdrpAdd Lloh122, Lloh123 .loh AdrpAdd Lloh120, Lloh121 .loh AdrpAdd Lloh118, Lloh119 .loh AdrpLdr Lloh116, Lloh117 .loh AdrpAdd Lloh114, Lloh115 .loh AdrpAdd Lloh112, Lloh113 .loh AdrpAdd Lloh142, Lloh143 .loh AdrpAdd Lloh140, Lloh141 .loh AdrpAdd Lloh138, Lloh139 .loh AdrpAdd Lloh136, Lloh137 .loh AdrpLdr Lloh134, Lloh135 .loh AdrpAdd Lloh132, Lloh133 .loh AdrpAdd Lloh130, Lloh131 .loh AdrpAdd Lloh156, Lloh157 .loh AdrpAdd Lloh154, Lloh155 .loh AdrpAdd Lloh152, Lloh153 .loh AdrpAdd Lloh150, Lloh151 .loh AdrpLdr Lloh148, Lloh149 .loh AdrpAdd Lloh146, Lloh147 .loh AdrpAdd Lloh144, Lloh145 .loh AdrpAdd Lloh176, Lloh177 .loh AdrpAdd Lloh174, Lloh175 .loh AdrpAdd Lloh172, Lloh173 .loh AdrpAdd Lloh170, Lloh171 .loh AdrpAdd Lloh168, Lloh169 .loh AdrpAdd Lloh166, Lloh167 .loh AdrpAdd Lloh164, Lloh165 .loh AdrpLdr Lloh162, Lloh163 .loh AdrpAdd Lloh160, Lloh161 .loh AdrpAdd Lloh158, Lloh159 .loh AdrpAdd Lloh198, Lloh199 .loh AdrpAdd Lloh196, Lloh197 .loh AdrpAdd Lloh194, Lloh195 .loh AdrpAdd Lloh192, Lloh193 .loh AdrpAdd Lloh190, Lloh191 .loh AdrpAdd Lloh188, Lloh189 .loh AdrpAdd Lloh186, Lloh187 .loh AdrpAdd Lloh184, Lloh185 .loh AdrpLdr Lloh182, Lloh183 .loh AdrpAdd Lloh180, Lloh181 .loh AdrpAdd Lloh178, Lloh179 .loh AdrpAdd Lloh200, Lloh201 .loh AdrpAdd Lloh202, Lloh203 .loh AdrpAdd Lloh214, Lloh215 .loh AdrpAdd Lloh212, Lloh213 .loh AdrpAdd Lloh210, Lloh211 .loh AdrpAdd Lloh208, Lloh209 .loh AdrpAdd Lloh206, Lloh207 .loh AdrpAdrp Lloh204, Lloh205 .loh AdrpAdd Lloh222, Lloh223 .loh AdrpAdd Lloh220, Lloh221 .loh AdrpAdd Lloh218, Lloh219 .loh AdrpAdd Lloh216, Lloh217 .loh AdrpAdd Lloh227, Lloh228 .loh AdrpLdrGotLdr Lloh224, Lloh225, Lloh226 .loh AdrpAdd Lloh232, Lloh233 .loh AdrpLdrGotLdr Lloh229, Lloh230, Lloh231 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function extract_sub_parts _extract_sub_parts: ; @extract_sub_parts .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 Lloh234: adrp x19, _s244@PAGE Lloh235: add x19, x19, _s244@PAGEOFF mov x0, x19 bl _alloc_low_reg Lloh236: adrp x20, _s235@PAGE Lloh237: add x20, x20, _s235@PAGEOFF mov x0, x20 bl _alloc_low_reg ldr w0, [x19] ldr w1, [x20] mov w2, #244 mov w3, #235 bl _extract_two_parts Lloh238: adrp x19, _s196@PAGE Lloh239: add x19, x19, _s196@PAGEOFF mov x0, x19 bl _alloc_low_reg ldr w0, [x19] mov w1, #196 bl _extract_one_part Lloh240: adrp x19, _s160@PAGE Lloh241: add x19, x19, _s160@PAGEOFF mov x0, x19 bl _alloc_low_reg ldr w0, [x19] mov w1, #160 bl _extract_one_part Lloh242: adrp x19, _s111@PAGE Lloh243: add x19, x19, _s111@PAGEOFF mov x0, x19 bl _alloc_high_reg ldr w0, [x19] mov w1, #111 bl _extract_one_part Lloh244: adrp x19, _s66@PAGE Lloh245: add x19, x19, _s66@PAGEOFF mov x0, x19 bl _alloc_low_reg ldr w0, [x19] mov w1, #66 bl _extract_one_part Lloh246: adrp x19, _s23@PAGE Lloh247: add x19, x19, _s23@PAGEOFF mov x0, x19 bl _alloc_low_reg Lloh248: adrp x20, _s12@PAGE Lloh249: add x20, x20, _s12@PAGEOFF mov x0, x20 bl _alloc_low_reg ldr w0, [x19] ldr w1, [x20] mov w2, #23 mov w3, #12 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload b _extract_two_parts .loh AdrpAdd Lloh248, Lloh249 .loh AdrpAdd Lloh246, Lloh247 .loh AdrpAdd Lloh244, Lloh245 .loh AdrpAdd Lloh242, Lloh243 .loh AdrpAdd Lloh240, Lloh241 .loh AdrpAdd Lloh238, Lloh239 .loh AdrpAdd Lloh236, Lloh237 .loh AdrpAdd Lloh234, Lloh235 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function update_lfsrs _update_lfsrs: ; @update_lfsrs .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 adrp x23, _lfsr_offset@PAGE ldr w8, [x23, _lfsr_offset@PAGEOFF] cbnz w8, LBB4_2 ; %bb.1: Lloh250: adrp x19, _s7_l@PAGE Lloh251: add x19, x19, _s7_l@PAGEOFF mov x0, x19 bl _alloc_low_reg ldr w8, [x23, _lfsr_offset@PAGEOFF] add w8, w8, #40 ldr w9, [x19] stp x9, x8, [sp] Lloh252: adrp x0, l_.str.15@PAGE Lloh253: add x0, x0, l_.str.15@PAGEOFF bl _insn_printf LBB4_2: Lloh254: adrp x21, _s7_l@PAGE ldr w8, [x21, _s7_l@PAGEOFF] Lloh255: adrp x9, _s235@PAGE Lloh256: ldr w9, [x9, _s235@PAGEOFF] stp x8, x9, [sp] Lloh257: adrp x19, l_.str.26@PAGE Lloh258: add x19, x19, l_.str.26@PAGEOFF mov x0, x19 bl _insn_printf Lloh259: adrp x22, _s6_l@PAGE Lloh260: add x22, x22, _s6_l@PAGEOFF mov x0, x22 bl _alloc_low_reg ldr w8, [x23, _lfsr_offset@PAGEOFF] add w8, w8, #32 ldr w9, [x22] stp x9, x8, [sp] Lloh261: adrp x20, l_.str.15@PAGE Lloh262: add x20, x20, l_.str.15@PAGEOFF mov x0, x20 bl _insn_printf ldr w8, [x21, _s7_l@PAGEOFF] ldr w9, [x22] stp x8, x9, [sp] mov x0, x19 bl _insn_printf Lloh263: adrp x21, _s5_l@PAGE Lloh264: add x21, x21, _s5_l@PAGEOFF mov x0, x21 bl _alloc_low_reg ldr w8, [x22] Lloh265: adrp x9, _s196@PAGE Lloh266: ldr w9, [x9, _s196@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w8, [x23, _lfsr_offset@PAGEOFF] add w8, w8, #28 ldr w9, [x21] stp x9, x8, [sp] mov x0, x20 bl _insn_printf ldr w8, [x22] ldr w9, [x21] stp x8, x9, [sp] mov x0, x19 bl _insn_printf Lloh267: adrp x22, _s4_l@PAGE Lloh268: add x22, x22, _s4_l@PAGEOFF mov x0, x22 bl _alloc_low_reg ldr w8, [x21] Lloh269: adrp x9, _s160@PAGE Lloh270: ldr w9, [x9, _s160@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w8, [x23, _lfsr_offset@PAGEOFF] add w8, w8, #20 ldr w9, [x22] stp x9, x8, [sp] mov x0, x20 bl _insn_printf ldr w8, [x21] ldr w9, [x22] stp x8, x9, [sp] mov x0, x19 bl _insn_printf Lloh271: adrp x21, _s3_l@PAGE Lloh272: add x21, x21, _s3_l@PAGEOFF mov x0, x21 bl _alloc_low_reg ldr w8, [x22] Lloh273: adrp x9, _s111@PAGE Lloh274: ldr w9, [x9, _s111@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w8, [x23, _lfsr_offset@PAGEOFF] add w8, w8, #16 ldr w9, [x21] stp x9, x8, [sp] mov x0, x20 bl _insn_printf ldr w8, [x22] ldr w9, [x21] stp x8, x9, [sp] mov x0, x19 bl _insn_printf Lloh275: adrp x22, _s2_l@PAGE Lloh276: add x22, x22, _s2_l@PAGEOFF mov x0, x22 bl _alloc_low_reg ldr w8, [x21] Lloh277: adrp x9, _s66@PAGE Lloh278: ldr w9, [x9, _s66@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w8, [x23, _lfsr_offset@PAGEOFF] add w8, w8, #8 ldr w9, [x22] stp x9, x8, [sp] mov x0, x20 bl _insn_printf ldr w8, [x21] ldr w9, [x22] stp x8, x9, [sp] mov x0, x19 bl _insn_printf Lloh279: adrp x20, _s1_l@PAGE Lloh280: add x20, x20, _s1_l@PAGEOFF mov x0, x20 bl _alloc_low_reg ldr w8, [x22] Lloh281: adrp x9, _s23@PAGE Lloh282: ldr w9, [x9, _s23@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w9, [x23, _lfsr_offset@PAGEOFF] ldr w8, [x20] cbz w9, LBB4_4 ; %bb.3: stp x8, x9, [sp] Lloh283: adrp x0, l_.str.15@PAGE Lloh284: add x0, x0, l_.str.15@PAGEOFF b LBB4_5 LBB4_4: ; kill: def $w8 killed $w8 killed $x8 def $x8 str x8, [sp] Lloh285: adrp x0, l_.str.27@PAGE Lloh286: add x0, x0, l_.str.27@PAGEOFF LBB4_5: bl _insn_printf Lloh287: adrp x8, _s2_l@PAGE Lloh288: ldr w8, [x8, _s2_l@PAGEOFF] Lloh289: adrp x9, _s1_l@PAGE Lloh290: ldr w9, [x9, _s1_l@PAGEOFF] stp x8, x9, [sp] Lloh291: adrp x0, l_.str.26@PAGE Lloh292: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf 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 Lloh252, Lloh253 .loh AdrpAdd Lloh250, Lloh251 .loh AdrpLdr Lloh281, Lloh282 .loh AdrpAdd Lloh279, Lloh280 .loh AdrpLdr Lloh277, Lloh278 .loh AdrpAdd Lloh275, Lloh276 .loh AdrpLdr Lloh273, Lloh274 .loh AdrpAdd Lloh271, Lloh272 .loh AdrpLdr Lloh269, Lloh270 .loh AdrpAdd Lloh267, Lloh268 .loh AdrpLdr Lloh265, Lloh266 .loh AdrpAdd Lloh263, Lloh264 .loh AdrpAdd Lloh261, Lloh262 .loh AdrpAdd Lloh259, Lloh260 .loh AdrpAdd Lloh257, Lloh258 .loh AdrpLdr Lloh255, Lloh256 .loh AdrpAdrp Lloh254, Lloh263 .loh AdrpAdd Lloh283, Lloh284 .loh AdrpAdd Lloh285, Lloh286 .loh AdrpAdd Lloh291, Lloh292 .loh AdrpLdr Lloh289, Lloh290 .loh AdrpLdr Lloh287, Lloh288 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function generate_keystream _generate_keystream: ; @generate_keystream .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 Lloh293: adrp x8, _s12@PAGE ldr w9, [x8, _s12@PAGEOFF] adrp x22, _ks@PAGE str w9, [x22, _ks@PAGEOFF] mov w10, #-1 str w10, [x8, _s12@PAGEOFF] Lloh294: adrp x8, _s4_l@PAGE Lloh295: ldr w8, [x8, _s4_l@PAGEOFF] stp x9, x8, [sp] Lloh296: adrp x19, l_.str.26@PAGE Lloh297: add x19, x19, l_.str.26@PAGEOFF mov x0, x19 bl _insn_printf adrp x24, _s235@PAGE ldr w8, [x24, _s235@PAGEOFF] stp xzr, x8, [sp] Lloh298: adrp x20, l_.str.28@PAGE Lloh299: add x20, x20, l_.str.28@PAGEOFF mov x0, x20 bl _insn_printf Lloh300: adrp x23, _s2_l@PAGE ldr w8, [x23, _s2_l@PAGEOFF] stp xzr, x8, [sp] Lloh301: adrp x21, l_.str.29@PAGE Lloh302: add x21, x21, l_.str.29@PAGEOFF mov x0, x21 bl _insn_printf ldr w8, [x22, _ks@PAGEOFF] stp x8, xzr, [sp] mov x0, x19 bl _insn_printf ldr w8, [x24, _s235@PAGEOFF] adrp x25, _s5_l@PAGE ldr w9, [x25, _s5_l@PAGEOFF] stp x8, x9, [sp] mov x0, x21 bl _insn_printf ldr w8, [x22, _ks@PAGEOFF] ldr w9, [x24, _s235@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w8, [x23, _s2_l@PAGEOFF] stp xzr, x8, [sp] mov x0, x20 bl _insn_printf ldr w8, [x25, _s5_l@PAGEOFF] stp xzr, x8, [sp] mov x0, x21 bl _insn_printf ldr w8, [x22, _ks@PAGEOFF] stp x8, xzr, [sp] mov x0, x19 bl _insn_printf mov x8, #0 ldr w9, [x24, _s235@PAGEOFF] Lloh303: adrp x23, _regs@PAGE Lloh304: add x23, x23, _regs@PAGEOFF Lloh305: adrp x21, _reg_in_use@PAGE Lloh306: add x21, x21, _reg_in_use@PAGEOFF b LBB5_2 LBB5_1: ; in Loop: Header=BB5_2 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB5_13 LBB5_2: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB5_1 ; %bb.3: ; in Loop: Header=BB5_2 Depth=1 ldr w10, [x21, x8] cbz w10, LBB5_1 ; %bb.4: str wzr, [x21, x8] mov w8, #-1 str w8, [x24, _s235@PAGEOFF] adrp x24, _s111@PAGE ldr w8, [x24, _s111@PAGEOFF] Lloh307: adrp x25, _s6_l@PAGE ldr w9, [x25, _s6_l@PAGEOFF] stp x8, x9, [sp] Lloh308: adrp x19, l_.str.29@PAGE Lloh309: add x19, x19, l_.str.29@PAGEOFF mov x0, x19 bl _insn_printf ldr w8, [x22, _ks@PAGEOFF] ldr w9, [x24, _s111@PAGEOFF] stp x8, x9, [sp] Lloh310: adrp x20, l_.str.26@PAGE Lloh311: add x20, x20, l_.str.26@PAGEOFF mov x0, x20 bl _insn_printf ldr w8, [x25, _s6_l@PAGEOFF] stp xzr, x8, [sp] Lloh312: adrp x0, l_.str.28@PAGE Lloh313: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf str xzr, [sp] Lloh314: adrp x0, l_.str.30@PAGE Lloh315: add x0, x0, l_.str.30@PAGEOFF bl _insn_printf Lloh316: adrp x25, _s66@PAGE ldr w8, [x25, _s66@PAGEOFF] stp x8, xzr, [sp] mov x0, x19 bl _insn_printf ldr w8, [x22, _ks@PAGEOFF] ldr w9, [x25, _s66@PAGEOFF] stp x8, x9, [sp] mov x0, x20 bl _insn_printf mov x9, #0 ldr w8, [x24, _s111@PAGEOFF] b LBB5_6 LBB5_5: ; in Loop: Header=BB5_6 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB5_13 LBB5_6: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x9] cmp w10, w8 b.ne LBB5_5 ; %bb.7: ; in Loop: Header=BB5_6 Depth=1 ldr w10, [x21, x9] cbz w10, LBB5_5 ; %bb.8: mov x8, #0 str wzr, [x21, x9] mov w9, #-1 str w9, [x24, _s111@PAGEOFF] ldr w9, [x25, _s66@PAGEOFF] b LBB5_10 LBB5_9: ; in Loop: Header=BB5_10 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB5_13 LBB5_10: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB5_9 ; %bb.11: ; in Loop: Header=BB5_10 Depth=1 ldr w10, [x21, x8] cbz w10, LBB5_9 ; %bb.12: str wzr, [x21, x8] mov w8, #-1 str w8, [x25, _s66@PAGEOFF] 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 LBB5_13: Lloh317: adrp x8, ___stderrp@GOTPAGE Lloh318: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh319: ldr x3, [x8] Lloh320: adrp x0, l_.str.47@PAGE Lloh321: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit .loh AdrpAdd Lloh305, Lloh306 .loh AdrpAdd Lloh303, Lloh304 .loh AdrpAdd Lloh301, Lloh302 .loh AdrpAdrp Lloh300, Lloh303 .loh AdrpAdd Lloh298, Lloh299 .loh AdrpAdd Lloh296, Lloh297 .loh AdrpLdr Lloh294, Lloh295 .loh AdrpAdrp Lloh293, Lloh294 .loh AdrpAdd Lloh314, Lloh315 .loh AdrpAdd Lloh312, Lloh313 .loh AdrpAdd Lloh310, Lloh311 .loh AdrpAdd Lloh308, Lloh309 .loh AdrpAdrp Lloh307, Lloh316 .loh AdrpAdd Lloh320, Lloh321 .loh AdrpLdrGotLdr Lloh317, Lloh318, Lloh319 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function generate_feedback _generate_feedback: ; @generate_feedback .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, x0 Lloh322: adrp x20, _f@PAGE Lloh323: add x20, x20, _f@PAGEOFF mov x0, x20 bl _alloc_high_reg ldr w8, [x20] Lloh324: adrp x9, _s3_l@PAGE Lloh325: ldr w9, [x9, _s3_l@PAGEOFF] stp x8, x9, [sp] Lloh326: adrp x0, l_.str.28@PAGE Lloh327: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf ldr w8, [x20] str x8, [sp] Lloh328: adrp x0, l_.str.30@PAGE Lloh329: add x0, x0, l_.str.30@PAGEOFF bl _insn_printf ldr w8, [x20] adrp x20, _s1_l@PAGE ldr w9, [x20, _s1_l@PAGEOFF] stp x8, x9, [sp] Lloh330: adrp x0, l_.str.26@PAGE Lloh331: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x20, _s1_l@PAGEOFF] Lloh332: adrp x23, _regs@PAGE Lloh333: add x23, x23, _regs@PAGEOFF Lloh334: adrp x22, _reg_in_use@PAGE Lloh335: add x22, x22, _reg_in_use@PAGEOFF b LBB6_2 LBB6_1: ; in Loop: Header=BB6_2 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB6_36 LBB6_2: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB6_1 ; %bb.3: ; in Loop: Header=BB6_2 Depth=1 ldr w10, [x22, x8] cbz w10, LBB6_1 ; %bb.4: str wzr, [x22, x8] mov w8, #-1 str w8, [x20, _s1_l@PAGEOFF] adrp x27, _s244@PAGE ldr w8, [x27, _s244@PAGEOFF] stp xzr, x8, [sp] Lloh336: adrp x0, l_.str.28@PAGE Lloh337: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf adrp x26, _s23@PAGE ldr w8, [x26, _s23@PAGEOFF] stp xzr, x8, [sp] Lloh338: adrp x20, l_.str.29@PAGE Lloh339: add x20, x20, l_.str.29@PAGEOFF mov x0, x20 bl _insn_printf adrp x24, _f@PAGE ldr w8, [x24, _f@PAGEOFF] stp x8, xzr, [sp] Lloh340: adrp x21, l_.str.26@PAGE Lloh341: add x21, x21, l_.str.26@PAGEOFF mov x0, x21 bl _insn_printf ldr w8, [x26, _s23@PAGEOFF] adrp x25, _s160@PAGE ldr w9, [x25, _s160@PAGEOFF] stp x8, x9, [sp] mov x0, x20 bl _insn_printf ldr w8, [x24, _f@PAGEOFF] ldr w9, [x26, _s23@PAGEOFF] stp x8, x9, [sp] mov x0, x21 bl _insn_printf ldr w8, [x27, _s244@PAGEOFF] ldr w9, [x25, _s160@PAGEOFF] stp x8, x9, [sp] mov x0, x20 bl _insn_printf ldr w8, [x24, _f@PAGEOFF] ldr w9, [x27, _s244@PAGEOFF] stp x8, x9, [sp] mov x0, x21 bl _insn_printf mov x9, #0 ldr w8, [x27, _s244@PAGEOFF] b LBB6_6 LBB6_5: ; in Loop: Header=BB6_6 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB6_36 LBB6_6: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x9] cmp w10, w8 b.ne LBB6_5 ; %bb.7: ; in Loop: Header=BB6_6 Depth=1 ldr w10, [x22, x9] cbz w10, LBB6_5 ; %bb.8: mov x8, #0 str wzr, [x22, x9] mov w9, #-1 str w9, [x27, _s244@PAGEOFF] ldr w9, [x26, _s23@PAGEOFF] b LBB6_10 LBB6_9: ; in Loop: Header=BB6_10 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB6_36 LBB6_10: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB6_9 ; %bb.11: ; in Loop: Header=BB6_10 Depth=1 ldr w10, [x22, x8] cbz w10, LBB6_9 ; %bb.12: mov x9, #0 str wzr, [x22, x8] mov w8, #-1 str w8, [x26, _s23@PAGEOFF] ldr w8, [x25, _s160@PAGEOFF] b LBB6_14 LBB6_13: ; in Loop: Header=BB6_14 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB6_36 LBB6_14: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x9] cmp w10, w8 b.ne LBB6_13 ; %bb.15: ; in Loop: Header=BB6_14 Depth=1 ldr w10, [x22, x9] cbz w10, LBB6_13 ; %bb.16: str wzr, [x22, x9] mov w8, #-1 str w8, [x25, _s160@PAGEOFF] adrp x20, _s196@PAGE cbnz w19, LBB6_18 ; %bb.17: ldr w8, [x20, _s196@PAGEOFF] str x8, [sp] Lloh342: adrp x0, l_.str.31@PAGE Lloh343: add x0, x0, l_.str.31@PAGEOFF bl _insn_printf LBB6_18: ldr w8, [x24, _f@PAGEOFF] ldr w9, [x20, _s196@PAGEOFF] stp x8, x9, [sp] Lloh344: adrp x0, l_.str.26@PAGE Lloh345: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x20, _s196@PAGEOFF] b LBB6_20 LBB6_19: ; in Loop: Header=BB6_20 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB6_36 LBB6_20: ; =>This Inner Loop Header: Depth=1 ldr w10, [x23, x8] cmp w10, w9 b.ne LBB6_19 ; %bb.21: ; in Loop: Header=BB6_20 Depth=1 ldr w10, [x22, x8] cbz w10, LBB6_19 ; %bb.22: str wzr, [x22, x8] mov w8, #-1 str w8, [x20, _s196@PAGEOFF] adrp x8, _is_32bit_version@PAGE ldrb w8, [x8, _is_32bit_version@PAGEOFF] tbz w8, #0, LBB6_25 ; %bb.23: cbz w19, LBB6_27 ; %bb.24: adrp x20, _lfsr_offset@PAGE ldr w8, [x20, _lfsr_offset@PAGEOFF] Lloh346: adrp x9, _generate_feedback.in_regs@PAGE Lloh347: add x9, x9, _generate_feedback.in_regs@PAGEOFF ldr x8, [x9, x8, lsl #3] stp xzr, x8, [sp] Lloh348: adrp x0, l_.str.42@PAGE Lloh349: add x0, x0, l_.str.42@PAGEOFF bl _insn_printf adrp x21, _ks@PAGE ldr w8, [x21, _ks@PAGEOFF] stp x8, xzr, [sp] Lloh350: adrp x19, l_.str.26@PAGE Lloh351: add x19, x19, l_.str.26@PAGEOFF mov x0, x19 bl _insn_printf ldr w8, [x24, _f@PAGEOFF] ldr w9, [x21, _ks@PAGEOFF] stp x8, x9, [sp] mov x0, x19 bl _insn_printf ldr w8, [x20, _lfsr_offset@PAGEOFF] Lloh352: adrp x9, _generate_feedback.out_regs@PAGE Lloh353: add x9, x9, _generate_feedback.out_regs@PAGEOFF ldr x8, [x9, x8, lsl #3] ldr w9, [x21, _ks@PAGEOFF] str x9, [sp, #8] b LBB6_28 LBB6_25: adrp x20, _ks@PAGE ldr w8, [x20, _ks@PAGEOFF] cbz w19, LBB6_33 ; %bb.26: str x8, [sp] Lloh354: adrp x0, l_.str.32@PAGE Lloh355: add x0, x0, l_.str.32@PAGEOFF bl _insn_printf ldr w8, [x24, _f@PAGEOFF] ldr w9, [x20, _ks@PAGEOFF] stp x8, x9, [sp] Lloh356: adrp x0, l_.str.26@PAGE Lloh357: add x0, x0, l_.str.26@PAGEOFF b LBB6_34 LBB6_27: adrp x20, _ks@PAGE ldr w8, [x20, _ks@PAGEOFF] stp xzr, x8, [sp] Lloh358: adrp x0, l_.str.28@PAGE Lloh359: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf str xzr, [sp] Lloh360: adrp x0, l_.str.33@PAGE Lloh361: add x0, x0, l_.str.33@PAGEOFF bl _insn_printf ldr w8, [x24, _f@PAGEOFF] stp x8, xzr, [sp] Lloh362: adrp x19, l_.str.26@PAGE Lloh363: add x19, x19, l_.str.26@PAGEOFF mov x0, x19 bl _insn_printf adrp x21, _lfsr_offset@PAGE ldr w8, [x21, _lfsr_offset@PAGEOFF] Lloh364: adrp x9, _generate_feedback.in_regs@PAGE Lloh365: add x9, x9, _generate_feedback.in_regs@PAGEOFF ldr x8, [x9, x8, lsl #3] stp xzr, x8, [sp] Lloh366: adrp x0, l_.str.42@PAGE Lloh367: add x0, x0, l_.str.42@PAGEOFF bl _insn_printf ldr w8, [x24, _f@PAGEOFF] stp x8, xzr, [sp] mov x0, x19 bl _insn_printf ldr w8, [x20, _ks@PAGEOFF] stp xzr, x8, [sp] mov x0, x19 bl _insn_printf ldr w8, [x21, _lfsr_offset@PAGEOFF] Lloh368: adrp x9, _generate_feedback.out_regs@PAGE Lloh369: add x9, x9, _generate_feedback.out_regs@PAGEOFF ldr x8, [x9, x8, lsl #3] str xzr, [sp, #8] LBB6_28: str x8, [sp] Lloh370: adrp x0, l_.str.43@PAGE Lloh371: add x0, x0, l_.str.43@PAGEOFF bl _insn_printf mov x9, #0 adrp x8, _ks@PAGE ldr w10, [x8, _ks@PAGEOFF] b LBB6_30 LBB6_29: ; in Loop: Header=BB6_30 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB6_36 LBB6_30: ; =>This Inner Loop Header: Depth=1 ldr w11, [x23, x9] cmp w11, w10 b.ne LBB6_29 ; %bb.31: ; in Loop: Header=BB6_30 Depth=1 ldr w11, [x22, x9] cbz w11, LBB6_29 ; %bb.32: str wzr, [x22, x9] mov w9, #-1 str w9, [x8, _ks@PAGEOFF] b LBB6_35 LBB6_33: ; kill: def $w8 killed $w8 killed $x8 def $x8 stp xzr, x8, [sp] Lloh372: adrp x0, l_.str.28@PAGE Lloh373: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf str xzr, [sp] Lloh374: adrp x0, l_.str.33@PAGE Lloh375: add x0, x0, l_.str.33@PAGEOFF bl _insn_printf ldr w8, [x24, _f@PAGEOFF] stp x8, xzr, [sp] Lloh376: adrp x0, l_.str.26@PAGE Lloh377: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf ldr w8, [x24, _f@PAGEOFF] str x8, [sp] Lloh378: adrp x0, l_.str.32@PAGE Lloh379: add x0, x0, l_.str.32@PAGEOFF LBB6_34: bl _insn_printf LBB6_35: 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 LBB6_36: Lloh380: adrp x8, ___stderrp@GOTPAGE Lloh381: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh382: ldr x3, [x8] Lloh383: adrp x0, l_.str.47@PAGE Lloh384: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit .loh AdrpAdd Lloh334, Lloh335 .loh AdrpAdd Lloh332, Lloh333 .loh AdrpAdd Lloh330, Lloh331 .loh AdrpAdd Lloh328, Lloh329 .loh AdrpAdd Lloh326, Lloh327 .loh AdrpLdr Lloh324, Lloh325 .loh AdrpAdd Lloh322, Lloh323 .loh AdrpAdd Lloh340, Lloh341 .loh AdrpAdd Lloh338, Lloh339 .loh AdrpAdd Lloh336, Lloh337 .loh AdrpAdd Lloh342, Lloh343 .loh AdrpAdd Lloh344, Lloh345 .loh AdrpAdd Lloh352, Lloh353 .loh AdrpAdd Lloh350, Lloh351 .loh AdrpAdd Lloh348, Lloh349 .loh AdrpAdd Lloh346, Lloh347 .loh AdrpAdd Lloh356, Lloh357 .loh AdrpAdd Lloh354, Lloh355 .loh AdrpAdd Lloh368, Lloh369 .loh AdrpAdd Lloh366, Lloh367 .loh AdrpAdd Lloh364, Lloh365 .loh AdrpAdd Lloh362, Lloh363 .loh AdrpAdd Lloh360, Lloh361 .loh AdrpAdd Lloh358, Lloh359 .loh AdrpAdd Lloh370, Lloh371 .loh AdrpAdd Lloh378, Lloh379 .loh AdrpAdd Lloh376, Lloh377 .loh AdrpAdd Lloh374, Lloh375 .loh AdrpAdd Lloh372, Lloh373 .loh AdrpAdd Lloh383, Lloh384 .loh AdrpLdrGotLdr Lloh380, Lloh381, Lloh382 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function shift_down _shift_down: ; @shift_down .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 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 mov w8, #-1 str w8, [sp, #28] add x0, sp, #28 bl _alloc_high_reg adrp x23, _f@PAGE ldr w8, [x23, _f@PAGEOFF] cmp w8, #15 b.le LBB7_35 ; %bb.1: str x8, [sp] Lloh385: adrp x0, l_.str.18@PAGE Lloh386: add x0, x0, l_.str.18@PAGEOFF bl _insn_printf ldr w22, [sp, #28] ldr w8, [x23, _f@PAGEOFF] stp x22, x8, [sp] Lloh387: adrp x0, l_.str.28@PAGE Lloh388: add x0, x0, l_.str.28@PAGEOFF bl _insn_printf str x22, [sp] Lloh389: adrp x0, l_.str.20@PAGE Lloh390: add x0, x0, l_.str.20@PAGEOFF bl _insn_printf adrp x21, _s7_l@PAGE ldr w8, [x21, _s7_l@PAGEOFF] stp x8, x22, [sp] Lloh391: adrp x0, l_.str.26@PAGE Lloh392: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf ldr w8, [x23, _f@PAGEOFF] str x8, [sp] Lloh393: adrp x0, l_.str.19@PAGE Lloh394: add x0, x0, l_.str.19@PAGEOFF bl _insn_printf ldr w8, [x23, _f@PAGEOFF] mov w9, #40 stp x9, x8, [sp] Lloh395: adrp x0, l_.str.44@PAGE Lloh396: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x9, #0 ldr w8, [x23, _f@PAGEOFF] Lloh397: adrp x20, _regs@PAGE Lloh398: add x20, x20, _regs@PAGEOFF Lloh399: adrp x19, _reg_in_use@PAGE Lloh400: add x19, x19, _reg_in_use@PAGEOFF b LBB7_3 LBB7_2: ; in Loop: Header=BB7_3 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB7_34 LBB7_3: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x9] cmp w10, w8 b.ne LBB7_2 ; %bb.4: ; in Loop: Header=BB7_3 Depth=1 ldr w10, [x19, x9] cbz w10, LBB7_2 ; %bb.5: mov x8, #0 str wzr, [x19, x9] mov w9, #-1 str w9, [x23, _f@PAGEOFF] b LBB7_7 LBB7_6: ; in Loop: Header=BB7_7 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_7: ; =>This Inner Loop Header: Depth=1 ldr w9, [x20, x8] cmp w9, w22 b.ne LBB7_6 ; %bb.8: ; in Loop: Header=BB7_7 Depth=1 ldr w9, [x19, x8] cbz w9, LBB7_6 ; %bb.9: str wzr, [x19, x8] ldr w1, [x21, _s7_l@PAGEOFF] Lloh401: adrp x0, _lfsr@PAGE+80 Lloh402: add x0, x0, _lfsr@PAGEOFF+80 bl _shift_down_lfsr mov x8, #0 ldr w9, [x21, _s7_l@PAGEOFF] b LBB7_11 LBB7_10: ; in Loop: Header=BB7_11 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_11: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x8] cmp w10, w9 b.ne LBB7_10 ; %bb.12: ; in Loop: Header=BB7_11 Depth=1 ldr w10, [x19, x8] cbz w10, LBB7_10 ; %bb.13: str wzr, [x19, x8] mov w8, #-1 str w8, [x21, _s7_l@PAGEOFF] adrp x21, _s6_l@PAGE ldr w1, [x21, _s6_l@PAGEOFF] Lloh403: adrp x0, _lfsr@PAGE+64 Lloh404: add x0, x0, _lfsr@PAGEOFF+64 bl _shift_down_lfsr mov x8, #0 ldr w9, [x21, _s6_l@PAGEOFF] b LBB7_15 LBB7_14: ; in Loop: Header=BB7_15 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_15: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x8] cmp w10, w9 b.ne LBB7_14 ; %bb.16: ; in Loop: Header=BB7_15 Depth=1 ldr w10, [x19, x8] cbz w10, LBB7_14 ; %bb.17: str wzr, [x19, x8] mov w8, #-1 str w8, [x21, _s6_l@PAGEOFF] adrp x21, _s5_l@PAGE ldr w1, [x21, _s5_l@PAGEOFF] Lloh405: adrp x0, _lfsr@PAGE+48 Lloh406: add x0, x0, _lfsr@PAGEOFF+48 bl _shift_down_lfsr mov x8, #0 ldr w9, [x21, _s5_l@PAGEOFF] b LBB7_19 LBB7_18: ; in Loop: Header=BB7_19 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_19: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x8] cmp w10, w9 b.ne LBB7_18 ; %bb.20: ; in Loop: Header=BB7_19 Depth=1 ldr w10, [x19, x8] cbz w10, LBB7_18 ; %bb.21: str wzr, [x19, x8] mov w8, #-1 str w8, [x21, _s5_l@PAGEOFF] adrp x21, _s4_l@PAGE ldr w1, [x21, _s4_l@PAGEOFF] Lloh407: adrp x0, _lfsr@PAGE+32 Lloh408: add x0, x0, _lfsr@PAGEOFF+32 bl _shift_down_lfsr mov x8, #0 ldr w9, [x21, _s4_l@PAGEOFF] b LBB7_23 LBB7_22: ; in Loop: Header=BB7_23 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_23: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x8] cmp w10, w9 b.ne LBB7_22 ; %bb.24: ; in Loop: Header=BB7_23 Depth=1 ldr w10, [x19, x8] cbz w10, LBB7_22 ; %bb.25: str wzr, [x19, x8] mov w8, #-1 str w8, [x21, _s4_l@PAGEOFF] adrp x21, _s3_l@PAGE ldr w1, [x21, _s3_l@PAGEOFF] Lloh409: adrp x0, _lfsr@PAGE+16 Lloh410: add x0, x0, _lfsr@PAGEOFF+16 bl _shift_down_lfsr mov x8, #0 ldr w9, [x21, _s3_l@PAGEOFF] b LBB7_27 LBB7_26: ; in Loop: Header=BB7_27 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_27: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x8] cmp w10, w9 b.ne LBB7_26 ; %bb.28: ; in Loop: Header=BB7_27 Depth=1 ldr w10, [x19, x8] cbz w10, LBB7_26 ; %bb.29: str wzr, [x19, x8] mov w8, #-1 str w8, [x21, _s3_l@PAGEOFF] adrp x21, _s2_l@PAGE ldr w1, [x21, _s2_l@PAGEOFF] Lloh411: adrp x0, _lfsr@PAGE Lloh412: add x0, x0, _lfsr@PAGEOFF bl _shift_down_lfsr mov x8, #0 ldr w9, [x21, _s2_l@PAGEOFF] b LBB7_31 LBB7_30: ; in Loop: Header=BB7_31 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB7_34 LBB7_31: ; =>This Inner Loop Header: Depth=1 ldr w10, [x20, x8] cmp w10, w9 b.ne LBB7_30 ; %bb.32: ; in Loop: Header=BB7_31 Depth=1 ldr w10, [x19, x8] cbz w10, LBB7_30 ; %bb.33: str wzr, [x19, x8] mov w8, #-1 str w8, [x21, _s2_l@PAGEOFF] 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 add sp, sp, #96 ret LBB7_34: Lloh413: adrp x8, ___stderrp@GOTPAGE Lloh414: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh415: ldr x3, [x8] Lloh416: adrp x0, l_.str.47@PAGE Lloh417: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit LBB7_35: Lloh418: adrp x9, ___stderrp@GOTPAGE Lloh419: ldr x9, [x9, ___stderrp@GOTPAGEOFF] Lloh420: ldr x0, [x9] ; kill: def $w8 killed $w8 killed $x8 def $x8 str x8, [sp] Lloh421: adrp x1, l_.str.24@PAGE Lloh422: add x1, x1, l_.str.24@PAGEOFF bl _fprintf mov w0, #1 bl _exit .loh AdrpAdd Lloh399, Lloh400 .loh AdrpAdd Lloh397, Lloh398 .loh AdrpAdd Lloh395, Lloh396 .loh AdrpAdd Lloh393, Lloh394 .loh AdrpAdd Lloh391, Lloh392 .loh AdrpAdd Lloh389, Lloh390 .loh AdrpAdd Lloh387, Lloh388 .loh AdrpAdd Lloh385, Lloh386 .loh AdrpAdd Lloh401, Lloh402 .loh AdrpAdd Lloh403, Lloh404 .loh AdrpAdd Lloh405, Lloh406 .loh AdrpAdd Lloh407, Lloh408 .loh AdrpAdd Lloh409, Lloh410 .loh AdrpAdd Lloh411, Lloh412 .loh AdrpAdd Lloh416, Lloh417 .loh AdrpLdrGotLdr Lloh413, Lloh414, Lloh415 .loh AdrpAdd Lloh421, Lloh422 .loh AdrpLdrGotLdr Lloh418, Lloh419, Lloh420 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function check_regs _check_regs: ; @check_regs .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 Lloh423: adrp x8, _reg_in_use@PAGE Lloh424: ldr w8, [x8, _reg_in_use@PAGEOFF] cbnz w8, LBB8_19 ; %bb.1: Lloh425: adrp x8, _reg_in_use@PAGE+4 Lloh426: ldr w8, [x8, _reg_in_use@PAGEOFF+4] cbnz w8, LBB8_20 ; %bb.2: Lloh427: adrp x8, _reg_in_use@PAGE+8 Lloh428: ldr w8, [x8, _reg_in_use@PAGEOFF+8] cbnz w8, LBB8_21 ; %bb.3: Lloh429: adrp x8, _reg_in_use@PAGE+12 Lloh430: ldr w8, [x8, _reg_in_use@PAGEOFF+12] cbnz w8, LBB8_22 ; %bb.4: Lloh431: adrp x8, _reg_in_use@PAGE+16 Lloh432: ldr w8, [x8, _reg_in_use@PAGEOFF+16] cbnz w8, LBB8_23 ; %bb.5: Lloh433: adrp x8, _reg_in_use@PAGE+20 Lloh434: ldr w8, [x8, _reg_in_use@PAGEOFF+20] cbnz w8, LBB8_24 ; %bb.6: Lloh435: adrp x8, _reg_in_use@PAGE+24 Lloh436: ldr w8, [x8, _reg_in_use@PAGEOFF+24] cbnz w8, LBB8_25 ; %bb.7: Lloh437: adrp x8, _reg_in_use@PAGE+28 Lloh438: ldr w8, [x8, _reg_in_use@PAGEOFF+28] cbnz w8, LBB8_26 ; %bb.8: Lloh439: adrp x8, _reg_in_use@PAGE+32 Lloh440: ldr w8, [x8, _reg_in_use@PAGEOFF+32] cbnz w8, LBB8_27 ; %bb.9: Lloh441: adrp x8, _reg_in_use@PAGE+36 Lloh442: ldr w8, [x8, _reg_in_use@PAGEOFF+36] cbnz w8, LBB8_28 ; %bb.10: Lloh443: adrp x8, _reg_in_use@PAGE+40 Lloh444: ldr w8, [x8, _reg_in_use@PAGEOFF+40] cbnz w8, LBB8_29 ; %bb.11: Lloh445: adrp x8, _reg_in_use@PAGE+44 Lloh446: ldr w8, [x8, _reg_in_use@PAGEOFF+44] cbnz w8, LBB8_30 ; %bb.12: Lloh447: adrp x8, _reg_in_use@PAGE+48 Lloh448: ldr w8, [x8, _reg_in_use@PAGEOFF+48] cbnz w8, LBB8_31 ; %bb.13: Lloh449: adrp x8, _reg_in_use@PAGE+52 Lloh450: ldr w8, [x8, _reg_in_use@PAGEOFF+52] cbnz w8, LBB8_32 ; %bb.14: Lloh451: adrp x8, _reg_in_use@PAGE+56 Lloh452: ldr w8, [x8, _reg_in_use@PAGEOFF+56] cbnz w8, LBB8_33 ; %bb.15: Lloh453: adrp x8, _reg_in_use@PAGE+60 Lloh454: ldr w8, [x8, _reg_in_use@PAGEOFF+60] cbnz w8, LBB8_34 ; %bb.16: Lloh455: adrp x8, _reg_in_use@PAGE+64 Lloh456: ldr w8, [x8, _reg_in_use@PAGEOFF+64] cbnz w8, LBB8_35 ; %bb.17: Lloh457: adrp x8, _reg_in_use@PAGE+68 Lloh458: ldr w8, [x8, _reg_in_use@PAGEOFF+68] cbnz w8, LBB8_36 ; %bb.18: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret LBB8_19: mov x8, #0 b LBB8_37 LBB8_20: mov w8, #1 b LBB8_37 LBB8_21: mov w8, #2 b LBB8_37 LBB8_22: mov w8, #3 b LBB8_37 LBB8_23: mov w8, #4 b LBB8_37 LBB8_24: mov w8, #5 b LBB8_37 LBB8_25: mov w8, #6 b LBB8_37 LBB8_26: mov w8, #7 b LBB8_37 LBB8_27: mov w8, #8 b LBB8_37 LBB8_28: mov w8, #9 b LBB8_37 LBB8_29: mov w8, #10 b LBB8_37 LBB8_30: mov w8, #11 b LBB8_37 LBB8_31: mov w8, #12 b LBB8_37 LBB8_32: mov w8, #13 b LBB8_37 LBB8_33: mov w8, #14 b LBB8_37 LBB8_34: mov w8, #15 b LBB8_37 LBB8_35: mov w8, #16 b LBB8_37 LBB8_36: mov w8, #17 LBB8_37: Lloh459: adrp x9, ___stderrp@GOTPAGE Lloh460: ldr x9, [x9, ___stderrp@GOTPAGEOFF] Lloh461: ldr x0, [x9] Lloh462: adrp x9, _regs@PAGE Lloh463: add x9, x9, _regs@PAGEOFF ldr w8, [x9, x8, lsl #2] str x8, [sp] Lloh464: adrp x1, l_.str.52@PAGE Lloh465: add x1, x1, l_.str.52@PAGEOFF bl _fprintf mov w0, #1 bl _exit .loh AdrpLdr Lloh423, Lloh424 .loh AdrpLdr Lloh425, Lloh426 .loh AdrpLdr Lloh427, Lloh428 .loh AdrpLdr Lloh429, Lloh430 .loh AdrpLdr Lloh431, Lloh432 .loh AdrpLdr Lloh433, Lloh434 .loh AdrpLdr Lloh435, Lloh436 .loh AdrpLdr Lloh437, Lloh438 .loh AdrpLdr Lloh439, Lloh440 .loh AdrpLdr Lloh441, Lloh442 .loh AdrpLdr Lloh443, Lloh444 .loh AdrpLdr Lloh445, Lloh446 .loh AdrpLdr Lloh447, Lloh448 .loh AdrpLdr Lloh449, Lloh450 .loh AdrpLdr Lloh451, Lloh452 .loh AdrpLdr Lloh453, Lloh454 .loh AdrpLdr Lloh455, Lloh456 .loh AdrpLdr Lloh457, Lloh458 .loh AdrpAdd Lloh464, Lloh465 .loh AdrpAdd Lloh462, Lloh463 .loh AdrpLdrGotLdr Lloh459, Lloh460, Lloh461 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function alloc_low_reg _alloc_low_reg: ; @alloc_low_reg .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 ldr w8, [x0] cmn w8, #1 b.ne LBB9_38 ; %bb.1: Lloh466: adrp x8, _reg_in_use@PAGE+68 Lloh467: add x8, x8, _reg_in_use@PAGEOFF+68 ldr w9, [x8] cbz w9, LBB9_20 ; %bb.2: Lloh468: adrp x8, _reg_in_use@PAGE+64 Lloh469: add x8, x8, _reg_in_use@PAGEOFF+64 ldr w9, [x8] cbz w9, LBB9_21 ; %bb.3: Lloh470: adrp x8, _reg_in_use@PAGE+60 Lloh471: add x8, x8, _reg_in_use@PAGEOFF+60 ldr w9, [x8] cbz w9, LBB9_22 ; %bb.4: Lloh472: adrp x8, _reg_in_use@PAGE+56 Lloh473: add x8, x8, _reg_in_use@PAGEOFF+56 ldr w9, [x8] cbz w9, LBB9_23 ; %bb.5: Lloh474: adrp x8, _reg_in_use@PAGE+52 Lloh475: add x8, x8, _reg_in_use@PAGEOFF+52 ldr w9, [x8] cbz w9, LBB9_24 ; %bb.6: Lloh476: adrp x8, _reg_in_use@PAGE+48 Lloh477: add x8, x8, _reg_in_use@PAGEOFF+48 ldr w9, [x8] cbz w9, LBB9_25 ; %bb.7: Lloh478: adrp x8, _reg_in_use@PAGE+44 Lloh479: add x8, x8, _reg_in_use@PAGEOFF+44 ldr w9, [x8] cbz w9, LBB9_26 ; %bb.8: Lloh480: adrp x8, _reg_in_use@PAGE+40 Lloh481: add x8, x8, _reg_in_use@PAGEOFF+40 ldr w9, [x8] cbz w9, LBB9_27 ; %bb.9: Lloh482: adrp x8, _reg_in_use@PAGE+36 Lloh483: add x8, x8, _reg_in_use@PAGEOFF+36 ldr w9, [x8] cbz w9, LBB9_28 ; %bb.10: Lloh484: adrp x8, _reg_in_use@PAGE+32 Lloh485: add x8, x8, _reg_in_use@PAGEOFF+32 ldr w9, [x8] cbz w9, LBB9_29 ; %bb.11: Lloh486: adrp x8, _reg_in_use@PAGE+28 Lloh487: add x8, x8, _reg_in_use@PAGEOFF+28 ldr w9, [x8] cbz w9, LBB9_30 ; %bb.12: Lloh488: adrp x8, _reg_in_use@PAGE+24 Lloh489: add x8, x8, _reg_in_use@PAGEOFF+24 ldr w9, [x8] cbz w9, LBB9_31 ; %bb.13: Lloh490: adrp x8, _reg_in_use@PAGE+20 Lloh491: add x8, x8, _reg_in_use@PAGEOFF+20 ldr w9, [x8] cbz w9, LBB9_32 ; %bb.14: Lloh492: adrp x8, _reg_in_use@PAGE+16 Lloh493: add x8, x8, _reg_in_use@PAGEOFF+16 ldr w9, [x8] cbz w9, LBB9_33 ; %bb.15: Lloh494: adrp x8, _reg_in_use@PAGE+12 Lloh495: add x8, x8, _reg_in_use@PAGEOFF+12 ldr w9, [x8] cbz w9, LBB9_34 ; %bb.16: Lloh496: adrp x8, _reg_in_use@PAGE+8 Lloh497: add x8, x8, _reg_in_use@PAGEOFF+8 ldr w9, [x8] cbz w9, LBB9_35 ; %bb.17: Lloh498: adrp x8, _reg_in_use@PAGE+4 Lloh499: add x8, x8, _reg_in_use@PAGEOFF+4 ldr w9, [x8] cbz w9, LBB9_36 ; %bb.18: Lloh500: adrp x8, _reg_in_use@PAGE Lloh501: add x8, x8, _reg_in_use@PAGEOFF ldr w9, [x8] cbnz w9, LBB9_40 ; %bb.19: mov x9, #0 b LBB9_37 LBB9_20: mov w9, #17 b LBB9_37 LBB9_21: mov w9, #16 b LBB9_37 LBB9_22: mov w9, #15 b LBB9_37 LBB9_23: mov w9, #14 b LBB9_37 LBB9_24: mov w9, #13 b LBB9_37 LBB9_25: mov w9, #12 b LBB9_37 LBB9_26: mov w9, #11 b LBB9_37 LBB9_27: mov w9, #10 b LBB9_37 LBB9_28: mov w9, #9 b LBB9_37 LBB9_29: mov w9, #8 b LBB9_37 LBB9_30: mov w9, #7 b LBB9_37 LBB9_31: mov w9, #6 b LBB9_37 LBB9_32: mov w9, #5 b LBB9_37 LBB9_33: mov w9, #4 b LBB9_37 LBB9_34: mov w9, #3 b LBB9_37 LBB9_35: mov w9, #2 b LBB9_37 LBB9_36: mov w9, #1 LBB9_37: mov w10, #1 lsl x9, x9, #2 Lloh502: adrp x11, _reg_used@PAGE Lloh503: add x11, x11, _reg_used@PAGEOFF str w10, [x11, x9] str w10, [x8] Lloh504: adrp x8, _regs@PAGE Lloh505: add x8, x8, _regs@PAGEOFF ldr w8, [x8, x9] str w8, [x0] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret LBB9_38: Lloh506: adrp x8, ___stderrp@GOTPAGE Lloh507: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh508: ldr x3, [x8] Lloh509: adrp x0, l_.str.13@PAGE Lloh510: add x0, x0, l_.str.13@PAGEOFF mov w1, #46 LBB9_39: mov w2, #1 bl _fwrite mov w0, #1 bl _exit LBB9_40: Lloh511: adrp x8, ___stderrp@GOTPAGE Lloh512: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh513: ldr x3, [x8] Lloh514: adrp x0, l_.str.14@PAGE Lloh515: add x0, x0, l_.str.14@PAGEOFF mov w1, #31 b LBB9_39 .loh AdrpAdd Lloh466, Lloh467 .loh AdrpAdd Lloh468, Lloh469 .loh AdrpAdd Lloh470, Lloh471 .loh AdrpAdd Lloh472, Lloh473 .loh AdrpAdd Lloh474, Lloh475 .loh AdrpAdd Lloh476, Lloh477 .loh AdrpAdd Lloh478, Lloh479 .loh AdrpAdd Lloh480, Lloh481 .loh AdrpAdd Lloh482, Lloh483 .loh AdrpAdd Lloh484, Lloh485 .loh AdrpAdd Lloh486, Lloh487 .loh AdrpAdd Lloh488, Lloh489 .loh AdrpAdd Lloh490, Lloh491 .loh AdrpAdd Lloh492, Lloh493 .loh AdrpAdd Lloh494, Lloh495 .loh AdrpAdd Lloh496, Lloh497 .loh AdrpAdd Lloh498, Lloh499 .loh AdrpAdd Lloh500, Lloh501 .loh AdrpAdd Lloh504, Lloh505 .loh AdrpAdd Lloh502, Lloh503 .loh AdrpAdd Lloh509, Lloh510 .loh AdrpLdrGotLdr Lloh506, Lloh507, Lloh508 .loh AdrpAdd Lloh514, Lloh515 .loh AdrpLdrGotLdr Lloh511, Lloh512, Lloh513 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function extract_two_parts _extract_two_parts: ; @extract_two_parts .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, x3 mov x21, x2 mov x19, x1 mov x22, x0 tbnz w2, #31, LBB10_2 ; %bb.1: Lloh516: adrp x8, _lfsr@PAGE Lloh517: add x8, x8, _lfsr@PAGEOFF Lloh518: adrp x9, _lfsr@PAGE+16 Lloh519: add x9, x9, _lfsr@PAGEOFF+16 Lloh520: adrp x10, _lfsr@PAGE+32 Lloh521: add x10, x10, _lfsr@PAGEOFF+32 Lloh522: adrp x11, _lfsr@PAGE+48 Lloh523: add x11, x11, _lfsr@PAGEOFF+48 Lloh524: adrp x12, _lfsr@PAGE+64 Lloh525: add x12, x12, _lfsr@PAGEOFF+64 Lloh526: adrp x13, _lfsr@PAGE+80 Lloh527: add x13, x13, _lfsr@PAGEOFF+80 add x14, x13, #16 cmp w21, #289 csel x13, x13, x14, lo cmp w21, #230 csel x12, x12, x13, lo cmp w21, #193 csel x11, x11, x12, lo cmp w21, #154 csel x10, x10, x11, lo cmp w21, #107 csel x9, x9, x10, lo cmp w21, #61 csel x8, x8, x9, lo b LBB10_3 LBB10_2: Lloh528: adrp x8, _lfsr@PAGE+96 Lloh529: add x8, x8, _lfsr@PAGEOFF+96 LBB10_3: ldr w9, [x8] sub w25, w21, w9 sub w26, w20, w9 ldr w8, [x8, #8] Lloh530: adrp x9, _lfsr_offset@PAGE Lloh531: ldr w9, [x9, _lfsr_offset@PAGEOFF] add w8, w9, w8 add w9, w26, #7 cmp w26, #0 csel w9, w9, w26, lt add w24, w8, w9, asr #3 add w8, w24, #2 mov x9, x22 stp x9, x8, [sp] Lloh532: adrp x23, l_.str.15@PAGE Lloh533: add x23, x23, l_.str.15@PAGEOFF mov x0, x23 bl _insn_printf add w8, w24, #1 mov x9, x19 stp x9, x8, [sp] mov x0, x23 bl _insn_printf stp xzr, x24, [sp] mov x0, x23 bl _insn_printf and w8, w25, #0x7 negs w9, w25 and w9, w9, #0x7 csneg w8, w8, w9, mi mov w9, #9 sub w27, w9, w8 Lloh534: adrp x23, l_.str.16@PAGE Lloh535: add x23, x23, l_.str.16@PAGEOFF Lloh536: adrp x24, l_.str.17@PAGE Lloh537: add x24, x24, l_.str.17@PAGEOFF LBB10_4: ; =>This Inner Loop Header: Depth=1 str xzr, [sp] mov x0, x23 bl _insn_printf str x19, [sp] mov x0, x24 bl _insn_printf str x22, [sp] mov x0, x24 bl _insn_printf sub w27, w27, #1 cmp w27, #1 b.hi LBB10_4 ; %bb.5: sub w8, w25, w26 sub w8, w8, #8 cmp w8, #1 b.lt LBB10_8 ; %bb.6: sub w8, w21, w20 sub w21, w8, #7 Lloh538: adrp x20, l_.str.16@PAGE Lloh539: add x20, x20, l_.str.16@PAGEOFF mov x22, x19 Lloh540: adrp x19, l_.str.17@PAGE Lloh541: add x19, x19, l_.str.17@PAGEOFF LBB10_7: ; =>This Inner Loop Header: Depth=1 str xzr, [sp] mov x0, x20 bl _insn_printf str x22, [sp] mov x0, x19 bl _insn_printf sub w21, w21, #1 cmp w21, #1 b.hi LBB10_7 LBB10_8: 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 Lloh526, Lloh527 .loh AdrpAdd Lloh524, Lloh525 .loh AdrpAdd Lloh522, Lloh523 .loh AdrpAdd Lloh520, Lloh521 .loh AdrpAdd Lloh518, Lloh519 .loh AdrpAdd Lloh516, Lloh517 .loh AdrpAdd Lloh528, Lloh529 .loh AdrpAdd Lloh536, Lloh537 .loh AdrpAdd Lloh534, Lloh535 .loh AdrpAdd Lloh532, Lloh533 .loh AdrpLdr Lloh530, Lloh531 .loh AdrpAdd Lloh540, Lloh541 .loh AdrpAdd Lloh538, Lloh539 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function extract_one_part _extract_one_part: ; @extract_one_part .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 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 mov x19, x0 tbnz w1, #31, LBB11_2 ; %bb.1: Lloh542: adrp x8, _lfsr@PAGE Lloh543: add x8, x8, _lfsr@PAGEOFF Lloh544: adrp x9, _lfsr@PAGE+16 Lloh545: add x9, x9, _lfsr@PAGEOFF+16 Lloh546: adrp x10, _lfsr@PAGE+32 Lloh547: add x10, x10, _lfsr@PAGEOFF+32 Lloh548: adrp x11, _lfsr@PAGE+48 Lloh549: add x11, x11, _lfsr@PAGEOFF+48 Lloh550: adrp x12, _lfsr@PAGE+64 Lloh551: add x12, x12, _lfsr@PAGEOFF+64 Lloh552: adrp x13, _lfsr@PAGE+80 Lloh553: add x13, x13, _lfsr@PAGEOFF+80 add x14, x13, #16 cmp w1, #289 csel x13, x13, x14, lo cmp w1, #230 csel x12, x12, x13, lo cmp w1, #193 csel x11, x11, x12, lo cmp w1, #154 csel x10, x10, x11, lo cmp w1, #107 csel x9, x9, x10, lo cmp w1, #61 csel x8, x8, x9, lo b LBB11_3 LBB11_2: Lloh554: adrp x8, _lfsr@PAGE+96 Lloh555: add x8, x8, _lfsr@PAGEOFF+96 LBB11_3: ldr w9, [x8] sub w21, w1, w9 ldr w8, [x8, #8] Lloh556: adrp x9, _lfsr_offset@PAGE Lloh557: ldr w9, [x9, _lfsr_offset@PAGEOFF] add w8, w9, w8 add w9, w21, #7 cmp w21, #0 csel w9, w9, w21, lt add w22, w8, w9, asr #3 and w24, w9, #0xfffffff8 sub w23, w21, w24 cmp w23, #3 b.gt LBB11_7 ; %bb.4: mov x8, x19 stp x8, x22, [sp] Lloh558: adrp x20, l_.str.15@PAGE Lloh559: add x20, x20, l_.str.15@PAGEOFF mov x0, x20 bl _insn_printf add w8, w22, #1 stp xzr, x8, [sp] mov x0, x20 bl _insn_printf cmp w23, #1 b.lt LBB11_17 ; %bb.5: add w22, w23, #1 Lloh560: adrp x20, l_.str.22@PAGE Lloh561: add x20, x20, l_.str.22@PAGEOFF Lloh562: adrp x21, l_.str.23@PAGE Lloh563: add x21, x21, l_.str.23@PAGEOFF LBB11_6: ; =>This Inner Loop Header: Depth=1 str xzr, [sp] mov x0, x20 bl _insn_printf str x19, [sp] mov x0, x21 bl _insn_printf sub w22, w22, #1 cmp w22, #1 b.hi LBB11_6 b LBB11_17 LBB11_7: cmp w23, #4 b.ne LBB11_15 ; %bb.8: mov w8, #-1 str w8, [sp, #28] add x0, sp, #28 bl _alloc_high_reg mov x8, x22 mov x23, x19 stp x23, x8, [sp] Lloh564: adrp x20, l_.str.15@PAGE Lloh565: add x20, x20, l_.str.15@PAGEOFF mov x0, x20 bl _insn_printf ldr w21, [sp, #28] add w8, w22, #1 stp x21, x8, [sp] mov x0, x20 bl _insn_printf str x23, [sp] Lloh566: adrp x20, l_.str.18@PAGE Lloh567: add x20, x20, l_.str.18@PAGEOFF mov x0, x20 bl _insn_printf str x21, [sp] mov x0, x20 bl _insn_printf cmp w19, #15 b.le LBB11_19 ; %bb.9: cmp w21, #15 b.le LBB11_20 ; %bb.10: ; kill: def $w19 killed $w19 killed $x19 def $x19 str x19, [sp] Lloh568: adrp x0, l_.str.19@PAGE Lloh569: add x0, x0, l_.str.19@PAGEOFF bl _insn_printf mov x20, x21 str x20, [sp] Lloh570: adrp x0, l_.str.20@PAGE Lloh571: add x0, x0, l_.str.20@PAGEOFF bl _insn_printf stp x19, x20, [sp] Lloh572: adrp x0, l_.str.21@PAGE Lloh573: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf mov x8, #0 Lloh574: adrp x10, _regs@PAGE Lloh575: add x10, x10, _regs@PAGEOFF Lloh576: adrp x9, _reg_in_use@PAGE Lloh577: add x9, x9, _reg_in_use@PAGEOFF b LBB11_12 LBB11_11: ; in Loop: Header=BB11_12 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB11_18 LBB11_12: ; =>This Inner Loop Header: Depth=1 ldr w11, [x10, x8] cmp w11, w21 b.ne LBB11_11 ; %bb.13: ; in Loop: Header=BB11_12 Depth=1 ldr w11, [x9, x8] cbz w11, LBB11_11 ; %bb.14: str wzr, [x9, x8] b LBB11_17 LBB11_15: mov x8, x22 stp xzr, x8, [sp] Lloh578: adrp x20, l_.str.15@PAGE Lloh579: add x20, x20, l_.str.15@PAGEOFF mov x0, x20 bl _insn_printf add w8, w22, #1 mov x9, x19 stp x9, x8, [sp] mov x0, x20 bl _insn_printf sub w8, w24, w21 add w21, w8, #9 Lloh580: adrp x20, l_.str.16@PAGE Lloh581: add x20, x20, l_.str.16@PAGEOFF mov x22, x19 Lloh582: adrp x19, l_.str.17@PAGE Lloh583: add x19, x19, l_.str.17@PAGEOFF LBB11_16: ; =>This Inner Loop Header: Depth=1 str xzr, [sp] mov x0, x20 bl _insn_printf str x22, [sp] mov x0, x19 bl _insn_printf sub w21, w21, #1 cmp w21, #1 b.hi LBB11_16 LBB11_17: 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 add sp, sp, #96 ret LBB11_18: Lloh584: adrp x8, ___stderrp@GOTPAGE Lloh585: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh586: ldr x3, [x8] Lloh587: adrp x0, l_.str.47@PAGE Lloh588: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit LBB11_19: Lloh589: adrp x8, ___stderrp@GOTPAGE Lloh590: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh591: ldr x0, [x8] ; kill: def $w19 killed $w19 killed $x19 def $x19 str x19, [sp] b LBB11_21 LBB11_20: Lloh592: adrp x8, ___stderrp@GOTPAGE Lloh593: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh594: ldr x0, [x8] ; kill: def $w21 killed $w21 killed $x21 def $x21 str x21, [sp] LBB11_21: Lloh595: adrp x1, l_.str.24@PAGE Lloh596: add x1, x1, l_.str.24@PAGEOFF bl _fprintf mov w0, #1 bl _exit .loh AdrpAdd Lloh552, Lloh553 .loh AdrpAdd Lloh550, Lloh551 .loh AdrpAdd Lloh548, Lloh549 .loh AdrpAdd Lloh546, Lloh547 .loh AdrpAdd Lloh544, Lloh545 .loh AdrpAdd Lloh542, Lloh543 .loh AdrpAdd Lloh554, Lloh555 .loh AdrpLdr Lloh556, Lloh557 .loh AdrpAdd Lloh558, Lloh559 .loh AdrpAdd Lloh562, Lloh563 .loh AdrpAdd Lloh560, Lloh561 .loh AdrpAdd Lloh566, Lloh567 .loh AdrpAdd Lloh564, Lloh565 .loh AdrpAdd Lloh576, Lloh577 .loh AdrpAdd Lloh574, Lloh575 .loh AdrpAdd Lloh572, Lloh573 .loh AdrpAdd Lloh570, Lloh571 .loh AdrpAdd Lloh568, Lloh569 .loh AdrpAdd Lloh582, Lloh583 .loh AdrpAdd Lloh580, Lloh581 .loh AdrpAdd Lloh578, Lloh579 .loh AdrpAdd Lloh587, Lloh588 .loh AdrpLdrGotLdr Lloh584, Lloh585, Lloh586 .loh AdrpLdrGotLdr Lloh589, Lloh590, Lloh591 .loh AdrpLdrGotLdr Lloh592, Lloh593, Lloh594 .loh AdrpAdd Lloh595, Lloh596 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function alloc_high_reg _alloc_high_reg: ; @alloc_high_reg .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 ldr w8, [x0] cmn w8, #1 b.ne LBB12_39 ; %bb.1: Lloh597: adrp x8, _reg_in_use@PAGE Lloh598: add x8, x8, _reg_in_use@PAGEOFF ldr w9, [x8] cbz w9, LBB12_20 ; %bb.2: Lloh599: adrp x8, _reg_in_use@PAGE+4 Lloh600: add x8, x8, _reg_in_use@PAGEOFF+4 ldr w9, [x8] cbz w9, LBB12_21 ; %bb.3: Lloh601: adrp x8, _reg_in_use@PAGE+8 Lloh602: add x8, x8, _reg_in_use@PAGEOFF+8 ldr w9, [x8] cbz w9, LBB12_22 ; %bb.4: Lloh603: adrp x8, _reg_in_use@PAGE+12 Lloh604: add x8, x8, _reg_in_use@PAGEOFF+12 ldr w9, [x8] cbz w9, LBB12_23 ; %bb.5: Lloh605: adrp x8, _reg_in_use@PAGE+16 Lloh606: add x8, x8, _reg_in_use@PAGEOFF+16 ldr w9, [x8] cbz w9, LBB12_24 ; %bb.6: Lloh607: adrp x8, _reg_in_use@PAGE+20 Lloh608: add x8, x8, _reg_in_use@PAGEOFF+20 ldr w9, [x8] cbz w9, LBB12_25 ; %bb.7: Lloh609: adrp x8, _reg_in_use@PAGE+24 Lloh610: add x8, x8, _reg_in_use@PAGEOFF+24 ldr w9, [x8] cbz w9, LBB12_26 ; %bb.8: Lloh611: adrp x8, _reg_in_use@PAGE+28 Lloh612: add x8, x8, _reg_in_use@PAGEOFF+28 ldr w9, [x8] cbz w9, LBB12_27 ; %bb.9: Lloh613: adrp x8, _reg_in_use@PAGE+32 Lloh614: add x8, x8, _reg_in_use@PAGEOFF+32 ldr w9, [x8] cbz w9, LBB12_28 ; %bb.10: Lloh615: adrp x8, _reg_in_use@PAGE+36 Lloh616: add x8, x8, _reg_in_use@PAGEOFF+36 ldr w9, [x8] cbz w9, LBB12_29 ; %bb.11: Lloh617: adrp x8, _reg_in_use@PAGE+40 Lloh618: add x8, x8, _reg_in_use@PAGEOFF+40 ldr w9, [x8] cbz w9, LBB12_30 ; %bb.12: Lloh619: adrp x8, _reg_in_use@PAGE+44 Lloh620: add x8, x8, _reg_in_use@PAGEOFF+44 ldr w9, [x8] cbz w9, LBB12_31 ; %bb.13: Lloh621: adrp x8, _reg_in_use@PAGE+48 Lloh622: add x8, x8, _reg_in_use@PAGEOFF+48 ldr w9, [x8] cbz w9, LBB12_32 ; %bb.14: Lloh623: adrp x8, _reg_in_use@PAGE+52 Lloh624: add x8, x8, _reg_in_use@PAGEOFF+52 ldr w9, [x8] cbz w9, LBB12_33 ; %bb.15: Lloh625: adrp x8, _reg_in_use@PAGE+56 Lloh626: add x8, x8, _reg_in_use@PAGEOFF+56 ldr w9, [x8] cbz w9, LBB12_34 ; %bb.16: Lloh627: adrp x8, _reg_in_use@PAGE+60 Lloh628: add x8, x8, _reg_in_use@PAGEOFF+60 ldr w9, [x8] cbz w9, LBB12_35 ; %bb.17: Lloh629: adrp x8, _reg_in_use@PAGE+64 Lloh630: add x8, x8, _reg_in_use@PAGEOFF+64 ldr w9, [x8] cbz w9, LBB12_36 ; %bb.18: Lloh631: adrp x8, _reg_in_use@PAGE+68 Lloh632: add x8, x8, _reg_in_use@PAGEOFF+68 ldr w9, [x8] cbnz w9, LBB12_42 ; %bb.19: mov w9, #17 b LBB12_37 LBB12_20: mov x9, #0 b LBB12_37 LBB12_21: mov w9, #1 b LBB12_37 LBB12_22: mov w9, #2 b LBB12_37 LBB12_23: mov w9, #3 b LBB12_37 LBB12_24: mov w9, #4 b LBB12_37 LBB12_25: mov w9, #5 b LBB12_37 LBB12_26: mov w9, #6 b LBB12_37 LBB12_27: mov w9, #7 b LBB12_37 LBB12_28: mov w9, #8 b LBB12_37 LBB12_29: mov w9, #9 b LBB12_37 LBB12_30: mov w9, #10 b LBB12_37 LBB12_31: mov w9, #11 b LBB12_37 LBB12_32: mov w9, #12 b LBB12_37 LBB12_33: mov w9, #13 b LBB12_37 LBB12_34: mov w9, #14 b LBB12_37 LBB12_35: mov w9, #15 b LBB12_37 LBB12_36: mov w9, #16 LBB12_37: mov w10, #1 lsl x11, x9, #2 Lloh633: adrp x12, _reg_used@PAGE Lloh634: add x12, x12, _reg_used@PAGEOFF str w10, [x12, x11] Lloh635: adrp x12, _regs@PAGE Lloh636: add x12, x12, _regs@PAGEOFF str w10, [x8] ldr w8, [x12, x11] str w8, [x0] sub x8, x9, #8 cmp x8, #9 b.ls LBB12_40 ; %bb.38: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret LBB12_39: Lloh637: adrp x8, ___stderrp@GOTPAGE Lloh638: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh639: ldr x3, [x8] Lloh640: adrp x0, l_.str.13@PAGE Lloh641: add x0, x0, l_.str.13@PAGEOFF mov w1, #46 b LBB12_41 LBB12_40: Lloh642: adrp x8, ___stderrp@GOTPAGE Lloh643: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh644: ldr x3, [x8] Lloh645: adrp x0, l_.str.25@PAGE Lloh646: add x0, x0, l_.str.25@PAGEOFF mov w1, #36 LBB12_41: mov w2, #1 bl _fwrite mov w0, #1 bl _exit LBB12_42: Lloh647: adrp x8, ___stderrp@GOTPAGE Lloh648: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh649: ldr x3, [x8] Lloh650: adrp x0, l_.str.14@PAGE Lloh651: add x0, x0, l_.str.14@PAGEOFF mov w1, #31 b LBB12_41 .loh AdrpAdd Lloh597, Lloh598 .loh AdrpAdd Lloh599, Lloh600 .loh AdrpAdd Lloh601, Lloh602 .loh AdrpAdd Lloh603, Lloh604 .loh AdrpAdd Lloh605, Lloh606 .loh AdrpAdd Lloh607, Lloh608 .loh AdrpAdd Lloh609, Lloh610 .loh AdrpAdd Lloh611, Lloh612 .loh AdrpAdd Lloh613, Lloh614 .loh AdrpAdd Lloh615, Lloh616 .loh AdrpAdd Lloh617, Lloh618 .loh AdrpAdd Lloh619, Lloh620 .loh AdrpAdd Lloh621, Lloh622 .loh AdrpAdd Lloh623, Lloh624 .loh AdrpAdd Lloh625, Lloh626 .loh AdrpAdd Lloh627, Lloh628 .loh AdrpAdd Lloh629, Lloh630 .loh AdrpAdd Lloh631, Lloh632 .loh AdrpAdd Lloh635, Lloh636 .loh AdrpAdd Lloh633, Lloh634 .loh AdrpAdd Lloh640, Lloh641 .loh AdrpLdrGotLdr Lloh637, Lloh638, Lloh639 .loh AdrpAdd Lloh645, Lloh646 .loh AdrpLdrGotLdr Lloh642, Lloh643, Lloh644 .loh AdrpAdd Lloh650, Lloh651 .loh AdrpLdrGotLdr Lloh647, Lloh648, Lloh649 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function shift_down_lfsr _shift_down_lfsr: ; @shift_down_lfsr .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x28, x27, [sp, #32] ; 16-byte Folded Spill stp x26, x25, [sp, #48] ; 16-byte Folded Spill stp x24, x23, [sp, #64] ; 16-byte Folded Spill 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 .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 mov x20, x0 mov w8, #-1 str w8, [sp, #28] ldr w8, [x0, #4] cmp w8, #16 b.le LBB13_12 ; %bb.1: mov w24, #0 Lloh652: adrp x21, l_.str.15@PAGE Lloh653: add x21, x21, l_.str.15@PAGEOFF Lloh654: adrp x22, l_.str.45@PAGE Lloh655: add x22, x22, l_.str.45@PAGEOFF Lloh656: adrp x23, l_.str.44@PAGE Lloh657: add x23, x23, l_.str.44@PAGEOFF b LBB13_4 LBB13_2: ; in Loop: Header=BB13_4 Depth=1 str xzr, [sp] mov x0, x22 LBB13_3: ; in Loop: Header=BB13_4 Depth=1 bl _insn_printf ldr w8, [x20, #4] sub w8, w8, #16 cmp w24, w8 b.ge LBB13_14 LBB13_4: ; =>This Inner Loop Header: Depth=1 subs w8, w24, #32 b.hs LBB13_7 ; %bb.5: ; in Loop: Header=BB13_4 Depth=1 ldr w9, [x20, #8] add w25, w9, w24, lsr #3 add w8, w24, #8 cmp w24, #24 b.hs LBB13_8 ; %bb.6: ; in Loop: Header=BB13_4 Depth=1 add w9, w9, w8, lsr #3 b LBB13_10 LBB13_7: ; in Loop: Header=BB13_4 Depth=1 ldr w9, [x20, #12] sub w10, w24, #25 cmp w8, #0 csel w8, w10, w8, lt add w25, w9, w8, asr #3 add w8, w24, #8 b LBB13_9 LBB13_8: ; in Loop: Header=BB13_4 Depth=1 ldr w9, [x20, #12] LBB13_9: ; in Loop: Header=BB13_4 Depth=1 sub w10, w24, #24 sub w11, w24, #17 cmp w10, #0 csel w10, w11, w10, lt add w9, w9, w10, asr #3 LBB13_10: ; in Loop: Header=BB13_4 Depth=1 mov x24, x8 stp xzr, x9, [sp] mov x0, x21 bl _insn_printf cbz w25, LBB13_2 ; %bb.11: ; in Loop: Header=BB13_4 Depth=1 stp x25, xzr, [sp] mov x0, x23 b LBB13_3 LBB13_12: mov w24, #0 ldr w22, [x20, #8] mov x8, x22 LBB13_13: add w9, w24, #8 add w23, w8, w9, lsr #3 b LBB13_19 LBB13_14: subs w9, w24, #32 b.hs LBB13_17 ; %bb.15: ldr w8, [x20, #8] add w22, w8, w24, lsr #3 cmp w24, #24 b.lo LBB13_13 ; %bb.16: ldr w8, [x20, #12] b LBB13_18 LBB13_17: ldr w8, [x20, #12] sub w10, w24, #25 cmp w9, #0 csel w9, w10, w9, lt add w22, w8, w9, asr #3 LBB13_18: sub w9, w24, #24 sub w10, w24, #17 cmp w9, #0 csel w9, w10, w9, lt add w23, w8, w9, asr #3 LBB13_19: stp xzr, x23, [sp] Lloh658: adrp x0, l_.str.15@PAGE Lloh659: add x0, x0, l_.str.15@PAGEOFF bl _insn_printf add x0, sp, #28 bl _alloc_low_reg ldr w8, [x20, #4] negs w9, w8 and w9, w9, #0x7 and w8, w8, #0x7 csneg w20, w8, w9, mi ldr w8, [sp, #28] mov x24, x8 str x8, [sp] Lloh660: adrp x0, l_.str.46@PAGE Lloh661: add x0, x0, l_.str.46@PAGEOFF bl _insn_printf cmp w20, #4 b.gt LBB13_24 ; %bb.20: cmp w20, #1 b.lt LBB13_23 ; %bb.21: add w25, w20, #1 Lloh662: adrp x20, l_.str.16@PAGE Lloh663: add x20, x20, l_.str.16@PAGEOFF Lloh664: adrp x21, l_.str.17@PAGE Lloh665: add x21, x21, l_.str.17@PAGEOFF LBB13_22: ; =>This Inner Loop Header: Depth=1 str x19, [sp] mov x0, x20 bl _insn_printf str x24, [sp] mov x0, x21 bl _insn_printf sub w25, w25, #1 cmp w25, #1 b.hi LBB13_22 LBB13_23: mov x8, x19 mov x19, x24 b LBB13_27 LBB13_24: mov w8, #9 sub w25, w8, w20 mov x26, x19 Lloh666: adrp x20, l_.str.22@PAGE Lloh667: add x20, x20, l_.str.22@PAGEOFF mov x27, x24 Lloh668: adrp x21, l_.str.23@PAGE Lloh669: add x21, x21, l_.str.23@PAGEOFF LBB13_25: ; =>This Inner Loop Header: Depth=1 str x26, [sp] mov x0, x20 bl _insn_printf str x27, [sp] mov x0, x21 bl _insn_printf sub w25, w25, #1 cmp w25, #1 b.hi LBB13_25 ; %bb.26: mov x8, x24 LBB13_27: stp xzr, x8, [sp] Lloh670: adrp x0, l_.str.21@PAGE Lloh671: add x0, x0, l_.str.21@PAGEOFF bl _insn_printf stp x22, xzr, [sp] Lloh672: adrp x20, l_.str.44@PAGE Lloh673: add x20, x20, l_.str.44@PAGEOFF mov x0, x20 bl _insn_printf ; kill: def $w19 killed $w19 killed $x19 def $x19 ; kill: def $w23 killed $w23 killed $x23 def $x23 stp x23, x19, [sp] mov x0, x20 bl _insn_printf mov x8, #0 Lloh674: adrp x10, _regs@PAGE Lloh675: add x10, x10, _regs@PAGEOFF Lloh676: adrp x9, _reg_in_use@PAGE Lloh677: add x9, x9, _reg_in_use@PAGEOFF b LBB13_29 LBB13_28: ; in Loop: Header=BB13_29 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB13_32 LBB13_29: ; =>This Inner Loop Header: Depth=1 ldr w11, [x10, x8] cmp w11, w24 b.ne LBB13_28 ; %bb.30: ; in Loop: Header=BB13_29 Depth=1 ldr w11, [x9, x8] cbz w11, LBB13_28 ; %bb.31: str wzr, [x9, x8] 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 ldp x24, x23, [sp, #64] ; 16-byte Folded Reload ldp x26, x25, [sp, #48] ; 16-byte Folded Reload ldp x28, x27, [sp, #32] ; 16-byte Folded Reload add sp, sp, #128 ret LBB13_32: Lloh678: adrp x8, ___stderrp@GOTPAGE Lloh679: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh680: ldr x3, [x8] Lloh681: adrp x0, l_.str.47@PAGE Lloh682: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit .loh AdrpAdd Lloh656, Lloh657 .loh AdrpAdd Lloh654, Lloh655 .loh AdrpAdd Lloh652, Lloh653 .loh AdrpAdd Lloh660, Lloh661 .loh AdrpAdd Lloh658, Lloh659 .loh AdrpAdd Lloh664, Lloh665 .loh AdrpAdd Lloh662, Lloh663 .loh AdrpAdd Lloh668, Lloh669 .loh AdrpAdd Lloh666, Lloh667 .loh AdrpAdd Lloh676, Lloh677 .loh AdrpAdd Lloh674, Lloh675 .loh AdrpAdd Lloh672, Lloh673 .loh AdrpAdd Lloh670, Lloh671 .loh AdrpAdd Lloh681, Lloh682 .loh AdrpLdrGotLdr Lloh678, Lloh679, Lloh680 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function shift_down_step _shift_down_step: ; @shift_down_step .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 mov w8, #-1 stp w8, w8, [sp, #24] adrp x22, _s7_l@PAGE ldr w8, [x22, _s7_l@PAGEOFF] adrp x20, _lfsr_offset@PAGE ldr w9, [x20, _lfsr_offset@PAGEOFF] Lloh683: adrp x10, _s7_l_prev@PAGE Lloh684: add x10, x10, _s7_l_prev@PAGEOFF str w8, [x10, x9, lsl #2] add x0, sp, #28 bl _alloc_high_reg adrp x24, _f@PAGE ldr w8, [x24, _f@PAGEOFF] cmp w8, #15 b.le LBB14_31 ; %bb.1: add x0, sp, #24 bl _alloc_low_reg ldr w8, [x24, _f@PAGEOFF] str x8, [sp] Lloh685: adrp x0, l_.str.18@PAGE Lloh686: add x0, x0, l_.str.18@PAGEOFF bl _insn_printf ldr w23, [sp, #28] ldr w8, [x24, _f@PAGEOFF] stp x23, x8, [sp] Lloh687: adrp x19, l_.str.28@PAGE Lloh688: add x19, x19, l_.str.28@PAGEOFF mov x0, x19 bl _insn_printf str x23, [sp] Lloh689: adrp x0, l_.str.20@PAGE Lloh690: add x0, x0, l_.str.20@PAGEOFF bl _insn_printf ldr w8, [x22, _s7_l@PAGEOFF] stp x8, x23, [sp] Lloh691: adrp x0, l_.str.26@PAGE Lloh692: add x0, x0, l_.str.26@PAGEOFF bl _insn_printf ldr w8, [x24, _f@PAGEOFF] str x8, [sp] Lloh693: adrp x0, l_.str.19@PAGE Lloh694: add x0, x0, l_.str.19@PAGEOFF bl _insn_printf ldr w25, [sp, #24] ldr w8, [x24, _f@PAGEOFF] stp x25, x8, [sp] mov x0, x19 bl _insn_printf mov x9, #0 ldr w8, [x24, _f@PAGEOFF] Lloh695: adrp x21, _regs@PAGE Lloh696: add x21, x21, _regs@PAGEOFF Lloh697: adrp x19, _reg_in_use@PAGE Lloh698: add x19, x19, _reg_in_use@PAGEOFF b LBB14_3 LBB14_2: ; in Loop: Header=BB14_3 Depth=1 add x9, x9, #4 cmp x9, #72 b.eq LBB14_30 LBB14_3: ; =>This Inner Loop Header: Depth=1 ldr w10, [x21, x9] cmp w10, w8 b.ne LBB14_2 ; %bb.4: ; in Loop: Header=BB14_3 Depth=1 ldr w10, [x19, x9] cbz w10, LBB14_2 ; %bb.5: mov x8, #0 str wzr, [x19, x9] mov w9, #-1 str w9, [x24, _f@PAGEOFF] b LBB14_7 LBB14_6: ; in Loop: Header=BB14_7 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB14_30 LBB14_7: ; =>This Inner Loop Header: Depth=1 ldr w9, [x21, x8] cmp w9, w23 b.ne LBB14_6 ; %bb.8: ; in Loop: Header=BB14_7 Depth=1 ldr w9, [x19, x8] cbz w9, LBB14_6 ; %bb.9: str wzr, [x19, x8] str w25, [x22, _s7_l@PAGEOFF] ldr w8, [x20, _lfsr_offset@PAGEOFF] add w8, w8, #32 adrp x22, _s6_l@PAGE ldr w9, [x22, _s6_l@PAGEOFF] stp x8, x9, [sp] Lloh699: adrp x0, l_.str.44@PAGE Lloh700: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x22, _s6_l@PAGEOFF] b LBB14_11 LBB14_10: ; in Loop: Header=BB14_11 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB14_30 LBB14_11: ; =>This Inner Loop Header: Depth=1 ldr w10, [x21, x8] cmp w10, w9 b.ne LBB14_10 ; %bb.12: ; in Loop: Header=BB14_11 Depth=1 ldr w10, [x19, x8] cbz w10, LBB14_10 ; %bb.13: str wzr, [x19, x8] mov w8, #-1 str w8, [x22, _s6_l@PAGEOFF] ldr w8, [x20, _lfsr_offset@PAGEOFF] add w8, w8, #28 adrp x22, _s5_l@PAGE ldr w9, [x22, _s5_l@PAGEOFF] stp x8, x9, [sp] Lloh701: adrp x0, l_.str.44@PAGE Lloh702: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x22, _s5_l@PAGEOFF] b LBB14_15 LBB14_14: ; in Loop: Header=BB14_15 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB14_30 LBB14_15: ; =>This Inner Loop Header: Depth=1 ldr w10, [x21, x8] cmp w10, w9 b.ne LBB14_14 ; %bb.16: ; in Loop: Header=BB14_15 Depth=1 ldr w10, [x19, x8] cbz w10, LBB14_14 ; %bb.17: str wzr, [x19, x8] mov w8, #-1 str w8, [x22, _s5_l@PAGEOFF] ldr w8, [x20, _lfsr_offset@PAGEOFF] add w8, w8, #20 adrp x22, _s4_l@PAGE ldr w9, [x22, _s4_l@PAGEOFF] stp x8, x9, [sp] Lloh703: adrp x0, l_.str.44@PAGE Lloh704: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x22, _s4_l@PAGEOFF] b LBB14_19 LBB14_18: ; in Loop: Header=BB14_19 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB14_30 LBB14_19: ; =>This Inner Loop Header: Depth=1 ldr w10, [x21, x8] cmp w10, w9 b.ne LBB14_18 ; %bb.20: ; in Loop: Header=BB14_19 Depth=1 ldr w10, [x19, x8] cbz w10, LBB14_18 ; %bb.21: str wzr, [x19, x8] mov w8, #-1 str w8, [x22, _s4_l@PAGEOFF] ldr w8, [x20, _lfsr_offset@PAGEOFF] add w8, w8, #16 adrp x22, _s3_l@PAGE ldr w9, [x22, _s3_l@PAGEOFF] stp x8, x9, [sp] Lloh705: adrp x0, l_.str.44@PAGE Lloh706: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x22, _s3_l@PAGEOFF] b LBB14_23 LBB14_22: ; in Loop: Header=BB14_23 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB14_30 LBB14_23: ; =>This Inner Loop Header: Depth=1 ldr w10, [x21, x8] cmp w10, w9 b.ne LBB14_22 ; %bb.24: ; in Loop: Header=BB14_23 Depth=1 ldr w10, [x19, x8] cbz w10, LBB14_22 ; %bb.25: str wzr, [x19, x8] mov w8, #-1 str w8, [x22, _s3_l@PAGEOFF] ldr w8, [x20, _lfsr_offset@PAGEOFF] add w8, w8, #8 adrp x20, _s2_l@PAGE ldr w9, [x20, _s2_l@PAGEOFF] stp x8, x9, [sp] Lloh707: adrp x0, l_.str.44@PAGE Lloh708: add x0, x0, l_.str.44@PAGEOFF bl _insn_printf mov x8, #0 ldr w9, [x20, _s2_l@PAGEOFF] b LBB14_27 LBB14_26: ; in Loop: Header=BB14_27 Depth=1 add x8, x8, #4 cmp x8, #72 b.eq LBB14_30 LBB14_27: ; =>This Inner Loop Header: Depth=1 ldr w10, [x21, x8] cmp w10, w9 b.ne LBB14_26 ; %bb.28: ; in Loop: Header=BB14_27 Depth=1 ldr w10, [x19, x8] cbz w10, LBB14_26 ; %bb.29: str wzr, [x19, x8] mov w8, #-1 str w8, [x20, _s2_l@PAGEOFF] 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 LBB14_30: Lloh709: adrp x8, ___stderrp@GOTPAGE Lloh710: ldr x8, [x8, ___stderrp@GOTPAGEOFF] Lloh711: ldr x3, [x8] Lloh712: adrp x0, l_.str.47@PAGE Lloh713: add x0, x0, l_.str.47@PAGEOFF mov w1, #40 mov w2, #1 bl _fwrite mov w0, #1 bl _exit LBB14_31: Lloh714: adrp x9, ___stderrp@GOTPAGE Lloh715: ldr x9, [x9, ___stderrp@GOTPAGEOFF] Lloh716: ldr x0, [x9] str x8, [sp] Lloh717: adrp x1, l_.str.24@PAGE Lloh718: add x1, x1, l_.str.24@PAGEOFF bl _fprintf mov w0, #1 bl _exit .loh AdrpAdd Lloh683, Lloh684 .loh AdrpAdd Lloh697, Lloh698 .loh AdrpAdd Lloh695, Lloh696 .loh AdrpAdd Lloh693, Lloh694 .loh AdrpAdd Lloh691, Lloh692 .loh AdrpAdd Lloh689, Lloh690 .loh AdrpAdd Lloh687, Lloh688 .loh AdrpAdd Lloh685, Lloh686 .loh AdrpAdd Lloh699, Lloh700 .loh AdrpAdd Lloh701, Lloh702 .loh AdrpAdd Lloh703, Lloh704 .loh AdrpAdd Lloh705, Lloh706 .loh AdrpAdd Lloh707, Lloh708 .loh AdrpAdd Lloh712, Lloh713 .loh AdrpLdrGotLdr Lloh709, Lloh710, Lloh711 .loh AdrpAdd Lloh717, Lloh718 .loh AdrpLdrGotLdr Lloh714, Lloh715, Lloh716 .cfi_endproc ; -- End function .section __DATA,__data .p2align 2 ; @indent _indent: .long 4 ; 0x4 .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "// Automatically generated by the genacorn tool.\n" l_.str.4: ; @.str.4 .asciz "uint8_t ciphertext;\n" l_.str.5: ; @.str.5 .asciz "__asm__ __volatile__ (\n" l_.str.6: ; @.str.6 .asciz "mov %%0,%%2" l_.str.7: ; @.str.7 .asciz "eor %%0,r%d" .section __DATA,__data .p2align 2 ; @ks _ks: .long 4294967295 ; 0xffffffff .section __TEXT,__cstring,cstring_literals l_.str.8: ; @.str.8 .asciz ": \"=r\"(ciphertext)\n" l_.str.9: ; @.str.9 .asciz ": \"z\"(&state->s1_l), \"r\"(plaintext), \"r\"((uint8_t)ca), \"r\"((uint8_t)cb)\n" l_.str.10: ; @.str.10 .asciz ");\n" l_.str.11: ; @.str.11 .asciz "return ciphertext;\n" .section __DATA,__data .p2align 2 ; @s244 _s244: .long 4294967295 ; 0xffffffff .p2align 2 ; @s235 _s235: .long 4294967295 ; 0xffffffff .p2align 2 ; @s196 _s196: .long 4294967295 ; 0xffffffff .p2align 2 ; @s160 _s160: .long 4294967295 ; 0xffffffff .p2align 2 ; @s111 _s111: .long 4294967295 ; 0xffffffff .p2align 2 ; @s66 _s66: .long 4294967295 ; 0xffffffff .p2align 2 ; @s23 _s23: .long 4294967295 ; 0xffffffff .p2align 2 ; @s12 _s12: .long 4294967295 ; 0xffffffff .section __TEXT,__cstring,cstring_literals l_.str.13: ; @.str.13 .asciz "Temporary register wasn't previously released\n" .zerofill __DATA,__bss,_reg_in_use,72,2 ; @reg_in_use .zerofill __DATA,__bss,_reg_used,72,2 ; @reg_used .section __TEXT,__const .p2align 2 ; @regs _regs: .long 16 ; 0x10 .long 17 ; 0x11 .long 18 ; 0x12 .long 19 ; 0x13 .long 20 ; 0x14 .long 21 ; 0x15 .long 22 ; 0x16 .long 23 ; 0x17 .long 6 ; 0x6 .long 7 ; 0x7 .long 8 ; 0x8 .long 9 ; 0x9 .long 10 ; 0xa .long 11 ; 0xb .long 12 ; 0xc .long 13 ; 0xd .long 14 ; 0xe .long 15 ; 0xf .section __TEXT,__cstring,cstring_literals l_.str.14: ; @.str.14 .asciz "Ran out of temporary registers\n" .zerofill __DATA,__bss,_lfsr_offset,4,2 ; @lfsr_offset l_.str.15: ; @.str.15 .asciz "ldd r%d,Z+%d" .section __TEXT,__const .p2align 2 ; @lfsr _lfsr: .long 0 ; 0x0 .long 61 ; 0x3d .long 0 ; 0x0 .long 4 ; 0x4 .long 61 ; 0x3d .long 46 ; 0x2e .long 8 ; 0x8 .long 12 ; 0xc .long 107 ; 0x6b .long 47 ; 0x2f .long 16 ; 0x10 .long 14 ; 0xe .long 154 ; 0x9a .long 39 ; 0x27 .long 20 ; 0x14 .long 24 ; 0x18 .long 193 ; 0xc1 .long 37 ; 0x25 .long 28 ; 0x1c .long 26 ; 0x1a .long 230 ; 0xe6 .long 59 ; 0x3b .long 32 ; 0x20 .long 36 ; 0x24 .long 289 ; 0x121 .long 4 ; 0x4 .long 40 ; 0x28 .long 40 ; 0x28 .section __TEXT,__cstring,cstring_literals l_.str.16: ; @.str.16 .asciz "lsl r%d" l_.str.17: ; @.str.17 .asciz "rol r%d" l_.str.18: ; @.str.18 .asciz "swap r%d" l_.str.19: ; @.str.19 .asciz "andi r%d,0x0F" l_.str.20: ; @.str.20 .asciz "andi r%d,0xF0" l_.str.21: ; @.str.21 .asciz "or r%d,r%d" l_.str.22: ; @.str.22 .asciz "lsr r%d" l_.str.23: ; @.str.23 .asciz "ror r%d" l_.str.24: ; @.str.24 .asciz "r%d is not a high register\n" l_.str.25: ; @.str.25 .asciz "Ran out of temporary high registers\n" .section __DATA,__data .p2align 2 ; @s7_l _s7_l: .long 4294967295 ; 0xffffffff .section __TEXT,__cstring,cstring_literals l_.str.26: ; @.str.26 .asciz "eor r%d,r%d" .section __DATA,__data .p2align 2 ; @s6_l _s6_l: .long 4294967295 ; 0xffffffff .p2align 2 ; @s5_l _s5_l: .long 4294967295 ; 0xffffffff .p2align 2 ; @s4_l _s4_l: .long 4294967295 ; 0xffffffff .p2align 2 ; @s3_l _s3_l: .long 4294967295 ; 0xffffffff .p2align 2 ; @s2_l _s2_l: .long 4294967295 ; 0xffffffff .p2align 2 ; @s1_l _s1_l: .long 4294967295 ; 0xffffffff .section __TEXT,__cstring,cstring_literals l_.str.27: ; @.str.27 .asciz "ld r%d,Z" l_.str.28: ; @.str.28 .asciz "mov r%d,r%d" l_.str.29: ; @.str.29 .asciz "and r%d,r%d" l_.str.30: ; @.str.30 .asciz "com r%d" .section __DATA,__data .p2align 2 ; @f _f: .long 4294967295 ; 0xffffffff .section __TEXT,__cstring,cstring_literals l_.str.31: ; @.str.31 .asciz "and r%d,%%3" .zerofill __DATA,__bss,_is_32bit_version,1,2 ; @is_32bit_version l_.str.32: ; @.str.32 .asciz "eor r%d,%%2" l_.str.33: ; @.str.33 .asciz "and r%d,%%4" .section __DATA,__const .p2align 3 ; @generate_feedback.out_regs _generate_feedback.out_regs: .quad l_.str.34 .quad l_.str.35 .quad l_.str.36 .quad l_.str.37 .section __TEXT,__cstring,cstring_literals l_.str.34: ; @.str.34 .asciz "%A0" l_.str.35: ; @.str.35 .asciz "%B0" l_.str.36: ; @.str.36 .asciz "%C0" l_.str.37: ; @.str.37 .asciz "%D0" .section __DATA,__const .p2align 3 ; @generate_feedback.in_regs _generate_feedback.in_regs: .quad l_.str.38 .quad l_.str.39 .quad l_.str.40 .quad l_.str.41 .section __TEXT,__cstring,cstring_literals l_.str.38: ; @.str.38 .asciz "%A2" l_.str.39: ; @.str.39 .asciz "%B2" l_.str.40: ; @.str.40 .asciz "%C2" l_.str.41: ; @.str.41 .asciz "%D2" l_.str.42: ; @.str.42 .asciz "ldd r%d,%s" l_.str.43: ; @.str.43 .asciz "std %s,r%d" l_.str.44: ; @.str.44 .asciz "std Z+%d,r%d" l_.str.45: ; @.str.45 .asciz "st Z,r%d" l_.str.46: ; @.str.46 .asciz "clr r%d" l_.str.47: ; @.str.47 .asciz "Released a register that was not in use\n" l_.str.48: ; @.str.48 .asciz ": " l_.str.49: ; @.str.49 .asciz "\"r%d\"" l_.str.50: ; @.str.50 .asciz ", \"r%d\"" l_.str.52: ; @.str.52 .asciz "Register r%d has not been released\n" l_.str.54: ; @.str.54 .asciz "uint8_t plaintext;\n" l_.str.55: ; @.str.55 .asciz "mov %%0,r%d" l_.str.56: ; @.str.56 .asciz ": \"=r\"(plaintext)\n" l_.str.57: ; @.str.57 .asciz ": \"z\"(&state->s1_l), \"r\"(ciphertext)\n" l_.str.58: ; @.str.58 .asciz "return plaintext;\n" l_.str.61: ; @.str.61 .asciz "uint32_t ciphertext;\n" l_.str.62: ; @.str.62 .asciz ": \"=Q\"(ciphertext)\n" l_.str.63: ; @.str.63 .asciz ": \"z\"(&state->s1_l), \"Q\"(plaintext), \"r\"((uint8_t)ca), \"r\"((uint8_t)cb)\n" .section __DATA,__data .p2align 2 ; @s7_l_prev _s7_l_prev: .space 12,255 .section __TEXT,__cstring,cstring_literals l_str: ; @str .asciz "static uint8_t acornEncrypt8" l_str.64: ; @str.64 .asciz " (Acorn128State *state, uint8_t plaintext, uint8_t ca, uint8_t cb)" l_str.67: ; @str.67 .asciz "static uint8_t acornDecrypt8(Acorn128State *state, uint8_t ciphertext)" l_str.70: ; @str.70 .asciz "uint32_t acornEncrypt32" l_str.71: ; @str.71 .asciz " (Acorn128State *state, uint32_t plaintext, uint32_t ca, uint32_t cb)" l_str.72: ; @str.72 .asciz "{" l_str.73: ; @str.73 .asciz "}\n" l_str.74: ; @str.74 .asciz ", \"memory\"" .subsections_via_symbols
the_stack_data/87637454.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _pmc_width ## -- Begin function pmc_width .p2align 4, 0x90 _pmc_width: ## @pmc_width .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 callq _PMC_ID_TO_CLASS movl %eax, %ecx movq _cpu_info@GOTPCREL(%rip), %rdx movl (%rdx), %edi movl $-1, %eax movq _errno@GOTPCREL(%rip), %r8 movq _EINVAL@GOTPCREL(%rip), %rsi testq %rdi, %rdi je LBB0_5 ## %bb.1: movq 8(%rdx), %rdx addq $4, %rdx .p2align 4, 0x90 LBB0_2: ## =>This Inner Loop Header: Depth=1 cmpl %ecx, -4(%rdx) je LBB0_3 ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 addq $8, %rdx decq %rdi jne LBB0_2 LBB0_5: movq %r8, %rbx jmp LBB0_6 LBB0_3: xorl %eax, %eax movq %rdx, %rsi LBB0_6: movl (%rsi), %ecx movl %ecx, (%rbx) addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .comm _cpu_info,16,3 ## @cpu_info .comm _EINVAL,4,2 ## @EINVAL .comm _errno,4,2 ## @errno .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _pmc_width ; -- Begin function pmc_width .p2align 2 _pmc_width: ; @pmc_width .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 bl _PMC_ID_TO_CLASS Lloh0: adrp x8, _cpu_info@GOTPAGE Lloh1: ldr x8, [x8, _cpu_info@GOTPAGEOFF] ldr w9, [x8] cbz w9, LBB0_5 ; %bb.1: ldr x8, [x8, #8] add x8, x8, #4 Lloh2: adrp x10, _errno@GOTPAGE Lloh3: ldr x10, [x10, _errno@GOTPAGEOFF] Lloh4: adrp x11, _EINVAL@GOTPAGE Lloh5: ldr x11, [x11, _EINVAL@GOTPAGEOFF] LBB0_2: ; =>This Inner Loop Header: Depth=1 ldur w12, [x8, #-4] cmp w12, w0 b.eq LBB0_6 ; %bb.3: ; in Loop: Header=BB0_2 Depth=1 add x8, x8, #8 subs x9, x9, #1 b.ne LBB0_2 ; %bb.4: mov w0, #-1 mov x8, x11 mov x19, x10 b LBB0_7 LBB0_5: mov w0, #-1 Lloh6: adrp x19, _errno@GOTPAGE Lloh7: ldr x19, [x19, _errno@GOTPAGEOFF] Lloh8: adrp x8, _EINVAL@GOTPAGE Lloh9: ldr x8, [x8, _EINVAL@GOTPAGEOFF] b LBB0_7 LBB0_6: mov w0, #0 LBB0_7: ldr w8, [x8] str w8, [x19] 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 Lloh4, Lloh5 .loh AdrpLdrGot Lloh2, Lloh3 .loh AdrpLdrGot Lloh8, Lloh9 .loh AdrpLdrGot Lloh6, Lloh7 .cfi_endproc ; -- End function .comm _cpu_info,16,3 ; @cpu_info .comm _EINVAL,4,2 ; @EINVAL .comm _errno,4,2 ; @errno .subsections_via_symbols
AnghaBench/freebsd/lib/libpmc/extr_libpmc.c_pmc_width.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function do_nothing _do_nothing: ## @do_nothing .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 _do_nothing .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function do_nothing _do_nothing: ; @do_nothing .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .no_dead_strip _do_nothing .subsections_via_symbols
AnghaBench/linux/drivers/misc/lkdtm/extr_perms.c_do_nothing.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function pcf85063_rtc_set_time _pcf85063_rtc_set_time: ## @pcf85063_rtc_set_time .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 $48, %rsp .cfi_offset %rbx, -48 .cfi_offset %r12, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %rsi, %rbx movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -40(%rbp) callq _dev_get_drvdata movq %rax, %r14 movl (%rax), %edi movq _PCF85063_REG_CTRL1@GOTPCREL(%rip), %r15 movl (%r15), %esi movq _PCF85063_REG_CTRL1_STOP@GOTPCREL(%rip), %r12 movl (%r12), %ecx movl %ecx, %edx callq _regmap_update_bits testl %eax, %eax jne LBB0_3 ## %bb.1: movq 48(%rbx), %rdi callq _bin2bcd andl $127, %eax movl %eax, -80(%rbp) movq 40(%rbx), %rdi callq _bin2bcd movl %eax, -76(%rbp) movq 32(%rbx), %rdi callq _bin2bcd movl %eax, -72(%rbp) movq 24(%rbx), %rdi callq _bin2bcd movl %eax, -68(%rbp) movl (%rbx), %eax andl $7, %eax movl %eax, -64(%rbp) movq 16(%rbx), %rdi incq %rdi callq _bin2bcd movl %eax, -60(%rbp) movq 8(%rbx), %rdi addq $-100, %rdi callq _bin2bcd movl %eax, -56(%rbp) movl (%r14), %edi movq _PCF85063_REG_SC@GOTPCREL(%rip), %rax movl (%rax), %esi leaq -80(%rbp), %rdx movl $28, %ecx callq _regmap_bulk_write testl %eax, %eax jne LBB0_3 ## %bb.2: movl (%r14), %edi movl (%r15), %esi movl (%r12), %edx xorl %ecx, %ecx callq _regmap_update_bits LBB0_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rcx movq (%rcx), %rcx cmpq -40(%rbp), %rcx jne LBB0_5 ## %bb.4: addq $48, %rsp popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq LBB0_5: callq ___stack_chk_fail .cfi_endproc ## -- End function .comm _PCF85063_REG_CTRL1,4,2 ## @PCF85063_REG_CTRL1 .comm _PCF85063_REG_CTRL1_STOP,4,2 ## @PCF85063_REG_CTRL1_STOP .comm _PCF85063_REG_SC,4,2 ## @PCF85063_REG_SC .no_dead_strip _pcf85063_rtc_set_time .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function pcf85063_rtc_set_time _pcf85063_rtc_set_time: ; @pcf85063_rtc_set_time .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 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 mov x20, x1 Lloh0: adrp x8, ___stack_chk_guard@GOTPAGE Lloh1: ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] Lloh2: ldr x8, [x8] str x8, [sp, #40] bl _dev_get_drvdata mov x19, x0 ldr w0, [x0] Lloh3: adrp x21, _PCF85063_REG_CTRL1@GOTPAGE Lloh4: ldr x21, [x21, _PCF85063_REG_CTRL1@GOTPAGEOFF] ldr w1, [x21] Lloh5: adrp x22, _PCF85063_REG_CTRL1_STOP@GOTPAGE Lloh6: ldr x22, [x22, _PCF85063_REG_CTRL1_STOP@GOTPAGEOFF] ldr w2, [x22] mov x3, x2 bl _regmap_update_bits cbnz w0, LBB0_3 ; %bb.1: ldr x0, [x20, #48] bl _bin2bcd and w8, w0, #0x7f str w8, [sp, #12] ldr x0, [x20, #40] bl _bin2bcd str w0, [sp, #16] ldr x0, [x20, #32] bl _bin2bcd str w0, [sp, #20] ldr x0, [x20, #24] bl _bin2bcd ldr w8, [x20] and w8, w8, #0x7 stp w0, w8, [sp, #24] ldr x8, [x20, #16] add x0, x8, #1 bl _bin2bcd str w0, [sp, #32] ldr x8, [x20, #8] sub x0, x8, #100 bl _bin2bcd str w0, [sp, #36] ldr w0, [x19] Lloh7: adrp x8, _PCF85063_REG_SC@GOTPAGE Lloh8: ldr x8, [x8, _PCF85063_REG_SC@GOTPAGEOFF] Lloh9: ldr w1, [x8] add x2, sp, #12 mov w3, #28 bl _regmap_bulk_write cbnz w0, LBB0_3 ; %bb.2: ldr w0, [x19] ldr w1, [x21] ldr w2, [x22] mov w3, #0 bl _regmap_update_bits LBB0_3: ldr x8, [sp, #40] Lloh10: adrp x9, ___stack_chk_guard@GOTPAGE Lloh11: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh12: ldr x9, [x9] cmp x9, x8 b.ne LBB0_5 ; %bb.4: 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 add sp, sp, #96 ret LBB0_5: bl ___stack_chk_fail .loh AdrpLdrGot Lloh5, Lloh6 .loh AdrpLdrGot Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9 .loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12 .cfi_endproc ; -- End function .comm _PCF85063_REG_CTRL1,4,2 ; @PCF85063_REG_CTRL1 .comm _PCF85063_REG_CTRL1_STOP,4,2 ; @PCF85063_REG_CTRL1_STOP .comm _PCF85063_REG_SC,4,2 ; @PCF85063_REG_SC .no_dead_strip _pcf85063_rtc_set_time .subsections_via_symbols
AnghaBench/linux/drivers/rtc/extr_rtc-pcf85063.c_pcf85063_rtc_set_time.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/989853.c
stack
.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 0x401e000000000000 ## double 7.5 LCPI0_1: .quad 0x400c000000000000 ## double 3.5 LCPI0_2: .quad 0x4026000000000000 ## double 11 .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 subq $24, %rsp .cfi_offset %rbx, -24 leaq L_.str(%rip), %rbx leaq -24(%rbp), %rsi movq %rbx, %rdi xorl %eax, %eax callq _scanf leaq -16(%rbp), %rsi movq %rbx, %rdi xorl %eax, %eax callq _scanf movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -16(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd LCPI0_0(%rip), %xmm1 mulsd LCPI0_1(%rip), %xmm0 addsd %xmm1, %xmm0 divsd LCPI0_2(%rip), %xmm0 leaq L_.str.1(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $24, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%lf" L_.str.1: ## @.str.1 .asciz "MEDIA = %.5lf\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: 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 add x8, sp, #24 str x8, [sp] Lloh0: adrp x19, l_.str@PAGE Lloh1: add x19, x19, l_.str@PAGEOFF mov x0, x19 bl _scanf add x8, sp, #16 str x8, [sp] mov x0, x19 bl _scanf ldp d1, d0, [sp, #16] fmov d2, #7.50000000 fmul d1, d1, d2 fmov d2, #3.50000000 fmadd d0, d0, d2, d1 fmov d1, #11.00000000 fdiv d0, d0, d1 str d0, [sp] Lloh2: adrp x0, l_.str.1@PAGE Lloh3: add x0, x0, l_.str.1@PAGEOFF 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 Lloh2, Lloh3 .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%lf" l_.str.1: ; @.str.1 .asciz "MEDIA = %.5lf\n" .subsections_via_symbols
the_stack_data/49194.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function nfsd4_mark_cb_down _nfsd4_mark_cb_down: ## @nfsd4_mark_cb_down .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 movq _NFSD4_CLIENT_CB_UPDATE@GOTPCREL(%rip), %rax movl (%rax), %edi leaq 4(%rbx), %rsi callq _test_bit testq %rax, %rax je LBB0_2 ## %bb.1: popq %rbx popq %r14 popq %rbp retq LBB0_2: movq _NFSD4_CB_DOWN@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, (%rbx) movq %rbx, %rdi movl %r14d, %esi popq %rbx popq %r14 popq %rbp jmp _warn_no_callback_path ## TAILCALL .cfi_endproc ## -- End function .comm _NFSD4_CLIENT_CB_UPDATE,4,2 ## @NFSD4_CLIENT_CB_UPDATE .comm _NFSD4_CB_DOWN,4,2 ## @NFSD4_CB_DOWN .no_dead_strip _nfsd4_mark_cb_down .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function nfsd4_mark_cb_down _nfsd4_mark_cb_down: ; @nfsd4_mark_cb_down .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, _NFSD4_CLIENT_CB_UPDATE@GOTPAGE Lloh1: ldr x8, [x8, _NFSD4_CLIENT_CB_UPDATE@GOTPAGEOFF] Lloh2: ldr w0, [x8] add x1, x20, #4 bl _test_bit cbz x0, LBB0_2 ; %bb.1: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret LBB0_2: Lloh3: adrp x8, _NFSD4_CB_DOWN@GOTPAGE Lloh4: ldr x8, [x8, _NFSD4_CB_DOWN@GOTPAGEOFF] Lloh5: ldr w8, [x8] str w8, [x20] 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 _warn_no_callback_path .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .cfi_endproc ; -- End function .comm _NFSD4_CLIENT_CB_UPDATE,4,2 ; @NFSD4_CLIENT_CB_UPDATE .comm _NFSD4_CB_DOWN,4,2 ; @NFSD4_CB_DOWN .no_dead_strip _nfsd4_mark_cb_down .subsections_via_symbols
AnghaBench/linux/fs/nfsd/extr_nfs4callback.c_nfsd4_mark_cb_down.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function main LCPI0_0: .long 0x42480000 ## float 50 LCPI0_1: .long 0xc1f00000 ## float -30 LCPI0_2: .long 0x42200000 ## float 40 LCPI0_3: .long 0x44bb8000 ## float 1500 LCPI0_4: .long 0x41f00000 ## float 30 .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 subq $16, %rsp leaq L_.str(%rip), %rdi xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi leaq -4(%rbp), %rsi xorl %eax, %eax callq _scanf movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero mulss %xmm0, %xmm1 movss LCPI0_1(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero addss %xmm0, %xmm2 mulss LCPI0_2(%rip), %xmm2 addss LCPI0_3(%rip), %xmm2 cmpnless LCPI0_4(%rip), %xmm0 movaps %xmm0, %xmm3 andnps %xmm1, %xmm3 andps %xmm2, %xmm0 orps %xmm3, %xmm0 cvtss2sd %xmm0, %xmm0 leaq L_.str.2(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Input the distance the van has travelled in KM: " L_.str.1: ## @.str.1 .asciz "%f" L_.str.2: ## @.str.2 .asciz "Amount to be paid for a rented vehicle in LKR: %.2f" .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, #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 s0, [x29, #-4] mov w8, #1112014848 fmov s1, w8 fmul s1, s0, s1 fmov s2, #-30.00000000 fadd s2, s0, s2 mov w8, #32768 movk w8, #17595, lsl #16 fmov s3, w8 mov w8, #1109393408 fmov s4, w8 fmadd s2, s2, s4, s3 fmov s3, #30.00000000 fcmp s0, s3 fcsel s0, s2, s1, hi fcvt d0, s0 str d0, [sp] Lloh4: adrp x0, l_.str.2@PAGE Lloh5: 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 Lloh4, Lloh5 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Input the distance the van has travelled in KM: " l_.str.1: ; @.str.1 .asciz "%f" l_.str.2: ; @.str.2 .asciz "Amount to be paid for a rented vehicle in LKR: %.2f" .subsections_via_symbols
the_stack_data/206394226.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function open_procinfo_files _open_procinfo_files: ## @open_procinfo_files .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 xorl %r14d, %r14d cmpl $0, 8(%rdi) jne LBB0_3 ## %bb.1: movq %rdi, %rbx movq (%rdi), %rdi movq _O_RDWR@GOTPCREL(%rip), %rax movl (%rax), %esi callq _open_with_retry testl %eax, %eax jle LBB0_3 ## %bb.2: movl %eax, 20(%rbx) movl %eax, 16(%rbx) movl %eax, 12(%rbx) movl $1, %r14d LBB0_3: movl %r14d, %eax popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .comm _O_RDWR,4,2 ## @O_RDWR .comm _MAX_PROC_NAME_SIZE,4,2 ## @MAX_PROC_NAME_SIZE .comm _O_RDONLY,4,2 ## @O_RDONLY .comm _O_WRONLY,4,2 ## @O_WRONLY .comm _PIOCOPENLWP,4,2 ## @PIOCOPENLWP .no_dead_strip _open_procinfo_files .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function open_procinfo_files _open_procinfo_files: ; @open_procinfo_files .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 w8, [x0, #8] cbz w8, LBB0_2 LBB0_1: mov w0, #0 b LBB0_4 LBB0_2: mov x19, x0 ldr x0, [x0] Lloh0: adrp x8, _O_RDWR@GOTPAGE Lloh1: ldr x8, [x8, _O_RDWR@GOTPAGEOFF] Lloh2: ldr w1, [x8] bl _open_with_retry cmp w0, #1 b.lt LBB0_1 ; %bb.3: mov x8, x0 stp w8, w0, [x19, #16] mov w0, #1 str w8, [x19, #12] LBB0_4: 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 _O_RDWR,4,2 ; @O_RDWR .comm _MAX_PROC_NAME_SIZE,4,2 ; @MAX_PROC_NAME_SIZE .comm _O_RDONLY,4,2 ; @O_RDONLY .comm _O_WRONLY,4,2 ; @O_WRONLY .comm _PIOCOPENLWP,4,2 ; @PIOCOPENLWP .no_dead_strip _open_procinfo_files .subsections_via_symbols
AnghaBench/freebsd/contrib/gdb/gdb/extr_procfs.c_open_procinfo_files.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 $32, %rsp leaq L_.str(%rip), %rdi leaq -16(%rbp), %rsi xorl %eax, %eax callq _scanf movq -16(%rbp), %rax movq %rax, -8(%rbp) fildll -8(%rbp) fsqrt fstpt (%rsp) callq _ceill fstpt (%rsp) leaq L_.str.1(%rip), %rdi xorl %eax, %eax callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%lld" L_.str.1: ## @.str.1 .asciz "%.Lf\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: 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 add x8, sp, #8 str x8, [sp] Lloh0: adrp x0, l_.str@PAGE Lloh1: add x0, x0, l_.str@PAGEOFF bl _scanf ldr d0, [sp, #8] scvtf d0, d0 fsqrt d0, d0 frintp d0, d0 str d0, [sp] Lloh2: adrp x0, l_.str.1@PAGE Lloh3: add x0, x0, l_.str.1@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 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%lld" l_.str.1: ; @.str.1 .asciz "%.Lf\n" .subsections_via_symbols
the_stack_data/115639.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function process_unique_cmd_columns _process_unique_cmd_columns: ## @process_unique_cmd_columns .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 %rdi, -48(%rbp) ## 8-byte Spill movl (%rdi), %eax testl %eax, %eax jle LBB0_1 ## %bb.15: xorl %esi, %esi xorl %r15d, %r15d xorl %r14d, %r14d jmp LBB0_16 .p2align 4, 0x90 LBB0_29: ## in Loop: Header=BB0_16 Depth=1 movq -48(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movq -64(%rbp), %rsi ## 8-byte Reload LBB0_30: ## in Loop: Header=BB0_16 Depth=1 leaq -1(%rsi), %rcx movslq %eax, %rdx cmpq %rdx, %rsi movq %rcx, %rsi jg LBB0_3 LBB0_16: ## =>This Loop Header: Depth=1 ## Child Loop BB0_18 Depth 2 ## Child Loop BB0_21 Depth 3 movq -48(%rbp), %rcx ## 8-byte Reload movq 32(%rcx), %rcx leaq (%rsi,%rsi,2), %rdx cmpl $0, (%rcx,%rdx,8) jle LBB0_30 ## %bb.17: ## in Loop: Header=BB0_16 Depth=1 movq %rsi, -64(%rbp) ## 8-byte Spill leaq (%rcx,%rdx,8), %rbx xorl %r12d, %r12d jmp LBB0_18 .p2align 4, 0x90 LBB0_27: ## in Loop: Header=BB0_18 Depth=2 movq -56(%rbp), %r15 ## 8-byte Reload LBB0_28: ## in Loop: Header=BB0_18 Depth=2 incq %r12 movslq (%rbx), %rax cmpq %rax, %r12 jge LBB0_29 LBB0_18: ## Parent Loop BB0_16 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_21 Depth 3 testl %r15d, %r15d movq %r15, -56(%rbp) ## 8-byte Spill jle LBB0_19 ## %bb.20: ## in Loop: Header=BB0_18 Depth=2 movl %r15d, %r15d xorl %r13d, %r13d .p2align 4, 0x90 LBB0_21: ## Parent Loop BB0_16 Depth=1 ## Parent Loop BB0_18 Depth=2 ## => This Inner Loop Header: Depth=3 movq 8(%rbx), %rax movq (%rax,%r12,8), %rdi movq (%r14,%r13,8), %rsi callq _strcmp testq %rax, %rax je LBB0_25 ## %bb.22: ## in Loop: Header=BB0_21 Depth=3 incq %r13 cmpq %r13, %r15 jne LBB0_21 jmp LBB0_23 .p2align 4, 0x90 LBB0_19: ## in Loop: Header=BB0_18 Depth=2 xorl %r13d, %r13d cmpl %r15d, %r13d jne LBB0_27 jmp LBB0_23 .p2align 4, 0x90 LBB0_25: ## in Loop: Header=BB0_18 Depth=2 movq -56(%rbp), %r15 ## 8-byte Reload cmpl %r15d, %r13d jne LBB0_27 LBB0_23: ## in Loop: Header=BB0_18 Depth=2 movq -56(%rbp), %r15 ## 8-byte Reload leal 8(,%r15,8), %esi movq %r14, %rdi callq _realloc testq %rax, %rax je LBB0_29 ## %bb.24: ## in Loop: Header=BB0_18 Depth=2 movq 8(%rbx), %rcx movq (%rcx,%r12,8), %rcx movslq %r15d, %rdx incl %r15d movq %rcx, (%rax,%rdx,8) movq %rax, %r14 jmp LBB0_28 LBB0_3: leal (,%r15,4), %edi callq _safe_malloc movq %rax, %r12 testl %r15d, %r15d jle LBB0_2 ## %bb.4: movl %r15d, %eax movq %rax, -72(%rbp) ## 8-byte Spill xorl %ebx, %ebx jmp LBB0_5 .p2align 4, 0x90 LBB0_14: ## in Loop: Header=BB0_5 Depth=1 incq %rbx cmpq -72(%rbp), %rbx ## 8-byte Folded Reload je LBB0_2 LBB0_5: ## =>This Loop Header: Depth=1 ## Child Loop BB0_7 Depth 2 ## Child Loop BB0_9 Depth 3 movq (%r14,%rbx,8), %rdi callq _strlen movl %eax, (%r12,%rbx,4) movq -48(%rbp), %rax ## 8-byte Reload movl (%rax), %eax testl %eax, %eax jle LBB0_14 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 xorl %esi, %esi movq %r15, -56(%rbp) ## 8-byte Spill movq %r14, -64(%rbp) ## 8-byte Spill jmp LBB0_7 .p2align 4, 0x90 LBB0_12: ## in Loop: Header=BB0_7 Depth=2 movq -48(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movq -56(%rbp), %r15 ## 8-byte Reload movq -80(%rbp), %rsi ## 8-byte Reload LBB0_13: ## in Loop: Header=BB0_7 Depth=2 incq %rsi movslq %eax, %rcx cmpq %rcx, %rsi jge LBB0_14 LBB0_7: ## Parent Loop BB0_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_9 Depth 3 movq -48(%rbp), %rcx ## 8-byte Reload movq 32(%rcx), %rcx leaq (%rsi,%rsi,2), %rdx cmpl $0, (%rcx,%rdx,8) jle LBB0_13 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 movq %rsi, -80(%rbp) ## 8-byte Spill leaq (%rcx,%rdx,8), %r13 xorl %r15d, %r15d jmp LBB0_9 .p2align 4, 0x90 LBB0_11: ## in Loop: Header=BB0_9 Depth=3 incq %r15 movslq (%r13), %rax cmpq %rax, %r15 jge LBB0_12 LBB0_9: ## Parent Loop BB0_5 Depth=1 ## Parent Loop BB0_7 Depth=2 ## => This Inner Loop Header: Depth=3 movq 8(%r13), %rax movq (%rax,%r15,8), %rdi movq (%r14,%rbx,8), %rsi callq _strcmp testq %rax, %rax jne LBB0_11 ## %bb.10: ## in Loop: Header=BB0_9 Depth=3 movl (%r12,%rbx,4), %r14d movq 16(%r13), %rax movq (%rax,%r15,8), %rdi callq _strlen movl %r14d, %edi movq -64(%rbp), %r14 ## 8-byte Reload movl %eax, %esi callq _MAX movl %eax, (%r12,%rbx,4) jmp LBB0_11 LBB0_1: xorl %r15d, %r15d xorl %edi, %edi callq _safe_malloc movq %rax, %r12 xorl %r14d, %r14d LBB0_2: movq -48(%rbp), %rax ## 8-byte Reload movq %r14, 8(%rax) movl %r15d, 16(%rax) movq %r12, 24(%rax) addq $40, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _g_aug_volatile_1992 ## @g_aug_volatile_1992 .p2align 2, 0x0 _g_aug_volatile_1992: .long 6 ## 0x6 .no_dead_strip _process_unique_cmd_columns .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function process_unique_cmd_columns _process_unique_cmd_columns: ; @process_unique_cmd_columns .cfi_startproc ; %bb.0: sub sp, sp, #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, x0 ldr w8, [x0] cmp w8, #0 b.le LBB0_27 ; %bb.1: mov x21, #0 ; =0x0 mov w23, #0 ; =0x0 mov x20, #0 ; =0x0 mov w22, #24 ; =0x18 b LBB0_4 LBB0_2: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [x19] LBB0_3: ; in Loop: Header=BB0_4 Depth=1 cmp x21, w8, sxtw sub x21, x21, #1 b.gt LBB0_15 LBB0_4: ; =>This Loop Header: Depth=1 ; Child Loop BB0_9 Depth 2 ; Child Loop BB0_11 Depth 3 ldr x9, [x19, #32] madd x24, x21, x22, x9 ldr w9, [x24] cmp w9, #1 b.lt LBB0_3 ; %bb.5: ; in Loop: Header=BB0_4 Depth=1 mov x25, #0 ; =0x0 b LBB0_9 LBB0_6: ; in Loop: Header=BB0_9 Depth=2 add w26, w23, #1 lsl w1, w26, #3 mov x0, x20 bl _realloc cbz x0, LBB0_2 ; %bb.7: ; in Loop: Header=BB0_9 Depth=2 ldr x8, [x24, #8] ldr x8, [x8, x25, lsl #3] str x8, [x0, w23, sxtw #3] mov x20, x0 mov x23, x26 LBB0_8: ; in Loop: Header=BB0_9 Depth=2 add x25, x25, #1 ldrsw x8, [x24] cmp x25, x8 b.ge LBB0_2 LBB0_9: ; Parent Loop BB0_4 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_11 Depth 3 cmp w23, #1 b.lt LBB0_13 ; %bb.10: ; in Loop: Header=BB0_9 Depth=2 mov x26, #0 ; =0x0 mov w27, w23 LBB0_11: ; Parent Loop BB0_4 Depth=1 ; Parent Loop BB0_9 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [x24, #8] ldr x0, [x8, x25, lsl #3] ldr x1, [x20, x26, lsl #3] bl _strcmp cbz x0, LBB0_14 ; %bb.12: ; in Loop: Header=BB0_11 Depth=3 add x26, x26, #1 cmp x27, x26 b.ne LBB0_11 b LBB0_6 LBB0_13: ; in Loop: Header=BB0_9 Depth=2 mov w26, #0 ; =0x0 LBB0_14: ; in Loop: Header=BB0_9 Depth=2 cmp w26, w23 b.eq LBB0_6 b LBB0_8 LBB0_15: lsl w0, w23, #2 bl _safe_malloc mov x21, x0 cmp w23, #1 b.lt LBB0_28 ; %bb.16: mov x24, #0 ; =0x0 mov w8, w23 str x8, [sp, #8] ; 8-byte Folded Spill mov w26, #24 ; =0x18 b LBB0_18 LBB0_17: ; in Loop: Header=BB0_18 Depth=1 add x24, x24, #1 ldr x8, [sp, #8] ; 8-byte Folded Reload cmp x24, x8 b.eq LBB0_28 LBB0_18: ; =>This Loop Header: Depth=1 ; Child Loop BB0_22 Depth 2 ; Child Loop BB0_25 Depth 3 ldr x0, [x20, x24, lsl #3] bl _strlen str w0, [x21, x24, lsl #2] ldr w8, [x19] cmp w8, #1 b.lt LBB0_17 ; %bb.19: ; in Loop: Header=BB0_18 Depth=1 mov x27, #0 ; =0x0 b LBB0_22 LBB0_20: ; in Loop: Header=BB0_22 Depth=2 ldr w8, [x19] LBB0_21: ; in Loop: Header=BB0_22 Depth=2 add x27, x27, #1 cmp x27, w8, sxtw b.ge LBB0_17 LBB0_22: ; Parent Loop BB0_18 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_25 Depth 3 ldr x9, [x19, #32] madd x28, x27, x26, x9 ldr w9, [x28] cmp w9, #1 b.lt LBB0_21 ; %bb.23: ; in Loop: Header=BB0_22 Depth=2 mov x25, #0 ; =0x0 b LBB0_25 LBB0_24: ; in Loop: Header=BB0_25 Depth=3 add x25, x25, #1 ldrsw x8, [x28] cmp x25, x8 b.ge LBB0_20 LBB0_25: ; Parent Loop BB0_18 Depth=1 ; Parent Loop BB0_22 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [x28, #8] ldr x0, [x8, x25, lsl #3] ldr x1, [x20, x24, lsl #3] bl _strcmp cbnz x0, LBB0_24 ; %bb.26: ; in Loop: Header=BB0_25 Depth=3 ldr w22, [x21, x24, lsl #2] ldr x8, [x28, #16] ldr x0, [x8, x25, lsl #3] bl _strlen mov x1, x0 mov x0, x22 bl _MAX str w0, [x21, x24, lsl #2] b LBB0_24 LBB0_27: mov w0, #0 ; =0x0 bl _safe_malloc mov x21, x0 mov w23, #0 ; =0x0 mov x20, #0 ; =0x0 LBB0_28: str x20, [x19, #8] str w23, [x19, #16] str x21, [x19, #24] 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 .section __DATA,__data .globl _g_aug_volatile_1992 ; @g_aug_volatile_1992 .p2align 2, 0x0 _g_aug_volatile_1992: .long 6 ; 0x6 .no_dead_strip _process_unique_cmd_columns .subsections_via_symbols
assembly_file_11898.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _parser_realloc ## -- Begin function parser_realloc .p2align 4, 0x90 _parser_realloc: ## @parser_realloc .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 _realloc ## TAILCALL .cfi_endproc ## -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _parser_realloc ; -- Begin function parser_realloc .p2align 2 _parser_realloc: ; @parser_realloc .cfi_startproc ; %bb.0: b _realloc .cfi_endproc ; -- End function .subsections_via_symbols
assembly_file_40123.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function bitmap_set_subtract_from_value_set _bitmap_set_subtract_from_value_set: ## @bitmap_set_subtract_from_value_set .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, %r12d movq %rdi, %r15 movl %edx, %edi callq _set_new movq %rax, %r14 movq (%r15), %rbx jmp LBB0_1 .p2align 4, 0x90 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq 8(%rbx), %rbx LBB0_1: ## =>This Inner Loop Header: Depth=1 testq %rbx, %rbx je LBB0_5 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl (%rbx), %esi movl %r12d, %edi callq _bitmap_set_contains testl %eax, %eax jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl (%rbx), %esi movq %r14, %rdi callq _insert_into_set jmp LBB0_4 LBB0_5: movq %r14, %rax popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .no_dead_strip _bitmap_set_subtract_from_value_set .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function bitmap_set_subtract_from_value_set _bitmap_set_subtract_from_value_set: ; @bitmap_set_subtract_from_value_set .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 mov x0, x2 bl _set_new mov x20, x0 ldr x21, [x21] cbnz x21, LBB0_3 LBB0_1: 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 LBB0_2: ; in Loop: Header=BB0_3 Depth=1 ldr x21, [x21, #8] cbz x21, LBB0_1 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w1, [x21] mov x0, x19 bl _bitmap_set_contains cbnz w0, LBB0_2 ; %bb.4: ; in Loop: Header=BB0_3 Depth=1 ldr w1, [x21] mov x0, x20 bl _insert_into_set b LBB0_2 .cfi_endproc ; -- End function .no_dead_strip _bitmap_set_subtract_from_value_set .subsections_via_symbols
AnghaBench/freebsd/contrib/gcc/extr_tree-ssa-pre.c_bitmap_set_subtract_from_value_set.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 %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 $1, %ebx leaq L_str.5(%rip), %r14 leaq L_str.4(%rip), %r15 leaq L_str(%rip), %r12 leaq L_.str.3(%rip), %r13 jmp LBB0_4 .p2align 4, 0x90 LBB0_1: ## in Loop: Header=BB0_4 Depth=1 movq %r14, %rdi LBB0_2: ## in Loop: Header=BB0_4 Depth=1 callq _puts LBB0_3: ## in Loop: Header=BB0_4 Depth=1 incl %ebx cmpl $101, %ebx je LBB0_10 LBB0_4: ## =>This Inner Loop Header: Depth=1 movzbl %bl, %eax imull $205, %eax, %ecx shrl $10, %ecx leal (%rcx,%rcx,4), %edx imull $171, %eax, %eax shrl $9, %eax leal (%rax,%rax,2), %eax negl %eax movzbl %al, %ecx addl %ebx, %ecx movl %ebx, %eax subl %edx, %eax movl %ecx, %edx orb %al, %dl je LBB0_1 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 testb %cl, %cl je LBB0_8 ## %bb.6: ## in Loop: Header=BB0_4 Depth=1 testb %al, %al je LBB0_9 ## %bb.7: ## in Loop: Header=BB0_4 Depth=1 movq %r13, %rdi movl %ebx, %esi xorl %eax, %eax callq _printf jmp LBB0_3 .p2align 4, 0x90 LBB0_8: ## in Loop: Header=BB0_4 Depth=1 movq %r15, %rdi jmp LBB0_2 LBB0_9: ## in Loop: Header=BB0_4 Depth=1 movq %r12, %rdi jmp LBB0_2 LBB0_10: 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.3: ## @.str.3 .asciz "%d\n" L_str: ## @str .asciz "Buzz." L_str.4: ## @str.4 .asciz "Fizz." L_str.5: ## @str.5 .asciz "FizzBuzz." .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, #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 mov w23, #1 mov w24, #43691 movk w24, #43690, lsl #16 mov w25, #52429 movk w25, #52428, lsl #16 Lloh0: adrp x19, l_str.5@PAGE Lloh1: add x19, x19, l_str.5@PAGEOFF Lloh2: adrp x20, l_str.4@PAGE Lloh3: add x20, x20, l_str.4@PAGEOFF Lloh4: adrp x21, l_str@PAGE Lloh5: add x21, x21, l_str@PAGEOFF Lloh6: adrp x22, l_.str.3@PAGE Lloh7: add x22, x22, l_.str.3@PAGEOFF b LBB0_4 LBB0_1: ; in Loop: Header=BB0_4 Depth=1 mov x0, x19 LBB0_2: ; in Loop: Header=BB0_4 Depth=1 bl _puts LBB0_3: ; in Loop: Header=BB0_4 Depth=1 add w23, w23, #1 cmp w23, #101 b.eq LBB0_10 LBB0_4: ; =>This Inner Loop Header: Depth=1 and w9, w23, #0xff and x10, x23, #0xff mul x8, x10, x24 lsr x8, x8, #33 add w8, w8, w8, lsl #1 sub w8, w9, w8 mul x10, x10, x25 lsr x10, x10, #34 add w10, w10, w10, lsl #2 sub w9, w9, w10 orr w10, w8, w9 cbz w10, LBB0_1 ; %bb.5: ; in Loop: Header=BB0_4 Depth=1 cbz w8, LBB0_8 ; %bb.6: ; in Loop: Header=BB0_4 Depth=1 cbz w9, LBB0_9 ; %bb.7: ; in Loop: Header=BB0_4 Depth=1 mov x8, x23 str x8, [sp] mov x0, x22 bl _printf b LBB0_3 LBB0_8: ; in Loop: Header=BB0_4 Depth=1 mov x0, x20 b LBB0_2 LBB0_9: ; in Loop: Header=BB0_4 Depth=1 mov x0, x21 b LBB0_2 LBB0_10: mov w0, #0 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 .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.3: ; @.str.3 .asciz "%d\n" l_str: ; @str .asciz "Buzz." l_str.4: ; @str.4 .asciz "Fizz." l_str.5: ; @str.5 .asciz "FizzBuzz." .subsections_via_symbols
the_stack_data/20466.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function acpi_topstar_add _acpi_topstar_add: ## @acpi_topstar_add .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 _GFP_KERNEL@GOTPCREL(%rip), %rax movl (%rax), %esi movl $4, %edi callq _kzalloc testq %rax, %rax je LBB0_1 ## %bb.2: movq %rax, %r14 movq %rbx, %rdi callq _acpi_device_name leaq L_.str(%rip), %rsi movl %eax, %edi callq _strcpy movq %rbx, %rdi callq _acpi_device_class movq _ACPI_TOPSTAR_CLASS@GOTPCREL(%rip), %rcx movq (%rcx), %rsi movl %eax, %edi callq _strcpy movq %rbx, %rdi movl $1, %esi callq _acpi_topstar_fncx_switch testq %rax, %rax jne LBB0_5 ## %bb.3: movq %r14, %rdi callq _acpi_topstar_init_hkey testq %rax, %rax je LBB0_4 LBB0_5: movq %r14, %rdi callq _kfree movq _ENODEV@GOTPCREL(%rip), %rcx jmp LBB0_6 LBB0_1: movq _ENOMEM@GOTPCREL(%rip), %rcx LBB0_6: xorl %eax, %eax subl (%rcx), %eax LBB0_7: popq %rbx popq %r14 popq %rbp retq LBB0_4: movq %r14, (%rbx) xorl %eax, %eax jmp LBB0_7 .cfi_endproc ## -- End function .comm _GFP_KERNEL,4,2 ## @GFP_KERNEL .comm _ENOMEM,4,2 ## @ENOMEM .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Topstar TPSACPI" .comm _ACPI_TOPSTAR_CLASS,8,3 ## @ACPI_TOPSTAR_CLASS .comm _ENODEV,4,2 ## @ENODEV .no_dead_strip _acpi_topstar_add .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function acpi_topstar_add _acpi_topstar_add: ; @acpi_topstar_add .cfi_startproc ; %bb.0: stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill 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, _GFP_KERNEL@GOTPAGE Lloh1: ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF] Lloh2: ldr w1, [x8] mov w0, #4 ; =0x4 bl _kzalloc cbz x0, LBB0_4 ; %bb.1: mov x20, x0 mov x0, x19 bl _acpi_device_name Lloh3: adrp x1, l_.str@PAGE Lloh4: add x1, x1, l_.str@PAGEOFF bl _strcpy mov x0, x19 bl _acpi_device_class Lloh5: adrp x8, _ACPI_TOPSTAR_CLASS@GOTPAGE Lloh6: ldr x8, [x8, _ACPI_TOPSTAR_CLASS@GOTPAGEOFF] Lloh7: ldr x1, [x8] bl _strcpy mov x0, x19 mov w1, #1 ; =0x1 bl _acpi_topstar_fncx_switch cbnz x0, LBB0_3 ; %bb.2: mov x0, x20 bl _acpi_topstar_init_hkey cbz x0, LBB0_7 LBB0_3: mov x0, x20 bl _kfree Lloh8: adrp x8, _ENODEV@GOTPAGE Lloh9: ldr x8, [x8, _ENODEV@GOTPAGEOFF] b LBB0_5 LBB0_4: Lloh10: adrp x8, _ENOMEM@GOTPAGE Lloh11: ldr x8, [x8, _ENOMEM@GOTPAGEOFF] LBB0_5: ldr w8, [x8] neg w0, w8 LBB0_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret LBB0_7: str x20, [x19] b LBB0_6 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7 .loh AdrpAdd Lloh3, Lloh4 .loh AdrpLdrGot Lloh8, Lloh9 .loh AdrpLdrGot Lloh10, Lloh11 .cfi_endproc ; -- End function .comm _GFP_KERNEL,4,2 ; @GFP_KERNEL .comm _ENOMEM,4,2 ; @ENOMEM .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Topstar TPSACPI" .comm _ACPI_TOPSTAR_CLASS,8,3 ; @ACPI_TOPSTAR_CLASS .comm _ENODEV,4,2 ; @ENODEV .no_dead_strip _acpi_topstar_add .subsections_via_symbols
assembly_file_62417.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function get_raid_locking_parms _get_raid_locking_parms: ## @get_raid_locking_parms .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 %rcx, %rbx movq %rdx, %r15 movq %rsi, %r14 movq (%rsi), %r12 movq %r12, %rdi callq _strlen leaq L_.str(%rip), %rsi movq %r12, %rdi movq %rax, %rdx callq _strnicmp testl %eax, %eax je LBB0_1 LBB0_6: movl $0, (%r15) movq _locking_none@GOTPCREL(%rip), %rax movq %rax, (%rbx) xorl %eax, %eax jmp LBB0_7 LBB0_1: movq 8(%r14), %r14 movq %r14, %rdi callq _strlen movq %rax, %r12 leaq L_.str.1(%rip), %rsi movq %r14, %rdi movq %rax, %rdx callq _strnicmp testl %eax, %eax je LBB0_6 ## %bb.2: leaq L_.str.2(%rip), %rsi movq %r14, %rdi movq %r12, %rdx callq _strnicmp testl %eax, %eax je LBB0_3 ## %bb.5: leaq L_.str.4(%rip), %rdi jmp LBB0_4 LBB0_3: leaq L_.str.3(%rip), %rdi LBB0_4: movq %r14, %rsi callq _DMERR movq _EINVAL@GOTPCREL(%rip), %rcx xorl %eax, %eax subl (%rcx), %eax LBB0_7: popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "locking" L_.str.1: ## @.str.1 .asciz "none" .comm _locking_none,4,2 ## @locking_none L_.str.2: ## @.str.2 .asciz "cluster" L_.str.3: ## @.str.3 .asciz "locking type \"%s\" not yet implemented" .comm _EINVAL,4,2 ## @EINVAL L_.str.4: ## @.str.4 .asciz "unknown locking type \"%s\"" .no_dead_strip _get_raid_locking_parms .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function get_raid_locking_parms _get_raid_locking_parms: ; @get_raid_locking_parms .cfi_startproc ; %bb.0: stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill 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, x3 mov x20, x2 mov x21, x1 ldr x22, [x1] mov x0, x22 bl _strlen mov x2, x0 Lloh0: adrp x1, l_.str@PAGE Lloh1: add x1, x1, l_.str@PAGEOFF mov x0, x22 bl _strnicmp cbz w0, LBB0_2 LBB0_1: mov w0, #0 ; =0x0 str wzr, [x20] Lloh2: adrp x8, _locking_none@GOTPAGE Lloh3: ldr x8, [x8, _locking_none@GOTPAGEOFF] str x8, [x19] b LBB0_7 LBB0_2: ldr x21, [x21, #8] mov x0, x21 bl _strlen mov x22, x0 Lloh4: adrp x1, l_.str.1@PAGE Lloh5: add x1, x1, l_.str.1@PAGEOFF mov x0, x21 mov x2, x22 bl _strnicmp cbz w0, LBB0_1 ; %bb.3: Lloh6: adrp x1, l_.str.2@PAGE Lloh7: add x1, x1, l_.str.2@PAGEOFF mov x0, x21 mov x2, x22 bl _strnicmp cbz w0, LBB0_5 ; %bb.4: Lloh8: adrp x0, l_.str.4@PAGE Lloh9: add x0, x0, l_.str.4@PAGEOFF b LBB0_6 LBB0_5: Lloh10: adrp x0, l_.str.3@PAGE Lloh11: add x0, x0, l_.str.3@PAGEOFF LBB0_6: mov x1, x21 bl _DMERR Lloh12: adrp x8, _EINVAL@GOTPAGE Lloh13: ldr x8, [x8, _EINVAL@GOTPAGEOFF] Lloh14: 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 AdrpAdd Lloh0, Lloh1 .loh AdrpLdrGot Lloh2, Lloh3 .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh8, Lloh9 .loh AdrpAdd Lloh10, Lloh11 .loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "locking" l_.str.1: ; @.str.1 .asciz "none" .comm _locking_none,4,2 ; @locking_none l_.str.2: ; @.str.2 .asciz "cluster" l_.str.3: ; @.str.3 .asciz "locking type \"%s\" not yet implemented" .comm _EINVAL,4,2 ; @EINVAL l_.str.4: ; @.str.4 .asciz "unknown locking type \"%s\"" .no_dead_strip _get_raid_locking_parms .subsections_via_symbols
assembly_file_137328.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _r8712_GetPhyRxPktReceived ## -- Begin function r8712_GetPhyRxPktReceived .p2align 4, 0x90 _r8712_GetPhyRxPktReceived: ## @r8712_GetPhyRxPktReceived .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 _OFDM_MPDU_OK_BIT@GOTPCREL(%rip), %rax movl (%rax), %esi callq _GetPhyRxPktCounts movq %rax, %r14 movq _CCK_MPDU_OK_BIT@GOTPCREL(%rip), %rax movl (%rax), %esi movq %r15, %rdi callq _GetPhyRxPktCounts movq %rax, %rbx movq _HT_MPDU_OK_BIT@GOTPCREL(%rip), %rax movl (%rax), %esi movq %r15, %rdi callq _GetPhyRxPktCounts addq %r14, %rbx addq %rbx, %rax addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _OFDM_MPDU_OK_BIT,4,2 ## @OFDM_MPDU_OK_BIT .comm _CCK_MPDU_OK_BIT,4,2 ## @CCK_MPDU_OK_BIT .comm _HT_MPDU_OK_BIT,4,2 ## @HT_MPDU_OK_BIT .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _r8712_GetPhyRxPktReceived ; -- Begin function r8712_GetPhyRxPktReceived .p2align 2 _r8712_GetPhyRxPktReceived: ; @r8712_GetPhyRxPktReceived .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 x8, _OFDM_MPDU_OK_BIT@GOTPAGE Lloh1: ldr x8, [x8, _OFDM_MPDU_OK_BIT@GOTPAGEOFF] Lloh2: ldr w1, [x8] bl _GetPhyRxPktCounts mov x20, x0 Lloh3: adrp x8, _CCK_MPDU_OK_BIT@GOTPAGE Lloh4: ldr x8, [x8, _CCK_MPDU_OK_BIT@GOTPAGEOFF] Lloh5: ldr w1, [x8] mov x0, x19 bl _GetPhyRxPktCounts mov x21, x0 Lloh6: adrp x8, _HT_MPDU_OK_BIT@GOTPAGE Lloh7: ldr x8, [x8, _HT_MPDU_OK_BIT@GOTPAGEOFF] Lloh8: ldr w1, [x8] mov x0, x19 bl _GetPhyRxPktCounts add x8, x21, x20 add x0, x8, x0 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 Lloh6, Lloh7, Lloh8 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _OFDM_MPDU_OK_BIT,4,2 ; @OFDM_MPDU_OK_BIT .comm _CCK_MPDU_OK_BIT,4,2 ; @CCK_MPDU_OK_BIT .comm _HT_MPDU_OK_BIT,4,2 ; @HT_MPDU_OK_BIT .subsections_via_symbols
AnghaBench/linux/drivers/staging/rtl8712/extr_rtl871x_mp.c_r8712_GetPhyRxPktReceived.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _vc_container_read ## -- Begin function vc_container_read .p2align 4, 0x90 _vc_container_read: ## @vc_container_read .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 _VC_CONTAINER_ERROR_CONTINUE@GOTPCREL(%rip), %rax movq (%rax), %rax movq _VC_CONTAINER_READ_FLAG_FORCE_TRACK@GOTPCREL(%rip), %rcx movl (%rcx), %r12d testq %rsi, %rsi je LBB0_1 ## %bb.6: movq %rsi, %r14 cmpl $0, 36(%rsi) jne LBB0_8 ## %bb.7: movq _VC_CONTAINER_READ_FLAG_INFO@GOTPCREL(%rip), %rcx movq _VC_CONTAINER_READ_FLAG_SKIP@GOTPCREL(%rip), %rdx movl (%rdx), %edx orl (%rcx), %edx testl %r15d, %edx je LBB0_2 LBB0_8: testl %r15d, %r12d je LBB0_11 ## %bb.9: movq (%r14), %rcx cmpq (%rbx), %rcx jae LBB0_2 ## %bb.10: movq 24(%rbx), %rdx movq (%rdx,%rcx,8), %rcx cmpl $0, 8(%rcx) jne LBB0_11 jmp LBB0_2 LBB0_1: movq _VC_CONTAINER_READ_FLAG_SKIP@GOTPCREL(%rip), %rcx testl %r15d, (%rcx) je LBB0_2 ## %bb.3: movq _VC_CONTAINER_READ_FLAG_INFO@GOTPCREL(%rip), %rcx testl %r15d, (%rcx) jne LBB0_2 ## %bb.4: testl %r15d, %r12d je LBB0_5 LBB0_2: movq _VC_CONTAINER_ERROR_INVALID_ARGUMENT@GOTPCREL(%rip), %rax movq (%rax), %rax LBB0_37: addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_5: movq 16(%rbx), %r14 addq $8, %r14 LBB0_11: movq 16(%rbx), %rcx cmpl $0, 48(%rcx) je LBB0_12 ## %bb.19: movq _VC_CONTAINER_READ_FLAG_INFO@GOTPCREL(%rip), %rcx movl (%rcx), %ecx andl %r15d, %ecx je LBB0_21 ## %bb.20: movq _VC_PACKETIZER_FLAG_INFO@GOTPCREL(%rip), %rcx movl (%rcx), %ecx LBB0_21: movq _VC_CONTAINER_READ_FLAG_SKIP@GOTPCREL(%rip), %rdx movl (%rdx), %edx andl %r15d, %edx je LBB0_23 ## %bb.22: movq _VC_PACKETIZER_FLAG_SKIP@GOTPCREL(%rip), %rdx movl (%rdx), %edx LBB0_23: orl %ecx, %edx orl %r15d, %r12d movq (%rbx), %rcx testq %rcx, %rcx movl %r15d, -52(%rbp) ## 4-byte Spill je LBB0_31 ## %bb.24: movl $-1, %r15d xorl %r13d, %r13d movq %rbx, -64(%rbp) ## 8-byte Spill jmp LBB0_25 .p2align 4, 0x90 LBB0_28: ## in Loop: Header=BB0_25 Depth=1 movq %r14, %rsi movq %r14, %rbx movl %r12d, %r14d movl %edx, %r12d callq _vc_packetizer_read movl %r12d, %edx movl %r14d, %r12d movq %rbx, %r14 movq -64(%rbp), %rbx ## 8-byte Reload movq %r13, (%r14) movq (%rbx), %rcx movq _VC_CONTAINER_SUCCESS@GOTPCREL(%rip), %rsi cmpq (%rsi), %rax je LBB0_30 LBB0_29: ## in Loop: Header=BB0_25 Depth=1 movl %r15d, %r13d decl %r15d cmpq %r13, %rcx jbe LBB0_30 LBB0_25: ## =>This Inner Loop Header: Depth=1 movq 24(%rbx), %rsi movq (%rsi,%r13,8), %r8 movq (%r8), %rsi movq (%rsi), %rdi cmpl $0, 8(%r8) setne %r8b testq %rdi, %rdi setne %sil andb %r8b, %sil cmpb $1, %sil jne LBB0_29 ## %bb.26: ## in Loop: Header=BB0_25 Depth=1 testl %r12d, %r12d je LBB0_28 ## %bb.27: ## in Loop: Header=BB0_25 Depth=1 cmpq %r13, (%r14) je LBB0_28 jmp LBB0_29 LBB0_30: cmpq %r13, %rcx ja LBB0_14 LBB0_31: movl %edx, -56(%rbp) ## 4-byte Spill movq 16(%rbx), %rax leaq 8(%rax), %rsi movq %rsi, -48(%rbp) movq (%r14), %rcx movq %rcx, 8(%rax) movq _VC_PACKETIZER_FLAG_INFO@GOTPCREL(%rip), %rax movl (%rax), %edx orl %r12d, %edx movq %rbx, %rdi callq _container_read_packet movq _VC_CONTAINER_SUCCESS@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB0_37 .p2align 4, 0x90 LBB0_32: ## =>This Inner Loop Header: Depth=1 movq 24(%rbx), %rax movq -48(%rbp), %rsi movq (%rsi), %rcx movq (%rax,%rcx,8), %rax movq (%rax), %rax movq (%rax), %r15 testq %r15, %r15 je LBB0_33 ## %bb.34: ## in Loop: Header=BB0_32 Depth=1 movq 16(%rbx), %rax movl (%rax), %eax movl %eax, 36(%rsi) movq _PACKETIZER_BUFFER_SIZE@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, 32(%rsi) movq $0, 24(%rsi) movq %rbx, %rdi movl %r12d, %edx callq _container_read_packet movq _VC_CONTAINER_SUCCESS@GOTPCREL(%rip), %r13 cmpq (%r13), %rax jne LBB0_37 ## %bb.35: ## in Loop: Header=BB0_32 Depth=1 movq -48(%rbp), %rsi movq (%rsi), %rax movq %rax, (%r14) movq %r15, %rdi callq _vc_packetizer_push movq _VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT@GOTPCREL(%rip), %rax movl (%rax), %edx movq %r15, %rdi leaq -48(%rbp), %rsi callq _vc_packetizer_pop movq %r15, %rdi movq %r14, %rsi movl -56(%rbp), %edx ## 4-byte Reload callq _vc_packetizer_read cmpq (%r13), %rax je LBB0_14 ## %bb.36: ## in Loop: Header=BB0_32 Depth=1 movq 16(%rbx), %rax leaq 8(%rax), %rsi movq %rsi, -48(%rbp) movq (%r14), %rcx movq %rcx, 8(%rax) movq _VC_PACKETIZER_FLAG_INFO@GOTPCREL(%rip), %rax movl (%rax), %edx orl %r12d, %edx movq %rbx, %rdi callq _container_read_packet cmpq (%r13), %rax je LBB0_32 jmp LBB0_37 LBB0_12: movq %rbx, %rdi movq %r14, %rsi movl %r15d, %edx LBB0_13: callq _container_read_packet LBB0_14: movq _VC_CONTAINER_SUCCESS@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB0_37 ## %bb.15: movq 8(%r14), %rdx movq 8(%rbx), %rcx cmpq %rcx, %rdx jle LBB0_17 ## %bb.16: movq %rdx, 8(%rbx) movq %rdx, %rcx LBB0_17: movq 16(%r14), %rdx cmpq %rcx, %rdx jle LBB0_37 ## %bb.18: movq %rdx, 8(%rbx) jmp LBB0_37 LBB0_33: movq %rbx, %rdi movq %r14, %rsi movl -52(%rbp), %edx ## 4-byte Reload jmp LBB0_13 .cfi_endproc ## -- End function .comm _VC_CONTAINER_ERROR_CONTINUE,8,3 ## @VC_CONTAINER_ERROR_CONTINUE .comm _VC_CONTAINER_READ_FLAG_FORCE_TRACK,4,2 ## @VC_CONTAINER_READ_FLAG_FORCE_TRACK .comm _VC_CONTAINER_READ_FLAG_SKIP,4,2 ## @VC_CONTAINER_READ_FLAG_SKIP .comm _VC_CONTAINER_ERROR_INVALID_ARGUMENT,8,3 ## @VC_CONTAINER_ERROR_INVALID_ARGUMENT .comm _VC_CONTAINER_READ_FLAG_INFO,4,2 ## @VC_CONTAINER_READ_FLAG_INFO .comm _VC_PACKETIZER_FLAG_INFO,4,2 ## @VC_PACKETIZER_FLAG_INFO .comm _VC_PACKETIZER_FLAG_SKIP,4,2 ## @VC_PACKETIZER_FLAG_SKIP .comm _VC_CONTAINER_SUCCESS,8,3 ## @VC_CONTAINER_SUCCESS .comm _PACKETIZER_BUFFER_SIZE,4,2 ## @PACKETIZER_BUFFER_SIZE .comm _VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT,4,2 ## @VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _vc_container_read ; -- Begin function vc_container_read .p2align 2 _vc_container_read: ; @vc_container_read .cfi_startproc ; %bb.0: sub sp, sp, #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 x21, x2 mov x19, x0 Lloh0: adrp x8, _VC_CONTAINER_ERROR_CONTINUE@GOTPAGE Lloh1: ldr x8, [x8, _VC_CONTAINER_ERROR_CONTINUE@GOTPAGEOFF] Lloh2: ldr x0, [x8] Lloh3: adrp x8, _VC_CONTAINER_READ_FLAG_FORCE_TRACK@GOTPAGE Lloh4: ldr x8, [x8, _VC_CONTAINER_READ_FLAG_FORCE_TRACK@GOTPAGEOFF] Lloh5: ldr w8, [x8] cbz x1, LBB0_6 ; %bb.1: mov x20, x1 ldr w9, [x1, #36] cbnz w9, LBB0_3 ; %bb.2: Lloh6: adrp x9, _VC_CONTAINER_READ_FLAG_INFO@GOTPAGE Lloh7: ldr x9, [x9, _VC_CONTAINER_READ_FLAG_INFO@GOTPAGEOFF] Lloh8: ldr w9, [x9] Lloh9: adrp x10, _VC_CONTAINER_READ_FLAG_SKIP@GOTPAGE Lloh10: ldr x10, [x10, _VC_CONTAINER_READ_FLAG_SKIP@GOTPAGEOFF] Lloh11: ldr w10, [x10] orr w9, w10, w9 tst w9, w21 b.eq LBB0_9 LBB0_3: tst w8, w21 b.eq LBB0_12 ; %bb.4: ldr x9, [x20] ldr x10, [x19] cmp x9, x10 b.hs LBB0_9 ; %bb.5: ldr x10, [x19, #24] ldr x9, [x10, x9, lsl #3] ldr w9, [x9, #8] cbnz w9, LBB0_12 b LBB0_9 LBB0_6: Lloh12: adrp x9, _VC_CONTAINER_READ_FLAG_SKIP@GOTPAGE Lloh13: ldr x9, [x9, _VC_CONTAINER_READ_FLAG_SKIP@GOTPAGEOFF] Lloh14: ldr w9, [x9] tst w9, w21 b.eq LBB0_9 ; %bb.7: Lloh15: adrp x9, _VC_CONTAINER_READ_FLAG_INFO@GOTPAGE Lloh16: ldr x9, [x9, _VC_CONTAINER_READ_FLAG_INFO@GOTPAGEOFF] Lloh17: ldr w9, [x9] tst w9, w21 b.ne LBB0_9 ; %bb.8: tst w8, w21 b.eq LBB0_11 LBB0_9: Lloh18: adrp x8, _VC_CONTAINER_ERROR_INVALID_ARGUMENT@GOTPAGE Lloh19: ldr x8, [x8, _VC_CONTAINER_ERROR_INVALID_ARGUMENT@GOTPAGEOFF] Lloh20: ldr x0, [x8] LBB0_10: 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 LBB0_11: ldr x9, [x19, #16] add x20, x9, #8 LBB0_12: ldr x9, [x19, #16] ldr w9, [x9, #48] Lloh21: adrp x24, _VC_CONTAINER_SUCCESS@GOTPAGE Lloh22: ldr x24, [x24, _VC_CONTAINER_SUCCESS@GOTPAGEOFF] cbz w9, LBB0_27 ; %bb.13: orr w22, w8, w21 Lloh23: adrp x8, _VC_CONTAINER_READ_FLAG_INFO@GOTPAGE Lloh24: ldr x8, [x8, _VC_CONTAINER_READ_FLAG_INFO@GOTPAGEOFF] Lloh25: ldr w8, [x8] Lloh26: adrp x9, _VC_PACKETIZER_FLAG_INFO@GOTPAGE Lloh27: ldr x9, [x9, _VC_PACKETIZER_FLAG_INFO@GOTPAGEOFF] Lloh28: ldr w9, [x9] tst w8, w21 csel w26, wzr, w9, eq Lloh29: adrp x8, _VC_CONTAINER_READ_FLAG_SKIP@GOTPAGE Lloh30: ldr x8, [x8, _VC_CONTAINER_READ_FLAG_SKIP@GOTPAGEOFF] Lloh31: ldr w8, [x8] Lloh32: adrp x9, _VC_PACKETIZER_FLAG_SKIP@GOTPAGE Lloh33: ldr x9, [x9, _VC_PACKETIZER_FLAG_SKIP@GOTPAGEOFF] Lloh34: ldr w9, [x9] tst w8, w21 csel w27, wzr, w9, eq ldr x9, [x19] cbz x9, LBB0_21 ; %bb.14: mov x23, #0 ; =0x0 mov w25, #-1 ; =0xffffffff b LBB0_17 LBB0_15: ; in Loop: Header=BB0_17 Depth=1 orr w2, w27, w26 mov x0, x8 mov x1, x20 bl _vc_packetizer_read str x23, [x20] ldr x8, [x24] ldr x9, [x19] cmp x0, x8 b.eq LBB0_20 LBB0_16: ; in Loop: Header=BB0_17 Depth=1 mov w23, w25 sub w25, w25, #1 cmp x9, x23 b.ls LBB0_20 LBB0_17: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19, #24] ldr x10, [x8, x23, lsl #3] ldr x8, [x10] ldr x8, [x8] ldr w10, [x10, #8] cmp w10, #0 ccmp x8, #0, #4, ne b.eq LBB0_16 ; %bb.18: ; in Loop: Header=BB0_17 Depth=1 cbz w22, LBB0_15 ; %bb.19: ; in Loop: Header=BB0_17 Depth=1 ldr x10, [x20] cmp x10, x23 b.eq LBB0_15 b LBB0_16 LBB0_20: cmp x9, x23 b.hi LBB0_28 LBB0_21: ldr x1, [x19, #16] ldr x8, [x20] str x8, [x1, #8]! str x1, [sp, #8] Lloh35: adrp x8, _VC_PACKETIZER_FLAG_INFO@GOTPAGE Lloh36: ldr x8, [x8, _VC_PACKETIZER_FLAG_INFO@GOTPAGEOFF] Lloh37: ldr w8, [x8] orr w2, w8, w22 mov x0, x19 bl _container_read_packet ldr x8, [x24] cmp x0, x8 b.ne LBB0_10 ; %bb.22: Lloh38: adrp x28, _PACKETIZER_BUFFER_SIZE@GOTPAGE Lloh39: ldr x28, [x28, _PACKETIZER_BUFFER_SIZE@GOTPAGEOFF] Lloh40: adrp x25, _VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT@GOTPAGE Lloh41: ldr x25, [x25, _VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT@GOTPAGEOFF] LBB0_23: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19, #24] ldr x1, [sp, #8] ldr x9, [x1] ldr x8, [x8, x9, lsl #3] ldr x8, [x8] ldr x23, [x8] cbz x23, LBB0_27 ; %bb.24: ; in Loop: Header=BB0_23 Depth=1 ldr x8, [x19, #16] ldr w8, [x8] ldr w9, [x28] stp w9, w8, [x1, #32] str xzr, [x1, #24] mov x0, x19 mov x2, x22 bl _container_read_packet ldr x8, [x24] cmp x0, x8 b.ne LBB0_10 ; %bb.25: ; in Loop: Header=BB0_23 Depth=1 ldr x1, [sp, #8] ldr x8, [x1] str x8, [x20] mov x0, x23 bl _vc_packetizer_push ldr w2, [x25] add x1, sp, #8 mov x0, x23 bl _vc_packetizer_pop orr w2, w27, w26 mov x0, x23 mov x1, x20 bl _vc_packetizer_read ldr x8, [x24] cmp x0, x8 b.eq LBB0_28 ; %bb.26: ; in Loop: Header=BB0_23 Depth=1 ldr x1, [x19, #16] ldr x8, [x20] str x8, [x1, #8]! str x1, [sp, #8] Lloh42: adrp x8, _VC_PACKETIZER_FLAG_INFO@GOTPAGE Lloh43: ldr x8, [x8, _VC_PACKETIZER_FLAG_INFO@GOTPAGEOFF] Lloh44: ldr w8, [x8] orr w2, w8, w22 mov x0, x19 bl _container_read_packet ldr x8, [x24] cmp x0, x8 b.eq LBB0_23 b LBB0_10 LBB0_27: mov x0, x19 mov x1, x20 mov x2, x21 bl _container_read_packet LBB0_28: ldr x8, [x24] cmp x0, x8 b.ne LBB0_10 ; %bb.29: ldr x8, [x20, #8] ldr x9, [x19, #8] cmp x8, x9 b.le LBB0_31 ; %bb.30: str x8, [x19, #8] mov x9, x8 LBB0_31: ldr x8, [x20, #16] cmp x8, x9 b.le LBB0_10 ; %bb.32: str x8, [x19, #8] b LBB0_10 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11 .loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8 .loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14 .loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17 .loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20 .loh AdrpLdrGot Lloh21, Lloh22 .loh AdrpLdrGotLdr Lloh32, Lloh33, Lloh34 .loh AdrpLdrGotLdr Lloh29, Lloh30, Lloh31 .loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28 .loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25 .loh AdrpLdrGotLdr Lloh35, Lloh36, Lloh37 .loh AdrpLdrGot Lloh40, Lloh41 .loh AdrpLdrGot Lloh38, Lloh39 .loh AdrpLdrGotLdr Lloh42, Lloh43, Lloh44 .cfi_endproc ; -- End function .comm _VC_CONTAINER_ERROR_CONTINUE,8,3 ; @VC_CONTAINER_ERROR_CONTINUE .comm _VC_CONTAINER_READ_FLAG_FORCE_TRACK,4,2 ; @VC_CONTAINER_READ_FLAG_FORCE_TRACK .comm _VC_CONTAINER_READ_FLAG_SKIP,4,2 ; @VC_CONTAINER_READ_FLAG_SKIP .comm _VC_CONTAINER_ERROR_INVALID_ARGUMENT,8,3 ; @VC_CONTAINER_ERROR_INVALID_ARGUMENT .comm _VC_CONTAINER_READ_FLAG_INFO,4,2 ; @VC_CONTAINER_READ_FLAG_INFO .comm _VC_PACKETIZER_FLAG_INFO,4,2 ; @VC_PACKETIZER_FLAG_INFO .comm _VC_PACKETIZER_FLAG_SKIP,4,2 ; @VC_PACKETIZER_FLAG_SKIP .comm _VC_CONTAINER_SUCCESS,8,3 ; @VC_CONTAINER_SUCCESS .comm _PACKETIZER_BUFFER_SIZE,4,2 ; @PACKETIZER_BUFFER_SIZE .comm _VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT,4,2 ; @VC_PACKETIZER_FLAG_FORCE_RELEASE_INPUT .subsections_via_symbols
assembly_file_139383.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function note_type_unknown _note_type_unknown: ## @note_type_unknown .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, %ecx cmpl $256, %edi ## imm = 0x100 leaq L_.str(%rip), %rax leaq L_.str.1(%rip), %rdx cmovaeq %rax, %rdx leaq _note_type_unknown.s_nt(%rip), %rbx movq %rbx, %rdi movl $32, %esi callq _snprintf movq %rbx, %rax addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .zerofill __DATA,__bss,_note_type_unknown.s_nt,32,4 ## @note_type_unknown.s_nt .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "<unknown: 0x%x>" L_.str.1: ## @.str.1 .asciz "<unknown: %u>" .no_dead_strip _note_type_unknown .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function note_type_unknown _note_type_unknown: ; @note_type_unknown .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 x3, x0 Lloh0: adrp x8, l_.str.1@PAGE Lloh1: add x8, x8, l_.str.1@PAGEOFF Lloh2: adrp x9, l_.str@PAGE Lloh3: add x9, x9, l_.str@PAGEOFF cmp w0, #255 csel x2, x9, x8, hi Lloh4: adrp x19, _note_type_unknown.s_nt@PAGE Lloh5: add x19, x19, _note_type_unknown.s_nt@PAGEOFF mov x0, x19 mov w1, #32 bl _snprintf mov x0, x19 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpAdd Lloh0, Lloh1 .cfi_endproc ; -- End function .zerofill __DATA,__bss,_note_type_unknown.s_nt,32,0 ; @note_type_unknown.s_nt .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "<unknown: 0x%x>" l_.str.1: ; @.str.1 .asciz "<unknown: %u>" .no_dead_strip _note_type_unknown .subsections_via_symbols
AnghaBench/freebsd/contrib/elftoolchain/readelf/extr_readelf.c_note_type_unknown.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _devfreq_event_get_edev_count ## -- Begin function devfreq_event_get_edev_count .p2align 4, 0x90 _devfreq_event_get_edev_count: ## @devfreq_event_get_edev_count .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, %r14 movl (%rdi), %edi testl %edi, %edi je LBB0_1 ## %bb.2: leaq L_.str.1(%rip), %rsi movl $4, %edx callq _of_property_count_elems_of_size movl %eax, %ebx testl %eax, %eax jns LBB0_4 ## %bb.3: movl (%r14), %edx leaq L_.str.2(%rip), %rsi movq %r14, %rdi xorl %eax, %eax callq _dev_err jmp LBB0_4 LBB0_1: leaq L_.str(%rip), %rsi xorl %ebx, %ebx movq %r14, %rdi xorl %eax, %eax callq _dev_err movq _EINVAL@GOTPCREL(%rip), %rax subl (%rax), %ebx LBB0_4: movl %ebx, %eax popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "device does not have a device node entry\n" .comm _EINVAL,4,2 ## @EINVAL L_.str.1: ## @.str.1 .asciz "devfreq-events" L_.str.2: ## @.str.2 .asciz "failed to get the count of devfreq-event in %pOF node\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _devfreq_event_get_edev_count ; -- Begin function devfreq_event_get_edev_count .p2align 2 _devfreq_event_get_edev_count: ; @devfreq_event_get_edev_count .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 ldr w0, [x0] cbz w0, LBB0_3 ; %bb.1: Lloh0: adrp x1, l_.str.1@PAGE Lloh1: add x1, x1, l_.str.1@PAGEOFF mov w2, #4 bl _of_property_count_elems_of_size mov x20, x0 tbz w0, #31, LBB0_4 ; %bb.2: ldr w8, [x19] str x8, [sp] Lloh2: adrp x1, l_.str.2@PAGE Lloh3: add x1, x1, l_.str.2@PAGEOFF mov x0, x19 bl _dev_err b LBB0_4 LBB0_3: Lloh4: adrp x1, l_.str@PAGE Lloh5: add x1, x1, l_.str@PAGEOFF mov x0, x19 bl _dev_err Lloh6: adrp x8, _EINVAL@GOTPAGE Lloh7: ldr x8, [x8, _EINVAL@GOTPAGEOFF] Lloh8: ldr w8, [x8] neg w20, w8 LBB0_4: mov x0, x20 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 Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8 .loh AdrpAdd Lloh4, Lloh5 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "device does not have a device node entry\n" .comm _EINVAL,4,2 ; @EINVAL l_.str.1: ; @.str.1 .asciz "devfreq-events" l_.str.2: ; @.str.2 .asciz "failed to get the count of devfreq-event in %pOF node\n" .subsections_via_symbols
AnghaBench/linux/drivers/devfreq/extr_devfreq-event.c_devfreq_event_get_edev_count.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sqlite3_blob_bytes ## -- Begin function sqlite3_blob_bytes .p2align 4, 0x90 _sqlite3_blob_bytes: ## @sqlite3_blob_bytes .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 testq %rdi, %rdi je LBB0_3 ## %bb.1: cmpq $0, 8(%rdi) je LBB0_3 ## %bb.2: movl (%rdi), %eax LBB0_3: 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 _sqlite3_blob_bytes ; -- Begin function sqlite3_blob_bytes .p2align 2 _sqlite3_blob_bytes: ; @sqlite3_blob_bytes .cfi_startproc ; %bb.0: cbz x0, LBB0_3 ; %bb.1: ldr x8, [x0, #8] cbz x8, LBB0_4 ; %bb.2: ldr w0, [x0] LBB0_3: ret LBB0_4: mov w0, #0 ret .cfi_endproc ; -- End function .subsections_via_symbols
AnghaBench/sqlcipher/src/extr_vdbeblob.c_sqlite3_blob_bytes.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 localtimeOffset LCPI0_0: .quad 0x3fe0000000000000 ## double 0.5 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _localtimeOffset: ## @localtimeOffset .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 $232, %rsp .cfi_offset %rbx, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx leaq -64(%rbp), %rdi xorl %esi, %esi movl $32, %edx callq _memset movups (%rbx), %xmm0 movups 16(%rbx), %xmm1 movups 32(%rbx), %xmm2 movups 48(%rbx), %xmm3 movaps %xmm0, -160(%rbp) movaps %xmm1, -144(%rbp) movaps %xmm2, -128(%rbp) movaps %xmm3, -112(%rbp) movups 64(%rbx), %xmm0 movaps %xmm0, -96(%rbp) movupd 80(%rbx), %xmm0 movapd %xmm0, -80(%rbp) leaq -160(%rbp), %rdi callq _computeYMD_HMS movl $-2038, %eax ## imm = 0xF80A addl -160(%rbp), %eax cmpl $-68, %eax ja LBB0_2 ## %bb.1: movabsq $4294969296, %rax ## imm = 0x1000007D0 movq %rax, -160(%rbp) movl $1, -152(%rbp) movq $0, -144(%rbp) xorpd %xmm0, %xmm0 movupd %xmm0, -88(%rbp) jmp LBB0_3 LBB0_2: movsd -144(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd LCPI0_0(%rip), %xmm0 cvttpd2dq %xmm0, %xmm0 cvtdq2pd %xmm0, %xmm0 movlpd %xmm0, -144(%rbp) LBB0_3: movq $0, -72(%rbp) movq $0, -96(%rbp) leaq -160(%rbp), %rdi callq _computeJD movslq -136(%rbp), %rax imulq $274877907, %rax, %rax ## imm = 0x10624DD3 movq %rax, %rcx sarq $38, %rcx shrq $63, %rax addl %ecx, %eax addl $-413362496, %eax ## imm = 0xE75C96C0 cltq movq %rax, -32(%rbp) leaq -32(%rbp), %rdi leaq -64(%rbp), %rsi callq _osLocaltime testq %rax, %rax je LBB0_5 ## %bb.4: leaq L_.str(%rip), %rsi movq %r15, %rdi movl $-1, %edx callq _sqlite3_result_error movq _SQLITE_ERROR@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, (%r14) xorl %eax, %eax jmp LBB0_6 LBB0_5: movl $1900, %eax ## imm = 0x76C addl -64(%rbp), %eax movl %eax, -256(%rbp) movl -60(%rbp), %eax movl -56(%rbp), %ecx incl %eax movl %eax, -252(%rbp) movl %ecx, -248(%rbp) movups -48(%rbp), %xmm0 movups %xmm0, -184(%rbp) xorps %xmm0, %xmm0 cvtsi2sdl -52(%rbp), %xmm0 movsd %xmm0, -240(%rbp) movabsq $4294967297, %rax ## imm = 0x100000001 movq %rax, -228(%rbp) xorpd %xmm0, %xmm0 movupd %xmm0, -216(%rbp) movupd %xmm0, -200(%rbp) leaq -256(%rbp), %rdi callq _computeJD movq _SQLITE_OK@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, (%r14) movl -232(%rbp), %eax subl -136(%rbp), %eax LBB0_6: addq $232, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "local time unavailable" .comm _SQLITE_ERROR,4,2 ## @SQLITE_ERROR .comm _SQLITE_OK,4,2 ## @SQLITE_OK .no_dead_strip _localtimeOffset .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function localtimeOffset lCPI0_0: .long 2000 ; 0x7d0 .long 1 ; 0x1 lCPI0_1: .long 1900 ; 0x76c .long 1 ; 0x1 .section __TEXT,__text,regular,pure_instructions .p2align 2 _localtimeOffset: ; @localtimeOffset .cfi_startproc ; %bb.0: sub sp, sp, #304 .cfi_def_cfa_offset 304 stp x28, x27, [sp, #240] ; 16-byte Folded Spill stp x22, x21, [sp, #256] ; 16-byte Folded Spill stp x20, x19, [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 w19, -24 .cfi_offset w20, -32 .cfi_offset w21, -40 .cfi_offset w22, -48 .cfi_offset w27, -56 .cfi_offset w28, -64 mov x19, x2 mov x20, x1 mov x21, x0 add x22, sp, #144 add x0, sp, #8 mov w1, #0 mov w2, #32 bl _memset ldp q0, q1, [x21, #32] stp q0, q1, [x22, #32] ldp q0, q1, [x21, #64] stp q0, q1, [x22, #64] ldp q0, q1, [x21] stp q0, q1, [x22] add x0, sp, #144 bl _computeYMD_HMS ldr w8, [sp, #144] sub w8, w8, #2038 cmn w8, #68 b.hi LBB0_2 ; %bb.1: Lloh0: adrp x8, lCPI0_0@PAGE Lloh1: ldr d0, [x8, lCPI0_0@PAGEOFF] str d0, [sp, #144] mov w8, #1 str w8, [sp, #152] stp xzr, xzr, [sp, #216] str xzr, [sp, #160] b LBB0_3 LBB0_2: ldr d0, [sp, #160] fmov d1, #0.50000000 fadd d0, d0, d1 fcvtzs w8, d0 scvtf d0, w8 str d0, [sp, #160] LBB0_3: str xzr, [sp, #232] str xzr, [sp, #208] add x0, sp, #144 bl _computeJD ldrsw x8, [sp, #168] mov w9, #19923 movk w9, #4194, lsl #16 mul x8, x8, x9 lsr x9, x8, #63 asr x8, x8, #38 mov w10, #38592 movk w10, #59228, lsl #16 add w8, w8, w9 add w8, w8, w10 sxtw x8, w8 str x8, [sp, #40] add x0, sp, #40 add x1, sp, #8 bl _osLocaltime cbz x0, LBB0_5 ; %bb.4: Lloh2: adrp x1, l_.str@PAGE Lloh3: add x1, x1, l_.str@PAGEOFF mov x0, x20 mov w2, #-1 bl _sqlite3_result_error mov w0, #0 Lloh4: adrp x8, _SQLITE_ERROR@GOTPAGE Lloh5: ldr x8, [x8, _SQLITE_ERROR@GOTPAGEOFF] Lloh6: ldr w8, [x8] str w8, [x19] b LBB0_6 LBB0_5: ldr d0, [sp, #8] Lloh7: adrp x8, lCPI0_1@PAGE Lloh8: ldr d1, [x8, lCPI0_1@PAGEOFF] add.2s v0, v0, v1 str d0, [sp, #48] ldr w8, [sp, #16] str w8, [sp, #56] ldur q0, [sp, #24] stur q0, [sp, #120] ldr s0, [sp, #20] sshll.2d v0, v0, #0 scvtf d0, d0 str d0, [sp, #64] movi.2s v0, #1 stur d0, [sp, #76] movi.2d v0, #0000000000000000 stur q0, [sp, #88] stur q0, [sp, #104] add x0, sp, #48 bl _computeJD Lloh9: adrp x8, _SQLITE_OK@GOTPAGE Lloh10: ldr x8, [x8, _SQLITE_OK@GOTPAGEOFF] Lloh11: ldr w8, [x8] str w8, [x19] ldr w8, [sp, #72] ldr w9, [sp, #168] sub w0, w8, w9 LBB0_6: ldp x29, x30, [sp, #288] ; 16-byte Folded Reload ldp x20, x19, [sp, #272] ; 16-byte Folded Reload ldp x22, x21, [sp, #256] ; 16-byte Folded Reload ldp x28, x27, [sp, #240] ; 16-byte Folded Reload add sp, sp, #304 ret .loh AdrpLdr Lloh0, Lloh1 .loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11 .loh AdrpLdr Lloh7, Lloh8 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "local time unavailable" .comm _SQLITE_ERROR,4,2 ; @SQLITE_ERROR .comm _SQLITE_OK,4,2 ; @SQLITE_OK .no_dead_strip _localtimeOffset .subsections_via_symbols
AnghaBench/ccv/lib/3rdparty/sqlite3/extr_sqlite3.c_localtimeOffset.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 xorl %eax, %eax callq _ti_emif_asm_offsets 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 _ti_emif_asm_offsets mov w0, #0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
AnghaBench/linux/drivers/memory/extr_emif-asm-offsets.c_main.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function ican3_msg_newhostif _ican3_msg_newhostif: ## @ican3_msg_newhostif .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 $16, %rsp .cfi_offset %rbx, -32 .cfi_offset %r14, -24 movq %rdi, %rbx leaq -24(%rbp), %r14 movq %r14, %rdi xorl %esi, %esi movl $8, %edx callq _memset movq _MSG_NEWHOSTIF@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -20(%rbp) xorl %edi, %edi callq _cpu_to_le16 movl %eax, -24(%rbp) xorl %edi, %edi cmpl $0, (%rbx) setne %dil callq _WARN_ON movq %rbx, %rdi movq %r14, %rsi callq _ican3_send_msg testl %eax, %eax jne LBB0_2 ## %bb.1: movl $1, (%rbx) LBB0_2: addq $16, %rsp popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .comm _MSG_NEWHOSTIF,4,2 ## @MSG_NEWHOSTIF .no_dead_strip _ican3_msg_newhostif .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function ican3_msg_newhostif _ican3_msg_newhostif: ; @ican3_msg_newhostif .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 add x0, sp, #8 mov w1, #0 mov w2, #8 bl _memset Lloh0: adrp x8, _MSG_NEWHOSTIF@GOTPAGE Lloh1: ldr x8, [x8, _MSG_NEWHOSTIF@GOTPAGEOFF] Lloh2: ldr w8, [x8] str w8, [sp, #12] mov w0, #0 bl _cpu_to_le16 str w0, [sp, #8] ldr w8, [x19] cmp w8, #0 cset w0, ne bl _WARN_ON add x1, sp, #8 mov x0, x19 bl _ican3_send_msg cbnz w0, LBB0_2 ; %bb.1: mov w8, #1 str w8, [x19] LBB0_2: 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 .cfi_endproc ; -- End function .comm _MSG_NEWHOSTIF,4,2 ; @MSG_NEWHOSTIF .no_dead_strip _ican3_msg_newhostif .subsections_via_symbols
AnghaBench/linux/drivers/net/can/extr_janz-ican3.c_ican3_msg_newhostif.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _ClipWindingEpsilon ## -- Begin function ClipWindingEpsilon .p2align 4, 0x90 _ClipWindingEpsilon: ## @ClipWindingEpsilon .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 $72, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %r9, %r12 movq %r8, %r14 movl %ecx, %r15d movl %edx, -72(%rbp) ## 4-byte Spill movq %rsi, -80(%rbp) ## 8-byte Spill movq %rdi, %rbx movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -48(%rbp) movq _MAX_POINTS_ON_WINDING@GOTPCREL(%rip), %rax movl (%rax), %eax addl $4, %eax shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq %rsp, -88(%rbp) ## 8-byte Spill movl $0, -52(%rbp) movq $0, -60(%rbp) cmpl $0, (%rbx) js LBB0_1 ## %bb.2: movq %r14, -96(%rbp) ## 8-byte Spill movq %r12, -104(%rbp) ## 8-byte Spill movl %r15d, %r13d negl %r13d movq $-1, %r12 jmp LBB0_3 .p2align 4, 0x90 LBB0_7: ## in Loop: Header=BB0_3 Depth=1 movslq (%rcx), %rax incl -60(%rbp,%rax,4) movq -88(%rbp), %rcx ## 8-byte Reload movl %eax, 4(%rcx,%r12,4) movslq (%rbx), %r14 incq %r12 cmpq %r14, %r12 jge LBB0_8 LBB0_3: ## =>This Inner Loop Header: Depth=1 movq 8(%rbx), %rax movq 8(%rax,%r12,8), %rdi movq -80(%rbp), %rsi ## 8-byte Reload callq _DotProduct subl -72(%rbp), %eax ## 4-byte Folded Reload movq _SIDE_ON@GOTPCREL(%rip), %rcx cmpl %r13d, %eax jge LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq _SIDE_BACK@GOTPCREL(%rip), %rcx LBB0_5: ## in Loop: Header=BB0_3 Depth=1 cmpl %r15d, %eax jle LBB0_7 ## %bb.6: ## in Loop: Header=BB0_3 Depth=1 movq _SIDE_FRONT@GOTPCREL(%rip), %rcx jmp LBB0_7 LBB0_8: cmpl $0, -60(%rbp) movq -88(%rbp), %rcx ## 8-byte Reload movl (%rcx), %eax movl %eax, 4(%rcx,%r12,4) movq -104(%rbp), %r12 ## 8-byte Reload movq $0, (%r12) movq -96(%rbp), %r15 ## 8-byte Reload movq $0, (%r15) je LBB0_9 ## %bb.10: cmpl $0, -56(%rbp) je LBB0_11 ## %bb.14: addl $4, %r14d movl %r14d, %edi callq _AllocWinding movq %rax, -72(%rbp) ## 8-byte Spill movq %rax, (%r15) movl %r14d, %edi callq _AllocWinding movq %rax, -80(%rbp) ## 8-byte Spill movq %rax, (%r12) cmpl $0, (%rbx) jle LBB0_23 ## %bb.15: movq -88(%rbp), %rax ## 8-byte Reload movl (%rax), %r13d movq _SIDE_ON@GOTPCREL(%rip), %rax movl (%rax), %eax xorl %r12d, %r12d jmp LBB0_16 .p2align 4, 0x90 LBB0_22: ## in Loop: Header=BB0_16 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movl 4(%rax,%r12,4), %r13d incq %r12 movq _SIDE_ON@GOTPCREL(%rip), %rax movl (%rax), %eax movslq (%rbx), %rcx cmpq %rcx, %r12 jge LBB0_23 LBB0_16: ## =>This Inner Loop Header: Depth=1 movq 8(%rbx), %rcx movq (%rcx,%r12,8), %r15 cmpl %eax, %r13d je LBB0_17 ## %bb.18: ## in Loop: Header=BB0_16 Depth=1 movq _SIDE_FRONT@GOTPCREL(%rip), %rax cmpl (%rax), %r13d jne LBB0_20 ## %bb.19: ## in Loop: Header=BB0_16 Depth=1 movq -72(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movslq (%rcx), %rcx movq (%rax,%rcx,8), %rsi movq %r15, %rdi callq _VectorCopy movq -72(%rbp), %rax ## 8-byte Reload incl (%rax) LBB0_20: ## in Loop: Header=BB0_16 Depth=1 movq _SIDE_BACK@GOTPCREL(%rip), %rax cmpl (%rax), %r13d jne LBB0_22 ## %bb.21: ## in Loop: Header=BB0_16 Depth=1 movq -80(%rbp), %r13 ## 8-byte Reload movq 8(%r13), %rax movslq (%r13), %rcx movq (%rax,%rcx,8), %rsi movq %r15, %rdi callq _VectorCopy incl (%r13) jmp LBB0_22 LBB0_1: movq $0, (%r12) movq $0, (%r14) LBB0_9: movq %rbx, %rdi callq _CopyWinding movq %rax, (%r12) LBB0_12: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -48(%rbp), %rax jne LBB0_30 ## %bb.13: leaq -40(%rbp), %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_11: movq %rbx, %rdi callq _CopyWinding movq %rax, (%r15) jmp LBB0_12 LBB0_17: movq -72(%rbp), %rbx ## 8-byte Reload movq 8(%rbx), %rax movslq (%rbx), %rcx movq (%rax,%rcx,8), %rsi movq %r15, %rdi callq _VectorCopy incl (%rbx) movq -80(%rbp), %rbx ## 8-byte Reload movq 8(%rbx), %rax movslq (%rbx), %rcx movq (%rax,%rcx,8), %rsi movq %r15, %rdi callq _VectorCopy incl (%rbx) LBB0_23: movq -72(%rbp), %rax ## 8-byte Reload movl (%rax), %eax cmpl %r14d, %eax jg LBB0_25 ## %bb.24: movq -80(%rbp), %rcx ## 8-byte Reload cmpl %r14d, (%rcx) jle LBB0_26 LBB0_25: leaq L_.str(%rip), %rdi callq _Error movq -72(%rbp), %rax ## 8-byte Reload movl (%rax), %eax LBB0_26: movq _MAX_POINTS_ON_WINDING@GOTPCREL(%rip), %rcx movl (%rcx), %ecx cmpl %ecx, %eax jg LBB0_28 ## %bb.27: movq -80(%rbp), %rax ## 8-byte Reload cmpl %ecx, (%rax) jle LBB0_12 LBB0_28: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -48(%rbp), %rax jne LBB0_30 ## %bb.29: leaq L_.str.1(%rip), %rdi leaq -40(%rbp), %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _Error ## TAILCALL LBB0_30: callq ___stack_chk_fail .cfi_endproc ## -- End function .comm _MAX_POINTS_ON_WINDING,4,2 ## @MAX_POINTS_ON_WINDING .comm _SIDE_FRONT,4,2 ## @SIDE_FRONT .comm _SIDE_BACK,4,2 ## @SIDE_BACK .comm _SIDE_ON,4,2 ## @SIDE_ON .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "ClipWinding: points exceeded estimate" L_.str.1: ## @.str.1 .asciz "ClipWinding: MAX_POINTS_ON_WINDING" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _ClipWindingEpsilon ; -- Begin function ClipWindingEpsilon .p2align 2 _ClipWindingEpsilon: ; @ClipWindingEpsilon .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill 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 sub sp, 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 .cfi_offset w25, -72 .cfi_offset w26, -80 .cfi_offset w27, -88 .cfi_offset w28, -96 mov x23, x5 mov x21, x3 mov x22, x2 mov x24, x1 mov x19, x0 Lloh0: adrp x8, ___stack_chk_guard@GOTPAGE Lloh1: ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] Lloh2: ldr x8, [x8] Lloh3: adrp x9, _MAX_POINTS_ON_WINDING@GOTPAGE Lloh4: ldr x9, [x9, _MAX_POINTS_ON_WINDING@GOTPAGEOFF] stur x8, [x29, #-88] Lloh5: ldr w8, [x9] add w8, w8, #4 ubfiz x9, x8, #2, #32 add x8, x9, #15 and x8, x8, #0x7fffffff0 Lloh6: adrp x16, ___chkstk_darwin@GOTPAGE Lloh7: ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 mov x9, sp sub x26, x9, x8 mov sp, x26 stur xzr, [x29, #-100] stur wzr, [x29, #-104] ldr w8, [x0] tbnz w8, #31, LBB0_13 ; %bb.1: stp x4, x23, [x29, #-120] ; 16-byte Folded Spill mov x8, #0 ; =0x0 neg w20, w21 Lloh8: adrp x25, _SIDE_BACK@GOTPAGE Lloh9: ldr x25, [x25, _SIDE_BACK@GOTPAGEOFF] Lloh10: adrp x28, _SIDE_ON@GOTPAGE Lloh11: ldr x28, [x28, _SIDE_ON@GOTPAGEOFF] sub x23, x29, #104 LBB0_2: ; =>This Inner Loop Header: Depth=1 mov x27, x8 ldr x8, [x19, #8] ldr x0, [x8, x27, lsl #3] mov x1, x24 bl _DotProduct sub w8, w0, w22 cmp w8, w20 csel x9, x25, x28, lt cmp w8, w21 Lloh12: adrp x8, _SIDE_FRONT@GOTPAGE Lloh13: ldr x8, [x8, _SIDE_FRONT@GOTPAGEOFF] csel x8, x8, x9, gt ldrsw x8, [x8] str w8, [x26, x27, lsl #2] ldr w9, [x23, x8, lsl #2] add w9, w9, #1 str w9, [x23, x8, lsl #2] add x8, x27, #1 ldrsw x9, [x19] cmp x27, x9 b.lt LBB0_2 ; %bb.3: mov x22, x28 Lloh14: adrp x28, _SIDE_FRONT@GOTPAGE Lloh15: ldr x28, [x28, _SIDE_FRONT@GOTPAGEOFF] ldr w10, [x26] ldur w11, [x29, #-104] str w10, [x26, x8, lsl #2] ldp x24, x23, [x29, #-120] ; 16-byte Folded Reload str xzr, [x23] str xzr, [x24] cbz w11, LBB0_14 ; %bb.4: ldur w8, [x29, #-100] cbz w8, LBB0_17 ; %bb.5: add w20, w9, #4 mov x0, x20 bl _AllocWinding mov x21, x0 str x0, [x24] stur w20, [x29, #-120] ; 4-byte Folded Spill mov x0, x20 bl _AllocWinding mov x20, x0 str x0, [x23] ldr w8, [x19] cmp w8, #1 b.lt LBB0_19 ; %bb.6: mov x27, x28 mov x28, x25 mov x25, x22 mov x24, #0 ; =0x0 ldr w22, [x26], #4 ldr w8, [x25] b LBB0_8 LBB0_7: ; in Loop: Header=BB0_8 Depth=1 ldr w22, [x26, x24, lsl #2] add x9, x24, #1 ldr w8, [x25] ldrsw x10, [x19] mov x24, x9 cmp x9, x10 b.ge LBB0_19 LBB0_8: ; =>This Inner Loop Header: Depth=1 ldr x9, [x19, #8] ldr x23, [x9, x24, lsl #3] cmp w22, w8 b.eq LBB0_18 ; %bb.9: ; in Loop: Header=BB0_8 Depth=1 ldr w8, [x27] cmp w22, w8 b.ne LBB0_11 ; %bb.10: ; in Loop: Header=BB0_8 Depth=1 ldr x8, [x21, #8] ldrsw x9, [x21] ldr x1, [x8, x9, lsl #3] mov x0, x23 bl _VectorCopy ldr w8, [x21] add w8, w8, #1 str w8, [x21] LBB0_11: ; in Loop: Header=BB0_8 Depth=1 ldr w8, [x28] cmp w22, w8 b.ne LBB0_7 ; %bb.12: ; in Loop: Header=BB0_8 Depth=1 ldr x8, [x20, #8] ldrsw x9, [x20] ldr x1, [x8, x9, lsl #3] mov x0, x23 bl _VectorCopy ldr w8, [x20] add w8, w8, #1 str w8, [x20] b LBB0_7 LBB0_13: str xzr, [x23] str xzr, [x4] LBB0_14: mov x0, x19 bl _CopyWinding str x0, [x23] LBB0_15: ldur x8, [x29, #-88] Lloh16: adrp x9, ___stack_chk_guard@GOTPAGE Lloh17: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh18: ldr x9, [x9] cmp x9, x8 b.ne LBB0_26 ; %bb.16: sub sp, x29, #80 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 LBB0_17: mov x0, x19 bl _CopyWinding str x0, [x24] b LBB0_15 LBB0_18: ldr x8, [x21, #8] ldrsw x9, [x21] ldr x1, [x8, x9, lsl #3] mov x0, x23 bl _VectorCopy ldr w8, [x21] add w8, w8, #1 str w8, [x21] ldr x8, [x20, #8] ldrsw x9, [x20] ldr x1, [x8, x9, lsl #3] mov x0, x23 bl _VectorCopy ldr w8, [x20] add w8, w8, #1 str w8, [x20] LBB0_19: ldr w8, [x21] ldur w10, [x29, #-120] ; 4-byte Folded Reload cmp w8, w10 b.gt LBB0_21 ; %bb.20: ldr w9, [x20] cmp w9, w10 b.le LBB0_22 LBB0_21: Lloh19: adrp x0, l_.str@PAGE Lloh20: add x0, x0, l_.str@PAGEOFF bl _Error ldr w8, [x21] LBB0_22: Lloh21: adrp x9, _MAX_POINTS_ON_WINDING@GOTPAGE Lloh22: ldr x9, [x9, _MAX_POINTS_ON_WINDING@GOTPAGEOFF] Lloh23: ldr w9, [x9] cmp w8, w9 b.gt LBB0_24 ; %bb.23: ldr w8, [x20] cmp w8, w9 b.le LBB0_15 LBB0_24: ldur x8, [x29, #-88] Lloh24: adrp x9, ___stack_chk_guard@GOTPAGE Lloh25: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh26: ldr x9, [x9] cmp x9, x8 b.ne LBB0_26 ; %bb.25: Lloh27: adrp x0, l_.str.1@PAGE Lloh28: add x0, x0, l_.str.1@PAGEOFF sub sp, x29, #80 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 _Error LBB0_26: bl ___stack_chk_fail .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGot Lloh10, Lloh11 .loh AdrpLdrGot Lloh8, Lloh9 .loh AdrpLdrGot Lloh12, Lloh13 .loh AdrpLdrGot Lloh14, Lloh15 .loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18 .loh AdrpAdd Lloh19, Lloh20 .loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23 .loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26 .loh AdrpAdd Lloh27, Lloh28 .loh AdrpLdrGot Lloh6, Lloh7 .cfi_endproc ; -- End function .comm _MAX_POINTS_ON_WINDING,4,2 ; @MAX_POINTS_ON_WINDING .comm _SIDE_FRONT,4,2 ; @SIDE_FRONT .comm _SIDE_BACK,4,2 ; @SIDE_BACK .comm _SIDE_ON,4,2 ; @SIDE_ON .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ClipWinding: points exceeded estimate" l_.str.1: ; @.str.1 .asciz "ClipWinding: MAX_POINTS_ON_WINDING" .subsections_via_symbols
assembly_file_137225.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _il_prep_station ## -- Begin function il_prep_station .p2align 4, 0x90 _il_prep_station: ## @il_prep_station .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 %rcx, %rbx movq %rdi, %r14 movq _IL_INVALID_STATION@GOTPCREL(%rip), %r15 testl %edx, %edx movq %rcx, -56(%rbp) ## 8-byte Spill movq %rsi, -48(%rbp) ## 8-byte Spill je LBB0_2 ## %bb.1: movq _IL_AP_ID@GOTPCREL(%rip), %rax movq (%rax), %r12 jmp LBB0_12 LBB0_2: movq (%r15), %r12 movq %rsi, %rdi callq _is_broadcast_ether_addr testq %rax, %rax je LBB0_5 ## %bb.3: leaq 24(%r14), %rax movq (%rax), %r12 jmp LBB0_12 LBB0_5: movq _IL_STA_ID@GOTPCREL(%rip), %rax movslq (%rax), %r13 cmpl 32(%r14), %r13d jge LBB0_12 ## %bb.6: movq 16(%r14), %rax movq %r13, %rcx shlq $4, %rcx leaq (%rcx,%rcx,2), %rbx jmp LBB0_7 .p2align 4, 0x90 LBB0_11: ## in Loop: Header=BB0_7 Depth=1 movq 16(%r14), %rax cmpl $0, (%rax,%rbx) cmoveq %rcx, %r12 incq %r13 movslq 32(%r14), %rcx addq $48, %rbx cmpq %rcx, %r13 jge LBB0_12 LBB0_7: ## =>This Inner Loop Header: Depth=1 movl 32(%rax,%rbx), %edi movq -48(%rbp), %rsi ## 8-byte Reload callq _ether_addr_equal testq %rax, %rax jne LBB0_8 ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movq %r13, %rcx cmpq (%r15), %r12 je LBB0_11 ## %bb.10: ## in Loop: Header=BB0_7 Depth=1 movq %r12, %rcx jmp LBB0_11 LBB0_8: movq %r13, %r12 LBB0_12: xorl %edi, %edi cmpq (%r15), %r12 sete %dil callq _unlikely testq %rax, %rax jne LBB0_23 ## %bb.13: movq 16(%r14), %r15 leaq (%r12,%r12,2), %r13 shlq $4, %r13 movl (%r15,%r13), %ecx movq _IL_STA_UCODE_INPROGRESS@GOTPCREL(%rip), %rax testl %ecx, (%rax) je LBB0_15 ## %bb.14: leaq L_.str(%rip), %rdi movq %r12, %rsi callq _D_INFO jmp LBB0_23 LBB0_15: movq _IL_STA_DRIVER_ACTIVE@GOTPCREL(%rip), %rax movl (%rax), %eax testl %ecx, %eax je LBB0_19 ## %bb.16: movq _IL_STA_UCODE_ACTIVE@GOTPCREL(%rip), %rdx testl %ecx, (%rdx) je LBB0_19 ## %bb.17: movl 32(%r15,%r13), %edi movq -48(%rbp), %rbx ## 8-byte Reload movq %rbx, %rsi callq _ether_addr_equal testq %rax, %rax je LBB0_18 ## %bb.24: leaq L_.str.1(%rip), %rdi movq %r12, %rsi movq %rbx, %rdx callq _D_ASSOC jmp LBB0_23 LBB0_18: movq 16(%r14), %r15 movq _IL_STA_DRIVER_ACTIVE@GOTPCREL(%rip), %rax movl (%rax), %eax LBB0_19: movl %eax, (%r15,%r13) leaq L_.str.2(%rip), %rdi movq %r12, %rsi movq -48(%rbp), %rbx ## 8-byte Reload movq %rbx, %rdx callq _D_ASSOC incl 8(%r14) leaq (%r15,%r13), %rdi addq $8, %rdi xorl %esi, %esi movl $4, %edx callq _memset movl 32(%r15,%r13), %edi movq _ETH_ALEN@GOTPCREL(%rip), %rax movl (%rax), %edx movq %rbx, %rsi callq _memcpy movq $0, 40(%r15,%r13) movq %r12, 24(%r15,%r13) movq $0, 16(%r15,%r13) movq %r14, %rdi movq %r12, %rsi movq -56(%rbp), %rdx ## 8-byte Reload callq _il_set_ht_add_station movq (%r14), %rax movq _IEEE80211_BAND_5GHZ@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB0_20 ## %bb.21: movq _RATE_6M_PLCP@GOTPCREL(%rip), %rax jmp LBB0_22 LBB0_20: movq _RATE_1M_PLCP@GOTPCREL(%rip), %rax LBB0_22: movl (%rax), %edi movq _RATE_MCS_ANT_AB_MSK@GOTPCREL(%rip), %rax orl (%rax), %edi callq _cpu_to_le16 movl %eax, 8(%r15,%r13) LBB0_23: movq %r12, %rax addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _IL_INVALID_STATION,8,3 ## @IL_INVALID_STATION .comm _IL_AP_ID,8,3 ## @IL_AP_ID .comm _IL_STA_ID,4,2 ## @IL_STA_ID .comm _IL_STA_UCODE_INPROGRESS,4,2 ## @IL_STA_UCODE_INPROGRESS .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "STA %d already in process of being added.\n" .comm _IL_STA_DRIVER_ACTIVE,4,2 ## @IL_STA_DRIVER_ACTIVE .comm _IL_STA_UCODE_ACTIVE,4,2 ## @IL_STA_UCODE_ACTIVE L_.str.1: ## @.str.1 .asciz "STA %d (%pM) already added, not adding again.\n" L_.str.2: ## @.str.2 .asciz "Add STA to driver ID %d: %pM\n" .comm _ETH_ALEN,4,2 ## @ETH_ALEN .comm _IEEE80211_BAND_5GHZ,8,3 ## @IEEE80211_BAND_5GHZ .comm _RATE_6M_PLCP,4,2 ## @RATE_6M_PLCP .comm _RATE_1M_PLCP,4,2 ## @RATE_1M_PLCP .comm _RATE_MCS_ANT_AB_MSK,4,2 ## @RATE_MCS_ANT_AB_MSK .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _il_prep_station ; -- Begin function il_prep_station .p2align 2 _il_prep_station: ; @il_prep_station .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 x21, x3 mov x22, x1 mov x20, x0 Lloh0: adrp x23, _IL_INVALID_STATION@GOTPAGE Lloh1: ldr x23, [x23, _IL_INVALID_STATION@GOTPAGEOFF] cbz w2, LBB0_2 ; %bb.1: Lloh2: adrp x8, _IL_AP_ID@GOTPAGE Lloh3: ldr x8, [x8, _IL_AP_ID@GOTPAGEOFF] Lloh4: ldr x19, [x8] b LBB0_9 LBB0_2: ldr x19, [x23] mov x0, x22 bl _is_broadcast_ether_addr cbz x0, LBB0_4 ; %bb.3: add x8, x20, #24 ldr x19, [x8] b LBB0_9 LBB0_4: Lloh5: adrp x8, _IL_STA_ID@GOTPAGE Lloh6: ldr x8, [x8, _IL_STA_ID@GOTPAGEOFF] Lloh7: ldrsw x24, [x8] ldr w8, [x20, #32] cmp w24, w8 b.ge LBB0_9 ; %bb.5: ldr x8, [x20, #16] add x9, x24, x24, lsl #1 lsl x25, x9, #4 LBB0_6: ; =>This Inner Loop Header: Depth=1 add x8, x8, x25 ldr w0, [x8, #32] mov x1, x22 bl _ether_addr_equal cbnz x0, LBB0_8 ; %bb.7: ; in Loop: Header=BB0_6 Depth=1 ldr x8, [x20, #16] ldr w9, [x8, x25] ldr x10, [x23] cmp x19, x10 ccmp w9, #0, #0, eq csel x19, x24, x19, eq add x24, x24, #1 ldrsw x9, [x20, #32] add x25, x25, #48 cmp x24, x9 b.lt LBB0_6 b LBB0_9 LBB0_8: mov x19, x24 LBB0_9: ldr x8, [x23] cmp x19, x8 cset w0, eq bl _unlikely cbnz x0, LBB0_18 ; %bb.10: ldr x8, [x20, #16] mov w9, #48 mul x9, x19, x9 ldr w10, [x8, x9] Lloh8: adrp x9, _IL_STA_UCODE_INPROGRESS@GOTPAGE Lloh9: ldr x9, [x9, _IL_STA_UCODE_INPROGRESS@GOTPAGEOFF] Lloh10: ldr w9, [x9] tst w9, w10 b.eq LBB0_12 ; %bb.11: Lloh11: adrp x0, l_.str@PAGE Lloh12: add x0, x0, l_.str@PAGEOFF mov x1, x19 bl _D_INFO b LBB0_18 LBB0_12: Lloh13: adrp x23, _IL_STA_DRIVER_ACTIVE@GOTPAGE Lloh14: ldr x23, [x23, _IL_STA_DRIVER_ACTIVE@GOTPAGEOFF] ldr w9, [x23] tst w9, w10 b.eq LBB0_17 ; %bb.13: Lloh15: adrp x11, _IL_STA_UCODE_ACTIVE@GOTPAGE Lloh16: ldr x11, [x11, _IL_STA_UCODE_ACTIVE@GOTPAGEOFF] Lloh17: ldr w11, [x11] tst w11, w10 b.eq LBB0_17 ; %bb.14: mov w9, #48 madd x8, x19, x9, x8 ldr w0, [x8, #32] mov x1, x22 bl _ether_addr_equal cbz x0, LBB0_16 ; %bb.15: Lloh18: adrp x0, l_.str.1@PAGE Lloh19: add x0, x0, l_.str.1@PAGEOFF mov x1, x19 mov x2, x22 bl _D_ASSOC b LBB0_18 LBB0_16: ldr x8, [x20, #16] ldr w9, [x23] LBB0_17: mov w10, #48 madd x23, x19, x10, x8 str w9, [x23] Lloh20: adrp x0, l_.str.2@PAGE Lloh21: add x0, x0, l_.str.2@PAGEOFF mov x1, x19 mov x2, x22 bl _D_ASSOC ldr w8, [x20, #8] add w8, w8, #1 str w8, [x20, #8] add x0, x23, #8 mov w1, #0 mov w2, #4 bl _memset ldr w0, [x23, #32] Lloh22: adrp x8, _ETH_ALEN@GOTPAGE Lloh23: ldr x8, [x8, _ETH_ALEN@GOTPAGEOFF] Lloh24: ldr w2, [x8] mov x1, x22 bl _memcpy str xzr, [x23, #40] stp xzr, x19, [x23, #16] mov x0, x20 mov x1, x19 mov x2, x21 bl _il_set_ht_add_station ldr x8, [x20] Lloh25: adrp x9, _IEEE80211_BAND_5GHZ@GOTPAGE Lloh26: ldr x9, [x9, _IEEE80211_BAND_5GHZ@GOTPAGEOFF] Lloh27: ldr x9, [x9] Lloh28: adrp x10, _RATE_6M_PLCP@GOTPAGE Lloh29: ldr x10, [x10, _RATE_6M_PLCP@GOTPAGEOFF] Lloh30: adrp x11, _RATE_1M_PLCP@GOTPAGE Lloh31: ldr x11, [x11, _RATE_1M_PLCP@GOTPAGEOFF] cmp x8, x9 csel x8, x10, x11, eq ldr w8, [x8] Lloh32: adrp x9, _RATE_MCS_ANT_AB_MSK@GOTPAGE Lloh33: ldr x9, [x9, _RATE_MCS_ANT_AB_MSK@GOTPAGEOFF] Lloh34: ldr w9, [x9] orr w0, w8, w9 bl _cpu_to_le16 str w0, [x23, #8] LBB0_18: mov x0, x19 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 .loh AdrpAdd Lloh11, Lloh12 .loh AdrpLdrGot Lloh13, Lloh14 .loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17 .loh AdrpAdd Lloh18, Lloh19 .loh AdrpLdrGotLdr Lloh32, Lloh33, Lloh34 .loh AdrpLdrGot Lloh30, Lloh31 .loh AdrpLdrGot Lloh28, Lloh29 .loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27 .loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24 .loh AdrpAdd Lloh20, Lloh21 .cfi_endproc ; -- End function .comm _IL_INVALID_STATION,8,3 ; @IL_INVALID_STATION .comm _IL_AP_ID,8,3 ; @IL_AP_ID .comm _IL_STA_ID,4,2 ; @IL_STA_ID .comm _IL_STA_UCODE_INPROGRESS,4,2 ; @IL_STA_UCODE_INPROGRESS .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "STA %d already in process of being added.\n" .comm _IL_STA_DRIVER_ACTIVE,4,2 ; @IL_STA_DRIVER_ACTIVE .comm _IL_STA_UCODE_ACTIVE,4,2 ; @IL_STA_UCODE_ACTIVE l_.str.1: ; @.str.1 .asciz "STA %d (%pM) already added, not adding again.\n" l_.str.2: ; @.str.2 .asciz "Add STA to driver ID %d: %pM\n" .comm _ETH_ALEN,4,2 ; @ETH_ALEN .comm _IEEE80211_BAND_5GHZ,8,3 ; @IEEE80211_BAND_5GHZ .comm _RATE_6M_PLCP,4,2 ; @RATE_6M_PLCP .comm _RATE_1M_PLCP,4,2 ; @RATE_1M_PLCP .comm _RATE_MCS_ANT_AB_MSK,4,2 ; @RATE_MCS_ANT_AB_MSK .subsections_via_symbols
AnghaBench/fastsocket/kernel/drivers/net/wireless/iwlegacy/extr_common.c_il_prep_station.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 Prime LCPI0_0: .quad 0x4000000000000000 ## double 2 .section __TEXT,__text,regular,pure_instructions .globl _Prime .p2align 4, 0x90 _Prime: ## @Prime .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cvtsi2sd %edi, %xmm0 sqrtsd %xmm0, %xmm0 ucomisd LCPI0_0(%rip), %xmm0 jae LBB0_2 ## %bb.1: leaq L_str.3(%rip), %rdi popq %rbp jmp _puts ## TAILCALL LBB0_2: movl $1, %ecx movl $2, %esi .p2align 4, 0x90 LBB0_3: ## =>This Inner Loop Header: Depth=1 movl %edi, %eax cltd idivl %esi testl %edx, %edx cmovel %edx, %ecx incl %esi xorps %xmm1, %xmm1 cvtsi2sd %esi, %xmm1 ucomisd %xmm1, %xmm0 jae LBB0_3 ## %bb.4: testl %ecx, %ecx leaq L_str(%rip), %rax leaq L_str.3(%rip), %rdi cmoveq %rax, %rdi popq %rbp jmp _puts ## TAILCALL .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI1_0: .quad 0x4000000000000000 ## double 2 .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 subq $16, %rsp leaq L_.str.2(%rip), %rdi leaq -4(%rbp), %rsi xorl %eax, %eax callq _scanf movl -4(%rbp), %r8d cvtsi2sd %r8d, %xmm0 sqrtsd %xmm0, %xmm0 ucomisd LCPI1_0(%rip), %xmm0 jae LBB1_2 ## %bb.1: leaq L_str.3(%rip), %rdi jmp LBB1_5 LBB1_2: movl $1, %esi movl $3, %edi .p2align 4, 0x90 LBB1_3: ## =>This Inner Loop Header: Depth=1 leal -1(%rdi), %ecx movl %r8d, %eax cltd idivl %ecx testl %edx, %edx cmovel %edx, %esi xorps %xmm1, %xmm1 cvtsi2sd %edi, %xmm1 incl %edi ucomisd %xmm1, %xmm0 jae LBB1_3 ## %bb.4: testl %esi, %esi leaq L_str(%rip), %rax leaq L_str.3(%rip), %rdi cmoveq %rax, %rdi LBB1_5: callq _puts xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str.2: ## @.str.2 .asciz "%d" L_str: ## @str .asciz "This number is not prime!" L_str.3: ## @str.3 .asciz "This number is prime!" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Prime ; -- Begin function Prime .p2align 2 _Prime: ; @Prime .cfi_startproc ; %bb.0: mov x8, x0 scvtf d0, w0 fsqrt d0, d0 Lloh0: adrp x0, l_str.3@PAGE Lloh1: add x0, x0, l_str.3@PAGEOFF fmov d1, #2.00000000 fcmp d0, d1 b.lt LBB0_4 ; %bb.1: mov w9, #1 mov w10, #2 LBB0_2: ; =>This Inner Loop Header: Depth=1 sdiv w11, w8, w10 msub w11, w11, w10, w8 cmp w11, #0 csel w9, wzr, w9, eq add w10, w10, #1 scvtf d1, w10 fcmp d0, d1 b.ge LBB0_2 ; %bb.3: Lloh2: adrp x8, l_str@PAGE Lloh3: add x8, x8, l_str@PAGEOFF cmp w9, #0 csel x0, x8, x0, eq LBB0_4: b _puts .loh AdrpAdd Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .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 sub x8, x29, #4 str x8, [sp] Lloh4: adrp x0, l_.str.2@PAGE Lloh5: add x0, x0, l_.str.2@PAGEOFF bl _scanf ldur w8, [x29, #-4] scvtf d0, w8 fsqrt d0, d0 Lloh6: adrp x0, l_str.3@PAGE Lloh7: add x0, x0, l_str.3@PAGEOFF fmov d1, #2.00000000 fcmp d0, d1 b.lt LBB1_4 ; %bb.1: mov w9, #1 mov w10, #3 LBB1_2: ; =>This Inner Loop Header: Depth=1 sub w11, w10, #1 sdiv w12, w8, w11 msub w11, w12, w11, w8 cmp w11, #0 csel w9, wzr, w9, eq scvtf d1, w10 add w10, w10, #1 fcmp d0, d1 b.ge LBB1_2 ; %bb.3: Lloh8: adrp x8, l_str@PAGE Lloh9: add x8, x8, l_str@PAGEOFF cmp w9, #0 csel x0, x8, x0, eq LBB1_4: bl _puts mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .loh AdrpAdd Lloh6, Lloh7 .loh AdrpAdd Lloh4, Lloh5 .loh AdrpAdd Lloh8, Lloh9 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str.2: ; @.str.2 .asciz "%d" l_str: ; @str .asciz "This number is not prime!" l_str.3: ; @str.3 .asciz "This number is prime!" .subsections_via_symbols
the_stack_data/583382.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _nn_backtrace_print ## -- Begin function nn_backtrace_print .p2align 4, 0x90 _nn_backtrace_print: ## @nn_backtrace_print .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 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _nn_backtrace_print ; -- Begin function nn_backtrace_print .p2align 2 _nn_backtrace_print: ; @nn_backtrace_print .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .subsections_via_symbols
AnghaBench/nanomsg/tools/extr_..srcutilserr.c_nn_backtrace_print.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/7951647.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function build_remote_gdbarch_data _build_remote_gdbarch_data: ## @build_remote_gdbarch_data .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _TARGET_ADDR_BIT@GOTPCREL(%rip), %rax movl (%rax), %eax movq _remote_address_size@GOTPCREL(%rip), %rcx movl %eax, (%rcx) popq %rbp retq .cfi_endproc ## -- End function .comm _TARGET_ADDR_BIT,4,2 ## @TARGET_ADDR_BIT .comm _remote_address_size,4,2 ## @remote_address_size .no_dead_strip _build_remote_gdbarch_data .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function build_remote_gdbarch_data _build_remote_gdbarch_data: ; @build_remote_gdbarch_data .cfi_startproc ; %bb.0: Lloh0: adrp x8, _TARGET_ADDR_BIT@GOTPAGE Lloh1: ldr x8, [x8, _TARGET_ADDR_BIT@GOTPAGEOFF] Lloh2: ldr w8, [x8] Lloh3: adrp x9, _remote_address_size@GOTPAGE Lloh4: ldr x9, [x9, _remote_address_size@GOTPAGEOFF] Lloh5: str w8, [x9] ret .loh AdrpLdrGotStr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _TARGET_ADDR_BIT,4,2 ; @TARGET_ADDR_BIT .comm _remote_address_size,4,2 ; @remote_address_size .no_dead_strip _build_remote_gdbarch_data .subsections_via_symbols
AnghaBench/freebsd/contrib/gdb/gdb/extr_remote.c_build_remote_gdbarch_data.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _g1 ## -- Begin function g1 .p2align 4, 0x90 _g1: ## @g1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp incq %rdi movl $1, %eax cmovneq %rdi, %rax popq %rbp retq .cfi_endproc ## -- End function .globl _g2 ## -- Begin function g2 .p2align 4, 0x90 _g2: ## @g2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp incq %rdi movl $1, %eax cmovneq %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 _g1 ; -- Begin function g1 .p2align 2 _g1: ; @g1 .cfi_startproc ; %bb.0: adds x8, x0, #1 csinc x0, x8, xzr, lo ret .cfi_endproc ; -- End function .globl _g2 ; -- Begin function g2 .p2align 2 _g2: ; @g2 .cfi_startproc ; %bb.0: adds x8, x0, #1 csinc x0, x8, xzr, lo ret .cfi_endproc ; -- End function .subsections_via_symbols
the_stack_data/173576925.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _iter_div_u64_rem ## -- Begin function iter_div_u64_rem .p2align 4, 0x90 _iter_div_u64_rem: ## @iter_div_u64_rem .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 ___iter_div_u64_rem ## TAILCALL .cfi_endproc ## -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _iter_div_u64_rem ; -- Begin function iter_div_u64_rem .p2align 2 _iter_div_u64_rem: ; @iter_div_u64_rem .cfi_startproc ; %bb.0: b ___iter_div_u64_rem .cfi_endproc ; -- End function .subsections_via_symbols
AnghaBench/linux/lib/math/extr_div64.c_iter_div_u64_rem.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function action_start_playlist_label_display_mode _action_start_playlist_label_display_mode: ## @action_start_playlist_label_display_mode .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 xorl %r14d, %r14d xorl %eax, %eax callq _playlist_get_cached testq %rax, %rax je LBB0_1 ## %bb.2: movq %rax, %rbx movq _LABEL_DISPLAY_MODE_DEFAULT@GOTPCREL(%rip), %rax movl (%rax), %esi movq %rbx, %rdi callq _playlist_set_label_display_mode movq %rbx, %rdi callq _playlist_write_file jmp LBB0_3 LBB0_1: movl $-1, %r14d LBB0_3: movl %r14d, %eax popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .comm _LABEL_DISPLAY_MODE_DEFAULT,4,2 ## @LABEL_DISPLAY_MODE_DEFAULT .no_dead_strip _action_start_playlist_label_display_mode .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function action_start_playlist_label_display_mode _action_start_playlist_label_display_mode: ; @action_start_playlist_label_display_mode .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 _playlist_get_cached cbz x0, LBB0_2 ; %bb.1: mov x19, x0 Lloh0: adrp x8, _LABEL_DISPLAY_MODE_DEFAULT@GOTPAGE Lloh1: ldr x8, [x8, _LABEL_DISPLAY_MODE_DEFAULT@GOTPAGEOFF] Lloh2: ldr w1, [x8] bl _playlist_set_label_display_mode mov x0, x19 bl _playlist_write_file mov w0, #0 b LBB0_3 LBB0_2: mov w0, #-1 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 _LABEL_DISPLAY_MODE_DEFAULT,4,2 ; @LABEL_DISPLAY_MODE_DEFAULT .no_dead_strip _action_start_playlist_label_display_mode .subsections_via_symbols
AnghaBench/RetroArch/menu/cbs/extr_menu_cbs_start.c_action_start_playlist_label_display_mode.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gtc_strlen ## -- Begin function gtc_strlen .p2align 4, 0x90 _gtc_strlen: ## @gtc_strlen .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 .p2align 4, 0x90 LBB0_1: ## =>This Inner Loop Header: Depth=1 incl %eax cmpb $0, (%rdi) leaq 1(%rdi), %rdi jne LBB0_1 ## %bb.2: 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 $15, %esi xorl %eax, %eax callq _printf leaq L_.str.1(%rip), %rdi movl $15, %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 " strlen: [%d]\n" L_.str.1: ## @.str.1 .asciz "gts_strlen: [%d]\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gtc_strlen ; -- Begin function gtc_strlen .p2align 2 _gtc_strlen: ; @gtc_strlen .cfi_startproc ; %bb.0: mov x8, x0 mov w0, #-1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrb w9, [x8], #1 add w0, w0, #1 cbnz w9, LBB0_1 ; %bb.2: ret .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 w19, #15 str x19, [sp] Lloh0: adrp x0, l_.str@PAGE Lloh1: add x0, x0, l_.str@PAGEOFF bl _printf str x19, [sp] Lloh2: adrp x0, l_.str.1@PAGE Lloh3: add x0, x0, l_.str.1@PAGEOFF 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: ; @.str .asciz " strlen: [%d]\n" l_.str.1: ; @.str.1 .asciz "gts_strlen: [%d]\n" .subsections_via_symbols
the_stack_data/76078.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 %rbx pushq %rax .cfi_offset %rbx, -24 leaq -8(%rbp), %rax movq %rax, -16(%rbp) movq _shellcode@GOTPCREL(%rip), %rbx movq (%rbx), %rdi callq _strlen leaq L_.str(%rip), %rdi movl %eax, %esi callq _printf movl (%rbx), %eax movq -16(%rbp), %rcx movl %eax, (%rcx) xorl %eax, %eax addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Shellcode Length is : %d" .comm _shellcode,8,3 ## @shellcode .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 add x8, sp, #8 add x8, x8, #8 str x8, [sp, #8] Lloh0: adrp x19, _shellcode@GOTPAGE Lloh1: ldr x19, [x19, _shellcode@GOTPAGEOFF] ldr x0, [x19] bl _strlen mov x1, x0 Lloh2: adrp x0, l_.str@PAGE Lloh3: add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [x19] ldr x9, [sp, #8] str w8, [x9] 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 AdrpLdrGot Lloh0, Lloh1 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Shellcode Length is : %d" .comm _shellcode,8,3 ; @shellcode .subsections_via_symbols
AnghaBench/exploitdb/shellcodes/windows_x86/extr_13511.c_main.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function shrink_ecclayout _shrink_ecclayout: ## @shrink_ecclayout .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, %rax orq %rsi, %rax je LBB0_1 ## %bb.2: movq %rsi, %rbx movq %rdi, %r14 xorl %r15d, %r15d movq %rsi, %rdi xorl %esi, %esi movl $32, %edx callq _memset movq $0, 16(%rbx) movq _MTD_MAX_ECCPOS_ENTRIES@GOTPCREL(%rip), %r13 cmpl $0, (%r13) js LBB0_12 ## %bb.3: xorl %r12d, %r12d jmp LBB0_4 .p2align 4, 0x90 LBB0_10: ## in Loop: Header=BB0_4 Depth=1 movl %eax, %r12d LBB0_11: ## in Loop: Header=BB0_4 Depth=1 decl %r15d cmpl %eax, %r12d jg LBB0_12 LBB0_4: ## =>This Loop Header: Depth=1 ## Child Loop BB0_8 Depth 2 movq %r14, %rdi movl %r15d, %esi leaq -64(%rbp), %rdx callq _mtd_ooblayout_ecc testl %eax, %eax js LBB0_5 ## %bb.6: ## in Loop: Header=BB0_4 Depth=1 movl (%r13), %eax cmpl %eax, %r12d jge LBB0_11 ## %bb.7: ## in Loop: Header=BB0_4 Depth=1 movslq %eax, %rcx movq -64(%rbp), %rdx movslq %r12d, %r12 .p2align 4, 0x90 LBB0_8: ## Parent Loop BB0_4 Depth=1 ## => This Inner Loop Header: Depth=2 movq -56(%rbp), %rsi addq -64(%rbp), %rsi cmpq %rsi, %rdx jge LBB0_11 ## %bb.9: ## in Loop: Header=BB0_8 Depth=2 movq 24(%rbx), %rsi movq %rdx, (%rsi,%r12,8) incq 16(%rbx) incq %rdx incq %r12 cmpq %r12, %rcx jne LBB0_8 jmp LBB0_10 LBB0_1: movq _EINVAL@GOTPCREL(%rip), %rcx xorl %eax, %eax subl (%rcx), %eax jmp LBB0_18 LBB0_5: movq _ERANGE@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl %eax, %ecx jne LBB0_18 LBB0_12: movq _MTD_MAX_OOBFREE_ENTRIES@GOTPCREL(%rip), %rax cmpl $0, (%rax) jle LBB0_17 ## %bb.13: xorl %r13d, %r13d leaq -64(%rbp), %r15 xorl %r12d, %r12d .p2align 4, 0x90 LBB0_14: ## =>This Inner Loop Header: Depth=1 movq %r14, %rdi movl %r12d, %esi movq %r15, %rdx callq _mtd_ooblayout_free testl %eax, %eax js LBB0_15 ## %bb.16: ## in Loop: Header=BB0_14 Depth=1 movq (%rbx), %rax movaps -64(%rbp), %xmm0 extractps $2, %xmm0, %ecx movups %xmm0, (%rax,%r13) addl %ecx, 8(%rbx) incq %r12 movq _MTD_MAX_OOBFREE_ENTRIES@GOTPCREL(%rip), %rax movslq (%rax), %rax addq $16, %r13 cmpq %rax, %r12 jl LBB0_14 jmp LBB0_17 LBB0_15: movq _ERANGE@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl %eax, %ecx jne LBB0_18 LBB0_17: xorl %eax, %eax LBB0_18: addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _EINVAL,4,2 ## @EINVAL .comm _MTD_MAX_ECCPOS_ENTRIES,4,2 ## @MTD_MAX_ECCPOS_ENTRIES .comm _ERANGE,4,2 ## @ERANGE .comm _MTD_MAX_OOBFREE_ENTRIES,4,2 ## @MTD_MAX_OOBFREE_ENTRIES .no_dead_strip _shrink_ecclayout .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function shrink_ecclayout _shrink_ecclayout: ; @shrink_ecclayout .cfi_startproc ; %bb.0: orr x8, x0, x1 cbz x8, LBB0_11 ; %bb.1: sub sp, sp, #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, x1 mov x20, x0 mov x0, x1 mov w1, #0 ; =0x0 mov w2, #32 ; =0x20 bl _memset str xzr, [x19, #16] Lloh0: adrp x22, _MTD_MAX_ECCPOS_ENTRIES@GOTPAGE Lloh1: ldr x22, [x22, _MTD_MAX_ECCPOS_ENTRIES@GOTPAGEOFF] ldr w8, [x22] tbnz w8, #31, LBB0_13 ; %bb.2: mov w21, #0 ; =0x0 mov w23, #0 ; =0x0 b LBB0_5 LBB0_3: ; in Loop: Header=BB0_5 Depth=1 ; kill: def $w23 killed $w23 killed $x23 def $x23 LBB0_4: ; in Loop: Header=BB0_5 Depth=1 sub w21, w21, #1 cmp w23, w8 b.gt LBB0_13 LBB0_5: ; =>This Loop Header: Depth=1 ; Child Loop BB0_8 Depth 2 mov x2, sp mov x0, x20 mov x1, x21 bl _mtd_ooblayout_ecc tbnz w0, #31, LBB0_12 ; %bb.6: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [x22] cmp w23, w8 b.ge LBB0_4 ; %bb.7: ; in Loop: Header=BB0_5 Depth=1 sxtw x9, w8 ldr x10, [sp] sxtw x23, w23 LBB0_8: ; Parent Loop BB0_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldp x11, x12, [sp] add x11, x12, x11 cmp x10, x11 b.ge LBB0_3 ; %bb.9: ; in Loop: Header=BB0_8 Depth=2 ldr x11, [x19, #24] str x10, [x11, x23, lsl #3] add x10, x10, #1 ldr x11, [x19, #16] add x11, x11, #1 str x11, [x19, #16] add x23, x23, #1 cmp x9, x23 b.ne LBB0_8 ; %bb.10: ; in Loop: Header=BB0_5 Depth=1 mov x23, x8 b LBB0_4 LBB0_11: Lloh2: adrp x8, _EINVAL@GOTPAGE Lloh3: ldr x8, [x8, _EINVAL@GOTPAGEOFF] Lloh4: ldr w8, [x8] neg w0, w8 ret LBB0_12: Lloh5: adrp x8, _ERANGE@GOTPAGE Lloh6: ldr x8, [x8, _ERANGE@GOTPAGEOFF] Lloh7: ldr w8, [x8] cmn w0, w8 b.ne LBB0_19 LBB0_13: Lloh8: adrp x22, _MTD_MAX_OOBFREE_ENTRIES@GOTPAGE Lloh9: ldr x22, [x22, _MTD_MAX_OOBFREE_ENTRIES@GOTPAGEOFF] ldr w8, [x22] cmp w8, #1 b.lt LBB0_18 ; %bb.14: mov x21, #0 ; =0x0 LBB0_15: ; =>This Inner Loop Header: Depth=1 mov x2, sp mov x0, x20 mov x1, x21 bl _mtd_ooblayout_free tbnz w0, #31, LBB0_17 ; %bb.16: ; in Loop: Header=BB0_15 Depth=1 ldr x8, [x19] ldr q0, [sp] str q0, [x8, x21, lsl #4] mov.s w8, v0[2] ldr w9, [x19, #8] add w8, w9, w8 str w8, [x19, #8] add x21, x21, #1 ldrsw x8, [x22] cmp x21, x8 b.lt LBB0_15 b LBB0_18 LBB0_17: Lloh10: adrp x8, _ERANGE@GOTPAGE Lloh11: ldr x8, [x8, _ERANGE@GOTPAGEOFF] Lloh12: ldr w8, [x8] cmn w0, w8 b.ne LBB0_19 LBB0_18: mov w0, #0 ; =0x0 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 .loh AdrpLdrGot Lloh0, Lloh1 .loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7 .loh AdrpLdrGot Lloh8, Lloh9 .loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12 .cfi_endproc ; -- End function .comm _EINVAL,4,2 ; @EINVAL .comm _MTD_MAX_ECCPOS_ENTRIES,4,2 ; @MTD_MAX_ECCPOS_ENTRIES .comm _ERANGE,4,2 ; @ERANGE .comm _MTD_MAX_OOBFREE_ENTRIES,4,2 ; @MTD_MAX_OOBFREE_ENTRIES .no_dead_strip _shrink_ecclayout .subsections_via_symbols
assembly_file_1645.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _queue_init ## -- Begin function queue_init .p2align 4, 0x90 _queue_init: ## @queue_init .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorps %xmm0, %xmm0 movups %xmm0, (%rdi) addq $16, %rdi xorl %esi, %esi popq %rbp jmp _pthread_rwlock_init ## TAILCALL .cfi_endproc ## -- End function .globl _job_insert ## -- Begin function job_insert .p2align 4, 0x90 _job_insert: ## @job_insert .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, %rbx leaq 16(%rdi), %r15 movq %r15, %rdi callq _pthread_rwlock_wrlock movq (%rbx), %rax movq %rax, (%r14) movq $0, 8(%r14) testq %rax, %rax cmoveq %rbx, %rax movq %r14, 8(%rax) movq %r14, (%rbx) movq %r15, %rdi addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp jmp _pthread_rwlock_unlock ## TAILCALL .cfi_endproc ## -- End function .globl _job_append ## -- Begin function job_append .p2align 4, 0x90 _job_append: ## @job_append .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, %rbx leaq 16(%rdi), %r15 movq %r15, %rdi callq _pthread_rwlock_wrlock movq 8(%rbx), %rax movq %rax, 8(%r14) movq $0, (%r14) testq %rax, %rax cmoveq %rbx, %rax movq %r14, (%rax) movq %r14, 8(%rbx) movq %r15, %rdi addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp jmp _pthread_rwlock_unlock ## TAILCALL .cfi_endproc ## -- End function .globl _job_remove ## -- Begin function job_remove .p2align 4, 0x90 _job_remove: ## @job_remove .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, %rbx leaq 16(%rdi), %r14 movq %r14, %rdi callq _pthread_rwlock_wrlock cmpq %r15, (%rbx) je LBB3_1 ## %bb.4: cmpq %r15, 8(%rbx) je LBB3_5 ## %bb.6: movq (%r15), %rax movq 8(%r15), %rcx movq %rax, (%rcx) movq (%r15), %rax jmp LBB3_7 LBB3_1: movq (%r15), %rax movq %rax, (%rbx) cmpq %r15, 8(%rbx) je LBB3_2 ## %bb.3: movq 8(%r15), %rcx LBB3_7: movq %rcx, 8(%rax) jmp LBB3_8 LBB3_5: movq 8(%r15), %rax movq %rax, 8(%rbx) movq (%r15), %rcx movq %rcx, (%rax) jmp LBB3_8 LBB3_2: movq $0, 8(%rbx) LBB3_8: movq %r14, %rdi addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp jmp _pthread_rwlock_unlock ## TAILCALL .cfi_endproc ## -- End function .globl _job_find ## -- Begin function job_find .p2align 4, 0x90 _job_find: ## @job_find .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, %rbx leaq 16(%rdi), %r14 movq %r14, %rdi callq _pthread_rwlock_rdlock testl %eax, %eax je LBB4_2 ## %bb.1: xorl %ebx, %ebx jmp LBB4_6 .p2align 4, 0x90 LBB4_3: ## in Loop: Header=BB4_2 Depth=1 cmpq %r15, 16(%rbx) je LBB4_5 LBB4_2: ## =>This Inner Loop Header: Depth=1 movq (%rbx), %rbx testq %rbx, %rbx jne LBB4_3 ## %bb.4: xorl %ebx, %ebx LBB4_5: movq %r14, %rdi callq _pthread_rwlock_unlock LBB4_6: movq %rbx, %rax addq $8, %rsp popq %rbx popq %r14 popq %r15 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 _queue_init ; -- Begin function queue_init .p2align 2 _queue_init: ; @queue_init .cfi_startproc ; %bb.0: add x8, x0, #16 stp xzr, xzr, [x0] mov x0, x8 mov x1, #0 b _pthread_rwlock_init .cfi_endproc ; -- End function .globl _job_insert ; -- Begin function job_insert .p2align 2 _job_insert: ; @job_insert .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 add x21, x0, #16 mov x0, x21 bl _pthread_rwlock_wrlock ldr x8, [x20] stp x8, xzr, [x19] add x9, x20, #8 add x10, x8, #8 cmp x8, #0 csel x8, x9, x10, eq str x19, [x8] str x19, [x20] mov x0, x21 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 _pthread_rwlock_unlock .cfi_endproc ; -- End function .globl _job_append ; -- Begin function job_append .p2align 2 _job_append: ; @job_append .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 add x21, x0, #16 mov x0, x21 bl _pthread_rwlock_wrlock ldr x8, [x20, #8] stp xzr, x8, [x19] cmp x8, #0 csel x8, x20, x8, eq str x19, [x8] str x19, [x20, #8] mov x0, x21 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 _pthread_rwlock_unlock .cfi_endproc ; -- End function .globl _job_remove ; -- Begin function job_remove .p2align 2 _job_remove: ; @job_remove .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 add x19, x0, #16 mov x0, x19 bl _pthread_rwlock_wrlock ldr x8, [x21] cmp x8, x20 b.eq LBB3_3 ; %bb.1: ldr x8, [x21, #8] cmp x8, x20 b.eq LBB3_6 ; %bb.2: ldp x8, x9, [x20] str x8, [x9] ldr x8, [x20] b LBB3_5 LBB3_3: ldr x8, [x20] str x8, [x21] ldr x9, [x21, #8] cmp x9, x20 b.eq LBB3_7 ; %bb.4: ldr x9, [x20, #8] LBB3_5: str x9, [x8, #8] b LBB3_8 LBB3_6: ldp x9, x8, [x20] str x8, [x21, #8] str x9, [x8] b LBB3_8 LBB3_7: str xzr, [x21, #8] LBB3_8: 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 _pthread_rwlock_unlock .cfi_endproc ; -- End function .globl _job_find ; -- Begin function job_find .p2align 2 _job_find: ; @job_find .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, x1 mov x20, x0 add x19, x0, #16 mov x0, x19 bl _pthread_rwlock_rdlock cbz w0, LBB4_3 ; %bb.1: mov x20, #0 b LBB4_5 LBB4_2: ; in Loop: Header=BB4_3 Depth=1 ldr x8, [x20, #16] cmp x8, x21 b.eq LBB4_4 LBB4_3: ; =>This Inner Loop Header: Depth=1 ldr x20, [x20] cbnz x20, LBB4_2 LBB4_4: mov x0, x19 bl _pthread_rwlock_unlock LBB4_5: 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 .cfi_endproc ; -- End function .subsections_via_symbols
the_stack_data/3261587.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function stm32_spdifrx_remove _stm32_spdifrx_remove: ## @stm32_spdifrx_remove .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 _platform_get_drvdata movq %rax, %rbx movq 8(%rax), %rdi testq %rdi, %rdi je LBB0_2 ## %bb.1: callq _dma_release_channel LBB0_2: movq (%rbx), %rdi testq %rdi, %rdi je LBB0_4 ## %bb.3: callq _snd_dma_free_pages LBB0_4: xorl %eax, %eax addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .no_dead_strip _stm32_spdifrx_remove .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function stm32_spdifrx_remove _stm32_spdifrx_remove: ; @stm32_spdifrx_remove .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 _platform_get_drvdata mov x19, x0 ldr x0, [x0, #8] cbz x0, LBB0_2 ; %bb.1: bl _dma_release_channel LBB0_2: ldr x0, [x19] cbz x0, LBB0_4 ; %bb.3: bl _snd_dma_free_pages LBB0_4: mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .no_dead_strip _stm32_spdifrx_remove .subsections_via_symbols
AnghaBench/linux/sound/soc/stm/extr_stm32_spdifrx.c_stm32_spdifrx_remove.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function buffer_copy _buffer_copy: ## @buffer_copy .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, %r12 movq 40(%rdi), %rax movq (%rax), %r14 movl 32(%rdi), %edi callq _sndbuf_getready movq (%r12), %rax movq _PCMDIR_PLAY@GOTPCREL(%rip), %r15 movl 32(%r12), %edi cmpq (%r15), %rax jne LBB0_2 ## %bb.1: callq _sndbuf_getreadyptr jmp LBB0_3 LBB0_2: callq _sndbuf_getfreeptr LBB0_3: ## kill: def $eax killed $eax def $rax movl 8(%r12), %ecx leal 3(%rcx), %r13d leal 7(%rcx), %r10d testl %ecx, %ecx cmovnsl %ecx, %r13d cmovnsl %ecx, %r10d cmpl $0, (%r14) jle LBB0_9 ## %bb.4: sarl $2, %r13d sarl $3, %r10d leal 7(%rax), %ecx leal 3(%rax), %esi testl %eax, %eax cmovnsl %eax, %ecx cmovnsl %eax, %esi sarl $3, %ecx sarl $2, %esi movq (%r12), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq (%r15), %r15 xorl %edi, %edi jmp LBB0_5 .p2align 4, 0x90 LBB0_7: ## in Loop: Header=BB0_5 Depth=1 movq 8(%r14), %r9 movl 12(%r12), %eax movq _HDSPE_CHANBUF_SAMPLES@GOTPCREL(%rip), %r11 imull (%r11), %eax addl %ecx, %eax cltq movl (%r9,%rax,4), %r8d movq 24(%r12), %rax movslq %esi, %rdx movl %r8d, (%rax,%rdx,4) movl 16(%r12), %ebx imull (%r11), %ebx addl %ecx, %ebx movslq %ebx, %rbx leaq (%r9,%rbx,4), %r8 incl %edx LBB0_8: ## in Loop: Header=BB0_5 Depth=1 movl (%r8), %ebx movslq %edx, %rdx movl %ebx, (%rax,%rdx,4) incl %ecx movl %ecx, %eax cltd idivl %r10d addl $2, %esi movl %edx, %ecx movl %esi, %eax cltd idivl %r13d incl %edi movl (%r14), %eax addl %eax, %eax movl %edx, %esi cmpl %eax, %edi jge LBB0_9 LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpq %r15, -48(%rbp) ## 8-byte Folded Reload jne LBB0_7 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movq 24(%r12), %r9 movslq %esi, %rbx movq %r15, %r11 movl %r10d, %r15d movl %r13d, %r10d movl (%r9,%rbx,4), %r13d movq 16(%r14), %rax movl 12(%r12), %r8d movq _HDSPE_CHANBUF_SAMPLES@GOTPCREL(%rip), %rdx imull (%rdx), %r8d addl %ecx, %r8d movslq %r8d, %rdx movl %r13d, (%rax,%rdx,4) movl %r10d, %r13d movl %r15d, %r10d movq %r11, %r15 leaq (%r9,%rbx,4), %r8 addq $4, %r8 movl 16(%r12), %edx movq _HDSPE_CHANBUF_SAMPLES@GOTPCREL(%rip), %rbx imull (%rbx), %edx addl %ecx, %edx jmp LBB0_8 LBB0_9: addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm _PCMDIR_PLAY,8,3 ## @PCMDIR_PLAY .comm _HDSPE_CHANBUF_SAMPLES,4,2 ## @HDSPE_CHANBUF_SAMPLES .no_dead_strip _buffer_copy .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function buffer_copy _buffer_copy: ; @buffer_copy .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 x8, [x0, #40] ldr x20, [x8] ldr w0, [x0, #32] bl _sndbuf_getready ldr x8, [x19] Lloh0: adrp x21, _PCMDIR_PLAY@GOTPAGE Lloh1: ldr x21, [x21, _PCMDIR_PLAY@GOTPAGEOFF] ldr x9, [x21] ldr w0, [x19, #32] cmp x8, x9 b.ne LBB0_2 ; %bb.1: bl _sndbuf_getreadyptr b LBB0_3 LBB0_2: bl _sndbuf_getfreeptr LBB0_3: ldr w8, [x19, #8] add w9, w8, #3 cmp w8, #0 csel w9, w9, w8, lt add w10, w8, #7 csel w10, w10, w8, lt ldr w8, [x20] cmp w8, #1 b.lt LBB0_9 ; %bb.4: mov w8, #0 asr w9, w9, #2 asr w10, w10, #3 add w11, w0, #7 cmp w0, #0 csel w11, w11, w0, lt asr w11, w11, #3 add w12, w0, #3 csel w12, w12, w0, lt asr w13, w12, #2 ldr x12, [x19] ldr x14, [x21] Lloh2: adrp x15, _HDSPE_CHANBUF_SAMPLES@GOTPAGE Lloh3: ldr x15, [x15, _HDSPE_CHANBUF_SAMPLES@GOTPAGEOFF] b LBB0_7 LBB0_5: ; in Loop: Header=BB0_7 Depth=1 ldr x17, [x20, #8] ldr w16, [x15] ldr w0, [x19, #12] madd w16, w0, w16, w11 ldr w0, [x17, w16, sxtw #2] ldr x16, [x19, #24] str w0, [x16, w13, sxtw #2] ldr w0, [x15] ldr w1, [x19, #16] madd w0, w1, w0, w11 add x17, x17, w0, sxtw #2 add w0, w13, #1 LBB0_6: ; in Loop: Header=BB0_7 Depth=1 ldr w17, [x17] str w17, [x16, w0, sxtw #2] add w11, w11, #1 sdiv w16, w11, w10 msub w11, w16, w10, w11 add w13, w13, #2 sdiv w16, w13, w9 msub w13, w16, w9, w13 add w8, w8, #1 ldr w16, [x20] cmp w8, w16, lsl #1 b.ge LBB0_9 LBB0_7: ; =>This Inner Loop Header: Depth=1 cmp x12, x14 b.ne LBB0_5 ; %bb.8: ; in Loop: Header=BB0_7 Depth=1 ldr x16, [x19, #24] add x17, x16, w13, sxtw #2 ldr w0, [x17], #4 ldr x16, [x20, #16] ldr w1, [x15] ldr w2, [x19, #12] madd w1, w2, w1, w11 str w0, [x16, w1, sxtw #2] ldr w0, [x15] ldr w1, [x19, #16] madd w0, w1, w0, w11 b LBB0_6 LBB0_9: 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 .loh AdrpLdrGot Lloh2, Lloh3 .cfi_endproc ; -- End function .comm _PCMDIR_PLAY,8,3 ; @PCMDIR_PLAY .comm _HDSPE_CHANBUF_SAMPLES,4,2 ; @HDSPE_CHANBUF_SAMPLES .no_dead_strip _buffer_copy .subsections_via_symbols
AnghaBench/freebsd/sys/dev/sound/pci/extr_hdspe-pcm.c_buffer_copy.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _skynet_isremote ## -- Begin function skynet_isremote .p2align 4, 0x90 _skynet_isremote: ## @skynet_isremote .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, %r14 movl %esi, %ebx movl %esi, %edi callq _skynet_harbor_message_isremote testq %r14, %r14 je LBB0_2 ## %bb.1: movq _HANDLE_REMOTE_SHIFT@GOTPCREL(%rip), %rcx movb (%rcx), %cl sarl %cl, %ebx movl %ebx, (%r14) LBB0_2: popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .comm _HANDLE_REMOTE_SHIFT,4,2 ## @HANDLE_REMOTE_SHIFT .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _skynet_isremote ; -- Begin function skynet_isremote .p2align 2 _skynet_isremote: ; @skynet_isremote .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, x1 mov x0, x1 bl _skynet_harbor_message_isremote cbz x19, LBB0_2 ; %bb.1: Lloh0: adrp x8, _HANDLE_REMOTE_SHIFT@GOTPAGE Lloh1: ldr x8, [x8, _HANDLE_REMOTE_SHIFT@GOTPAGEOFF] Lloh2: ldr w8, [x8] asr w8, w20, w8 str w8, [x19] LBB0_2: 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 _HANDLE_REMOTE_SHIFT,4,2 ; @HANDLE_REMOTE_SHIFT .subsections_via_symbols
AnghaBench/skynet/skynet-src/extr_skynet_server.c_skynet_isremote.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 .cfi_offset %rbx, -32 .cfi_offset %r14, -24 movq %rsi, %r14 xorl %ebx, %ebx jmp LBB0_1 .p2align 4, 0x90 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 callq _putchar incq %rbx LBB0_1: ## =>This Inner Loop Header: Depth=1 movq 8(%r14), %rax movsbl (%rax,%rbx), %eax movl $10, %edi cmpl $10, %eax je LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 testb %al, %al je LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl $219, %edi subl %eax, %edi jmp LBB0_4 LBB0_5: xorl %eax, %eax 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 _main ; -- Begin function main .p2align 2 _main: ; @main .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, #0 mov w21, #219 b LBB0_3 LBB0_1: ; in Loop: Header=BB0_3 Depth=1 mov w0, #10 LBB0_2: ; in Loop: Header=BB0_3 Depth=1 bl _putchar add x20, x20, #1 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19, #8] ldrb w8, [x8, x20] cmp w8, #10 b.eq LBB0_1 ; %bb.4: ; in Loop: Header=BB0_3 Depth=1 cbz w8, LBB0_6 ; %bb.5: ; in Loop: Header=BB0_3 Depth=1 sxtb w8, w8 sub w0, w21, w8 b LBB0_2 LBB0_6: mov w0, #0 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 .subsections_via_symbols
the_stack_data/173577830.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function RosSymAllocMemUM _RosSymAllocMemUM: ## @RosSymAllocMemUM .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 xorl %eax, %eax callq _RtlGetProcessHeap movl %eax, %edi xorl %esi, %esi movl %ebx, %edx addq $8, %rsp popq %rbx popq %rbp jmp _RtlAllocateHeap ## TAILCALL .cfi_endproc ## -- End function .no_dead_strip _RosSymAllocMemUM .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function RosSymAllocMemUM _RosSymAllocMemUM: ; @RosSymAllocMemUM .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 bl _RtlGetProcessHeap mov w1, #0 mov x2, x19 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload b _RtlAllocateHeap .cfi_endproc ; -- End function .no_dead_strip _RosSymAllocMemUM .subsections_via_symbols
AnghaBench/reactos/sdk/lib/rossym_new/extr_initum.c_RosSymAllocMemUM.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_nondet_bool ## -- Begin function __VERIFIER_nondet_bool .p2align 4, 0x90 ___VERIFIER_nondet_bool: ## @__VERIFIER_nondet_bool .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq ___VERIFIER_nondet_int xorl %ecx, %ecx testl %eax, %eax setne %cl movl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function main LCPI1_0: .long 0x40000000 ## float 2 LCPI1_1: .long 0x3f800000 ## float 1 LCPI1_3: .long 0x00000000 ## float 0 .section __TEXT,__literal8,8byte_literals .p2align 3 LCPI1_2: .quad 0x0000000000000000 ## double 0 .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 %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 callq ___VERIFIER_nondet_float movq __diverge_delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq _p16_x@GOTPCREL(%rip), %r15 movss %xmm0, (%r15) callq ___VERIFIER_nondet_float movq _p15_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq _p14_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p12_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p12_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p11_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p11_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p16_l1@GOTPCREL(%rip), %r14 setne (%r14) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p10_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p10_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq _p9_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p2_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p6_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p8_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p2_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p13_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p2_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p1_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq _p13_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p0_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p7_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p0_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p12_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p6_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int movq _turn@GOTPCREL(%rip), %rcx movl %eax, (%rcx) callq ___VERIFIER_nondet_int movq _id@GOTPCREL(%rip), %r13 movl %eax, (%r13) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p14_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p3_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p15_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p9_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p1_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p5_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p9_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p3_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p3_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p0_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p7_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p15_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p4_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p10_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p4_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p1_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p4_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq _p8_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p16_l0@GOTPCREL(%rip), %r12 setne (%r12) callq ___VERIFIER_nondet_float movq _p5_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p11_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p5_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p6_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p13_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p7_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p14_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq _p8_l0@GOTPCREL(%rip), %rcx setne (%rcx) movl (%r13), %esi testl %esi, %esi jne LBB1_1124 ## %bb.1: movb (%r12), %dl testb %dl, %dl jne LBB1_1124 ## %bb.2: movb (%r14), %bl testb %bl, %bl jne LBB1_1124 ## %bb.3: movss (%r15), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.4: testb %bl, %bl setne %bl movss LCPI1_0(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero ucomiss %xmm0, %xmm2 setb %cl testb %dl, %dl sete %dl andb %bl, %dl andb %cl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.5: movq _p15_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.6: movq _p15_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.7: movq _p15_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.8: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.9: movq _p14_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.10: movq _p14_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.11: movq _p14_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.12: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.13: movq _p13_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.14: movq _p13_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.15: movq _p13_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.16: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.17: movq _p12_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.18: movq _p12_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.19: movq _p12_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.20: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.21: movq _p11_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.22: movq _p11_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.23: movq _p11_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.24: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.25: movq _p10_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.26: movq _p10_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.27: movq _p10_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.28: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.29: movq _p9_l0@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.30: movq _p9_l1@GOTPCREL(%rip), %rcx movb (%rcx), %bl testb %bl, %bl jne LBB1_1124 ## %bb.31: movq _p9_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.32: testb %bl, %bl setne %cl ucomiss %xmm0, %xmm2 setb %bl testb %dl, %dl sete %dl andb %cl, %dl andb %bl, %dl cmpb $1, %dl je LBB1_1124 ## %bb.33: testl %eax, %eax jne LBB1_1124 ## %bb.34: movq _p8_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.35: movq _p8_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.36: testb %dl, %dl setne %cl testl %eax, %eax sete %al ucomiss %xmm0, %xmm2 setb %dl andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.37: movq _p7_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.38: movq _p7_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.39: movq _p7_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.40: testb %dl, %dl setne %cl ucomiss %xmm0, %xmm2 setb %dl testb %al, %al sete %al andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.41: movq _p6_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.42: movq _p6_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.43: movq _p6_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.44: testb %dl, %dl setne %cl ucomiss %xmm0, %xmm2 setb %dl testb %al, %al sete %al andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.45: movq _p5_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.46: movq _p5_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.47: movq _p5_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.48: testb %dl, %dl setne %cl ucomiss %xmm0, %xmm2 setb %dl testb %al, %al sete %al andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.49: movq _p4_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.50: movq _p4_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.51: movq _p4_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.52: testb %dl, %dl setne %cl ucomiss %xmm0, %xmm2 setb %dl testb %al, %al sete %al andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.53: movq _p3_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.54: movq _p3_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.55: movq _p3_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.56: testb %dl, %dl setne %cl ucomiss %xmm0, %xmm2 setb %dl testb %al, %al sete %al andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.57: movq _p2_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.58: movq _p2_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.59: movq _p2_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.60: testb %dl, %dl setne %cl ucomiss %xmm0, %xmm2 setb %dl testb %al, %al sete %al andb %cl, %al andb %dl, %al cmpb $1, %al je LBB1_1124 ## %bb.61: movq _p1_l0@GOTPCREL(%rip), %rax movb (%rax), %al testb %al, %al jne LBB1_1124 ## %bb.62: movq _p1_l1@GOTPCREL(%rip), %rcx movb (%rcx), %dl testb %dl, %dl jne LBB1_1124 ## %bb.63: movq _p1_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.64: testb %dl, %dl sete %cl testb %al, %al setne %al ucomiss %xmm0, %xmm2 setae %dl orb %cl, %al orb %dl, %al cmpb $1, %al jne LBB1_1124 ## %bb.65: movq _p0_l0@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB1_1124 ## %bb.66: movq _p0_l1@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB1_1124 ## %bb.67: movq _p0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.68: movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jb LBB1_1124 ## %bb.69: cmpl $17, %esi ja LBB1_1124 ## %bb.70: movq _turn@GOTPCREL(%rip), %rax movl (%rax), %eax decl %eax cmpl $16, %eax ja LBB1_1124 ## %bb.71: movq __diverge_delta@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_1124 jp LBB1_1124 ## %bb.72: movq __x__diverge_delta@GOTPCREL(%rip), %rbx jmp LBB1_75 LBB1_73: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi LBB1_74: ## in Loop: Header=BB1_75 Depth=1 movq __x_turn@GOTPCREL(%rip), %rax movl (%rax), %eax movq _turn@GOTPCREL(%rip), %rcx movl %eax, (%rcx) movq __x_id@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, (%r13) movq __x_p12_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p12_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p11_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p11_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movzbl -53(%rbp), %eax ## 1-byte Folded Reload movb %al, (%r14) movq __x_p10_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p10_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p2_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p2_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p8_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p8_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p2_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p2_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p13_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p13_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p1_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p1_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p0_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p0_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p7_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p7_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p12_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p12_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p6_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p6_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p14_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p14_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p15_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p15_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p9_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p9_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p5_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p5_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p9_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p9_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p3_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p3_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p3_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p3_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p0_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p0_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p15_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p15_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p10_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p10_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p4_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p4_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p1_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p1_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p4_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p4_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movb %r8b, (%r12) movq __x_p11_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p11_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p5_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p5_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p6_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p6_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p13_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p13_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p7_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p7_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p14_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p14_l1@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x_p8_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax movq _p8_l0@GOTPCREL(%rip), %rcx movb %al, (%rcx) movq __x__diverge_delta@GOTPCREL(%rip), %rbx movss (%rbx), %xmm1 ## xmm1 = mem[0],zero,zero,zero movq __diverge_delta@GOTPCREL(%rip), %rax movss %xmm1, (%rax) movss %xmm0, (%r15) movq __x_p15_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p15_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p14_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p14_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p12_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p12_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p11_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p11_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p10_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p10_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p9_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p9_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p6_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p6_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p2_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p2_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p13_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p13_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p0_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p3_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p3_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p1_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p7_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p7_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p4_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p4_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p8_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p8_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_p5_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _p5_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) testb $1, %dil je LBB1_1124 LBB1_75: ## =>This Inner Loop Header: Depth=1 callq ___VERIFIER_nondet_float movss %xmm0, (%rbx) callq ___VERIFIER_nondet_float movq __x_p16_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq __x_p15_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq __x_p14_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p12_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p12_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p11_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p11_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p16_l1@GOTPCREL(%rip), %rbx setne (%rbx) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p10_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p10_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq __x_p9_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p2_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p6_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p8_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p2_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p13_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p2_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p1_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq __x_p13_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p0_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p7_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p0_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p12_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p6_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int movq __x_turn@GOTPCREL(%rip), %rcx movl %eax, (%rcx) callq ___VERIFIER_nondet_int movq __x_id@GOTPCREL(%rip), %rcx movl %eax, (%rcx) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p14_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p3_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p15_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p9_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p1_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p5_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p9_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p3_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p3_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p0_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p7_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p15_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p4_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p10_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p4_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p1_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p4_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_float movq __x_p8_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p16_l0@GOTPCREL(%rip), %rbx setne (%rbx) callq ___VERIFIER_nondet_float movq __x_p5_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p11_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p5_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p6_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p13_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p7_l0@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p14_l1@GOTPCREL(%rip), %rax setne (%rax) callq ___VERIFIER_nondet_int testl %eax, %eax movq __x_p8_l0@GOTPCREL(%rip), %rcx setne (%rcx) movzbl (%rbx), %r8d testb %r8b, %r8b setne %dil movq __x_p16_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %ecx sete %r11b testb %cl, %cl setne %sil sete %dl orb %sil, %r11b andb %dil, %sil movl %r8d, %ebx movb %cl, -53(%rbp) ## 1-byte Spill orb %cl, %bl setne %r10b movq __x_p16_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero je LBB1_79 ## %bb.76: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_79 ## %bb.77: ## in Loop: Header=BB1_75 Depth=1 orb %dil, %dl je LBB1_79 ## %bb.78: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_79: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero ucomiss %xmm0, %xmm1 jae LBB1_82 ## %bb.80: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -53(%rbp) ## 1-byte Folded Reload je LBB1_82 ## %bb.81: ## in Loop: Header=BB1_75 Depth=1 testb %r8b, %r8b je LBB1_73 LBB1_82: ## in Loop: Header=BB1_75 Depth=1 testb %r8b, %r8b setne %cl movzbl (%r12), %r9d testb %r9b, %r9b sete %dl cmpb %dl, %cl je LBB1_85 ## %bb.83: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -53(%rbp) ## 1-byte Folded Reload setne %cl cmpb $0, (%r14) sete %dl cmpb %dl, %cl je LBB1_85 ## %bb.84: ## in Loop: Header=BB1_75 Depth=1 cvtss2sd %xmm0, %xmm2 movq _delta@GOTPCREL(%rip), %rcx movss (%rcx), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm3 movss (%r15), %xmm4 ## xmm4 = mem[0],zero,zero,zero cvtss2sd %xmm4, %xmm4 subsd %xmm2, %xmm4 addsd %xmm3, %xmm4 ucomisd LCPI1_2(%rip), %xmm4 jne LBB1_85 jnp LBB1_87 LBB1_85: ## in Loop: Header=BB1_75 Depth=1 movq _delta@GOTPCREL(%rip), %rcx movss (%rcx), %xmm1 ## xmm1 = mem[0],zero,zero,zero xorl %edi, %edi xorps %xmm2, %xmm2 ucomiss %xmm1, %xmm2 jb LBB1_74 ## %bb.86: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) jne LBB1_74 LBB1_87: ## in Loop: Header=BB1_75 Depth=1 movl (%r13), %edx movq __x_id@GOTPCREL(%rip), %rcx movl (%rcx), %ecx movl %ecx, -52(%rbp) ## 4-byte Spill movl %edx, -44(%rbp) ## 4-byte Spill testl %edx, %edx jne LBB1_92 ## %bb.88: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -53(%rbp) ## 1-byte Folded Reload je LBB1_92 ## %bb.89: ## in Loop: Header=BB1_75 Depth=1 testb %r8b, %r8b jne LBB1_92 ## %bb.90: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_92 ## %bb.91: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm0 jne LBB1_92 jnp LBB1_94 LBB1_92: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_94 ## %bb.93: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, (%r14) je LBB1_155 LBB1_94: ## in Loop: Header=BB1_75 Depth=1 movss (%r15), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 setb %cl orb %cl, %r11b je LBB1_96 ## %bb.95: ## in Loop: Header=BB1_75 Depth=1 movzbl (%r14), %edi jmp LBB1_97 LBB1_96: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm0 setnp %cl sete %dl andb %cl, %dl cmpl $17, -52(%rbp) ## 4-byte Folded Reload sete %cl movzbl (%r14), %edi testb %cl, %dl jne LBB1_101 LBB1_97: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_101 ## %bb.98: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_101 ## %bb.99: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_101 jp LBB1_101 ## %bb.100: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) je LBB1_73 LBB1_101: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_106 ## %bb.102: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b sete %cl orb %cl, %sil jne LBB1_106 ## %bb.103: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_106 ## %bb.104: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_106 jp LBB1_106 ## %bb.105: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) je LBB1_73 LBB1_106: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_110 ## %bb.107: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm0 jne LBB1_110 jp LBB1_110 ## %bb.108: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_110 ## %bb.109: ## in Loop: Header=BB1_75 Depth=1 cmpl $17, -44(%rbp) ## 4-byte Folded Reload jne LBB1_120 LBB1_110: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_116 jp LBB1_116 ## %bb.111: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) jne LBB1_116 ## %bb.112: ## in Loop: Header=BB1_75 Depth=1 testb %r8b, %r8b jne LBB1_116 ## %bb.113: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -53(%rbp) ## 1-byte Folded Reload jne LBB1_116 ## %bb.114: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_116 ## %bb.115: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_116: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_120 ## %bb.117: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm0, %xmm2 jne LBB1_120 jp LBB1_120 ## %bb.118: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_120 ## %bb.119: ## in Loop: Header=BB1_75 Depth=1 cmpl $17, -44(%rbp) ## 4-byte Folded Reload je LBB1_126 LBB1_120: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_126 jp LBB1_126 ## %bb.121: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) jne LBB1_126 ## %bb.122: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_126 ## %bb.123: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_126 ## %bb.124: ## in Loop: Header=BB1_75 Depth=1 testb %r8b, %r8b je LBB1_126 ## %bb.125: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -53(%rbp) ## 1-byte Folded Reload jne LBB1_73 LBB1_126: ## in Loop: Header=BB1_75 Depth=1 testb %r8b, %r8b jne LBB1_130 ## %bb.127: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -53(%rbp) ## 1-byte Folded Reload jne LBB1_130 ## %bb.128: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_130 ## %bb.129: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm0, %xmm2 jne LBB1_130 jnp LBB1_134 LBB1_130: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_134 ## %bb.131: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_134 ## %bb.132: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_134 jp LBB1_134 ## %bb.133: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) je LBB1_73 LBB1_134: ## in Loop: Header=BB1_75 Depth=1 movq __x_p15_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %dl movq __x_p15_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %r9d sete %sil testb %r9b, %r9b setne %r11b sete %cl orb %r11b, %sil andb %dl, %r11b movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_138 ## %bb.135: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_138 ## %bb.136: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_138 ## %bb.137: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_73 LBB1_138: ## in Loop: Header=BB1_75 Depth=1 movq __x_p15_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_141 ## %bb.139: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_141 ## %bb.140: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_141: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p15_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_144 ## %bb.142: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p15_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_144 ## %bb.143: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 cvtss2sd %xmm1, %xmm4 movq _p15_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_144 jnp LBB1_146 LBB1_144: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.145: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) jne LBB1_74 LBB1_146: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_151 ## %bb.147: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_151 ## %bb.148: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_151 ## %bb.149: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_151 ## %bb.150: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_151 jnp LBB1_153 LBB1_151: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_153 ## %bb.152: ## in Loop: Header=BB1_75 Depth=1 movq _p15_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_216 LBB1_153: ## in Loop: Header=BB1_75 Depth=1 movq _p15_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %sil je LBB1_157 ## %bb.154: ## in Loop: Header=BB1_75 Depth=1 movq _p15_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_158 LBB1_155: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_94 jp LBB1_94 ## %bb.156: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $17, (%rcx) je LBB1_73 jmp LBB1_94 LBB1_157: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $16, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p15_l1@GOTPCREL(%rip), %rsi movzbl (%rsi), %edi testb %cl, %dl jne LBB1_162 LBB1_158: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_162 ## %bb.159: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_162 ## %bb.160: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_162 jp LBB1_162 ## %bb.161: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) je LBB1_73 LBB1_162: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_167 ## %bb.163: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %r11b jne LBB1_167 ## %bb.164: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_167 ## %bb.165: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_167 jp LBB1_167 ## %bb.166: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) je LBB1_73 LBB1_167: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_171 ## %bb.168: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_171 jp LBB1_171 ## %bb.169: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_171 ## %bb.170: ## in Loop: Header=BB1_75 Depth=1 cmpl $16, -44(%rbp) ## 4-byte Folded Reload jne LBB1_181 LBB1_171: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_177 jp LBB1_177 ## %bb.172: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) jne LBB1_177 ## %bb.173: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_177 ## %bb.174: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_177 ## %bb.175: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_177 ## %bb.176: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_177: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_181 ## %bb.178: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_181 jp LBB1_181 ## %bb.179: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_181 ## %bb.180: ## in Loop: Header=BB1_75 Depth=1 cmpl $16, -44(%rbp) ## 4-byte Folded Reload je LBB1_187 LBB1_181: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_187 jp LBB1_187 ## %bb.182: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) jne LBB1_187 ## %bb.183: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_187 ## %bb.184: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_187 ## %bb.185: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_187 ## %bb.186: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_187: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_191 ## %bb.188: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_191 ## %bb.189: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_191 ## %bb.190: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_191 jnp LBB1_195 LBB1_191: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_195 ## %bb.192: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_195 ## %bb.193: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_195 jp LBB1_195 ## %bb.194: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) je LBB1_73 LBB1_195: ## in Loop: Header=BB1_75 Depth=1 movq __x_p14_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %cl movq __x_p14_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %r9d sete %r11b testb %r9b, %r9b setne %sil sete %dl orb %sil, %r11b andb %cl, %sil movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_199 ## %bb.196: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_199 ## %bb.197: ## in Loop: Header=BB1_75 Depth=1 orb %cl, %dl je LBB1_199 ## %bb.198: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_199: ## in Loop: Header=BB1_75 Depth=1 movq __x_p14_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_202 ## %bb.200: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_202 ## %bb.201: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_202: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p14_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_205 ## %bb.203: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p14_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_205 ## %bb.204: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p14_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_205 jnp LBB1_207 LBB1_205: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.206: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) jne LBB1_74 LBB1_207: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_212 ## %bb.208: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_212 ## %bb.209: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_212 ## %bb.210: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_212 ## %bb.211: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_212 jnp LBB1_214 LBB1_212: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_214 ## %bb.213: ## in Loop: Header=BB1_75 Depth=1 movq _p14_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_277 LBB1_214: ## in Loop: Header=BB1_75 Depth=1 movq _p14_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %r11b je LBB1_218 ## %bb.215: ## in Loop: Header=BB1_75 Depth=1 movq _p14_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_219 LBB1_216: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_153 jp LBB1_153 ## %bb.217: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $16, (%rcx) je LBB1_73 jmp LBB1_153 LBB1_218: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $15, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p14_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %cl, %dl jne LBB1_223 LBB1_219: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_223 ## %bb.220: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_223 ## %bb.221: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_223 jp LBB1_223 ## %bb.222: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) je LBB1_73 LBB1_223: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_228 ## %bb.224: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %sil jne LBB1_228 ## %bb.225: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_228 ## %bb.226: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_228 jp LBB1_228 ## %bb.227: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) je LBB1_73 LBB1_228: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_232 ## %bb.229: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_232 jp LBB1_232 ## %bb.230: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_232 ## %bb.231: ## in Loop: Header=BB1_75 Depth=1 cmpl $15, -44(%rbp) ## 4-byte Folded Reload jne LBB1_242 LBB1_232: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_238 jp LBB1_238 ## %bb.233: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) jne LBB1_238 ## %bb.234: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_238 ## %bb.235: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_238 ## %bb.236: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_238 ## %bb.237: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_238: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_242 ## %bb.239: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_242 jp LBB1_242 ## %bb.240: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_242 ## %bb.241: ## in Loop: Header=BB1_75 Depth=1 cmpl $15, -44(%rbp) ## 4-byte Folded Reload je LBB1_248 LBB1_242: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_248 jp LBB1_248 ## %bb.243: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) jne LBB1_248 ## %bb.244: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_248 ## %bb.245: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_248 ## %bb.246: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_248 ## %bb.247: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_248: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_252 ## %bb.249: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_252 ## %bb.250: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_252 ## %bb.251: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_252 jnp LBB1_256 LBB1_252: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_256 ## %bb.253: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_256 ## %bb.254: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_256 jp LBB1_256 ## %bb.255: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) je LBB1_73 LBB1_256: ## in Loop: Header=BB1_75 Depth=1 movq __x_p13_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %cl movq __x_p13_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %r9d sete %r11b testb %r9b, %r9b setne %sil sete %dl orb %sil, %r11b andb %cl, %sil movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_260 ## %bb.257: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_260 ## %bb.258: ## in Loop: Header=BB1_75 Depth=1 orb %cl, %dl je LBB1_260 ## %bb.259: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_260: ## in Loop: Header=BB1_75 Depth=1 movq __x_p13_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_263 ## %bb.261: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_263 ## %bb.262: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_263: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p13_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_266 ## %bb.264: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p13_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_266 ## %bb.265: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p13_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_266 jnp LBB1_268 LBB1_266: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.267: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) jne LBB1_74 LBB1_268: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_273 ## %bb.269: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_273 ## %bb.270: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_273 ## %bb.271: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_273 ## %bb.272: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_273 jnp LBB1_275 LBB1_273: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_275 ## %bb.274: ## in Loop: Header=BB1_75 Depth=1 movq _p13_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_338 LBB1_275: ## in Loop: Header=BB1_75 Depth=1 movq _p13_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %r11b je LBB1_279 ## %bb.276: ## in Loop: Header=BB1_75 Depth=1 movq _p13_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_280 LBB1_277: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_214 jp LBB1_214 ## %bb.278: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $15, (%rcx) je LBB1_73 jmp LBB1_214 LBB1_279: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $14, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p13_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %cl, %dl jne LBB1_284 LBB1_280: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_284 ## %bb.281: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_284 ## %bb.282: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_284 jp LBB1_284 ## %bb.283: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) je LBB1_73 LBB1_284: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_289 ## %bb.285: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %sil jne LBB1_289 ## %bb.286: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_289 ## %bb.287: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_289 jp LBB1_289 ## %bb.288: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) je LBB1_73 LBB1_289: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_293 ## %bb.290: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_293 jp LBB1_293 ## %bb.291: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_293 ## %bb.292: ## in Loop: Header=BB1_75 Depth=1 cmpl $14, -44(%rbp) ## 4-byte Folded Reload jne LBB1_303 LBB1_293: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_299 jp LBB1_299 ## %bb.294: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) jne LBB1_299 ## %bb.295: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_299 ## %bb.296: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_299 ## %bb.297: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_299 ## %bb.298: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_299: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_303 ## %bb.300: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_303 jp LBB1_303 ## %bb.301: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_303 ## %bb.302: ## in Loop: Header=BB1_75 Depth=1 cmpl $14, -44(%rbp) ## 4-byte Folded Reload je LBB1_309 LBB1_303: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_309 jp LBB1_309 ## %bb.304: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) jne LBB1_309 ## %bb.305: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_309 ## %bb.306: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_309 ## %bb.307: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_309 ## %bb.308: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_309: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_313 ## %bb.310: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_313 ## %bb.311: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_313 ## %bb.312: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_313 jnp LBB1_317 LBB1_313: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_317 ## %bb.314: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_317 ## %bb.315: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_317 jp LBB1_317 ## %bb.316: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) je LBB1_73 LBB1_317: ## in Loop: Header=BB1_75 Depth=1 movq __x_p12_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %cl movq __x_p12_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %r9d sete %r11b testb %r9b, %r9b setne %sil sete %dl orb %sil, %r11b andb %cl, %sil movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_321 ## %bb.318: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_321 ## %bb.319: ## in Loop: Header=BB1_75 Depth=1 orb %cl, %dl je LBB1_321 ## %bb.320: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_321: ## in Loop: Header=BB1_75 Depth=1 movq __x_p12_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_324 ## %bb.322: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_324 ## %bb.323: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_324: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p12_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_327 ## %bb.325: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p12_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_327 ## %bb.326: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p12_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_327 jnp LBB1_329 LBB1_327: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.328: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) jne LBB1_74 LBB1_329: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_334 ## %bb.330: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_334 ## %bb.331: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_334 ## %bb.332: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_334 ## %bb.333: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_334 jnp LBB1_336 LBB1_334: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_336 ## %bb.335: ## in Loop: Header=BB1_75 Depth=1 movq _p12_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_399 LBB1_336: ## in Loop: Header=BB1_75 Depth=1 movq _p12_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %r11b je LBB1_340 ## %bb.337: ## in Loop: Header=BB1_75 Depth=1 movq _p12_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_341 LBB1_338: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_275 jp LBB1_275 ## %bb.339: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $14, (%rcx) je LBB1_73 jmp LBB1_275 LBB1_340: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $13, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p12_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %cl, %dl jne LBB1_345 LBB1_341: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_345 ## %bb.342: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_345 ## %bb.343: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_345 jp LBB1_345 ## %bb.344: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) je LBB1_73 LBB1_345: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_350 ## %bb.346: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %sil jne LBB1_350 ## %bb.347: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_350 ## %bb.348: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_350 jp LBB1_350 ## %bb.349: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) je LBB1_73 LBB1_350: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_354 ## %bb.351: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_354 jp LBB1_354 ## %bb.352: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_354 ## %bb.353: ## in Loop: Header=BB1_75 Depth=1 cmpl $13, -44(%rbp) ## 4-byte Folded Reload jne LBB1_364 LBB1_354: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_360 jp LBB1_360 ## %bb.355: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) jne LBB1_360 ## %bb.356: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_360 ## %bb.357: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_360 ## %bb.358: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_360 ## %bb.359: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_360: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_364 ## %bb.361: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_364 jp LBB1_364 ## %bb.362: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_364 ## %bb.363: ## in Loop: Header=BB1_75 Depth=1 cmpl $13, -44(%rbp) ## 4-byte Folded Reload je LBB1_370 LBB1_364: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_370 jp LBB1_370 ## %bb.365: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) jne LBB1_370 ## %bb.366: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_370 ## %bb.367: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_370 ## %bb.368: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_370 ## %bb.369: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_370: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_374 ## %bb.371: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_374 ## %bb.372: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_374 ## %bb.373: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_374 jnp LBB1_378 LBB1_374: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_378 ## %bb.375: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_378 ## %bb.376: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_378 jp LBB1_378 ## %bb.377: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) je LBB1_73 LBB1_378: ## in Loop: Header=BB1_75 Depth=1 movq __x_p11_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %cl movq __x_p11_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %r9d sete %r11b testb %r9b, %r9b setne %sil sete %dl orb %sil, %r11b andb %cl, %sil movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_382 ## %bb.379: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_382 ## %bb.380: ## in Loop: Header=BB1_75 Depth=1 orb %cl, %dl je LBB1_382 ## %bb.381: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_382: ## in Loop: Header=BB1_75 Depth=1 movq __x_p11_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_385 ## %bb.383: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_385 ## %bb.384: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_385: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p11_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_388 ## %bb.386: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p11_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_388 ## %bb.387: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p11_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_388 jnp LBB1_390 LBB1_388: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.389: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) jne LBB1_74 LBB1_390: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_395 ## %bb.391: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_395 ## %bb.392: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_395 ## %bb.393: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_395 ## %bb.394: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_395 jnp LBB1_397 LBB1_395: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_397 ## %bb.396: ## in Loop: Header=BB1_75 Depth=1 movq _p11_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_460 LBB1_397: ## in Loop: Header=BB1_75 Depth=1 movq _p11_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %r11b je LBB1_401 ## %bb.398: ## in Loop: Header=BB1_75 Depth=1 movq _p11_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_402 LBB1_399: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_336 jp LBB1_336 ## %bb.400: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $13, (%rcx) je LBB1_73 jmp LBB1_336 LBB1_401: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $12, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p11_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %cl, %dl jne LBB1_406 LBB1_402: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_406 ## %bb.403: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_406 ## %bb.404: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_406 jp LBB1_406 ## %bb.405: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) je LBB1_73 LBB1_406: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_411 ## %bb.407: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %sil jne LBB1_411 ## %bb.408: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_411 ## %bb.409: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_411 jp LBB1_411 ## %bb.410: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) je LBB1_73 LBB1_411: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_415 ## %bb.412: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_415 jp LBB1_415 ## %bb.413: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_415 ## %bb.414: ## in Loop: Header=BB1_75 Depth=1 cmpl $12, -44(%rbp) ## 4-byte Folded Reload jne LBB1_425 LBB1_415: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_421 jp LBB1_421 ## %bb.416: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) jne LBB1_421 ## %bb.417: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_421 ## %bb.418: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_421 ## %bb.419: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_421 ## %bb.420: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_421: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_425 ## %bb.422: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_425 jp LBB1_425 ## %bb.423: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_425 ## %bb.424: ## in Loop: Header=BB1_75 Depth=1 cmpl $12, -44(%rbp) ## 4-byte Folded Reload je LBB1_431 LBB1_425: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_431 jp LBB1_431 ## %bb.426: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) jne LBB1_431 ## %bb.427: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_431 ## %bb.428: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_431 ## %bb.429: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_431 ## %bb.430: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_431: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_435 ## %bb.432: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_435 ## %bb.433: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_435 ## %bb.434: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_435 jnp LBB1_439 LBB1_435: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_439 ## %bb.436: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_439 ## %bb.437: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_439 jp LBB1_439 ## %bb.438: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) je LBB1_73 LBB1_439: ## in Loop: Header=BB1_75 Depth=1 movq __x_p10_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %cl movq __x_p10_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %r9d sete %r11b testb %r9b, %r9b setne %sil sete %dl orb %sil, %r11b andb %cl, %sil movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_443 ## %bb.440: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_443 ## %bb.441: ## in Loop: Header=BB1_75 Depth=1 orb %cl, %dl je LBB1_443 ## %bb.442: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_443: ## in Loop: Header=BB1_75 Depth=1 movq __x_p10_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_446 ## %bb.444: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_446 ## %bb.445: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_446: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p10_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_449 ## %bb.447: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p10_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_449 ## %bb.448: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p10_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_449 jnp LBB1_451 LBB1_449: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.450: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) jne LBB1_74 LBB1_451: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_456 ## %bb.452: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_456 ## %bb.453: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_456 ## %bb.454: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_456 ## %bb.455: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_456 jnp LBB1_458 LBB1_456: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_458 ## %bb.457: ## in Loop: Header=BB1_75 Depth=1 movq _p10_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_521 LBB1_458: ## in Loop: Header=BB1_75 Depth=1 movq _p10_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %r11b je LBB1_462 ## %bb.459: ## in Loop: Header=BB1_75 Depth=1 movq _p10_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_463 LBB1_460: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_397 jp LBB1_397 ## %bb.461: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $12, (%rcx) je LBB1_73 jmp LBB1_397 LBB1_462: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $11, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p10_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %cl, %dl jne LBB1_467 LBB1_463: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_467 ## %bb.464: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_467 ## %bb.465: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_467 jp LBB1_467 ## %bb.466: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) je LBB1_73 LBB1_467: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_472 ## %bb.468: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %sil jne LBB1_472 ## %bb.469: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_472 ## %bb.470: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_472 jp LBB1_472 ## %bb.471: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) je LBB1_73 LBB1_472: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_476 ## %bb.473: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_476 jp LBB1_476 ## %bb.474: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_476 ## %bb.475: ## in Loop: Header=BB1_75 Depth=1 cmpl $11, -44(%rbp) ## 4-byte Folded Reload jne LBB1_486 LBB1_476: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_482 jp LBB1_482 ## %bb.477: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) jne LBB1_482 ## %bb.478: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_482 ## %bb.479: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_482 ## %bb.480: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_482 ## %bb.481: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_482: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_486 ## %bb.483: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_486 jp LBB1_486 ## %bb.484: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_486 ## %bb.485: ## in Loop: Header=BB1_75 Depth=1 cmpl $11, -44(%rbp) ## 4-byte Folded Reload je LBB1_492 LBB1_486: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_492 jp LBB1_492 ## %bb.487: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) jne LBB1_492 ## %bb.488: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_492 ## %bb.489: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_492 ## %bb.490: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_492 ## %bb.491: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_492: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_496 ## %bb.493: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_496 ## %bb.494: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_496 ## %bb.495: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_496 jnp LBB1_500 LBB1_496: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_500 ## %bb.497: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_500 ## %bb.498: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_500 jp LBB1_500 ## %bb.499: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) je LBB1_73 LBB1_500: ## in Loop: Header=BB1_75 Depth=1 movq __x_p9_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %cl movq __x_p9_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %r9d sete %r11b testb %r9b, %r9b setne %sil sete %dl orb %sil, %r11b andb %cl, %sil movl %r10d, %ebx orb %r9b, %bl setne -45(%rbp) ## 1-byte Folded Spill je LBB1_504 ## %bb.501: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_504 ## %bb.502: ## in Loop: Header=BB1_75 Depth=1 orb %cl, %dl je LBB1_504 ## %bb.503: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_504: ## in Loop: Header=BB1_75 Depth=1 movq __x_p9_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_507 ## %bb.505: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_507 ## %bb.506: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_507: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p9_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %ebx testb %bl, %bl sete %dl cmpb %dl, %cl je LBB1_510 ## %bb.508: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p9_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) sete %dl cmpb %dl, %cl je LBB1_510 ## %bb.509: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p9_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_510 jnp LBB1_512 LBB1_510: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.511: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) jne LBB1_74 LBB1_512: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_517 ## %bb.513: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_517 ## %bb.514: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_517 ## %bb.515: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_517 ## %bb.516: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_517 jnp LBB1_519 LBB1_517: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_519 ## %bb.518: ## in Loop: Header=BB1_75 Depth=1 movq _p9_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) je LBB1_581 LBB1_519: ## in Loop: Header=BB1_75 Depth=1 movq _p9_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %r11b je LBB1_523 ## %bb.520: ## in Loop: Header=BB1_75 Depth=1 movq _p9_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi jmp LBB1_524 LBB1_521: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_458 jp LBB1_458 ## %bb.522: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $11, (%rcx) je LBB1_73 jmp LBB1_458 LBB1_523: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %cl sete %dl andb %cl, %dl cmpl $10, -52(%rbp) ## 4-byte Folded Reload sete %cl movq _p9_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %cl, %dl jne LBB1_528 LBB1_524: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_528 ## %bb.525: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_528 ## %bb.526: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_528 jp LBB1_528 ## %bb.527: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) je LBB1_73 LBB1_528: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_533 ## %bb.529: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %cl orb %cl, %sil jne LBB1_533 ## %bb.530: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_533 ## %bb.531: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_533 jp LBB1_533 ## %bb.532: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) je LBB1_73 LBB1_533: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_537 ## %bb.534: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_537 jp LBB1_537 ## %bb.535: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_537 ## %bb.536: ## in Loop: Header=BB1_75 Depth=1 cmpl $10, -44(%rbp) ## 4-byte Folded Reload jne LBB1_547 LBB1_537: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_543 jp LBB1_543 ## %bb.538: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) jne LBB1_543 ## %bb.539: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_543 ## %bb.540: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_543 ## %bb.541: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_543 ## %bb.542: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_543: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_547 ## %bb.544: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_547 jp LBB1_547 ## %bb.545: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_547 ## %bb.546: ## in Loop: Header=BB1_75 Depth=1 cmpl $10, -44(%rbp) ## 4-byte Folded Reload je LBB1_553 LBB1_547: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_553 jp LBB1_553 ## %bb.548: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) jne LBB1_553 ## %bb.549: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_553 ## %bb.550: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_553 ## %bb.551: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_553 ## %bb.552: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_553: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_557 ## %bb.554: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_557 ## %bb.555: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_557 ## %bb.556: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_557 jnp LBB1_561 LBB1_557: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_561 ## %bb.558: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_561 ## %bb.559: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_561 jp LBB1_561 ## %bb.560: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) je LBB1_73 LBB1_561: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax sete %r11b setne %sil movq __x_p8_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d testb %r10b, %r10b setne %r9b movl %esi, %ecx andb %r9b, %cl testb %r10b, %r10b je LBB1_564 ## %bb.562: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax je LBB1_564 ## %bb.563: ## in Loop: Header=BB1_75 Depth=1 testb %cl, %cl je LBB1_73 LBB1_564: ## in Loop: Header=BB1_75 Depth=1 movq __x_p8_x@GOTPCREL(%rip), %rdx movss (%rdx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_567 ## %bb.565: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_567 ## %bb.566: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax je LBB1_73 LBB1_567: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax setne %bl movq _p8_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx movb %dl, -45(%rbp) ## 1-byte Spill testb %dl, %dl sete %dl cmpb %dl, %bl je LBB1_570 ## %bb.568: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %dl movq _p8_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %dl je LBB1_570 ## %bb.569: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p8_x@GOTPCREL(%rip), %rdx movss (%rdx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_570 jnp LBB1_572 LBB1_570: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.571: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rdx cmpl $9, (%rdx) jne LBB1_74 LBB1_572: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_577 ## %bb.573: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_577 ## %bb.574: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax jne LBB1_577 ## %bb.575: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %edx ## 4-byte Reload cmpl %edx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_577 ## %bb.576: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_577 jnp LBB1_579 LBB1_577: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload jne LBB1_579 ## %bb.578: ## in Loop: Header=BB1_75 Depth=1 movq _p8_l1@GOTPCREL(%rip), %rdx cmpb $0, (%rdx) je LBB1_643 LBB1_579: ## in Loop: Header=BB1_75 Depth=1 movl %r11d, %edx orb %r9b, %dl movq _p8_x@GOTPCREL(%rip), %rdi movss (%rdi), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %bl orb %dl, %bl je LBB1_583 ## %bb.580: ## in Loop: Header=BB1_75 Depth=1 movq _p8_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %edi jmp LBB1_584 LBB1_581: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_519 jp LBB1_519 ## %bb.582: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $10, (%rcx) je LBB1_73 jmp LBB1_519 LBB1_583: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %dl sete %bl andb %dl, %bl cmpl $9, -52(%rbp) ## 4-byte Folded Reload sete %dl movq _p8_l1@GOTPCREL(%rip), %rdi movzbl (%rdi), %edi testb %dl, %bl jne LBB1_588 LBB1_584: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_588 ## %bb.585: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload jne LBB1_588 ## %bb.586: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_588 jp LBB1_588 ## %bb.587: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rdx cmpl $9, (%rdx) je LBB1_73 LBB1_588: ## in Loop: Header=BB1_75 Depth=1 orb %r9b, %sil je LBB1_593 ## %bb.589: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload sete %dl orb %dl, %cl jne LBB1_593 ## %bb.590: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_593 ## %bb.591: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_593 jp LBB1_593 ## %bb.592: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $9, (%rcx) je LBB1_73 LBB1_593: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_597 ## %bb.594: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_597 jp LBB1_597 ## %bb.595: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_597 ## %bb.596: ## in Loop: Header=BB1_75 Depth=1 cmpl $9, -44(%rbp) ## 4-byte Folded Reload jne LBB1_607 LBB1_597: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_603 jp LBB1_603 ## %bb.598: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $9, (%rcx) jne LBB1_603 ## %bb.599: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax jne LBB1_603 ## %bb.600: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_603 ## %bb.601: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_603 ## %bb.602: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_73 LBB1_603: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_607 ## %bb.604: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_607 jp LBB1_607 ## %bb.605: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_607 ## %bb.606: ## in Loop: Header=BB1_75 Depth=1 cmpl $9, -44(%rbp) ## 4-byte Folded Reload je LBB1_613 LBB1_607: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_613 jp LBB1_613 ## %bb.608: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $9, (%rcx) jne LBB1_613 ## %bb.609: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_613 ## %bb.610: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_613 ## %bb.611: ## in Loop: Header=BB1_75 Depth=1 testl %eax, %eax je LBB1_613 ## %bb.612: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_73 LBB1_613: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b sete %al andb %al, %r11b cmpb $1, %r11b jne LBB1_616 ## %bb.614: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_616 ## %bb.615: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_616 jnp LBB1_620 LBB1_616: ## in Loop: Header=BB1_75 Depth=1 cmpb $0, -45(%rbp) ## 1-byte Folded Reload je LBB1_620 ## %bb.617: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_620 ## %bb.618: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_620 jp LBB1_620 ## %bb.619: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $9, (%rax) je LBB1_73 LBB1_620: ## in Loop: Header=BB1_75 Depth=1 movq __x_p7_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r9d testb %r9b, %r9b setne %al movq __x_p7_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %esi sete %dl testb %sil, %sil setne %r11b sete %cl orb %r11b, %dl andb %al, %r11b movl %r9d, %ebx orb %sil, %bl setne %r10b je LBB1_624 ## %bb.621: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_624 ## %bb.622: ## in Loop: Header=BB1_75 Depth=1 orb %al, %cl je LBB1_624 ## %bb.623: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_73 LBB1_624: ## in Loop: Header=BB1_75 Depth=1 movq __x_p7_x@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_627 ## %bb.625: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_627 ## %bb.626: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_73 LBB1_627: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %al movq _p7_l0@GOTPCREL(%rip), %rcx movzbl (%rcx), %ebx testb %bl, %bl sete %cl cmpb %cl, %al je LBB1_630 ## %bb.628: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil setne %al movq _p7_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) sete %cl cmpb %cl, %al je LBB1_630 ## %bb.629: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p7_x@GOTPCREL(%rip), %rax movss (%rax), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_630 jnp LBB1_632 LBB1_630: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.631: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) jne LBB1_74 LBB1_632: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_637 ## %bb.633: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_637 ## %bb.634: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_637 ## %bb.635: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %eax ## 4-byte Reload cmpl %eax, -44(%rbp) ## 4-byte Folded Reload jne LBB1_637 ## %bb.636: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_637 jnp LBB1_641 LBB1_637: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_641 ## %bb.638: ## in Loop: Header=BB1_75 Depth=1 movq _p7_l1@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB1_641 ## %bb.639: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_641 jp LBB1_641 ## %bb.640: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) je LBB1_73 LBB1_641: ## in Loop: Header=BB1_75 Depth=1 movq _p7_x@GOTPCREL(%rip), %rax movss (%rax), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %al orb %al, %dl je LBB1_645 ## %bb.642: ## in Loop: Header=BB1_75 Depth=1 movq _p7_l1@GOTPCREL(%rip), %rax movzbl (%rax), %edx jmp LBB1_646 LBB1_643: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_579 jp LBB1_579 ## %bb.644: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rdx cmpl $9, (%rdx) je LBB1_73 jmp LBB1_579 LBB1_645: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $8, -52(%rbp) ## 4-byte Folded Reload sete %al movq _p7_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %al, %cl jne LBB1_650 LBB1_646: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_650 ## %bb.647: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl jne LBB1_650 ## %bb.648: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_650 jp LBB1_650 ## %bb.649: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) je LBB1_73 LBB1_650: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_655 ## %bb.651: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl sete %al orb %al, %r11b jne LBB1_655 ## %bb.652: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_655 ## %bb.653: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_655 jp LBB1_655 ## %bb.654: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) je LBB1_73 LBB1_655: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %eax ## 4-byte Reload cmpl %eax, -44(%rbp) ## 4-byte Folded Reload jne LBB1_659 ## %bb.656: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_659 jp LBB1_659 ## %bb.657: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_659 ## %bb.658: ## in Loop: Header=BB1_75 Depth=1 cmpl $8, -44(%rbp) ## 4-byte Folded Reload jne LBB1_669 LBB1_659: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_665 jp LBB1_665 ## %bb.660: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) jne LBB1_665 ## %bb.661: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_665 ## %bb.662: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil jne LBB1_665 ## %bb.663: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_665 ## %bb.664: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_73 LBB1_665: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %eax ## 4-byte Reload cmpl %eax, -44(%rbp) ## 4-byte Folded Reload jne LBB1_669 ## %bb.666: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_669 jp LBB1_669 ## %bb.667: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_669 ## %bb.668: ## in Loop: Header=BB1_75 Depth=1 cmpl $8, -44(%rbp) ## 4-byte Folded Reload je LBB1_675 LBB1_669: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_675 jp LBB1_675 ## %bb.670: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) jne LBB1_675 ## %bb.671: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_675 ## %bb.672: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_675 ## %bb.673: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_675 ## %bb.674: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil jne LBB1_73 LBB1_675: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_679 ## %bb.676: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil jne LBB1_679 ## %bb.677: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_679 ## %bb.678: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_679 jnp LBB1_683 LBB1_679: ## in Loop: Header=BB1_75 Depth=1 testb %bl, %bl je LBB1_683 ## %bb.680: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_683 ## %bb.681: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_683 jp LBB1_683 ## %bb.682: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $8, (%rax) je LBB1_73 LBB1_683: ## in Loop: Header=BB1_75 Depth=1 movq __x_p6_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r10d testb %r10b, %r10b setne %dl movq __x_p6_l1@GOTPCREL(%rip), %rax movzbl (%rax), %r9d sete %al testb %r9b, %r9b setne %sil sete %cl orb %sil, %al andb %dl, %sil movl %r10d, %ebx orb %r9b, %bl setne %r11b je LBB1_687 ## %bb.684: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_687 ## %bb.685: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_687 ## %bb.686: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_687: ## in Loop: Header=BB1_75 Depth=1 movq __x_p6_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_690 ## %bb.688: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_690 ## %bb.689: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_690: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p6_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %dl, %dl sete %bl cmpb %bl, %cl je LBB1_693 ## %bb.691: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p6_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_693 ## %bb.692: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p6_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_693 jnp LBB1_695 LBB1_693: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.694: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $7, (%rcx) jne LBB1_74 LBB1_695: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_700 ## %bb.696: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_700 ## %bb.697: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_700 ## %bb.698: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_700 ## %bb.699: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_700 jnp LBB1_704 LBB1_700: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_704 ## %bb.701: ## in Loop: Header=BB1_75 Depth=1 movq _p6_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_704 ## %bb.702: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_704 jp LBB1_704 ## %bb.703: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $7, (%rcx) je LBB1_73 LBB1_704: ## in Loop: Header=BB1_75 Depth=1 movq _p6_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %al je LBB1_706 ## %bb.705: ## in Loop: Header=BB1_75 Depth=1 movq _p6_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax jmp LBB1_707 LBB1_706: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $7, -52(%rbp) ## 4-byte Folded Reload sete %bl movq _p6_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %bl, %cl jne LBB1_711 LBB1_707: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_711 ## %bb.708: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_711 ## %bb.709: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_711 jp LBB1_711 ## %bb.710: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $7, (%rcx) je LBB1_73 LBB1_711: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_716 ## %bb.712: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl sete %cl orb %cl, %sil jne LBB1_716 ## %bb.713: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_716 ## %bb.714: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_716 jp LBB1_716 ## %bb.715: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $7, (%rcx) je LBB1_73 LBB1_716: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_720 ## %bb.717: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_720 jp LBB1_720 ## %bb.718: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_720 ## %bb.719: ## in Loop: Header=BB1_75 Depth=1 cmpl $7, -44(%rbp) ## 4-byte Folded Reload jne LBB1_730 LBB1_720: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_726 jp LBB1_726 ## %bb.721: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $7, (%rcx) jne LBB1_726 ## %bb.722: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_726 ## %bb.723: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_726 ## %bb.724: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_726 ## %bb.725: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_73 LBB1_726: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_730 ## %bb.727: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_730 jp LBB1_730 ## %bb.728: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_730 ## %bb.729: ## in Loop: Header=BB1_75 Depth=1 cmpl $7, -44(%rbp) ## 4-byte Folded Reload je LBB1_736 LBB1_730: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_736 jp LBB1_736 ## %bb.731: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $7, (%rcx) jne LBB1_736 ## %bb.732: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_736 ## %bb.733: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_736 ## %bb.734: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_736 ## %bb.735: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_736: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_740 ## %bb.737: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_740 ## %bb.738: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_740 ## %bb.739: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_740 jnp LBB1_744 LBB1_740: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_744 ## %bb.741: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_744 ## %bb.742: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_744 jp LBB1_744 ## %bb.743: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $7, (%rax) je LBB1_73 LBB1_744: ## in Loop: Header=BB1_75 Depth=1 movq __x_p5_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r10d testb %r10b, %r10b setne %dl movq __x_p5_l1@GOTPCREL(%rip), %rax movzbl (%rax), %r9d sete %al testb %r9b, %r9b setne %sil sete %cl orb %sil, %al andb %dl, %sil movl %r10d, %ebx orb %r9b, %bl setne %r11b je LBB1_748 ## %bb.745: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_748 ## %bb.746: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_748 ## %bb.747: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_748: ## in Loop: Header=BB1_75 Depth=1 movq __x_p5_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_751 ## %bb.749: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_751 ## %bb.750: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_751: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p5_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %dl, %dl sete %bl cmpb %bl, %cl je LBB1_754 ## %bb.752: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p5_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_754 ## %bb.753: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p5_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_754 jnp LBB1_756 LBB1_754: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.755: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $6, (%rcx) jne LBB1_74 LBB1_756: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_761 ## %bb.757: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_761 ## %bb.758: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_761 ## %bb.759: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_761 ## %bb.760: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_761 jnp LBB1_765 LBB1_761: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_765 ## %bb.762: ## in Loop: Header=BB1_75 Depth=1 movq _p5_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_765 ## %bb.763: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_765 jp LBB1_765 ## %bb.764: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $6, (%rcx) je LBB1_73 LBB1_765: ## in Loop: Header=BB1_75 Depth=1 movq _p5_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %al je LBB1_767 ## %bb.766: ## in Loop: Header=BB1_75 Depth=1 movq _p5_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax jmp LBB1_768 LBB1_767: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $6, -52(%rbp) ## 4-byte Folded Reload sete %bl movq _p5_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %bl, %cl jne LBB1_772 LBB1_768: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_772 ## %bb.769: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_772 ## %bb.770: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_772 jp LBB1_772 ## %bb.771: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $6, (%rcx) je LBB1_73 LBB1_772: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_777 ## %bb.773: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl sete %cl orb %cl, %sil jne LBB1_777 ## %bb.774: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_777 ## %bb.775: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_777 jp LBB1_777 ## %bb.776: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $6, (%rcx) je LBB1_73 LBB1_777: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_781 ## %bb.778: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_781 jp LBB1_781 ## %bb.779: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_781 ## %bb.780: ## in Loop: Header=BB1_75 Depth=1 cmpl $6, -44(%rbp) ## 4-byte Folded Reload jne LBB1_791 LBB1_781: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_787 jp LBB1_787 ## %bb.782: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $6, (%rcx) jne LBB1_787 ## %bb.783: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_787 ## %bb.784: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_787 ## %bb.785: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_787 ## %bb.786: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_73 LBB1_787: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_791 ## %bb.788: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_791 jp LBB1_791 ## %bb.789: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_791 ## %bb.790: ## in Loop: Header=BB1_75 Depth=1 cmpl $6, -44(%rbp) ## 4-byte Folded Reload je LBB1_797 LBB1_791: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_797 jp LBB1_797 ## %bb.792: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $6, (%rcx) jne LBB1_797 ## %bb.793: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_797 ## %bb.794: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_797 ## %bb.795: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_797 ## %bb.796: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_797: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_801 ## %bb.798: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_801 ## %bb.799: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_801 ## %bb.800: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_801 jnp LBB1_805 LBB1_801: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_805 ## %bb.802: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_805 ## %bb.803: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_805 jp LBB1_805 ## %bb.804: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $6, (%rax) je LBB1_73 LBB1_805: ## in Loop: Header=BB1_75 Depth=1 movq __x_p4_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r10d testb %r10b, %r10b setne %dl movq __x_p4_l1@GOTPCREL(%rip), %rax movzbl (%rax), %r9d sete %al testb %r9b, %r9b setne %sil sete %cl orb %sil, %al andb %dl, %sil movl %r10d, %ebx orb %r9b, %bl setne %r11b je LBB1_809 ## %bb.806: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_809 ## %bb.807: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_809 ## %bb.808: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_809: ## in Loop: Header=BB1_75 Depth=1 movq __x_p4_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_812 ## %bb.810: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_812 ## %bb.811: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_812: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p4_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %dl, %dl sete %bl cmpb %bl, %cl je LBB1_815 ## %bb.813: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p4_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_815 ## %bb.814: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p4_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_815 jnp LBB1_817 LBB1_815: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.816: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $5, (%rcx) jne LBB1_74 LBB1_817: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_822 ## %bb.818: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_822 ## %bb.819: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_822 ## %bb.820: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_822 ## %bb.821: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_822 jnp LBB1_826 LBB1_822: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_826 ## %bb.823: ## in Loop: Header=BB1_75 Depth=1 movq _p4_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_826 ## %bb.824: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_826 jp LBB1_826 ## %bb.825: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $5, (%rcx) je LBB1_73 LBB1_826: ## in Loop: Header=BB1_75 Depth=1 movq _p4_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %al je LBB1_828 ## %bb.827: ## in Loop: Header=BB1_75 Depth=1 movq _p4_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax jmp LBB1_829 LBB1_828: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $5, -52(%rbp) ## 4-byte Folded Reload sete %bl movq _p4_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %bl, %cl jne LBB1_833 LBB1_829: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_833 ## %bb.830: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_833 ## %bb.831: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_833 jp LBB1_833 ## %bb.832: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $5, (%rcx) je LBB1_73 LBB1_833: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_838 ## %bb.834: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl sete %cl orb %cl, %sil jne LBB1_838 ## %bb.835: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_838 ## %bb.836: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_838 jp LBB1_838 ## %bb.837: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $5, (%rcx) je LBB1_73 LBB1_838: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_842 ## %bb.839: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_842 jp LBB1_842 ## %bb.840: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_842 ## %bb.841: ## in Loop: Header=BB1_75 Depth=1 cmpl $5, -44(%rbp) ## 4-byte Folded Reload jne LBB1_852 LBB1_842: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_848 jp LBB1_848 ## %bb.843: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $5, (%rcx) jne LBB1_848 ## %bb.844: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_848 ## %bb.845: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_848 ## %bb.846: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_848 ## %bb.847: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_73 LBB1_848: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_852 ## %bb.849: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_852 jp LBB1_852 ## %bb.850: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_852 ## %bb.851: ## in Loop: Header=BB1_75 Depth=1 cmpl $5, -44(%rbp) ## 4-byte Folded Reload je LBB1_858 LBB1_852: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_858 jp LBB1_858 ## %bb.853: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $5, (%rcx) jne LBB1_858 ## %bb.854: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_858 ## %bb.855: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_858 ## %bb.856: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_858 ## %bb.857: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_858: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_862 ## %bb.859: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_862 ## %bb.860: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_862 ## %bb.861: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_862 jnp LBB1_866 LBB1_862: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_866 ## %bb.863: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_866 ## %bb.864: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_866 jp LBB1_866 ## %bb.865: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $5, (%rax) je LBB1_73 LBB1_866: ## in Loop: Header=BB1_75 Depth=1 movq __x_p3_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r10d testb %r10b, %r10b setne %dl movq __x_p3_l1@GOTPCREL(%rip), %rax movzbl (%rax), %r9d sete %al testb %r9b, %r9b setne %sil sete %cl orb %sil, %al andb %dl, %sil movl %r10d, %ebx orb %r9b, %bl setne %r11b je LBB1_870 ## %bb.867: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_870 ## %bb.868: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_870 ## %bb.869: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_870: ## in Loop: Header=BB1_75 Depth=1 movq __x_p3_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_873 ## %bb.871: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_873 ## %bb.872: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_873: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p3_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %dl, %dl sete %bl cmpb %bl, %cl je LBB1_876 ## %bb.874: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p3_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_876 ## %bb.875: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p3_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_876 jnp LBB1_878 LBB1_876: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.877: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $4, (%rcx) jne LBB1_74 LBB1_878: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_883 ## %bb.879: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_883 ## %bb.880: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_883 ## %bb.881: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_883 ## %bb.882: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_883 jnp LBB1_887 LBB1_883: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_887 ## %bb.884: ## in Loop: Header=BB1_75 Depth=1 movq _p3_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_887 ## %bb.885: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_887 jp LBB1_887 ## %bb.886: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $4, (%rcx) je LBB1_73 LBB1_887: ## in Loop: Header=BB1_75 Depth=1 movq _p3_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %al je LBB1_889 ## %bb.888: ## in Loop: Header=BB1_75 Depth=1 movq _p3_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax jmp LBB1_890 LBB1_889: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $4, -52(%rbp) ## 4-byte Folded Reload sete %bl movq _p3_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %bl, %cl jne LBB1_894 LBB1_890: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_894 ## %bb.891: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_894 ## %bb.892: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_894 jp LBB1_894 ## %bb.893: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $4, (%rcx) je LBB1_73 LBB1_894: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_899 ## %bb.895: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl sete %cl orb %cl, %sil jne LBB1_899 ## %bb.896: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_899 ## %bb.897: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_899 jp LBB1_899 ## %bb.898: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $4, (%rcx) je LBB1_73 LBB1_899: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_903 ## %bb.900: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_903 jp LBB1_903 ## %bb.901: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_903 ## %bb.902: ## in Loop: Header=BB1_75 Depth=1 cmpl $4, -44(%rbp) ## 4-byte Folded Reload jne LBB1_913 LBB1_903: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_909 jp LBB1_909 ## %bb.904: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $4, (%rcx) jne LBB1_909 ## %bb.905: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_909 ## %bb.906: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_909 ## %bb.907: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_909 ## %bb.908: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_73 LBB1_909: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_913 ## %bb.910: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_913 jp LBB1_913 ## %bb.911: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_913 ## %bb.912: ## in Loop: Header=BB1_75 Depth=1 cmpl $4, -44(%rbp) ## 4-byte Folded Reload je LBB1_919 LBB1_913: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_919 jp LBB1_919 ## %bb.914: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $4, (%rcx) jne LBB1_919 ## %bb.915: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_919 ## %bb.916: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_919 ## %bb.917: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_919 ## %bb.918: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_919: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_923 ## %bb.920: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_923 ## %bb.921: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_923 ## %bb.922: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_923 jnp LBB1_927 LBB1_923: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_927 ## %bb.924: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_927 ## %bb.925: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_927 jp LBB1_927 ## %bb.926: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $4, (%rax) je LBB1_73 LBB1_927: ## in Loop: Header=BB1_75 Depth=1 movq __x_p2_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r10d testb %r10b, %r10b setne %dl movq __x_p2_l1@GOTPCREL(%rip), %rax movzbl (%rax), %r9d sete %al testb %r9b, %r9b setne %sil sete %cl orb %sil, %al andb %dl, %sil movl %r10d, %ebx orb %r9b, %bl setne %r11b je LBB1_931 ## %bb.928: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_931 ## %bb.929: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_931 ## %bb.930: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_931: ## in Loop: Header=BB1_75 Depth=1 movq __x_p2_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_934 ## %bb.932: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_934 ## %bb.933: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_934: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p2_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %dl, %dl sete %bl cmpb %bl, %cl je LBB1_937 ## %bb.935: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p2_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_937 ## %bb.936: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p2_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_937 jnp LBB1_939 LBB1_937: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.938: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) jne LBB1_74 LBB1_939: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_944 ## %bb.940: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_944 ## %bb.941: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_944 ## %bb.942: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_944 ## %bb.943: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_944 jnp LBB1_948 LBB1_944: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_948 ## %bb.945: ## in Loop: Header=BB1_75 Depth=1 movq _p2_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_948 ## %bb.946: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_948 jp LBB1_948 ## %bb.947: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) je LBB1_73 LBB1_948: ## in Loop: Header=BB1_75 Depth=1 movq _p2_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %al je LBB1_950 ## %bb.949: ## in Loop: Header=BB1_75 Depth=1 movq _p2_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax jmp LBB1_951 LBB1_950: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $3, -52(%rbp) ## 4-byte Folded Reload sete %bl movq _p2_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %bl, %cl jne LBB1_955 LBB1_951: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_955 ## %bb.952: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_955 ## %bb.953: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_955 jp LBB1_955 ## %bb.954: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) je LBB1_73 LBB1_955: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_960 ## %bb.956: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl sete %cl orb %cl, %sil jne LBB1_960 ## %bb.957: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_960 ## %bb.958: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_960 jp LBB1_960 ## %bb.959: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) je LBB1_73 LBB1_960: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_964 ## %bb.961: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_964 jp LBB1_964 ## %bb.962: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_964 ## %bb.963: ## in Loop: Header=BB1_75 Depth=1 cmpl $3, -44(%rbp) ## 4-byte Folded Reload jne LBB1_974 LBB1_964: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_970 jp LBB1_970 ## %bb.965: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) jne LBB1_970 ## %bb.966: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_970 ## %bb.967: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_970 ## %bb.968: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_970 ## %bb.969: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_73 LBB1_970: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_974 ## %bb.971: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_974 jp LBB1_974 ## %bb.972: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_974 ## %bb.973: ## in Loop: Header=BB1_75 Depth=1 cmpl $3, -44(%rbp) ## 4-byte Folded Reload je LBB1_980 LBB1_974: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_980 jp LBB1_980 ## %bb.975: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) jne LBB1_980 ## %bb.976: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_980 ## %bb.977: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_980 ## %bb.978: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_980 ## %bb.979: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_980: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_984 ## %bb.981: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_984 ## %bb.982: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_984 ## %bb.983: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_984 jnp LBB1_988 LBB1_984: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_988 ## %bb.985: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_988 ## %bb.986: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_988 jp LBB1_988 ## %bb.987: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $3, (%rax) je LBB1_73 LBB1_988: ## in Loop: Header=BB1_75 Depth=1 movq __x_p1_l0@GOTPCREL(%rip), %rax movzbl (%rax), %r10d testb %r10b, %r10b setne %dl movq __x_p1_l1@GOTPCREL(%rip), %rax movzbl (%rax), %r9d sete %al testb %r9b, %r9b setne %sil sete %cl orb %sil, %al andb %dl, %sil movl %r10d, %ebx orb %r9b, %bl setne %r11b je LBB1_992 ## %bb.989: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_992 ## %bb.990: ## in Loop: Header=BB1_75 Depth=1 orb %dl, %cl je LBB1_992 ## %bb.991: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_73 LBB1_992: ## in Loop: Header=BB1_75 Depth=1 movq __x_p1_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_995 ## %bb.993: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_995 ## %bb.994: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_73 LBB1_995: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p1_l0@GOTPCREL(%rip), %rdx movzbl (%rdx), %edx testb %dl, %dl sete %bl cmpb %bl, %cl je LBB1_998 ## %bb.996: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b setne %cl movq _p1_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_998 ## %bb.997: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p1_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_998 jnp LBB1_1000 LBB1_998: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.999: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $2, (%rcx) jne LBB1_74 LBB1_1000: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1005 ## %bb.1001: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_1005 ## %bb.1002: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_1005 ## %bb.1003: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1005 ## %bb.1004: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_1005 jnp LBB1_1009 LBB1_1005: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_1009 ## %bb.1006: ## in Loop: Header=BB1_75 Depth=1 movq _p1_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_1009 ## %bb.1007: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1009 jp LBB1_1009 ## %bb.1008: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $2, (%rcx) je LBB1_73 LBB1_1009: ## in Loop: Header=BB1_75 Depth=1 movq _p1_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %al je LBB1_1011 ## %bb.1010: ## in Loop: Header=BB1_75 Depth=1 movq _p1_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax jmp LBB1_1012 LBB1_1011: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setnp %al sete %cl andb %al, %cl cmpl $2, -52(%rbp) ## 4-byte Folded Reload sete %bl movq _p1_l1@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %bl, %cl jne LBB1_1016 LBB1_1012: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_1016 ## %bb.1013: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl jne LBB1_1016 ## %bb.1014: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1016 jp LBB1_1016 ## %bb.1015: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $2, (%rcx) je LBB1_73 LBB1_1016: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_1021 ## %bb.1017: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl sete %cl orb %cl, %sil jne LBB1_1021 ## %bb.1018: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_1021 ## %bb.1019: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1021 jp LBB1_1021 ## %bb.1020: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $2, (%rcx) je LBB1_73 LBB1_1021: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1025 ## %bb.1022: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_1025 jp LBB1_1025 ## %bb.1023: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_1025 ## %bb.1024: ## in Loop: Header=BB1_75 Depth=1 cmpl $2, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1035 LBB1_1025: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1031 jp LBB1_1031 ## %bb.1026: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $2, (%rcx) jne LBB1_1031 ## %bb.1027: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_1031 ## %bb.1028: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_1031 ## %bb.1029: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_1031 ## %bb.1030: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_73 LBB1_1031: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1035 ## %bb.1032: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_1035 jp LBB1_1035 ## %bb.1033: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 jae LBB1_1035 ## %bb.1034: ## in Loop: Header=BB1_75 Depth=1 cmpl $2, -44(%rbp) ## 4-byte Folded Reload je LBB1_1041 LBB1_1035: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1041 jp LBB1_1041 ## %bb.1036: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $2, (%rcx) jne LBB1_1041 ## %bb.1037: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_1041 ## %bb.1038: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_1041 ## %bb.1039: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_1041 ## %bb.1040: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_73 LBB1_1041: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_1045 ## %bb.1042: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_1045 ## %bb.1043: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload jne LBB1_1045 ## %bb.1044: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_1045 jnp LBB1_1049 LBB1_1045: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_1049 ## %bb.1046: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_1049 ## %bb.1047: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1049 jp LBB1_1049 ## %bb.1048: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rax cmpl $2, (%rax) je LBB1_73 LBB1_1049: ## in Loop: Header=BB1_75 Depth=1 movq __x_p0_l0@GOTPCREL(%rip), %rax movzbl (%rax), %esi testb %sil, %sil setne %al movq __x_p0_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %r10d sete %dl testb %r10b, %r10b setne %r11b sete %cl orb %r11b, %dl andb %al, %r11b movl %esi, %ebx orb %r10b, %bl setne %r9b je LBB1_1053 ## %bb.1050: ## in Loop: Header=BB1_75 Depth=1 testb %dl, %dl je LBB1_1053 ## %bb.1051: ## in Loop: Header=BB1_75 Depth=1 orb %al, %cl je LBB1_1053 ## %bb.1052: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b je LBB1_73 LBB1_1053: ## in Loop: Header=BB1_75 Depth=1 movq __x_p0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero ucomiss %xmm2, %xmm3 jae LBB1_1057 ## %bb.1054: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_1057 ## %bb.1055: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_1056 LBB1_1057: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil setne %cl movq _p0_l0@GOTPCREL(%rip), %rax movzbl (%rax), %eax testb %al, %al sete %bl cmpb %bl, %cl je LBB1_1060 ## %bb.1058: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b setne %cl movq _p0_l1@GOTPCREL(%rip), %rdi cmpb $0, (%rdi) sete %bl cmpb %bl, %cl je LBB1_1060 ## %bb.1059: ## in Loop: Header=BB1_75 Depth=1 xorps %xmm3, %xmm3 cvtss2sd %xmm2, %xmm3 xorps %xmm4, %xmm4 cvtss2sd %xmm1, %xmm4 movq _p0_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm5 ## xmm5 = mem[0],zero,zero,zero cvtss2sd %xmm5, %xmm5 subsd %xmm3, %xmm5 addsd %xmm4, %xmm5 ucomisd LCPI1_2(%rip), %xmm5 jne LBB1_1060 jnp LBB1_1062 LBB1_1060: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi xorps %xmm3, %xmm3 ucomiss %xmm1, %xmm3 jb LBB1_74 ## %bb.1061: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $1, (%rcx) jne LBB1_74 LBB1_1062: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b je LBB1_1067 ## %bb.1063: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil jne LBB1_1067 ## %bb.1064: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1067 ## %bb.1065: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_1067 jp LBB1_1067 ## %bb.1066: ## in Loop: Header=BB1_75 Depth=1 cmpl $0, -52(%rbp) ## 4-byte Folded Reload je LBB1_1072 LBB1_1067: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_1072 ## %bb.1068: ## in Loop: Header=BB1_75 Depth=1 movq _p0_l1@GOTPCREL(%rip), %rcx cmpb $0, (%rcx) jne LBB1_1072 ## %bb.1069: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $1, (%rcx) jne LBB1_1072 ## %bb.1070: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1072 jnp LBB1_1056 LBB1_1072: ## in Loop: Header=BB1_75 Depth=1 movq _p0_x@GOTPCREL(%rip), %rcx movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setb %cl orb %cl, %dl je LBB1_1082 ## %bb.1073: ## in Loop: Header=BB1_75 Depth=1 movq _p0_l1@GOTPCREL(%rip), %rcx movzbl (%rcx), %edi testb %dil, %dil jne LBB1_1084 ## %bb.1074: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi jmp LBB1_1075 LBB1_1082: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 setp %cl setne %dl orb %cl, %dl cmpl $1, -52(%rbp) ## 4-byte Folded Reload setne %cl orb %dl, %cl movq _p0_l1@GOTPCREL(%rip), %rdx movzbl (%rdx), %edi cmpb $1, %cl jne LBB1_1075 ## %bb.1083: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_1075 LBB1_1084: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_1075 ## %bb.1085: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $1, (%rcx) jne LBB1_1075 ## %bb.1086: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1075 jnp LBB1_1056 LBB1_1075: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b je LBB1_1088 ## %bb.1076: ## in Loop: Header=BB1_75 Depth=1 testb %r11b, %r11b jne LBB1_1088 ## %bb.1077: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_1088 ## %bb.1078: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_1088 ## %bb.1079: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx cmpl $1, (%rcx) jne LBB1_1088 ## %bb.1080: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 jne LBB1_1088 jnp LBB1_1056 LBB1_1088: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm2 jne LBB1_1092 jp LBB1_1092 ## %bb.1089: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %ecx ## 4-byte Reload cmpl %ecx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1092 ## %bb.1090: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setae %cl cmpl $1, -44(%rbp) ## 4-byte Folded Reload sete %dl orb %cl, %dl movq _turn@GOTPCREL(%rip), %rcx movl (%rcx), %ecx cmpb $1, %dl jne LBB1_1100 ## %bb.1091: ## in Loop: Header=BB1_75 Depth=1 cmpl $1, %ecx je LBB1_1093 jmp LBB1_1100 LBB1_1092: ## in Loop: Header=BB1_75 Depth=1 movq _turn@GOTPCREL(%rip), %rcx movl (%rcx), %ecx cmpl $1, %ecx jne LBB1_1099 LBB1_1093: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 movl $1, %ecx jne LBB1_1099 jp LBB1_1099 ## %bb.1094: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil jne LBB1_1099 ## %bb.1095: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_1099 ## %bb.1096: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_1099 ## %bb.1097: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil je LBB1_1056 LBB1_1099: ## in Loop: Header=BB1_75 Depth=1 movl -52(%rbp), %edx ## 4-byte Reload cmpl %edx, -44(%rbp) ## 4-byte Folded Reload jne LBB1_1102 LBB1_1100: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 jne LBB1_1102 jp LBB1_1102 ## %bb.1101: ## in Loop: Header=BB1_75 Depth=1 movss LCPI1_0(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero ucomiss %xmm3, %xmm4 setae %dl cmpl $1, -44(%rbp) ## 4-byte Folded Reload setne %bl orb %dl, %bl cmpb $1, %bl jne LBB1_1109 LBB1_1102: ## in Loop: Header=BB1_75 Depth=1 cmpl $1, %ecx jne LBB1_1109 ## %bb.1103: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_3(%rip), %xmm1 movl $1, %ecx jne LBB1_1109 jp LBB1_1109 ## %bb.1104: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_1109 ## %bb.1105: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil jne LBB1_1109 ## %bb.1106: ## in Loop: Header=BB1_75 Depth=1 testb %sil, %sil je LBB1_1109 ## %bb.1107: ## in Loop: Header=BB1_75 Depth=1 testb %r10b, %r10b jne LBB1_1056 LBB1_1109: ## in Loop: Header=BB1_75 Depth=1 testb %r9b, %r9b jne LBB1_1111 ## %bb.1110: ## in Loop: Header=BB1_75 Depth=1 ucomiss %xmm2, %xmm3 setp %dl setne %bl orb %dl, %bl cmpl $0, -52(%rbp) ## 4-byte Folded Reload setne %dl orb %bl, %dl cmpb $1, %dl jne LBB1_1114 LBB1_1111: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al je LBB1_1114 ## %bb.1112: ## in Loop: Header=BB1_75 Depth=1 testb %dil, %dil sete %al cmpl $1, %ecx setne %dl orb %al, %dl ucomiss LCPI1_3(%rip), %xmm1 setp %al setne %bl orb %al, %bl orb %dl, %bl xorl %edi, %edi cmpb $1, %bl jne LBB1_74 ## %bb.1113: ## in Loop: Header=BB1_75 Depth=1 cmpl $18, -44(%rbp) ## 4-byte Folded Reload jb LBB1_1115 jmp LBB1_74 LBB1_1114: ## in Loop: Header=BB1_75 Depth=1 cmpl $17, -44(%rbp) ## 4-byte Folded Reload ja LBB1_1056 LBB1_1115: ## in Loop: Header=BB1_75 Depth=1 movq __x_turn@GOTPCREL(%rip), %rax movl (%rax), %eax leal -18(%rax), %edx xorl %edi, %edi cmpl $-17, %edx jb LBB1_74 ## %bb.1116: ## in Loop: Header=BB1_75 Depth=1 movq __x_delta@GOTPCREL(%rip), %rdx movss (%rdx), %xmm2 ## xmm2 = mem[0],zero,zero,zero ucomiss LCPI1_3(%rip), %xmm2 jb LBB1_74 ## %bb.1117: ## in Loop: Header=BB1_75 Depth=1 movl -44(%rbp), %edx ## 4-byte Reload xorl -52(%rbp), %edx ## 4-byte Folded Reload xorl %eax, %ecx orl %edx, %ecx sete %al xorps %xmm2, %xmm2 ucomiss %xmm1, %xmm2 jae LBB1_1121 ## %bb.1118: ## in Loop: Header=BB1_75 Depth=1 testb %al, %al jne LBB1_1121 LBB1_1056: ## in Loop: Header=BB1_75 Depth=1 xorl %edi, %edi jmp LBB1_74 LBB1_1121: ## in Loop: Header=BB1_75 Depth=1 movq __x__diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero movq __diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss LCPI1_1(%rip), %xmm4 ## xmm4 = mem[0],zero,zero,zero cmpnleps %xmm3, %xmm4 movaps %xmm1, %xmm5 cmpeqps %xmm2, %xmm5 orps %xmm4, %xmm5 movd %xmm5, %edi testb $1, %dil je LBB1_74 ## %bb.1122: ## in Loop: Header=BB1_75 Depth=1 ucomiss LCPI1_1(%rip), %xmm3 jae LBB1_74 ## %bb.1123: ## in Loop: Header=BB1_75 Depth=1 cvtss2sd %xmm3, %xmm3 cvtss2sd %xmm1, %xmm1 cvtss2sd %xmm2, %xmm2 subsd %xmm2, %xmm3 addsd %xmm1, %xmm3 cmpeqsd LCPI1_2(%rip), %xmm3 movq %xmm3, %rax andl $1, %eax movl %eax, %edi jmp LBB1_74 LBB1_1124: xorl %eax, %eax addq $24, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .comm __diverge_delta,4,2 ## @_diverge_delta .comm _p16_x,4,2 ## @p16_x .comm _p15_x,4,2 ## @p15_x .comm _p14_x,4,2 ## @p14_x .comm _p12_l0,1,0 ## @p12_l0 .comm _p12_x,4,2 ## @p12_x .comm _p11_l0,1,0 ## @p11_l0 .comm _p11_x,4,2 ## @p11_x .comm _p16_l1,1,0 ## @p16_l1 .comm _p10_l0,1,0 ## @p10_l0 .comm _p10_x,4,2 ## @p10_x .comm _p9_x,4,2 ## @p9_x .comm _p2_l1,1,0 ## @p2_l1 .comm _p6_x,4,2 ## @p6_x .comm _p8_l1,1,0 ## @p8_l1 .comm _p2_l0,1,0 ## @p2_l0 .comm _p13_l0,1,0 ## @p13_l0 .comm _p2_x,4,2 ## @p2_x .comm _p1_l1,1,0 ## @p1_l1 .comm _delta,4,2 ## @delta .comm _p13_x,4,2 ## @p13_x .comm _p0_l0,1,0 ## @p0_l0 .comm _p7_l1,1,0 ## @p7_l1 .comm _p0_x,4,2 ## @p0_x .comm _p12_l1,1,0 ## @p12_l1 .comm _p6_l0,1,0 ## @p6_l0 .comm _turn,4,2 ## @turn .comm _id,4,2 ## @id .comm _p14_l0,1,0 ## @p14_l0 .comm _p3_x,4,2 ## @p3_x .comm _p15_l1,1,0 ## @p15_l1 .comm _p9_l0,1,0 ## @p9_l0 .comm _p1_x,4,2 ## @p1_x .comm _p5_l1,1,0 ## @p5_l1 .comm _p9_l1,1,0 ## @p9_l1 .comm _p3_l0,1,0 ## @p3_l0 .comm _p3_l1,1,0 ## @p3_l1 .comm _p0_l1,1,0 ## @p0_l1 .comm _p7_x,4,2 ## @p7_x .comm _p15_l0,1,0 ## @p15_l0 .comm _p4_x,4,2 ## @p4_x .comm _p10_l1,1,0 ## @p10_l1 .comm _p4_l0,1,0 ## @p4_l0 .comm _p1_l0,1,0 ## @p1_l0 .comm _p4_l1,1,0 ## @p4_l1 .comm _p8_x,4,2 ## @p8_x .comm _p16_l0,1,0 ## @p16_l0 .comm _p5_x,4,2 ## @p5_x .comm _p11_l1,1,0 ## @p11_l1 .comm _p5_l0,1,0 ## @p5_l0 .comm _p6_l1,1,0 ## @p6_l1 .comm _p13_l1,1,0 ## @p13_l1 .comm _p7_l0,1,0 ## @p7_l0 .comm _p14_l1,1,0 ## @p14_l1 .comm _p8_l0,1,0 ## @p8_l0 .comm __x__diverge_delta,4,2 ## @_x__diverge_delta .comm __x_p16_x,4,2 ## @_x_p16_x .comm __x_p15_x,4,2 ## @_x_p15_x .comm __x_p14_x,4,2 ## @_x_p14_x .comm __x_p12_l0,1,0 ## @_x_p12_l0 .comm __x_p12_x,4,2 ## @_x_p12_x .comm __x_p11_l0,1,0 ## @_x_p11_l0 .comm __x_p11_x,4,2 ## @_x_p11_x .comm __x_p16_l1,1,0 ## @_x_p16_l1 .comm __x_p10_l0,1,0 ## @_x_p10_l0 .comm __x_p10_x,4,2 ## @_x_p10_x .comm __x_p9_x,4,2 ## @_x_p9_x .comm __x_p2_l1,1,0 ## @_x_p2_l1 .comm __x_p6_x,4,2 ## @_x_p6_x .comm __x_p8_l1,1,0 ## @_x_p8_l1 .comm __x_p2_l0,1,0 ## @_x_p2_l0 .comm __x_p13_l0,1,0 ## @_x_p13_l0 .comm __x_p2_x,4,2 ## @_x_p2_x .comm __x_p1_l1,1,0 ## @_x_p1_l1 .comm __x_delta,4,2 ## @_x_delta .comm __x_p13_x,4,2 ## @_x_p13_x .comm __x_p0_l0,1,0 ## @_x_p0_l0 .comm __x_p7_l1,1,0 ## @_x_p7_l1 .comm __x_p0_x,4,2 ## @_x_p0_x .comm __x_p12_l1,1,0 ## @_x_p12_l1 .comm __x_p6_l0,1,0 ## @_x_p6_l0 .comm __x_turn,4,2 ## @_x_turn .comm __x_id,4,2 ## @_x_id .comm __x_p14_l0,1,0 ## @_x_p14_l0 .comm __x_p3_x,4,2 ## @_x_p3_x .comm __x_p15_l1,1,0 ## @_x_p15_l1 .comm __x_p9_l0,1,0 ## @_x_p9_l0 .comm __x_p1_x,4,2 ## @_x_p1_x .comm __x_p5_l1,1,0 ## @_x_p5_l1 .comm __x_p9_l1,1,0 ## @_x_p9_l1 .comm __x_p3_l0,1,0 ## @_x_p3_l0 .comm __x_p3_l1,1,0 ## @_x_p3_l1 .comm __x_p0_l1,1,0 ## @_x_p0_l1 .comm __x_p7_x,4,2 ## @_x_p7_x .comm __x_p15_l0,1,0 ## @_x_p15_l0 .comm __x_p4_x,4,2 ## @_x_p4_x .comm __x_p10_l1,1,0 ## @_x_p10_l1 .comm __x_p4_l0,1,0 ## @_x_p4_l0 .comm __x_p1_l0,1,0 ## @_x_p1_l0 .comm __x_p4_l1,1,0 ## @_x_p4_l1 .comm __x_p8_x,4,2 ## @_x_p8_x .comm __x_p16_l0,1,0 ## @_x_p16_l0 .comm __x_p5_x,4,2 ## @_x_p5_x .comm __x_p11_l1,1,0 ## @_x_p11_l1 .comm __x_p5_l0,1,0 ## @_x_p5_l0 .comm __x_p6_l1,1,0 ## @_x_p6_l1 .comm __x_p13_l1,1,0 ## @_x_p13_l1 .comm __x_p7_l0,1,0 ## @_x_p7_l0 .comm __x_p14_l1,1,0 ## @_x_p14_l1 .comm __x_p8_l0,1,0 ## @_x_p8_l0 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_nondet_bool ; -- Begin function __VERIFIER_nondet_bool .p2align 2 ___VERIFIER_nondet_bool: ; @__VERIFIER_nondet_bool .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 ___VERIFIER_nondet_int cmp w0, #0 cset w0, ne ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp d11, d10, [sp, #-128]! ; 16-byte Folded Spill .cfi_def_cfa_offset 128 stp d9, d8, [sp, #16] ; 16-byte Folded Spill stp x28, x27, [sp, #32] ; 16-byte Folded Spill stp x26, x25, [sp, #48] ; 16-byte Folded Spill stp x24, x23, [sp, #64] ; 16-byte Folded Spill 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 .cfi_offset w23, -56 .cfi_offset w24, -64 .cfi_offset w25, -72 .cfi_offset w26, -80 .cfi_offset w27, -88 .cfi_offset w28, -96 .cfi_offset b8, -104 .cfi_offset b9, -112 .cfi_offset b10, -120 .cfi_offset b11, -128 bl ___VERIFIER_nondet_float Lloh0: adrp x8, __diverge_delta@GOTPAGE Lloh1: ldr x8, [x8, __diverge_delta@GOTPAGEOFF] Lloh2: str s0, [x8] bl ___VERIFIER_nondet_float Lloh3: adrp x20, _p16_x@GOTPAGE Lloh4: ldr x20, [x20, _p16_x@GOTPAGEOFF] str s0, [x20] bl ___VERIFIER_nondet_float Lloh5: adrp x21, _p15_x@GOTPAGE Lloh6: ldr x21, [x21, _p15_x@GOTPAGEOFF] str s0, [x21] bl ___VERIFIER_nondet_float Lloh7: adrp x8, _p14_x@GOTPAGE Lloh8: ldr x8, [x8, _p14_x@GOTPAGEOFF] Lloh9: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh10: adrp x9, _p12_l0@GOTPAGE Lloh11: ldr x9, [x9, _p12_l0@GOTPAGEOFF] Lloh12: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh13: adrp x8, _p12_x@GOTPAGE Lloh14: ldr x8, [x8, _p12_x@GOTPAGEOFF] Lloh15: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh16: adrp x9, _p11_l0@GOTPAGE Lloh17: ldr x9, [x9, _p11_l0@GOTPAGEOFF] Lloh18: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh19: adrp x8, _p11_x@GOTPAGE Lloh20: ldr x8, [x8, _p11_x@GOTPAGEOFF] Lloh21: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh22: adrp x27, _p16_l1@GOTPAGE Lloh23: ldr x27, [x27, _p16_l1@GOTPAGEOFF] strb w8, [x27] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh24: adrp x9, _p10_l0@GOTPAGE Lloh25: ldr x9, [x9, _p10_l0@GOTPAGEOFF] Lloh26: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh27: adrp x8, _p10_x@GOTPAGE Lloh28: ldr x8, [x8, _p10_x@GOTPAGEOFF] Lloh29: str s0, [x8] bl ___VERIFIER_nondet_float Lloh30: adrp x8, _p9_x@GOTPAGE Lloh31: ldr x8, [x8, _p9_x@GOTPAGEOFF] Lloh32: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh33: adrp x9, _p2_l1@GOTPAGE Lloh34: ldr x9, [x9, _p2_l1@GOTPAGEOFF] Lloh35: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh36: adrp x8, _p6_x@GOTPAGE Lloh37: ldr x8, [x8, _p6_x@GOTPAGEOFF] Lloh38: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh39: adrp x9, _p8_l1@GOTPAGE Lloh40: ldr x9, [x9, _p8_l1@GOTPAGEOFF] Lloh41: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh42: adrp x9, _p2_l0@GOTPAGE Lloh43: ldr x9, [x9, _p2_l0@GOTPAGEOFF] Lloh44: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh45: adrp x9, _p13_l0@GOTPAGE Lloh46: ldr x9, [x9, _p13_l0@GOTPAGEOFF] Lloh47: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh48: adrp x8, _p2_x@GOTPAGE Lloh49: ldr x8, [x8, _p2_x@GOTPAGEOFF] Lloh50: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh51: adrp x9, _p1_l1@GOTPAGE Lloh52: ldr x9, [x9, _p1_l1@GOTPAGEOFF] Lloh53: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh54: adrp x8, _delta@GOTPAGE Lloh55: ldr x8, [x8, _delta@GOTPAGEOFF] Lloh56: str s0, [x8] bl ___VERIFIER_nondet_float Lloh57: adrp x8, _p13_x@GOTPAGE Lloh58: ldr x8, [x8, _p13_x@GOTPAGEOFF] Lloh59: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh60: adrp x9, _p0_l0@GOTPAGE Lloh61: ldr x9, [x9, _p0_l0@GOTPAGEOFF] Lloh62: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh63: adrp x9, _p7_l1@GOTPAGE Lloh64: ldr x9, [x9, _p7_l1@GOTPAGEOFF] Lloh65: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh66: adrp x8, _p0_x@GOTPAGE Lloh67: ldr x8, [x8, _p0_x@GOTPAGEOFF] Lloh68: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh69: adrp x9, _p12_l1@GOTPAGE Lloh70: ldr x9, [x9, _p12_l1@GOTPAGEOFF] Lloh71: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh72: adrp x9, _p6_l0@GOTPAGE Lloh73: ldr x9, [x9, _p6_l0@GOTPAGEOFF] Lloh74: strb w8, [x9] bl ___VERIFIER_nondet_int Lloh75: adrp x8, _turn@GOTPAGE Lloh76: ldr x8, [x8, _turn@GOTPAGEOFF] Lloh77: str w0, [x8] bl ___VERIFIER_nondet_int Lloh78: adrp x28, _id@GOTPAGE Lloh79: ldr x28, [x28, _id@GOTPAGEOFF] str w0, [x28] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh80: adrp x24, _p14_l0@GOTPAGE Lloh81: ldr x24, [x24, _p14_l0@GOTPAGEOFF] strb w8, [x24] bl ___VERIFIER_nondet_float Lloh82: adrp x8, _p3_x@GOTPAGE Lloh83: ldr x8, [x8, _p3_x@GOTPAGEOFF] Lloh84: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh85: adrp x23, _p15_l1@GOTPAGE Lloh86: ldr x23, [x23, _p15_l1@GOTPAGEOFF] strb w8, [x23] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh87: adrp x9, _p9_l0@GOTPAGE Lloh88: ldr x9, [x9, _p9_l0@GOTPAGEOFF] Lloh89: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh90: adrp x8, _p1_x@GOTPAGE Lloh91: ldr x8, [x8, _p1_x@GOTPAGEOFF] Lloh92: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh93: adrp x9, _p5_l1@GOTPAGE Lloh94: ldr x9, [x9, _p5_l1@GOTPAGEOFF] Lloh95: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh96: adrp x9, _p9_l1@GOTPAGE Lloh97: ldr x9, [x9, _p9_l1@GOTPAGEOFF] Lloh98: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh99: adrp x9, _p3_l0@GOTPAGE Lloh100: ldr x9, [x9, _p3_l0@GOTPAGEOFF] Lloh101: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh102: adrp x9, _p3_l1@GOTPAGE Lloh103: ldr x9, [x9, _p3_l1@GOTPAGEOFF] Lloh104: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh105: adrp x9, _p0_l1@GOTPAGE Lloh106: ldr x9, [x9, _p0_l1@GOTPAGEOFF] Lloh107: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh108: adrp x8, _p7_x@GOTPAGE Lloh109: ldr x8, [x8, _p7_x@GOTPAGEOFF] Lloh110: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh111: adrp x25, _p15_l0@GOTPAGE Lloh112: ldr x25, [x25, _p15_l0@GOTPAGEOFF] strb w8, [x25] bl ___VERIFIER_nondet_float Lloh113: adrp x8, _p4_x@GOTPAGE Lloh114: ldr x8, [x8, _p4_x@GOTPAGEOFF] Lloh115: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh116: adrp x9, _p10_l1@GOTPAGE Lloh117: ldr x9, [x9, _p10_l1@GOTPAGEOFF] Lloh118: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh119: adrp x9, _p4_l0@GOTPAGE Lloh120: ldr x9, [x9, _p4_l0@GOTPAGEOFF] Lloh121: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh122: adrp x9, _p1_l0@GOTPAGE Lloh123: ldr x9, [x9, _p1_l0@GOTPAGEOFF] Lloh124: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh125: adrp x9, _p4_l1@GOTPAGE Lloh126: ldr x9, [x9, _p4_l1@GOTPAGEOFF] Lloh127: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh128: adrp x8, _p8_x@GOTPAGE Lloh129: ldr x8, [x8, _p8_x@GOTPAGEOFF] Lloh130: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh131: adrp x26, _p16_l0@GOTPAGE Lloh132: ldr x26, [x26, _p16_l0@GOTPAGEOFF] strb w8, [x26] bl ___VERIFIER_nondet_float Lloh133: adrp x8, _p5_x@GOTPAGE Lloh134: ldr x8, [x8, _p5_x@GOTPAGEOFF] Lloh135: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh136: adrp x9, _p11_l1@GOTPAGE Lloh137: ldr x9, [x9, _p11_l1@GOTPAGEOFF] Lloh138: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh139: adrp x9, _p5_l0@GOTPAGE Lloh140: ldr x9, [x9, _p5_l0@GOTPAGEOFF] Lloh141: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh142: adrp x9, _p6_l1@GOTPAGE Lloh143: ldr x9, [x9, _p6_l1@GOTPAGEOFF] Lloh144: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh145: adrp x19, _p13_l1@GOTPAGE Lloh146: ldr x19, [x19, _p13_l1@GOTPAGEOFF] strb w8, [x19] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh147: adrp x9, _p7_l0@GOTPAGE Lloh148: ldr x9, [x9, _p7_l0@GOTPAGEOFF] Lloh149: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh150: adrp x22, _p14_l1@GOTPAGE Lloh151: ldr x22, [x22, _p14_l1@GOTPAGEOFF] strb w8, [x22] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh152: adrp x9, _p8_l0@GOTPAGE Lloh153: ldr x9, [x9, _p8_l0@GOTPAGEOFF] Lloh154: strb w8, [x9] ldr w8, [x28] cbnz w8, LBB1_1115 ; %bb.1: ldrb w9, [x26] cbnz w9, LBB1_1115 ; %bb.2: ldrb w10, [x27] cbnz w10, LBB1_1115 ; %bb.3: ldr s0, [x20] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.4: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.5: ldrb w9, [x25] cbnz w9, LBB1_1115 ; %bb.6: ldrb w10, [x23] cbnz w10, LBB1_1115 ; %bb.7: ldr s0, [x21] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.8: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.9: ldrb w9, [x24] cbnz w9, LBB1_1115 ; %bb.10: ldrb w10, [x22] cbnz w10, LBB1_1115 ; %bb.11: Lloh155: adrp x11, _p14_x@GOTPAGE Lloh156: ldr x11, [x11, _p14_x@GOTPAGEOFF] Lloh157: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.12: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.13: Lloh158: adrp x9, _p13_l0@GOTPAGE Lloh159: ldr x9, [x9, _p13_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.14: ldrb w10, [x19] cbnz w10, LBB1_1115 ; %bb.15: Lloh160: adrp x11, _p13_x@GOTPAGE Lloh161: ldr x11, [x11, _p13_x@GOTPAGEOFF] Lloh162: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.16: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.17: Lloh163: adrp x9, _p12_l0@GOTPAGE Lloh164: ldr x9, [x9, _p12_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.18: Lloh165: adrp x10, _p12_l1@GOTPAGE Lloh166: ldr x10, [x10, _p12_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.19: Lloh167: adrp x11, _p12_x@GOTPAGE Lloh168: ldr x11, [x11, _p12_x@GOTPAGEOFF] Lloh169: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.20: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.21: Lloh170: adrp x9, _p11_l0@GOTPAGE Lloh171: ldr x9, [x9, _p11_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.22: Lloh172: adrp x10, _p11_l1@GOTPAGE Lloh173: ldr x10, [x10, _p11_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.23: Lloh174: adrp x11, _p11_x@GOTPAGE Lloh175: ldr x11, [x11, _p11_x@GOTPAGEOFF] Lloh176: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.24: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.25: Lloh177: adrp x9, _p10_l0@GOTPAGE Lloh178: ldr x9, [x9, _p10_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.26: Lloh179: adrp x10, _p10_l1@GOTPAGE Lloh180: ldr x10, [x10, _p10_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.27: Lloh181: adrp x11, _p10_x@GOTPAGE Lloh182: ldr x11, [x11, _p10_x@GOTPAGEOFF] Lloh183: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.28: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.29: Lloh184: adrp x9, _p9_l0@GOTPAGE Lloh185: ldr x9, [x9, _p9_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.30: Lloh186: adrp x10, _p9_l1@GOTPAGE Lloh187: ldr x10, [x10, _p9_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.31: Lloh188: adrp x11, _p9_x@GOTPAGE Lloh189: ldr x11, [x11, _p9_x@GOTPAGEOFF] Lloh190: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.32: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.33: cbnz w0, LBB1_1115 ; %bb.34: Lloh191: adrp x9, _p8_l1@GOTPAGE Lloh192: ldr x9, [x9, _p8_l1@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.35: Lloh193: adrp x10, _p8_x@GOTPAGE Lloh194: ldr x10, [x10, _p8_x@GOTPAGEOFF] Lloh195: ldr s0, [x10] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.36: cmp w0, #0 ccmp w9, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.37: Lloh196: adrp x9, _p7_l0@GOTPAGE Lloh197: ldr x9, [x9, _p7_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.38: Lloh198: adrp x10, _p7_l1@GOTPAGE Lloh199: ldr x10, [x10, _p7_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.39: Lloh200: adrp x11, _p7_x@GOTPAGE Lloh201: ldr x11, [x11, _p7_x@GOTPAGEOFF] Lloh202: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.40: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.41: Lloh203: adrp x9, _p6_l0@GOTPAGE Lloh204: ldr x9, [x9, _p6_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.42: Lloh205: adrp x10, _p6_l1@GOTPAGE Lloh206: ldr x10, [x10, _p6_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.43: Lloh207: adrp x11, _p6_x@GOTPAGE Lloh208: ldr x11, [x11, _p6_x@GOTPAGEOFF] Lloh209: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.44: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.45: Lloh210: adrp x9, _p5_l0@GOTPAGE Lloh211: ldr x9, [x9, _p5_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.46: Lloh212: adrp x10, _p5_l1@GOTPAGE Lloh213: ldr x10, [x10, _p5_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.47: Lloh214: adrp x11, _p5_x@GOTPAGE Lloh215: ldr x11, [x11, _p5_x@GOTPAGEOFF] Lloh216: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.48: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.49: Lloh217: adrp x9, _p4_l0@GOTPAGE Lloh218: ldr x9, [x9, _p4_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.50: Lloh219: adrp x10, _p4_l1@GOTPAGE Lloh220: ldr x10, [x10, _p4_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.51: Lloh221: adrp x11, _p4_x@GOTPAGE Lloh222: ldr x11, [x11, _p4_x@GOTPAGEOFF] Lloh223: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.52: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.53: Lloh224: adrp x9, _p3_l0@GOTPAGE Lloh225: ldr x9, [x9, _p3_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.54: Lloh226: adrp x10, _p3_l1@GOTPAGE Lloh227: ldr x10, [x10, _p3_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.55: Lloh228: adrp x11, _p3_x@GOTPAGE Lloh229: ldr x11, [x11, _p3_x@GOTPAGEOFF] Lloh230: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.56: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.57: Lloh231: adrp x9, _p2_l0@GOTPAGE Lloh232: ldr x9, [x9, _p2_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.58: Lloh233: adrp x10, _p2_l1@GOTPAGE Lloh234: ldr x10, [x10, _p2_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.59: Lloh235: adrp x11, _p2_x@GOTPAGE Lloh236: ldr x11, [x11, _p2_x@GOTPAGEOFF] Lloh237: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.60: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.61: Lloh238: adrp x9, _p1_l0@GOTPAGE Lloh239: ldr x9, [x9, _p1_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.62: Lloh240: adrp x10, _p1_l1@GOTPAGE Lloh241: ldr x10, [x10, _p1_l1@GOTPAGEOFF] ldrb w10, [x10] cbnz w10, LBB1_1115 ; %bb.63: Lloh242: adrp x11, _p1_x@GOTPAGE Lloh243: ldr x11, [x11, _p1_x@GOTPAGEOFF] Lloh244: ldr s0, [x11] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.64: cmp w9, #0 ccmp w10, #0, #4, eq fmov s1, #2.00000000 fccmp s0, s1, #0, ne b.hi LBB1_1115 ; %bb.65: Lloh245: adrp x9, _p0_l0@GOTPAGE Lloh246: ldr x9, [x9, _p0_l0@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.66: Lloh247: adrp x9, _p0_l1@GOTPAGE Lloh248: ldr x9, [x9, _p0_l1@GOTPAGEOFF] ldrb w9, [x9] cbnz w9, LBB1_1115 ; %bb.67: Lloh249: adrp x9, _p0_x@GOTPAGE Lloh250: ldr x9, [x9, _p0_x@GOTPAGEOFF] Lloh251: ldr s0, [x9] fcmp s0, #0.0 b.ne LBB1_1115 ; %bb.68: Lloh252: adrp x9, _delta@GOTPAGE Lloh253: ldr x9, [x9, _delta@GOTPAGEOFF] Lloh254: ldr s0, [x9] fcmp s0, #0.0 b.lt LBB1_1115 ; %bb.69: cmp w8, #17 b.hi LBB1_1115 ; %bb.70: Lloh255: adrp x8, _turn@GOTPAGE Lloh256: ldr x8, [x8, _turn@GOTPAGEOFF] Lloh257: ldr w8, [x8] sub w8, w8, #1 cmp w8, #16 b.hi LBB1_1115 ; %bb.71: Lloh258: adrp x8, __diverge_delta@GOTPAGE Lloh259: ldr x8, [x8, __diverge_delta@GOTPAGEOFF] Lloh260: ldr s1, [x8] fcmp s0, s1 b.ne LBB1_1115 ; %bb.72: fmov s8, #2.00000000 fmov s9, #1.00000000 movi d10, #0000000000000000 b LBB1_75 LBB1_73: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 LBB1_74: ; in Loop: Header=BB1_75 Depth=1 Lloh261: adrp x10, __x_p12_l0@GOTPAGE Lloh262: ldr x10, [x10, __x_p12_l0@GOTPAGEOFF] ldrb w10, [x10] Lloh263: adrp x11, _p12_l0@GOTPAGE Lloh264: ldr x11, [x11, _p12_l0@GOTPAGEOFF] Lloh265: strb w10, [x11] Lloh266: adrp x10, __x_p11_l0@GOTPAGE Lloh267: ldr x10, [x10, __x_p11_l0@GOTPAGEOFF] ldrb w10, [x10] Lloh268: adrp x11, _p11_l0@GOTPAGE Lloh269: ldr x11, [x11, _p11_l0@GOTPAGEOFF] Lloh270: strb w10, [x11] strb w9, [x27] Lloh271: adrp x9, __x_p10_l0@GOTPAGE Lloh272: ldr x9, [x9, __x_p10_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh273: adrp x10, _p10_l0@GOTPAGE Lloh274: ldr x10, [x10, _p10_l0@GOTPAGEOFF] Lloh275: strb w9, [x10] Lloh276: adrp x9, __x_p2_l1@GOTPAGE Lloh277: ldr x9, [x9, __x_p2_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh278: adrp x10, _p2_l1@GOTPAGE Lloh279: ldr x10, [x10, _p2_l1@GOTPAGEOFF] Lloh280: strb w9, [x10] Lloh281: adrp x9, __x_p8_l1@GOTPAGE Lloh282: ldr x9, [x9, __x_p8_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh283: adrp x10, _p8_l1@GOTPAGE Lloh284: ldr x10, [x10, _p8_l1@GOTPAGEOFF] Lloh285: strb w9, [x10] Lloh286: adrp x9, __x_p2_l0@GOTPAGE Lloh287: ldr x9, [x9, __x_p2_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh288: adrp x10, _p2_l0@GOTPAGE Lloh289: ldr x10, [x10, _p2_l0@GOTPAGEOFF] Lloh290: strb w9, [x10] Lloh291: adrp x9, __x_p13_l0@GOTPAGE Lloh292: ldr x9, [x9, __x_p13_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh293: adrp x10, _p13_l0@GOTPAGE Lloh294: ldr x10, [x10, _p13_l0@GOTPAGEOFF] Lloh295: strb w9, [x10] Lloh296: adrp x9, __x_p1_l1@GOTPAGE Lloh297: ldr x9, [x9, __x_p1_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh298: adrp x10, _p1_l1@GOTPAGE Lloh299: ldr x10, [x10, _p1_l1@GOTPAGEOFF] Lloh300: strb w9, [x10] Lloh301: adrp x9, __x_p0_l0@GOTPAGE Lloh302: ldr x9, [x9, __x_p0_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh303: adrp x10, _p0_l0@GOTPAGE Lloh304: ldr x10, [x10, _p0_l0@GOTPAGEOFF] Lloh305: strb w9, [x10] Lloh306: adrp x9, __x_p7_l1@GOTPAGE Lloh307: ldr x9, [x9, __x_p7_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh308: adrp x10, _p7_l1@GOTPAGE Lloh309: ldr x10, [x10, _p7_l1@GOTPAGEOFF] Lloh310: strb w9, [x10] Lloh311: adrp x9, __x_p12_l1@GOTPAGE Lloh312: ldr x9, [x9, __x_p12_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh313: adrp x10, _p12_l1@GOTPAGE Lloh314: ldr x10, [x10, _p12_l1@GOTPAGEOFF] Lloh315: strb w9, [x10] Lloh316: adrp x9, __x_p6_l0@GOTPAGE Lloh317: ldr x9, [x9, __x_p6_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh318: adrp x10, _p6_l0@GOTPAGE Lloh319: ldr x10, [x10, _p6_l0@GOTPAGEOFF] Lloh320: strb w9, [x10] Lloh321: adrp x9, __x_turn@GOTPAGE Lloh322: ldr x9, [x9, __x_turn@GOTPAGEOFF] Lloh323: ldr w9, [x9] Lloh324: adrp x10, _turn@GOTPAGE Lloh325: ldr x10, [x10, _turn@GOTPAGEOFF] Lloh326: str w9, [x10] Lloh327: adrp x9, __x_id@GOTPAGE Lloh328: ldr x9, [x9, __x_id@GOTPAGEOFF] Lloh329: ldr w9, [x9] str w9, [x28] Lloh330: adrp x9, __x_p14_l0@GOTPAGE Lloh331: ldr x9, [x9, __x_p14_l0@GOTPAGEOFF] ldrb w9, [x9] strb w9, [x24] Lloh332: adrp x9, __x_p15_l1@GOTPAGE Lloh333: ldr x9, [x9, __x_p15_l1@GOTPAGEOFF] ldrb w9, [x9] strb w9, [x23] Lloh334: adrp x9, __x_p9_l0@GOTPAGE Lloh335: ldr x9, [x9, __x_p9_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh336: adrp x10, _p9_l0@GOTPAGE Lloh337: ldr x10, [x10, _p9_l0@GOTPAGEOFF] Lloh338: strb w9, [x10] Lloh339: adrp x9, __x_p5_l1@GOTPAGE Lloh340: ldr x9, [x9, __x_p5_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh341: adrp x10, _p5_l1@GOTPAGE Lloh342: ldr x10, [x10, _p5_l1@GOTPAGEOFF] Lloh343: strb w9, [x10] Lloh344: adrp x9, __x_p9_l1@GOTPAGE Lloh345: ldr x9, [x9, __x_p9_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh346: adrp x10, _p9_l1@GOTPAGE Lloh347: ldr x10, [x10, _p9_l1@GOTPAGEOFF] Lloh348: strb w9, [x10] Lloh349: adrp x9, __x_p3_l0@GOTPAGE Lloh350: ldr x9, [x9, __x_p3_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh351: adrp x10, _p3_l0@GOTPAGE Lloh352: ldr x10, [x10, _p3_l0@GOTPAGEOFF] Lloh353: strb w9, [x10] Lloh354: adrp x9, __x_p3_l1@GOTPAGE Lloh355: ldr x9, [x9, __x_p3_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh356: adrp x10, _p3_l1@GOTPAGE Lloh357: ldr x10, [x10, _p3_l1@GOTPAGEOFF] Lloh358: strb w9, [x10] Lloh359: adrp x9, __x_p0_l1@GOTPAGE Lloh360: ldr x9, [x9, __x_p0_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh361: adrp x10, _p0_l1@GOTPAGE Lloh362: ldr x10, [x10, _p0_l1@GOTPAGEOFF] Lloh363: strb w9, [x10] Lloh364: adrp x9, __x_p15_l0@GOTPAGE Lloh365: ldr x9, [x9, __x_p15_l0@GOTPAGEOFF] ldrb w9, [x9] strb w9, [x25] Lloh366: adrp x9, __x_p10_l1@GOTPAGE Lloh367: ldr x9, [x9, __x_p10_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh368: adrp x10, _p10_l1@GOTPAGE Lloh369: ldr x10, [x10, _p10_l1@GOTPAGEOFF] Lloh370: strb w9, [x10] Lloh371: adrp x9, __x_p4_l0@GOTPAGE Lloh372: ldr x9, [x9, __x_p4_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh373: adrp x10, _p4_l0@GOTPAGE Lloh374: ldr x10, [x10, _p4_l0@GOTPAGEOFF] Lloh375: strb w9, [x10] Lloh376: adrp x9, __x_p1_l0@GOTPAGE Lloh377: ldr x9, [x9, __x_p1_l0@GOTPAGEOFF] ldrb w9, [x9] Lloh378: adrp x10, _p1_l0@GOTPAGE Lloh379: ldr x10, [x10, _p1_l0@GOTPAGEOFF] Lloh380: strb w9, [x10] Lloh381: adrp x9, __x_p4_l1@GOTPAGE Lloh382: ldr x9, [x9, __x_p4_l1@GOTPAGEOFF] ldrb w9, [x9] Lloh383: adrp x10, _p4_l1@GOTPAGE Lloh384: ldr x10, [x10, _p4_l1@GOTPAGEOFF] Lloh385: strb w9, [x10] strb w8, [x26] Lloh386: adrp x8, __x_p11_l1@GOTPAGE Lloh387: ldr x8, [x8, __x_p11_l1@GOTPAGEOFF] ldrb w8, [x8] Lloh388: adrp x9, _p11_l1@GOTPAGE Lloh389: ldr x9, [x9, _p11_l1@GOTPAGEOFF] Lloh390: strb w8, [x9] Lloh391: adrp x8, __x_p5_l0@GOTPAGE Lloh392: ldr x8, [x8, __x_p5_l0@GOTPAGEOFF] ldrb w8, [x8] Lloh393: adrp x9, _p5_l0@GOTPAGE Lloh394: ldr x9, [x9, _p5_l0@GOTPAGEOFF] Lloh395: strb w8, [x9] Lloh396: adrp x8, __x_p6_l1@GOTPAGE Lloh397: ldr x8, [x8, __x_p6_l1@GOTPAGEOFF] ldrb w8, [x8] Lloh398: adrp x9, _p6_l1@GOTPAGE Lloh399: ldr x9, [x9, _p6_l1@GOTPAGEOFF] Lloh400: strb w8, [x9] Lloh401: adrp x8, __x_p13_l1@GOTPAGE Lloh402: ldr x8, [x8, __x_p13_l1@GOTPAGEOFF] ldrb w8, [x8] strb w8, [x19] Lloh403: adrp x8, __x_p7_l0@GOTPAGE Lloh404: ldr x8, [x8, __x_p7_l0@GOTPAGEOFF] ldrb w8, [x8] Lloh405: adrp x9, _p7_l0@GOTPAGE Lloh406: ldr x9, [x9, _p7_l0@GOTPAGEOFF] Lloh407: strb w8, [x9] Lloh408: adrp x8, __x_p14_l1@GOTPAGE Lloh409: ldr x8, [x8, __x_p14_l1@GOTPAGEOFF] ldrb w8, [x8] strb w8, [x22] ldrb w8, [x3] Lloh410: adrp x9, _p8_l0@GOTPAGE Lloh411: ldr x9, [x9, _p8_l0@GOTPAGEOFF] Lloh412: strb w8, [x9] Lloh413: adrp x8, __x__diverge_delta@GOTPAGE Lloh414: ldr x8, [x8, __x__diverge_delta@GOTPAGEOFF] Lloh415: ldr s1, [x8] Lloh416: adrp x8, __diverge_delta@GOTPAGE Lloh417: ldr x8, [x8, __diverge_delta@GOTPAGEOFF] Lloh418: str s1, [x8] str s0, [x20] Lloh419: adrp x8, __x_p15_x@GOTPAGE Lloh420: ldr x8, [x8, __x_p15_x@GOTPAGEOFF] Lloh421: ldr s0, [x8] str s0, [x21] Lloh422: adrp x8, __x_p14_x@GOTPAGE Lloh423: ldr x8, [x8, __x_p14_x@GOTPAGEOFF] Lloh424: ldr s0, [x8] Lloh425: adrp x8, _p14_x@GOTPAGE Lloh426: ldr x8, [x8, _p14_x@GOTPAGEOFF] Lloh427: str s0, [x8] Lloh428: adrp x8, __x_p12_x@GOTPAGE Lloh429: ldr x8, [x8, __x_p12_x@GOTPAGEOFF] Lloh430: ldr s0, [x8] Lloh431: adrp x8, _p12_x@GOTPAGE Lloh432: ldr x8, [x8, _p12_x@GOTPAGEOFF] Lloh433: str s0, [x8] Lloh434: adrp x8, __x_p11_x@GOTPAGE Lloh435: ldr x8, [x8, __x_p11_x@GOTPAGEOFF] Lloh436: ldr s0, [x8] Lloh437: adrp x8, _p11_x@GOTPAGE Lloh438: ldr x8, [x8, _p11_x@GOTPAGEOFF] Lloh439: str s0, [x8] Lloh440: adrp x8, __x_p10_x@GOTPAGE Lloh441: ldr x8, [x8, __x_p10_x@GOTPAGEOFF] Lloh442: ldr s0, [x8] Lloh443: adrp x8, _p10_x@GOTPAGE Lloh444: ldr x8, [x8, _p10_x@GOTPAGEOFF] Lloh445: str s0, [x8] Lloh446: adrp x8, __x_p9_x@GOTPAGE Lloh447: ldr x8, [x8, __x_p9_x@GOTPAGEOFF] Lloh448: ldr s0, [x8] Lloh449: adrp x8, _p9_x@GOTPAGE Lloh450: ldr x8, [x8, _p9_x@GOTPAGEOFF] Lloh451: str s0, [x8] Lloh452: adrp x8, __x_p6_x@GOTPAGE Lloh453: ldr x8, [x8, __x_p6_x@GOTPAGEOFF] Lloh454: ldr s0, [x8] Lloh455: adrp x8, _p6_x@GOTPAGE Lloh456: ldr x8, [x8, _p6_x@GOTPAGEOFF] Lloh457: str s0, [x8] Lloh458: adrp x8, __x_p2_x@GOTPAGE Lloh459: ldr x8, [x8, __x_p2_x@GOTPAGEOFF] Lloh460: ldr s0, [x8] Lloh461: adrp x8, _p2_x@GOTPAGE Lloh462: ldr x8, [x8, _p2_x@GOTPAGEOFF] Lloh463: str s0, [x8] Lloh464: adrp x8, __x_delta@GOTPAGE Lloh465: ldr x8, [x8, __x_delta@GOTPAGEOFF] Lloh466: ldr s0, [x8] Lloh467: adrp x8, _delta@GOTPAGE Lloh468: ldr x8, [x8, _delta@GOTPAGEOFF] Lloh469: str s0, [x8] Lloh470: adrp x8, __x_p13_x@GOTPAGE Lloh471: ldr x8, [x8, __x_p13_x@GOTPAGEOFF] Lloh472: ldr s0, [x8] Lloh473: adrp x8, _p13_x@GOTPAGE Lloh474: ldr x8, [x8, _p13_x@GOTPAGEOFF] Lloh475: str s0, [x8] Lloh476: adrp x8, __x_p0_x@GOTPAGE Lloh477: ldr x8, [x8, __x_p0_x@GOTPAGEOFF] Lloh478: ldr s0, [x8] Lloh479: adrp x8, _p0_x@GOTPAGE Lloh480: ldr x8, [x8, _p0_x@GOTPAGEOFF] Lloh481: str s0, [x8] Lloh482: adrp x8, __x_p3_x@GOTPAGE Lloh483: ldr x8, [x8, __x_p3_x@GOTPAGEOFF] Lloh484: ldr s0, [x8] Lloh485: adrp x8, _p3_x@GOTPAGE Lloh486: ldr x8, [x8, _p3_x@GOTPAGEOFF] Lloh487: str s0, [x8] Lloh488: adrp x8, __x_p1_x@GOTPAGE Lloh489: ldr x8, [x8, __x_p1_x@GOTPAGEOFF] Lloh490: ldr s0, [x8] Lloh491: adrp x8, _p1_x@GOTPAGE Lloh492: ldr x8, [x8, _p1_x@GOTPAGEOFF] Lloh493: str s0, [x8] Lloh494: adrp x8, __x_p7_x@GOTPAGE Lloh495: ldr x8, [x8, __x_p7_x@GOTPAGEOFF] Lloh496: ldr s0, [x8] Lloh497: adrp x8, _p7_x@GOTPAGE Lloh498: ldr x8, [x8, _p7_x@GOTPAGEOFF] Lloh499: str s0, [x8] Lloh500: adrp x8, __x_p4_x@GOTPAGE Lloh501: ldr x8, [x8, __x_p4_x@GOTPAGEOFF] Lloh502: ldr s0, [x8] Lloh503: adrp x8, _p4_x@GOTPAGE Lloh504: ldr x8, [x8, _p4_x@GOTPAGEOFF] Lloh505: str s0, [x8] Lloh506: adrp x8, __x_p8_x@GOTPAGE Lloh507: ldr x8, [x8, __x_p8_x@GOTPAGEOFF] Lloh508: ldr s0, [x8] Lloh509: adrp x8, _p8_x@GOTPAGE Lloh510: ldr x8, [x8, _p8_x@GOTPAGEOFF] Lloh511: str s0, [x8] Lloh512: adrp x8, __x_p5_x@GOTPAGE Lloh513: ldr x8, [x8, __x_p5_x@GOTPAGEOFF] Lloh514: ldr s0, [x8] Lloh515: adrp x8, _p5_x@GOTPAGE Lloh516: ldr x8, [x8, _p5_x@GOTPAGEOFF] Lloh517: str s0, [x8] tbz w12, #0, LBB1_1115 LBB1_75: ; =>This Inner Loop Header: Depth=1 bl ___VERIFIER_nondet_float Lloh518: adrp x8, __x__diverge_delta@GOTPAGE Lloh519: ldr x8, [x8, __x__diverge_delta@GOTPAGEOFF] Lloh520: str s0, [x8] bl ___VERIFIER_nondet_float Lloh521: adrp x8, __x_p16_x@GOTPAGE Lloh522: ldr x8, [x8, __x_p16_x@GOTPAGEOFF] Lloh523: str s0, [x8] bl ___VERIFIER_nondet_float Lloh524: adrp x8, __x_p15_x@GOTPAGE Lloh525: ldr x8, [x8, __x_p15_x@GOTPAGEOFF] Lloh526: str s0, [x8] bl ___VERIFIER_nondet_float Lloh527: adrp x8, __x_p14_x@GOTPAGE Lloh528: ldr x8, [x8, __x_p14_x@GOTPAGEOFF] Lloh529: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh530: adrp x9, __x_p12_l0@GOTPAGE Lloh531: ldr x9, [x9, __x_p12_l0@GOTPAGEOFF] Lloh532: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh533: adrp x8, __x_p12_x@GOTPAGE Lloh534: ldr x8, [x8, __x_p12_x@GOTPAGEOFF] Lloh535: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh536: adrp x9, __x_p11_l0@GOTPAGE Lloh537: ldr x9, [x9, __x_p11_l0@GOTPAGEOFF] Lloh538: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh539: adrp x8, __x_p11_x@GOTPAGE Lloh540: ldr x8, [x8, __x_p11_x@GOTPAGEOFF] Lloh541: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh542: adrp x9, __x_p16_l1@GOTPAGE Lloh543: ldr x9, [x9, __x_p16_l1@GOTPAGEOFF] Lloh544: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh545: adrp x9, __x_p10_l0@GOTPAGE Lloh546: ldr x9, [x9, __x_p10_l0@GOTPAGEOFF] Lloh547: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh548: adrp x8, __x_p10_x@GOTPAGE Lloh549: ldr x8, [x8, __x_p10_x@GOTPAGEOFF] Lloh550: str s0, [x8] bl ___VERIFIER_nondet_float Lloh551: adrp x8, __x_p9_x@GOTPAGE Lloh552: ldr x8, [x8, __x_p9_x@GOTPAGEOFF] Lloh553: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh554: adrp x9, __x_p2_l1@GOTPAGE Lloh555: ldr x9, [x9, __x_p2_l1@GOTPAGEOFF] Lloh556: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh557: adrp x8, __x_p6_x@GOTPAGE Lloh558: ldr x8, [x8, __x_p6_x@GOTPAGEOFF] Lloh559: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh560: adrp x9, __x_p8_l1@GOTPAGE Lloh561: ldr x9, [x9, __x_p8_l1@GOTPAGEOFF] Lloh562: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh563: adrp x9, __x_p2_l0@GOTPAGE Lloh564: ldr x9, [x9, __x_p2_l0@GOTPAGEOFF] Lloh565: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh566: adrp x9, __x_p13_l0@GOTPAGE Lloh567: ldr x9, [x9, __x_p13_l0@GOTPAGEOFF] Lloh568: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh569: adrp x8, __x_p2_x@GOTPAGE Lloh570: ldr x8, [x8, __x_p2_x@GOTPAGEOFF] Lloh571: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh572: adrp x9, __x_p1_l1@GOTPAGE Lloh573: ldr x9, [x9, __x_p1_l1@GOTPAGEOFF] Lloh574: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh575: adrp x8, __x_delta@GOTPAGE Lloh576: ldr x8, [x8, __x_delta@GOTPAGEOFF] Lloh577: str s0, [x8] bl ___VERIFIER_nondet_float Lloh578: adrp x8, __x_p13_x@GOTPAGE Lloh579: ldr x8, [x8, __x_p13_x@GOTPAGEOFF] Lloh580: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh581: adrp x9, __x_p0_l0@GOTPAGE Lloh582: ldr x9, [x9, __x_p0_l0@GOTPAGEOFF] Lloh583: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh584: adrp x9, __x_p7_l1@GOTPAGE Lloh585: ldr x9, [x9, __x_p7_l1@GOTPAGEOFF] Lloh586: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh587: adrp x8, __x_p0_x@GOTPAGE Lloh588: ldr x8, [x8, __x_p0_x@GOTPAGEOFF] Lloh589: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh590: adrp x9, __x_p12_l1@GOTPAGE Lloh591: ldr x9, [x9, __x_p12_l1@GOTPAGEOFF] Lloh592: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh593: adrp x9, __x_p6_l0@GOTPAGE Lloh594: ldr x9, [x9, __x_p6_l0@GOTPAGEOFF] Lloh595: strb w8, [x9] bl ___VERIFIER_nondet_int Lloh596: adrp x8, __x_turn@GOTPAGE Lloh597: ldr x8, [x8, __x_turn@GOTPAGEOFF] Lloh598: str w0, [x8] bl ___VERIFIER_nondet_int Lloh599: adrp x8, __x_id@GOTPAGE Lloh600: ldr x8, [x8, __x_id@GOTPAGEOFF] Lloh601: str w0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh602: adrp x9, __x_p14_l0@GOTPAGE Lloh603: ldr x9, [x9, __x_p14_l0@GOTPAGEOFF] Lloh604: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh605: adrp x8, __x_p3_x@GOTPAGE Lloh606: ldr x8, [x8, __x_p3_x@GOTPAGEOFF] Lloh607: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh608: adrp x9, __x_p15_l1@GOTPAGE Lloh609: ldr x9, [x9, __x_p15_l1@GOTPAGEOFF] Lloh610: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh611: adrp x9, __x_p9_l0@GOTPAGE Lloh612: ldr x9, [x9, __x_p9_l0@GOTPAGEOFF] Lloh613: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh614: adrp x8, __x_p1_x@GOTPAGE Lloh615: ldr x8, [x8, __x_p1_x@GOTPAGEOFF] Lloh616: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh617: adrp x9, __x_p5_l1@GOTPAGE Lloh618: ldr x9, [x9, __x_p5_l1@GOTPAGEOFF] Lloh619: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh620: adrp x9, __x_p9_l1@GOTPAGE Lloh621: ldr x9, [x9, __x_p9_l1@GOTPAGEOFF] Lloh622: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh623: adrp x9, __x_p3_l0@GOTPAGE Lloh624: ldr x9, [x9, __x_p3_l0@GOTPAGEOFF] Lloh625: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh626: adrp x9, __x_p3_l1@GOTPAGE Lloh627: ldr x9, [x9, __x_p3_l1@GOTPAGEOFF] Lloh628: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh629: adrp x9, __x_p0_l1@GOTPAGE Lloh630: ldr x9, [x9, __x_p0_l1@GOTPAGEOFF] Lloh631: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh632: adrp x8, __x_p7_x@GOTPAGE Lloh633: ldr x8, [x8, __x_p7_x@GOTPAGEOFF] Lloh634: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh635: adrp x9, __x_p15_l0@GOTPAGE Lloh636: ldr x9, [x9, __x_p15_l0@GOTPAGEOFF] Lloh637: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh638: adrp x8, __x_p4_x@GOTPAGE Lloh639: ldr x8, [x8, __x_p4_x@GOTPAGEOFF] Lloh640: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh641: adrp x9, __x_p10_l1@GOTPAGE Lloh642: ldr x9, [x9, __x_p10_l1@GOTPAGEOFF] Lloh643: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh644: adrp x9, __x_p4_l0@GOTPAGE Lloh645: ldr x9, [x9, __x_p4_l0@GOTPAGEOFF] Lloh646: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh647: adrp x9, __x_p1_l0@GOTPAGE Lloh648: ldr x9, [x9, __x_p1_l0@GOTPAGEOFF] Lloh649: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh650: adrp x9, __x_p4_l1@GOTPAGE Lloh651: ldr x9, [x9, __x_p4_l1@GOTPAGEOFF] Lloh652: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh653: adrp x8, __x_p8_x@GOTPAGE Lloh654: ldr x8, [x8, __x_p8_x@GOTPAGEOFF] Lloh655: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh656: adrp x9, __x_p16_l0@GOTPAGE Lloh657: ldr x9, [x9, __x_p16_l0@GOTPAGEOFF] Lloh658: strb w8, [x9] bl ___VERIFIER_nondet_float Lloh659: adrp x8, __x_p5_x@GOTPAGE Lloh660: ldr x8, [x8, __x_p5_x@GOTPAGEOFF] Lloh661: str s0, [x8] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh662: adrp x9, __x_p11_l1@GOTPAGE Lloh663: ldr x9, [x9, __x_p11_l1@GOTPAGEOFF] Lloh664: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh665: adrp x9, __x_p5_l0@GOTPAGE Lloh666: ldr x9, [x9, __x_p5_l0@GOTPAGEOFF] Lloh667: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh668: adrp x9, __x_p6_l1@GOTPAGE Lloh669: ldr x9, [x9, __x_p6_l1@GOTPAGEOFF] Lloh670: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh671: adrp x9, __x_p13_l1@GOTPAGE Lloh672: ldr x9, [x9, __x_p13_l1@GOTPAGEOFF] Lloh673: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh674: adrp x9, __x_p7_l0@GOTPAGE Lloh675: ldr x9, [x9, __x_p7_l0@GOTPAGEOFF] Lloh676: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh677: adrp x9, __x_p14_l1@GOTPAGE Lloh678: ldr x9, [x9, __x_p14_l1@GOTPAGEOFF] Lloh679: strb w8, [x9] bl ___VERIFIER_nondet_int cmp w0, #0 cset w8, ne Lloh680: adrp x9, __x_p8_l0@GOTPAGE Lloh681: ldr x9, [x9, __x_p8_l0@GOTPAGEOFF] mov x3, x9 strb w8, [x9] Lloh682: adrp x8, __x_p16_l0@GOTPAGE Lloh683: ldr x8, [x8, __x_p16_l0@GOTPAGEOFF] ldrb w8, [x8] cmp w8, #0 cset w10, ne cset w12, eq Lloh684: adrp x9, __x_p16_l1@GOTPAGE Lloh685: ldr x9, [x9, __x_p16_l1@GOTPAGEOFF] ldrb w9, [x9] cmp w9, #0 cset w11, eq cset w13, ne orr w16, w12, w13 and w14, w10, w13 Lloh686: adrp x12, __x_p16_x@GOTPAGE Lloh687: ldr x12, [x12, __x_p16_x@GOTPAGEOFF] Lloh688: ldr s0, [x12] orr w12, w8, w9 cmp w12, #0 cset w15, ne cbz w12, LBB1_79 ; %bb.76: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_79 ; %bb.77: ; in Loop: Header=BB1_75 Depth=1 orr w10, w11, w10 cbz w10, LBB1_79 ; %bb.78: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_73 LBB1_79: ; in Loop: Header=BB1_75 Depth=1 fcmp s0, s8 b.ls LBB1_82 ; %bb.80: ; in Loop: Header=BB1_75 Depth=1 cbz w9, LBB1_82 ; %bb.81: ; in Loop: Header=BB1_75 Depth=1 cbz w8, LBB1_73 LBB1_82: ; in Loop: Header=BB1_75 Depth=1 cmp w8, #0 cset w10, ne ldrb w13, [x26] cmp w13, #0 cset w11, eq cmp w10, w11 b.eq LBB1_85 ; %bb.83: ; in Loop: Header=BB1_75 Depth=1 cmp w9, #0 cset w10, ne ldrb w11, [x27] cmp w11, #0 cset w11, eq cmp w10, w11 b.eq LBB1_85 ; %bb.84: ; in Loop: Header=BB1_75 Depth=1 fcvt d2, s0 Lloh689: adrp x10, _delta@GOTPAGE Lloh690: ldr x10, [x10, _delta@GOTPAGEOFF] Lloh691: ldr s1, [x10] fcvt d3, s1 ldr s4, [x20] fcvt d4, s4 fsub d2, d4, d2 fadd d2, d2, d3 fcmp d2, #0.0 b.eq LBB1_87 LBB1_85: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 Lloh692: adrp x10, _delta@GOTPAGE Lloh693: ldr x10, [x10, _delta@GOTPAGEOFF] Lloh694: ldr s1, [x10] fcmp s1, #0.0 b.hi LBB1_74 ; %bb.86: ; in Loop: Header=BB1_75 Depth=1 Lloh695: adrp x10, _turn@GOTPAGE Lloh696: ldr x10, [x10, _turn@GOTPAGEOFF] Lloh697: ldr w10, [x10] cmp w10, #17 b.ne LBB1_74 LBB1_87: ; in Loop: Header=BB1_75 Depth=1 ldr w10, [x28] Lloh698: adrp x11, __x_id@GOTPAGE Lloh699: ldr x11, [x11, __x_id@GOTPAGEOFF] Lloh700: ldr w11, [x11] cbnz w10, LBB1_92 ; %bb.88: ; in Loop: Header=BB1_75 Depth=1 cbz w9, LBB1_92 ; %bb.89: ; in Loop: Header=BB1_75 Depth=1 cbnz w8, LBB1_92 ; %bb.90: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_92 ; %bb.91: ; in Loop: Header=BB1_75 Depth=1 fcmp s0, #0.0 b.eq LBB1_94 LBB1_92: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_94 ; %bb.93: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x27] cbz w12, LBB1_155 LBB1_94: ; in Loop: Header=BB1_75 Depth=1 ldr s2, [x20] fcmp s2, s8 cset w12, hi orr w12, w16, w12 tbz w12, #0, LBB1_96 ; %bb.95: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x27] cbnz w12, LBB1_98 b LBB1_101 LBB1_96: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #17 fccmp s0, s10, #0, eq ldrb w12, [x27] b.eq LBB1_101 ; %bb.97: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_101 LBB1_98: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_101 ; %bb.99: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_101 ; %bb.100: ; in Loop: Header=BB1_75 Depth=1 Lloh701: adrp x16, _turn@GOTPAGE Lloh702: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh703: ldr w16, [x16] cmp w16, #17 b.eq LBB1_73 LBB1_101: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_106 ; %bb.102: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w15, eq orr w14, w14, w15 tbnz w14, #0, LBB1_106 ; %bb.103: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_106 ; %bb.104: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_106 ; %bb.105: ; in Loop: Header=BB1_75 Depth=1 Lloh704: adrp x14, _turn@GOTPAGE Lloh705: ldr x14, [x14, _turn@GOTPAGEOFF] Lloh706: ldr w14, [x14] cmp w14, #17 b.eq LBB1_73 LBB1_106: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_110 ; %bb.107: ; in Loop: Header=BB1_75 Depth=1 fcmp s0, #0.0 b.ne LBB1_110 ; %bb.108: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, s8 b.ls LBB1_110 ; %bb.109: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #17 b.ne LBB1_120 LBB1_110: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_116 ; %bb.111: ; in Loop: Header=BB1_75 Depth=1 Lloh707: adrp x14, _turn@GOTPAGE Lloh708: ldr x14, [x14, _turn@GOTPAGEOFF] Lloh709: ldr w14, [x14] cmp w14, #17 b.ne LBB1_116 ; %bb.112: ; in Loop: Header=BB1_75 Depth=1 cbnz w8, LBB1_116 ; %bb.113: ; in Loop: Header=BB1_75 Depth=1 cbnz w9, LBB1_116 ; %bb.114: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_116 ; %bb.115: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_116: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_120 ; %bb.117: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, s0 b.ne LBB1_120 ; %bb.118: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, s8 b.ls LBB1_120 ; %bb.119: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #17 b.eq LBB1_126 LBB1_120: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_126 ; %bb.121: ; in Loop: Header=BB1_75 Depth=1 Lloh710: adrp x14, _turn@GOTPAGE Lloh711: ldr x14, [x14, _turn@GOTPAGEOFF] Lloh712: ldr w14, [x14] cmp w14, #17 b.ne LBB1_126 ; %bb.122: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_126 ; %bb.123: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_126 ; %bb.124: ; in Loop: Header=BB1_75 Depth=1 cbz w8, LBB1_126 ; %bb.125: ; in Loop: Header=BB1_75 Depth=1 cbnz w9, LBB1_73 LBB1_126: ; in Loop: Header=BB1_75 Depth=1 cbnz w8, LBB1_130 ; %bb.127: ; in Loop: Header=BB1_75 Depth=1 cbnz w9, LBB1_130 ; %bb.128: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_130 ; %bb.129: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, s0 b.eq LBB1_134 LBB1_130: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_134 ; %bb.131: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_134 ; %bb.132: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_134 ; %bb.133: ; in Loop: Header=BB1_75 Depth=1 Lloh713: adrp x12, _turn@GOTPAGE Lloh714: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh715: ldr w12, [x12] cmp w12, #17 b.eq LBB1_73 LBB1_134: ; in Loop: Header=BB1_75 Depth=1 Lloh716: adrp x12, __x_p15_l0@GOTPAGE Lloh717: ldr x12, [x12, __x_p15_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh718: adrp x14, __x_p15_l1@GOTPAGE Lloh719: ldr x14, [x14, __x_p15_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_138 ; %bb.135: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_138 ; %bb.136: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_138 ; %bb.137: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_138: ; in Loop: Header=BB1_75 Depth=1 Lloh720: adrp x12, __x_p15_x@GOTPAGE Lloh721: ldr x12, [x12, __x_p15_x@GOTPAGEOFF] Lloh722: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_141 ; %bb.139: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_141 ; %bb.140: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_141: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne ldrb w15, [x25] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_144 ; %bb.142: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne ldrb w2, [x23] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_144 ; %bb.143: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 ldr s5, [x21] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_146 LBB1_144: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.145: ; in Loop: Header=BB1_75 Depth=1 Lloh723: adrp x2, _turn@GOTPAGE Lloh724: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh725: ldr w2, [x2] cmp w2, #16 b.ne LBB1_74 LBB1_146: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_151 ; %bb.147: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_151 ; %bb.148: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_151 ; %bb.149: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_151 ; %bb.150: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_153 LBB1_151: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_153 ; %bb.152: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x23] cbz w12, LBB1_216 LBB1_153: ; in Loop: Header=BB1_75 Depth=1 ldr s3, [x21] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_157 ; %bb.154: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x23] cbnz w12, LBB1_159 b LBB1_162 LBB1_155: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_94 ; %bb.156: ; in Loop: Header=BB1_75 Depth=1 Lloh726: adrp x12, _turn@GOTPAGE Lloh727: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh728: ldr w12, [x12] cmp w12, #17 b.eq LBB1_73 b LBB1_94 LBB1_157: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #16 fccmp s2, s10, #0, eq ldrb w12, [x23] b.eq LBB1_162 ; %bb.158: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_162 LBB1_159: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_162 ; %bb.160: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_162 ; %bb.161: ; in Loop: Header=BB1_75 Depth=1 Lloh729: adrp x1, _turn@GOTPAGE Lloh730: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh731: ldr w1, [x1] cmp w1, #16 b.eq LBB1_73 LBB1_162: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_167 ; %bb.163: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_167 ; %bb.164: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_167 ; %bb.165: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_167 ; %bb.166: ; in Loop: Header=BB1_75 Depth=1 Lloh732: adrp x16, _turn@GOTPAGE Lloh733: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh734: ldr w16, [x16] cmp w16, #16 b.eq LBB1_73 LBB1_167: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_171 ; %bb.168: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_171 ; %bb.169: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_171 ; %bb.170: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #16 b.ne LBB1_181 LBB1_171: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_177 ; %bb.172: ; in Loop: Header=BB1_75 Depth=1 Lloh735: adrp x16, _turn@GOTPAGE Lloh736: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh737: ldr w16, [x16] cmp w16, #16 b.ne LBB1_177 ; %bb.173: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_177 ; %bb.174: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_177 ; %bb.175: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_177 ; %bb.176: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_177: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_181 ; %bb.178: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_181 ; %bb.179: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_181 ; %bb.180: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #16 b.eq LBB1_187 LBB1_181: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_187 ; %bb.182: ; in Loop: Header=BB1_75 Depth=1 Lloh738: adrp x16, _turn@GOTPAGE Lloh739: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh740: ldr w16, [x16] cmp w16, #16 b.ne LBB1_187 ; %bb.183: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_187 ; %bb.184: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_187 ; %bb.185: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_187 ; %bb.186: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_187: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_191 ; %bb.188: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_191 ; %bb.189: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_191 ; %bb.190: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_195 LBB1_191: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_195 ; %bb.192: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_195 ; %bb.193: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_195 ; %bb.194: ; in Loop: Header=BB1_75 Depth=1 Lloh741: adrp x12, _turn@GOTPAGE Lloh742: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh743: ldr w12, [x12] cmp w12, #16 b.eq LBB1_73 LBB1_195: ; in Loop: Header=BB1_75 Depth=1 Lloh744: adrp x12, __x_p14_l0@GOTPAGE Lloh745: ldr x12, [x12, __x_p14_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh746: adrp x14, __x_p14_l1@GOTPAGE Lloh747: ldr x14, [x14, __x_p14_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_199 ; %bb.196: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_199 ; %bb.197: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_199 ; %bb.198: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_199: ; in Loop: Header=BB1_75 Depth=1 Lloh748: adrp x12, __x_p14_x@GOTPAGE Lloh749: ldr x12, [x12, __x_p14_x@GOTPAGEOFF] Lloh750: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_202 ; %bb.200: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_202 ; %bb.201: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_202: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne ldrb w15, [x24] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_205 ; %bb.203: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne ldrb w2, [x22] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_205 ; %bb.204: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh751: adrp x12, _p14_x@GOTPAGE Lloh752: ldr x12, [x12, _p14_x@GOTPAGEOFF] Lloh753: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_207 LBB1_205: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.206: ; in Loop: Header=BB1_75 Depth=1 Lloh754: adrp x2, _turn@GOTPAGE Lloh755: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh756: ldr w2, [x2] cmp w2, #15 b.ne LBB1_74 LBB1_207: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_212 ; %bb.208: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_212 ; %bb.209: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_212 ; %bb.210: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_212 ; %bb.211: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_214 LBB1_212: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_214 ; %bb.213: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x22] cbz w12, LBB1_277 LBB1_214: ; in Loop: Header=BB1_75 Depth=1 Lloh757: adrp x12, _p14_x@GOTPAGE Lloh758: ldr x12, [x12, _p14_x@GOTPAGEOFF] Lloh759: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_218 ; %bb.215: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x22] cbnz w12, LBB1_220 b LBB1_223 LBB1_216: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_153 ; %bb.217: ; in Loop: Header=BB1_75 Depth=1 Lloh760: adrp x12, _turn@GOTPAGE Lloh761: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh762: ldr w12, [x12] cmp w12, #16 b.eq LBB1_73 b LBB1_153 LBB1_218: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #15 fccmp s2, s10, #0, eq ldrb w12, [x22] b.eq LBB1_223 ; %bb.219: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_223 LBB1_220: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_223 ; %bb.221: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_223 ; %bb.222: ; in Loop: Header=BB1_75 Depth=1 Lloh763: adrp x1, _turn@GOTPAGE Lloh764: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh765: ldr w1, [x1] cmp w1, #15 b.eq LBB1_73 LBB1_223: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_228 ; %bb.224: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_228 ; %bb.225: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_228 ; %bb.226: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_228 ; %bb.227: ; in Loop: Header=BB1_75 Depth=1 Lloh766: adrp x16, _turn@GOTPAGE Lloh767: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh768: ldr w16, [x16] cmp w16, #15 b.eq LBB1_73 LBB1_228: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_232 ; %bb.229: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_232 ; %bb.230: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_232 ; %bb.231: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #15 b.ne LBB1_242 LBB1_232: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_238 ; %bb.233: ; in Loop: Header=BB1_75 Depth=1 Lloh769: adrp x16, _turn@GOTPAGE Lloh770: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh771: ldr w16, [x16] cmp w16, #15 b.ne LBB1_238 ; %bb.234: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_238 ; %bb.235: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_238 ; %bb.236: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_238 ; %bb.237: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_238: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_242 ; %bb.239: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_242 ; %bb.240: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_242 ; %bb.241: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #15 b.eq LBB1_248 LBB1_242: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_248 ; %bb.243: ; in Loop: Header=BB1_75 Depth=1 Lloh772: adrp x16, _turn@GOTPAGE Lloh773: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh774: ldr w16, [x16] cmp w16, #15 b.ne LBB1_248 ; %bb.244: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_248 ; %bb.245: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_248 ; %bb.246: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_248 ; %bb.247: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_248: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_252 ; %bb.249: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_252 ; %bb.250: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_252 ; %bb.251: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_256 LBB1_252: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_256 ; %bb.253: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_256 ; %bb.254: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_256 ; %bb.255: ; in Loop: Header=BB1_75 Depth=1 Lloh775: adrp x12, _turn@GOTPAGE Lloh776: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh777: ldr w12, [x12] cmp w12, #15 b.eq LBB1_73 LBB1_256: ; in Loop: Header=BB1_75 Depth=1 Lloh778: adrp x12, __x_p13_l0@GOTPAGE Lloh779: ldr x12, [x12, __x_p13_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh780: adrp x14, __x_p13_l1@GOTPAGE Lloh781: ldr x14, [x14, __x_p13_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_260 ; %bb.257: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_260 ; %bb.258: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_260 ; %bb.259: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_260: ; in Loop: Header=BB1_75 Depth=1 Lloh782: adrp x12, __x_p13_x@GOTPAGE Lloh783: ldr x12, [x12, __x_p13_x@GOTPAGEOFF] Lloh784: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_263 ; %bb.261: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_263 ; %bb.262: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_263: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh785: adrp x15, _p13_l0@GOTPAGE Lloh786: ldr x15, [x15, _p13_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_266 ; %bb.264: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne ldrb w2, [x19] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_266 ; %bb.265: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh787: adrp x12, _p13_x@GOTPAGE Lloh788: ldr x12, [x12, _p13_x@GOTPAGEOFF] Lloh789: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_268 LBB1_266: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.267: ; in Loop: Header=BB1_75 Depth=1 Lloh790: adrp x2, _turn@GOTPAGE Lloh791: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh792: ldr w2, [x2] cmp w2, #14 b.ne LBB1_74 LBB1_268: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_273 ; %bb.269: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_273 ; %bb.270: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_273 ; %bb.271: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_273 ; %bb.272: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_275 LBB1_273: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_275 ; %bb.274: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x19] cbz w12, LBB1_338 LBB1_275: ; in Loop: Header=BB1_75 Depth=1 Lloh793: adrp x12, _p13_x@GOTPAGE Lloh794: ldr x12, [x12, _p13_x@GOTPAGEOFF] Lloh795: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_279 ; %bb.276: ; in Loop: Header=BB1_75 Depth=1 ldrb w12, [x19] cbnz w12, LBB1_281 b LBB1_284 LBB1_277: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_214 ; %bb.278: ; in Loop: Header=BB1_75 Depth=1 Lloh796: adrp x12, _turn@GOTPAGE Lloh797: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh798: ldr w12, [x12] cmp w12, #15 b.eq LBB1_73 b LBB1_214 LBB1_279: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #14 fccmp s2, s10, #0, eq ldrb w12, [x19] b.eq LBB1_284 ; %bb.280: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_284 LBB1_281: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_284 ; %bb.282: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_284 ; %bb.283: ; in Loop: Header=BB1_75 Depth=1 Lloh799: adrp x1, _turn@GOTPAGE Lloh800: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh801: ldr w1, [x1] cmp w1, #14 b.eq LBB1_73 LBB1_284: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_289 ; %bb.285: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_289 ; %bb.286: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_289 ; %bb.287: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_289 ; %bb.288: ; in Loop: Header=BB1_75 Depth=1 Lloh802: adrp x16, _turn@GOTPAGE Lloh803: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh804: ldr w16, [x16] cmp w16, #14 b.eq LBB1_73 LBB1_289: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_293 ; %bb.290: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_293 ; %bb.291: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_293 ; %bb.292: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #14 b.ne LBB1_303 LBB1_293: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_299 ; %bb.294: ; in Loop: Header=BB1_75 Depth=1 Lloh805: adrp x16, _turn@GOTPAGE Lloh806: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh807: ldr w16, [x16] cmp w16, #14 b.ne LBB1_299 ; %bb.295: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_299 ; %bb.296: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_299 ; %bb.297: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_299 ; %bb.298: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_299: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_303 ; %bb.300: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_303 ; %bb.301: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_303 ; %bb.302: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #14 b.eq LBB1_309 LBB1_303: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_309 ; %bb.304: ; in Loop: Header=BB1_75 Depth=1 Lloh808: adrp x16, _turn@GOTPAGE Lloh809: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh810: ldr w16, [x16] cmp w16, #14 b.ne LBB1_309 ; %bb.305: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_309 ; %bb.306: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_309 ; %bb.307: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_309 ; %bb.308: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_309: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_313 ; %bb.310: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_313 ; %bb.311: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_313 ; %bb.312: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_317 LBB1_313: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_317 ; %bb.314: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_317 ; %bb.315: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_317 ; %bb.316: ; in Loop: Header=BB1_75 Depth=1 Lloh811: adrp x12, _turn@GOTPAGE Lloh812: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh813: ldr w12, [x12] cmp w12, #14 b.eq LBB1_73 LBB1_317: ; in Loop: Header=BB1_75 Depth=1 Lloh814: adrp x12, __x_p12_l0@GOTPAGE Lloh815: ldr x12, [x12, __x_p12_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh816: adrp x14, __x_p12_l1@GOTPAGE Lloh817: ldr x14, [x14, __x_p12_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_321 ; %bb.318: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_321 ; %bb.319: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_321 ; %bb.320: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_321: ; in Loop: Header=BB1_75 Depth=1 Lloh818: adrp x12, __x_p12_x@GOTPAGE Lloh819: ldr x12, [x12, __x_p12_x@GOTPAGEOFF] Lloh820: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_324 ; %bb.322: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_324 ; %bb.323: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_324: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh821: adrp x15, _p12_l0@GOTPAGE Lloh822: ldr x15, [x15, _p12_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_327 ; %bb.325: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh823: adrp x2, _p12_l1@GOTPAGE Lloh824: ldr x2, [x2, _p12_l1@GOTPAGEOFF] ldrb w2, [x2] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_327 ; %bb.326: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh825: adrp x12, _p12_x@GOTPAGE Lloh826: ldr x12, [x12, _p12_x@GOTPAGEOFF] Lloh827: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_329 LBB1_327: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.328: ; in Loop: Header=BB1_75 Depth=1 Lloh828: adrp x2, _turn@GOTPAGE Lloh829: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh830: ldr w2, [x2] cmp w2, #13 b.ne LBB1_74 LBB1_329: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_334 ; %bb.330: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_334 ; %bb.331: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_334 ; %bb.332: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_334 ; %bb.333: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_336 LBB1_334: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_336 ; %bb.335: ; in Loop: Header=BB1_75 Depth=1 Lloh831: adrp x12, _p12_l1@GOTPAGE Lloh832: ldr x12, [x12, _p12_l1@GOTPAGEOFF] ldrb w12, [x12] cbz w12, LBB1_399 LBB1_336: ; in Loop: Header=BB1_75 Depth=1 Lloh833: adrp x12, _p12_x@GOTPAGE Lloh834: ldr x12, [x12, _p12_x@GOTPAGEOFF] Lloh835: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_340 ; %bb.337: ; in Loop: Header=BB1_75 Depth=1 Lloh836: adrp x12, _p12_l1@GOTPAGE Lloh837: ldr x12, [x12, _p12_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_342 b LBB1_345 LBB1_338: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_275 ; %bb.339: ; in Loop: Header=BB1_75 Depth=1 Lloh838: adrp x12, _turn@GOTPAGE Lloh839: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh840: ldr w12, [x12] cmp w12, #14 b.eq LBB1_73 b LBB1_275 LBB1_340: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #13 fccmp s2, s10, #0, eq Lloh841: adrp x12, _p12_l1@GOTPAGE Lloh842: ldr x12, [x12, _p12_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_345 ; %bb.341: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_345 LBB1_342: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_345 ; %bb.343: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_345 ; %bb.344: ; in Loop: Header=BB1_75 Depth=1 Lloh843: adrp x1, _turn@GOTPAGE Lloh844: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh845: ldr w1, [x1] cmp w1, #13 b.eq LBB1_73 LBB1_345: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_350 ; %bb.346: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_350 ; %bb.347: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_350 ; %bb.348: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_350 ; %bb.349: ; in Loop: Header=BB1_75 Depth=1 Lloh846: adrp x16, _turn@GOTPAGE Lloh847: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh848: ldr w16, [x16] cmp w16, #13 b.eq LBB1_73 LBB1_350: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_354 ; %bb.351: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_354 ; %bb.352: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_354 ; %bb.353: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #13 b.ne LBB1_364 LBB1_354: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_360 ; %bb.355: ; in Loop: Header=BB1_75 Depth=1 Lloh849: adrp x16, _turn@GOTPAGE Lloh850: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh851: ldr w16, [x16] cmp w16, #13 b.ne LBB1_360 ; %bb.356: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_360 ; %bb.357: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_360 ; %bb.358: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_360 ; %bb.359: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_360: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_364 ; %bb.361: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_364 ; %bb.362: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_364 ; %bb.363: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #13 b.eq LBB1_370 LBB1_364: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_370 ; %bb.365: ; in Loop: Header=BB1_75 Depth=1 Lloh852: adrp x16, _turn@GOTPAGE Lloh853: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh854: ldr w16, [x16] cmp w16, #13 b.ne LBB1_370 ; %bb.366: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_370 ; %bb.367: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_370 ; %bb.368: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_370 ; %bb.369: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_370: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_374 ; %bb.371: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_374 ; %bb.372: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_374 ; %bb.373: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_378 LBB1_374: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_378 ; %bb.375: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_378 ; %bb.376: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_378 ; %bb.377: ; in Loop: Header=BB1_75 Depth=1 Lloh855: adrp x12, _turn@GOTPAGE Lloh856: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh857: ldr w12, [x12] cmp w12, #13 b.eq LBB1_73 LBB1_378: ; in Loop: Header=BB1_75 Depth=1 Lloh858: adrp x12, __x_p11_l0@GOTPAGE Lloh859: ldr x12, [x12, __x_p11_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh860: adrp x14, __x_p11_l1@GOTPAGE Lloh861: ldr x14, [x14, __x_p11_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_382 ; %bb.379: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_382 ; %bb.380: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_382 ; %bb.381: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_382: ; in Loop: Header=BB1_75 Depth=1 Lloh862: adrp x12, __x_p11_x@GOTPAGE Lloh863: ldr x12, [x12, __x_p11_x@GOTPAGEOFF] Lloh864: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_385 ; %bb.383: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_385 ; %bb.384: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_385: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh865: adrp x15, _p11_l0@GOTPAGE Lloh866: ldr x15, [x15, _p11_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_388 ; %bb.386: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh867: adrp x2, _p11_l1@GOTPAGE Lloh868: ldr x2, [x2, _p11_l1@GOTPAGEOFF] ldrb w2, [x2] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_388 ; %bb.387: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh869: adrp x12, _p11_x@GOTPAGE Lloh870: ldr x12, [x12, _p11_x@GOTPAGEOFF] Lloh871: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_390 LBB1_388: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.389: ; in Loop: Header=BB1_75 Depth=1 Lloh872: adrp x2, _turn@GOTPAGE Lloh873: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh874: ldr w2, [x2] cmp w2, #12 b.ne LBB1_74 LBB1_390: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_395 ; %bb.391: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_395 ; %bb.392: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_395 ; %bb.393: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_395 ; %bb.394: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_397 LBB1_395: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_397 ; %bb.396: ; in Loop: Header=BB1_75 Depth=1 Lloh875: adrp x12, _p11_l1@GOTPAGE Lloh876: ldr x12, [x12, _p11_l1@GOTPAGEOFF] ldrb w12, [x12] cbz w12, LBB1_460 LBB1_397: ; in Loop: Header=BB1_75 Depth=1 Lloh877: adrp x12, _p11_x@GOTPAGE Lloh878: ldr x12, [x12, _p11_x@GOTPAGEOFF] Lloh879: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_401 ; %bb.398: ; in Loop: Header=BB1_75 Depth=1 Lloh880: adrp x12, _p11_l1@GOTPAGE Lloh881: ldr x12, [x12, _p11_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_403 b LBB1_406 LBB1_399: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_336 ; %bb.400: ; in Loop: Header=BB1_75 Depth=1 Lloh882: adrp x12, _turn@GOTPAGE Lloh883: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh884: ldr w12, [x12] cmp w12, #13 b.eq LBB1_73 b LBB1_336 LBB1_401: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #12 fccmp s2, s10, #0, eq Lloh885: adrp x12, _p11_l1@GOTPAGE Lloh886: ldr x12, [x12, _p11_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_406 ; %bb.402: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_406 LBB1_403: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_406 ; %bb.404: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_406 ; %bb.405: ; in Loop: Header=BB1_75 Depth=1 Lloh887: adrp x1, _turn@GOTPAGE Lloh888: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh889: ldr w1, [x1] cmp w1, #12 b.eq LBB1_73 LBB1_406: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_411 ; %bb.407: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_411 ; %bb.408: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_411 ; %bb.409: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_411 ; %bb.410: ; in Loop: Header=BB1_75 Depth=1 Lloh890: adrp x16, _turn@GOTPAGE Lloh891: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh892: ldr w16, [x16] cmp w16, #12 b.eq LBB1_73 LBB1_411: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_415 ; %bb.412: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_415 ; %bb.413: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_415 ; %bb.414: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #12 b.ne LBB1_425 LBB1_415: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_421 ; %bb.416: ; in Loop: Header=BB1_75 Depth=1 Lloh893: adrp x16, _turn@GOTPAGE Lloh894: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh895: ldr w16, [x16] cmp w16, #12 b.ne LBB1_421 ; %bb.417: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_421 ; %bb.418: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_421 ; %bb.419: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_421 ; %bb.420: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_421: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_425 ; %bb.422: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_425 ; %bb.423: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_425 ; %bb.424: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #12 b.eq LBB1_431 LBB1_425: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_431 ; %bb.426: ; in Loop: Header=BB1_75 Depth=1 Lloh896: adrp x16, _turn@GOTPAGE Lloh897: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh898: ldr w16, [x16] cmp w16, #12 b.ne LBB1_431 ; %bb.427: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_431 ; %bb.428: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_431 ; %bb.429: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_431 ; %bb.430: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_431: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_435 ; %bb.432: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_435 ; %bb.433: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_435 ; %bb.434: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_439 LBB1_435: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_439 ; %bb.436: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_439 ; %bb.437: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_439 ; %bb.438: ; in Loop: Header=BB1_75 Depth=1 Lloh899: adrp x12, _turn@GOTPAGE Lloh900: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh901: ldr w12, [x12] cmp w12, #12 b.eq LBB1_73 LBB1_439: ; in Loop: Header=BB1_75 Depth=1 Lloh902: adrp x12, __x_p10_l0@GOTPAGE Lloh903: ldr x12, [x12, __x_p10_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh904: adrp x14, __x_p10_l1@GOTPAGE Lloh905: ldr x14, [x14, __x_p10_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_443 ; %bb.440: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_443 ; %bb.441: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_443 ; %bb.442: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_443: ; in Loop: Header=BB1_75 Depth=1 Lloh906: adrp x12, __x_p10_x@GOTPAGE Lloh907: ldr x12, [x12, __x_p10_x@GOTPAGEOFF] Lloh908: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_446 ; %bb.444: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_446 ; %bb.445: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_446: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh909: adrp x15, _p10_l0@GOTPAGE Lloh910: ldr x15, [x15, _p10_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_449 ; %bb.447: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh911: adrp x2, _p10_l1@GOTPAGE Lloh912: ldr x2, [x2, _p10_l1@GOTPAGEOFF] ldrb w2, [x2] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_449 ; %bb.448: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh913: adrp x12, _p10_x@GOTPAGE Lloh914: ldr x12, [x12, _p10_x@GOTPAGEOFF] Lloh915: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_451 LBB1_449: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.450: ; in Loop: Header=BB1_75 Depth=1 Lloh916: adrp x2, _turn@GOTPAGE Lloh917: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh918: ldr w2, [x2] cmp w2, #11 b.ne LBB1_74 LBB1_451: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_456 ; %bb.452: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_456 ; %bb.453: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_456 ; %bb.454: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_456 ; %bb.455: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_458 LBB1_456: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_458 ; %bb.457: ; in Loop: Header=BB1_75 Depth=1 Lloh919: adrp x12, _p10_l1@GOTPAGE Lloh920: ldr x12, [x12, _p10_l1@GOTPAGEOFF] ldrb w12, [x12] cbz w12, LBB1_521 LBB1_458: ; in Loop: Header=BB1_75 Depth=1 Lloh921: adrp x12, _p10_x@GOTPAGE Lloh922: ldr x12, [x12, _p10_x@GOTPAGEOFF] Lloh923: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_462 ; %bb.459: ; in Loop: Header=BB1_75 Depth=1 Lloh924: adrp x12, _p10_l1@GOTPAGE Lloh925: ldr x12, [x12, _p10_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_464 b LBB1_467 LBB1_460: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_397 ; %bb.461: ; in Loop: Header=BB1_75 Depth=1 Lloh926: adrp x12, _turn@GOTPAGE Lloh927: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh928: ldr w12, [x12] cmp w12, #12 b.eq LBB1_73 b LBB1_397 LBB1_462: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #11 fccmp s2, s10, #0, eq Lloh929: adrp x12, _p10_l1@GOTPAGE Lloh930: ldr x12, [x12, _p10_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_467 ; %bb.463: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_467 LBB1_464: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_467 ; %bb.465: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_467 ; %bb.466: ; in Loop: Header=BB1_75 Depth=1 Lloh931: adrp x1, _turn@GOTPAGE Lloh932: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh933: ldr w1, [x1] cmp w1, #11 b.eq LBB1_73 LBB1_467: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_472 ; %bb.468: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_472 ; %bb.469: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_472 ; %bb.470: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_472 ; %bb.471: ; in Loop: Header=BB1_75 Depth=1 Lloh934: adrp x16, _turn@GOTPAGE Lloh935: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh936: ldr w16, [x16] cmp w16, #11 b.eq LBB1_73 LBB1_472: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_476 ; %bb.473: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_476 ; %bb.474: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_476 ; %bb.475: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #11 b.ne LBB1_486 LBB1_476: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_482 ; %bb.477: ; in Loop: Header=BB1_75 Depth=1 Lloh937: adrp x16, _turn@GOTPAGE Lloh938: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh939: ldr w16, [x16] cmp w16, #11 b.ne LBB1_482 ; %bb.478: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_482 ; %bb.479: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_482 ; %bb.480: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_482 ; %bb.481: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_482: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_486 ; %bb.483: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_486 ; %bb.484: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_486 ; %bb.485: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #11 b.eq LBB1_492 LBB1_486: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_492 ; %bb.487: ; in Loop: Header=BB1_75 Depth=1 Lloh940: adrp x16, _turn@GOTPAGE Lloh941: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh942: ldr w16, [x16] cmp w16, #11 b.ne LBB1_492 ; %bb.488: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_492 ; %bb.489: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_492 ; %bb.490: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_492 ; %bb.491: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_492: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_496 ; %bb.493: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_496 ; %bb.494: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_496 ; %bb.495: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_500 LBB1_496: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_500 ; %bb.497: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_500 ; %bb.498: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_500 ; %bb.499: ; in Loop: Header=BB1_75 Depth=1 Lloh943: adrp x12, _turn@GOTPAGE Lloh944: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh945: ldr w12, [x12] cmp w12, #11 b.eq LBB1_73 LBB1_500: ; in Loop: Header=BB1_75 Depth=1 Lloh946: adrp x12, __x_p9_l0@GOTPAGE Lloh947: ldr x12, [x12, __x_p9_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh948: adrp x14, __x_p9_l1@GOTPAGE Lloh949: ldr x14, [x14, __x_p9_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w1, w16, w17 and w16, w12, w17 orr w2, w13, w14 cmp w2, #0 cset w17, ne cbz w2, LBB1_504 ; %bb.501: ; in Loop: Header=BB1_75 Depth=1 cbz w1, LBB1_504 ; %bb.502: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_504 ; %bb.503: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_504: ; in Loop: Header=BB1_75 Depth=1 Lloh950: adrp x12, __x_p9_x@GOTPAGE Lloh951: ldr x12, [x12, __x_p9_x@GOTPAGEOFF] Lloh952: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_507 ; %bb.505: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_507 ; %bb.506: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_507: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh953: adrp x15, _p9_l0@GOTPAGE Lloh954: ldr x15, [x15, _p9_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_510 ; %bb.508: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh955: adrp x2, _p9_l1@GOTPAGE Lloh956: ldr x2, [x2, _p9_l1@GOTPAGEOFF] ldrb w2, [x2] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_510 ; %bb.509: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh957: adrp x12, _p9_x@GOTPAGE Lloh958: ldr x12, [x12, _p9_x@GOTPAGEOFF] Lloh959: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_512 LBB1_510: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.511: ; in Loop: Header=BB1_75 Depth=1 Lloh960: adrp x2, _turn@GOTPAGE Lloh961: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh962: ldr w2, [x2] cmp w2, #10 b.ne LBB1_74 LBB1_512: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_517 ; %bb.513: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_517 ; %bb.514: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_517 ; %bb.515: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_517 ; %bb.516: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_519 LBB1_517: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_519 ; %bb.518: ; in Loop: Header=BB1_75 Depth=1 Lloh963: adrp x12, _p9_l1@GOTPAGE Lloh964: ldr x12, [x12, _p9_l1@GOTPAGEOFF] ldrb w12, [x12] cbz w12, LBB1_581 LBB1_519: ; in Loop: Header=BB1_75 Depth=1 Lloh965: adrp x12, _p9_x@GOTPAGE Lloh966: ldr x12, [x12, _p9_x@GOTPAGEOFF] Lloh967: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w1, w12 tbz w12, #0, LBB1_523 ; %bb.520: ; in Loop: Header=BB1_75 Depth=1 Lloh968: adrp x12, _p9_l1@GOTPAGE Lloh969: ldr x12, [x12, _p9_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_525 b LBB1_528 LBB1_521: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_458 ; %bb.522: ; in Loop: Header=BB1_75 Depth=1 Lloh970: adrp x12, _turn@GOTPAGE Lloh971: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh972: ldr w12, [x12] cmp w12, #11 b.eq LBB1_73 b LBB1_458 LBB1_523: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #10 fccmp s2, s10, #0, eq Lloh973: adrp x12, _p9_l1@GOTPAGE Lloh974: ldr x12, [x12, _p9_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_528 ; %bb.524: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_528 LBB1_525: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_528 ; %bb.526: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_528 ; %bb.527: ; in Loop: Header=BB1_75 Depth=1 Lloh975: adrp x1, _turn@GOTPAGE Lloh976: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh977: ldr w1, [x1] cmp w1, #10 b.eq LBB1_73 LBB1_528: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_533 ; %bb.529: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_533 ; %bb.530: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_533 ; %bb.531: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_533 ; %bb.532: ; in Loop: Header=BB1_75 Depth=1 Lloh978: adrp x16, _turn@GOTPAGE Lloh979: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh980: ldr w16, [x16] cmp w16, #10 b.eq LBB1_73 LBB1_533: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_537 ; %bb.534: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_537 ; %bb.535: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_537 ; %bb.536: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #10 b.ne LBB1_547 LBB1_537: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_543 ; %bb.538: ; in Loop: Header=BB1_75 Depth=1 Lloh981: adrp x16, _turn@GOTPAGE Lloh982: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh983: ldr w16, [x16] cmp w16, #10 b.ne LBB1_543 ; %bb.539: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_543 ; %bb.540: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_543 ; %bb.541: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_543 ; %bb.542: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_543: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_547 ; %bb.544: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_547 ; %bb.545: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_547 ; %bb.546: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #10 b.eq LBB1_553 LBB1_547: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_553 ; %bb.548: ; in Loop: Header=BB1_75 Depth=1 Lloh984: adrp x16, _turn@GOTPAGE Lloh985: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh986: ldr w16, [x16] cmp w16, #10 b.ne LBB1_553 ; %bb.549: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_553 ; %bb.550: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_553 ; %bb.551: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_553 ; %bb.552: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_553: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_557 ; %bb.554: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_557 ; %bb.555: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_557 ; %bb.556: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_561 LBB1_557: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_561 ; %bb.558: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_561 ; %bb.559: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_561 ; %bb.560: ; in Loop: Header=BB1_75 Depth=1 Lloh987: adrp x12, _turn@GOTPAGE Lloh988: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh989: ldr w12, [x12] cmp w12, #10 b.eq LBB1_73 LBB1_561: ; in Loop: Header=BB1_75 Depth=1 Lloh990: adrp x12, __x_p8_l1@GOTPAGE Lloh991: ldr x12, [x12, __x_p8_l1@GOTPAGEOFF] ldrb w13, [x12] orr w12, w0, w13 cmp w0, #0 cset w15, ne cset w14, eq cmp w13, #0 cset w1, ne cmp w12, #0 cset w17, ne and w16, w15, w1 cbz w13, LBB1_564 ; %bb.562: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_564 ; %bb.563: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_564: ; in Loop: Header=BB1_75 Depth=1 Lloh992: adrp x12, __x_p8_x@GOTPAGE Lloh993: ldr x12, [x12, __x_p8_x@GOTPAGEOFF] Lloh994: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_567 ; %bb.565: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_567 ; %bb.566: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_73 LBB1_567: ; in Loop: Header=BB1_75 Depth=1 cmp w0, #0 cset w12, ne Lloh995: adrp x15, _p8_l0@GOTPAGE Lloh996: ldr x15, [x15, _p8_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w2, eq cmp w12, w2 b.eq LBB1_570 ; %bb.568: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh997: adrp x2, _p8_l1@GOTPAGE Lloh998: ldr x2, [x2, _p8_l1@GOTPAGEOFF] ldrb w2, [x2] cmp w2, #0 cset w2, eq cmp w12, w2 b.eq LBB1_570 ; %bb.569: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh999: adrp x12, _p8_x@GOTPAGE Lloh1000: ldr x12, [x12, _p8_x@GOTPAGEOFF] Lloh1001: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_572 LBB1_570: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.571: ; in Loop: Header=BB1_75 Depth=1 Lloh1002: adrp x2, _turn@GOTPAGE Lloh1003: ldr x2, [x2, _turn@GOTPAGEOFF] Lloh1004: ldr w2, [x2] cmp w2, #9 b.ne LBB1_74 LBB1_572: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_577 ; %bb.573: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_577 ; %bb.574: ; in Loop: Header=BB1_75 Depth=1 cbnz w0, LBB1_577 ; %bb.575: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_577 ; %bb.576: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_579 LBB1_577: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_579 ; %bb.578: ; in Loop: Header=BB1_75 Depth=1 Lloh1005: adrp x12, _p8_l1@GOTPAGE Lloh1006: ldr x12, [x12, _p8_l1@GOTPAGEOFF] ldrb w12, [x12] cbz w12, LBB1_643 LBB1_579: ; in Loop: Header=BB1_75 Depth=1 orr w12, w14, w1 Lloh1007: adrp x1, _p8_x@GOTPAGE Lloh1008: ldr x1, [x1, _p8_x@GOTPAGEOFF] Lloh1009: ldr s3, [x1] fcmp s3, s8 cset w1, hi orr w12, w12, w1 tbz w12, #0, LBB1_583 ; %bb.580: ; in Loop: Header=BB1_75 Depth=1 Lloh1010: adrp x12, _p8_l1@GOTPAGE Lloh1011: ldr x12, [x12, _p8_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_585 b LBB1_588 LBB1_581: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_519 ; %bb.582: ; in Loop: Header=BB1_75 Depth=1 Lloh1012: adrp x12, _turn@GOTPAGE Lloh1013: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1014: ldr w12, [x12] cmp w12, #10 b.eq LBB1_73 b LBB1_519 LBB1_583: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #9 fccmp s2, s10, #0, eq Lloh1015: adrp x12, _p8_l1@GOTPAGE Lloh1016: ldr x12, [x12, _p8_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_588 ; %bb.584: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_588 LBB1_585: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_588 ; %bb.586: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_588 ; %bb.587: ; in Loop: Header=BB1_75 Depth=1 Lloh1017: adrp x1, _turn@GOTPAGE Lloh1018: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1019: ldr w1, [x1] cmp w1, #9 b.eq LBB1_73 LBB1_588: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_593 ; %bb.589: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_593 ; %bb.590: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_593 ; %bb.591: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_593 ; %bb.592: ; in Loop: Header=BB1_75 Depth=1 Lloh1020: adrp x16, _turn@GOTPAGE Lloh1021: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1022: ldr w16, [x16] cmp w16, #9 b.eq LBB1_73 LBB1_593: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_597 ; %bb.594: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_597 ; %bb.595: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_597 ; %bb.596: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #9 b.ne LBB1_607 LBB1_597: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_603 ; %bb.598: ; in Loop: Header=BB1_75 Depth=1 Lloh1023: adrp x16, _turn@GOTPAGE Lloh1024: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1025: ldr w16, [x16] cmp w16, #9 b.ne LBB1_603 ; %bb.599: ; in Loop: Header=BB1_75 Depth=1 cbnz w0, LBB1_603 ; %bb.600: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_603 ; %bb.601: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_603 ; %bb.602: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_603: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_607 ; %bb.604: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_607 ; %bb.605: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_607 ; %bb.606: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #9 b.eq LBB1_613 LBB1_607: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_613 ; %bb.608: ; in Loop: Header=BB1_75 Depth=1 Lloh1026: adrp x16, _turn@GOTPAGE Lloh1027: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1028: ldr w16, [x16] cmp w16, #9 b.ne LBB1_613 ; %bb.609: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_613 ; %bb.610: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_613 ; %bb.611: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_613 ; %bb.612: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_73 LBB1_613: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w13, eq and w13, w14, w13 cmp w13, #1 b.ne LBB1_616 ; %bb.614: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_616 ; %bb.615: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_620 LBB1_616: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_620 ; %bb.617: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_620 ; %bb.618: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_620 ; %bb.619: ; in Loop: Header=BB1_75 Depth=1 Lloh1029: adrp x12, _turn@GOTPAGE Lloh1030: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1031: ldr w12, [x12] cmp w12, #9 b.eq LBB1_73 LBB1_620: ; in Loop: Header=BB1_75 Depth=1 Lloh1032: adrp x12, __x_p7_l0@GOTPAGE Lloh1033: ldr x12, [x12, __x_p7_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1034: adrp x14, __x_p7_l1@GOTPAGE Lloh1035: ldr x14, [x14, __x_p7_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_624 ; %bb.621: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_624 ; %bb.622: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_624 ; %bb.623: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_624: ; in Loop: Header=BB1_75 Depth=1 Lloh1036: adrp x12, __x_p7_x@GOTPAGE Lloh1037: ldr x12, [x12, __x_p7_x@GOTPAGEOFF] Lloh1038: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_627 ; %bb.625: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_627 ; %bb.626: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_627: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1039: adrp x15, _p7_l0@GOTPAGE Lloh1040: ldr x15, [x15, _p7_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_630 ; %bb.628: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1041: adrp x1, _p7_l1@GOTPAGE Lloh1042: ldr x1, [x1, _p7_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_630 ; %bb.629: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1043: adrp x12, _p7_x@GOTPAGE Lloh1044: ldr x12, [x12, _p7_x@GOTPAGEOFF] Lloh1045: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_632 LBB1_630: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.631: ; in Loop: Header=BB1_75 Depth=1 Lloh1046: adrp x1, _turn@GOTPAGE Lloh1047: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1048: ldr w1, [x1] cmp w1, #8 b.ne LBB1_74 LBB1_632: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_637 ; %bb.633: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_637 ; %bb.634: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_637 ; %bb.635: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_637 ; %bb.636: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_641 LBB1_637: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_641 ; %bb.638: ; in Loop: Header=BB1_75 Depth=1 Lloh1049: adrp x12, _p7_l1@GOTPAGE Lloh1050: ldr x12, [x12, _p7_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_641 ; %bb.639: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_641 ; %bb.640: ; in Loop: Header=BB1_75 Depth=1 Lloh1051: adrp x12, _turn@GOTPAGE Lloh1052: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1053: ldr w12, [x12] cmp w12, #8 b.eq LBB1_73 LBB1_641: ; in Loop: Header=BB1_75 Depth=1 Lloh1054: adrp x12, _p7_x@GOTPAGE Lloh1055: ldr x12, [x12, _p7_x@GOTPAGEOFF] Lloh1056: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_645 ; %bb.642: ; in Loop: Header=BB1_75 Depth=1 Lloh1057: adrp x12, _p7_l1@GOTPAGE Lloh1058: ldr x12, [x12, _p7_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_647 b LBB1_650 LBB1_643: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_579 ; %bb.644: ; in Loop: Header=BB1_75 Depth=1 Lloh1059: adrp x12, _turn@GOTPAGE Lloh1060: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1061: ldr w12, [x12] cmp w12, #9 b.eq LBB1_73 b LBB1_579 LBB1_645: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #8 fccmp s2, s10, #0, eq Lloh1062: adrp x12, _p7_l1@GOTPAGE Lloh1063: ldr x12, [x12, _p7_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_650 ; %bb.646: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_650 LBB1_647: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_650 ; %bb.648: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_650 ; %bb.649: ; in Loop: Header=BB1_75 Depth=1 Lloh1064: adrp x0, _turn@GOTPAGE Lloh1065: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1066: ldr w0, [x0] cmp w0, #8 b.eq LBB1_73 LBB1_650: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_655 ; %bb.651: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_655 ; %bb.652: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_655 ; %bb.653: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_655 ; %bb.654: ; in Loop: Header=BB1_75 Depth=1 Lloh1067: adrp x16, _turn@GOTPAGE Lloh1068: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1069: ldr w16, [x16] cmp w16, #8 b.eq LBB1_73 LBB1_655: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_659 ; %bb.656: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_659 ; %bb.657: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_659 ; %bb.658: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #8 b.ne LBB1_669 LBB1_659: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_665 ; %bb.660: ; in Loop: Header=BB1_75 Depth=1 Lloh1070: adrp x16, _turn@GOTPAGE Lloh1071: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1072: ldr w16, [x16] cmp w16, #8 b.ne LBB1_665 ; %bb.661: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_665 ; %bb.662: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_665 ; %bb.663: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_665 ; %bb.664: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_665: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_669 ; %bb.666: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_669 ; %bb.667: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_669 ; %bb.668: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #8 b.eq LBB1_675 LBB1_669: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_675 ; %bb.670: ; in Loop: Header=BB1_75 Depth=1 Lloh1073: adrp x16, _turn@GOTPAGE Lloh1074: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1075: ldr w16, [x16] cmp w16, #8 b.ne LBB1_675 ; %bb.671: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_675 ; %bb.672: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_675 ; %bb.673: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_675 ; %bb.674: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_675: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_679 ; %bb.676: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_679 ; %bb.677: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_679 ; %bb.678: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_683 LBB1_679: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_683 ; %bb.680: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_683 ; %bb.681: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_683 ; %bb.682: ; in Loop: Header=BB1_75 Depth=1 Lloh1076: adrp x12, _turn@GOTPAGE Lloh1077: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1078: ldr w12, [x12] cmp w12, #8 b.eq LBB1_73 LBB1_683: ; in Loop: Header=BB1_75 Depth=1 Lloh1079: adrp x12, __x_p6_l0@GOTPAGE Lloh1080: ldr x12, [x12, __x_p6_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1081: adrp x14, __x_p6_l1@GOTPAGE Lloh1082: ldr x14, [x14, __x_p6_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_687 ; %bb.684: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_687 ; %bb.685: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_687 ; %bb.686: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_687: ; in Loop: Header=BB1_75 Depth=1 Lloh1083: adrp x12, __x_p6_x@GOTPAGE Lloh1084: ldr x12, [x12, __x_p6_x@GOTPAGEOFF] Lloh1085: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_690 ; %bb.688: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_690 ; %bb.689: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_690: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1086: adrp x15, _p6_l0@GOTPAGE Lloh1087: ldr x15, [x15, _p6_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_693 ; %bb.691: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1088: adrp x1, _p6_l1@GOTPAGE Lloh1089: ldr x1, [x1, _p6_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_693 ; %bb.692: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1090: adrp x12, _p6_x@GOTPAGE Lloh1091: ldr x12, [x12, _p6_x@GOTPAGEOFF] Lloh1092: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_695 LBB1_693: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.694: ; in Loop: Header=BB1_75 Depth=1 Lloh1093: adrp x1, _turn@GOTPAGE Lloh1094: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1095: ldr w1, [x1] cmp w1, #7 b.ne LBB1_74 LBB1_695: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_700 ; %bb.696: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_700 ; %bb.697: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_700 ; %bb.698: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_700 ; %bb.699: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_704 LBB1_700: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_704 ; %bb.701: ; in Loop: Header=BB1_75 Depth=1 Lloh1096: adrp x12, _p6_l1@GOTPAGE Lloh1097: ldr x12, [x12, _p6_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_704 ; %bb.702: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_704 ; %bb.703: ; in Loop: Header=BB1_75 Depth=1 Lloh1098: adrp x12, _turn@GOTPAGE Lloh1099: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1100: ldr w12, [x12] cmp w12, #7 b.eq LBB1_73 LBB1_704: ; in Loop: Header=BB1_75 Depth=1 Lloh1101: adrp x12, _p6_x@GOTPAGE Lloh1102: ldr x12, [x12, _p6_x@GOTPAGEOFF] Lloh1103: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_706 ; %bb.705: ; in Loop: Header=BB1_75 Depth=1 Lloh1104: adrp x12, _p6_l1@GOTPAGE Lloh1105: ldr x12, [x12, _p6_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_708 b LBB1_711 LBB1_706: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #7 fccmp s2, s10, #0, eq Lloh1106: adrp x12, _p6_l1@GOTPAGE Lloh1107: ldr x12, [x12, _p6_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_711 ; %bb.707: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_711 LBB1_708: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_711 ; %bb.709: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_711 ; %bb.710: ; in Loop: Header=BB1_75 Depth=1 Lloh1108: adrp x0, _turn@GOTPAGE Lloh1109: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1110: ldr w0, [x0] cmp w0, #7 b.eq LBB1_73 LBB1_711: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_716 ; %bb.712: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_716 ; %bb.713: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_716 ; %bb.714: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_716 ; %bb.715: ; in Loop: Header=BB1_75 Depth=1 Lloh1111: adrp x16, _turn@GOTPAGE Lloh1112: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1113: ldr w16, [x16] cmp w16, #7 b.eq LBB1_73 LBB1_716: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_720 ; %bb.717: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_720 ; %bb.718: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_720 ; %bb.719: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #7 b.ne LBB1_730 LBB1_720: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_726 ; %bb.721: ; in Loop: Header=BB1_75 Depth=1 Lloh1114: adrp x16, _turn@GOTPAGE Lloh1115: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1116: ldr w16, [x16] cmp w16, #7 b.ne LBB1_726 ; %bb.722: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_726 ; %bb.723: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_726 ; %bb.724: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_726 ; %bb.725: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_726: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_730 ; %bb.727: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_730 ; %bb.728: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_730 ; %bb.729: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #7 b.eq LBB1_736 LBB1_730: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_736 ; %bb.731: ; in Loop: Header=BB1_75 Depth=1 Lloh1117: adrp x16, _turn@GOTPAGE Lloh1118: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1119: ldr w16, [x16] cmp w16, #7 b.ne LBB1_736 ; %bb.732: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_736 ; %bb.733: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_736 ; %bb.734: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_736 ; %bb.735: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_736: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_740 ; %bb.737: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_740 ; %bb.738: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_740 ; %bb.739: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_744 LBB1_740: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_744 ; %bb.741: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_744 ; %bb.742: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_744 ; %bb.743: ; in Loop: Header=BB1_75 Depth=1 Lloh1120: adrp x12, _turn@GOTPAGE Lloh1121: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1122: ldr w12, [x12] cmp w12, #7 b.eq LBB1_73 LBB1_744: ; in Loop: Header=BB1_75 Depth=1 Lloh1123: adrp x12, __x_p5_l0@GOTPAGE Lloh1124: ldr x12, [x12, __x_p5_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1125: adrp x14, __x_p5_l1@GOTPAGE Lloh1126: ldr x14, [x14, __x_p5_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_748 ; %bb.745: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_748 ; %bb.746: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_748 ; %bb.747: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_748: ; in Loop: Header=BB1_75 Depth=1 Lloh1127: adrp x12, __x_p5_x@GOTPAGE Lloh1128: ldr x12, [x12, __x_p5_x@GOTPAGEOFF] Lloh1129: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_751 ; %bb.749: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_751 ; %bb.750: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_751: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1130: adrp x15, _p5_l0@GOTPAGE Lloh1131: ldr x15, [x15, _p5_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_754 ; %bb.752: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1132: adrp x1, _p5_l1@GOTPAGE Lloh1133: ldr x1, [x1, _p5_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_754 ; %bb.753: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1134: adrp x12, _p5_x@GOTPAGE Lloh1135: ldr x12, [x12, _p5_x@GOTPAGEOFF] Lloh1136: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_756 LBB1_754: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.755: ; in Loop: Header=BB1_75 Depth=1 Lloh1137: adrp x1, _turn@GOTPAGE Lloh1138: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1139: ldr w1, [x1] cmp w1, #6 b.ne LBB1_74 LBB1_756: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_761 ; %bb.757: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_761 ; %bb.758: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_761 ; %bb.759: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_761 ; %bb.760: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_765 LBB1_761: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_765 ; %bb.762: ; in Loop: Header=BB1_75 Depth=1 Lloh1140: adrp x12, _p5_l1@GOTPAGE Lloh1141: ldr x12, [x12, _p5_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_765 ; %bb.763: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_765 ; %bb.764: ; in Loop: Header=BB1_75 Depth=1 Lloh1142: adrp x12, _turn@GOTPAGE Lloh1143: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1144: ldr w12, [x12] cmp w12, #6 b.eq LBB1_73 LBB1_765: ; in Loop: Header=BB1_75 Depth=1 Lloh1145: adrp x12, _p5_x@GOTPAGE Lloh1146: ldr x12, [x12, _p5_x@GOTPAGEOFF] Lloh1147: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_767 ; %bb.766: ; in Loop: Header=BB1_75 Depth=1 Lloh1148: adrp x12, _p5_l1@GOTPAGE Lloh1149: ldr x12, [x12, _p5_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_769 b LBB1_772 LBB1_767: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #6 fccmp s2, s10, #0, eq Lloh1150: adrp x12, _p5_l1@GOTPAGE Lloh1151: ldr x12, [x12, _p5_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_772 ; %bb.768: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_772 LBB1_769: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_772 ; %bb.770: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_772 ; %bb.771: ; in Loop: Header=BB1_75 Depth=1 Lloh1152: adrp x0, _turn@GOTPAGE Lloh1153: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1154: ldr w0, [x0] cmp w0, #6 b.eq LBB1_73 LBB1_772: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_777 ; %bb.773: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_777 ; %bb.774: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_777 ; %bb.775: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_777 ; %bb.776: ; in Loop: Header=BB1_75 Depth=1 Lloh1155: adrp x16, _turn@GOTPAGE Lloh1156: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1157: ldr w16, [x16] cmp w16, #6 b.eq LBB1_73 LBB1_777: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_781 ; %bb.778: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_781 ; %bb.779: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_781 ; %bb.780: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #6 b.ne LBB1_791 LBB1_781: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_787 ; %bb.782: ; in Loop: Header=BB1_75 Depth=1 Lloh1158: adrp x16, _turn@GOTPAGE Lloh1159: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1160: ldr w16, [x16] cmp w16, #6 b.ne LBB1_787 ; %bb.783: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_787 ; %bb.784: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_787 ; %bb.785: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_787 ; %bb.786: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_787: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_791 ; %bb.788: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_791 ; %bb.789: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_791 ; %bb.790: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #6 b.eq LBB1_797 LBB1_791: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_797 ; %bb.792: ; in Loop: Header=BB1_75 Depth=1 Lloh1161: adrp x16, _turn@GOTPAGE Lloh1162: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1163: ldr w16, [x16] cmp w16, #6 b.ne LBB1_797 ; %bb.793: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_797 ; %bb.794: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_797 ; %bb.795: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_797 ; %bb.796: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_797: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_801 ; %bb.798: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_801 ; %bb.799: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_801 ; %bb.800: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_805 LBB1_801: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_805 ; %bb.802: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_805 ; %bb.803: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_805 ; %bb.804: ; in Loop: Header=BB1_75 Depth=1 Lloh1164: adrp x12, _turn@GOTPAGE Lloh1165: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1166: ldr w12, [x12] cmp w12, #6 b.eq LBB1_73 LBB1_805: ; in Loop: Header=BB1_75 Depth=1 Lloh1167: adrp x12, __x_p4_l0@GOTPAGE Lloh1168: ldr x12, [x12, __x_p4_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1169: adrp x14, __x_p4_l1@GOTPAGE Lloh1170: ldr x14, [x14, __x_p4_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_809 ; %bb.806: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_809 ; %bb.807: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_809 ; %bb.808: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_809: ; in Loop: Header=BB1_75 Depth=1 Lloh1171: adrp x12, __x_p4_x@GOTPAGE Lloh1172: ldr x12, [x12, __x_p4_x@GOTPAGEOFF] Lloh1173: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_812 ; %bb.810: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_812 ; %bb.811: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_812: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1174: adrp x15, _p4_l0@GOTPAGE Lloh1175: ldr x15, [x15, _p4_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_815 ; %bb.813: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1176: adrp x1, _p4_l1@GOTPAGE Lloh1177: ldr x1, [x1, _p4_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_815 ; %bb.814: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1178: adrp x12, _p4_x@GOTPAGE Lloh1179: ldr x12, [x12, _p4_x@GOTPAGEOFF] Lloh1180: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_817 LBB1_815: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.816: ; in Loop: Header=BB1_75 Depth=1 Lloh1181: adrp x1, _turn@GOTPAGE Lloh1182: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1183: ldr w1, [x1] cmp w1, #5 b.ne LBB1_74 LBB1_817: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_822 ; %bb.818: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_822 ; %bb.819: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_822 ; %bb.820: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_822 ; %bb.821: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_826 LBB1_822: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_826 ; %bb.823: ; in Loop: Header=BB1_75 Depth=1 Lloh1184: adrp x12, _p4_l1@GOTPAGE Lloh1185: ldr x12, [x12, _p4_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_826 ; %bb.824: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_826 ; %bb.825: ; in Loop: Header=BB1_75 Depth=1 Lloh1186: adrp x12, _turn@GOTPAGE Lloh1187: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1188: ldr w12, [x12] cmp w12, #5 b.eq LBB1_73 LBB1_826: ; in Loop: Header=BB1_75 Depth=1 Lloh1189: adrp x12, _p4_x@GOTPAGE Lloh1190: ldr x12, [x12, _p4_x@GOTPAGEOFF] Lloh1191: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_828 ; %bb.827: ; in Loop: Header=BB1_75 Depth=1 Lloh1192: adrp x12, _p4_l1@GOTPAGE Lloh1193: ldr x12, [x12, _p4_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_830 b LBB1_833 LBB1_828: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #5 fccmp s2, s10, #0, eq Lloh1194: adrp x12, _p4_l1@GOTPAGE Lloh1195: ldr x12, [x12, _p4_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_833 ; %bb.829: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_833 LBB1_830: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_833 ; %bb.831: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_833 ; %bb.832: ; in Loop: Header=BB1_75 Depth=1 Lloh1196: adrp x0, _turn@GOTPAGE Lloh1197: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1198: ldr w0, [x0] cmp w0, #5 b.eq LBB1_73 LBB1_833: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_838 ; %bb.834: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_838 ; %bb.835: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_838 ; %bb.836: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_838 ; %bb.837: ; in Loop: Header=BB1_75 Depth=1 Lloh1199: adrp x16, _turn@GOTPAGE Lloh1200: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1201: ldr w16, [x16] cmp w16, #5 b.eq LBB1_73 LBB1_838: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_842 ; %bb.839: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_842 ; %bb.840: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_842 ; %bb.841: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #5 b.ne LBB1_852 LBB1_842: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_848 ; %bb.843: ; in Loop: Header=BB1_75 Depth=1 Lloh1202: adrp x16, _turn@GOTPAGE Lloh1203: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1204: ldr w16, [x16] cmp w16, #5 b.ne LBB1_848 ; %bb.844: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_848 ; %bb.845: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_848 ; %bb.846: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_848 ; %bb.847: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_848: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_852 ; %bb.849: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_852 ; %bb.850: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_852 ; %bb.851: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #5 b.eq LBB1_858 LBB1_852: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_858 ; %bb.853: ; in Loop: Header=BB1_75 Depth=1 Lloh1205: adrp x16, _turn@GOTPAGE Lloh1206: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1207: ldr w16, [x16] cmp w16, #5 b.ne LBB1_858 ; %bb.854: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_858 ; %bb.855: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_858 ; %bb.856: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_858 ; %bb.857: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_858: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_862 ; %bb.859: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_862 ; %bb.860: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_862 ; %bb.861: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_866 LBB1_862: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_866 ; %bb.863: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_866 ; %bb.864: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_866 ; %bb.865: ; in Loop: Header=BB1_75 Depth=1 Lloh1208: adrp x12, _turn@GOTPAGE Lloh1209: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1210: ldr w12, [x12] cmp w12, #5 b.eq LBB1_73 LBB1_866: ; in Loop: Header=BB1_75 Depth=1 Lloh1211: adrp x12, __x_p3_l0@GOTPAGE Lloh1212: ldr x12, [x12, __x_p3_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1213: adrp x14, __x_p3_l1@GOTPAGE Lloh1214: ldr x14, [x14, __x_p3_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_870 ; %bb.867: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_870 ; %bb.868: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_870 ; %bb.869: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_870: ; in Loop: Header=BB1_75 Depth=1 Lloh1215: adrp x12, __x_p3_x@GOTPAGE Lloh1216: ldr x12, [x12, __x_p3_x@GOTPAGEOFF] Lloh1217: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_873 ; %bb.871: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_873 ; %bb.872: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_873: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1218: adrp x15, _p3_l0@GOTPAGE Lloh1219: ldr x15, [x15, _p3_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_876 ; %bb.874: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1220: adrp x1, _p3_l1@GOTPAGE Lloh1221: ldr x1, [x1, _p3_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_876 ; %bb.875: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1222: adrp x12, _p3_x@GOTPAGE Lloh1223: ldr x12, [x12, _p3_x@GOTPAGEOFF] Lloh1224: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_878 LBB1_876: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.877: ; in Loop: Header=BB1_75 Depth=1 Lloh1225: adrp x1, _turn@GOTPAGE Lloh1226: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1227: ldr w1, [x1] cmp w1, #4 b.ne LBB1_74 LBB1_878: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_883 ; %bb.879: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_883 ; %bb.880: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_883 ; %bb.881: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_883 ; %bb.882: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_887 LBB1_883: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_887 ; %bb.884: ; in Loop: Header=BB1_75 Depth=1 Lloh1228: adrp x12, _p3_l1@GOTPAGE Lloh1229: ldr x12, [x12, _p3_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_887 ; %bb.885: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_887 ; %bb.886: ; in Loop: Header=BB1_75 Depth=1 Lloh1230: adrp x12, _turn@GOTPAGE Lloh1231: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1232: ldr w12, [x12] cmp w12, #4 b.eq LBB1_73 LBB1_887: ; in Loop: Header=BB1_75 Depth=1 Lloh1233: adrp x12, _p3_x@GOTPAGE Lloh1234: ldr x12, [x12, _p3_x@GOTPAGEOFF] Lloh1235: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_889 ; %bb.888: ; in Loop: Header=BB1_75 Depth=1 Lloh1236: adrp x12, _p3_l1@GOTPAGE Lloh1237: ldr x12, [x12, _p3_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_891 b LBB1_894 LBB1_889: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #4 fccmp s2, s10, #0, eq Lloh1238: adrp x12, _p3_l1@GOTPAGE Lloh1239: ldr x12, [x12, _p3_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_894 ; %bb.890: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_894 LBB1_891: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_894 ; %bb.892: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_894 ; %bb.893: ; in Loop: Header=BB1_75 Depth=1 Lloh1240: adrp x0, _turn@GOTPAGE Lloh1241: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1242: ldr w0, [x0] cmp w0, #4 b.eq LBB1_73 LBB1_894: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_899 ; %bb.895: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_899 ; %bb.896: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_899 ; %bb.897: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_899 ; %bb.898: ; in Loop: Header=BB1_75 Depth=1 Lloh1243: adrp x16, _turn@GOTPAGE Lloh1244: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1245: ldr w16, [x16] cmp w16, #4 b.eq LBB1_73 LBB1_899: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_903 ; %bb.900: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_903 ; %bb.901: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_903 ; %bb.902: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #4 b.ne LBB1_913 LBB1_903: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_909 ; %bb.904: ; in Loop: Header=BB1_75 Depth=1 Lloh1246: adrp x16, _turn@GOTPAGE Lloh1247: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1248: ldr w16, [x16] cmp w16, #4 b.ne LBB1_909 ; %bb.905: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_909 ; %bb.906: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_909 ; %bb.907: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_909 ; %bb.908: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_909: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_913 ; %bb.910: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_913 ; %bb.911: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_913 ; %bb.912: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #4 b.eq LBB1_919 LBB1_913: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_919 ; %bb.914: ; in Loop: Header=BB1_75 Depth=1 Lloh1249: adrp x16, _turn@GOTPAGE Lloh1250: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1251: ldr w16, [x16] cmp w16, #4 b.ne LBB1_919 ; %bb.915: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_919 ; %bb.916: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_919 ; %bb.917: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_919 ; %bb.918: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_919: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_923 ; %bb.920: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_923 ; %bb.921: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_923 ; %bb.922: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_927 LBB1_923: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_927 ; %bb.924: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_927 ; %bb.925: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_927 ; %bb.926: ; in Loop: Header=BB1_75 Depth=1 Lloh1252: adrp x12, _turn@GOTPAGE Lloh1253: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1254: ldr w12, [x12] cmp w12, #4 b.eq LBB1_73 LBB1_927: ; in Loop: Header=BB1_75 Depth=1 Lloh1255: adrp x12, __x_p2_l0@GOTPAGE Lloh1256: ldr x12, [x12, __x_p2_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1257: adrp x14, __x_p2_l1@GOTPAGE Lloh1258: ldr x14, [x14, __x_p2_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_931 ; %bb.928: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_931 ; %bb.929: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_931 ; %bb.930: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_931: ; in Loop: Header=BB1_75 Depth=1 Lloh1259: adrp x12, __x_p2_x@GOTPAGE Lloh1260: ldr x12, [x12, __x_p2_x@GOTPAGEOFF] Lloh1261: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_934 ; %bb.932: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_934 ; %bb.933: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_934: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1262: adrp x15, _p2_l0@GOTPAGE Lloh1263: ldr x15, [x15, _p2_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_937 ; %bb.935: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1264: adrp x1, _p2_l1@GOTPAGE Lloh1265: ldr x1, [x1, _p2_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_937 ; %bb.936: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1266: adrp x12, _p2_x@GOTPAGE Lloh1267: ldr x12, [x12, _p2_x@GOTPAGEOFF] Lloh1268: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_939 LBB1_937: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.938: ; in Loop: Header=BB1_75 Depth=1 Lloh1269: adrp x1, _turn@GOTPAGE Lloh1270: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1271: ldr w1, [x1] cmp w1, #3 b.ne LBB1_74 LBB1_939: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_944 ; %bb.940: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_944 ; %bb.941: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_944 ; %bb.942: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_944 ; %bb.943: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_948 LBB1_944: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_948 ; %bb.945: ; in Loop: Header=BB1_75 Depth=1 Lloh1272: adrp x12, _p2_l1@GOTPAGE Lloh1273: ldr x12, [x12, _p2_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_948 ; %bb.946: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_948 ; %bb.947: ; in Loop: Header=BB1_75 Depth=1 Lloh1274: adrp x12, _turn@GOTPAGE Lloh1275: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1276: ldr w12, [x12] cmp w12, #3 b.eq LBB1_73 LBB1_948: ; in Loop: Header=BB1_75 Depth=1 Lloh1277: adrp x12, _p2_x@GOTPAGE Lloh1278: ldr x12, [x12, _p2_x@GOTPAGEOFF] Lloh1279: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_950 ; %bb.949: ; in Loop: Header=BB1_75 Depth=1 Lloh1280: adrp x12, _p2_l1@GOTPAGE Lloh1281: ldr x12, [x12, _p2_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_952 b LBB1_955 LBB1_950: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #3 fccmp s2, s10, #0, eq Lloh1282: adrp x12, _p2_l1@GOTPAGE Lloh1283: ldr x12, [x12, _p2_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_955 ; %bb.951: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_955 LBB1_952: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_955 ; %bb.953: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_955 ; %bb.954: ; in Loop: Header=BB1_75 Depth=1 Lloh1284: adrp x0, _turn@GOTPAGE Lloh1285: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1286: ldr w0, [x0] cmp w0, #3 b.eq LBB1_73 LBB1_955: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_960 ; %bb.956: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_960 ; %bb.957: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_960 ; %bb.958: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_960 ; %bb.959: ; in Loop: Header=BB1_75 Depth=1 Lloh1287: adrp x16, _turn@GOTPAGE Lloh1288: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1289: ldr w16, [x16] cmp w16, #3 b.eq LBB1_73 LBB1_960: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_964 ; %bb.961: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_964 ; %bb.962: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_964 ; %bb.963: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #3 b.ne LBB1_974 LBB1_964: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_970 ; %bb.965: ; in Loop: Header=BB1_75 Depth=1 Lloh1290: adrp x16, _turn@GOTPAGE Lloh1291: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1292: ldr w16, [x16] cmp w16, #3 b.ne LBB1_970 ; %bb.966: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_970 ; %bb.967: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_970 ; %bb.968: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_970 ; %bb.969: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_970: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_974 ; %bb.971: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_974 ; %bb.972: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_974 ; %bb.973: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #3 b.eq LBB1_980 LBB1_974: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_980 ; %bb.975: ; in Loop: Header=BB1_75 Depth=1 Lloh1293: adrp x16, _turn@GOTPAGE Lloh1294: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1295: ldr w16, [x16] cmp w16, #3 b.ne LBB1_980 ; %bb.976: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_980 ; %bb.977: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_980 ; %bb.978: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_980 ; %bb.979: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_980: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_984 ; %bb.981: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_984 ; %bb.982: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_984 ; %bb.983: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_988 LBB1_984: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_988 ; %bb.985: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_988 ; %bb.986: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_988 ; %bb.987: ; in Loop: Header=BB1_75 Depth=1 Lloh1296: adrp x12, _turn@GOTPAGE Lloh1297: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1298: ldr w12, [x12] cmp w12, #3 b.eq LBB1_73 LBB1_988: ; in Loop: Header=BB1_75 Depth=1 Lloh1299: adrp x12, __x_p1_l0@GOTPAGE Lloh1300: ldr x12, [x12, __x_p1_l0@GOTPAGEOFF] ldrb w13, [x12] cmp w13, #0 cset w12, ne cset w16, eq Lloh1301: adrp x14, __x_p1_l1@GOTPAGE Lloh1302: ldr x14, [x14, __x_p1_l1@GOTPAGEOFF] ldrb w14, [x14] cmp w14, #0 cset w15, eq cset w17, ne orr w0, w16, w17 and w16, w12, w17 orr w1, w13, w14 cmp w1, #0 cset w17, ne cbz w1, LBB1_992 ; %bb.989: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_992 ; %bb.990: ; in Loop: Header=BB1_75 Depth=1 orr w12, w15, w12 cbz w12, LBB1_992 ; %bb.991: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_73 LBB1_992: ; in Loop: Header=BB1_75 Depth=1 Lloh1303: adrp x12, __x_p1_x@GOTPAGE Lloh1304: ldr x12, [x12, __x_p1_x@GOTPAGEOFF] Lloh1305: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_995 ; %bb.993: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_995 ; %bb.994: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_73 LBB1_995: ; in Loop: Header=BB1_75 Depth=1 cmp w13, #0 cset w12, ne Lloh1306: adrp x15, _p1_l0@GOTPAGE Lloh1307: ldr x15, [x15, _p1_l0@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w1, eq cmp w12, w1 b.eq LBB1_998 ; %bb.996: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1308: adrp x1, _p1_l1@GOTPAGE Lloh1309: ldr x1, [x1, _p1_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_998 ; %bb.997: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1310: adrp x12, _p1_x@GOTPAGE Lloh1311: ldr x12, [x12, _p1_x@GOTPAGEOFF] Lloh1312: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_1000 LBB1_998: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.999: ; in Loop: Header=BB1_75 Depth=1 Lloh1313: adrp x1, _turn@GOTPAGE Lloh1314: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1315: ldr w1, [x1] cmp w1, #2 b.ne LBB1_74 LBB1_1000: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_1005 ; %bb.1001: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_1005 ; %bb.1002: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_1005 ; %bb.1003: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_1005 ; %bb.1004: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.eq LBB1_1009 LBB1_1005: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_1009 ; %bb.1006: ; in Loop: Header=BB1_75 Depth=1 Lloh1316: adrp x12, _p1_l1@GOTPAGE Lloh1317: ldr x12, [x12, _p1_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_1009 ; %bb.1007: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_1009 ; %bb.1008: ; in Loop: Header=BB1_75 Depth=1 Lloh1318: adrp x12, _turn@GOTPAGE Lloh1319: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1320: ldr w12, [x12] cmp w12, #2 b.eq LBB1_73 LBB1_1009: ; in Loop: Header=BB1_75 Depth=1 Lloh1321: adrp x12, _p1_x@GOTPAGE Lloh1322: ldr x12, [x12, _p1_x@GOTPAGEOFF] Lloh1323: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w0, w12 tbz w12, #0, LBB1_1011 ; %bb.1010: ; in Loop: Header=BB1_75 Depth=1 Lloh1324: adrp x12, _p1_l1@GOTPAGE Lloh1325: ldr x12, [x12, _p1_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_1013 b LBB1_1016 LBB1_1011: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #2 fccmp s2, s10, #0, eq Lloh1326: adrp x12, _p1_l1@GOTPAGE Lloh1327: ldr x12, [x12, _p1_l1@GOTPAGEOFF] ldrb w12, [x12] b.eq LBB1_1016 ; %bb.1012: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_1016 LBB1_1013: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_1016 ; %bb.1014: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_1016 ; %bb.1015: ; in Loop: Header=BB1_75 Depth=1 Lloh1328: adrp x0, _turn@GOTPAGE Lloh1329: ldr x0, [x0, _turn@GOTPAGEOFF] Lloh1330: ldr w0, [x0] cmp w0, #2 b.eq LBB1_73 LBB1_1016: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_1021 ; %bb.1017: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w17, eq orr w16, w16, w17 tbnz w16, #0, LBB1_1021 ; %bb.1018: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_1021 ; %bb.1019: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_1021 ; %bb.1020: ; in Loop: Header=BB1_75 Depth=1 Lloh1331: adrp x16, _turn@GOTPAGE Lloh1332: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1333: ldr w16, [x16] cmp w16, #2 b.eq LBB1_73 LBB1_1021: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_1025 ; %bb.1022: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_1025 ; %bb.1023: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_1025 ; %bb.1024: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #2 b.ne LBB1_1035 LBB1_1025: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_1031 ; %bb.1026: ; in Loop: Header=BB1_75 Depth=1 Lloh1334: adrp x16, _turn@GOTPAGE Lloh1335: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1336: ldr w16, [x16] cmp w16, #2 b.ne LBB1_1031 ; %bb.1027: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_1031 ; %bb.1028: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_1031 ; %bb.1029: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_1031 ; %bb.1030: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_74 LBB1_1031: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_1035 ; %bb.1032: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_1035 ; %bb.1033: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s8 b.ls LBB1_1035 ; %bb.1034: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #2 b.eq LBB1_1041 LBB1_1035: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_1041 ; %bb.1036: ; in Loop: Header=BB1_75 Depth=1 Lloh1337: adrp x16, _turn@GOTPAGE Lloh1338: ldr x16, [x16, _turn@GOTPAGEOFF] Lloh1339: ldr w16, [x16] cmp w16, #2 b.ne LBB1_1041 ; %bb.1037: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_1041 ; %bb.1038: ; in Loop: Header=BB1_75 Depth=1 cbnz w12, LBB1_1041 ; %bb.1039: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_1041 ; %bb.1040: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_73 LBB1_1041: ; in Loop: Header=BB1_75 Depth=1 cbnz w13, LBB1_1045 ; %bb.1042: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_1045 ; %bb.1043: ; in Loop: Header=BB1_75 Depth=1 cbnz w11, LBB1_1045 ; %bb.1044: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.eq LBB1_1049 LBB1_1045: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_1049 ; %bb.1046: ; in Loop: Header=BB1_75 Depth=1 cbz w12, LBB1_1049 ; %bb.1047: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.ne LBB1_1049 ; %bb.1048: ; in Loop: Header=BB1_75 Depth=1 Lloh1340: adrp x12, _turn@GOTPAGE Lloh1341: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1342: ldr w12, [x12] cmp w12, #2 b.eq LBB1_73 LBB1_1049: ; in Loop: Header=BB1_75 Depth=1 Lloh1343: adrp x12, __x_p0_l0@GOTPAGE Lloh1344: ldr x12, [x12, __x_p0_l0@GOTPAGEOFF] ldrb w14, [x12] cmp w14, #0 cset w12, ne cset w13, eq Lloh1345: adrp x15, __x_p0_l1@GOTPAGE Lloh1346: ldr x15, [x15, __x_p0_l1@GOTPAGEOFF] ldrb w15, [x15] cmp w15, #0 cset w16, eq cset w0, ne orr w17, w13, w0 and w0, w12, w0 orr w1, w14, w15 cmp w1, #0 cset w13, ne cbz w1, LBB1_1053 ; %bb.1050: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_1053 ; %bb.1051: ; in Loop: Header=BB1_75 Depth=1 orr w12, w16, w12 cbz w12, LBB1_1053 ; %bb.1052: ; in Loop: Header=BB1_75 Depth=1 cbz w0, LBB1_73 LBB1_1053: ; in Loop: Header=BB1_75 Depth=1 Lloh1347: adrp x12, __x_p0_x@GOTPAGE Lloh1348: ldr x12, [x12, __x_p0_x@GOTPAGEOFF] Lloh1349: ldr s2, [x12] fcmp s2, s8 b.ls LBB1_1056 ; %bb.1054: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_1056 ; %bb.1055: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_73 LBB1_1056: ; in Loop: Header=BB1_75 Depth=1 cmp w14, #0 cset w12, ne Lloh1350: adrp x16, _p0_l0@GOTPAGE Lloh1351: ldr x16, [x16, _p0_l0@GOTPAGEOFF] ldrb w16, [x16] cmp w16, #0 cset w1, eq cmp w12, w1 b.eq LBB1_1059 ; %bb.1057: ; in Loop: Header=BB1_75 Depth=1 cmp w15, #0 cset w12, ne Lloh1352: adrp x1, _p0_l1@GOTPAGE Lloh1353: ldr x1, [x1, _p0_l1@GOTPAGEOFF] ldrb w1, [x1] cmp w1, #0 cset w1, eq cmp w12, w1 b.eq LBB1_1059 ; %bb.1058: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s2 fcvt d4, s1 Lloh1354: adrp x12, _p0_x@GOTPAGE Lloh1355: ldr x12, [x12, _p0_x@GOTPAGEOFF] Lloh1356: ldr s5, [x12] fcvt d5, s5 fsub d3, d5, d3 fadd d3, d3, d4 fcmp d3, #0.0 b.eq LBB1_1061 LBB1_1059: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 b.hi LBB1_74 ; %bb.1060: ; in Loop: Header=BB1_75 Depth=1 Lloh1357: adrp x1, _turn@GOTPAGE Lloh1358: ldr x1, [x1, _turn@GOTPAGEOFF] Lloh1359: ldr w1, [x1] cmp w1, #1 b.ne LBB1_74 LBB1_1061: ; in Loop: Header=BB1_75 Depth=1 cbz w15, LBB1_1066 ; %bb.1062: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_1066 ; %bb.1063: ; in Loop: Header=BB1_75 Depth=1 cbnz w10, LBB1_1066 ; %bb.1064: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_1066 ; %bb.1065: ; in Loop: Header=BB1_75 Depth=1 cbz w11, LBB1_1070 LBB1_1066: ; in Loop: Header=BB1_75 Depth=1 cbnz w16, LBB1_1070 ; %bb.1067: ; in Loop: Header=BB1_75 Depth=1 Lloh1360: adrp x12, _p0_l1@GOTPAGE Lloh1361: ldr x12, [x12, _p0_l1@GOTPAGEOFF] ldrb w12, [x12] cbnz w12, LBB1_1070 ; %bb.1068: ; in Loop: Header=BB1_75 Depth=1 Lloh1362: adrp x12, _turn@GOTPAGE Lloh1363: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1364: ldr w12, [x12] cmp w12, #1 b.ne LBB1_1070 ; %bb.1069: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.eq LBB1_73 LBB1_1070: ; in Loop: Header=BB1_75 Depth=1 Lloh1365: adrp x12, _p0_x@GOTPAGE Lloh1366: ldr x12, [x12, _p0_x@GOTPAGEOFF] Lloh1367: ldr s3, [x12] fcmp s3, s8 cset w12, hi orr w12, w17, w12 tbz w12, #0, LBB1_1072 ; %bb.1071: ; in Loop: Header=BB1_75 Depth=1 Lloh1368: adrp x12, _p0_l1@GOTPAGE Lloh1369: ldr x12, [x12, _p0_l1@GOTPAGEOFF] ldrb w17, [x12] cbnz w17, LBB1_1074 b LBB1_1077 LBB1_1072: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #1 fccmp s2, s10, #0, eq Lloh1370: adrp x12, _p0_l1@GOTPAGE Lloh1371: ldr x12, [x12, _p0_l1@GOTPAGEOFF] ldrb w17, [x12] b.eq LBB1_1077 ; %bb.1073: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_1077 LBB1_1074: ; in Loop: Header=BB1_75 Depth=1 cbnz w16, LBB1_1077 ; %bb.1075: ; in Loop: Header=BB1_75 Depth=1 Lloh1372: adrp x12, _turn@GOTPAGE Lloh1373: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1374: ldr w12, [x12] cmp w12, #1 b.ne LBB1_1077 ; %bb.1076: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.eq LBB1_73 LBB1_1077: ; in Loop: Header=BB1_75 Depth=1 cbz w13, LBB1_1083 ; %bb.1078: ; in Loop: Header=BB1_75 Depth=1 tbnz w0, #0, LBB1_1083 ; %bb.1079: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_1083 ; %bb.1080: ; in Loop: Header=BB1_75 Depth=1 cbnz w17, LBB1_1083 ; %bb.1081: ; in Loop: Header=BB1_75 Depth=1 Lloh1375: adrp x12, _turn@GOTPAGE Lloh1376: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1377: ldr w12, [x12] cmp w12, #1 b.ne LBB1_1083 ; %bb.1082: ; in Loop: Header=BB1_75 Depth=1 fcmp s1, #0.0 b.eq LBB1_73 LBB1_1083: ; in Loop: Header=BB1_75 Depth=1 fcmp s2, #0.0 b.ne LBB1_1087 ; %bb.1084: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_1087 ; %bb.1085: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #1 fccmp s3, s8, #0, ne Lloh1378: adrp x12, _turn@GOTPAGE Lloh1379: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1380: ldr w0, [x12] b.hi LBB1_1094 ; %bb.1086: ; in Loop: Header=BB1_75 Depth=1 cmp w0, #1 b.eq LBB1_1088 b LBB1_1094 LBB1_1087: ; in Loop: Header=BB1_75 Depth=1 Lloh1381: adrp x12, _turn@GOTPAGE Lloh1382: ldr x12, [x12, _turn@GOTPAGEOFF] Lloh1383: ldr w0, [x12] cmp w0, #1 b.ne LBB1_1093 LBB1_1088: ; in Loop: Header=BB1_75 Depth=1 mov w0, #1 fcmp s1, #0.0 b.ne LBB1_1093 ; %bb.1089: ; in Loop: Header=BB1_75 Depth=1 cbnz w14, LBB1_1093 ; %bb.1090: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_1093 ; %bb.1091: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_1093 ; %bb.1092: ; in Loop: Header=BB1_75 Depth=1 cbz w17, LBB1_73 LBB1_1093: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 b.ne LBB1_1096 LBB1_1094: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s2 b.ne LBB1_1096 ; %bb.1095: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #1 fccmp s3, s8, #0, eq b.hi LBB1_1102 LBB1_1096: ; in Loop: Header=BB1_75 Depth=1 cmp w0, #1 b.ne LBB1_1102 ; %bb.1097: ; in Loop: Header=BB1_75 Depth=1 mov w0, #1 fcmp s1, #0.0 b.ne LBB1_1102 ; %bb.1098: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_1102 ; %bb.1099: ; in Loop: Header=BB1_75 Depth=1 cbnz w17, LBB1_1102 ; %bb.1100: ; in Loop: Header=BB1_75 Depth=1 cbz w14, LBB1_1102 ; %bb.1101: ; in Loop: Header=BB1_75 Depth=1 cbnz w15, LBB1_73 LBB1_1102: ; in Loop: Header=BB1_75 Depth=1 tbnz w13, #0, LBB1_1104 ; %bb.1103: ; in Loop: Header=BB1_75 Depth=1 cmp w11, #0 fccmp s3, s2, #0, eq b.eq LBB1_1107 LBB1_1104: ; in Loop: Header=BB1_75 Depth=1 cbz w16, LBB1_1107 ; %bb.1105: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 fcmp s1, #0.0 ccmp w0, #1, #0, eq ccmp w17, #0, #4, eq b.ne LBB1_74 ; %bb.1106: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #18 b.lo LBB1_1108 b LBB1_74 LBB1_1107: ; in Loop: Header=BB1_75 Depth=1 cmp w10, #17 b.hi LBB1_73 LBB1_1108: ; in Loop: Header=BB1_75 Depth=1 mov w12, #0 Lloh1384: adrp x13, __x_turn@GOTPAGE Lloh1385: ldr x13, [x13, __x_turn@GOTPAGEOFF] Lloh1386: ldr w13, [x13] sub w14, w13, #18 cmn w14, #17 b.lo LBB1_74 ; %bb.1109: ; in Loop: Header=BB1_75 Depth=1 Lloh1387: adrp x14, __x_delta@GOTPAGE Lloh1388: ldr x14, [x14, __x_delta@GOTPAGEOFF] Lloh1389: ldr s2, [x14] fcmp s2, #0.0 b.lt LBB1_74 ; %bb.1110: ; in Loop: Header=BB1_75 Depth=1 cmp w10, w11 ccmp w0, w13, #0, eq cset w10, eq fcmp s1, #0.0 b.ls LBB1_1112 ; %bb.1111: ; in Loop: Header=BB1_75 Depth=1 cbz w10, LBB1_73 LBB1_1112: ; in Loop: Header=BB1_75 Depth=1 Lloh1390: adrp x10, __x__diverge_delta@GOTPAGE Lloh1391: ldr x10, [x10, __x__diverge_delta@GOTPAGEOFF] Lloh1392: ldr s2, [x10] fcmp s1, s2 cset w10, eq Lloh1393: adrp x11, __diverge_delta@GOTPAGE Lloh1394: ldr x11, [x11, __diverge_delta@GOTPAGEOFF] Lloh1395: ldr s3, [x11] fcmp s3, s9 cset w11, lt orr w12, w10, w11 cmp w12, #1 b.ne LBB1_74 ; %bb.1113: ; in Loop: Header=BB1_75 Depth=1 fcmp s3, s9 b.ge LBB1_74 ; %bb.1114: ; in Loop: Header=BB1_75 Depth=1 fcvt d3, s3 fcvt d1, s1 fcvt d2, s2 fsub d2, d3, d2 fadd d1, d2, d1 fcmp d1, #0.0 cset w12, eq b LBB1_74 LBB1_1115: mov w0, #0 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 ldp x24, x23, [sp, #64] ; 16-byte Folded Reload ldp x26, x25, [sp, #48] ; 16-byte Folded Reload ldp x28, x27, [sp, #32] ; 16-byte Folded Reload ldp d9, d8, [sp, #16] ; 16-byte Folded Reload ldp d11, d10, [sp], #128 ; 16-byte Folded Reload ret .loh AdrpLdrGotStr Lloh152, Lloh153, Lloh154 .loh AdrpLdrGot Lloh150, Lloh151 .loh AdrpLdrGotStr Lloh147, Lloh148, Lloh149 .loh AdrpLdrGot Lloh145, Lloh146 .loh AdrpLdrGotStr Lloh142, Lloh143, Lloh144 .loh AdrpLdrGotStr Lloh139, Lloh140, Lloh141 .loh AdrpLdrGotStr Lloh136, Lloh137, Lloh138 .loh AdrpLdrGotStr Lloh133, Lloh134, Lloh135 .loh AdrpLdrGot Lloh131, Lloh132 .loh AdrpLdrGotStr Lloh128, Lloh129, Lloh130 .loh AdrpLdrGotStr Lloh125, Lloh126, Lloh127 .loh AdrpLdrGotStr Lloh122, Lloh123, Lloh124 .loh AdrpLdrGotStr Lloh119, Lloh120, Lloh121 .loh AdrpLdrGotStr Lloh116, Lloh117, Lloh118 .loh AdrpLdrGotStr Lloh113, Lloh114, Lloh115 .loh AdrpLdrGot Lloh111, Lloh112 .loh AdrpLdrGotStr Lloh108, Lloh109, Lloh110 .loh AdrpLdrGotStr Lloh105, Lloh106, Lloh107 .loh AdrpLdrGotStr Lloh102, Lloh103, Lloh104 .loh AdrpLdrGotStr Lloh99, Lloh100, Lloh101 .loh AdrpLdrGotStr Lloh96, Lloh97, Lloh98 .loh AdrpLdrGotStr Lloh93, Lloh94, Lloh95 .loh AdrpLdrGotStr Lloh90, Lloh91, Lloh92 .loh AdrpLdrGotStr Lloh87, Lloh88, Lloh89 .loh AdrpLdrGot Lloh85, Lloh86 .loh AdrpLdrGotStr Lloh82, Lloh83, Lloh84 .loh AdrpLdrGot Lloh80, Lloh81 .loh AdrpLdrGot Lloh78, Lloh79 .loh AdrpLdrGotStr Lloh75, Lloh76, Lloh77 .loh AdrpLdrGotStr Lloh72, Lloh73, Lloh74 .loh AdrpLdrGotStr Lloh69, Lloh70, Lloh71 .loh AdrpLdrGotStr Lloh66, Lloh67, Lloh68 .loh AdrpLdrGotStr Lloh63, Lloh64, Lloh65 .loh AdrpLdrGotStr Lloh60, Lloh61, Lloh62 .loh AdrpLdrGotStr Lloh57, Lloh58, Lloh59 .loh AdrpLdrGotStr Lloh54, Lloh55, Lloh56 .loh AdrpLdrGotStr Lloh51, Lloh52, Lloh53 .loh AdrpLdrGotStr Lloh48, Lloh49, Lloh50 .loh AdrpLdrGotStr Lloh45, Lloh46, Lloh47 .loh AdrpLdrGotStr Lloh42, Lloh43, Lloh44 .loh AdrpLdrGotStr Lloh39, Lloh40, Lloh41 .loh AdrpLdrGotStr Lloh36, Lloh37, Lloh38 .loh AdrpLdrGotStr Lloh33, Lloh34, Lloh35 .loh AdrpLdrGotStr Lloh30, Lloh31, Lloh32 .loh AdrpLdrGotStr Lloh27, Lloh28, Lloh29 .loh AdrpLdrGotStr Lloh24, Lloh25, Lloh26 .loh AdrpLdrGot Lloh22, Lloh23 .loh AdrpLdrGotStr Lloh19, Lloh20, Lloh21 .loh AdrpLdrGotStr Lloh16, Lloh17, Lloh18 .loh AdrpLdrGotStr Lloh13, Lloh14, Lloh15 .loh AdrpLdrGotStr Lloh10, Lloh11, Lloh12 .loh AdrpLdrGotStr Lloh7, Lloh8, Lloh9 .loh AdrpLdrGot Lloh5, Lloh6 .loh AdrpLdrGot Lloh3, Lloh4 .loh AdrpLdrGotStr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh155, Lloh156, Lloh157 .loh AdrpLdrGot Lloh158, Lloh159 .loh AdrpLdrGotLdr Lloh160, Lloh161, Lloh162 .loh AdrpLdrGot Lloh163, Lloh164 .loh AdrpLdrGot Lloh165, Lloh166 .loh AdrpLdrGotLdr Lloh167, Lloh168, Lloh169 .loh AdrpLdrGot Lloh170, Lloh171 .loh AdrpLdrGot Lloh172, Lloh173 .loh AdrpLdrGotLdr Lloh174, Lloh175, Lloh176 .loh AdrpLdrGot Lloh177, Lloh178 .loh AdrpLdrGot Lloh179, Lloh180 .loh AdrpLdrGotLdr Lloh181, Lloh182, Lloh183 .loh AdrpLdrGot Lloh184, Lloh185 .loh AdrpLdrGot Lloh186, Lloh187 .loh AdrpLdrGotLdr Lloh188, Lloh189, Lloh190 .loh AdrpLdrGot Lloh191, Lloh192 .loh AdrpLdrGotLdr Lloh193, Lloh194, Lloh195 .loh AdrpLdrGot Lloh196, Lloh197 .loh AdrpLdrGot Lloh198, Lloh199 .loh AdrpLdrGotLdr Lloh200, Lloh201, Lloh202 .loh AdrpLdrGot Lloh203, Lloh204 .loh AdrpLdrGot Lloh205, Lloh206 .loh AdrpLdrGotLdr Lloh207, Lloh208, Lloh209 .loh AdrpLdrGot Lloh210, Lloh211 .loh AdrpLdrGot Lloh212, Lloh213 .loh AdrpLdrGotLdr Lloh214, Lloh215, Lloh216 .loh AdrpLdrGot Lloh217, Lloh218 .loh AdrpLdrGot Lloh219, Lloh220 .loh AdrpLdrGotLdr Lloh221, Lloh222, Lloh223 .loh AdrpLdrGot Lloh224, Lloh225 .loh AdrpLdrGot Lloh226, Lloh227 .loh AdrpLdrGotLdr Lloh228, Lloh229, Lloh230 .loh AdrpLdrGot Lloh231, Lloh232 .loh AdrpLdrGot Lloh233, Lloh234 .loh AdrpLdrGotLdr Lloh235, Lloh236, Lloh237 .loh AdrpLdrGot Lloh238, Lloh239 .loh AdrpLdrGot Lloh240, Lloh241 .loh AdrpLdrGotLdr Lloh242, Lloh243, Lloh244 .loh AdrpLdrGot Lloh245, Lloh246 .loh AdrpLdrGot Lloh247, Lloh248 .loh AdrpLdrGotLdr Lloh249, Lloh250, Lloh251 .loh AdrpLdrGotLdr Lloh252, Lloh253, Lloh254 .loh AdrpLdrGotLdr Lloh255, Lloh256, Lloh257 .loh AdrpLdrGotLdr Lloh258, Lloh259, Lloh260 .loh AdrpLdrGotStr Lloh515, Lloh516, Lloh517 .loh AdrpLdrGotLdr Lloh512, Lloh513, Lloh514 .loh AdrpLdrGotStr Lloh509, Lloh510, Lloh511 .loh AdrpLdrGotLdr Lloh506, Lloh507, Lloh508 .loh AdrpLdrGotStr Lloh503, Lloh504, Lloh505 .loh AdrpLdrGotLdr Lloh500, Lloh501, Lloh502 .loh AdrpLdrGotStr Lloh497, Lloh498, Lloh499 .loh AdrpLdrGotLdr Lloh494, Lloh495, Lloh496 .loh AdrpLdrGotStr Lloh491, Lloh492, Lloh493 .loh AdrpLdrGotLdr Lloh488, Lloh489, Lloh490 .loh AdrpLdrGotStr Lloh485, Lloh486, Lloh487 .loh AdrpLdrGotLdr Lloh482, Lloh483, Lloh484 .loh AdrpLdrGotStr Lloh479, Lloh480, Lloh481 .loh AdrpLdrGotLdr Lloh476, Lloh477, Lloh478 .loh AdrpLdrGotStr Lloh473, Lloh474, Lloh475 .loh AdrpLdrGotLdr Lloh470, Lloh471, Lloh472 .loh AdrpLdrGotStr Lloh467, Lloh468, Lloh469 .loh AdrpLdrGotLdr Lloh464, Lloh465, Lloh466 .loh AdrpLdrGotStr Lloh461, Lloh462, Lloh463 .loh AdrpLdrGotLdr Lloh458, Lloh459, Lloh460 .loh AdrpLdrGotStr Lloh455, Lloh456, Lloh457 .loh AdrpLdrGotLdr Lloh452, Lloh453, Lloh454 .loh AdrpLdrGotStr Lloh449, Lloh450, Lloh451 .loh AdrpLdrGotLdr Lloh446, Lloh447, Lloh448 .loh AdrpLdrGotStr Lloh443, Lloh444, Lloh445 .loh AdrpLdrGotLdr Lloh440, Lloh441, Lloh442 .loh AdrpLdrGotStr Lloh437, Lloh438, Lloh439 .loh AdrpLdrGotLdr Lloh434, Lloh435, Lloh436 .loh AdrpLdrGotStr Lloh431, Lloh432, Lloh433 .loh AdrpLdrGotLdr Lloh428, Lloh429, Lloh430 .loh AdrpLdrGotStr Lloh425, Lloh426, Lloh427 .loh AdrpLdrGotLdr Lloh422, Lloh423, Lloh424 .loh AdrpLdrGotLdr Lloh419, Lloh420, Lloh421 .loh AdrpLdrGotStr Lloh416, Lloh417, Lloh418 .loh AdrpLdrGotLdr Lloh413, Lloh414, Lloh415 .loh AdrpLdrGotStr Lloh410, Lloh411, Lloh412 .loh AdrpLdrGot Lloh408, Lloh409 .loh AdrpLdrGotStr Lloh405, Lloh406, Lloh407 .loh AdrpLdrGot Lloh403, Lloh404 .loh AdrpLdrGot Lloh401, Lloh402 .loh AdrpLdrGotStr Lloh398, Lloh399, Lloh400 .loh AdrpLdrGot Lloh396, Lloh397 .loh AdrpLdrGotStr Lloh393, Lloh394, Lloh395 .loh AdrpLdrGot Lloh391, Lloh392 .loh AdrpLdrGotStr Lloh388, Lloh389, Lloh390 .loh AdrpLdrGot Lloh386, Lloh387 .loh AdrpLdrGotStr Lloh383, Lloh384, Lloh385 .loh AdrpLdrGot Lloh381, Lloh382 .loh AdrpLdrGotStr Lloh378, Lloh379, Lloh380 .loh AdrpLdrGot Lloh376, Lloh377 .loh AdrpLdrGotStr Lloh373, Lloh374, Lloh375 .loh AdrpLdrGot Lloh371, Lloh372 .loh AdrpLdrGotStr Lloh368, Lloh369, Lloh370 .loh AdrpLdrGot Lloh366, Lloh367 .loh AdrpLdrGot Lloh364, Lloh365 .loh AdrpLdrGotStr Lloh361, Lloh362, Lloh363 .loh AdrpLdrGot Lloh359, Lloh360 .loh AdrpLdrGotStr Lloh356, Lloh357, Lloh358 .loh AdrpLdrGot Lloh354, Lloh355 .loh AdrpLdrGotStr Lloh351, Lloh352, Lloh353 .loh AdrpLdrGot Lloh349, Lloh350 .loh AdrpLdrGotStr Lloh346, Lloh347, Lloh348 .loh AdrpLdrGot Lloh344, Lloh345 .loh AdrpLdrGotStr Lloh341, Lloh342, Lloh343 .loh AdrpLdrGot Lloh339, Lloh340 .loh AdrpLdrGotStr Lloh336, Lloh337, Lloh338 .loh AdrpLdrGot Lloh334, Lloh335 .loh AdrpLdrGot Lloh332, Lloh333 .loh AdrpLdrGot Lloh330, Lloh331 .loh AdrpLdrGotLdr Lloh327, Lloh328, Lloh329 .loh AdrpLdrGotStr Lloh324, Lloh325, Lloh326 .loh AdrpLdrGotLdr Lloh321, Lloh322, Lloh323 .loh AdrpLdrGotStr Lloh318, Lloh319, Lloh320 .loh AdrpLdrGot Lloh316, Lloh317 .loh AdrpLdrGotStr Lloh313, Lloh314, Lloh315 .loh AdrpLdrGot Lloh311, Lloh312 .loh AdrpLdrGotStr Lloh308, Lloh309, Lloh310 .loh AdrpLdrGot Lloh306, Lloh307 .loh AdrpLdrGotStr Lloh303, Lloh304, Lloh305 .loh AdrpLdrGot Lloh301, Lloh302 .loh AdrpLdrGotStr Lloh298, Lloh299, Lloh300 .loh AdrpLdrGot Lloh296, Lloh297 .loh AdrpLdrGotStr Lloh293, Lloh294, Lloh295 .loh AdrpLdrGot Lloh291, Lloh292 .loh AdrpLdrGotStr Lloh288, Lloh289, Lloh290 .loh AdrpLdrGot Lloh286, Lloh287 .loh AdrpLdrGotStr Lloh283, Lloh284, Lloh285 .loh AdrpLdrGot Lloh281, Lloh282 .loh AdrpLdrGotStr Lloh278, Lloh279, Lloh280 .loh AdrpLdrGot Lloh276, Lloh277 .loh AdrpLdrGotStr Lloh273, Lloh274, Lloh275 .loh AdrpLdrGot Lloh271, Lloh272 .loh AdrpLdrGotStr Lloh268, Lloh269, Lloh270 .loh AdrpLdrGot Lloh266, Lloh267 .loh AdrpLdrGotStr Lloh263, Lloh264, Lloh265 .loh AdrpLdrGot Lloh261, Lloh262 .loh AdrpLdrGotLdr Lloh686, Lloh687, Lloh688 .loh AdrpLdrGot Lloh684, Lloh685 .loh AdrpLdrGot Lloh682, Lloh683 .loh AdrpLdrGot Lloh680, Lloh681 .loh AdrpLdrGotStr Lloh677, Lloh678, Lloh679 .loh AdrpLdrGotStr Lloh674, Lloh675, Lloh676 .loh AdrpLdrGotStr Lloh671, Lloh672, Lloh673 .loh AdrpLdrGotStr Lloh668, Lloh669, Lloh670 .loh AdrpLdrGotStr Lloh665, Lloh666, Lloh667 .loh AdrpLdrGotStr Lloh662, Lloh663, Lloh664 .loh AdrpLdrGotStr Lloh659, Lloh660, Lloh661 .loh AdrpLdrGotStr Lloh656, Lloh657, Lloh658 .loh AdrpLdrGotStr Lloh653, Lloh654, Lloh655 .loh AdrpLdrGotStr Lloh650, Lloh651, Lloh652 .loh AdrpLdrGotStr Lloh647, Lloh648, Lloh649 .loh AdrpLdrGotStr Lloh644, Lloh645, Lloh646 .loh AdrpLdrGotStr Lloh641, Lloh642, Lloh643 .loh AdrpLdrGotStr Lloh638, Lloh639, Lloh640 .loh AdrpLdrGotStr Lloh635, Lloh636, Lloh637 .loh AdrpLdrGotStr Lloh632, Lloh633, Lloh634 .loh AdrpLdrGotStr Lloh629, Lloh630, Lloh631 .loh AdrpLdrGotStr Lloh626, Lloh627, Lloh628 .loh AdrpLdrGotStr Lloh623, Lloh624, Lloh625 .loh AdrpLdrGotStr Lloh620, Lloh621, Lloh622 .loh AdrpLdrGotStr Lloh617, Lloh618, Lloh619 .loh AdrpLdrGotStr Lloh614, Lloh615, Lloh616 .loh AdrpLdrGotStr Lloh611, Lloh612, Lloh613 .loh AdrpLdrGotStr Lloh608, Lloh609, Lloh610 .loh AdrpLdrGotStr Lloh605, Lloh606, Lloh607 .loh AdrpLdrGotStr Lloh602, Lloh603, Lloh604 .loh AdrpLdrGotStr Lloh599, Lloh600, Lloh601 .loh AdrpLdrGotStr Lloh596, Lloh597, Lloh598 .loh AdrpLdrGotStr Lloh593, Lloh594, Lloh595 .loh AdrpLdrGotStr Lloh590, Lloh591, Lloh592 .loh AdrpLdrGotStr Lloh587, Lloh588, Lloh589 .loh AdrpLdrGotStr Lloh584, Lloh585, Lloh586 .loh AdrpLdrGotStr Lloh581, Lloh582, Lloh583 .loh AdrpLdrGotStr Lloh578, Lloh579, Lloh580 .loh AdrpLdrGotStr Lloh575, Lloh576, Lloh577 .loh AdrpLdrGotStr Lloh572, Lloh573, Lloh574 .loh AdrpLdrGotStr Lloh569, Lloh570, Lloh571 .loh AdrpLdrGotStr Lloh566, Lloh567, Lloh568 .loh AdrpLdrGotStr Lloh563, Lloh564, Lloh565 .loh AdrpLdrGotStr Lloh560, Lloh561, Lloh562 .loh AdrpLdrGotStr Lloh557, Lloh558, Lloh559 .loh AdrpLdrGotStr Lloh554, Lloh555, Lloh556 .loh AdrpLdrGotStr Lloh551, Lloh552, Lloh553 .loh AdrpLdrGotStr Lloh548, Lloh549, Lloh550 .loh AdrpLdrGotStr Lloh545, Lloh546, Lloh547 .loh AdrpLdrGotStr Lloh542, Lloh543, Lloh544 .loh AdrpLdrGotStr Lloh539, Lloh540, Lloh541 .loh AdrpLdrGotStr Lloh536, Lloh537, Lloh538 .loh AdrpLdrGotStr Lloh533, Lloh534, Lloh535 .loh AdrpLdrGotStr Lloh530, Lloh531, Lloh532 .loh AdrpLdrGotStr Lloh527, Lloh528, Lloh529 .loh AdrpLdrGotStr Lloh524, Lloh525, Lloh526 .loh AdrpLdrGotStr Lloh521, Lloh522, Lloh523 .loh AdrpLdrGotStr Lloh518, Lloh519, Lloh520 .loh AdrpLdrGotLdr Lloh689, Lloh690, Lloh691 .loh AdrpLdrGotLdr Lloh692, Lloh693, Lloh694 .loh AdrpLdrGotLdr Lloh695, Lloh696, Lloh697 .loh AdrpLdrGotLdr Lloh698, Lloh699, Lloh700 .loh AdrpLdrGotLdr Lloh701, Lloh702, Lloh703 .loh AdrpLdrGotLdr Lloh704, Lloh705, Lloh706 .loh AdrpLdrGotLdr Lloh707, Lloh708, Lloh709 .loh AdrpLdrGotLdr Lloh710, Lloh711, Lloh712 .loh AdrpLdrGotLdr Lloh713, Lloh714, Lloh715 .loh AdrpLdrGot Lloh718, Lloh719 .loh AdrpLdrGot Lloh716, Lloh717 .loh AdrpLdrGotLdr Lloh720, Lloh721, Lloh722 .loh AdrpLdrGotLdr Lloh723, Lloh724, Lloh725 .loh AdrpLdrGotLdr Lloh726, Lloh727, Lloh728 .loh AdrpLdrGotLdr Lloh729, Lloh730, Lloh731 .loh AdrpLdrGotLdr Lloh732, Lloh733, Lloh734 .loh AdrpLdrGotLdr Lloh735, Lloh736, Lloh737 .loh AdrpLdrGotLdr Lloh738, Lloh739, Lloh740 .loh AdrpLdrGotLdr Lloh741, Lloh742, Lloh743 .loh AdrpLdrGot Lloh746, Lloh747 .loh AdrpLdrGot Lloh744, Lloh745 .loh AdrpLdrGotLdr Lloh748, Lloh749, Lloh750 .loh AdrpLdrGotLdr Lloh751, Lloh752, Lloh753 .loh AdrpLdrGotLdr Lloh754, Lloh755, Lloh756 .loh AdrpLdrGotLdr Lloh757, Lloh758, Lloh759 .loh AdrpLdrGotLdr Lloh760, Lloh761, Lloh762 .loh AdrpLdrGotLdr Lloh763, Lloh764, Lloh765 .loh AdrpLdrGotLdr Lloh766, Lloh767, Lloh768 .loh AdrpLdrGotLdr Lloh769, Lloh770, Lloh771 .loh AdrpLdrGotLdr Lloh772, Lloh773, Lloh774 .loh AdrpLdrGotLdr Lloh775, Lloh776, Lloh777 .loh AdrpLdrGot Lloh780, Lloh781 .loh AdrpLdrGot Lloh778, Lloh779 .loh AdrpLdrGotLdr Lloh782, Lloh783, Lloh784 .loh AdrpLdrGot Lloh785, Lloh786 .loh AdrpLdrGotLdr Lloh787, Lloh788, Lloh789 .loh AdrpLdrGotLdr Lloh790, Lloh791, Lloh792 .loh AdrpLdrGotLdr Lloh793, Lloh794, Lloh795 .loh AdrpLdrGotLdr Lloh796, Lloh797, Lloh798 .loh AdrpLdrGotLdr Lloh799, Lloh800, Lloh801 .loh AdrpLdrGotLdr Lloh802, Lloh803, Lloh804 .loh AdrpLdrGotLdr Lloh805, Lloh806, Lloh807 .loh AdrpLdrGotLdr Lloh808, Lloh809, Lloh810 .loh AdrpLdrGotLdr Lloh811, Lloh812, Lloh813 .loh AdrpLdrGot Lloh816, Lloh817 .loh AdrpLdrGot Lloh814, Lloh815 .loh AdrpLdrGotLdr Lloh818, Lloh819, Lloh820 .loh AdrpLdrGot Lloh821, Lloh822 .loh AdrpLdrGot Lloh823, Lloh824 .loh AdrpLdrGotLdr Lloh825, Lloh826, Lloh827 .loh AdrpLdrGotLdr Lloh828, Lloh829, Lloh830 .loh AdrpLdrGot Lloh831, Lloh832 .loh AdrpLdrGotLdr Lloh833, Lloh834, Lloh835 .loh AdrpLdrGot Lloh836, Lloh837 .loh AdrpLdrGotLdr Lloh838, Lloh839, Lloh840 .loh AdrpLdrGot Lloh841, Lloh842 .loh AdrpLdrGotLdr Lloh843, Lloh844, Lloh845 .loh AdrpLdrGotLdr Lloh846, Lloh847, Lloh848 .loh AdrpLdrGotLdr Lloh849, Lloh850, Lloh851 .loh AdrpLdrGotLdr Lloh852, Lloh853, Lloh854 .loh AdrpLdrGotLdr Lloh855, Lloh856, Lloh857 .loh AdrpLdrGot Lloh860, Lloh861 .loh AdrpLdrGot Lloh858, Lloh859 .loh AdrpLdrGotLdr Lloh862, Lloh863, Lloh864 .loh AdrpLdrGot Lloh865, Lloh866 .loh AdrpLdrGot Lloh867, Lloh868 .loh AdrpLdrGotLdr Lloh869, Lloh870, Lloh871 .loh AdrpLdrGotLdr Lloh872, Lloh873, Lloh874 .loh AdrpLdrGot Lloh875, Lloh876 .loh AdrpLdrGotLdr Lloh877, Lloh878, Lloh879 .loh AdrpLdrGot Lloh880, Lloh881 .loh AdrpLdrGotLdr Lloh882, Lloh883, Lloh884 .loh AdrpLdrGot Lloh885, Lloh886 .loh AdrpLdrGotLdr Lloh887, Lloh888, Lloh889 .loh AdrpLdrGotLdr Lloh890, Lloh891, Lloh892 .loh AdrpLdrGotLdr Lloh893, Lloh894, Lloh895 .loh AdrpLdrGotLdr Lloh896, Lloh897, Lloh898 .loh AdrpLdrGotLdr Lloh899, Lloh900, Lloh901 .loh AdrpLdrGot Lloh904, Lloh905 .loh AdrpLdrGot Lloh902, Lloh903 .loh AdrpLdrGotLdr Lloh906, Lloh907, Lloh908 .loh AdrpLdrGot Lloh909, Lloh910 .loh AdrpLdrGot Lloh911, Lloh912 .loh AdrpLdrGotLdr Lloh913, Lloh914, Lloh915 .loh AdrpLdrGotLdr Lloh916, Lloh917, Lloh918 .loh AdrpLdrGot Lloh919, Lloh920 .loh AdrpLdrGotLdr Lloh921, Lloh922, Lloh923 .loh AdrpLdrGot Lloh924, Lloh925 .loh AdrpLdrGotLdr Lloh926, Lloh927, Lloh928 .loh AdrpLdrGot Lloh929, Lloh930 .loh AdrpLdrGotLdr Lloh931, Lloh932, Lloh933 .loh AdrpLdrGotLdr Lloh934, Lloh935, Lloh936 .loh AdrpLdrGotLdr Lloh937, Lloh938, Lloh939 .loh AdrpLdrGotLdr Lloh940, Lloh941, Lloh942 .loh AdrpLdrGotLdr Lloh943, Lloh944, Lloh945 .loh AdrpLdrGot Lloh948, Lloh949 .loh AdrpLdrGot Lloh946, Lloh947 .loh AdrpLdrGotLdr Lloh950, Lloh951, Lloh952 .loh AdrpLdrGot Lloh953, Lloh954 .loh AdrpLdrGot Lloh955, Lloh956 .loh AdrpLdrGotLdr Lloh957, Lloh958, Lloh959 .loh AdrpLdrGotLdr Lloh960, Lloh961, Lloh962 .loh AdrpLdrGot Lloh963, Lloh964 .loh AdrpLdrGotLdr Lloh965, Lloh966, Lloh967 .loh AdrpLdrGot Lloh968, Lloh969 .loh AdrpLdrGotLdr Lloh970, Lloh971, Lloh972 .loh AdrpLdrGot Lloh973, Lloh974 .loh AdrpLdrGotLdr Lloh975, Lloh976, Lloh977 .loh AdrpLdrGotLdr Lloh978, Lloh979, Lloh980 .loh AdrpLdrGotLdr Lloh981, Lloh982, Lloh983 .loh AdrpLdrGotLdr Lloh984, Lloh985, Lloh986 .loh AdrpLdrGotLdr Lloh987, Lloh988, Lloh989 .loh AdrpLdrGot Lloh990, Lloh991 .loh AdrpLdrGotLdr Lloh992, Lloh993, Lloh994 .loh AdrpLdrGot Lloh995, Lloh996 .loh AdrpLdrGot Lloh997, Lloh998 .loh AdrpLdrGotLdr Lloh999, Lloh1000, Lloh1001 .loh AdrpLdrGotLdr Lloh1002, Lloh1003, Lloh1004 .loh AdrpLdrGot Lloh1005, Lloh1006 .loh AdrpLdrGotLdr Lloh1007, Lloh1008, Lloh1009 .loh AdrpLdrGot Lloh1010, Lloh1011 .loh AdrpLdrGotLdr Lloh1012, Lloh1013, Lloh1014 .loh AdrpLdrGot Lloh1015, Lloh1016 .loh AdrpLdrGotLdr Lloh1017, Lloh1018, Lloh1019 .loh AdrpLdrGotLdr Lloh1020, Lloh1021, Lloh1022 .loh AdrpLdrGotLdr Lloh1023, Lloh1024, Lloh1025 .loh AdrpLdrGotLdr Lloh1026, Lloh1027, Lloh1028 .loh AdrpLdrGotLdr Lloh1029, Lloh1030, Lloh1031 .loh AdrpLdrGot Lloh1034, Lloh1035 .loh AdrpLdrGot Lloh1032, Lloh1033 .loh AdrpLdrGotLdr Lloh1036, Lloh1037, Lloh1038 .loh AdrpLdrGot Lloh1039, Lloh1040 .loh AdrpLdrGot Lloh1041, Lloh1042 .loh AdrpLdrGotLdr Lloh1043, Lloh1044, Lloh1045 .loh AdrpLdrGotLdr Lloh1046, Lloh1047, Lloh1048 .loh AdrpLdrGot Lloh1049, Lloh1050 .loh AdrpLdrGotLdr Lloh1051, Lloh1052, Lloh1053 .loh AdrpLdrGotLdr Lloh1054, Lloh1055, Lloh1056 .loh AdrpLdrGot Lloh1057, Lloh1058 .loh AdrpLdrGotLdr Lloh1059, Lloh1060, Lloh1061 .loh AdrpLdrGot Lloh1062, Lloh1063 .loh AdrpLdrGotLdr Lloh1064, Lloh1065, Lloh1066 .loh AdrpLdrGotLdr Lloh1067, Lloh1068, Lloh1069 .loh AdrpLdrGotLdr Lloh1070, Lloh1071, Lloh1072 .loh AdrpLdrGotLdr Lloh1073, Lloh1074, Lloh1075 .loh AdrpLdrGotLdr Lloh1076, Lloh1077, Lloh1078 .loh AdrpLdrGot Lloh1081, Lloh1082 .loh AdrpLdrGot Lloh1079, Lloh1080 .loh AdrpLdrGotLdr Lloh1083, Lloh1084, Lloh1085 .loh AdrpLdrGot Lloh1086, Lloh1087 .loh AdrpLdrGot Lloh1088, Lloh1089 .loh AdrpLdrGotLdr Lloh1090, Lloh1091, Lloh1092 .loh AdrpLdrGotLdr Lloh1093, Lloh1094, Lloh1095 .loh AdrpLdrGot Lloh1096, Lloh1097 .loh AdrpLdrGotLdr Lloh1098, Lloh1099, Lloh1100 .loh AdrpLdrGotLdr Lloh1101, Lloh1102, Lloh1103 .loh AdrpLdrGot Lloh1104, Lloh1105 .loh AdrpLdrGot Lloh1106, Lloh1107 .loh AdrpLdrGotLdr Lloh1108, Lloh1109, Lloh1110 .loh AdrpLdrGotLdr Lloh1111, Lloh1112, Lloh1113 .loh AdrpLdrGotLdr Lloh1114, Lloh1115, Lloh1116 .loh AdrpLdrGotLdr Lloh1117, Lloh1118, Lloh1119 .loh AdrpLdrGotLdr Lloh1120, Lloh1121, Lloh1122 .loh AdrpLdrGot Lloh1125, Lloh1126 .loh AdrpLdrGot Lloh1123, Lloh1124 .loh AdrpLdrGotLdr Lloh1127, Lloh1128, Lloh1129 .loh AdrpLdrGot Lloh1130, Lloh1131 .loh AdrpLdrGot Lloh1132, Lloh1133 .loh AdrpLdrGotLdr Lloh1134, Lloh1135, Lloh1136 .loh AdrpLdrGotLdr Lloh1137, Lloh1138, Lloh1139 .loh AdrpLdrGot Lloh1140, Lloh1141 .loh AdrpLdrGotLdr Lloh1142, Lloh1143, Lloh1144 .loh AdrpLdrGotLdr Lloh1145, Lloh1146, Lloh1147 .loh AdrpLdrGot Lloh1148, Lloh1149 .loh AdrpLdrGot Lloh1150, Lloh1151 .loh AdrpLdrGotLdr Lloh1152, Lloh1153, Lloh1154 .loh AdrpLdrGotLdr Lloh1155, Lloh1156, Lloh1157 .loh AdrpLdrGotLdr Lloh1158, Lloh1159, Lloh1160 .loh AdrpLdrGotLdr Lloh1161, Lloh1162, Lloh1163 .loh AdrpLdrGotLdr Lloh1164, Lloh1165, Lloh1166 .loh AdrpLdrGot Lloh1169, Lloh1170 .loh AdrpLdrGot Lloh1167, Lloh1168 .loh AdrpLdrGotLdr Lloh1171, Lloh1172, Lloh1173 .loh AdrpLdrGot Lloh1174, Lloh1175 .loh AdrpLdrGot Lloh1176, Lloh1177 .loh AdrpLdrGotLdr Lloh1178, Lloh1179, Lloh1180 .loh AdrpLdrGotLdr Lloh1181, Lloh1182, Lloh1183 .loh AdrpLdrGot Lloh1184, Lloh1185 .loh AdrpLdrGotLdr Lloh1186, Lloh1187, Lloh1188 .loh AdrpLdrGotLdr Lloh1189, Lloh1190, Lloh1191 .loh AdrpLdrGot Lloh1192, Lloh1193 .loh AdrpLdrGot Lloh1194, Lloh1195 .loh AdrpLdrGotLdr Lloh1196, Lloh1197, Lloh1198 .loh AdrpLdrGotLdr Lloh1199, Lloh1200, Lloh1201 .loh AdrpLdrGotLdr Lloh1202, Lloh1203, Lloh1204 .loh AdrpLdrGotLdr Lloh1205, Lloh1206, Lloh1207 .loh AdrpLdrGotLdr Lloh1208, Lloh1209, Lloh1210 .loh AdrpLdrGot Lloh1213, Lloh1214 .loh AdrpLdrGot Lloh1211, Lloh1212 .loh AdrpLdrGotLdr Lloh1215, Lloh1216, Lloh1217 .loh AdrpLdrGot Lloh1218, Lloh1219 .loh AdrpLdrGot Lloh1220, Lloh1221 .loh AdrpLdrGotLdr Lloh1222, Lloh1223, Lloh1224 .loh AdrpLdrGotLdr Lloh1225, Lloh1226, Lloh1227 .loh AdrpLdrGot Lloh1228, Lloh1229 .loh AdrpLdrGotLdr Lloh1230, Lloh1231, Lloh1232 .loh AdrpLdrGotLdr Lloh1233, Lloh1234, Lloh1235 .loh AdrpLdrGot Lloh1236, Lloh1237 .loh AdrpLdrGot Lloh1238, Lloh1239 .loh AdrpLdrGotLdr Lloh1240, Lloh1241, Lloh1242 .loh AdrpLdrGotLdr Lloh1243, Lloh1244, Lloh1245 .loh AdrpLdrGotLdr Lloh1246, Lloh1247, Lloh1248 .loh AdrpLdrGotLdr Lloh1249, Lloh1250, Lloh1251 .loh AdrpLdrGotLdr Lloh1252, Lloh1253, Lloh1254 .loh AdrpLdrGot Lloh1257, Lloh1258 .loh AdrpLdrGot Lloh1255, Lloh1256 .loh AdrpLdrGotLdr Lloh1259, Lloh1260, Lloh1261 .loh AdrpLdrGot Lloh1262, Lloh1263 .loh AdrpLdrGot Lloh1264, Lloh1265 .loh AdrpLdrGotLdr Lloh1266, Lloh1267, Lloh1268 .loh AdrpLdrGotLdr Lloh1269, Lloh1270, Lloh1271 .loh AdrpLdrGot Lloh1272, Lloh1273 .loh AdrpLdrGotLdr Lloh1274, Lloh1275, Lloh1276 .loh AdrpLdrGotLdr Lloh1277, Lloh1278, Lloh1279 .loh AdrpLdrGot Lloh1280, Lloh1281 .loh AdrpLdrGot Lloh1282, Lloh1283 .loh AdrpLdrGotLdr Lloh1284, Lloh1285, Lloh1286 .loh AdrpLdrGotLdr Lloh1287, Lloh1288, Lloh1289 .loh AdrpLdrGotLdr Lloh1290, Lloh1291, Lloh1292 .loh AdrpLdrGotLdr Lloh1293, Lloh1294, Lloh1295 .loh AdrpLdrGotLdr Lloh1296, Lloh1297, Lloh1298 .loh AdrpLdrGot Lloh1301, Lloh1302 .loh AdrpLdrGot Lloh1299, Lloh1300 .loh AdrpLdrGotLdr Lloh1303, Lloh1304, Lloh1305 .loh AdrpLdrGot Lloh1306, Lloh1307 .loh AdrpLdrGot Lloh1308, Lloh1309 .loh AdrpLdrGotLdr Lloh1310, Lloh1311, Lloh1312 .loh AdrpLdrGotLdr Lloh1313, Lloh1314, Lloh1315 .loh AdrpLdrGot Lloh1316, Lloh1317 .loh AdrpLdrGotLdr Lloh1318, Lloh1319, Lloh1320 .loh AdrpLdrGotLdr Lloh1321, Lloh1322, Lloh1323 .loh AdrpLdrGot Lloh1324, Lloh1325 .loh AdrpLdrGot Lloh1326, Lloh1327 .loh AdrpLdrGotLdr Lloh1328, Lloh1329, Lloh1330 .loh AdrpLdrGotLdr Lloh1331, Lloh1332, Lloh1333 .loh AdrpLdrGotLdr Lloh1334, Lloh1335, Lloh1336 .loh AdrpLdrGotLdr Lloh1337, Lloh1338, Lloh1339 .loh AdrpLdrGotLdr Lloh1340, Lloh1341, Lloh1342 .loh AdrpLdrGot Lloh1345, Lloh1346 .loh AdrpLdrGot Lloh1343, Lloh1344 .loh AdrpLdrGotLdr Lloh1347, Lloh1348, Lloh1349 .loh AdrpLdrGot Lloh1350, Lloh1351 .loh AdrpLdrGot Lloh1352, Lloh1353 .loh AdrpLdrGotLdr Lloh1354, Lloh1355, Lloh1356 .loh AdrpLdrGotLdr Lloh1357, Lloh1358, Lloh1359 .loh AdrpLdrGot Lloh1360, Lloh1361 .loh AdrpLdrGotLdr Lloh1362, Lloh1363, Lloh1364 .loh AdrpLdrGotLdr Lloh1365, Lloh1366, Lloh1367 .loh AdrpLdrGot Lloh1368, Lloh1369 .loh AdrpLdrGot Lloh1370, Lloh1371 .loh AdrpLdrGotLdr Lloh1372, Lloh1373, Lloh1374 .loh AdrpLdrGotLdr Lloh1375, Lloh1376, Lloh1377 .loh AdrpLdrGotLdr Lloh1378, Lloh1379, Lloh1380 .loh AdrpLdrGotLdr Lloh1381, Lloh1382, Lloh1383 .loh AdrpLdrGotLdr Lloh1384, Lloh1385, Lloh1386 .loh AdrpLdrGotLdr Lloh1387, Lloh1388, Lloh1389 .loh AdrpLdrGotLdr Lloh1393, Lloh1394, Lloh1395 .loh AdrpLdrGotLdr Lloh1390, Lloh1391, Lloh1392 .cfi_endproc ; -- End function .comm __diverge_delta,4,2 ; @_diverge_delta .comm _p16_x,4,2 ; @p16_x .comm _p15_x,4,2 ; @p15_x .comm _p14_x,4,2 ; @p14_x .comm _p12_l0,1,0 ; @p12_l0 .comm _p12_x,4,2 ; @p12_x .comm _p11_l0,1,0 ; @p11_l0 .comm _p11_x,4,2 ; @p11_x .comm _p16_l1,1,0 ; @p16_l1 .comm _p10_l0,1,0 ; @p10_l0 .comm _p10_x,4,2 ; @p10_x .comm _p9_x,4,2 ; @p9_x .comm _p2_l1,1,0 ; @p2_l1 .comm _p6_x,4,2 ; @p6_x .comm _p8_l1,1,0 ; @p8_l1 .comm _p2_l0,1,0 ; @p2_l0 .comm _p13_l0,1,0 ; @p13_l0 .comm _p2_x,4,2 ; @p2_x .comm _p1_l1,1,0 ; @p1_l1 .comm _delta,4,2 ; @delta .comm _p13_x,4,2 ; @p13_x .comm _p0_l0,1,0 ; @p0_l0 .comm _p7_l1,1,0 ; @p7_l1 .comm _p0_x,4,2 ; @p0_x .comm _p12_l1,1,0 ; @p12_l1 .comm _p6_l0,1,0 ; @p6_l0 .comm _turn,4,2 ; @turn .comm _id,4,2 ; @id .comm _p14_l0,1,0 ; @p14_l0 .comm _p3_x,4,2 ; @p3_x .comm _p15_l1,1,0 ; @p15_l1 .comm _p9_l0,1,0 ; @p9_l0 .comm _p1_x,4,2 ; @p1_x .comm _p5_l1,1,0 ; @p5_l1 .comm _p9_l1,1,0 ; @p9_l1 .comm _p3_l0,1,0 ; @p3_l0 .comm _p3_l1,1,0 ; @p3_l1 .comm _p0_l1,1,0 ; @p0_l1 .comm _p7_x,4,2 ; @p7_x .comm _p15_l0,1,0 ; @p15_l0 .comm _p4_x,4,2 ; @p4_x .comm _p10_l1,1,0 ; @p10_l1 .comm _p4_l0,1,0 ; @p4_l0 .comm _p1_l0,1,0 ; @p1_l0 .comm _p4_l1,1,0 ; @p4_l1 .comm _p8_x,4,2 ; @p8_x .comm _p16_l0,1,0 ; @p16_l0 .comm _p5_x,4,2 ; @p5_x .comm _p11_l1,1,0 ; @p11_l1 .comm _p5_l0,1,0 ; @p5_l0 .comm _p6_l1,1,0 ; @p6_l1 .comm _p13_l1,1,0 ; @p13_l1 .comm _p7_l0,1,0 ; @p7_l0 .comm _p14_l1,1,0 ; @p14_l1 .comm _p8_l0,1,0 ; @p8_l0 .comm __x__diverge_delta,4,2 ; @_x__diverge_delta .comm __x_p16_x,4,2 ; @_x_p16_x .comm __x_p15_x,4,2 ; @_x_p15_x .comm __x_p14_x,4,2 ; @_x_p14_x .comm __x_p12_l0,1,0 ; @_x_p12_l0 .comm __x_p12_x,4,2 ; @_x_p12_x .comm __x_p11_l0,1,0 ; @_x_p11_l0 .comm __x_p11_x,4,2 ; @_x_p11_x .comm __x_p16_l1,1,0 ; @_x_p16_l1 .comm __x_p10_l0,1,0 ; @_x_p10_l0 .comm __x_p10_x,4,2 ; @_x_p10_x .comm __x_p9_x,4,2 ; @_x_p9_x .comm __x_p2_l1,1,0 ; @_x_p2_l1 .comm __x_p6_x,4,2 ; @_x_p6_x .comm __x_p8_l1,1,0 ; @_x_p8_l1 .comm __x_p2_l0,1,0 ; @_x_p2_l0 .comm __x_p13_l0,1,0 ; @_x_p13_l0 .comm __x_p2_x,4,2 ; @_x_p2_x .comm __x_p1_l1,1,0 ; @_x_p1_l1 .comm __x_delta,4,2 ; @_x_delta .comm __x_p13_x,4,2 ; @_x_p13_x .comm __x_p0_l0,1,0 ; @_x_p0_l0 .comm __x_p7_l1,1,0 ; @_x_p7_l1 .comm __x_p0_x,4,2 ; @_x_p0_x .comm __x_p12_l1,1,0 ; @_x_p12_l1 .comm __x_p6_l0,1,0 ; @_x_p6_l0 .comm __x_turn,4,2 ; @_x_turn .comm __x_id,4,2 ; @_x_id .comm __x_p14_l0,1,0 ; @_x_p14_l0 .comm __x_p3_x,4,2 ; @_x_p3_x .comm __x_p15_l1,1,0 ; @_x_p15_l1 .comm __x_p9_l0,1,0 ; @_x_p9_l0 .comm __x_p1_x,4,2 ; @_x_p1_x .comm __x_p5_l1,1,0 ; @_x_p5_l1 .comm __x_p9_l1,1,0 ; @_x_p9_l1 .comm __x_p3_l0,1,0 ; @_x_p3_l0 .comm __x_p3_l1,1,0 ; @_x_p3_l1 .comm __x_p0_l1,1,0 ; @_x_p0_l1 .comm __x_p7_x,4,2 ; @_x_p7_x .comm __x_p15_l0,1,0 ; @_x_p15_l0 .comm __x_p4_x,4,2 ; @_x_p4_x .comm __x_p10_l1,1,0 ; @_x_p10_l1 .comm __x_p4_l0,1,0 ; @_x_p4_l0 .comm __x_p1_l0,1,0 ; @_x_p1_l0 .comm __x_p4_l1,1,0 ; @_x_p4_l1 .comm __x_p8_x,4,2 ; @_x_p8_x .comm __x_p16_l0,1,0 ; @_x_p16_l0 .comm __x_p5_x,4,2 ; @_x_p5_x .comm __x_p11_l1,1,0 ; @_x_p11_l1 .comm __x_p5_l0,1,0 ; @_x_p5_l0 .comm __x_p6_l1,1,0 ; @_x_p6_l1 .comm __x_p13_l1,1,0 ; @_x_p13_l1 .comm __x_p7_l0,1,0 ; @_x_p7_l0 .comm __x_p14_l1,1,0 ; @_x_p14_l1 .comm __x_p8_l0,1,0 ; @_x_p8_l0 .subsections_via_symbols
the_stack_data/192330083.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _kernel_rule_to_cpu_rule ## -- Begin function kernel_rule_to_cpu_rule .p2align 4, 0x90 _kernel_rule_to_cpu_rule: ## @kernel_rule_to_cpu_rule .cfi_startproc ## %bb.0: movq _HCBUFSIZ_LARGE@GOTPCREL(%rip), %rcx xorl %eax, %eax cmpq $2, (%rcx) jl LBB0_3 ## %bb.1: movq _MAX_KERNEL_RULES@GOTPCREL(%rip), %rcx cmpq $0, (%rcx) jle LBB0_3 ## %bb.2: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rsi, %rdi callq _GET_NAME movl $-1, %eax popq %rbp LBB0_3: retq .cfi_endproc ## -- End function .comm _HCBUFSIZ_LARGE,8,3 ## @HCBUFSIZ_LARGE .comm _MAX_KERNEL_RULES,8,3 ## @MAX_KERNEL_RULES .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _kernel_rule_to_cpu_rule ; -- Begin function kernel_rule_to_cpu_rule .p2align 2 _kernel_rule_to_cpu_rule: ; @kernel_rule_to_cpu_rule .cfi_startproc ; %bb.0: Lloh0: adrp x8, _HCBUFSIZ_LARGE@GOTPAGE Lloh1: ldr x8, [x8, _HCBUFSIZ_LARGE@GOTPAGEOFF] Lloh2: ldr x8, [x8] Lloh3: adrp x9, _MAX_KERNEL_RULES@GOTPAGE Lloh4: ldr x9, [x9, _MAX_KERNEL_RULES@GOTPAGEOFF] Lloh5: ldr x9, [x9] cmp x8, #2 ccmp x9, #1, #8, ge b.ge LBB0_2 ; %bb.1: mov w0, #0 ; =0x0 ret LBB0_2: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x0, x1 bl _GET_NAME mov w0, #-1 ; =0xffffffff ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .cfi_endproc ; -- End function .comm _HCBUFSIZ_LARGE,8,3 ; @HCBUFSIZ_LARGE .comm _MAX_KERNEL_RULES,8,3 ; @MAX_KERNEL_RULES .subsections_via_symbols
assembly_file_179510.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function netfs_convert_cmd _netfs_convert_cmd: ## @netfs_convert_cmd .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 movq 56(%rdi), %rdi callq ___be64_to_cpu movq %rax, 56(%rbx) movq 48(%rbx), %rdi callq ___be64_to_cpu movq %rax, 48(%rbx) movq 40(%rbx), %rdi callq ___be64_to_cpu movq %rax, 40(%rbx) movq 32(%rbx), %rdi callq ___be16_to_cpu movq %rax, 32(%rbx) movq 24(%rbx), %rdi callq ___be16_to_cpu movq %rax, 24(%rbx) movq 16(%rbx), %rdi callq ___be16_to_cpu movq %rax, 16(%rbx) movq 8(%rbx), %rdi callq ___be16_to_cpu movq %rax, 8(%rbx) movl (%rbx), %edi callq ___be32_to_cpu movl %eax, (%rbx) addq $8, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .no_dead_strip _netfs_convert_cmd .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function netfs_convert_cmd _netfs_convert_cmd: ; @netfs_convert_cmd .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 ldr x0, [x0, #56] bl ___be64_to_cpu str x0, [x19, #56] ldr x0, [x19, #48] bl ___be64_to_cpu str x0, [x19, #48] ldr x0, [x19, #40] bl ___be64_to_cpu str x0, [x19, #40] ldr x0, [x19, #32] bl ___be16_to_cpu str x0, [x19, #32] ldr x0, [x19, #24] bl ___be16_to_cpu str x0, [x19, #24] ldr x0, [x19, #16] bl ___be16_to_cpu str x0, [x19, #16] ldr x0, [x19, #8] bl ___be16_to_cpu str x0, [x19, #8] ldr w0, [x19] bl ___be32_to_cpu str w0, [x19] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .no_dead_strip _netfs_convert_cmd .subsections_via_symbols
AnghaBench/fastsocket/kernel/drivers/staging/pohmelfs/extr_netfs.h_netfs_convert_cmd.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/156394430.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cvtblkval ## -- Begin function cvtblkval .p2align 4, 0x90 _cvtblkval: ## @cvtblkval .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 %rdx, %r8 movl %esi, %ecx movl %edi, %ebx cmpl $116, %esi ja LBB0_9 ## %bb.1: movl %ecx, %eax leaq LJTI0_0(%rip), %rdx movslq (%rdx,%rax,4), %rax addq %rdx, %rax jmpq *%rax LBB0_7: xorl %edi, %edi jmp LBB0_4 LBB0_3: movl $1024, %edi ## imm = 0x400 jmp LBB0_4 LBB0_6: movl $1073741824, %edi ## imm = 0x40000000 jmp LBB0_4 LBB0_2: movl %ebx, %edi addq $8, %rsp popq %rbx popq %rbp jmp _btodb ## TAILCALL LBB0_5: movl $1048576, %edi ## imm = 0x100000 LBB0_4: callq _btodb imull %eax, %ebx LBB0_10: movl %ebx, %eax addq $8, %rsp popq %rbx popq %rbp retq LBB0_9: movslq %ebx, %rdx leaq L_.str.1(%rip), %rsi movl $2, %edi xorl %eax, %eax callq _errx jmp LBB0_10 LBB0_8: leaq L_.str(%rip), %rsi movl $2, %edi movq %r8, %rdx xorl %eax, %eax callq _errx jmp LBB0_10 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_3, LBB0_3-LJTI0_0 .set L0_0_set_9, LBB0_9-LJTI0_0 .set L0_0_set_8, LBB0_8-LJTI0_0 .set L0_0_set_2, LBB0_2-LJTI0_0 .set L0_0_set_7, LBB0_7-LJTI0_0 .set L0_0_set_6, LBB0_6-LJTI0_0 .set L0_0_set_5, LBB0_5-LJTI0_0 LJTI0_0: .long L0_0_set_3 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_8 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_3 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_3 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_2 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_7 .long L0_0_set_9 .long L0_0_set_6 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_3 .long L0_0_set_9 .long L0_0_set_5 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_7 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_7 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_2 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_7 .long L0_0_set_9 .long L0_0_set_6 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_3 .long L0_0_set_9 .long L0_0_set_5 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_7 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_9 .long L0_0_set_7 .end_data_region ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "No space permitted between value and units for %s\n" L_.str.1: ## @.str.1 .asciz "%ju%c: unknown units for %s, specify none, K, M, G, T, P, or E\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cvtblkval ; -- Begin function cvtblkval .p2align 2 _cvtblkval: ; @cvtblkval .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 ; kill: def $w1 killed $w1 def $x1 mov x19, x0 cmp w1, #116 b.hi LBB0_9 ; %bb.1: mov w8, w1 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: mov w0, #0 b LBB0_7 LBB0_3: mov w0, #1024 b LBB0_7 LBB0_4: mov w0, #1073741824 b LBB0_7 LBB0_5: mov x0, x19 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload ldp x20, x19, [sp, #16] ; 16-byte Folded Reload add sp, sp, #48 b _btodb LBB0_6: mov w0, #1048576 LBB0_7: bl _btodb mul w19, w0, w19 LBB0_8: mov x0, x19 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload ldp x20, x19, [sp, #16] ; 16-byte Folded Reload add sp, sp, #48 ret LBB0_9: sxtw x8, w19 stp x1, x2, [sp] Lloh2: adrp x1, l_.str.1@PAGE Lloh3: add x1, x1, l_.str.1@PAGEOFF mov w0, #2 mov x2, x8 b LBB0_11 LBB0_10: Lloh4: adrp x1, l_.str@PAGE Lloh5: add x1, x1, l_.str@PAGEOFF mov w0, #2 LBB0_11: bl _errx b LBB0_8 .loh AdrpAdd Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .loh AdrpAdd Lloh4, Lloh5 .cfi_endproc .section __TEXT,__const lJTI0_0: .byte (LBB0_3-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_10-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_3-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_3-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_5-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_2-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_4-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_3-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_6-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_2-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_2-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_5-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_2-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_4-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_3-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_6-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_2-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_9-LBB0_2)>>2 .byte (LBB0_2-LBB0_2)>>2 ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "No space permitted between value and units for %s\n" l_.str.1: ; @.str.1 .asciz "%ju%c: unknown units for %s, specify none, K, M, G, T, P, or E\n" .subsections_via_symbols
AnghaBench/freebsd/usr.sbin/edquota/extr_edquota.c_cvtblkval.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function snd_asihpi_aesebu_rx_add _snd_asihpi_aesebu_rx_add: ## @snd_asihpi_aesebu_rx_add .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 %rsi, %r15 movq %rdi, %rbx movq (%rdi), %r14 leaq L_.str(%rip), %rdx leaq -48(%rbp), %r12 movq %r12, %rdi callq _asihpi_ctl_init movq _SNDRV_CTL_ELEM_ACCESS_READWRITE@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -48(%rbp) movq _snd_asihpi_aesebu_format_info@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -40(%rbp) movq _snd_asihpi_aesebu_rx_format_get@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -44(%rbp) movq _snd_asihpi_aesebu_rx_format_put@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -36(%rbp) movq %r14, %rdi movq %r12, %rsi movq %rbx, %rdx callq _ctl_add testl %eax, %eax js LBB0_1 ## %bb.2: leaq L_.str.1(%rip), %rdx leaq -48(%rbp), %r12 movq %r12, %rdi movq %r15, %rsi callq _asihpi_ctl_init movq _SNDRV_CTL_ELEM_ACCESS_VOLATILE@GOTPCREL(%rip), %rax movq _SNDRV_CTL_ELEM_ACCESS_READ@GOTPCREL(%rip), %rcx movl (%rcx), %ecx orl (%rax), %ecx movl %ecx, -48(%rbp) movq _snd_asihpi_aesebu_rxstatus_info@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -40(%rbp) movq _snd_asihpi_aesebu_rxstatus_get@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -44(%rbp) movq %r14, %rdi movq %r12, %rsi movq %rbx, %rdx callq _ctl_add jmp LBB0_3 LBB0_1: movq _EINVAL@GOTPCREL(%rip), %rcx xorl %eax, %eax subl (%rcx), %eax LBB0_3: addq $16, %rsp popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Format" .comm _SNDRV_CTL_ELEM_ACCESS_READWRITE,4,2 ## @SNDRV_CTL_ELEM_ACCESS_READWRITE .comm _snd_asihpi_aesebu_format_info,4,2 ## @snd_asihpi_aesebu_format_info .comm _snd_asihpi_aesebu_rx_format_get,4,2 ## @snd_asihpi_aesebu_rx_format_get .comm _snd_asihpi_aesebu_rx_format_put,4,2 ## @snd_asihpi_aesebu_rx_format_put .comm _EINVAL,4,2 ## @EINVAL L_.str.1: ## @.str.1 .asciz "Status" .comm _SNDRV_CTL_ELEM_ACCESS_VOLATILE,4,2 ## @SNDRV_CTL_ELEM_ACCESS_VOLATILE .comm _SNDRV_CTL_ELEM_ACCESS_READ,4,2 ## @SNDRV_CTL_ELEM_ACCESS_READ .comm _snd_asihpi_aesebu_rxstatus_info,4,2 ## @snd_asihpi_aesebu_rxstatus_info .comm _snd_asihpi_aesebu_rxstatus_get,4,2 ## @snd_asihpi_aesebu_rxstatus_get .no_dead_strip _snd_asihpi_aesebu_rx_add .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function snd_asihpi_aesebu_rx_add _snd_asihpi_aesebu_rx_add: ; @snd_asihpi_aesebu_rx_add .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 mov x21, x1 mov x19, x0 ldr x20, [x0] Lloh0: adrp x2, l_.str@PAGE Lloh1: add x2, x2, l_.str@PAGEOFF mov x0, sp bl _asihpi_ctl_init Lloh2: adrp x8, _SNDRV_CTL_ELEM_ACCESS_READWRITE@GOTPAGE Lloh3: ldr x8, [x8, _SNDRV_CTL_ELEM_ACCESS_READWRITE@GOTPAGEOFF] Lloh4: adrp x9, _snd_asihpi_aesebu_format_info@GOTPAGE Lloh5: ldr x9, [x9, _snd_asihpi_aesebu_format_info@GOTPAGEOFF] Lloh6: ldr w8, [x8] Lloh7: ldr w9, [x9] Lloh8: adrp x10, _snd_asihpi_aesebu_rx_format_get@GOTPAGE Lloh9: ldr x10, [x10, _snd_asihpi_aesebu_rx_format_get@GOTPAGEOFF] Lloh10: ldr w10, [x10] stp w8, w10, [sp] Lloh11: adrp x8, _snd_asihpi_aesebu_rx_format_put@GOTPAGE Lloh12: ldr x8, [x8, _snd_asihpi_aesebu_rx_format_put@GOTPAGEOFF] Lloh13: ldr w8, [x8] stp w9, w8, [sp, #8] mov x1, sp mov x0, x20 mov x2, x19 bl _ctl_add tbnz w0, #31, LBB0_2 ; %bb.1: Lloh14: adrp x2, l_.str.1@PAGE Lloh15: add x2, x2, l_.str.1@PAGEOFF mov x0, sp mov x1, x21 bl _asihpi_ctl_init Lloh16: adrp x8, _SNDRV_CTL_ELEM_ACCESS_VOLATILE@GOTPAGE Lloh17: ldr x8, [x8, _SNDRV_CTL_ELEM_ACCESS_VOLATILE@GOTPAGEOFF] Lloh18: adrp x9, _SNDRV_CTL_ELEM_ACCESS_READ@GOTPAGE Lloh19: ldr x9, [x9, _SNDRV_CTL_ELEM_ACCESS_READ@GOTPAGEOFF] Lloh20: ldr w8, [x8] Lloh21: ldr w9, [x9] orr w8, w9, w8 Lloh22: adrp x9, _snd_asihpi_aesebu_rxstatus_info@GOTPAGE Lloh23: ldr x9, [x9, _snd_asihpi_aesebu_rxstatus_info@GOTPAGEOFF] Lloh24: ldr w9, [x9] str w9, [sp, #8] Lloh25: adrp x9, _snd_asihpi_aesebu_rxstatus_get@GOTPAGE Lloh26: ldr x9, [x9, _snd_asihpi_aesebu_rxstatus_get@GOTPAGEOFF] Lloh27: ldr w9, [x9] stp w8, w9, [sp] mov x1, sp mov x0, x20 mov x2, x19 bl _ctl_add b LBB0_3 LBB0_2: Lloh28: adrp x8, _EINVAL@GOTPAGE Lloh29: ldr x8, [x8, _EINVAL@GOTPAGEOFF] Lloh30: ldr w8, [x8] neg w0, w8 LBB0_3: 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 Lloh11, Lloh12, Lloh13 .loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10 .loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh7 .loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh6 .loh AdrpAdd Lloh0, Lloh1 .loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27 .loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24 .loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh21 .loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh20 .loh AdrpAdd Lloh14, Lloh15 .loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Format" .comm _SNDRV_CTL_ELEM_ACCESS_READWRITE,4,2 ; @SNDRV_CTL_ELEM_ACCESS_READWRITE .comm _snd_asihpi_aesebu_format_info,4,2 ; @snd_asihpi_aesebu_format_info .comm _snd_asihpi_aesebu_rx_format_get,4,2 ; @snd_asihpi_aesebu_rx_format_get .comm _snd_asihpi_aesebu_rx_format_put,4,2 ; @snd_asihpi_aesebu_rx_format_put .comm _EINVAL,4,2 ; @EINVAL l_.str.1: ; @.str.1 .asciz "Status" .comm _SNDRV_CTL_ELEM_ACCESS_VOLATILE,4,2 ; @SNDRV_CTL_ELEM_ACCESS_VOLATILE .comm _SNDRV_CTL_ELEM_ACCESS_READ,4,2 ; @SNDRV_CTL_ELEM_ACCESS_READ .comm _snd_asihpi_aesebu_rxstatus_info,4,2 ; @snd_asihpi_aesebu_rxstatus_info .comm _snd_asihpi_aesebu_rxstatus_get,4,2 ; @snd_asihpi_aesebu_rxstatus_get .no_dead_strip _snd_asihpi_aesebu_rx_add .subsections_via_symbols
AnghaBench/linux/sound/pci/asihpi/extr_asihpi.c_snd_asihpi_aesebu_rx_add.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function ath9k_hw_attach_ops _ath9k_hw_attach_ops: ## @ath9k_hw_attach_ops .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 callq _AR_SREV_9300_20_OR_LATER movq %rbx, %rdi testl %eax, %eax je LBB0_2 ## %bb.1: callq _ar9003_hw_attach_ops xorl %eax, %eax addq $8, %rsp popq %rbx popq %rbp retq LBB0_2: addq $8, %rsp popq %rbx popq %rbp jmp _ar9002_hw_attach_ops ## TAILCALL .cfi_endproc ## -- End function .no_dead_strip _ath9k_hw_attach_ops .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function ath9k_hw_attach_ops _ath9k_hw_attach_ops: ; @ath9k_hw_attach_ops .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 bl _AR_SREV_9300_20_OR_LATER cbz w0, LBB0_2 ; %bb.1: mov x0, x19 bl _ar9003_hw_attach_ops mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret LBB0_2: mov x0, x19 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload b _ar9002_hw_attach_ops .cfi_endproc ; -- End function .no_dead_strip _ath9k_hw_attach_ops .subsections_via_symbols
AnghaBench/linux/drivers/net/wireless/ath/ath9k/extr_hw.c_ath9k_hw_attach_ops.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function tcf_simp_release _tcf_simp_release: ## @tcf_simp_release .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _to_defact movl (%rax), %edi popq %rbp jmp _kfree ## TAILCALL .cfi_endproc ## -- End function .no_dead_strip _tcf_simp_release .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function tcf_simp_release _tcf_simp_release: ; @tcf_simp_release .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 _to_defact ldr w0, [x0] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload b _kfree .cfi_endproc ; -- End function .no_dead_strip _tcf_simp_release .subsections_via_symbols
AnghaBench/linux/net/sched/extr_act_simple.c_tcf_simp_release.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _get_pointer ## -- Begin function get_pointer .p2align 4, 0x90 _get_pointer: ## @get_pointer .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 movl $267386880, %eax ## imm = 0xFF00000 andl 4(%rdi), %eax xorl %edi, %edi cmpl $93323264, %eax ## imm = 0x5900000 sete %dil callq _assert movl 4(%rbx), %eax andl $4095, %eax ## imm = 0xFFF movq 12(%rbx,%rax), %rbx movl $251658240, %eax ## imm = 0xF000000 andl (%rbx), %eax xorl %edi, %edi cmpl $167772160, %eax ## imm = 0xA000000 sete %dil callq _assert movl (%rbx), %eax shll $8, %eax sarl $6, %eax cltq addq %rbx, %rax addq $8, %rax 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 _get_pointer ; -- Begin function get_pointer .p2align 2 _get_pointer: ; @get_pointer .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 ldr w8, [x19, #4]! and w8, w8, #0xff00000 mov w9, #93323264 cmp w8, w9 cset w0, eq bl _assert ldr w8, [x19] and x8, x8, #0xfff add x8, x19, x8 ldr x19, [x8, #8] ldr w8, [x19] and w8, w8, #0xf000000 mov w9, #167772160 cmp w8, w9 cset w0, eq bl _assert ldr w8, [x19] sbfiz w8, w8, #2, #24 add x8, x19, w8, sxtw add x0, x8, #8 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/Provenance/Cores/Yabause/yabause/src/sh2_dynarec/extr_assem_arm.c_get_pointer.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 query LCPI0_0: .quad 0x406fe00000000000 ## double 255 LCPI0_1: .quad 0xbff0000000000000 ## double -1 LCPI0_3: .quad 0x3ff0000000000000 ## double 1 LCPI0_10: .quad 0x0000000000000000 ## double 0 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI0_2: .quad 0x8000000000000000 ## double -0 .quad 0x8000000000000000 ## double -0 LCPI0_4: .quad 0x3ff0000000000000 ## double 1 .quad 0x3ff0000000000000 ## double 1 LCPI0_5: .quad 0x4059000000000000 ## double 100 .quad 0x4059000000000000 ## double 100 LCPI0_6: .long 0x80000000 ## float -0 .long 0x80000000 ## float -0 .long 0x80000000 ## float -0 .long 0x80000000 ## float -0 LCPI0_7: .long 0x3effffff ## float 0.49999997 .long 0x3effffff ## float 0.49999997 .long 0x3effffff ## float 0.49999997 .long 0x3effffff ## float 0.49999997 LCPI0_8: .long 0x42c80000 ## float 100 .long 0x42c80000 ## float 100 .space 4 .space 4 LCPI0_9: .space 16 .section __TEXT,__text,regular,pure_instructions .globl _query .p2align 4, 0x90 _query: ## @query .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 $272, %rsp ## imm = 0x110 .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) movsd LCPI0_0(%rip), %xmm4 ## xmm4 = mem[0],zero divsd %xmm4, %xmm0 addsd %xmm0, %xmm0 movsd LCPI0_1(%rip), %xmm3 ## xmm3 = mem[0],zero addsd %xmm3, %xmm0 movsd %xmm0, -160(%rbp) ## 8-byte Spill divsd %xmm4, %xmm1 addsd %xmm1, %xmm1 addsd %xmm3, %xmm1 movsd %xmm1, -128(%rbp) ## 8-byte Spill divsd %xmm4, %xmm2 addsd %xmm2, %xmm2 addsd %xmm3, %xmm2 movsd %xmm2, -144(%rbp) ## 8-byte Spill xorl %ebx, %ebx leaq _hl1WeightMatrix1(%rip), %r14 movapd LCPI0_2(%rip), %xmm4 ## xmm4 = [-0.0E+0,-0.0E+0] movq _hiddenOut1@GOTPCREL(%rip), %r15 .p2align 4, 0x90 LBB0_1: ## =>This Inner Loop Header: Depth=1 movsd (%r14,%rbx,4), %xmm0 ## xmm0 = mem[0],zero mulsd -160(%rbp), %xmm0 ## 8-byte Folded Reload addsd LCPI0_10(%rip), %xmm0 movsd 8(%r14,%rbx,4), %xmm1 ## xmm1 = mem[0],zero mulsd -128(%rbp), %xmm1 ## 8-byte Folded Reload addsd %xmm0, %xmm1 movsd 16(%r14,%rbx,4), %xmm0 ## xmm0 = mem[0],zero mulsd -144(%rbp), %xmm0 ## 8-byte Folded Reload addsd %xmm1, %xmm0 subsd 24(%r14,%rbx,4), %xmm0 xorpd %xmm4, %xmm0 callq _exp movapd LCPI0_2(%rip), %xmm4 ## xmm4 = [-0.0E+0,-0.0E+0] movsd LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 divsd %xmm0, %xmm1 movsd %xmm1, (%r15,%rbx) addq $8, %rbx cmpq $88, %rbx jne LBB0_1 ## %bb.2: movabsq $-4616189618054758400, %r14 ## imm = 0xBFF0000000000000 movq %r14, 80(%r15) movddup (%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -160(%rbp) ## 16-byte Spill movddup 8(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -288(%rbp) ## 16-byte Spill movddup 16(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -272(%rbp) ## 16-byte Spill movddup 24(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -256(%rbp) ## 16-byte Spill movddup 32(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -240(%rbp) ## 16-byte Spill movddup 40(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -224(%rbp) ## 16-byte Spill movddup 48(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -208(%rbp) ## 16-byte Spill movddup 56(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -192(%rbp) ## 16-byte Spill movddup 64(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -176(%rbp) ## 16-byte Spill movddup 72(%r15), %xmm0 ## xmm0 = mem[0,0] movapd %xmm0, -304(%rbp) ## 16-byte Spill leaq _hl2WeightMatrix1+168(%rip), %rbx xorl %r12d, %r12d movq _hiddenOut2@GOTPCREL(%rip), %r15 .p2align 4, 0x90 LBB0_3: ## =>This Inner Loop Header: Depth=1 movsd -168(%rbx), %xmm1 ## xmm1 = mem[0],zero movsd -160(%rbx), %xmm2 ## xmm2 = mem[0],zero movsd -152(%rbx), %xmm3 ## xmm3 = mem[0],zero movsd -144(%rbx), %xmm0 ## xmm0 = mem[0],zero movhpd -80(%rbx), %xmm1 ## xmm1 = xmm1[0],mem[0] mulpd -160(%rbp), %xmm1 ## 16-byte Folded Reload addpd LCPI0_9(%rip), %xmm1 movhpd -72(%rbx), %xmm2 ## xmm2 = xmm2[0],mem[0] mulpd -288(%rbp), %xmm2 ## 16-byte Folded Reload addpd %xmm1, %xmm2 movhpd -64(%rbx), %xmm3 ## xmm3 = xmm3[0],mem[0] mulpd -272(%rbp), %xmm3 ## 16-byte Folded Reload addpd %xmm2, %xmm3 movhpd -56(%rbx), %xmm0 ## xmm0 = xmm0[0],mem[0] mulpd -256(%rbp), %xmm0 ## 16-byte Folded Reload addpd %xmm3, %xmm0 movsd -136(%rbx), %xmm1 ## xmm1 = mem[0],zero movhpd -48(%rbx), %xmm1 ## xmm1 = xmm1[0],mem[0] mulpd -240(%rbp), %xmm1 ## 16-byte Folded Reload movsd -128(%rbx), %xmm2 ## xmm2 = mem[0],zero movhpd -40(%rbx), %xmm2 ## xmm2 = xmm2[0],mem[0] addpd %xmm0, %xmm1 mulpd -224(%rbp), %xmm2 ## 16-byte Folded Reload addpd %xmm1, %xmm2 movsd -120(%rbx), %xmm0 ## xmm0 = mem[0],zero movhpd -32(%rbx), %xmm0 ## xmm0 = xmm0[0],mem[0] mulpd -208(%rbp), %xmm0 ## 16-byte Folded Reload addpd %xmm2, %xmm0 movsd -112(%rbx), %xmm1 ## xmm1 = mem[0],zero movhpd -24(%rbx), %xmm1 ## xmm1 = xmm1[0],mem[0] mulpd -192(%rbp), %xmm1 ## 16-byte Folded Reload addpd %xmm0, %xmm1 movsd -104(%rbx), %xmm2 ## xmm2 = mem[0],zero movhpd -16(%rbx), %xmm2 ## xmm2 = xmm2[0],mem[0] mulpd -176(%rbp), %xmm2 ## 16-byte Folded Reload movsd -96(%rbx), %xmm0 ## xmm0 = mem[0],zero movhpd -8(%rbx), %xmm0 ## xmm0 = xmm0[0],mem[0] addpd %xmm1, %xmm2 mulpd -304(%rbp), %xmm0 ## 16-byte Folded Reload addpd %xmm2, %xmm0 movsd -88(%rbx), %xmm1 ## xmm1 = mem[0],zero movhpd (%rbx), %xmm1 ## xmm1 = xmm1[0],mem[0] subpd %xmm1, %xmm0 xorpd %xmm4, %xmm0 movapd %xmm0, -128(%rbp) ## 16-byte Spill callq _exp movapd %xmm0, -144(%rbp) ## 16-byte Spill pshufd $238, -128(%rbp), %xmm0 ## 16-byte Folded Reload ## xmm0 = mem[2,3,2,3] callq _exp movapd LCPI0_2(%rip), %xmm4 ## xmm4 = [-0.0E+0,-0.0E+0] movdqa -144(%rbp), %xmm1 ## 16-byte Reload punpcklqdq %xmm0, %xmm1 ## xmm1 = xmm1[0],xmm0[0] movapd LCPI0_4(%rip), %xmm0 ## xmm0 = [1.0E+0,1.0E+0] addpd %xmm0, %xmm1 divpd %xmm1, %xmm0 movapd %xmm0, (%r15,%r12,8) addq $2, %r12 addq $176, %rbx cmpq $10, %r12 jne LBB0_3 ## %bb.4: movq %r14, 80(%r15) movsd (%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -128(%rbp) ## 8-byte Spill movsd 8(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -160(%rbp) ## 8-byte Spill movsd 16(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -288(%rbp) ## 8-byte Spill movsd 24(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -272(%rbp) ## 8-byte Spill movsd 32(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -256(%rbp) ## 8-byte Spill movsd 40(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -240(%rbp) ## 8-byte Spill movsd 48(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -224(%rbp) ## 8-byte Spill movsd 56(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) ## 8-byte Spill movsd 64(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -192(%rbp) ## 8-byte Spill movsd 72(%r15), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -176(%rbp) ## 8-byte Spill leaq _outWeightMatrix1+80(%rip), %rbx xorl %r14d, %r14d xorpd %xmm0, %xmm0 .p2align 4, 0x90 LBB0_5: ## =>This Inner Loop Header: Depth=1 movapd %xmm0, -144(%rbp) ## 16-byte Spill movsd -80(%rbx), %xmm0 ## xmm0 = mem[0],zero mulsd -128(%rbp), %xmm0 ## 8-byte Folded Reload addsd LCPI0_10(%rip), %xmm0 movsd -72(%rbx), %xmm1 ## xmm1 = mem[0],zero mulsd -160(%rbp), %xmm1 ## 8-byte Folded Reload addsd %xmm0, %xmm1 movsd -64(%rbx), %xmm0 ## xmm0 = mem[0],zero mulsd -288(%rbp), %xmm0 ## 8-byte Folded Reload addsd %xmm1, %xmm0 movsd -56(%rbx), %xmm1 ## xmm1 = mem[0],zero mulsd -272(%rbp), %xmm1 ## 8-byte Folded Reload addsd %xmm0, %xmm1 movsd -48(%rbx), %xmm0 ## xmm0 = mem[0],zero mulsd -256(%rbp), %xmm0 ## 8-byte Folded Reload addsd %xmm1, %xmm0 movsd -40(%rbx), %xmm1 ## xmm1 = mem[0],zero mulsd -240(%rbp), %xmm1 ## 8-byte Folded Reload addsd %xmm0, %xmm1 movsd -32(%rbx), %xmm0 ## xmm0 = mem[0],zero mulsd -224(%rbp), %xmm0 ## 8-byte Folded Reload addsd %xmm1, %xmm0 movsd -24(%rbx), %xmm1 ## xmm1 = mem[0],zero mulsd -208(%rbp), %xmm1 ## 8-byte Folded Reload addsd %xmm0, %xmm1 movsd -16(%rbx), %xmm2 ## xmm2 = mem[0],zero mulsd -192(%rbp), %xmm2 ## 8-byte Folded Reload addsd %xmm1, %xmm2 movsd -8(%rbx), %xmm0 ## xmm0 = mem[0],zero mulsd -176(%rbp), %xmm0 ## 8-byte Folded Reload addsd %xmm2, %xmm0 subsd (%rbx), %xmm0 movsd %xmm0, -112(%rbp,%r14,8) callq _exp movapd -144(%rbp), %xmm1 ## 16-byte Reload addsd %xmm0, %xmm1 movapd %xmm1, -144(%rbp) ## 16-byte Spill movapd -144(%rbp), %xmm0 ## 16-byte Reload incq %r14 addq $88, %rbx cmpq $8, %r14 jne LBB0_5 ## %bb.6: movddup %xmm0, %xmm0 ## xmm0 = xmm0[0,0] movapd %xmm0, -144(%rbp) ## 16-byte Spill movsd -112(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -128(%rbp) ## 8-byte Spill movsd -104(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp movaps %xmm0, -160(%rbp) ## 16-byte Spill movsd -128(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero callq _exp unpcklpd -160(%rbp), %xmm0 ## 16-byte Folded Reload ## xmm0 = xmm0[0],mem[0] divpd -144(%rbp), %xmm0 ## 16-byte Folded Reload mulpd LCPI0_5(%rip), %xmm0 cvtpd2ps %xmm0, %xmm0 movapd %xmm0, %xmm1 andpd LCPI0_6(%rip), %xmm1 orpd LCPI0_7(%rip), %xmm1 addps %xmm0, %xmm1 roundps $11, %xmm1, %xmm0 divps LCPI0_8(%rip), %xmm0 cvtps2pd %xmm0, %xmm0 movq _out@GOTPCREL(%rip), %rbx movaps %xmm0, (%rbx) movsd -88(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp movaps %xmm0, -128(%rbp) ## 16-byte Spill movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp unpcklpd -128(%rbp), %xmm0 ## 16-byte Folded Reload ## xmm0 = xmm0[0],mem[0] divpd -144(%rbp), %xmm0 ## 16-byte Folded Reload mulpd LCPI0_5(%rip), %xmm0 cvtpd2ps %xmm0, %xmm0 movapd %xmm0, %xmm1 andpd LCPI0_6(%rip), %xmm1 orpd LCPI0_7(%rip), %xmm1 addps %xmm0, %xmm1 roundps $11, %xmm1, %xmm0 divps LCPI0_8(%rip), %xmm0 cvtps2pd %xmm0, %xmm0 movaps %xmm0, 16(%rbx) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp movaps %xmm0, -128(%rbp) ## 16-byte Spill movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp unpcklpd -128(%rbp), %xmm0 ## 16-byte Folded Reload ## xmm0 = xmm0[0],mem[0] divpd -144(%rbp), %xmm0 ## 16-byte Folded Reload mulpd LCPI0_5(%rip), %xmm0 cvtpd2ps %xmm0, %xmm0 movapd %xmm0, %xmm1 andpd LCPI0_6(%rip), %xmm1 orpd LCPI0_7(%rip), %xmm1 addps %xmm0, %xmm1 roundps $11, %xmm1, %xmm0 divps LCPI0_8(%rip), %xmm0 cvtps2pd %xmm0, %xmm0 movaps %xmm0, 32(%rbx) movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp movaps %xmm0, -128(%rbp) ## 16-byte Spill movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _exp unpcklpd -128(%rbp), %xmm0 ## 16-byte Folded Reload ## xmm0 = xmm0[0],mem[0] divpd -144(%rbp), %xmm0 ## 16-byte Folded Reload mulpd LCPI0_5(%rip), %xmm0 cvtpd2ps %xmm0, %xmm0 movapd LCPI0_6(%rip), %xmm1 ## xmm1 = [-0.0E+0,-0.0E+0,-0.0E+0,-0.0E+0] andpd %xmm0, %xmm1 orpd LCPI0_7(%rip), %xmm1 addps %xmm0, %xmm1 roundps $11, %xmm1, %xmm0 divps LCPI0_8(%rip), %xmm0 cvtps2pd %xmm0, %xmm0 movaps %xmm0, 48(%rbx) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax cmpq -40(%rbp), %rax jne LBB0_8 ## %bb.7: movq %rbx, %rax addq $272, %rsp ## imm = 0x110 popq %rbx popq %r12 popq %r14 popq %r15 popq %rbp retq LBB0_8: callq ___stack_chk_fail .cfi_endproc ## -- End function .section __DATA,__data .globl _hl1WeightMatrix1 ## @hl1WeightMatrix1 .p2align 4 _hl1WeightMatrix1: .quad 0xc00a4fe31b7d91d1 ## double -3.2890073917098808 .quad 0x3ffa209424b2df9d ## double 1.6329537805122307 .quad 0xc00007c0c14be0db ## double -2.0037856198579056 .quad 0x3ffe74fb0b8d7a67 ## double 1.9035597277903891 .quad 0xc00619fc3758778f ## double -2.7626880954621309 .quad 0x4008f1a5aeea7e0d ## double 3.1179917970000646 .quad 0xc0115b60d9d73b2d ## double -4.3392366445175812 .quad 0x3ff718ca5d86512a ## double 1.4435523656184821 .quad 0xbfde4f3687105cb1 ## double -0.47358477773509394 .quad 0x4012546848eafe9e ## double 4.5824290650777169 .quad 0xc015e0683a8ccf18 ## double -5.4691476009791344 .quad 0x3fcd0873eb619c74 ## double 0.2268204593012545 .quad 0x4011b107391cd669 ## double 4.4228791164256132 .quad 0x401f47caee787f2c ## double 7.8201100598378552 .quad 0xc02764403c7c7f70 ## double -11.695802583882795 .quad 0xbfc945b44d1478b5 ## double -0.19743970645590073 .quad 0xc0120fb93b3712a7 ## double -4.5153550388683135 .quad 0x401dd10b6fddc6b5 ## double 7.4541451911078882 .quad 0xc00b89e8bfd8f50c ## double -3.4423384655079925 .quad 0x3ff289024f9d4ce1 ## double 1.1584494695605871 .quad 0xc01ff045c0b508c5 ## double -7.9846410856718579 .quad 0x401b07be45f72e0e ## double 6.757561772548355 .quad 0x3fff22ad39ced18c ## double 1.9459659822578912 .quad 0x3ff5ed0b2562d738 ## double 1.370371957816543 .quad 0x3fbeb8e6845390f2 ## double 0.12000885706544631 .quad 0x40274f2aa409e8fb ## double 11.654622198304869 .quad 0xc023aa46a0a21d1e ## double -9.8325700948612926 .quad 0x3fce3207adbea5e9 ## double 0.23590179427746641 .quad 0xc0141d964d5b5d1c ## double -5.0288936697973234 .quad 0x402697b47c4917d8 ## double 11.296298870012762 .quad 0xc01bef95d94f2f23 ## double -6.9839700655536801 .quad 0x3fed97a507b24291 ## double 0.92476130965413195 .quad 0xc0265f4c5bf95611 ## double -11.186129450022266 .quad 0x4021b33678ddc890 ## double 8.8500249644023654 .quad 0x4005c5c45dea3050 ## double 2.7215659463018156 .quad 0x4000b9aaa5c3bf3c ## double 2.0906575155603644 .quad 0xc02ae5eed4355582 ## double -13.44908774519968 .quad 0x4022f05c5b696548 ## double 9.4694546285778784 .quad 0x3ffce59a79239dd7 ## double 1.8060555202481419 .quad 0x400b4dc8756aa9d5 ## double 3.412980000798806 .globl _hl2WeightMatrix1 ## @hl2WeightMatrix1 .p2align 4 _hl2WeightMatrix1: .quad 0xbff032f71170ee61 ## double -1.0124426537794522 .quad 0xbffb12807fae5382 ## double -1.692017077211148 .quad 0xbff91cc17513baa5 ## double -1.5695204327891272 .quad 0xc000fb1648afc774 ## double -2.1226010969775704 .quad 0x3ff9800d0dd8581f ## double 1.59376244934311 .quad 0x400183663611b6b6 ## double 2.1891597961574361 .quad 0xc0060efd0ba6441b ## double -2.7573185834994667 .quad 0xbfe752bdcc0458b8 ## double -0.7288502678591362 .quad 0xbfb929aa3fd7effb ## double -0.098292008005898809 .quad 0x3fe3b73cf2c46fc3 ## double 0.61611792960638245 .quad 0xbff499d4932a0292 ## double -1.2875562428090785 .quad 0xbfeea263081ecb09 ## double -0.95732261262887264 .quad 0xc0073926f892d32c ## double -2.9029063625152016 .quad 0xbffe206af6b69373 ## double -1.8829145085557826 .quad 0xc010851e2a7258a6 ## double -4.1299978859225686 .quad 0x3ffaf7129603fd7c ## double 1.6853204593643047 .quad 0x3ffd9d7d57f6e3a2 ## double 1.8509496151075173 .quad 0xc011c999a8161b0f ## double -4.4468752158634421 .quad 0xbfedd3b594c6b98a ## double -0.9320934205805298 .quad 0x3fdaf421263f9160 ## double 0.42115048155962675 .quad 0x3fece8446ae3ebcb ## double 0.90335293652548765 .quad 0xc008422cb7208bf6 ## double -3.0323118502433273 .quad 0xbfe33caacac8217d ## double -0.60115565877735799 .quad 0xbfed251e515ce78f ## double -0.91078105822747257 .quad 0xbff3003943fb7d36 ## double -1.1875546126901333 .quad 0xc014a4d979cd7ca7 ## double -5.1609858543080582 .quad 0x3fd632affb017c52 ## double 0.34684371483121368 .quad 0x3fe4d80651fa95ed ## double 0.65137020122045686 .quad 0xc0171663132f1cf5 ## double -5.7718623158937037 .quad 0xc0084f6a9ec2f027 ## double -3.0387775805702577 .quad 0xbfe4f3fd0e406393 ## double -0.65478375228404884 .quad 0xbfd9fec6c04bd085 ## double -0.40617531565590809 .quad 0xc00dfec17744dbe5 ## double -3.7493924444092834 .quad 0xbfdf7c8d84ca892e ## double -0.49197710006605433 .quad 0xbff220915a99a1d7 ## double -1.1329511202876483 .quad 0xbff2a02167ccd52f ## double -1.1640943579380509 .quad 0xc019e57f2bb2bf55 ## double -6.4741179302071332 .quad 0xbfc58b6060f3b378 ## double -0.16831593259794508 .quad 0x3fe6944dae1ba80d ## double 0.70560344701266475 .quad 0xc018544df6839b35 ## double -6.0823286550356004 .quad 0xc0083816afb14c02 ## double -3.0273870206815454 .quad 0xbfe8af5236bc773a ## double -0.77140150728857937 .quad 0xbfe654b9a5490614 ## double -0.69784242899203486 .quad 0xc0113d8c03f1a3ec ## double -4.3101044288859889 .quad 0xbfddf0f04ab79a49 ## double -0.46783072754479754 .quad 0x3fc42cff78b18091 ## double 0.15762322800856457 .quad 0xbfe13c796c33db91 ## double -0.53863211758913299 .quad 0xc009a93407a6b2d5 ## double -3.2076187703845371 .quad 0x3fd43a3a292ad410 ## double 0.31605390568012215 .quad 0x3ff235c984ca8775 ## double 1.1381316363481038 .quad 0xc017173bd1803b00 ## double -5.772689126445357 .quad 0xc00ad130e0b4a171 ## double -3.352144008171472 .quad 0xbff8eed6a38e3f7e ## double -1.5583101643460107 .quad 0xbffb4be6b1ea5d31 ## double -1.7060305547546017 .quad 0xc01451dd6e50a169 ## double -5.0799462544167477 .quad 0xbfba21ea0f01d46f ## double -0.10207999102006381 .quad 0xbfc007231312794e ## double -0.12521780425317747 .quad 0xbfe9d0b70816157d ## double -0.80672790126179417 .quad 0xc00c08fd87316df5 ## double -3.5043898164710705 .quad 0x3fdea3175caf56ad ## double 0.47870430041562423 .quad 0x3ff6f1cde5c6d618 ## double 1.4340342498447907 .quad 0xc015da2ed359f046 ## double -5.4630692504543443 .quad 0xc005ee501f0671f2 ## double -2.7413637565462006 .quad 0xbffbfea6f253ebd2 ## double -1.7496709314279895 .quad 0xc001d691c0a0e0d4 ## double -2.2297701882454053 .quad 0xc018449453de6b4b ## double -6.0669720749381879 .quad 0xbfe21664a913b51d ## double -0.56523354552124128 .quad 0xbfc1215348e620a0 ## double -0.13382950839536978 .quad 0xbff3207ba6670e01 ## double -1.1954304218387508 .quad 0xc009f3df47a03579 ## double -3.2440782161490316 .quad 0x3fea60420b290dcb ## double 0.82425024204024433 .quad 0x3ff60ac6276342a4 ## double 1.3776303804953978 .quad 0xc01204c03b39fb69 ## double -4.5046395544185112 .quad 0xbfff0ca14c9994ca ## double -1.9405835144219048 .quad 0xbffa87a8d6347f0f ## double -1.6581199996362022 .quad 0xc006049bde490ff6 ## double -2.7522504201933726 .quad 0xc016b3aa3d4ca74f ## double -5.6754540994678129 .quad 0xbfed911f05966e9b ## double -0.92396498767216728 .quad 0xbfec50668a04b954 ## double -0.88481451946953848 .quad 0x3fbce79baeb1448c ## double 0.11290905966713377 .quad 0x3fb49093e5461e07 ## double 0.080331080889770687 .quad 0xbfe0091fa60f0311 ## double -0.50111372407272559 .quad 0xbff6ce28358d4d78 ## double -1.4253313152192657 .quad 0x3fd0d4a658da7240 ## double 0.2629791133602204 .quad 0xbffbf56eceed4178 ## double -1.7474201281621315 .quad 0xc005da2afbc6b6d6 ## double -2.7315272970216524 .quad 0xc01028df5ce6f2c6 ## double -4.0399145618400265 .quad 0xc018657c05949845 ## double -6.0991059181160994 .quad 0xbff67f93ef23105a ## double -1.4061469403541396 .quad 0xbfe04451cef80359 ## double -0.50833979056924783 .quad 0xbfd4c698c956c065 ## double -0.3246213880729612 .quad 0xbfc7370cdf172969 ## double -0.18136750119294767 .quad 0xbff4ad49cb7f20bd ## double -1.2923067044339824 .quad 0xc008987ce8966437 ## double -3.0744569941421349 .quad 0x3fdde4648cec744a ## double 0.46706498872828617 .quad 0xbff6f61d870bee1c ## double -1.4350867533929721 .quad 0xc0024be70aeeffc3 ## double -2.287061772745774 .quad 0xc00e6aff7dd851dc ## double -3.8022451240196755 .quad 0xc0159f3409b104f2 ## double -5.4054719461721437 .quad 0xbffaa5d97b48c120 ## double -1.6654906097210826 .quad 0xbff969a97fffecaf ## double -1.5882964134205328 .quad 0xbff9954a8e47dcca ## double -1.5989480550613728 .quad 0xbfed220ed01fe08f ## double -0.91040745400734291 .quad 0xc00fa72524513fc7 ## double -3.9566138112349765 .quad 0xc01130339825e9dd ## double -4.2970718167439061 .quad 0xbff5d3f5045e2fbb ## double -1.3642473383542739 .quad 0xc00491765a578d8f ## double -2.5710265214890522 .quad 0xbffffdf4daffcb6d ## double -1.99950109049379 .quad 0xc0072a43fcaff843 ## double -2.8956374875261033 .quad 0xc0146841f15a7001 ## double -5.1018140517662696 .globl _outWeightMatrix1 ## @outWeightMatrix1 .p2align 4 _outWeightMatrix1: .quad 0xbff363a537746a9c ## double -1.2118274847222557 .quad 0xbfeab518633143b3 ## double -0.8346063554146127 .quad 0xbfddb5ad118cd338 ## double -0.46421362604023697 .quad 0xbff228e0d47b48b4 ## double -1.1349800396024365 .quad 0x4009e046448650b5 ## double 3.2345090249528661 .quad 0x4006360675c28cdf ## double 2.776379508971885 .quad 0x3ff828288f7fbf46 ## double 1.5098043065481348 .quad 0x3faec042e41df639 ## double 0.060060587259596017 .quad 0x3ff53839e0b62e70 ## double 1.3262270715521502 .quad 0x4016a4884e57f3a9 ## double 5.6606762162381665 .quad 0x400fb2605a8ac591 ## double 3.962097842559793 .quad 0xbfe8aa1beed68f4e ## double -0.77076527259894489 .quad 0xc00a8c5b6ee06fe4 ## double -3.3185337698214301 .quad 0xbff33c0c4ada4a9b ## double -1.2021601604398373 .quad 0xbff5948c210603ab ## double -1.3487664499263967 .quad 0xc000036bc6f518e7 ## double -2.0016704124019387 .quad 0xbff6ede6c0d933aa ## double -1.4330813916342131 .quad 0xc002cdfd90f62247 ## double -2.3505812955011467 .quad 0xc008c5f99c951bdb ## double -3.096667502689781 .quad 0xc00eeff89c15c987 ## double -3.8671734041356021 .quad 0xbfd65367470a9790 ## double -0.34884054124483388 .quad 0xc020bca20ad7f54d ## double -8.3684237850781305 .quad 0x40064b3ec7b7bf84 ## double 2.7867408373785469 .quad 0x400c2b6be3f34cc2 ## double 3.5212018784164636 .quad 0x40105449db10fb01 ## double 4.0823129872430863 .quad 0x4011b6705459696c ## double 4.4281628779957423 .quad 0x3ff044713ebbf588 ## double 1.0167095614009174 .quad 0x3fdf486eb5928200 ## double 0.48879592639607949 .quad 0xbff7fa61c63f78b2 ## double -1.4986284011898019 .quad 0xbfff5905d1d6579f ## double -1.959234065701345 .quad 0xc008302ddb6da327 ## double -3.0235249655564931 .quad 0xbfe5436ad4bf9b66 ## double -0.66447965195116576 .quad 0x3fce0b149e7446f0 ## double 0.23471315133115622 .quad 0x3fd5e28359f0c552 ## double 0.34195026190999045 .quad 0x400d92dc910bedf8 ## double 3.6967097598806014 .quad 0x40130dea4ec779d2 ## double 4.7635891255617526 .quad 0x4011ce85a2e7eaa3 ## double 4.4516816572237614 .quad 0x3fe17d7b1901c033 ## double 0.5465674866118263 .quad 0xbfd4676227c978d8 ## double -0.3188100231690334 .quad 0xbfd7d87f0d4d3804 ## double -0.37258888529765977 .quad 0x3f9cf5f762669f03 ## double 0.028282037144577121 .quad 0x3ff50b362ce7b292 ## double 1.315237212572502 .quad 0x4012d076df3b73a8 ## double 4.7035784606968392 .quad 0x40141b3921dd926a ## double 5.0265851298796438 .quad 0x400e478de6b27e15 ## double 3.7849386237355795 .quad 0x401025a9fcbab5c4 ## double 4.0367812622984651 .quad 0xbff7cc1f0493590e ## double -1.4873342684491635 .quad 0xbff6ee15fa2d6597 ## double -1.43312642789383 .quad 0xc00204eb497ef8dc ## double -2.2524018995164692 .quad 0xbffef89407de830e ## double -1.935688048113835 .quad 0xc002f0ab65eddce6 ## double -2.3675144160475723 .quad 0xc0059e605ab06809 ## double -2.7023322186551053 .quad 0xbffcffca2b01124d ## double -1.8124486617899891 .quad 0xbfe02bc08e4a4c86 ## double -0.50534084120808198 .quad 0xc00425f1376db3d8 ## double -2.518526490245204 .quad 0x3fec7068f9c47969 ## double 0.88872193129263366 .quad 0x3fdb332e2b4cad78 ## double 0.42499880054921091 .quad 0xbfe0ebc23b6d83ac ## double -0.52877914053907693 .quad 0xbfe28bad3034aa81 ## double -0.57955035605603211 .quad 0x400717973d7b34c6 ## double 2.8865189364647419 .quad 0x400313d24945f1e7 ## double 2.3846784328909396 .quad 0x400701bec782ffac ## double 2.8758521639683376 .quad 0x4002cb9033945c62 ## double 2.3493961362506051 .quad 0xbff65d6ba340854a ## double -1.3978077294380733 .quad 0xc0165f61ef54799b ## double -5.5931470294293844 .quad 0xbf6dd39ffac05f76 ## double -0.0036409496879165571 .quad 0xc00772fd14c2177e ## double -2.9311467763645274 .quad 0xc00f34c4f398b242 ## double -3.9007662802671641 .quad 0xc006f0660ce9555c ## double -2.8673821457584108 .quad 0xbffed0fa6bf515fb ## double -1.9260200707516322 .quad 0xbffb9a6a681c70dd ## double -1.7251991335715993 .quad 0xbffc58a68d613bf7 ## double -1.7716432116173999 .quad 0x3ff6a13e4ad4e98f ## double 1.4143660472023816 .quad 0x3ffd11cfa7d2b9ab ## double 1.8168484263984321 .quad 0x4007e2343a38f94b ## double 2.9854511784207367 .quad 0x4013e67388798b4c ## double 4.9750500988182687 .quad 0x3ffef83248de2b2d ## double 1.9355948301697012 .quad 0xc004626d841f202b ## double -2.5480604478834912 .quad 0xc009e7f7bcef423c ## double -3.2382654915348024 .quad 0xc000419f584b5063 ## double -2.0320422075256359 .quad 0xbfffda48cbc88404 ## double -1.9907920799525991 .quad 0xbff0a0bc8e8f92e8 ## double -1.0392423218519813 .quad 0xbff1fdbd195f9888 ## double -1.1244479170941606 .quad 0x3fdfbeeb8906bfa3 ## double 0.49602783566933278 .quad 0x400a906eee9fd177 ## double 3.3205240862391139 .quad 0x400d172c7ec73bca ## double 3.6363153366614585 .quad 0xc01ce0f326cfb6a3 ## double -7.2196775497701848 .quad 0xbfa772b3a99f091f ## double -0.045796980338780317 .comm _hiddenOut1,88,4 ## @hiddenOut1 .comm _hiddenOut2,88,4 ## @hiddenOut2 .comm _out,64,4 ## @out .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _query ; -- Begin function query .p2align 2 _query: ; @query .cfi_startproc ; %bb.0: sub sp, sp, #256 .cfi_def_cfa_offset 256 stp d15, d14, [sp, #144] ; 16-byte Folded Spill stp d13, d12, [sp, #160] ; 16-byte Folded Spill stp d11, d10, [sp, #176] ; 16-byte Folded Spill stp d9, d8, [sp, #192] ; 16-byte Folded Spill stp x22, x21, [sp, #208] ; 16-byte Folded Spill stp x20, x19, [sp, #224] ; 16-byte Folded Spill stp x29, x30, [sp, #240] ; 16-byte Folded Spill add x29, sp, #240 .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 b8, -56 .cfi_offset b9, -64 .cfi_offset b10, -72 .cfi_offset b11, -80 .cfi_offset b12, -88 .cfi_offset b13, -96 .cfi_offset b14, -104 .cfi_offset b15, -112 mov x19, #0 Lloh0: adrp x8, ___stack_chk_guard@GOTPAGE Lloh1: ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] Lloh2: ldr x8, [x8] stur x8, [x29, #-104] mov x8, #246290604621824 movk x8, #16495, lsl #48 fmov d3, x8 fdiv d0, d0, d3 fmov d4, #-1.00000000 fmov d5, #2.00000000 fmadd d8, d0, d5, d4 fdiv d0, d1, d3 fmadd d9, d0, d5, d4 fdiv d0, d2, d3 fmadd d10, d0, d5, d4 Lloh3: adrp x21, _hl1WeightMatrix1@PAGE+16 Lloh4: add x21, x21, _hl1WeightMatrix1@PAGEOFF+16 movi d11, #0000000000000000 fmov d12, #1.00000000 Lloh5: adrp x20, _hiddenOut1@GOTPAGE Lloh6: ldr x20, [x20, _hiddenOut1@GOTPAGEOFF] LBB0_1: ; =>This Inner Loop Header: Depth=1 ldp d0, d1, [x21, #-16] fmadd d0, d8, d0, d11 fmadd d0, d9, d1, d0 ldp d1, d2, [x21], #32 fmadd d0, d10, d1, d0 fsub d0, d0, d2 fneg d0, d0 bl _exp fadd d0, d0, d12 fdiv d0, d12, d0 str d0, [x20, x19] add x19, x19, #8 cmp x19, #88 b.ne LBB0_1 ; %bb.2: mov x19, #0 mov x8, #-4616189618054758400 str x8, [x20, #80] ldr d0, [x20] str d0, [sp, #48] ; 8-byte Folded Spill ldr d0, [x20, #8] str d0, [sp, #32] ; 8-byte Folded Spill ldp d0, d11, [x20, #16] str d0, [sp, #16] ; 8-byte Folded Spill ldp d12, d13, [x20, #32] ldp d14, d15, [x20, #48] Lloh7: adrp x21, _hl2WeightMatrix1@PAGE+40 Lloh8: add x21, x21, _hl2WeightMatrix1@PAGEOFF+40 ldp d8, d9, [x20, #64] fmov d10, #1.00000000 Lloh9: adrp x20, _hiddenOut2@GOTPAGE Lloh10: ldr x20, [x20, _hiddenOut2@GOTPAGEOFF] LBB0_3: ; =>This Inner Loop Header: Depth=1 ldp d0, d1, [x21, #-40] ldr d2, [sp, #48] ; 8-byte Folded Reload movi d3, #0000000000000000 fmadd d0, d2, d0, d3 ldr d2, [sp, #32] ; 8-byte Folded Reload fmadd d0, d2, d1, d0 ldp d1, d2, [x21, #-24] ldr d3, [sp, #16] ; 8-byte Folded Reload fmadd d0, d3, d1, d0 fmadd d0, d11, d2, d0 ldur d1, [x21, #-8] fmadd d0, d12, d1, d0 ldp d1, d2, [x21] fmadd d0, d13, d1, d0 fmadd d0, d14, d2, d0 ldp d1, d2, [x21, #16] fmadd d0, d15, d1, d0 fmadd d0, d8, d2, d0 ldp d1, d2, [x21, #32] fmadd d0, d9, d1, d0 fsub d0, d0, d2 fneg d0, d0 bl _exp fadd d0, d0, d10 fdiv d0, d10, d0 str d0, [x20, x19] add x19, x19, #8 add x21, x21, #88 cmp x19, #80 b.ne LBB0_3 ; %bb.4: mov x19, #0 mov x8, #-4616189618054758400 str x8, [x20, #80] ldr d0, [x20] str d0, [sp, #32] ; 8-byte Folded Spill ldp d0, d10, [x20, #8] str d0, [sp, #16] ; 8-byte Folded Spill ldp d11, d12, [x20, #24] ldp d13, d14, [x20, #40] ldp d15, d8, [x20, #56] Lloh11: adrp x21, _outWeightMatrix1@PAGE+40 Lloh12: add x21, x21, _outWeightMatrix1@PAGEOFF+40 ldr d9, [x20, #72] add x20, sp, #64 movi d0, #0000000000000000 str q0, [sp, #48] ; 16-byte Folded Spill LBB0_5: ; =>This Inner Loop Header: Depth=1 ldp d0, d1, [x21, #-40] ldr d2, [sp, #32] ; 8-byte Folded Reload movi d3, #0000000000000000 fmadd d0, d2, d0, d3 ldr d2, [sp, #16] ; 8-byte Folded Reload fmadd d0, d2, d1, d0 ldp d1, d2, [x21, #-24] fmadd d0, d10, d1, d0 fmadd d0, d11, d2, d0 ldur d1, [x21, #-8] fmadd d0, d12, d1, d0 ldp d1, d2, [x21] fmadd d0, d13, d1, d0 fmadd d0, d14, d2, d0 ldp d1, d2, [x21, #16] fmadd d0, d15, d1, d0 fmadd d0, d8, d2, d0 ldp d1, d2, [x21, #32] fmadd d0, d9, d1, d0 fsub d0, d0, d2 str d0, [x20, x19] bl _exp ldr q1, [sp, #48] ; 16-byte Folded Reload fadd d1, d1, d0 str q1, [sp, #48] ; 16-byte Folded Spill add x19, x19, #8 add x21, x21, #88 cmp x19, #64 b.ne LBB0_5 ; %bb.6: ldr q0, [sp, #64] str q0, [sp, #16] ; 16-byte Folded Spill mov d0, v0[1] bl _exp str q0, [sp, #32] ; 16-byte Folded Spill ldr q0, [sp, #16] ; 16-byte Folded Reload ; kill: def $d0 killed $d0 killed $q0 bl _exp ; kill: def $d0 killed $d0 def $q0 ldr q1, [sp, #32] ; 16-byte Folded Reload mov.d v0[1], v1[0] ldr q1, [sp, #48] ; 16-byte Folded Reload dup.2d v1, v1[0] str q1, [sp, #48] ; 16-byte Folded Spill fdiv.2d v0, v0, v1 mov x8, #4636737291354636288 dup.2d v1, x8 str q1, [sp, #32] ; 16-byte Folded Spill fmul.2d v0, v0, v1 fcvtn v0.2s, v0.2d frinta.2s v0, v0 mov w8, #1120403456 dup.2s v8, w8 fdiv.2s v0, v0, v8 fcvtl v0.2d, v0.2s Lloh13: adrp x19, _out@GOTPAGE Lloh14: ldr x19, [x19, _out@GOTPAGEOFF] str q0, [x19] ldr q0, [sp, #80] str q0, [sp] ; 16-byte Folded Spill mov d0, v0[1] bl _exp str q0, [sp, #16] ; 16-byte Folded Spill ldr q0, [sp] ; 16-byte Folded Reload ; kill: def $d0 killed $d0 killed $q0 bl _exp ; kill: def $d0 killed $d0 def $q0 ldr q1, [sp, #16] ; 16-byte Folded Reload mov.d v0[1], v1[0] ldr q1, [sp, #48] ; 16-byte Folded Reload fdiv.2d v0, v0, v1 ldr q1, [sp, #32] ; 16-byte Folded Reload fmul.2d v0, v0, v1 fcvtn v0.2s, v0.2d frinta.2s v0, v0 fdiv.2s v0, v0, v8 fcvtl v0.2d, v0.2s str q0, [x19, #16] ldr q0, [sp, #96] str q0, [sp] ; 16-byte Folded Spill mov d0, v0[1] bl _exp str q0, [sp, #16] ; 16-byte Folded Spill ldr q0, [sp] ; 16-byte Folded Reload ; kill: def $d0 killed $d0 killed $q0 bl _exp ; kill: def $d0 killed $d0 def $q0 ldr q1, [sp, #16] ; 16-byte Folded Reload mov.d v0[1], v1[0] ldr q1, [sp, #48] ; 16-byte Folded Reload fdiv.2d v0, v0, v1 ldr q1, [sp, #32] ; 16-byte Folded Reload fmul.2d v0, v0, v1 fcvtn v0.2s, v0.2d frinta.2s v0, v0 fdiv.2s v0, v0, v8 fcvtl v0.2d, v0.2s str q0, [x19, #32] ldr q0, [sp, #112] str q0, [sp] ; 16-byte Folded Spill mov d0, v0[1] bl _exp str q0, [sp, #16] ; 16-byte Folded Spill ldr q0, [sp] ; 16-byte Folded Reload ; kill: def $d0 killed $d0 killed $q0 bl _exp ; kill: def $d0 killed $d0 def $q0 ldr q1, [sp, #16] ; 16-byte Folded Reload mov.d v0[1], v1[0] ldr q1, [sp, #48] ; 16-byte Folded Reload fdiv.2d v0, v0, v1 ldr q1, [sp, #32] ; 16-byte Folded Reload fmul.2d v0, v0, v1 fcvtn v0.2s, v0.2d frinta.2s v0, v0 fdiv.2s v0, v0, v8 fcvtl v0.2d, v0.2s str q0, [x19, #48] ldur x8, [x29, #-104] Lloh15: adrp x9, ___stack_chk_guard@GOTPAGE Lloh16: ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] Lloh17: ldr x9, [x9] cmp x9, x8 b.ne LBB0_8 ; %bb.7: mov x0, x19 ldp x29, x30, [sp, #240] ; 16-byte Folded Reload ldp x20, x19, [sp, #224] ; 16-byte Folded Reload ldp x22, x21, [sp, #208] ; 16-byte Folded Reload ldp d9, d8, [sp, #192] ; 16-byte Folded Reload ldp d11, d10, [sp, #176] ; 16-byte Folded Reload ldp d13, d12, [sp, #160] ; 16-byte Folded Reload ldp d15, d14, [sp, #144] ; 16-byte Folded Reload add sp, sp, #256 ret LBB0_8: bl ___stack_chk_fail .loh AdrpLdrGot Lloh5, Lloh6 .loh AdrpAdd Lloh3, Lloh4 .loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGot Lloh9, Lloh10 .loh AdrpAdd Lloh7, Lloh8 .loh AdrpAdd Lloh11, Lloh12 .loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17 .loh AdrpLdrGot Lloh13, Lloh14 .cfi_endproc ; -- End function .section __DATA,__data .globl _hl1WeightMatrix1 ; @hl1WeightMatrix1 .p2align 3 _hl1WeightMatrix1: .quad 0xc00a4fe31b7d91d1 ; double -3.2890073917098808 .quad 0x3ffa209424b2df9d ; double 1.6329537805122307 .quad 0xc00007c0c14be0db ; double -2.0037856198579056 .quad 0x3ffe74fb0b8d7a67 ; double 1.9035597277903891 .quad 0xc00619fc3758778f ; double -2.7626880954621309 .quad 0x4008f1a5aeea7e0d ; double 3.1179917970000646 .quad 0xc0115b60d9d73b2d ; double -4.3392366445175812 .quad 0x3ff718ca5d86512a ; double 1.4435523656184821 .quad 0xbfde4f3687105cb1 ; double -0.47358477773509394 .quad 0x4012546848eafe9e ; double 4.5824290650777169 .quad 0xc015e0683a8ccf18 ; double -5.4691476009791344 .quad 0x3fcd0873eb619c74 ; double 0.2268204593012545 .quad 0x4011b107391cd669 ; double 4.4228791164256132 .quad 0x401f47caee787f2c ; double 7.8201100598378552 .quad 0xc02764403c7c7f70 ; double -11.695802583882795 .quad 0xbfc945b44d1478b5 ; double -0.19743970645590073 .quad 0xc0120fb93b3712a7 ; double -4.5153550388683135 .quad 0x401dd10b6fddc6b5 ; double 7.4541451911078882 .quad 0xc00b89e8bfd8f50c ; double -3.4423384655079925 .quad 0x3ff289024f9d4ce1 ; double 1.1584494695605871 .quad 0xc01ff045c0b508c5 ; double -7.9846410856718579 .quad 0x401b07be45f72e0e ; double 6.757561772548355 .quad 0x3fff22ad39ced18c ; double 1.9459659822578912 .quad 0x3ff5ed0b2562d738 ; double 1.370371957816543 .quad 0x3fbeb8e6845390f2 ; double 0.12000885706544631 .quad 0x40274f2aa409e8fb ; double 11.654622198304869 .quad 0xc023aa46a0a21d1e ; double -9.8325700948612926 .quad 0x3fce3207adbea5e9 ; double 0.23590179427746641 .quad 0xc0141d964d5b5d1c ; double -5.0288936697973234 .quad 0x402697b47c4917d8 ; double 11.296298870012762 .quad 0xc01bef95d94f2f23 ; double -6.9839700655536801 .quad 0x3fed97a507b24291 ; double 0.92476130965413195 .quad 0xc0265f4c5bf95611 ; double -11.186129450022266 .quad 0x4021b33678ddc890 ; double 8.8500249644023654 .quad 0x4005c5c45dea3050 ; double 2.7215659463018156 .quad 0x4000b9aaa5c3bf3c ; double 2.0906575155603644 .quad 0xc02ae5eed4355582 ; double -13.44908774519968 .quad 0x4022f05c5b696548 ; double 9.4694546285778784 .quad 0x3ffce59a79239dd7 ; double 1.8060555202481419 .quad 0x400b4dc8756aa9d5 ; double 3.412980000798806 .globl _hl2WeightMatrix1 ; @hl2WeightMatrix1 .p2align 3 _hl2WeightMatrix1: .quad 0xbff032f71170ee61 ; double -1.0124426537794522 .quad 0xbffb12807fae5382 ; double -1.692017077211148 .quad 0xbff91cc17513baa5 ; double -1.5695204327891272 .quad 0xc000fb1648afc774 ; double -2.1226010969775704 .quad 0x3ff9800d0dd8581f ; double 1.59376244934311 .quad 0x400183663611b6b6 ; double 2.1891597961574361 .quad 0xc0060efd0ba6441b ; double -2.7573185834994667 .quad 0xbfe752bdcc0458b8 ; double -0.7288502678591362 .quad 0xbfb929aa3fd7effb ; double -0.098292008005898809 .quad 0x3fe3b73cf2c46fc3 ; double 0.61611792960638245 .quad 0xbff499d4932a0292 ; double -1.2875562428090785 .quad 0xbfeea263081ecb09 ; double -0.95732261262887264 .quad 0xc0073926f892d32c ; double -2.9029063625152016 .quad 0xbffe206af6b69373 ; double -1.8829145085557826 .quad 0xc010851e2a7258a6 ; double -4.1299978859225686 .quad 0x3ffaf7129603fd7c ; double 1.6853204593643047 .quad 0x3ffd9d7d57f6e3a2 ; double 1.8509496151075173 .quad 0xc011c999a8161b0f ; double -4.4468752158634421 .quad 0xbfedd3b594c6b98a ; double -0.9320934205805298 .quad 0x3fdaf421263f9160 ; double 0.42115048155962675 .quad 0x3fece8446ae3ebcb ; double 0.90335293652548765 .quad 0xc008422cb7208bf6 ; double -3.0323118502433273 .quad 0xbfe33caacac8217d ; double -0.60115565877735799 .quad 0xbfed251e515ce78f ; double -0.91078105822747257 .quad 0xbff3003943fb7d36 ; double -1.1875546126901333 .quad 0xc014a4d979cd7ca7 ; double -5.1609858543080582 .quad 0x3fd632affb017c52 ; double 0.34684371483121368 .quad 0x3fe4d80651fa95ed ; double 0.65137020122045686 .quad 0xc0171663132f1cf5 ; double -5.7718623158937037 .quad 0xc0084f6a9ec2f027 ; double -3.0387775805702577 .quad 0xbfe4f3fd0e406393 ; double -0.65478375228404884 .quad 0xbfd9fec6c04bd085 ; double -0.40617531565590809 .quad 0xc00dfec17744dbe5 ; double -3.7493924444092834 .quad 0xbfdf7c8d84ca892e ; double -0.49197710006605433 .quad 0xbff220915a99a1d7 ; double -1.1329511202876483 .quad 0xbff2a02167ccd52f ; double -1.1640943579380509 .quad 0xc019e57f2bb2bf55 ; double -6.4741179302071332 .quad 0xbfc58b6060f3b378 ; double -0.16831593259794508 .quad 0x3fe6944dae1ba80d ; double 0.70560344701266475 .quad 0xc018544df6839b35 ; double -6.0823286550356004 .quad 0xc0083816afb14c02 ; double -3.0273870206815454 .quad 0xbfe8af5236bc773a ; double -0.77140150728857937 .quad 0xbfe654b9a5490614 ; double -0.69784242899203486 .quad 0xc0113d8c03f1a3ec ; double -4.3101044288859889 .quad 0xbfddf0f04ab79a49 ; double -0.46783072754479754 .quad 0x3fc42cff78b18091 ; double 0.15762322800856457 .quad 0xbfe13c796c33db91 ; double -0.53863211758913299 .quad 0xc009a93407a6b2d5 ; double -3.2076187703845371 .quad 0x3fd43a3a292ad410 ; double 0.31605390568012215 .quad 0x3ff235c984ca8775 ; double 1.1381316363481038 .quad 0xc017173bd1803b00 ; double -5.772689126445357 .quad 0xc00ad130e0b4a171 ; double -3.352144008171472 .quad 0xbff8eed6a38e3f7e ; double -1.5583101643460107 .quad 0xbffb4be6b1ea5d31 ; double -1.7060305547546017 .quad 0xc01451dd6e50a169 ; double -5.0799462544167477 .quad 0xbfba21ea0f01d46f ; double -0.10207999102006381 .quad 0xbfc007231312794e ; double -0.12521780425317747 .quad 0xbfe9d0b70816157d ; double -0.80672790126179417 .quad 0xc00c08fd87316df5 ; double -3.5043898164710705 .quad 0x3fdea3175caf56ad ; double 0.47870430041562423 .quad 0x3ff6f1cde5c6d618 ; double 1.4340342498447907 .quad 0xc015da2ed359f046 ; double -5.4630692504543443 .quad 0xc005ee501f0671f2 ; double -2.7413637565462006 .quad 0xbffbfea6f253ebd2 ; double -1.7496709314279895 .quad 0xc001d691c0a0e0d4 ; double -2.2297701882454053 .quad 0xc018449453de6b4b ; double -6.0669720749381879 .quad 0xbfe21664a913b51d ; double -0.56523354552124128 .quad 0xbfc1215348e620a0 ; double -0.13382950839536978 .quad 0xbff3207ba6670e01 ; double -1.1954304218387508 .quad 0xc009f3df47a03579 ; double -3.2440782161490316 .quad 0x3fea60420b290dcb ; double 0.82425024204024433 .quad 0x3ff60ac6276342a4 ; double 1.3776303804953978 .quad 0xc01204c03b39fb69 ; double -4.5046395544185112 .quad 0xbfff0ca14c9994ca ; double -1.9405835144219048 .quad 0xbffa87a8d6347f0f ; double -1.6581199996362022 .quad 0xc006049bde490ff6 ; double -2.7522504201933726 .quad 0xc016b3aa3d4ca74f ; double -5.6754540994678129 .quad 0xbfed911f05966e9b ; double -0.92396498767216728 .quad 0xbfec50668a04b954 ; double -0.88481451946953848 .quad 0x3fbce79baeb1448c ; double 0.11290905966713377 .quad 0x3fb49093e5461e07 ; double 0.080331080889770687 .quad 0xbfe0091fa60f0311 ; double -0.50111372407272559 .quad 0xbff6ce28358d4d78 ; double -1.4253313152192657 .quad 0x3fd0d4a658da7240 ; double 0.2629791133602204 .quad 0xbffbf56eceed4178 ; double -1.7474201281621315 .quad 0xc005da2afbc6b6d6 ; double -2.7315272970216524 .quad 0xc01028df5ce6f2c6 ; double -4.0399145618400265 .quad 0xc018657c05949845 ; double -6.0991059181160994 .quad 0xbff67f93ef23105a ; double -1.4061469403541396 .quad 0xbfe04451cef80359 ; double -0.50833979056924783 .quad 0xbfd4c698c956c065 ; double -0.3246213880729612 .quad 0xbfc7370cdf172969 ; double -0.18136750119294767 .quad 0xbff4ad49cb7f20bd ; double -1.2923067044339824 .quad 0xc008987ce8966437 ; double -3.0744569941421349 .quad 0x3fdde4648cec744a ; double 0.46706498872828617 .quad 0xbff6f61d870bee1c ; double -1.4350867533929721 .quad 0xc0024be70aeeffc3 ; double -2.287061772745774 .quad 0xc00e6aff7dd851dc ; double -3.8022451240196755 .quad 0xc0159f3409b104f2 ; double -5.4054719461721437 .quad 0xbffaa5d97b48c120 ; double -1.6654906097210826 .quad 0xbff969a97fffecaf ; double -1.5882964134205328 .quad 0xbff9954a8e47dcca ; double -1.5989480550613728 .quad 0xbfed220ed01fe08f ; double -0.91040745400734291 .quad 0xc00fa72524513fc7 ; double -3.9566138112349765 .quad 0xc01130339825e9dd ; double -4.2970718167439061 .quad 0xbff5d3f5045e2fbb ; double -1.3642473383542739 .quad 0xc00491765a578d8f ; double -2.5710265214890522 .quad 0xbffffdf4daffcb6d ; double -1.99950109049379 .quad 0xc0072a43fcaff843 ; double -2.8956374875261033 .quad 0xc0146841f15a7001 ; double -5.1018140517662696 .globl _outWeightMatrix1 ; @outWeightMatrix1 .p2align 3 _outWeightMatrix1: .quad 0xbff363a537746a9c ; double -1.2118274847222557 .quad 0xbfeab518633143b3 ; double -0.8346063554146127 .quad 0xbfddb5ad118cd338 ; double -0.46421362604023697 .quad 0xbff228e0d47b48b4 ; double -1.1349800396024365 .quad 0x4009e046448650b5 ; double 3.2345090249528661 .quad 0x4006360675c28cdf ; double 2.776379508971885 .quad 0x3ff828288f7fbf46 ; double 1.5098043065481348 .quad 0x3faec042e41df639 ; double 0.060060587259596017 .quad 0x3ff53839e0b62e70 ; double 1.3262270715521502 .quad 0x4016a4884e57f3a9 ; double 5.6606762162381665 .quad 0x400fb2605a8ac591 ; double 3.962097842559793 .quad 0xbfe8aa1beed68f4e ; double -0.77076527259894489 .quad 0xc00a8c5b6ee06fe4 ; double -3.3185337698214301 .quad 0xbff33c0c4ada4a9b ; double -1.2021601604398373 .quad 0xbff5948c210603ab ; double -1.3487664499263967 .quad 0xc000036bc6f518e7 ; double -2.0016704124019387 .quad 0xbff6ede6c0d933aa ; double -1.4330813916342131 .quad 0xc002cdfd90f62247 ; double -2.3505812955011467 .quad 0xc008c5f99c951bdb ; double -3.096667502689781 .quad 0xc00eeff89c15c987 ; double -3.8671734041356021 .quad 0xbfd65367470a9790 ; double -0.34884054124483388 .quad 0xc020bca20ad7f54d ; double -8.3684237850781305 .quad 0x40064b3ec7b7bf84 ; double 2.7867408373785469 .quad 0x400c2b6be3f34cc2 ; double 3.5212018784164636 .quad 0x40105449db10fb01 ; double 4.0823129872430863 .quad 0x4011b6705459696c ; double 4.4281628779957423 .quad 0x3ff044713ebbf588 ; double 1.0167095614009174 .quad 0x3fdf486eb5928200 ; double 0.48879592639607949 .quad 0xbff7fa61c63f78b2 ; double -1.4986284011898019 .quad 0xbfff5905d1d6579f ; double -1.959234065701345 .quad 0xc008302ddb6da327 ; double -3.0235249655564931 .quad 0xbfe5436ad4bf9b66 ; double -0.66447965195116576 .quad 0x3fce0b149e7446f0 ; double 0.23471315133115622 .quad 0x3fd5e28359f0c552 ; double 0.34195026190999045 .quad 0x400d92dc910bedf8 ; double 3.6967097598806014 .quad 0x40130dea4ec779d2 ; double 4.7635891255617526 .quad 0x4011ce85a2e7eaa3 ; double 4.4516816572237614 .quad 0x3fe17d7b1901c033 ; double 0.5465674866118263 .quad 0xbfd4676227c978d8 ; double -0.3188100231690334 .quad 0xbfd7d87f0d4d3804 ; double -0.37258888529765977 .quad 0x3f9cf5f762669f03 ; double 0.028282037144577121 .quad 0x3ff50b362ce7b292 ; double 1.315237212572502 .quad 0x4012d076df3b73a8 ; double 4.7035784606968392 .quad 0x40141b3921dd926a ; double 5.0265851298796438 .quad 0x400e478de6b27e15 ; double 3.7849386237355795 .quad 0x401025a9fcbab5c4 ; double 4.0367812622984651 .quad 0xbff7cc1f0493590e ; double -1.4873342684491635 .quad 0xbff6ee15fa2d6597 ; double -1.43312642789383 .quad 0xc00204eb497ef8dc ; double -2.2524018995164692 .quad 0xbffef89407de830e ; double -1.935688048113835 .quad 0xc002f0ab65eddce6 ; double -2.3675144160475723 .quad 0xc0059e605ab06809 ; double -2.7023322186551053 .quad 0xbffcffca2b01124d ; double -1.8124486617899891 .quad 0xbfe02bc08e4a4c86 ; double -0.50534084120808198 .quad 0xc00425f1376db3d8 ; double -2.518526490245204 .quad 0x3fec7068f9c47969 ; double 0.88872193129263366 .quad 0x3fdb332e2b4cad78 ; double 0.42499880054921091 .quad 0xbfe0ebc23b6d83ac ; double -0.52877914053907693 .quad 0xbfe28bad3034aa81 ; double -0.57955035605603211 .quad 0x400717973d7b34c6 ; double 2.8865189364647419 .quad 0x400313d24945f1e7 ; double 2.3846784328909396 .quad 0x400701bec782ffac ; double 2.8758521639683376 .quad 0x4002cb9033945c62 ; double 2.3493961362506051 .quad 0xbff65d6ba340854a ; double -1.3978077294380733 .quad 0xc0165f61ef54799b ; double -5.5931470294293844 .quad 0xbf6dd39ffac05f76 ; double -0.0036409496879165571 .quad 0xc00772fd14c2177e ; double -2.9311467763645274 .quad 0xc00f34c4f398b242 ; double -3.9007662802671641 .quad 0xc006f0660ce9555c ; double -2.8673821457584108 .quad 0xbffed0fa6bf515fb ; double -1.9260200707516322 .quad 0xbffb9a6a681c70dd ; double -1.7251991335715993 .quad 0xbffc58a68d613bf7 ; double -1.7716432116173999 .quad 0x3ff6a13e4ad4e98f ; double 1.4143660472023816 .quad 0x3ffd11cfa7d2b9ab ; double 1.8168484263984321 .quad 0x4007e2343a38f94b ; double 2.9854511784207367 .quad 0x4013e67388798b4c ; double 4.9750500988182687 .quad 0x3ffef83248de2b2d ; double 1.9355948301697012 .quad 0xc004626d841f202b ; double -2.5480604478834912 .quad 0xc009e7f7bcef423c ; double -3.2382654915348024 .quad 0xc000419f584b5063 ; double -2.0320422075256359 .quad 0xbfffda48cbc88404 ; double -1.9907920799525991 .quad 0xbff0a0bc8e8f92e8 ; double -1.0392423218519813 .quad 0xbff1fdbd195f9888 ; double -1.1244479170941606 .quad 0x3fdfbeeb8906bfa3 ; double 0.49602783566933278 .quad 0x400a906eee9fd177 ; double 3.3205240862391139 .quad 0x400d172c7ec73bca ; double 3.6363153366614585 .quad 0xc01ce0f326cfb6a3 ; double -7.2196775497701848 .quad 0xbfa772b3a99f091f ; double -0.045796980338780317 .comm _hiddenOut1,88,3 ; @hiddenOut1 .comm _hiddenOut2,88,3 ; @hiddenOut2 .comm _out,64,3 ; @out .subsections_via_symbols
the_stack_data/72012259.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function end_align_handler _end_align_handler: ## @end_align_handler .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 $16, %rsp .cfi_offset %rbx, -32 .cfi_offset %r14, -24 movq (%rdi), %rbx movq 8(%rbx), %rax movq _STRBUF_INIT@GOTPCREL(%rip), %rcx movl (%rcx), %ecx movl %ecx, -24(%rbp) movl (%rax), %edx movl 4(%rax), %esi movl (%rbx), %ecx leaq -24(%rbp), %r14 movq %r14, %rdi callq _strbuf_utf8_align movq %rbx, %rdi movq %r14, %rsi callq _strbuf_swap movq %r14, %rdi callq _strbuf_release addq $16, %rsp popq %rbx popq %r14 popq %rbp retq .cfi_endproc ## -- End function .comm _STRBUF_INIT,4,2 ## @STRBUF_INIT .no_dead_strip _end_align_handler .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function end_align_handler _end_align_handler: ; @end_align_handler .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 x19, [x0] Lloh0: adrp x8, _STRBUF_INIT@GOTPAGE Lloh1: ldr x8, [x8, _STRBUF_INIT@GOTPAGEOFF] ldr x9, [x19, #8] Lloh2: ldr w8, [x8] str w8, [sp, #8] ldp w2, w1, [x9] ldr w3, [x19] add x0, sp, #8 bl _strbuf_utf8_align add x1, sp, #8 mov x0, x19 bl _strbuf_swap add x0, sp, #8 bl _strbuf_release 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 .cfi_endproc ; -- End function .comm _STRBUF_INIT,4,2 ; @STRBUF_INIT .no_dead_strip _end_align_handler .subsections_via_symbols
AnghaBench/git/extr_ref-filter.c_end_align_handler.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 %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, %r14 movl %edi, %r12d decl %r12d je LBB0_1 ## %bb.2: movl %edi, %r15d movslq %edi, %rdi movl $4, %esi callq _calloc movq %rax, %rbx movq 8(%r14), %rdi testq %rdi, %rdi je LBB0_5 ## %bb.3: xorl %r13d, %r13d .p2align 4, 0x90 LBB0_4: ## =>This Inner Loop Header: Depth=1 callq _atoi movl %eax, (%rbx,%r13) movq 16(%r14,%r13,2), %rdi addq $4, %r13 testq %rdi, %rdi jne LBB0_4 LBB0_5: cmpl $2, %r15d jl LBB0_16 ## %bb.6: movl %r12d, %r11d movl $1, %r9d xorl %r10d, %r10d jmp LBB0_7 .p2align 4, 0x90 LBB0_15: ## in Loop: Header=BB0_7 Depth=1 incq %r9 movq %r8, %r10 cmpq %r11, %r8 je LBB0_16 LBB0_7: ## =>This Loop Header: Depth=1 ## Child Loop BB0_10 Depth 2 leaq 1(%r10), %r8 cmpq %r11, %r8 jae LBB0_8 ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movq %r9, %rcx movl %r10d, %edi jmp LBB0_10 .p2align 4, 0x90 LBB0_12: ## in Loop: Header=BB0_10 Depth=2 incq %rcx movl %esi, %edi cmpq %rcx, %r11 je LBB0_13 LBB0_10: ## Parent Loop BB0_7 Depth=1 ## => This Inner Loop Header: Depth=2 movl (%rbx,%rcx,4), %edx movslq %edi, %rax movl %ecx, %esi cmpl (%rbx,%rax,4), %edx jl LBB0_12 ## %bb.11: ## in Loop: Header=BB0_10 Depth=2 movl %edi, %esi jmp LBB0_12 .p2align 4, 0x90 LBB0_8: ## in Loop: Header=BB0_7 Depth=1 movl %r10d, %esi LBB0_13: ## in Loop: Header=BB0_7 Depth=1 movl %esi, %eax cmpq %rax, %r10 je LBB0_15 ## %bb.14: ## in Loop: Header=BB0_7 Depth=1 movl (%rbx,%r10,4), %eax movslq %esi, %rcx movl (%rbx,%rcx,4), %edx movl %edx, (%rbx,%r10,4) movl %eax, (%rbx,%rcx,4) jmp LBB0_15 LBB0_16: movl (%rbx), %esi testl %esi, %esi je LBB0_19 ## %bb.17: movq %rbx, %r15 addq $4, %r15 leaq L_.str.1(%rip), %r14 .p2align 4, 0x90 LBB0_18: ## =>This Inner Loop Header: Depth=1 movq %r14, %rdi xorl %eax, %eax callq _printf movl (%r15), %esi addq $4, %r15 testl %esi, %esi jne LBB0_18 LBB0_19: movl $10, %edi callq _putchar movq %rbx, %rdi callq _free xorl %eax, %eax jmp LBB0_20 LBB0_1: movq (%r14), %rsi leaq L_.str(%rip), %rdi xorl %eax, %eax callq _printf movl $-1, %eax LBB0_20: 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 "Usage: %s [NUMBERS.... ]\n" L_.str.1: ## @.str.1 .asciz " %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, #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 subs w22, w0, #1 b.eq LBB0_17 ; %bb.1: mov x20, x0 sxtw x0, w20 mov w1, #4 bl _calloc mov x19, x0 ldr x0, [x21, #8] cbz x0, LBB0_4 ; %bb.2: add x21, x21, #16 mov x23, x19 LBB0_3: ; =>This Inner Loop Header: Depth=1 bl _atoi str w0, [x23], #4 ldr x0, [x21], #8 cbnz x0, LBB0_3 LBB0_4: cmp w20, #2 b.lt LBB0_13 ; %bb.5: mov x9, #0 mov w8, #1 b LBB0_7 LBB0_6: ; in Loop: Header=BB0_7 Depth=1 add x8, x8, #1 mov x9, x10 cmp x10, x22 b.eq LBB0_13 LBB0_7: ; =>This Loop Header: Depth=1 ; Child Loop BB0_9 Depth 2 add x10, x9, #1 cmp x10, x22 b.hs LBB0_11 ; %bb.8: ; in Loop: Header=BB0_7 Depth=1 mov x12, x8 mov x11, x9 LBB0_9: ; Parent Loop BB0_7 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w13, [x19, x12, lsl #2] ldr w14, [x19, w11, sxtw #2] cmp w13, w14 csel w11, w12, w11, lt add x12, x12, #1 cmp x22, x12 b.ne LBB0_9 ; %bb.10: ; in Loop: Header=BB0_7 Depth=1 cmp x9, w11, uxtw b.eq LBB0_6 b LBB0_12 LBB0_11: ; in Loop: Header=BB0_7 Depth=1 mov x11, x9 cmp x9, w11, uxtw b.eq LBB0_6 LBB0_12: ; in Loop: Header=BB0_7 Depth=1 lsl x9, x9, #2 ldr w12, [x19, x9] sbfiz x11, x11, #2, #32 ldr w13, [x19, x11] str w13, [x19, x9] str w12, [x19, x11] b LBB0_6 LBB0_13: ldr w8, [x19] cbz w8, LBB0_16 ; %bb.14: add x21, x19, #4 Lloh0: adrp x20, l_.str.1@PAGE Lloh1: add x20, x20, l_.str.1@PAGEOFF LBB0_15: ; =>This Inner Loop Header: Depth=1 str x8, [sp] mov x0, x20 bl _printf ldr w8, [x21], #4 cbnz w8, LBB0_15 LBB0_16: mov w0, #10 bl _putchar mov x0, x19 bl _free mov w0, #0 b LBB0_18 LBB0_17: ldr x8, [x21] str x8, [sp] Lloh2: adrp x0, l_.str@PAGE Lloh3: add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #-1 LBB0_18: 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 Lloh0, Lloh1 .loh AdrpAdd Lloh2, Lloh3 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Usage: %s [NUMBERS.... ]\n" l_.str.1: ; @.str.1 .asciz " %d " .subsections_via_symbols
the_stack_data/123485.c
stack
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _libfat_dumpdir ## -- Begin function libfat_dumpdir .p2align 4, 0x90 _libfat_dumpdir: ## @libfat_dumpdir .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, %rbx movq %rsi, %r14 movq %rdi, %r15 movq (%rdx), %rdi xorl %esi, %esi movl $8, %edx callq _memset movq $0, 8(%rbx) cmpq $0, (%r14) js LBB0_1 ## %bb.3: leaq 8(%r14), %rsi movq %r15, %rdi movq %r14, %rdx callq _get_next_dirent LBB0_4: movl $-1, %r12d testq %rax, %rax je LBB0_23 ## %bb.5: leaq 8(%r14), %r13 jmp LBB0_6 .p2align 4, 0x90 LBB0_8: ## in Loop: Header=BB0_6 Depth=1 cmpl $229, %esi jne LBB0_9 LBB0_21: ## in Loop: Header=BB0_6 Depth=1 movq %r15, %rdi movq %r13, %rsi movq %r14, %rdx callq _get_next_dirent testq %rax, %rax je LBB0_23 LBB0_6: ## =>This Inner Loop Header: Depth=1 movl (%rax), %edx cmpl $8, %edx je LBB0_21 ## %bb.7: ## in Loop: Header=BB0_6 Depth=1 movq 8(%rax), %rcx movl (%rcx), %esi cmpl $46, %esi jne LBB0_8 ## %bb.18: ## in Loop: Header=BB0_6 Depth=1 cmpl $32, 8(%rcx) jne LBB0_10 ## %bb.19: ## in Loop: Header=BB0_6 Depth=1 movl 4(%rcx), %esi cmpl $46, %esi je LBB0_21 ## %bb.20: ## in Loop: Header=BB0_6 Depth=1 cmpl $32, %esi je LBB0_21 jmp LBB0_10 LBB0_1: movq $0, (%r14) movl 16(%r14), %esi movq %r15, %rdi callq _libfat_clustertosector movq %rax, 8(%r14) movl $-1, %r12d leaq 1(%rax), %rcx cmpq $2, %rcx jb LBB0_23 ## %bb.2: movq %r15, %rdi movq %rax, %rsi callq _libfat_get_sector jmp LBB0_4 LBB0_9: movl $-2, %r12d testl %esi, %esi je LBB0_23 LBB0_10: movq (%rbx), %rsi cmpb $0, (%rsi) je LBB0_11 ## %bb.22: andl $55, %edx movl %edx, 8(%rbx) leaq 28(%rax), %rdi movq %rax, %r14 callq _read32 movl %eax, 12(%rbx) leaq 24(%r14), %rdi callq _read16 movl %eax, %r12d addq $20, %r14 movq %r14, %rdi callq _read16 shll $16, %eax subl %eax, %r12d LBB0_23: movl %r12d, %eax addq $8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_11: xorl %edx, %edx xorl %esi, %esi jmp LBB0_12 .p2align 4, 0x90 LBB0_16: ## in Loop: Header=BB0_12 Depth=1 incl %esi movq 8(%rax), %rcx LBB0_17: ## in Loop: Header=BB0_12 Depth=1 addq $-4, %rdx LBB0_12: ## =>This Inner Loop Header: Depth=1 movl (%rcx,%rdx), %edi cmpl $32, %edi je LBB0_17 ## %bb.13: ## in Loop: Header=BB0_12 Depth=1 movq (%rbx), %r8 movslq %esi, %rcx movb %dil, (%r8,%rcx) movq (%rbx), %rdi movzbl (%rdi,%rcx), %r8d leal -65(%r8), %r9d cmpb $25, %r9b ja LBB0_16 ## %bb.14: ## in Loop: Header=BB0_12 Depth=1 testb $2, 16(%rax) je LBB0_16 ## %bb.15: ## in Loop: Header=BB0_12 Depth=1 orb $32, %r8b movb %r8b, (%rdi,%rcx) jmp LBB0_16 .cfi_endproc ## -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .globl _libfat_dumpdir ; -- Begin function libfat_dumpdir .p2align 2 _libfat_dumpdir: ; @libfat_dumpdir .cfi_startproc ; %bb.0: stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill 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, x2 mov x20, x1 mov x21, x0 ldr x0, [x2] mov w1, #0 ; =0x0 mov w2, #8 ; =0x8 bl _memset str xzr, [x19, #8] ldr x8, [x20] tbnz x8, #63, LBB0_2 ; %bb.1: add x1, x20, #8 mov x0, x21 mov x2, x20 bl _get_next_dirent cbnz x0, LBB0_8 b LBB0_3 LBB0_2: str xzr, [x20] ldr w1, [x20, #16] mov x0, x21 bl _libfat_clustertosector str x0, [x20, #8] add x8, x0, #1 cmp x8, #2 b.hs LBB0_5 LBB0_3: mov w0, #-1 ; =0xffffffff LBB0_4: 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_5: mov x1, x0 mov x0, x21 bl _libfat_get_sector cbnz x0, LBB0_8 b LBB0_3 LBB0_6: ; in Loop: Header=BB0_8 Depth=1 cmp w10, #229 b.ne LBB0_13 LBB0_7: ; in Loop: Header=BB0_8 Depth=1 add x1, x20, #8 mov x0, x21 mov x2, x20 bl _get_next_dirent cbz x0, LBB0_3 LBB0_8: ; =>This Inner Loop Header: Depth=1 ldr w9, [x0] cmp w9, #8 b.eq LBB0_7 ; %bb.9: ; in Loop: Header=BB0_8 Depth=1 ldr x8, [x0, #8] ldr w10, [x8] cmp w10, #46 b.ne LBB0_6 ; %bb.10: ; in Loop: Header=BB0_8 Depth=1 ldr w10, [x8, #8] cmp w10, #32 b.ne LBB0_15 ; %bb.11: ; in Loop: Header=BB0_8 Depth=1 ldr w10, [x8, #4] cmp w10, #46 b.eq LBB0_7 ; %bb.12: ; in Loop: Header=BB0_8 Depth=1 cmp w10, #32 b.eq LBB0_7 b LBB0_15 LBB0_13: cbnz w10, LBB0_15 ; %bb.14: mov w0, #-2 ; =0xfffffffe b LBB0_4 LBB0_15: ldr x10, [x19] ldrb w10, [x10] cbz w10, LBB0_17 ; %bb.16: mov w8, #55 ; =0x37 and w8, w9, w8 str w8, [x19, #8] mov x20, x0 add x0, x0, #28 bl _read32 str w0, [x19, #12] add x0, x20, #24 bl _read16 mov x19, x0 add x0, x20, #20 bl _read16 sub w0, w19, w0, lsl #16 b LBB0_4 LBB0_17: mov x9, #0 ; =0x0 b LBB0_20 LBB0_18: ; in Loop: Header=BB0_20 Depth=1 add w10, w10, #1 ldr x8, [x0, #8] LBB0_19: ; in Loop: Header=BB0_20 Depth=1 sub x9, x9, #4 LBB0_20: ; =>This Inner Loop Header: Depth=1 ldr w11, [x8, x9] cmp w11, #32 b.eq LBB0_19 ; %bb.21: ; in Loop: Header=BB0_20 Depth=1 ldr x8, [x19] strb w11, [x8, w10, sxtw] ldr x8, [x19] ldrb w11, [x8, w10, sxtw] sub w12, w11, #65 cmp w12, #25 b.hi LBB0_18 ; %bb.22: ; in Loop: Header=BB0_20 Depth=1 ldrb w12, [x0, #16] tbz w12, #1, LBB0_18 ; %bb.23: ; in Loop: Header=BB0_20 Depth=1 orr w11, w11, #0x20 strb w11, [x8, w10, sxtw] b LBB0_18 .cfi_endproc ; -- End function .subsections_via_symbols
assembly_file_140140.c
assembly_dataset
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function lambda_call _lambda_call: ## @lambda_call .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 %r8, %r14 movq %rcx, %r13 movl %edx, %ebx movq %rdi, %r15 movl %esi, %edi callq _strm_value_lambda xorps %xmm0, %xmm0 movaps %xmm0, -64(%rbp) movl 8(%rax), %ecx movl %ecx, -56(%rbp) movq (%rax), %r12 movq (%r12), %rdx movq _NODE_LAMBDA@GOTPCREL(%rip), %rcx cmpq (%rcx), %rdx jne LBB0_15 ## %bb.1: movq %r14, -72(%rbp) ## 8-byte Spill movq 8(%r12), %r14 testq %r14, %r14 je LBB0_2 ## %bb.4: cmpl %ebx, (%r14) jne LBB0_3 ## %bb.5: testl %ebx, %ebx jle LBB0_10 ## %bb.6: movq %r15, -48(%rbp) ## 8-byte Spill movl %ebx, %ebx xorl %r15d, %r15d .p2align 4, 0x90 LBB0_8: ## =>This Inner Loop Header: Depth=1 movq 8(%r14), %rax movl (%rax,%r15,4), %edi callq _node_to_sym movl (%r13,%r15,4), %edx leaq -64(%rbp), %rdi movl %eax, %esi callq _strm_var_set testl %eax, %eax jne LBB0_28 ## %bb.7: ## in Loop: Header=BB0_8 Depth=1 incq %r15 cmpq %r15, %rbx jne LBB0_8 ## %bb.9: movq (%r12), %rdx movq -48(%rbp), %r15 ## 8-byte Reload jmp LBB0_10 LBB0_15: movq _NODE_PLAMBDA@GOTPCREL(%rip), %rcx cmpq (%rcx), %rdx jne LBB0_26 ## %bb.16: movq %rax, -48(%rbp) ## 8-byte Spill movq %r14, -72(%rbp) ## 8-byte Spill movq _STRM_OK@GOTPCREL(%rip), %r14 jmp LBB0_17 .p2align 4, 0x90 LBB0_21: ## in Loop: Header=BB0_17 Depth=1 movq $0, -64(%rbp) movq (%r12), %r12 testq %r12, %r12 je LBB0_22 LBB0_17: ## =>This Inner Loop Header: Depth=1 movl 24(%r12), %edx movq %r15, %rdi leaq -64(%rbp), %rsi movl %ebx, %ecx movq %r13, %r8 callq _pattern_match cmpl (%r14), %eax jne LBB0_21 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movq 16(%r12), %rdx testq %rdx, %rdx je LBB0_29 ## %bb.19: ## in Loop: Header=BB0_17 Depth=1 movq %r15, %rdi leaq -64(%rbp), %rsi leaq -76(%rbp), %rcx callq _exec_expr cmpl (%r14), %eax jne LBB0_21 ## %bb.20: ## in Loop: Header=BB0_17 Depth=1 movl -76(%rbp), %edi callq _strm_value_bool testq %rax, %rax je LBB0_21 LBB0_29: movq 8(%r12), %rdx jmp LBB0_10 LBB0_2: testl %ebx, %ebx jle LBB0_10 LBB0_3: movq %rax, -48(%rbp) ## 8-byte Spill leaq L_.str(%rip), %rsi jmp LBB0_23 LBB0_10: leaq -64(%rbp), %rsi movq %r15, %rdi movq -72(%rbp), %rbx ## 8-byte Reload movq %rbx, %rcx callq _exec_expr testq %r15, %r15 je LBB0_28 ## %bb.11: movq _STRM_NG@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB0_28 ## %bb.12: movq (%r15), %rcx testq %rcx, %rcx je LBB0_28 ## %bb.13: movq (%rcx), %rdx movq _NODE_ERROR_RETURN@GOTPCREL(%rip), %rsi cmpq (%rsi), %rdx jne LBB0_28 ## %bb.14: movl 16(%rcx), %eax movl %eax, (%rbx) movq _STRM_OK@GOTPCREL(%rip), %rax jmp LBB0_27 LBB0_22: leaq L_.str.1(%rip), %rsi LBB0_23: movq %r15, %rdi callq _strm_raise testq %r15, %r15 movq -48(%rbp), %rcx ## 8-byte Reload je LBB0_26 ## %bb.24: movq (%r15), %rax testq %rax, %rax je LBB0_26 ## %bb.25: movq (%rcx), %rcx movl 12(%rcx), %edx movl %edx, 12(%rax) movl 8(%rcx), %ecx movl %ecx, 8(%rax) LBB0_26: movq _STRM_NG@GOTPCREL(%rip), %rax LBB0_27: 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 _NODE_LAMBDA,8,3 ## @NODE_LAMBDA .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "wrong number of arguments" .comm _NODE_PLAMBDA,8,3 ## @NODE_PLAMBDA .comm _STRM_OK,4,2 ## @STRM_OK L_.str.1: ## @.str.1 .asciz "match failure" .comm _STRM_NG,4,2 ## @STRM_NG .comm _NODE_ERROR_RETURN,8,3 ## @NODE_ERROR_RETURN .no_dead_strip _lambda_call .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function lambda_call _lambda_call: ; @lambda_call .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 mov x20, x4 mov x21, x3 mov x23, x2 mov x19, x0 mov x0, x1 bl _strm_value_lambda mov x22, x0 stp xzr, xzr, [sp, #16] ldr w8, [x0, #8] str w8, [sp, #24] ldr x24, [x0] ldr x2, [x24] Lloh0: adrp x8, _NODE_LAMBDA@GOTPAGE Lloh1: ldr x8, [x8, _NODE_LAMBDA@GOTPAGEOFF] Lloh2: ldr x8, [x8] cmp x2, x8 b.ne LBB0_8 ; %bb.1: ldr x25, [x24, #8] cbz x25, LBB0_16 ; %bb.2: ldr w8, [x25] cmp w8, w23 b.ne LBB0_17 ; %bb.3: cmp w23, #1 b.lt LBB0_18 ; %bb.4: mov x22, #0 mov w8, w23 lsl x23, x8, #2 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [x25, #8] ldr w0, [x8, x22] bl _node_to_sym mov x1, x0 ldr w2, [x21, x22] add x0, sp, #16 bl _strm_var_set cbnz w0, LBB0_29 ; %bb.6: ; in Loop: Header=BB0_5 Depth=1 add x22, x22, #4 cmp x23, x22 b.ne LBB0_5 ; %bb.7: ldr x2, [x24] b LBB0_18 LBB0_8: Lloh3: adrp x8, _NODE_PLAMBDA@GOTPAGE Lloh4: ldr x8, [x8, _NODE_PLAMBDA@GOTPAGEOFF] Lloh5: ldr x8, [x8] cmp x2, x8 b.ne LBB0_27 ; %bb.9: Lloh6: adrp x25, _STRM_OK@GOTPAGE Lloh7: ldr x25, [x25, _STRM_OK@GOTPAGEOFF] b LBB0_11 LBB0_10: ; in Loop: Header=BB0_11 Depth=1 str xzr, [sp, #16] ldr x24, [x24] cbz x24, LBB0_23 LBB0_11: ; =>This Inner Loop Header: Depth=1 ldr w2, [x24, #24] add x1, sp, #16 mov x0, x19 mov x3, x23 mov x4, x21 bl _pattern_match ldr w8, [x25] cmp w0, w8 b.ne LBB0_10 ; %bb.12: ; in Loop: Header=BB0_11 Depth=1 ldr x2, [x24, #16] cbz x2, LBB0_15 ; %bb.13: ; in Loop: Header=BB0_11 Depth=1 add x1, sp, #16 add x3, sp, #12 mov x0, x19 bl _exec_expr ldr w8, [x25] cmp w0, w8 b.ne LBB0_10 ; %bb.14: ; in Loop: Header=BB0_11 Depth=1 ldr w0, [sp, #12] bl _strm_value_bool cbz x0, LBB0_10 LBB0_15: ldr x2, [x24, #8] b LBB0_18 LBB0_16: cmp w23, #0 b.le LBB0_18 LBB0_17: Lloh8: adrp x1, l_.str@PAGE Lloh9: add x1, x1, l_.str@PAGEOFF b LBB0_24 LBB0_18: add x1, sp, #16 mov x0, x19 mov x3, x20 bl _exec_expr cbz x19, LBB0_29 ; %bb.19: Lloh10: adrp x8, _STRM_NG@GOTPAGE Lloh11: ldr x8, [x8, _STRM_NG@GOTPAGEOFF] Lloh12: ldr w8, [x8] cmp w0, w8 b.ne LBB0_29 ; %bb.20: ldr x8, [x19] cbz x8, LBB0_29 ; %bb.21: ldr x9, [x8] Lloh13: adrp x10, _NODE_ERROR_RETURN@GOTPAGE Lloh14: ldr x10, [x10, _NODE_ERROR_RETURN@GOTPAGEOFF] Lloh15: ldr x10, [x10] cmp x9, x10 b.ne LBB0_29 ; %bb.22: ldr w8, [x8, #16] str w8, [x20] Lloh16: adrp x8, _STRM_OK@GOTPAGE Lloh17: ldr x8, [x8, _STRM_OK@GOTPAGEOFF] b LBB0_28 LBB0_23: Lloh18: adrp x1, l_.str.1@PAGE Lloh19: add x1, x1, l_.str.1@PAGEOFF LBB0_24: mov x0, x19 bl _strm_raise cbz x19, LBB0_27 ; %bb.25: ldr x8, [x19] cbz x8, LBB0_27 ; %bb.26: ldr x9, [x22] ldr d0, [x9, #8] str d0, [x8, #8] LBB0_27: Lloh20: adrp x8, _STRM_NG@GOTPAGE Lloh21: ldr x8, [x8, _STRM_NG@GOTPAGEOFF] LBB0_28: ldr w0, [x8] LBB0_29: 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 AdrpLdrGotLdr Lloh0, Lloh1, Lloh2 .loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5 .loh AdrpLdrGot Lloh6, Lloh7 .loh AdrpAdd Lloh8, Lloh9 .loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12 .loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15 .loh AdrpLdrGot Lloh16, Lloh17 .loh AdrpAdd Lloh18, Lloh19 .loh AdrpLdrGot Lloh20, Lloh21 .cfi_endproc ; -- End function .comm _NODE_LAMBDA,8,3 ; @NODE_LAMBDA .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "wrong number of arguments" .comm _NODE_PLAMBDA,8,3 ; @NODE_PLAMBDA .comm _STRM_OK,4,2 ; @STRM_OK l_.str.1: ; @.str.1 .asciz "match failure" .comm _STRM_NG,4,2 ; @STRM_NG .comm _NODE_ERROR_RETURN,8,3 ; @NODE_ERROR_RETURN .no_dead_strip _lambda_call .subsections_via_symbols
AnghaBench/streem/src/extr_exec.c_lambda_call.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _uart_fdt_get_io_width ## -- Begin function uart_fdt_get_io_width .p2align 4, 0x90 _uart_fdt_get_io_width: ## @uart_fdt_get_io_width .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, %rdx leaq L_.str(%rip), %rsi movl $4, %ecx callq _OF_getencprop xorl %ecx, %ecx testq %rax, %rax setle %cl negl %ecx movl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "reg-io-width" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _uart_fdt_get_io_width ; -- Begin function uart_fdt_get_io_width .p2align 2 _uart_fdt_get_io_width: ; @uart_fdt_get_io_width .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 x2, x1 Lloh0: adrp x1, l_.str@PAGE Lloh1: add x1, x1, l_.str@PAGEOFF mov w3, #4 bl _OF_getencprop cmp x0, #1 csetm w0, lt 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 "reg-io-width" .subsections_via_symbols
AnghaBench/freebsd/sys/dev/uart/extr_uart_bus_fdt.c_uart_fdt_get_io_width.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 4, 0x90 ## -- Begin function perf_free_event _perf_free_event: ## @perf_free_event .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 movq 8(%rdi), %rbx xorl %edi, %edi testq %rbx, %rbx sete %dil callq _WARN_ON_ONCE testq %rax, %rax je LBB0_2 ## %bb.1: addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq LBB0_2: movq %rbx, %rdi callq _mutex_lock leaq 4(%r15), %rdi callq _list_del_init movq %rbx, %rdi callq _mutex_unlock movq %rbx, %rdi callq _put_event movq %r14, %rdi callq _raw_spin_lock_irq movq %r15, %rdi callq _perf_group_detach movq %r15, %rdi movq %r14, %rsi callq _list_del_event movq %r14, %rdi callq _raw_spin_unlock_irq movq %r15, %rdi addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp jmp _free_event ## TAILCALL .cfi_endproc ## -- End function .no_dead_strip _perf_free_event .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .p2align 2 ; -- Begin function perf_free_event _perf_free_event: ; @perf_free_event .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 x19, x0 ldr x21, [x0, #8] cmp x21, #0 cset w0, eq bl _WARN_ON_ONCE cbz x0, LBB0_2 ; %bb.1: 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: mov x0, x21 bl _mutex_lock add x0, x19, #4 bl _list_del_init mov x0, x21 bl _mutex_unlock mov x0, x21 bl _put_event mov x0, x20 bl _raw_spin_lock_irq mov x0, x19 bl _perf_group_detach mov x0, x19 mov x1, x20 bl _list_del_event mov x0, x20 bl _raw_spin_unlock_irq 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 _free_event .cfi_endproc ; -- End function .no_dead_strip _perf_free_event .subsections_via_symbols
AnghaBench/linux/kernel/events/extr_core.c_perf_free_event.c
anghabench
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 4, 0x90 ## -- Begin function free_dma_rcv_ctx _free_dma_rcv_ctx: ## @free_dma_rcv_ctx .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 8(%rdi), %r14 testq %r14, %r14 je LBB0_18 ## %bb.1: movq %rdi, %rbx movl 68(%rdi), %esi leaq L_.str(%rip), %rdi callq _DBGMSG movq 56(%rbx), %rdi testq %rdi, %rdi je LBB0_9 ## %bb.2: movl (%rbx), %eax testl %eax, %eax js LBB0_8 ## %bb.3: xorl %r15d, %r15d jmp LBB0_4 .p2align 4, 0x90 LBB0_6: ## in Loop: Header=BB0_4 Depth=1 decq %r15 movslq %eax, %rcx cmpq %rcx, %r15 jg LBB0_7 LBB0_4: ## =>This Inner Loop Header: Depth=1 movq 48(%rbx), %rcx movq 56(%rbx), %rdx movq (%rdx,%r15,8), %rdx movq (%rcx,%r15,8), %rcx movq %rdx, %rsi orq %rcx, %rsi je LBB0_6 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movl (%r14), %edi movl 64(%rbx), %esi callq _pci_free_consistent movl (%rbx), %eax jmp LBB0_6 LBB0_7: movq 56(%rbx), %rdi LBB0_8: callq _kfree movq 48(%rbx), %rdi callq _kfree LBB0_9: cmpq $0, 32(%rbx) je LBB0_17 ## %bb.10: movl (%rbx), %eax testl %eax, %eax jle LBB0_16 ## %bb.11: xorl %r14d, %r14d jmp LBB0_12 .p2align 4, 0x90 LBB0_15: ## in Loop: Header=BB0_12 Depth=1 incq %r14 movslq %eax, %rcx cmpq %rcx, %r14 jge LBB0_16 LBB0_12: ## =>This Inner Loop Header: Depth=1 movq 32(%rbx), %rcx movq (%rcx,%r14,8), %rsi testq %rsi, %rsi je LBB0_15 ## %bb.13: ## in Loop: Header=BB0_12 Depth=1 movq 24(%rbx), %rcx movq (%rcx,%r14,8), %rdx testq %rdx, %rdx je LBB0_15 ## %bb.14: ## in Loop: Header=BB0_12 Depth=1 movl 40(%rbx), %edi callq _pci_pool_free movl (%rbx), %eax jmp LBB0_15 LBB0_16: movl 40(%rbx), %edi callq _pci_pool_destroy movq 32(%rbx), %rdi callq _kfree movq 24(%rbx), %rdi callq _kfree LBB0_17: movq 16(%rbx), %rdi callq _kfree movq $0, 8(%rbx) LBB0_18: addq $8, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Freeing dma_rcv_ctx %d" .no_dead_strip _free_dma_rcv_ctx .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 15, 0 sdk_version 15, 5 .p2align 2 ; -- Begin function free_dma_rcv_ctx _free_dma_rcv_ctx: ; @free_dma_rcv_ctx .cfi_startproc ; %bb.0: stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill 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 x20, [x0, #8] cbz x20, LBB0_18 ; %bb.1: mov x19, x0 ldr w1, [x0, #68] Lloh0: adrp x0, l_.str@PAGE Lloh1: add x0, x0, l_.str@PAGEOFF bl _DBGMSG ldr x0, [x19, #56] cbz x0, LBB0_9 ; %bb.2: ldr w8, [x19] tbnz w8, #31, LBB0_8 ; %bb.3: mov x21, #0 ; =0x0 b LBB0_5 LBB0_4: ; in Loop: Header=BB0_5 Depth=1 sub x21, x21, #1 cmp x21, w8, sxtw b.gt LBB0_7 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldp x10, x9, [x19, #48] ldr x2, [x9, x21, lsl #3] ldr x3, [x10, x21, lsl #3] orr x9, x2, x3 cbz x9, LBB0_4 ; %bb.6: ; in Loop: Header=BB0_5 Depth=1 ldr w0, [x20] ldr w1, [x19, #64] bl _pci_free_consistent ldr w8, [x19] b LBB0_4 LBB0_7: ldr x0, [x19, #56] LBB0_8: bl _kfree ldr x0, [x19, #48] bl _kfree LBB0_9: ldr x8, [x19, #32] cbz x8, LBB0_17 ; %bb.10: ldr w8, [x19] cmp w8, #1 b.lt LBB0_16 ; %bb.11: mov x20, #0 ; =0x0 b LBB0_13 LBB0_12: ; in Loop: Header=BB0_13 Depth=1 add x20, x20, #1 cmp x20, w8, sxtw b.ge LBB0_16 LBB0_13: ; =>This Inner Loop Header: Depth=1 ldr x9, [x19, #32] ldr x1, [x9, x20, lsl #3] cbz x1, LBB0_12 ; %bb.14: ; in Loop: Header=BB0_13 Depth=1 ldr x9, [x19, #24] ldr x2, [x9, x20, lsl #3] cbz x2, LBB0_12 ; %bb.15: ; in Loop: Header=BB0_13 Depth=1 ldr w0, [x19, #40] bl _pci_pool_free ldr w8, [x19] b LBB0_12 LBB0_16: ldr w0, [x19, #40] bl _pci_pool_destroy ldr x0, [x19, #32] bl _kfree ldr x0, [x19, #24] bl _kfree LBB0_17: ldr x0, [x19, #16] bl _kfree str xzr, [x19, #8] LBB0_18: 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 "Freeing dma_rcv_ctx %d" .no_dead_strip _free_dma_rcv_ctx .subsections_via_symbols
assembly_file_3831.c
assembly_dataset