代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/5818/78154
mov solidmodeling.mov
www.eeworm.com/read/5818/78157
mov intro.mov
www.eeworm.com/read/5818/78165
mov exit.mov
www.eeworm.com/read/479931/1325710
s mov.s
# sh testcase for all mov.[bwl] instructions
# mach: sh
# as(sh): -defsym sim_cpu=0
.include "testutils.inc"
.align 2
_lsrc: .long 0x55555555
_wsrc: .long 0x55550000
_bsrc: .long 0x55000000
.ali
www.eeworm.com/read/479931/1325823
cgs mov.cgs
# fr30 testcase for mov $Rj,$Ri
# mach(): fr30
.include "testutils.inc"
START
.text
.global mov
mov:
; Test mov $Rj,$Ri
mvi_h_gr 1,r7
mvi_h_dr 0xa,tbr
mvi_h_dr 0xb,rp
mvi_h_dr
www.eeworm.com/read/479931/1326439
cgs mov.cgs
# frv testcase for mov $GRi,$GRk
# mach: all
.include "testutils.inc"
start
.global ori
ori:
set_gr_immed 0xdeadbeef,gr7
set_gr_immed 0xbeefdead,gr8
set_icc 0x08,0
mov gr7,gr8
www.eeworm.com/read/479931/1326828
cgs mov.cgs
# arm testcase for mov ${bit10-rd},#$offset8
# mach: unfinished
.include "testutils.inc"
start
.global mov
mov:
mov r0,#0
pass
www.eeworm.com/read/479931/1326863
cgs mov.cgs
# arm testcase for mov$cond${set-cc?} $rd,$imm12
# mach: unfinished
.include "testutils.inc"
start
.global mov_imm
mov_imm:
mov00 pc,0
pass
# arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,$
www.eeworm.com/read/479931/1327277
cgs mov.cgs
# sh testcase for mov $rm64, $rn64
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global mov
mov:
mov #1, r0
rotr r0
mov #0, r15
mov #10, r0
mov
www.eeworm.com/read/478549/1350682
c mov.c
/*
MOV.C
demonstrate wildcard pathed renames via DOS indirect
function call
by Ralf Brown, with thanks to Dan Lanciani for pointing out that
indirect function call enables wildcards on rename a