max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
oeis/174/A174751.asm | neoneye/loda-programs | 11 | 126227 | ; A174751: x-values in the solution to x^2-39*y^2=1.
; Submitted by <NAME>(s4)
; 1,25,1249,62425,3120001,155937625,7793761249,389532124825,19468812480001,973051091875225,48633085781281249,2430681237972187225,121485428812828080001,6071840759403431812825,303470552541358762561249,15167455786308534696249625,758069318762885... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1089.asm | ljhsiun2/medusa | 9 | 126229 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1a738, %rsi
lea addresses_WT_ht+0x16078, %rdi
clflush (%rdi)
nop
nop
nop
nop
add $8047, %r12
mov $102, %rcx
rep movsw
add %r12, %r12
lea addresses_WC_ht+0x19f58, %rsi
le... |
src/lib/c/c/setjmp.asm | archibate/h2os | 1 | 126231 | <reponame>archibate/h2os
; vim: ft=nasm ai
section .text
bits 32
globl setjmp
setjmp:
mov ecx, [esp + 4]
mov [ecx + 0], ebx
mov [ecx + 4], edi
mov [ecx + 8], esi
mov [ecx + 12], ebp
mov edx, [esp + 0]
mov [ecx + 16], edx
mov [ecx + 20], esp
ret
globl longjmp
longjmp:
mov ecx, [esp + 4]
mov ebx, [ecx + 0]
... |
oeis/116/A116451.asm | neoneye/loda-programs | 11 | 126232 | <reponame>neoneye/loda-programs
; A116451: Numbers having fewer prime factors than at least one smaller number.
; Submitted by <NAME>(s4)
; 5,7,9,10,11,13,14,15,17,18,19,20,21,22,23,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,... |
programs/oeis/141/A141364.asm | karttu/loda | 1 | 126234 | <reponame>karttu/loda<filename>programs/oeis/141/A141364.asm
; A141364: a(n)=C(n)-1+0^n where C(n)=A000108(n).
; 1,0,1,4,13,41,131,428,1429,4861,16795,58785,208011,742899,2674439,9694844,35357669,129644789,477638699,1767263189,6564120419,24466267019,91482563639,343059613649,1289904147323,4861946401451,18367353072151
m... |
oeis/142/A142549.asm | neoneye/loda-programs | 11 | 126235 | <reponame>neoneye/loda-programs
; A142549: Primes congruent to 19 mod 53.
; Submitted by <NAME>
; 19,337,443,761,1291,1609,2351,3517,3623,4153,4259,4789,5107,5531,5743,5849,6379,6803,7121,7333,7757,8287,8923,9029,9241,10301,10513,10831,10937,11149,11467,12421,12527,12739,13163,13693,13799,14011,14753,15601,15919,16661,... |
ADL/Assemble/Delete/2/BH~R_delete_middle.asm | MaxMorning/LinkedListVisualization | 3 | 126236 | aLine 0
gNew delPtr
gMoveNext delPtr, Root
aLine 1
sInit i, 0
sBge i, {0:D}, 10
aLine 2
gBne delPtr, null, 3
aLine 3
Exception NOT_FOUND
aLine 5
gMoveNext delPtr, delPtr
aLine 1
sInc i, 1
Jmp -9
aLine 7
gBne delPtr, null, 3
aLine 8
Exception NOT_FOUND
aLine 10
gNewVPtr delNext
gMoveNext delNext, delPtr
gNewVPtr... |
CS2610/Lab8/problem1.asm | shariefsmm/College-Codes | 0 | 126237 | <gh_stars>0
#problem1.asm
#uses procedures to compute x raised to the power y
.data
.text
.globl main
main:
li $s0, 7 #x
li $s1, 3 #y
move $a0, $s0 #setting x as first argument
move $a1, $s1 #setting y as second argument
jal power #call function power to calculate x raised to the power y
move $a0, $v0 ... |
programs/oeis/262/A262735.asm | karttu/loda | 0 | 126238 | ; A262735: Expansion of x*(1-x-x^2)/((1-x)*(1-x-2*x^2-x^3)).
; 0,1,1,2,4,8,17,36,77,165,354,760,1632,3505,7528,16169,34729,74594,160220,344136,739169,1587660,3410133,7324621,15732546,33791920,72581632,155898017,334853200,719230865,1544835281,3318150210,7127051636,15308187336
mov $2,$0
mov $4,$0
lpb $2,1
mov $0,$4
... |
oeis/060/A060995.asm | neoneye/loda-programs | 11 | 126239 | ; A060995: Number of routes of length 2n on the sides of an octagon from a point to opposite point.
; 0,2,8,28,96,328,1120,3824,13056,44576,152192,519616,1774080,6057088,20680192,70606592,241065984,823050752,2810071040,9594182656,32756588544,111837988864,381838778368,1303679135744,4451038986240,15196797673472,518851127... |
tmp/results/libamidi_withF.asm | livjgovob0614/kby | 0 | 126241 | <filename>tmp/results/libamidi_withF.asm
################################################################
## <NAME> ##
## ##
## Powered by Capstone 4.0 ##
###########################... |
smsq/qd/dmode.asm | olifink/smsqe | 0 | 126242 | * Standard mode routine V2.01 1994 <NAME> QJUMP
*
section qd
*
xdef qd_dmode
xref sms_rtok
include 'dev8_smsq_smsq_base_keys'
qd_dmode
move.l sms.dmode,a5 ; vectored dmode routine
pea sms_rtok
jmp (a5)
end
|
dedup_writer.asm | dylsugar/cs461_hw5 | 0 | 126243 | <reponame>dylsugar/cs461_hw5
_dedup_writer: file format elf64-x86-64
Disassembly of section .text:
0000000000001000 <main>:
#include "types.h"
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[]) {
1000: f3 0f 1e fa endbr64
1004: 55 push %rbp
1005: 48... |
programs/oeis/254/A254641.asm | karttu/loda | 0 | 126244 | <gh_stars>0
; A254641: Third partial sums of seventh powers (A001015).
; 1,131,2577,23723,141694,636426,2331462,7323954,20396871,51550213,120271151,262391493,540659756,1060489444,1992739932,3605846676,6310148349,10717864983,17722868317,28605158351,45165823626,69899222030,106210179010,158685165990,233427698595,338469587... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_1691.asm | ljhsiun2/medusa | 9 | 126245 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1d051, %rsi
lea addresses_WC_ht+0x1139b, %rdi
nop
nop
xor $24029, %r14
mov $103, %rcx
rep movsl
nop
nop
and %rbp, %rbp
lea addresses_WT_ht+0xe29b, %r8
nop
nop
nop
nop
sub %r10, %r10
mo... |
asm/dos_hide_tower_boss_until_top_floor.asm | Iemnur/DSVEdit | 70 | 126246 | .nds
.relativeinclude on
.erroronwarning on
; This patch for the boss randomizer prevents the boss in Gergoth's tower from being loaded in until the player enters the top floor of the tower.
; In order for the patch to work correctly, the boss entity should be at index 1 and the tower floors entity should be at index ... |
kernel/amd64/src/ctx.asm | betopp/pathetix | 0 | 126248 | ;ctx.asm
;Context saving/loading on AMD64
;<NAME> <<EMAIL>> 2021
bits 64
section .text
;Structure of CPU context as saved
;The context saving/loading functions are only run from a proper SysVABI function call.
;So we only need to save registers that are preserved across function calls.
%define CTX_OFFS_RBX (8 * 0)
%de... |
dino/lcs/enemy/6C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 126250 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/enemy/6C.asm
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3E move.l D0, (A4)+
004D40 dbra D1, $4d38
010A5E sub.w D1, ($6c,A3)
010A62 bgt $10a6a [enemy... |
programs/oeis/198/A198410.asm | karttu/loda | 1 | 126251 | <gh_stars>1-10
; A198410: ((3^(n-1) + 1)^3 -1)/3^n.
; 7,37,271,2269,19927,177877,1596511,14355469,129159847,1162320517,10460530351,94143710269,847290203767,7625602267957,68630391713791,617673439330669,5559060695695687
mov $2,3
pow $2,$0
lpb $0,1
mul $2,2
mov $5,$2
gcd $3,2
add $4,$5
mov $1,$4
add $3,$1
s... |
Driver/Printer/PrintCom/Job/Custom/customIBM4019PScript.asm | steakknife/pcgeos | 504 | 126252 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: customIBM4019PScript.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTOR... |
libsrc/spectrum/basic/zx_var_length.asm | andydansby/z88dk-mk2 | 1 | 126253 | ;
; ZX Spectrum specific routines
; by <NAME>, 22/06/2006
; Fixed by <NAME>, Dec 2008
;
; This routine gives the size of memory used by BASIC variables
;
; $Id: zx_var_length.asm,v 1.2 2008/12/31 13:58:11 stefano Exp $
;
XLIB zx_var_length
zx_var_length:
ld de,(23627) ; VARS : location of variables
ld hl,(236... |
src/native/third_party/isa-l_crypto/sha256_mb/sha256_mb_x4_sse.asm | b-ranto/noobaa-core | 0 | 126254 | <reponame>b-ranto/noobaa-core
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2016 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met... |
programs/oeis/223/A223659.asm | neoneye/loda | 22 | 126255 | <reponame>neoneye/loda<filename>programs/oeis/223/A223659.asm
; A223659: Number of n X 1 [0..3] arrays with row sums unimodal and column sums inverted unimodal.
; 4,16,50,130,296,610,1163,2083,3544,5776,9076,13820,20476,29618,41941,58277,79612,107104,142102,186166,241088,308914,391967,492871,614576,760384,933976,113944... |
macros/scripts/events.asm | AtmaBuster/pokecrystal16-493-plus | 1 | 126256 | <filename>macros/scripts/events.asm<gh_stars>1-10
; ScriptCommandTable indexes (see engine/overworld/scripting.asm)
enum_start
enum scall_command ; $00
scall: MACRO
db scall_command
dw \1 ; pointer
ENDM
enum farscall_command ; $01
farscall: MACRO
db farscall_command
dba \1
ENDM
enum memcall_command ; $02
mem... |
theories/codegen/mips/examples/example1.asm | xmnlab/poc-compilers | 3 | 126257 | # https://ecs-network.serv.pacific.edu/ecpe-170/tutorials/example1.asm/view
# A demonstration of some simple MIPS instructions
# used to test QtSPIM
# Declare main as a global function
.globl main
# All program code is placed after the
# .text assembler directive
.text
# The label 'main' represents the star... |
src/public/src/FM7/util/fm7code/ura1.asm | rothberg-cmu/rothberg-run | 1 | 126258 | <gh_stars>1-10
ORG $1400
PROG_ENTRY PSHS A,B,X,U
ORCC #$50
STA $FD0F
LDX #$2000
LDU #$8000
COPY_LOOP LDD ,X++
STD ,U++
CMPU #$C000
BNE COPY_LOOP
LDA $FD0F
ANDCC #$AF
PULS A,B,X,U,PC
END PROG_ENTRY
|
oeis/321/A321825.asm | neoneye/loda-programs | 11 | 126260 | ; A321825: a(n) = Sum_{d|n, d==1 (mod 4)} d^9 - Sum_{d|n, d==3 (mod 4)} d^9.
; Submitted by <NAME>
; 1,1,-19682,1,1953126,-19682,-40353606,1,387400807,1953126,-2357947690,-19682,10604499374,-40353606,-38441425932,1,118587876498,387400807,-322687697778,1953126,794239673292,-2357947690,-1801152661462,-19682,3814699218751... |
src/Ninu.Emulator.Tests/Cpu/TestFiles/arithmetic-and-comparison.6502.asm | jorgy343/Ninu | 0 | 126261 | .include "..\..\..\Cpu\TestFiles\std.6502.asm"
; Zero page data.
* = $0000
.byte $17 ; Used to test wrapping of zero page addressing modes.
; Basic zero page data.
* = $0020
zeroPage_30 .byte $30
zeroPage_00 .byte $00
zeroPage_ff .byte $ff
* = $0050
.byte $77 ; Used to test wrapping around the enti... |
src/hdma-2100-glitch/hdma-21ff-glitch.asm | undisbeliever/snes-test-roms | 7 | 126262 | // Tests if writing to $21ff using HDMA glitches sprites.
//
// You may need to reset your console a few times for the glitch to appear.
//
// Copyright (c) 2021, <NAME> <<EMAIL>>.
// Distributed under The MIT License: https://opensource.org/licenses/MIT
define ROM_NAME = "HDMA 21ff GLITCH TEST"
define VERSION = 2
... |
13_01_Random/08.SupDemo.asm | phaze101/C64-Bedtime-Coding-Public | 0 | 126263 | ;============================================================================
; C64 Bedtime Coding
; Copyright (c) by Phaze101
; eMail - <EMAIL>
; website - https://www.phaze101.com
; MIT License - https://choosealicense.com/licenses/mit/
;============================================================================
;... |
programs/oeis/056/A056944.asm | neoneye/loda | 22 | 126264 | <filename>programs/oeis/056/A056944.asm
; A056944: Amount by which used area of rectangle needed to enclose a non-touching spiral of length n on a square lattice exceeds unused area.
; 0,1,2,2,2,4,3,2,4,6,4,2,4,6,8,5,2,4,6,8,10,6,2,4,6,8,10,12,7,2,4,6,8,10,12,14,8,2,4,6,8,10,12,14,16,9,2,4,6,8,10,12,14,16,18,10,2,4,6,8... |
oeis/081/A081358.asm | neoneye/loda-programs | 11 | 126265 | <filename>oeis/081/A081358.asm
; A081358: E.g.f.: log((1+x) / (1-x)) / (2*(1-x)).
; Submitted by <NAME>
; 0,1,2,8,32,184,1104,8448,67584,648576,6485760,74972160,899665920,12174658560,170445219840,2643856588800,42301705420800,740051782041600,13320932076748800,259500083163955200,5190001663279104000,111422936937037824000,... |
oeis/022/A022381.asm | neoneye/loda-programs | 11 | 126266 | <reponame>neoneye/loda-programs<filename>oeis/022/A022381.asm
; A022381: Fibonacci sequence beginning 3, 15.
; 3,15,18,33,51,84,135,219,354,573,927,1500,2427,3927,6354,10281,16635,26916,43551,70467,114018,184485,298503,482988,781491,1264479,2045970,3310449,5356419,8666868,14023287,22690155,36713442,59403597,96117039,15... |
libsrc/sprites/software/sp1/ts2068hr/tiles/sp1_PrintAtInv_callee.asm | jpoikela/z88dk | 38 | 126267 | <gh_stars>10-100
; void __CALLEE__ sp1_PrintAtInv_callee(uchar row, uchar col, uint tile)
; 01.2008 aralbrec, Sprite Pack v3.0
; ts2068 hi-res version
PUBLIC sp1_PrintAtInv_callee
PUBLIC ASMDISP_SP1_PRINTATINV_CALLEE
EXTERN sp1_GetUpdateStruct_callee, sp1_PrintAt_callee
EXTERN ASMDISP_SP1_GETUPDATESTRUCT_CALLEE, ASMD... |
src/random_AI.asm | daullmer/tic-tac-toe | 1 | 126268 | <filename>src/random_AI.asm
#######
# Get random unoccupied cell from board
# ------------
# inputs: a0 - array address
# ------------
# outputs: a0 - random cell
#######
random_ai:
# callee save
addi sp, sp, -20
sw a0, 0(sp)
sw a7, 4(sp)
sw t3, 8(sp)
sw t4, 12(sp)
sw ra, 16(sp)
get_rand:
## random number rars ec... |
oeis/051/A051798.asm | neoneye/loda-programs | 22 | 126269 | <reponame>neoneye/loda-programs
; A051798: a(n) = (n+1)*(n+2)*(n+3)*(9n+4)/24.
; 1,13,55,155,350,686,1218,2010,3135,4675,6721,9373,12740,16940,22100,28356,35853,44745,55195,67375,81466,97658,116150,137150,160875,187551,217413,250705,287680,328600,373736,423368,477785,537285
add $0,3
mov $1,$0
bin $0,3
bin $1,4
mul $1,... |
ls.asm | weilern1121/OS-ass1-scheduling | 0 | 126270 | <filename>ls.asm
_ls: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
close(fd);
}
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 56 push %esi
4: 53 push %ebx
5... |
fun2.asm | psimonson/misc-asm | 0 | 126271 | ; fun2.asm - same as fun.asm but only BIOS.
; by 5n4k3
[bits 16]
[org 100h]
[section .text]
global _start
jmp short _start
; =================== Data again ============================
hello_msg db "Hello user, press any key to continue . . .",0dh,0ah,24h
; =================== End again =============================
... |
programs/oeis/253/A253434.asm | neoneye/loda | 22 | 126272 | <filename>programs/oeis/253/A253434.asm
; A253434: Number of (n+1) X (7+1) 0..1 arrays with every 2 X 2 subblock diagonal minus antidiagonal sum nondecreasing horizontally, vertically and ne-to-sw antidiagonally.
; 613,606,624,660,732,876,1164,1740,2892,5196,9804,19020,37452,74316,148044,295500,590412,1180236,2359884,4... |
6502Code/src/hello-world.asm | ccoulton/BE6502-Project | 1 | 126273 | .target "65816"
.setting "LaunchCommand", "wsl /mnt/c/Users/Owner/Documents/BE6502-Project/x6502/x6502 {0}"
.memory "fill", $8000, $8000, $ea
PORTB = $7f80
PORTA = $7f81
DDRB = $7f82
DDRA = $7f83
ACIA_DATA = $7f90
ACIA_STAT = $7f91 ;read only
ACIA_CMD = $7f92
ACIA_CNTL = $7f93
LCD_EN = $80
LCD_RW = $40
L... |
oeis/056/A056105.asm | neoneye/loda-programs | 11 | 126274 | ; A056105: First spoke of a hexagonal spiral.
; 1,2,9,22,41,66,97,134,177,226,281,342,409,482,561,646,737,834,937,1046,1161,1282,1409,1542,1681,1826,1977,2134,2297,2466,2641,2822,3009,3202,3401,3606,3817,4034,4257,4486,4721,4962,5209,5462,5721,5986,6257,6534,6817,7106,7401,7702,8009,8322,8641,8966,9297,9634,9977,10326,... |
user/grind.asm | noyaviv/try | 0 | 126275 | <gh_stars>0
user/_grind: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <do_rand>:
#include "kernel/riscv.h"
// from FreeBSD.
int
do_rand(unsigned long *ctx)
{
0: 1141 addi sp,sp,-16
2: e422 sd s0,8(sp)
4: 0800 a... |
Test_EC in EMU8086.asm | LiaoHanwen/microcomputer-experiment | 0 | 126276 | ;Test_EC.asm
sybdiv equ 2fh ;/
sybequ equ 3dh ;=
;macro for output
optstr macro ostr
push dx
push ax
mov dx,offset ostr
mov ah,09h
int 21h
pop ax
pop dx
endm
optnum macro onum
push dx
push ax
mov dl,onum
mov ah,02h
int 21h
pop ax
pop dx
endm
data segment
buff db 80h
db 0
db 80h... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/putc.asm | meesokim/z88dk | 0 | 126277 | <filename>libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/putc.asm
; int putc(int c, FILE *stream)
INCLUDE "clib_cfg.asm"
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _putc
EXTERN _fputc
defc _putc = _fputc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ELSE
;;;... |
programs/oeis/009/A009925.asm | neoneye/loda | 22 | 126279 | <gh_stars>10-100
; A009925: Coordination sequence for CaF2(2), F position.
; 1,4,22,24,82,64,182,124,322,204,502,304,722,424,982,564,1282,724,1622,904,2002,1104,2422,1324,2882,1564,3382,1824,3922,2104,4502,2404,5122,2724,5782,3064,6482,3424,7222,3804,8002,4204,8822,4624,9682,5064,10582,5524,11522,6004,12502,6504,13522,... |
raid/Setup/list/Missing.asm | OS2World/DRV-VRAID | 0 | 126280 | <filename>raid/Setup/list/Missing.asm
title Missing.cpp
.386
.387
includelib CPPOM30.LIB
includelib OS2386.LIB
CODE32 segment dword use32 public 'CODE'
CODE32 ends
DATA32 segment dword use32 public 'DATA'
DATA32 ends
CONST32_RO segment dword use32 public 'CONST'
CONST32_RO ends
BSS32 segment dword use32 public 'BS... |
base/common/cardinal.asm | zbyti/Mad-Pascal | 7 | 126281 | <filename>base/common/cardinal.asm
/*
imulECX
imulCARD
idivCARD
idivEAX_ECX
idivEAX_CX
*/
; *** MUL32: 32-bit multiply
; EAX * ECX -> ZTMP8-ZTMP11
.proc imulECX
lda #0
sta ZTMP10
sta ZTMP9
sta ZTMP8
ldy #32
MUL320 lsr ZTMP10
ror ZTMP9
ror ZTMP8
ror @
ror eax+3
ror eax+2
ror ... |
constants/wram_constants.asm | AtmaBuster/pokeplat-gen2 | 6 | 126283 | ; wInputType:: ; c2c7
AUTO_INPUT EQU $ff
; wDebugFlags:: ; c2cc
const_def
const DEBUG_BATTLE_F
const DEBUG_FIELD_F
; wCurDexMode:: ; c7d4
const_def
const DEXMODE_NEW
const DEXMODE_OLD
const DEXMODE_ABC
const DEXMODE_UNOWN
; wMonType:: ; cf5f
const_def
const PARTYMON ; 0
const OTPARTYMON ; 1
const BOXMO... |
u7-common/patch-initializeDsegBytes.asm | ptrie/UltimaHacks | 1 | 126284 | startPatch EXE_LENGTH, initializeDsegBytes
; truncate the unused string so that, if someone unexpectedly tries to use
; it, they won't run over our repurposed bytes
startBlockAt seg_dseg, dseg_repurposedString
db 0
endBlock
startBlockAt seg_dseg, dseg_pn_dragArea
dw 0
endBlock
startBlockAt seg_dseg, ... |
Generators/MillerRabin.asm | FloydZ/Crypto-Hash | 11 | 126286 | <gh_stars>10-100
.data?
MillerRabinBuffer dd 32 dup (?)
PTR_RNG_FKT dd ?
.code
;DO NOT FORGET to ini the RNG
MillerRabinInit proc RNG_FKT:DWORD
m2m PTR_RNG_FKT, RNG_FKT
ret
MillerRabinInit endp
MillerRabinTest proc uses ecx edi esi bnW:DWORD, Iter:DWORD
LOCAL bnProdukt:DWORD
LOCAL bnW2:DWORD
LOCAL bnM:DWORD
... |
sources/ippcp/asm_ia32/pcpbnuaddw7as.asm | ymarkovitch/ipp-crypto | 0 | 126288 | ;===============================================================================
; Copyright 2014-2019 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/_fmemopen__callee.asm | jpoikela/z88dk | 640 | 126289 | <gh_stars>100-1000
; FILE *_fmemopen__callee(void **bufp, size_t *sizep, const char *mode)
SECTION code_clib
SECTION code_stdio
PUBLIC __fmemopen__callee, l0__fmemopen__callee
EXTERN asm__fmemopen
__fmemopen__callee:
pop af
pop hl
pop bc
pop de
push af
l0__fmemopen__callee:
ld a,$0c
pus... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_6_297.asm | ljhsiun2/medusa | 9 | 126290 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r9
push %rbx
push %rdi
push %rsi
lea addresses_WT_ht+0x288f, %rdi
clflush (%rdi)
nop
nop
nop
nop
and $38612, %rsi
movups (%rdi), %xmm1
vpextrq $0, %xmm1, %r10
sub %rbx, %rbx
lea addresses_normal_ht+0xb26b, %r9
nop
nop
nop
nop
nop
cmp %rdi,... |
delay.asm | fredzica/avr-ntsc | 0 | 126291 | <filename>delay.asm
;Macros para delay. Consideram um clock de 20mhz.
;2.000.000 - 0,1s
;200.000 - 0,01s
;20.000 - 0,001s
;2000 - 0,0001s
;200 - 0,00001s
;20 - 0,000001s
;14 - 12(pushs e pops) = 2
;Macro que recebe parametro em us e faz o delay correspondente.
;Aceita parâmetro 1 <= @0 <= 65535.
;Tem o mérito de pre... |
tests/misc/nested_includes/i36b_II.i.asm | cizo2000/sjasmplus | 220 | 126292 | <filename>tests/misc/nested_includes/i36b_II.i.asm
INC_DEPTH=INC_DEPTH+1 : IF INC_DEPTH < 7 : INCLUDE "i36b_II.i.asm" : ENDIF
ld b,INC_DEPTH : DUP INC_DEPTH : rra
nop : ret
daa : EDUP : scf
INC_DEPTH=INC_DEPTH-1 |
ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm | nicklela/edk2 | 3,012 | 126293 | //
// Copyright (c) 2012-2014, ARM Limited. All rights reserved.
// Copyright (c) 2014, Linaro Limited. All rights reserved.
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
//
INCLUDE AsmMacroExport.inc
RVCT_ASM_EXPORT ArmCallHvc
push {r4-r8}
// r0 will be popped just after the ... |
simd/jidctflt-sse2.asm | limbolily/jpeg_turbo | 269 | 126294 | ;
; jidctflt.asm - floating-point IDCT (SSE & SSE2)
;
; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled... |
ASM/IFStatement.asm | mhoellerschlieper/CubeOS.Compiler | 11 | 126296 | ;E:\Programmierung\Delphi7\Projects\CubeOS\CubeOOP\Works\Projects\IFStatement.OOP AT 20.08.2018 19:40:21
.486
locals
jumps
.model flat,STDCALL
;============== Prolog Ended
Include .\include\Prolog.asm
include .\include\win32.inc
_Main:
$_Main proc
push offset lppaint
push [hwnd]
call BeginPaint
mo... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1249.asm | ljhsiun2/medusa | 9 | 126297 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rax
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xf6f1, %rsi
add $23226, %r10
mov (%rsi), %r8d
nop
nop
nop
nop
nop
xor %rax, %rax
lea addresses_WC_ht+0x1c411, %r10
nop
nop
nop
sub %rdi, %rdi
movups (%r10), %x... |
projects/07/StackArithmetic/SimpleAdd/SimpleAdd.asm | WuShaoa/Nand2Tetris | 0 | 126298 | @7
D=A
@SP
A=M
M=D
@SP
M=M+1
@8
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@SP
M=M-1
A=M
D=D+M
@SP
A=M
M=D
@SP
M=M+1
|
profiles/master/2020-01-20_10-08-47/cpu.asm | erichgess/wordladder | 0 | 126299 | Total: 5.78s
ROUTINE ======================== main.(*Graph).EdgeCount
10ms 10ms (flat, cum) 0.17% of Total
. . 10cb340: MOVQ 0x8(SP), AX ;graph.go:311
. . 10cb345: MOVQ 0x20(AX), CX
. . 10cb349: MOVQ 0x18(AX), AX
... |
s2/sfx-original/D1 - Unknown (Unused).asm | Cancer52/flamedriver | 9 | 126300 | <reponame>Cancer52/flamedriver
Sound51_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound51_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cPSG3, Sound51_PSG3, $00, $01
smpsHeaderSFXChannel cFM5, Sound51_FM5, $00, $0B
; PSG3 Data
Sound51_PSG3:
smpsPSGvoice fTone_02
smp... |
utils/crc16.asm | takama/junior | 0 | 126301 | ;=============================================================================
; This programm calculates CRC 16 bits for any small file
; Copyright (C) 1993 by <NAME>
;=============================================================================
_text segment byte public 'code'
... |
libsrc/stdio/pc6001/fgetc_cons.asm | grancier/z180 | 0 | 126302 | ;
; PC-6001 Stdio
;
; getkey() Wait for keypress
;
; <NAME>, 2013
;
;
; $Id: fgetc_cons.asm,v 1.3 2016/06/12 17:32:01 dom Exp $
;
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
fgetc_cons:
_fgetc_cons:
call $0FBC
jr z,fgetc_cons
ld l,a
ld h,0
ret
|
oeis/221/A221952.asm | neoneye/loda-programs | 11 | 126303 | ; A221952: Number of subgroups of C_5 X C_n.
; Submitted by <NAME>(s3)
; 2,4,4,6,8,8,4,8,6,16,4,12,4,8,16,10,4,12,4,24,8,8,4,16,14,8,8,12,4,32,4,12,8,8,16,18,4,8,8,32,4,16,4,12,24,8,4,20,6,28,8,12,4,16,16,16,8,8,4,48,4,8,12,14,16,16,4,12,8,32,4,24,4,8,28,12,8,16,4,40
add $0,1
mov $2,$0
mov $3,$0
lpb $3
lpb $0
mo... |
srcs/net/x540.asm | gamozolabs/falkervisor_beta | 69 | 126304 | <filename>srcs/net/x540.asm
[bits 64]
%define X540_BASE_PORT 1400
; x540_fetch_pci
;
; Summary:
;
; This function enumerates all PCI devices and returns the PCI request needed
; for the first device encountered with VID 8086 and DID 1528
;
; Parameters:
;
; None
;
; Alignment:
;
; None
;
; Returns:
;
; on Success: ra... |
oeis/033/A033654.asm | neoneye/loda-programs | 11 | 126305 | <reponame>neoneye/loda-programs
; A033654: Trajectory of 17 under map x->x + (x-with-digits-reversed).
; Submitted by <NAME>(s4)
; 17,88,176,847,1595,7546,14003,44044,88088,176176,847847,1596595,7553546,14007103,44177144,88354288,176599676,853595347,1597190705,6668108656,13236127322,35608290553,71117571206
mov $1,6
mo... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_49_1486.asm | ljhsiun2/medusa | 9 | 126307 | .global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xb2a6, %rsi
lea addresses_WT_ht+0xf7c6, %rdi
nop
nop
nop
sub %rbx, %rbx
mov $81, %rcx
rep movsw
nop
nop
cmp %r9, %r9
lea addresses_D_ht+0x1e766, %rsi
lea addresses_UC_ht+0x19fe, %rdi
cl... |
tests/relocate/relocation_disp_outside.asm | fengjixuchui/sjasmplus | 220 | 126308 | ; init ZX48 device, put machine code at $8000
DEVICE ZXSPECTRUM48 : ORG $8000
; but make relocation block base address $0000 with DISP
DISP $0000
RELOCATE_START
dw relocate_count
dw relocate_size
label1:
call label1 ; relocate
call absolute1 ... |
programs/oeis/026/A026601.asm | jmorken/loda | 1 | 126310 | <filename>programs/oeis/026/A026601.asm<gh_stars>1-10
; A026601: a(n) is the n-th number k such that s(k) = 1, where s = A026600.
; 1,6,8,12,14,16,20,22,27,30,32,34,38,40,45,46,51,53,56,58,63,64,69,71,75,77,79,84,86,88,92,94,99,100,105,107,110,112,117,118,123,125,129,131,133,136,141,143,147,149,151,155,157,162,164,166,... |
plugins/lua/dfusion/srcs/friendship.asm | RossM/dfhack | 1 | 126312 | .intel_syntax
push eax
mov eax,[esp+0x04]
push ebx
pushfd
mov eax,[eax] # get a byte after the call this procedure to analyze what register holds cr ptr
jmptbl:
cmp al,0x81
jz regC
cmp al,0x82
jz regD
cmp al,0x83
jz regB
cmp al,0x85
jz regBP
cmp al,0x86
jz regESI
cmp al,0x87
jz regEDI
cmp al,0x88
jz regA
cmp al,0x8A
jz... |
SOURCE ASM FILES/FPSHack_TEST_SlowAllVecMult.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 14 | 126313 | <reponame>Meowmaritus/Wind-Waker-60FPS-Hack<filename>SOURCE ASM FILES/FPSHack_TEST_SlowAllVecMult.asm
#To be inserted at 80245714
###############################
##FPSHack_TEST_SlowAllVecMult##
###############################
lis r17, 0x817F
lfs f17, 0x0004 (r17)
fmuls f1, f1, f17
stwu sp, -0x0020 (sp) #Vanilla |
pwnlib/shellcraft/templates/arm/linux/rmdir.asm | IMULMUL/python3-pwntools | 325 | 126314 | <filename>pwnlib/shellcraft/templates/arm/linux/rmdir.asm
<%
from pwnlib.shellcraft.arm.linux import syscall
%>
<%page args="path"/>
<%docstring>
Invokes the syscall rmdir. See 'man 2 rmdir' for more information.
Arguments:
path(char): path
</%docstring>
${syscall('SYS_rmdir', path)}
|
_maps/Title Screen Sonic.asm | kodishmediacenter/msu-md-sonic | 9 | 126315 | <reponame>kodishmediacenter/msu-md-sonic<gh_stars>1-10
; ---------------------------------------------------------------------------
; Sprite mappings - Sonic on the title screen
; ---------------------------------------------------------------------------
Map_TSon_internal:
dc.w byte_A898-Map_TSon_internal
dc.w by... |
libsrc/_DEVELOPMENT/stdlib/z80/asm_atoll.asm | jpoikela/z88dk | 640 | 126316 | <gh_stars>100-1000
; ===============================================================
; May 2016
; ===============================================================
;
; long long atoll(const char *buf)
;
; Read the initial portion of the string as decimal long long and
; return value read. Any initial whitespace is ski... |
Var.asm | ofirrubin/FruitNinja | 0 | 126317 | <filename>Var.asm
; ~Program variabels~
; Prints:
CurrentX dw 00d
CurrentY dw 00d
XWidth dw 0060d
YHeight dw 0060d
TimesToCenter db 0000
include "Objects.asm"
;-------------------
; BMP Variables:
menu db "menub.bmp", 0
help db "helpb.bmp", 0
gameover db "GameOver.bmp",0
fileHandle dw ?
Header db 54 dup ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_631.asm | ljhsiun2/medusa | 9 | 126319 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8ce9, %rbx
nop
nop
nop
nop
nop
dec %r11
mov (%rbx), %r8d
nop
nop
nop
nop
nop
sub $8731, %r12
lea addresses_WC_ht+0x1ab90, %r9
nop
nop
nop
nop
nop
inc %rdi
movups (%r9), %xmm0
v... |
oeis/134/A134632.asm | neoneye/loda-programs | 11 | 126320 | <gh_stars>10-100
; A134632: 5*n^5 + 3*n^3 - 2*n^2. Coefficients and exponents are the prime numbers in decreasing order.
; 0,6,176,1278,5280,15950,39456,84966,165248,297270,502800,809006,1249056,1862718,2696960,3806550,5254656,7113446,9464688,12400350,16023200,20447406,25799136,32217158,39853440,48873750,59458256,71802... |
oeis/308/A308600.asm | neoneye/loda-programs | 11 | 126321 | ; A308600: Number of (not necessarily maximum) cliques in the n X n antelope graph.
; 2,5,10,17,34,61,98,145,202,269,346,433,530,637,754,881,1018,1165,1322,1489,1666,1853,2050,2257,2474,2701,2938,3185,3442,3709,3986,4273,4570,4877,5194,5521,5858,6205,6562,6929,7306,7693,8090,8497,8914,9341,9778,10225,10682,11149,11626,... |
SOURCE/base/Kernel/Native/arm/Crt/format.asm | pmache/singularityrdk | 3 | 126322 | <filename>SOURCE/base/Kernel/Native/arm/Crt/format.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; This file contains ARM-specific assembly code.
;;;
... |
oeis/006/A006116.asm | neoneye/loda-programs | 11 | 126323 | <filename>oeis/006/A006116.asm<gh_stars>10-100
; A006116: Sum of Gaussian binomial coefficients [n,k] for q=2 and k=0..n.
; Submitted by <NAME>
; 1,2,5,16,67,374,2825,29212,417199,8283458,229755605,8933488744,488176700923,37558989808526,4073773336877345,623476476706836148,134732283882873635911,41128995468748254231002,1... |
oeis/030/A030648.asm | neoneye/loda-programs | 11 | 126324 | ; A030648: Dimensions of multiples of minimal representation of complex Lie algebra E6.
; 1,27,351,3003,19305,100386,442442,1706562,5895396,18559580,53965548,146477916,374332452,907036326,2096092350,4642456390,9895762305,20373628275,40639459575,78751105875,148599912825,273612537900,492502568220,868056366060,15003443364... |
oeis/090/A090076.asm | neoneye/loda-programs | 11 | 126325 | ; A090076: a(n) = prime(n)*prime(n+2).
; 10,21,55,91,187,247,391,551,713,1073,1271,1591,1927,2279,2773,3233,3953,4331,4891,5609,6059,7031,8051,8989,9991,10807,11227,12091,13843,14803,17399,18209,20413,20989,23393,24613,26219,28199,29893,31313,34189,34933,37627,38407,41567,44377,47897,51067,52891,54731,56153,59989,61937... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_715.asm | ljhsiun2/medusa | 9 | 126326 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xb605, %rdi
cmp $4118, %r10
mov $0x6162636465666768, %rdx
movq %rdx, (%rdi)
nop
nop
nop
nop
nop
inc %r12
lea addresses_normal_ht+0x184a5, %rsi
lea addresses_UC_ht+0x19365, %rd... |
year-2/Programming-languages/assignment-2-dictionary/dict.asm | Zubrailx/university | 3 | 126327 | <gh_stars>1-10
global find_word
extern string_equals
section .text
; Params:
; rdi - pointer to null-terminated key string
; rsi - pointer to the last word in dictionary
; Out:
; rax - if not found ? 0 : list element ptr
find_word:
cmp rsi, 0
je .not_found
add rsi, 8
push rdi
push rsi
c... |
Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_11460_1604.asm | ljhsiun2/medusa | 9 | 126328 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x7750, %rsi
lea addresses_WT_ht+0x12188, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
cmp %r10, %r10
mov $53, %rcx
rep movsl
nop
nop
nop
dec %rsi
lea addresses_A_ht+0x8a88, ... |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_AddColSpr.asm | meesokim/z88dk | 0 | 126329 | <reponame>meesokim/z88dk
; uint sp1_AddColSpr(struct sp1_ss *s, void *drawf, uchar type, int graphic, uchar plane)
SECTION code_temp_sp1
PUBLIC _sp1_AddColSpr
_sp1_AddColSpr:
exx
pop bc
exx
pop ix
pop de
pop hl
pop bc
ld a,l
pop hl
ld h,l
ld l,a
push hl
push bc
push hl
... |
autovectorization-tests/results/msvc19.28.29333-avx2/all_of.asm | clayne/toys | 0 | 126330 | <reponame>clayne/toys
_x$ = 8 ; size = 1
bool <lambda_b117bf54b35f6628f43e6190b3c041ab>::operator()(signed char)const PROC ; <lambda_b117bf54b35f6628f43e6190b3c041ab>::operator(), COMDAT
cmp BYTE PTR _x$[esp-4], 42 ; 0000002aH
sete al
ret... |
src/third_party/nasm/travis/test/far64.asm | Mr-Sheep/naiveproxy | 2,219 | 126331 | ; BR 2039212
bits 64
call qword far [rax]
jmp qword far [rax]
call dword far [rax]
jmp dword far [rax]
call far [rax]
jmp far [rax]
|
tests/misc/nested_includes/i36_II.asm | cizo2000/sjasmplus | 220 | 126332 | ; identical test with i36.asm, but first empty lines are included, to raise max-line
; number in listing file to three digits
INC_DEPTH=0
INCLUDE "i36_II.i.asm"
|
ee/button/use.asm | olifink/smsqe | 0 | 126335 | <filename>ee/button/use.asm
; Use Button Frame V0.01 1989 <NAME>
section button
xdef bt_use
xref bt_fralc
xref iou_achb
include 'dev8_keys_err'
include 'dev8_keys_chp'
include 'dev8_keys_thg'
include 'dev8_mac_assert'
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_784.asm | ljhsiun2/medusa | 9 | 126336 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x49d6, %rax
nop
xor %rdi, %rdi
mov $0x6162636465666768, %r9
movq %r9, %xmm1
vmovups %ymm1, (%rax)
nop
nop
nop
nop
nop
sub $35146, %r13
lea addresses_WT_ht+0x7d6,... |
programs/oeis/049/A049652.asm | jmorken/loda | 1 | 126337 | ; A049652: a(n) = (F(3*n+2) - 1)/4, where F=A000045 (the Fibonacci sequence).
; 0,1,5,22,94,399,1691,7164,30348,128557,544577,2306866,9772042,41395035,175352183,742803768,3146567256,13329072793,56462858429,239180506510,1013184884470,4291920044391,18180865062035,77015380292532,326242386232164,1381984925221189,5854182087... |
libsrc/stdio/nascom/getk.asm | jpoikela/z88dk | 640 | 126338 | <reponame>jpoikela/z88dk
;
; Keyboard routines for the NASCOM1/2
; By <NAME> - 23/05/2003
;
; getk() Read key status
;
;
; $Id: getk.asm $
;
SECTION code_clib
PUBLIC getk
EXTERN montest
.getk
call montest
jr nz,nassys
; T monitor
;call 0c4dh
call $69
defb 33 ; ld hl,NN to skip the next 2 bytes
; NASSYS m... |
programs/oeis/085/A085351.asm | jmorken/loda | 1 | 126339 | <reponame>jmorken/loda
; A085351: Expansion of (1-3*x)/((1-4*x)*(1-5*x)).
; 1,6,34,186,994,5226,27154,139866,715714,3644106,18482674,93461946,471504034,2374297386,11938595794,59961414426,300880813954,1508699037066,7560675054514,37872094749306,189635351653474,949276269895146,4750779395986834
mov $2,$0
mul $2,2
mov $3,2... |
lib/avx/mb_mgr_aes_xcbc_submit_avx.asm | ipuustin/intel-ipsec-mb | 0 | 126340 | ;;
;; Copyright (c) 2012-2020, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... |
programs/oeis/061/A061550.asm | karttu/loda | 1 | 126342 | ; A061550: a(n) = (2n+1)*(2n+3)*(2n+5).
; 15,105,315,693,1287,2145,3315,4845,6783,9177,12075,15525,19575,24273,29667,35805,42735,50505,59163,68757,79335,90945,103635,117453,132447,148665,166155,184965,205143,226737,249795,274365,300495,328233,357627,388725,421575,456225,492723,531117,571455,613785,658155,704613,753207,... |
kernel/init/cmos.asm | gniuk/BOS | 16 | 126343 | ;----------------------------------------------------------;
; BOS kernel <NAME>, 2005. ;
;----------------------------------------------------------;
; ;
; To get stuff ( time & date ) from CMOS memory. ;
; ... |
ports/Renesas/RL78/GNURL78/os_cpu_a.asm | SijWoo/micrium-os-base | 1 | 126344 | ;********************************************************************************************************
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
;
; ... |
intel-avx2/axpy/axpy.asm | yanyh15/vectorization-examples | 0 | 126345 | <gh_stars>0
section .data
section .bss
section .text
global axpy
; void axpy(int N, REAL *Y, REAL *X, REAL a);
; edi rsi rdx xmm0
; AXPY Y[N] = Y[N] + a*X[N]
axpy:
xor rax, rax
movss xmm7, xmm0
vmovups ymm1, [rdx]
vbroadcastss ymm2, xmm7
vmulps ymm1, ymm1, ymm2
vaddps ymm0, ymm1, [rsi]
vmovups [rs... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.