Home
last modified time | relevance | path

Searched defs:ROTL (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/decrepit/cast/
Dcast.c88 #define ROTL(a, n) (_lrotl(a, n)) macro
90 #define ROTL(a, n) ((((a) << (n)) | ((a) >> ((-(n))&31))) & 0xffffffffL) macro
/external/u-boot/lib/libavb/
Davb_sha256.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
Davb_sha512.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/external/vboot_reference/firmware/2lib/
D2sha256.c44 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
D2sha512.c44 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/external/avb/libavb/
Davb_sha256.c42 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
Davb_sha512.c42 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/external/vboot_reference/firmware/lib/cryptolib/
Dsha256.c45 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
Dsha512.c45 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp175 SDValue ROTL = DAG.getNode(ISD::ROTL, DL, MVT::i32, SRL, in addIPMSequence() local
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp178 SDValue ROTL = DAG.getNode(ISD::ROTL, DL, MVT::i32, SRL, in addIPMSequence() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h317 SHL, SRA, SRL, ROTL, ROTR, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h382 SHL, SRA, SRL, ROTL, ROTR, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h339 SHL, SRA, SRL, ROTL, ROTR, enumerator