代码搜索结果

找到约 10,000 项符合 S 的代码

i2s_audio_fiq.s

// #======================================================================== // # // # i2s_audio_FIQ.S // # // # FIQ handler for EB7209 audio stream // # // #==============================

head-s3c2410.s

/* * linux/arch/arm/boot/compressed/head-s3c2410.S * * Copyright (C) 2001 MIZI Research, Inc. * * s3c2410 specific tweaks. This is merged into head.S by the linker. * */ #include

cfi-s390x-1.s

#; $ as -o test.o -m64 -march=z900 gas-cfi-test.s && gcc -m64 -nostdlib -o test test.o .file "a.c" .text .align 4 .globl foo .type foo, @function foo: .cfi_startproc stmg %r8,%r15,64(%r15) .c

rd-v32s-4.s

; Check special registers specified as pN. .text here: move $r3,$p0 move $r5,$p1 move $r6,$p2 move $r7,$p3 move $r8,$p4 move $r9,$p5 move $r5,$p6 move $r6,$p7 move $r7,$p8 move $r2,$p9 mo

rd-v32s-2.s

; Check that byte- and word-size special registers on CRISv32 ; take 32-bit immediate operands, as opposed to pre-v32 CRIS. .text here: move 0xfefdfcfa,$vr move 0xf00fba11,$pid move extsym,$srs

rd-v32s-3.s

; Check correct disassembly of special registers. .text here: move $r3,$vr move $r5,$pid move $r6,$srs move $r7,$wz move $r8,$exs move $r9,$eda

head-s3c2410.s

/* * linux/arch/arm/boot/compressed/head-s3c2410.S * * Copyright (C) 2001 MIZI Research, Inc. * * s3c2410 specific tweaks. This is merged into head.S by the linker. * */ #include

head-s3c2410.s

/* * linux/arch/arm/boot/compressed/head-s3c2410.S * * Copyright (C) 2001 MIZI Research, Inc. * * s3c2410 specific tweaks. This is merged into head.S by the linker. * */ #include

head-s3c2410.s

/* * linux/arch/arm/boot/compressed/head-s3c2410.S * * Copyright (C) 2001 MIZI Research, Inc. * * s3c2410 specific tweaks. This is merged into head.S by the linker. * */ #include

s3c2410sfr.s

;/******************************************************************************************************** ;* 文件: S3C2410SFR.S ;* 描述: s3c2410 特殊功能寄存器定义. ;* 编写: bobey ;*****************************