/toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/ |
rotl.sm | 0 rotl #{uimm5},{reg} 2 rotl {reg},{reg}
|
rotl.d | 9 0: fd 6e 00 rotl #0, r0 10 3: fd 6e 0f rotl #0, r15 11 6: fd 6f f0 rotl #31, r0 12 9: fd 6f ff rotl #31, r15 13 c: fd 66 00 rotl r0, r0 14 f: fd 66 0f rotl r0, r15 15 12: fd 66 f0 rotl r15, r0 16 15: fd 66 ff rotl r15, r15
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/h8300/ |
rotsh.s | 3 rotl r0l
|
rotshh.s | 4 rotl.b r0l 5 rotl.w r0 6 rotl.l er0
|
rotshs.s | 4 rotl.b r0l 5 rotl.b #2,r0l 6 rotl.w r0 7 rotl.w #2,r0 8 rotl.l er0 9 rotl.l #2,er0
|
t11_logs.s | [all...] |
ffxx1-coff.s | 18 rotl r0l
|
ffxx1-elf.s | 18 rotl r0l
|
ffxx1-coff.d | 20 0+0416 <.*>.*rotl.b r0l
|
ffxx1-elf.d | 20 0+0416 <.*>.*rotl.b r0l
|
/external/llvm/test/CodeGen/SystemZ/ |
rot-01.ll | 16 %rotl = or i32 %parta, %partb 18 ret i32 %rotl 32 %rotl = or i64 %parta, %partb 34 ret i64 %rotl
|
rot-02.ll | 17 %rotl = or i32 %parta, %partb 19 ret i32 %rotl 33 %rotl = or i32 %parta, %partb 35 ret i32 %rotl 49 %rotl = or i32 %parta, %partb 51 ret i32 %rotl 65 %rotl = or i64 %parta, %partb 67 ret i64 %rotl 82 %rotl = or i32 %parta, %partb 84 %reuse = add i32 %and, %rotl [all...] |
risbg-01.ll | 143 %rotl = or i32 %parta, %partb 144 %and = and i32 %rotl, 248 155 %rotl = or i64 %parta, %partb 156 %and = and i64 %rotl, 248 167 %rotl = or i32 %parta, %partb 168 %and = and i32 %rotl, 114688 179 %rotl = or i64 %parta, %partb 180 %and = and i64 %rotl, 114688 193 %rotl = or i32 %parta, %partb 194 %and = and i32 %rotl, 12 [all...] |
/external/swiftshader/third_party/LLVM/test/TableGen/ |
SetTheory.td | 96 // The 'rotl' operator rotates left, but also accepts a negative shift. 97 def rotl; 98 def S6a : Set<(rotl S0f, 0)>; 99 def S6b : Set<(rotl S0f, 1)>; 100 def S6c : Set<(rotl S0f, 3)>; 101 def S6d : Set<(rotl S0f, 4)>; 102 def S6e : Set<(rotl S0f, 5)>; 103 def S6f : Set<(rotl S0f, -1)>; 104 def S6g : Set<(rotl S0f, -4)>; 105 def S6h : Set<(rotl S0f, -5)> [all...] |
/external/llvm/test/TableGen/ |
SetTheory.td | 96 // The 'rotl' operator rotates left, but also accepts a negative shift. 97 def rotl; 98 def S6a : Set<(rotl S0f, 0)>; 99 def S6b : Set<(rotl S0f, 1)>; 100 def S6c : Set<(rotl S0f, 3)>; 101 def S6d : Set<(rotl S0f, 4)>; 102 def S6e : Set<(rotl S0f, 5)>; 103 def S6f : Set<(rotl S0f, -1)>; 104 def S6g : Set<(rotl S0f, -4)>; 105 def S6h : Set<(rotl S0f, -5)> [all...] |
/external/llvm/test/CodeGen/AArch64/ |
rotate.ll | 4 ;; select ROTL. Make sure if generates the basic ushr/shl.
|
/external/llvm/test/CodeGen/ARM/ |
rotate.ll | 4 ;; select ROTL. Make sure if generates the basic VSHL/VSHR.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
2009-06-02-Rotate.ll | 6 define i32 @rotl(i32 %x, i32 %y, i32 %z) nounwind readnone {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
mips32r2.s | 35 rotl $25, $10, 4 37 rotl $25, $10, $4
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.td | 131 let AltOrders = [(rotl GPR32common, 8)]; 136 let AltOrders = [(rotl GPR64common, 8)]; 141 let AltOrders = [(rotl GPR32, 8)]; 145 let AltOrders = [(rotl GPR64, 8)]; 151 let AltOrders = [(rotl GPR32sp, 8)]; 155 let AltOrders = [(rotl GPR64sp, 8)]; 414 def DSeqPairs : RegisterTuples<[dsub0, dsub1], [(rotl FPR64, 0), (rotl FPR64, 1)]>; 416 [(rotl FPR64, 0), (rotl FPR64, 1) [all...] |
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyInstrInteger.td | 39 defm ROTL : BinaryInt<rotl, "rotl">; 69 def : Pat<(rotl I32:$lhs, (and I32:$rhs, 31)), (ROTL_I32 I32:$lhs, I32:$rhs)>; 71 def : Pat<(rotl I64:$lhs, (and I64:$rhs, 63)), (ROTL_I64 I64:$lhs, I64:$rhs)>;
|
/prebuilts/go/darwin-x86/src/runtime/ |
hash32.go | 110 // Note: in order to get the compiler to issue rotl instructions, we 112 // TODO: convince the compiler to issue rotl instructions after inlining.
|
hash64.go | 106 // Note: in order to get the compiler to issue rotl instructions, we 108 // TODO: convince the compiler to issue rotl instructions after inlining.
|
/prebuilts/go/linux-x86/src/runtime/ |
hash32.go | 110 // Note: in order to get the compiler to issue rotl instructions, we 112 // TODO: convince the compiler to issue rotl instructions after inlining.
|
hash64.go | 106 // Note: in order to get the compiler to issue rotl instructions, we 108 // TODO: convince the compiler to issue rotl instructions after inlining.
|