/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
line_number.s | 1 R1 = ROT R0 BY 0 ||
|
shift.d | 64 9c: 82 c6 07 cf R7 = ROT R7 BY -0x20; 65 a0: 82 c6 0f cd R6 = ROT R7 BY -0x1f; 66 a4: 82 c6 ff ca R5 = ROT R7 BY 0x1f; 67 a8: 82 c6 f7 c8 R4 = ROT R7 BY 0x1e; 68 ac: 83 c6 00 80 A0 = ROT A0 BY 0x0; 69 b0: 83 c6 50 80 A0 = ROT A0 BY 0xa; 70 b4: 83 c6 60 91 A1 = ROT A1 BY -0x14; 71 b8: 83 c6 00 91 A1 = ROT A1 BY -0x20; 72 bc: 02 c6 11 c0 R0 = ROT R1 BY R2.L; 73 c0: 02 c6 1c c0 R0 = ROT R4 BY R3.L [all...] |
shift.s | 72 r7 = ROT r7 by -32; 73 R6 = Rot r7 by -31; 74 R5 = RoT R7 by 31; 75 R4 = Rot r7 by 30; 76 a0 = rot A0 by 0; 77 A0 = ROT a0 BY 10; 78 A1 = ROT A1 by -20; 79 A1 = ROT a1 By -32; 81 r0 = rot r1 by r2.L; 82 R0 = Rot R4 BY R3.L [all...] |
parallel2.d | 122 1c8: 82 ce 07 cf R7 = ROT R7 BY -0x20 \|\| R5 = W\[P2 \+ 0xc\] \(Z\) \|\| NOP; 124 1d0: 82 ce 0f cd R6 = ROT R7 BY -0x1f \|\| R5 = W\[P2 \+ 0xa\] \(Z\) \|\| NOP; 126 1d8: 82 ce ff ca R5 = ROT R7 BY 0x1f \|\| R6 = W\[P2 \+ 0x8\] \(Z\) \|\| NOP; 128 1e0: 82 ce f7 c8 R4 = ROT R7 BY 0x1e \|\| R5 = W\[P2 \+ 0x6\] \(Z\) \|\| NOP; 130 1e8: 83 ce 00 80 A0 = ROT A0 BY 0x0 \|\| R5 = W\[P3\] \(Z\) \|\| NOP; 132 1f0: 83 ce 50 80 A0 = ROT A0 BY 0xa \|\| R5 = W\[P3\+\+\] \(Z\) \|\| NOP; 134 1f8: 83 ce 60 91 A1 = ROT A1 BY -0x14 \|\| R5 = W\[P3--\] \(Z\) \|\| NOP; 136 200: 83 ce 00 91 A1 = ROT A1 BY -0x20 \|\| R5 = W\[P4\] \(Z\) \|\| NOP; 138 208: 02 ce 11 c0 R0 = ROT R1 BY R2.L \|\| R5 = W\[P4\+\+\] \(Z\) \|\| NOP; 140 210: 02 ce 1c c0 R0 = ROT R4 BY R3.L \|\| R5 = W\[P4--\] \(Z\) \|\| NOP [all...] |
parallel2.s | 66 r7 = ROT r7 by -32 || R5 = W [P2+12] (z); 67 R6 = Rot r7 by -31 || R5 = W [P2+10] (z); 68 R5 = RoT R7 by 31 || R6 = W [P2+8] (z); 69 R4 = Rot r7 by 30 || R5 = W [P2+6] (z); 70 a0 = rot A0 by 0 || R5 = W [P3] (z); 71 A0 = ROT a0 BY 10 || R5 = W [P3++] (z); 72 A1 = ROT A1 by -20 || R5 = W [P3--] (z); 73 A1 = ROT a1 By -32 || R5 = W [P4] (z); 75 r0 = rot r1 by r2.L || R5 = W [P4++] (z); 76 R0 = Rot R4 BY R3.L || R5 = W [P4--] (z) [all...] |
shift2.d | 182 238: 82 c6 f9 c8 R4 = ROT R1 BY 0x1f; 183 23c: 82 c6 01 c9 R4 = ROT R1 BY -0x20; 184 240: 82 c6 29 c8 R4 = ROT R1 BY 0x5; 185 244: 83 c6 b0 80 A0 = ROT A0 BY 0x16; 186 248: 83 c6 00 81 A0 = ROT A0 BY -0x20; 187 24c: 83 c6 f8 80 A0 = ROT A0 BY 0x1f; 188 250: 83 c6 00 91 A1 = ROT A1 BY -0x20; 189 254: 83 c6 f8 90 A1 = ROT A1 BY 0x1f; 190 258: 83 c6 b0 90 A1 = ROT A1 BY 0x16; 191 25c: 02 c6 11 c8 R4 = ROT R1 BY R2.L [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
m88k.h | 326 #define ROT MUL +12 330 #define LDCR ROT +1 331 #define STCR ROT +2 332 #define XCR ROT +3 334 #define FLDCR ROT +4 335 #define FSTCR ROT +5 336 #define FXCR ROT +6
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
tokenizer.go | 79 case ROT: 130 t.tok = ROT 131 return ROT
|
lex.go | 31 ROT // @> Used on ARM for shift type 4, rotate right. 37 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
tokenizer.go | 76 case ROT: 127 t.tok = ROT 128 return ROT
|
lex.go | 28 ROT // @> Used on ARM for shift type 4, rotate right. 34 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
tokenizer.go | 79 case ROT: 130 t.tok = ROT 131 return ROT
|
lex.go | 31 ROT // @> Used on ARM for shift type 4, rotate right. 37 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
tokenizer.go | 76 case ROT: 127 t.tok = ROT 128 return ROT
|
lex.go | 28 ROT // @> Used on ARM for shift type 4, rotate right. 34 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
|
/external/boringssl/src/crypto/sha/asm/ |
sha512-x86_64.pl | 133 @ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%rax","%rbx","%rcx","%rdx", 145 @ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%eax","%ebx","%ecx","%edx", 322 $code.=" mov @ROT[4],$a0\n"; 323 $code.=" mov @ROT[0],$a1\n"; 325 &ROUND_00_15($i,@ROT); 326 unshift(@ROT,pop(@ROT)); 334 &ROUND_16_XX($i,@ROT); 335 unshift(@ROT,pop(@ROT)); [all...] |
/external/ImageMagick/coders/ |
wpg.c | 683 const unsigned char TPR=1,TRN=2,SKW=4,SCL=8,ROT=0x10,OID=0x20,LCK=0x80; 702 if(Flags & ROT) 704 x=ReadBlobLSBLong(image); /*Rot Angle*/ 707 if(Flags & (ROT|SCL)) 714 if(Flags & (ROT|SKW)) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
m88k-dis.c | 167 {0xf000a800,"rot ",{21,5,REG} ,{16,5,REG} ,{0,10,BF} , {1,1,PINT,ROT ,i10bit,1,0,1,0,0,0,0,0,0,0,0} }, 173 {0xf400a800,"rot ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {1,1,PINT,ROT ,0,1,1,1,0,0,0,0,0,0,0,0} }, [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
bfin-parse.y | 519 %token ROT [all...] |
bfin-lex.l | 83 [rR][oO][tT] return ROT;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 520 case lex.ROT:
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
parse.go | 517 case lex.ROT:
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 520 case lex.ROT:
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
parse.go | 517 case lex.ROT:
|