Searched refs:rol (Results 1 – 25 of 42) sorted by relevance
12
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
D | rol.s | 1 # 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
|
D | smartmips.s | 16 rol $4,$5,31 17 rol $4,$5,8 18 rol $4,$5,1 19 rol $4,$5,0
|
D | rol-hw.d | 2 #name: MIPS hardware rol/ror 3 #source: rol.s 6 # Test the rol and ror macros.
|
D | micromips@rol-hw.d | 2 #name: MIPS hardware rol/ror 3 #source: rol.s 6 # Test the rol and ror macros (microMIPS).
|
D | rol.d | 2 #name: MIPS macro rol/ror 5 # Test the rol and ror macros.
|
D | mips32r2.s | 34 # Additional rotate tests are done by rol-hw.d.
|
D | vr5400.s | 119 rol $4,$5,15
|
D | set-arch.s | 454 rol $4,$5,15
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xc16x/ |
D | shlrol.s | 9 rol r0,r1 10 rol r0,#4
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10200/ |
D | shift.s | 5 rol d2 define
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/ |
D | insns9s12xg.s | 87 rol r2,#5 88 rol r3,r4
|
D | insns9s12xg.d | 88 0000009e <label3\+0x9a> rol R2, #0x5 89 000000a0 <label3\+0x9c> rol R3, R4
|
D | all_insns.s | 251 L247: rol 78,X 252 L248: rol symbol119 253 L249: rol 250,X
|
D | all_insns.d | 392 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/ |
D | shift.s | 10 rol d2 define
|
D | am33_2.s | 28 rol r15
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/ |
D | rotate.s | 5 rol r4,r4,r4
|
D | rotate.d | 9 0+0000 <[^>]*> 2108183a rol r4,r4,r4
|
D | rotate-r2.d | 11 0+0000 <[^>]*> 0c042120 rol r4,r4,r4
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/ |
D | all_insns.s | 80 L76: rol r7, #6 81 L77: rol r1, r2
|
D | all_insns.d | 100 0+00a8 <L76> rol R7, #0x06 101 0+00aa <L77> rol R1, R2
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | sha1.c | 305 #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/ |
D | opcode.s | 62 rol r4
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | avr.h | 202 AVR_INSN (rol, "r=r", "000111rdddddrrrr", 1, AVR_ISA_1200, 0x1c00)
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/ |
D | allopcodes.S | 127 R_CLASS( rol, TEST_C3X )
|
12