Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a3483c2
  • /
  • ntruhrss701
  • /
  • m4f
  • /
  • _i_3x2.S
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:9fdaa17ef8c5d9a7be5e432e47484c5af12e3f1d
directory badge Iframe embedding
swh:1:dir:a6444f08b9a843ba17dc39e96e03d8d90295f559
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
_i_3x2.S

#include "macros.i"
#include "butterflies.i"

.syntax unified
.cpu cortex-m4

.align 2
.global __asm_i_3x2
.type __asm_i_3x2, %function
__asm_i_3x2:
    push.w {r4-r12, lr}

    .equ width, 4

    ldr.w r10, [r1, #0]
    ldr.w r11, [r1, #4]

#ifdef LOOP
    add.w r12, r0, #1536*width
    _i_3x2:
#else
.rept 32
#endif

.rept 2

.rept 3

    ldm.w r0, {r4-r6}
    ldr.w r7, [r0, #12*width]
    ldr.w r8, [r0, #13*width]
    ldr.w r9, [r0, #14*width]

    _3_ntt r4, r5, r6, r10, r11, r2, r3, r1, r14
    _3_ntt r7, r8, r9, r10, r11, r2, r3, r1, r14

    add_sub2 r4, r7, r5, r8
    add_sub1 r6, r9

    str.w r5, [r0, #1*width]
    str.w r6, [r0, #2*width]
    str.w r7, [r0, #12*width]
    str.w r8, [r0, #13*width]
    str.w r9, [r0, #14*width]
    str.w r4, [r0], #3*width

.endr

    ldm.w r0, {r4-r6}
    ldr.w r7, [r0, #12*width]
    ldr.w r8, [r0, #13*width]
    ldr.w r9, [r0, #14*width]

    _3_ntt r4, r5, r6, r10, r11, r2, r3, r1, r14
    _3_ntt r7, r8, r9, r10, r11, r2, r3, r1, r14

    add_sub2 r4, r7, r5, r8
    add_sub1 r6, r9

    str.w r5, [r0, #1*width]
    str.w r6, [r0, #2*width]
    str.w r7, [r0, #12*width]
    str.w r8, [r0, #13*width]
    str.w r9, [r0, #14*width]
    str.w r4, [r0], #15*width

.endr

#ifdef LOOP
    cmp.w r0, r12
    bne.w _i_3x2
#else
.endr
#endif

    pop.w {r4-r12, pc}



Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top