代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/395930/2427092
cpp shift.cpp
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : shift.cc
*
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
*
* Date : July 23, 2002
*
*
www.eeworm.com/read/395930/2427186
h shift.h
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : shift.h
*
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
*
* Date : July 23, 2002
*
* F
www.eeworm.com/read/395929/2429231
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/395929/2429525
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/395929/2430989
cpp shift.cpp
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : shift.cc
*
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
*
* Date : July 23, 2002
*
*
www.eeworm.com/read/395929/2431005
d shift.d
shift.o shift.d : shift.cpp shift.h mips.h \
../../systemc-2.0.1/include/systemc.h \
../../systemc-2.0.1/include/systemc/kernel/sc_cmnhdr.h \
../../systemc-2.0.1/include/systemc/kernel/sc_externs.h
www.eeworm.com/read/395929/2431095
h shift.h
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : shift.h
*
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
*
* Date : July 23, 2002
*
* F
www.eeworm.com/read/383754/2614093
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.