Home
last modified time | relevance | path

Searched refs:RRC (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/rc2/
Drrc2.doc21 Ron Rivest's Cipher No.2 (hereafter referred to as RRC.2, other people may
29 Notation and RRC.2 Primitive Operations
31 RRC.2 uses the following primitive operations:
44 The RRC.2 Algorithm
46 RRC.2 consists of three components, a *key expansion* algorithm, an
58 RRC.2 uses a single 256-byte S-box derived from the ciphertext contents of
146 The following test vectors may be used to test the correctness of an RRC.2
215 shortly be implementing RRC.2 based solely on this specification and not on
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h37 RRC, enumerator
DMSP430ISelLowering.cpp770 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim); in LowerShifts()
1152 case MSP430ISD::RRC: return "MSP430ISD::RRC"; in getTargetNodeName()
DMSP430InstrInfo.td49 def MSP430rrc : SDNode<"MSP430ISD::RRC", SDTIntUnaryOp, []>;
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1176 const TargetRegisterClass* RRC; in computeRegisterProperties() local
1178 std::tie(RRC, Cost) = findRepresentativeClass((MVT::SimpleValueType)i); in computeRegisterProperties()
1179 RepRegClassForVT[i] = RRC; in computeRegisterProperties()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp897 const TargetRegisterClass *RRC = nullptr; in findRepresentativeClass() local
907 RRC = &ARM::DPRRegClass; in findRepresentativeClass()
917 RRC = &ARM::DPRRegClass; in findRepresentativeClass()
921 RRC = &ARM::DPRRegClass; in findRepresentativeClass()
925 RRC = &ARM::DPRRegClass; in findRepresentativeClass()
929 return std::make_pair(RRC, Cost); in findRepresentativeClass()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1791 const TargetRegisterClass *RRC = nullptr; in findRepresentativeClass() local
1797 RRC = Subtarget->is64Bit() ? in findRepresentativeClass()
1802 RRC = &X86::VR64RegClass; in findRepresentativeClass()
1809 RRC = &X86::VR128RegClass; in findRepresentativeClass()
1812 return std::make_pair(RRC, Cost); in findRepresentativeClass()