Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/arch/x86/boot/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  copy.S   Sprache: Sparc

 
/* SPDX-License-Identifier: GPL-2.0-only */
/* ----------------------------------------------------------------------- *
 *
 *   Copyright (C) 1991, 1992 Linus Torvalds
 *   Copyright 2007 rPath, Inc. - All Rights Reserved
 *
 * ----------------------------------------------------------------------- */


#include <linux/linkage.h>

/*
 * Memory copy routines
 */


 .code16
 .text

SYM_FUNC_START_NOALIGN(memcpy)
 pushw %si
 pushw %di
 movw %ax, %di
 movw %dx, %si
 pushw %cx
 shrw $2, %cx
 rep movsl
 popw %cx
 andw $3, %cx
 rep movsb
 popw %di
 popw %si
 retl
SYM_FUNC_END(memcpy)

SYM_FUNC_START_NOALIGN(memset)
 pushw %di
 movw %ax, %di
 movzbl %dl, %eax
 imull $0x01010101,%eax
 pushw %cx
 shrw $2, %cx
 rep stosl
 popw %cx
 andw $3, %cx
 rep stosb
 popw %di
 retl
SYM_FUNC_END(memset)

SYM_FUNC_START_NOALIGN(copy_from_fs)
 pushw %ds
 pushw %fs
 popw %ds
 calll memcpy
 popw %ds
 retl
SYM_FUNC_END(copy_from_fs)

SYM_FUNC_START_NOALIGN(copy_to_fs)
 pushw %es
 pushw %fs
 popw %es
 calll memcpy
 popw %es
 retl
SYM_FUNC_END(copy_to_fs)

Messung V0.5
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.