Home
last modified time | relevance | path

Searched refs:rol (Results 1 – 25 of 42) sorted by relevance

12

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Drol.s1 # Source file used to test the rol and ror macros.
4 rol $4,$5
5 rol $4,$5,$6
6 rol $4,1
7 rol $4,$5,1
8 rol $4,$5,0
16 rol $4,$5,32
17 rol $4,$5,33
18 rol $4,$5,63
Dsmartmips.s16 rol $4,$5,31
17 rol $4,$5,8
18 rol $4,$5,1
19 rol $4,$5,0
Drol-hw.d2 #name: MIPS hardware rol/ror
3 #source: rol.s
6 # Test the rol and ror macros.
Dmicromips@rol-hw.d2 #name: MIPS hardware rol/ror
3 #source: rol.s
6 # Test the rol and ror macros (microMIPS).
Drol.d2 #name: MIPS macro rol/ror
5 # Test the rol and ror macros.
Dmips32r2.s34 # Additional rotate tests are done by rol-hw.d.
Dvr5400.s119 rol $4,$5,15
Dset-arch.s454 rol $4,$5,15
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xc16x/
Dshlrol.s9 rol r0,r1
10 rol r0,#4
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10200/
Dshift.s5 rol d2 define
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
Dinsns9s12xg.s87 rol r2,#5
88 rol r3,r4
Dinsns9s12xg.d88 0000009e <label3\+0x9a> rol R2, #0x5
89 000000a0 <label3\+0x9c> rol R3, R4
Dall_insns.s251 L247: rol 78,X
252 L248: rol symbol119
253 L249: rol 250,X
Dall_insns.d392 0+0245 <L247> rol 0x4e,x
393 0+0247 <L248> rol 0x0+0+ <L0>
395 0+024a <L249> rol 0xfa,x
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
Dshift.s10 rol d2 define
Dam33_2.s28 rol r15
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
Drotate.s5 rol r4,r4,r4
Drotate.d9 0+0000 <[^>]*> 2108183a rol r4,r4,r4
Drotate-r2.d11 0+0000 <[^>]*> 0c042120 rol r4,r4,r4
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
Dall_insns.s80 L76: rol r7, #6
81 L77: rol r1, r2
Dall_insns.d100 0+00a8 <L76> rol R7, #0x06
101 0+00aa <L77> rol R1, R2
/toolchain/binutils/binutils-2.27/libiberty/
Dsha1.c305 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) in sha1_process_block() macro
309 , (x[I&0x0f] = rol(tm, 1)) ) in sha1_process_block()
311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block()
315 B = rol( B, 30 ); \ in sha1_process_block()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/pdp11/
Dopcode.s62 rol r4
/toolchain/binutils/binutils-2.27/include/opcode/
Davr.h202 AVR_INSN (rol, "r=r", "000111rdddddrrrr", 1, AVR_ISA_1200, 0x1c00)
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
Dallopcodes.S127 R_CLASS( rol, TEST_C3X )

12