c_file stringlengths 11 39 | arm_file stringlengths 12 26 | x86_file stringlengths 13 27 | arm_assembly stringlengths 1k 268k | x86_assembly stringlengths 1.06k 264k |
|---|---|---|---|---|
ackermann/ackermann.c | arm64/ackermann.s | x86_64/ackermann.s | .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ack ; -- Begin function ack
.p2align 2
_ack: ; @ack
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ... | .text
.file "ackermann.c"
.globl ack # -- Begin function ack
.p2align 4, 0x90
.type ack,@function
ack: # @ack
.cfi_startproc
# %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %r... |
anagram/anagram.c | arm64/anagram.s | x86_64/anagram.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"anagram.c\"\n\t.globl\tFatal # -- Begin function Fata(...TRUNCATED) |
audio-codec/audio-codec.c | arm64/audio-codec.s | x86_64/audio-codec.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"audio-codec.c\"\n\t.globl\tencode # -- Begin function (...TRUNCATED) |
avl-tree/avl-tree.c | arm64/avl-tree.s | x86_64/avl-tree.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"avl-tree.c\"\n\t.globl\tprintTree # -- Begin function pri(...TRUNCATED) |
banner/banner.c | arm64/banner.s | x86_64/banner.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"banner.c\"\n\t.globl\tmain # -- Begin function main\(...TRUNCATED) |
blake2b/blake2b.c | arm64/blake2b.s | x86_64/blake2b.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"blake2b.c\"\n\t.globl\tblake2b # -- Begin function blak(...TRUNCATED) |
bloom-filter/bloom-filter.c | arm64/bloom-filter.s | x86_64/bloom-filter.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"bloom-filter.c\"\n\t.globl\tbad_search # -- Begin function(...TRUNCATED) |
boyer-moore-search/boyer-moore-search.c | arm64/boyer-moore-search.s | x86_64/boyer-moore-search.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"boyer-moore-search.c\"\n\t.globl\tbadCharHeuristic # -- Begin fu(...TRUNCATED) |
bubble-sort/bubble-sort.c | arm64/bubble-sort.s | x86_64/bubble-sort.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"bubble-sort.c\"\n\t.globl\tprint_data # -- Begin function (...TRUNCATED) |
c-interp/c-interp.c | arm64/c-interp.s | x86_64/c-interp.s | "\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 13, 0\tsdk_version 13,(...TRUNCATED) | "\t.text\n\t.file\t\"c-interp.c\"\n\t.globl\tnext # -- Begin function nex(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 7