/external/vboot_reference/firmware/lib/cryptolib/ |
sha512.c | 45 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
c-sh.texi | 319 rotl Rn sts.l MACH,@@-Rn
|
/toolchain/binutils/binutils-2.27/opcodes/ |
rx-decode.opc | 743 /** 1111 1101 0110 111i mmmm rdst rotl #%1, %0 */ 744 ID(rotl); SC(i*16+mmmm); DR(rdst); F__SZC; 746 /** 1111 1101 0110 0110 rsrc rdst rotl %1, %0 */ 747 ID(rotl); SR(rsrc); DR(rdst); F__SZC;
|
tic80-opc.c | [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
ppc64.s | 600 ROTL $12,R2,R3 601 ROTL R2,R3,R4
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
ppc64.s | 600 ROTL $12,R2,R3 601 ROTL R2,R3,R4
|
/external/llvm/lib/Target/X86/ |
X86IntrinsicsInfo.h | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.td | [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
insns-bad-1.l | [all...] |
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
aes-586.pl | 499 &rotl ($s[$i],24); [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
rx-parse.y | 164 %token RACL RACW RDACL RDACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND 779 | ROTL { sub_op = 6; } op_shift_rot 801 | ROTL '#' EXPR ',' REG [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUInstrInfo.td | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
PPC64.rules | 111 (ADD (SLD x (ANDconst <typ.Int64> [63] y)) (SRD x (SUB <typ.UInt> (MOVDconst [64]) (ANDconst <typ.UInt> [63] y)))) -> (ROTL x y) 112 ( OR (SLD x (ANDconst <typ.Int64> [63] y)) (SRD x (SUB <typ.UInt> (MOVDconst [64]) (ANDconst <typ.UInt> [63] y)))) -> (ROTL x y) 113 (XOR (SLD x (ANDconst <typ.Int64> [63] y)) (SRD x (SUB <typ.UInt> (MOVDconst [64]) (ANDconst <typ.UInt> [63] y)))) -> (ROTL x y) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
PPC64.rules | 111 (ADD (SLD x (ANDconst <typ.Int64> [63] y)) (SRD x (SUB <typ.UInt> (MOVDconst [64]) (ANDconst <typ.UInt> [63] y)))) -> (ROTL x y) 112 ( OR (SLD x (ANDconst <typ.Int64> [63] y)) (SRD x (SUB <typ.UInt> (MOVDconst [64]) (ANDconst <typ.UInt> [63] y)))) -> (ROTL x y) 113 (XOR (SLD x (ANDconst <typ.Int64> [63] y)) (SRD x (SUB <typ.UInt> (MOVDconst [64]) (ANDconst <typ.UInt> [63] y)))) -> (ROTL x y) [all...] |
/toolchain/binutils/binutils-2.27/include/opcode/ |
h8300.h | [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster2D.c | 813 ets_Float2DVec transL = cqL - ( scaleL * ( rotL * cpL ) ); 814 altL.mat( rotL * scaleL );
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 104 setOperationAction(ISD::ROTL, MVT::i8, Expand); 106 setOperationAction(ISD::ROTL, MVT::i16, Expand); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 358 } else if (Opcode == ISD::ROTL) { [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 667 return *this == rotl(SplatSizeInBits); 1273 APInt APInt::rotl(const APInt &rotateAmt) const { function in class:APInt 1277 APInt APInt::rotl(unsigned rotateAmt) const { function in class:APInt [all...] |
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 96 setOperationAction(ISD::ROTL, MVT::i64, Expand);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | [all...] |
/external/llvm/test/Transforms/GVN/ |
2007-07-31-NoDomInherit.ll | 93 declare i32 @rotl(i32, i32, i32)
|
/external/swiftshader/third_party/LLVM/docs/ |
ExtendingLLVM.html | 212 decent examples. See the patterns for <tt>rotl</tt> in
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |