/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/arch/ |
sh3e.s | 129 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up}
|
sh4.s | 142 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
sh4a.s | 144 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
sh2a.s | 138 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
sh3-dsp.s | 145 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
sh4al-dsp.s | 195 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
SetTheory.cpp | 207 addOperator("rotl", new RotOp(false));
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
vax.h | 210 { "rotl", {"rbrlwl", 0x9c } },
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 194 case ISD::ROTL: return "rotl";
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
insns-c674x.s | 1050 [b0] rotl .M1 a0,a1,a2 1051 rotl .M1X b3,a4,a5 1052 rotl .M2 b6,b7,b8 1053 [!a0] rotl .M2X a9,b10,b11 1054 rotl .M1 a12,0,a13 1055 [!b0] rotl .M1X b14,31,a15 1056 [a1] rotl .M2 b16,17,b17 1057 rotl .M2X a18,25,b19 [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/h8300/ |
t11_logs.exp | [all...] |
/external/valgrind/VEX/priv/ |
guest_ppc_toIR.c | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCInstr64Bit.td | [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/arch/ |
sh2a.s | 138 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
sh3-dsp.s | 145 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
sh4al-dsp.s | 195 rotl r4 ;!/* 0100nnnn00000100 rotl <REG_N> */{"rotl",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_4}, arch_sh_up} [all...] |
/external/avb/libavb/ |
avb_sha256.c | 42 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
|
avb_sha512.c | 42 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
|
/external/boringssl/src/crypto/perlasm/ |
x86asm.pl | 71 sub ::rotl { &rol(@_); }
|
/external/llvm/docs/ |
ExtendingLLVM.rst | 163 See the patterns for ``rotl`` in ``PPCInstrInfo.td``.
|
/external/llvm/lib/TableGen/ |
SetTheory.cpp | 253 addOperator("rotl", llvm::make_unique<RotOp>(false));
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 157 case ISD::ROTL:
|
/external/vboot_reference/firmware/2lib/ |
2sha256.c | 44 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
|
2sha512.c | 44 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
|
/external/vboot_reference/firmware/lib/cryptolib/ |
sha256.c | 45 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
|