代码搜索:RISC

找到约 3,488 项符合「RISC」的源代码

代码结果 3,488
www.eeworm.com/read/389879/2533398

makefile

# # Makefile for the video capture/playback device drivers. # bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \ bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \ bttv-inpu
www.eeworm.com/read/372616/2770970

makefile

# # Makefile for the video capture/playback device drivers. # bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \ bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \ bttv-inpu
www.eeworm.com/read/158872/5589795

h riscos.h

/* RISC/os 4.52C, and presumably other versions. */ #include #include #define NBPG BSD43_NBPG #define UPAGES BSD43_UPAGES #define HOST_TEXT_STA
www.eeworm.com/read/445390/7595912

v alu.v

//Alu code for RISC processor module alu(s1, s2, mask, out, op, c_in, c, dc, z); input [7:0] s1, s2, mask; output [7:0] out; input [3:0] op; input c_in; output c, dc, z;
www.eeworm.com/read/444207/7616538

txt guide_tech1.txt

1. CPU overview RISC R4300 series. 32 general registers, of which Nintendo has given a naming convention. R0 = value '0'. Hard-wired. T0-T9 = scratch registers. CPU RAM. S0-S7 = regist
www.eeworm.com/read/101082/6244340

5 varargs.5

.TH varargs 5 RISC .SH Name varargs \- handle variable argument list .SH Syntax .B #include .PP .B va_alist .PP .B va_dcl .PP .B void va_start(pvar) .br .B va_list pvar; .PP .B \fItype\fB
www.eeworm.com/read/101082/6245590

3m sqrt.3m

.TH sqrt 3m RISC .ds up \fIulp\fR .ds nn \fINaN\fR .SH Name cbrt, sqrt \- cube root, square root .SH Syntax .nf .B #include .PP .B double cbrt(\fIx\fP) .B double \fIx\fP; .PP .B double sqrt(\
www.eeworm.com/read/101082/6245597

3m erf.3m

.TH erf 3m RISC .ds nn \fINaN\fR .SH Name erf, erfc \- error functions .SH Syntax .nf .B #include .PP .B double erf(\fIx\fP) .B double \fIx\fP; .PP .B double erfc(\fIx\fP) .B double \fIx\fP;
www.eeworm.com/read/101082/6245746

3m sinh.3m

.TH sinh 3m RISC .SH Name sinh, cosh, tanh \- hyperbolic functions .SH Syntax .nf .B #include .PP .B double sinh(x) .B double x; .PP .B float fsinh(x) .B float x; .PP .B double cosh(x) .B dou
www.eeworm.com/read/101082/6245991

3 setjmp.3

.TH setjmp 3 RISC .SH Name setjmp, longjmp \- non-local goto .SH Syntax .nf .B #include .PP .B int setjmp (env) .B jmp_buf env; .PP .B void longjmp (env, val) .B jmp_buf env; .B int val; .S