代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/340665/3266612

s shift-2.s

! Check that shift expressions translate to the proper reloc for MOVI and ! SHORI for local and external symbols. This is the 64-bit subset. .text .mode SHmedia start: movi (localsym >> 32) & 6553
www.eeworm.com/read/340665/3266623

s shift-1.s

! Check that shift expressions translate to the proper reloc for MOVI and ! SHORI for local and external symbols. This is the 32-bit subset. .text .mode SHmedia start: movi localsym & 65535,r4 mo
www.eeworm.com/read/340665/3266660

s shift-3.s

! This should not get an internal error and it should emit the expected ! relocs, even though the symbol looks local and is undefined. .text .mode SHmedia start: movi .LC0 & 65535, r1 movi (.LC0 >
www.eeworm.com/read/340665/3267333

s shift2.s

.code .align 4 ; PA 2.0 format shift right instruction tests. ; ; We could/should test some of the corner cases for register and ; immediate fields. We should also check the assorted field ; sel
www.eeworm.com/read/340665/3267339

s shift3.s

.LEVEL 2.0 .code .align 4 ; PA 2.0 shift right instruction tests. ; ; We could/should test some of the corner cases for register and ; immediate fields. We should also check the assorted field
www.eeworm.com/read/340665/3284027

cc bitset_shift.cc

// 2000-01-15 Anders Widell // Copyright (C) 2000 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can
www.eeworm.com/read/334226/3371301

m shift-2.m

shift ()
www.eeworm.com/read/334226/3371337

m shift-3.m

shift (1, 2, 3)
www.eeworm.com/read/332396/3398781

xco shift16.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True SET verilogsim = True SET workingdirectory = D:\work\ISE\c11 SET speedgrade = -12 SET simulationfiles = Behavioral SET asysym
www.eeworm.com/read/328357/3444004

c bn_shift.c

/* crypto/bn/bn_shift.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).