repo_id
string
size
int64
file_path
string
content
string
comsec-group/milesan-meta
389
pocs/phantomtrails/src/misc/manual-analysis/static_mispred.S
.text start: # Load random data. li t0, 0x80000100 ld t0, 0(t0) # Slow down. li t1, 6 mul t0, t0, t1 div t0, t0, t1 mul t0, t0, t1 div t0, t0, t1 # Branch is architecturally taken, but statically predicted non-taken. beqz t0, end # New data is loaded speculatively. li t0, 0x80001000 ld t0, 0(t0) .align 4 ...
comsec-group/milesan-meta
1,960
pocs/phantomtrails/src/misc/manual-analysis/spectrev2-sls.S
#------------------------------------------------------------------------------ # Spectrev2. # # The victim takes an index as an argument, and jumps to the corresponding entry # in a jump table. The attacker first trains the victim by making it jump to # a leak gadget. Then, it will ask the victim to jump to `legit_tar...
comsec-group/milesan-meta
705
pocs/phantomtrails/src/misc/manual-analysis/unknown-flush.S
lb tp, 64(ra) auipc sp, 0 # 0x80008004 jalr ra, sp, 108 xor ra, ra, ra xor ra, ra, ra addiw t0, s0, 1 sll a6, s0, ra slli ra, sp, 63 snez s0, s0 lhu zero, 285(ra) xor zero, zero, zero lhu zero, 285(ra) auipc s0, 32768 # 0x80010030 subw zero, gp, ra lhu zero, 285(ra) lhu zero, 285(ra) lhu zero, 285(ra) auipc sp, 0 # 0x8...
comsec-group/milesan-meta
334
pocs/phantomtrails/src/misc/manual-analysis/meltdown-store-pfault.S
auipc s5, 402894 # 0x67fcd000 nop ori s8, sp, 0 nop addi tp, t0, -1621 auipc sp, 0 # 0x80008014 addi ra, a6, 8 sd zero, 32(zero) beq zero, sp, asd srl sp, zero, s8 nop srl sp, zero, s8 nop nop mv zero, s1 nop nop lb zero, 0(a6) nop addi zero, zero, -1830 add tp, t5, t0 nop lbu s6, 2029(tp) nop ret .rep 1200 unimp .end...
comsec-group/milesan-meta
1,012
pocs/phantomtrails/src/misc/manual-analysis/load-ordering-failure.S
li x1, 0x80009000 li x2, 0x80009000 li x3, 0x80009000 li x4, 0x80009000 li x5, 0x80009000 li x6, 0x80009000 li x7, 0x80009000 li x8, 0x80009000 li x9, 0x80009000 li x10, 0x80009000 li x11, 0x80009000 li x12, 0x80009000 li x13, 0x80009000 li x14, 0x80009000 li x15, 0x80009000 li x16, 0x80009000 li x17, 0x800090...
comsec-group/milesan-meta
1,117
pocs/phantomtrails/src/misc/manual-analysis/mds-standalone.S
#define SECRET_1 0xdeadbeef #define SECRET_2 0xcacacafe #define VICTIM_1 0x80009100 #define VICTIM_2 0x80009110 #define INVALID 0xA0000100 #define N_STORES 7 #define N_MUL 0 #define N_LOADS 4 init: li t0, SECRET_1 # secret 1 li t6, SECRET_2 # secret 2 li t1, VICTIM_1 # victim address ...
comsec-group/milesan-meta
552
pocs/phantomtrails/src/misc/manual-analysis/meltdown-noinit.S
// access to user mode page to show that it works li s2, 0x80000000 li t0, 0x1000 add s0, s2, t0 add s0, s0, t0 add s0, s0, t0 add s0, s0, t0 add s0, s0, t0 ld s1, 0(s0) // access to supervisor mode page, which will // raise a fault add s1, s2, t0 ld s1, 0(s1) //...
comsec-group/milesan-meta
1,160
pocs/phantomtrails/src/misc/manual-analysis/test.S
.text text: #ifdef NO_DATA li s0, 0x80009000 #else li s0, 0x80009000 # lla s0, data #endif li t1, 1 li t0, 2 li t2, 0 li t3, 8 # .rep 2400 # nop # .endr .align 4 main: # Call func1 in a loop addi t2, t2, 1 .align 4 call func1 nop nop j main # Padding. .rep...
comsec-group/milesan-meta
178
pocs/phantomtrails/src/misc/manual-analysis/spectrev1-jal.S
lb ra,0(a6) srli zero,zero,0x8 srli zero,s0,0x8 srli zero,zero,0x8 sd ra,-304(ra) xor s11,tp,s0 lhu sp,172(tp) # 0xac subw a2,a7,s0 jr 172(ra)
comsec-group/milesan-meta
551
pocs/phantomtrails/src/misc/manual-analysis/spectrev2-static.S
.text setup: lla s1, jmp_target taint_load: ld t0, 0(s2) addi s2, s2, 0x100 attack: # mv s0, s2 # Slow down jump with mul/div by a non-power-of-two. mv t1, s1 li t2, 6 mul t1, t1, t2 div t1, t1, t2 mul t1, t1, t2 div t1, t1, t2 mul t1, t1, t2 div t1, t1, t2 mul t1, t1, t2 div t1, t1, t2...
comsec-group/milesan-meta
464
pocs/phantomtrails/src/misc/manual-analysis/spectre-v1-unaligned-br.S
li a7, 0x80009000 ld a5, 0(a7) lwu t5, 32(t1) lwu t5, 32(t1) lwu t5, 32(t1) lwu t5, 32(t1) lwu s0, 0(t1) bleu t5, tp, asd lbu t5, 32(a6) slt s0, a3, sp lb a6, 32(tp) nop addi t5, t5, 2 lb sp, 16(s0) jalr t5, zero, 12 srai a6, s0, 59 nop asd: ld zero,8(a7) unimp .data data: .dword 0xcacacafedeadbeef .dword 0xcac...
comsec-group/milesan-meta
2,804
pocs/phantomtrails/src/misc/manual-analysis/spectrev1_bad_training.S
#------------------------------------------------------------------------------ # Spectrev1 with insufficient training. #------------------------------------------------------------------------------ .equ N_TRAINING_ROUNDS, 4 .equ NON_POWER_OF_2, 6 .equ ARR_SIZE, 0x20 .equ OOB_IDX, 0x180 .text attacker: li a0, 0...
comsec-group/milesan-meta
2,903
pocs/specdoctor/ras-attack/Template/src/entry.S
/* entry.S */ #include "encoding.h" #if __riscv_xlen == 64 # define STORE sd # define LOAD ld # define REGBYTES 8 #else # define STORE sw # define LOAD lw # define REGBYTES 4 #endif #define PASS 1 #define FAIL 3 #define STACK_TOP (_end + 4096) #define THREAD_TOP (_end + 8192) .section ".text.ini...
comsec-group/milesan-meta
5,144
pocs/specdoctor/tlb-attack/Template/src/entry.S
/* entry.S */ #include "encoding.h" #if __riscv_xlen == 64 # define STORE sd # define LOAD ld # define REGBYTES 8 #else # define STORE sw # define LOAD lw # define REGBYTES 4 #endif #define PASS 1 #define FAIL 3 #define STACK_TOP (_end + 4096) #define THREAD_TOP (_end + 8192) .section ".text.init...
comsec-group/milesan-meta
4,703
pocs/specdoctor/boombard/Template/src/entry.S
/* entry.S */ #include "encoding.h" #if __riscv_xlen == 64 # define STORE sd # define LOAD ld # define REGBYTES 8 #else # define STORE sw # define LOAD lw # define REGBYTES 4 #endif #define PASS 1 #define FAIL 3 #define STACK_TOP (_end + 4096) #define THREAD_TOP (_end + 8192) .section ".text.init...
comsec-group/milesan-meta
1,952
pocs/specdoctor/birgus/Template/src/entry.S
/* entry.S */ #include "encoding.h" #if __riscv_xlen == 64 # define STORE sd # define LOAD ld # define REGBYTES 8 #else # define STORE sw # define LOAD lw # define REGBYTES 4 #endif #define PASS 1 #define FAIL 3 #define STACK_TOP (_end + 4096) #define THREAD_TOP (_end + 8192) .section ".text.init...
comsec-group/milesan-meta
216
pocs/whisperfuzz/boom/src/divuw.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle divuw a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 0x60000010 sd t1, 0(t0) li t0, 0x60000000 sd t0, 0(t0)
comsec-group/milesan-meta
195
pocs/whisperfuzz/cva6/src/c.mv.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.mv a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
196
pocs/whisperfuzz/cva6/src/c.sub.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.sub a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
199
pocs/whisperfuzz/cva6/src/divuw.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle divuw a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
197
pocs/whisperfuzz/cva6/src/xor.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle xor a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
193
pocs/whisperfuzz/cva6/src/mv.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle mv a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
198
pocs/whisperfuzz/cva6/src/remu.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle remu a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
196
pocs/whisperfuzz/cva6/src/or.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle or a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
196
pocs/whisperfuzz/cva6/src/c.add.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.add a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
198
pocs/whisperfuzz/cva6/src/addw.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle addw a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
197
pocs/whisperfuzz/cva6/src/add.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle add a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
196
pocs/whisperfuzz/cva6/src/c.and.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.and a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
197
pocs/whisperfuzz/cva6/src/c.subw.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.subw a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
197
pocs/whisperfuzz/cva6/src/c.addw.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.addw a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
197
pocs/whisperfuzz/cva6/src/sub.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle sub a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
197
pocs/whisperfuzz/cva6/src/and.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle and a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
198
pocs/whisperfuzz/cva6/src/subw.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle subw a1, a1,a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
195
pocs/whisperfuzz/cva6/src/c.or.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.or a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
comsec-group/milesan-meta
196
pocs/whisperfuzz/cva6/src/c.xor.S
.section ".text.init","ax",@progbits .globl _start .align 2 _start: li a0, 2047 li a1, 0 csrr t1, mcycle c.xor a1, a0 csrr t2, mcycle sub t1, t2, t1 li t0, 16 sd t1, 0(t0) li t0, 0 sd t0, 0(t0)
coryMcKague/MART120-Spring2024
43
libs/ace-builds/demo/kitchen-sink/docs/mipsassembler.s
TODO add a nice demo! Try to keep it short!
CrazyDave999/RVM
1,110
src/interpreter_call.S
.globl __interpreter_call_asm .align 2 __interpreter_call_asm: # fn __interpreter_call_asm(fn_ptr: usize, para_num: usize, para_ptr: usize, new_sp: usize) -> isize # note that para_ptr should have 8*8 bytes space for 8 parameters mv t0, a0 # fn_ptr mv t1, a1 # para_num mv t2, a2 # para_ptr mv t3, a3 # new_sp ...
CrazyDave999/RVM
1,422
src/asm_call.S
.altmacro .macro SAVE_GP n sd x\n, \n*8(sp) .endm .macro LOAD_GP n ld x\n, \n*8(sp) .endm .extern FUNC_TABLE .extern asm_call_fn_handler .extern alloc_stack .extern dealloc_stack .global __asm_call_fn .global __interpreter_ret_asm .align 2 # from asm to interpreter/asm # fn __asm_call_fn() -> i64; __asm_call_...
cRTOS-Uintr/nimbos
2,385
kernel/src/arch/aarch64/trap.S
.macro SAVE_REGS sub sp, sp, 34 * 8 stp x0, x1, [sp] stp x2, x3, [sp, 2 * 8] stp x4, x5, [sp, 4 * 8] stp x6, x7, [sp, 6 * 8] stp x8, x9, [sp, 8 * 8] stp x10, x11, [sp, 10 * 8] stp x12, x13, [sp, 12 * 8] stp x14, x15, [sp, 14 * 8] stp x16, x...
cRTOS-Uintr/nimbos
1,114
kernel/src/arch/x86_64/syscall.S
.section .text syscall_entry: swapgs mov gs:{saved_user_rsp_offset}, rsp mov rsp, gs:{saved_kernel_rsp_offset} sub rsp, 8 // skip user_ss push gs:{saved_user_rsp_offset} // user_rsp push r11 // rflags mov [rsp - 2 * 8], rcx...
cRTOS-Uintr/nimbos
1,504
kernel/src/arch/x86_64/trap.S
.equ NUM_INT, 256 .altmacro .macro DEF_HANDLER, i .Ltrap_handler_\i: .if \i == 8 || (\i >= 10 && \i <= 14) || \i == 17 // error code pushed by CPU push \i // interrupt vector jmp .Ltrap_common .else push 0 // fill in error code in TrapFrame push \i // interr...
cRTOS-Uintr/nimbos
3,486
kernel/src/platform/pc/multiboot.S
.equ MULTIBOOT_HEADER_MAGIC, 0x1BADB002 .equ MULTIBOOT_HEADER_FLAGS, 0x00010002 .equ MULTIBOOT_CHECKSUM, -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEADER_FLAGS) .section .text.boot .code32 .global _start _start: mov edi, eax // magic mov esi, ebx // multiboot info jmp entry32 .balign ...
cRTOS-Uintr/nimbos
117
user/c/lib/arch/aarch64/crt.S
.text .globl _start _start: mov x29, #0 mov x30, #0 mov x0, sp and sp, x0, #-16 b __start_main
cRTOS-Uintr/nimbos
434
user/c/lib/arch/aarch64/clone.S
// __clone(func, arg, stack) // x0, x1, x2 // syscall(SYS_clone, stack) // x8, x0 .global __clone .hidden __clone __clone: and x2, x2, #-16 stp x0, x1, [x2, #-16]! // syscall(SYSCALL_CLONE, newsp) mov x0, x2 mov x8, #56 svc #0 cbz x0, 1f // parent ret ...
cRTOS-Uintr/nimbos
121
user/c/lib/arch/x86_64/crt.S
.text .globl _start _start: xor %rbp, %rbp mov %rsp, %rdi andq $-16, %rsp call __start_main
cRTOS-Uintr/nimbos
574
user/c/lib/arch/x86_64/clone.S
// __clone(func, arg, stack) // rdi, rsi, rdx // syscall(SYS_clone, stack) // rax, rdi .global __clone .hidden __clone __clone: // push arg (%rsi) to stack, set func (%rdi) to %r9 and $-16, %rdx sub $8, %rdx mov %rsi, (%rdx) mov %rdi, %r9 // syscall(SYSCALL_CLONE, n...
Cristobal2929/appfinanzas
15,150
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.15+zstd.1.5.7/zstd/lib/decompress/huf_decompress_amd64.S
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may...
Cristobal2929/appfinanzas
1,571
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/riscv.s
#include "psm.h" .text .globl rust_psm_stack_direction .p2align 2 .type rust_psm_stack_direction,@function rust_psm_stack_direction: /* extern "C" fn() -> u8 */ .cfi_startproc li x10, STACK_DIRECTION_DESCENDING jr x1 .rust_psm_stack_direction_end: .size rust_psm_stack_direction,.rust_psm_stack_direction_...
Cristobal2929/appfinanzas
2,235
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86_64.s
#include "psm.h" /* NOTE: sysv64 calling convention is used on all x86_64 targets, including Windows! */ .text #if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios #define GLOBL(fnname) .globl _##fnname #define TYPE(fnname) #define FUNCTION(fnname) _##fnname #define SIZE(fnname,endlabel) #else #def...
Cristobal2929/appfinanzas
1,569
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/riscv64.s
#include "psm.h" .text .globl rust_psm_stack_direction .p2align 2 .type rust_psm_stack_direction,@function rust_psm_stack_direction: /* extern "C" fn() -> u8 */ .cfi_startproc li x10, STACK_DIRECTION_DESCENDING jr x1 .rust_psm_stack_direction_end: .size rust_psm_stack_direction,.rust_psm_stack_direction_...
Cristobal2929/appfinanzas
2,080
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/zseries_linux.s
/* Implementation of stack swtiching routines for zSeries LINUX ABI. This ABI is used by the s390x-unknown-linux-gnu target. Documents used: * LINUX for zSeries: ELF Application Binary Interface Supplement (1st ed., 2001) (LNUX-1107-01) * z/Architecture: Principles of Operation (4th ed., 2004) (SA22-7832...
Cristobal2929/appfinanzas
2,264
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86_windows_gnu.s
/* FIXME: this works locally but not on appveyor??!? */ /* NOTE: fastcall calling convention used on all x86 targets */ .text .def @rust_psm_stack_direction@0 .scl 2 .type 32 .endef .globl @rust_psm_stack_direction@0 .p2align 4 @rust_psm_stack_direction@0: /* extern "fastcall" fn() -> u8 (%al) */ .cfi_startproc mo...
Cristobal2929/appfinanzas
1,963
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc32.s
#include "psm.h" /* FIXME: this probably does not cover all ABIs? Tested with sysv only, possibly works for AIX as well? */ .text .globl rust_psm_stack_direction .p2align 2 .type rust_psm_stack_direction,@function rust_psm_stack_direction: /* extern "C" fn() -> u8 */ .cfi_startproc li 3, STACK_DIRECTION_DESCEND...
Cristobal2929/appfinanzas
2,218
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86_64_windows_gnu.s
.text .def rust_psm_stack_direction .scl 2 .type 32 .endef .globl rust_psm_stack_direction .p2align 4 rust_psm_stack_direction: /* extern "sysv64" fn() -> u8 (%al) */ .cfi_startproc movb $2, %al # always descending on x86_64 retq .cfi_endproc .def rust_psm_stack_pointer .scl 2 .type 32 .endef .globl rust_psm_...
Cristobal2929/appfinanzas
2,299
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/arm_aapcs.s
#include "psm.h" .text .syntax unified #if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios #define GLOBL(fnname) .globl _##fnname #define THUMBTYPE(fnname) .thumb_func _##fnname #define FUNCTION(fnname) _##fnname #define THUMBFN .code 16 #define SIZE(fnname,endlabel) #define FNSTART #define CANTUNWI...
Cristobal2929/appfinanzas
1,938
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/sparc64.s
#include "psm.h" .text .globl rust_psm_stack_direction .p2align 2 .type rust_psm_stack_direction,@function rust_psm_stack_direction: /* extern "C" fn() -> u8 */ .cfi_startproc jmpl %o7 + 8, %g0 mov STACK_DIRECTION_DESCENDING, %o0 .rust_psm_stack_direction_end: .size rust_psm_stack_direction,.rust_psm_sta...
Cristobal2929/appfinanzas
1,722
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/sparc_sysv.s
#include "psm.h" /* FIXME: this ABI has definitely not been verified at all */ .text .globl rust_psm_stack_direction .p2align 2 .type rust_psm_stack_direction,@function rust_psm_stack_direction: /* extern "C" fn() -> u8 */ .cfi_startproc jmpl %o7 + 8, %g0 mov STACK_DIRECTION_DESCENDING, %o0 .rust_psm_stack_di...
Cristobal2929/appfinanzas
3,609
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc64_aix.s
.csect .text[PR],2 .file "powerpc64_aix.s" .globl rust_psm_stack_direction[DS] .globl .rust_psm_stack_direction .align 4 .csect rust_psm_stack_direction[DS],3 .vbyte 8, .rust_psm_stack_direction .vbyte 8, TOC[TC0] .vbyte 8, 0 .csect .text[PR],2 .rust_psm_stack_direction: # extern "C" fn() -> u8 li 3, 2 blr L..r...
Cristobal2929/appfinanzas
2,557
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86.s
#include "psm.h" /* NOTE: fastcall calling convention used on all x86 targets */ .text #if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios #define GLOBL(fnname) .globl _##fnname #define TYPE(fnname) #define FUNCTION(fnname) _##fnname #define SIZE(fnname,endlabel) #else #define GLOBL(fnname) .globl...
Cristobal2929/appfinanzas
2,149
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/mips_eabi.s
/* Not only MIPS has 20 different ABIs... nobody tells anybody what specific variant of which ABI is used where. This is an "EABI" implementation based on the following page: http://www.cygwin.com/ml/binutils/2003-06/msg00436.html */ #include "psm.h" .set noreorder /* we’ll manage the delay slots on our own, thanks...
Cristobal2929/appfinanzas
1,568
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/loongarch64.s
#include "psm.h" .text .globl rust_psm_stack_direction .align 2 .type rust_psm_stack_direction,@function rust_psm_stack_direction: /* extern "C" fn() -> u8 */ .cfi_startproc li.w $r4, STACK_DIRECTION_DESCENDING jr $r1 .rust_psm_stack_direction_end: .size rust_psm_stack_direction,.rust_psm_stack_direction...
Cristobal2929/appfinanzas
2,137
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/aarch_aapcs64.s
#include "psm.h" .text #if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios #define GLOBL(fnname) .globl _##fnname #define TYPE(fnname) #define FUNCTION(fnname) _##fnname #define SIZE(fnname,endlabel) #elif CFG_TARGET_OS_windows #define GLOBL(fnname) .globl fnname #define TYPE(fnname) #define FUNCT...
Cristobal2929/appfinanzas
2,144
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/mips64_eabi.s
/* Not only MIPS has 20 different ABIs... nobody tells anybody what specific variant of which ABI is used where. This is an "EABI" implementation based on the following page: http://www.cygwin.com/ml/binutils/2003-06/msg00436.html */ #include "psm.h" .set noreorder /* we’ll manage the delay slots on our own, thanks...
Cristobal2929/appfinanzas
1,694
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/wasm32.s
#include "psm.h" # Note that this function is not compiled when this package is uploaded to # crates.io, this source is only here as a reference for how the corresponding # wasm32.o was generated. This file can be compiled with: # # cpp psm/src/arch/wasm32.s | llvm-mc -o psm/src/arch/wasm32.o --arch=wasm32 -filetyp...
Cristobal2929/appfinanzas
2,541
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc64.s
/* Implementation of the AIX-like PowerPC ABI. Seems to be used by the big-endian PowerPC targets. The following references were used during the implementation of this code: https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/com.ibm.aix.alangref/idalangref_rntime_stack.htm https://www.ibm.com/support/k...
Cristobal2929/appfinanzas
2,045
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc64_openpower.s
/* Implementation of stack swtiching routines for OpenPOWER 64-bit ELF ABI The specification can be found at http://openpowerfoundation.org/wp-content/uploads/resources/leabi/content/ch_preface.html This ABI is usually used by the ppc64le targets. */ #include "psm.h" .text .abiversion 2 .globl rust_psm_st...
Cristobal2929/appfinanzas
30,650
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/armv8-mont-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) .text .globl bn_mul_mont_nohw .def bn_mul_mont_nohw .type 32 .endef .align 5 bn_mul_mont_n...
Cristobal2929/appfinanzas
28,780
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/chacha-armv4-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) @ Silence ARMv8 deprecated IT instruction warnings. This file is used by both @ ARMv7 and ARMv8 pr...
Cristobal2929/appfinanzas
49,024
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha512-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed unde...
Cristobal2929/appfinanzas
21,653
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/ghash-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _gcm_init_clmul .private_extern _gcm_init_clmul .p2align 4 _gcm_init_clmul: ...
Cristobal2929/appfinanzas
40,421
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/chacha-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) .section .rodata .align 5 .Lsigma: .quad 0x3320646e61707865,0x6b20657479622d32 // endian-neu...
Cristobal2929/appfinanzas
49,242
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha512-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under ...
Cristobal2929/appfinanzas
74,317
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/chacha20_poly1305_armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) .section .rodata .align 7 .Lchacha20_consts: .byte 'e','x','p','a','n','d',' ','3','2','-','b...
Cristobal2929/appfinanzas
4,266
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/ghashv8-armx-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) #if __ARM_MAX_ARCH__>=7 .text .arch armv8-a+crypto .globl gcm_init_clmul .hidden gcm_init_clmu...
Cristobal2929/appfinanzas
18,647
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/x86_64-mont-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _bn_mul_mont_nohw .private_extern _bn_mul_mont_nohw .p2align 4 _bn_mul_mont_n...
Cristobal2929/appfinanzas
30,641
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/armv8-mont-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) .text .globl _bn_mul_mont_nohw .private_extern _bn_mul_mont_nohw .align 5 _bn_mul_mont_noh...
Cristobal2929/appfinanzas
69,148
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha256-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _sha256_block_data_order_nohw .private_extern _sha256_block_data_order_nohw ....
Cristobal2929/appfinanzas
4,159
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/ghashv8-armx-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) #if __ARM_MAX_ARCH__>=7 .text .arch armv8-a+crypto .globl gcm_init_clmul .def gcm_init_clmul ...
Cristobal2929/appfinanzas
19,873
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesni-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .p2align 4 _aesni_encrypt2: movups (%rcx),%xmm0 shll $4,%eax movups 16(%rcx),%xmm...
Cristobal2929/appfinanzas
48,645
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha512-x86_64-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .globl sha512_block_data_order_nohw .hidden sha512_block_data_order_nohw .type sha512_b...
Cristobal2929/appfinanzas
6,269
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/ghash-armv4-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) @ Silence ARMv8 deprecated IT instruction warnings. This file is used by both @ ARMv7 and ARMv8 pr...
Cristobal2929/appfinanzas
34,022
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha256-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed unde...
Cristobal2929/appfinanzas
20,463
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/x86_64-mont-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .globl bn_mul_mont_nohw .hidden bn_mul_mont_nohw .type bn_mul_mont_nohw,@function .alig...
Cristobal2929/appfinanzas
7,660
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesv8-armx-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) #if __ARM_MAX_ARCH__>=7 .text .arch armv8-a+crypto .section .rodata .align 5 Lrcon: .long 0x01,...
Cristobal2929/appfinanzas
10,875
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/ghash-neon-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) .text .globl _gcm_init_neon .private_extern _gcm_init_neon .align 4 _gcm_init_neon: AARCH...
Cristobal2929/appfinanzas
21,811
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/armv4-mont-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) @ Silence ARMv8 deprecated IT instruction warnings. This file is used by both @ ARMv7 and ARMv8 pr...
Cristobal2929/appfinanzas
68,707
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/p256-x86_64-asm-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .section __DATA,__const .p2align 6 L$poly: .quad 0xffffffffffffffff, 0x00000000fffff...
Cristobal2929/appfinanzas
25,166
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/vpaes-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) .section __TEXT,__const .align 7 // totally strategic alignment _vpaes_consts: Lk_mc_forwa...
Cristobal2929/appfinanzas
15,121
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesni-x86-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__ELF__) .text #ifdef BORINGSSL_DISPATCH_TEST #endif .hidden _aesni_encrypt2 .type _aesni_encrypt2,@functio...
Cristobal2929/appfinanzas
70,675
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha256-x86_64-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .globl sha256_block_data_order_nohw .hidden sha256_block_data_order_nohw .type sha256_b...
Cristobal2929/appfinanzas
82,152
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesv8-gcm-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) #if __ARM_MAX_ARCH__ >= 8 .text .globl _aes_gcm_enc_kernel .private_extern _aes_gcm_enc_ke...
Cristobal2929/appfinanzas
48,620
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/x86_64-mont5-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _bn_mul4x_mont_gather5 .private_extern _bn_mul4x_mont_gather5 .p2align 5 _bn_...
Cristobal2929/appfinanzas
82,352
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesv8-gcm-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) #if __ARM_MAX_ARCH__ >= 8 .arch armv8-a+crypto .text .globl aes_gcm_enc_kernel .hidden aes_gc...
Cristobal2929/appfinanzas
10,863
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/ghash-neon-armv8-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) .text .globl gcm_init_neon .def gcm_init_neon .type 32 .endef .align 4 gcm_init_neon: AAR...
Cristobal2929/appfinanzas
9,958
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/vpaes-x86-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__ELF__) .text #ifdef BORINGSSL_DISPATCH_TEST #endif .align 64 .L_vpaes_consts: .long 218628480,235210255,1...
Cristobal2929/appfinanzas
47,706
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/sha512-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _sha512_block_data_order_nohw .private_extern _sha512_block_data_order_nohw ....
Cristobal2929/appfinanzas
12,622
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/chacha-x86-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__ELF__) .text .globl ChaCha20_ctr32_ssse3 .hidden ChaCha20_ctr32_ssse3 .type ChaCha20_ctr32_ssse3,@functio...
Cristobal2929/appfinanzas
19,660
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesni-gcm-x86_64-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .type _aesni_ctr32_ghash_6x,@function .align 32 _aesni_ctr32_ghash_6x: .cfi_startproc ...
Cristobal2929/appfinanzas
7,855
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/aesv8-armx-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) #if __ARM_MAX_ARCH__>=7 .text .arch armv8-a+crypto .section .rodata .align 5 .Lrcon: .long 0x0...
Cristobal2929/appfinanzas
11,047
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/pregenerated/vpaes-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .p2align 4 _vpaes_encrypt_core: movq %rdx,%r9 movq $16,%r11 movl ...