代码搜索:RISC
找到约 3,488 项符合「RISC」的源代码
代码结果 3,488
www.eeworm.com/read/241378/13148382
run_batch
#!/bin/csh -f
vcs -cc /usr/local/bin/gcc \
-R +nopliopt -PP \
../src/risc8_constants.v \
../src/risc8_parameters.v \
../src/risc8_alu.v \
../src/risc8_regb_biu.v \
../sr
www.eeworm.com/read/241378/13148387
run_interac
#!/bin/csh -f
vcs -cc /usr/local/bin/gcc \
-RI +nopliopt \
../src/risc8_constants.v \
../src/risc8_parameters.v \
../src/risc8_alu.v \
../src/risc8_regb_biu.v \
../src/r
www.eeworm.com/read/241378/13148397
compile
#!/bin/csh -f
vcs -cc /usr/local/bin/gcc \
+nopliopt -PP \
+define+$1 \
../src/risc8_constants.v \
../src/risc8_parameters.v \
../src/risc8_alu.v \
../src/risc8_regb_bi
www.eeworm.com/read/241378/13148472
assemble_all
#!/bin/csh -f
foreach mem_file (*.asm)
../../bin/risc8_asm.pl -f $mem_file
end
rm *hex
www.eeworm.com/read/144211/5753079
hp
#------------------------------------------------------------------------------
# hp: file(1) magic for Hewlett Packard machines (see also "printer")
#
# XXX - somebody should figure out whether any
www.eeworm.com/read/101082/6252713
k udc030.k
# UDC040.k -
# ULTRIX-32 V4.0 Encryption (RISC) Mfg Key File
#
# "@(#)UDC030.k 4.1 (ULTRIX) 7/2/90"
#
# 002 02-mar-1989 ccb
# Rev up to V4.0 after migration to new pool.
#
# 001 jon 18-apr-1988
# add
www.eeworm.com/read/258097/11889120
c riscint3.c
#include "config.h"
#include "global.h"
#include "regmap.h"
#include "func.h"
#include "util.h"
#ifdef STB_2_0
int iIntCnt=0;
void intr_risc3()
{
iIntCnt++;
}
#else
void intr_risc3()
www.eeworm.com/read/151014/12239662
sp2 makefile.sp2
FC = mpxlf
FFLAGS = -O3 -qarch=pwr2
TARGET = mdp
objects = cpu_risc.o forces.o input.o main.o mdstep.o mpi.o \
restart.o setup.o service.o tcf.o util.o
default: $(obje