代码搜索:parallel
找到约 6,530 项符合「parallel」的源代码
代码结果 6,530
www.eeworm.com/read/430182/1937785
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/410728/2202551
pcgs stdf.pcgs
# frv parallel testcase for stdf $GRk,@($GRi,$GRj)
# mach: fr500 fr550 frv
.include "testutils.inc"
start
.global stdf
stdf:
set_mem_limmed 0xbeef,0xdead,sp
inc_gr_immed -4,sp
set_mem_limmed
www.eeworm.com/read/410728/2202906
pcgs std.pcgs
# frv parallel testcase for std $GRk,@($GRi,$GRj)
# mach: all
.include "testutils.inc"
start
.global add
add:
set_mem_limmed 0xbeef,0xdead,sp
inc_gr_immed -4,sp
set_mem_limmed 0xdead,0xbeef,s
www.eeworm.com/read/410728/2203133
pcgs stdc.pcgs
# frv parallel testcase for stdc $CPk,@($GRi,$GRj)
# mach: frv
.include "testutils.inc"
start
.global stdc
stdc:
set_mem_limmed 0xbeef,0xdead,sp
inc_gr_immed -4,sp
set_mem_limmed 0xdead,0xbee
www.eeworm.com/read/410728/2203310
pcgs branch.pcgs
# frv parallel testcase for branching
# mach: fr500 fr550 frv
.include "testutils.inc"
start
.global branch
branch: ; All insns in VLIW execute
setlos.p 1,gr1
setlos 0,gr2
setlos.p 0,gr3
br
www.eeworm.com/read/405332/2293163
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/385891/2579450
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/378026/2692246
cmd main.cmd
lcd.out
-i
-map lcd.map
-memwidth 16
-romwidth 16
-bootorg PARALLEL
-e 0x31c2
-o lcd.hex
-boot
ROMS
{
PAGE 0:
ROM: origin=0x0000,length=0x8000
fill=0ffffh
}
www.eeworm.com/read/378026/2692251
cmd main.cmd
lcd.out
-i
-map lcd.map
-memwidth 16
-romwidth 16
-bootorg PARALLEL
-e 0x31c2
-o lcd.hex
-boot
ROMS
{
PAGE 0:
ROM: origin=0x0000,length=0x8000
fill=0ffffh
}
www.eeworm.com/read/378026/2692270
cmd main.cmd
lcd.out
-i
-map lcd.map
-memwidth 8
-romwidth 8
-bootorg PARALLEL
-e 0x31c2
-o lcd.hex
-boot
ROMS
{
PAGE 0:
ROM: origin=0x0000,length=0x8000
fill=0ffffh
}