HomeSort by relevance Sort by last modified time
    Searched full:rotl (Results 51 - 75 of 279) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
SetTheory.h 34 // - (rotl S, N) Rotate left. Same as (add (shl S, N), (trunc S, N)).
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
SetTheory.h 34 // - (rotl S, N) Rotate left. Same as (add (shl S, N), (trunc S, N)).
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
SetTheory.h 34 // - (rotl S, N) Rotate left. Same as (add (shl S, N), (trunc S, N)).
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
SetTheory.h 34 // - (rotl S, N) Rotate left. Same as (add (shl S, N), (trunc S, N)).
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
SetTheory.h 34 // - (rotl S, N) Rotate left. Same as (add (shl S, N), (trunc S, N)).
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tilegx/
t_insns.d 202 600: [0-9a-f]* { rotl r5, r6, r7 ; blbc r15, 0 <target> }
283 888: [0-9a-f]* { add r15, r16, r17 ; rotl r5, r6, r7 ; prefetch_l2 r25 }
322 9c0: [0-9a-f]* { add r5, r6, r7 ; rotl r15, r16, r17 ; ld1u r25, r26 }
392 bf0: [0-9a-f]* { addi r15, r16, 5 ; rotl r5, r6, r7 ; prefetch_l2 r25 }
431 d28: [0-9a-f]* { addi r5, r6, 5 ; rotl r15, r16, r17 ; ld1u r25, r26 }
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 167 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
197 &rotl($f,1); # f=ROTATE(f,1)
203 &rotl($a,5); # ROTATE(a,5)
214 &rotl($f,1); # f=ROTATE(f,1)
220 &rotl($tmp1,5); # ROTATE(a,5)
241 &rotl($f,1); # f=ROTATE(f,1)
245 &rotl($a,5); # ROTATE(a,5)
259 &rotl($f,1); # f=ROTATE(f,1)
263 &rotl($tmp1,5); # ROTATE(a,5)
284 &rotl($f,1); # f=ROTATE(f,1
    [all...]
  /external/clang/include/clang/Basic/
arm_neon.td 146 // rotl - Rotate set left by a number of elements.
147 // example: (rotl mask0, 3) -> [3, 4, 5, 6, 0, 1, 2]
148 def rotl;
149 // rotl - Rotate set right by a number of elements.
389 (decimate (rotl mask0, 1), 2),
390 (decimate (rotl mask1, 1), 2)))>;
392 def OP_UZP2 : Op<(shuffle $p0, $p1, (add (decimate (rotl mask0, 1), 2),
393 (decimate (rotl mask1, 1), 2)))>;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 109 // (or (rotl Input, Rotate), ~Mask)
113 // (and (rotl Input, Rotate), Mask)
807 case ISD::ROTL: {
859 // Treat (shl X, count) as (rotl X, size-count) as long as the bottom
864 // Treat (shl X, count) as (and (rotl X, count), ~0<<count).
886 // Treat (srl|sra X, count) as (rotl X, size-count) as long as the top
891 // Treat (srl X, count), mask) as (and (rotl X, size-count), ~0>>count),
    [all...]
  /external/llvm/test/CodeGen/WebAssembly/
i128.ll 224 ; CHECK-LABEL: rotl:
230 define i128 @rotl(i128 %x, i128 %y) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
arm_neon.td 146 // rotl - Rotate set left by a number of elements.
147 // example: (rotl mask0, 3) -> [3, 4, 5, 6, 0, 1, 2]
148 def rotl;
149 // rotl - Rotate set right by a number of elements.
389 (decimate (rotl mask0, 1), 2),
390 (decimate (rotl mask1, 1), 2)))>;
392 def OP_UZP2 : Op<(shuffle $p0, $p1, (add (decimate (rotl mask0, 1), 2),
393 (decimate (rotl mask1, 1), 2)))>;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
arm_neon.td 146 // rotl - Rotate set left by a number of elements.
147 // example: (rotl mask0, 3) -> [3, 4, 5, 6, 0, 1, 2]
148 def rotl;
149 // rotl - Rotate set right by a number of elements.
389 (decimate (rotl mask0, 1), 2),
390 (decimate (rotl mask1, 1), 2)))>;
392 def OP_UZP2 : Op<(shuffle $p0, $p1, (add (decimate (rotl mask0, 1), 2),
393 (decimate (rotl mask1, 1), 2)))>;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
set-arch.s 248 rotl $25, $10, 4
250 rotl $25, $10, $4
  /external/boringssl/src/decrepit/cast/
cast.c 85 #define ROTL(a, n) (_lrotl(a, n))
87 #define ROTL(a, n) ((((a) << (n)) | ((a) >> ((-(n))&31))) & 0xffffffffL)
94 t = ROTL(t, (key[n * 2 + 1])); \
  /toolchain/binutils/binutils-2.27/gas/doc/
c-h8300.texi 322 * mov.w rs,@@(disp:24,rd) rotl.b rs
323 * mov.w @@abs:24,rd * rotl.w rs
324 * mov.w rs,@@abs:24 * rotl.l rs
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/arch/
sh.s 109 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh2.s 122 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh2a-nofpu-or-sh3-nommu.s 119 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh2a-nofpu-or-sh4-nommu-nofpu.s 117 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh2a-or-sh3e.s 122 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh2e.s 152 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh3-nommu.s 131 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh3.s 125 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh4-nofpu.s 133 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
sh4-nommu-nofpu.s 136 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}

Completed in 442 milliseconds

1 23 4 5 6 7 8 91011>>