Searched defs:ROTL (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_lcl.h154 # define ROTL(a,n) (_lrotl(a,n)) macro
156 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp187 SDValue ROTL = DAG.getNode(ISD::ROTL, DL, MVT::i32, SRL, local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h306 SHL, SRA, SRL, ROTL, ROTR, enumerator in enum:llvm::ISD::NodeType

Completed in 66 milliseconds