代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3170576
s shift.s
.text
asr d1,d2
asr 4,d2
lsr d2,d3
lsr 4,d3
asl d3,d2
asl 4,d2
asl2 d2
ror d1
rol d2
www.eeworm.com/read/347503/3171144
s shift.s
.code
.align 4
; Basic immediate instruction tests.
;
; We could/should test some of the corner cases for register and
; immediate fields. We should also check the assorted field
; selectors to
www.eeworm.com/read/347503/3171282
s shift.s
# shl, shr, shra, shrd
.text
# Register forms (all)
shl %r0,%r1,%r2
shl %r3,%r4,%r5
shl %r6,%r7,%r8
shl %r9,%r10,%r11
shl %r31,%r13,%r14
shl %r15,%r16,%r17
shl %r18,%r19,%r20
shl %r21,%r2
www.eeworm.com/read/347503/3171290
d shift.d
#as:
#objdump: -dr
#name: i860 shift
.*: +file format .*
Disassembly of section \.text:
00000000 :
0: 00 00 22 a0 shl %r0,%r1,%sp
4: 00 18 85 a0 shl %fp,%r4,%r5
8: 00 30 e8 a0 s
www.eeworm.com/read/343627/3219044
vhd shift.vhd
-- File: shift.vhd
--
-- Author: Jennifer Jenkins
-- Philips Semiconductor
-- Purpose: Serial in/serial out 8-bit parallel load/out shift
-- register component definition.
www.eeworm.com/read/340665/3266962
s shift.s
.text
asr d1,d2
asr 4,d2
lsr d2,d3
lsr 4,d3
asl d3,d2
asl 4,d2
asl2 d2
ror d1
rol d2
www.eeworm.com/read/340665/3267323
s shift.s
.code
.align 4
; Basic immediate instruction tests.
;
; We could/should test some of the corner cases for register and
; immediate fields. We should also check the assorted field
; selectors to