HomeSort by relevance Sort by last modified time
    Searched refs:RR (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/clang/test/PCH/
cxx-reference.h 4 typedef char (&&RR);
9 char &&rr = 'c'; variable
12 RR &lrrr = c;
13 RR &&rrrr = 'c';
  /external/llvm/lib/Target/Hexagon/
HexagonRDF.cpp 37 bool HexagonRegisterAliasInfo::covers(const RegisterSet &RRs, RegisterRef RR)
39 if (RRs.count(RR))
42 if (!TargetRegisterInfo::isPhysicalRegister(RR.Reg)) {
43 assert(TargetRegisterInfo::isVirtualRegister(RR.Reg));
45 bool HasLo = RRs.count({RR.Reg, Hexagon::subreg_loreg});
46 bool HasHi = RRs.count({RR.Reg, Hexagon::subreg_hireg});
51 if (RR.Sub == 0) {
53 unsigned Lo = TRI.getSubReg(RR.Reg, Hexagon::subreg_loreg);
54 unsigned Hi = TRI.getSubReg(RR.Reg, Hexagon::subreg_hireg);
59 return RegisterAliasInfo::covers(RRs, RR);
    [all...]
HexagonRDF.h 21 bool covers(RegisterRef RA, RegisterRef RR) const override;
22 bool covers(const RegisterSet &RRs, RegisterRef RR) const override;
HexagonExpandCondsets.cpp 219 bool operator== (RegisterRef RR) const {
220 return Reg == RR.Reg && Sub == RR.Sub;
222 bool operator!= (RegisterRef RR) const { return !operator==(RR); }
223 bool operator< (RegisterRef RR) const {
224 return Reg < RR.Reg || (Reg == RR.Reg && Sub < RR.Sub);
236 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec)
    [all...]
RDFGraph.cpp 382 return Ref.RR;
389 void RefNode::setRegRef(RegisterRef RR) {
392 Ref.RR = RR;
592 // Determine whether RR is covered by the set of references RRs.
593 bool RegisterAliasInfo::covers(const RegisterSet &RRs, RegisterRef RR) const {
594 if (RRs.count(RR))
598 // on subregisters. If RR itself is not present in RRs, but it has a sub-
601 if (TargetRegisterInfo::isVirtualRegister(RR.Reg)) {
602 if (RR.Sub != 0
    [all...]
RDFGraph.h 374 RegisterRef(const RegisterRef &RR) = default;
375 RegisterRef &operator= (const RegisterRef &RR) = default;
376 bool operator== (const RegisterRef &RR) const {
377 return Reg == RR.Reg && Sub == RR.Sub;
379 bool operator!= (const RegisterRef &RR) const {
380 return !operator==(RR);
382 bool operator< (const RegisterRef &RR) const {
383 return Reg < RR.Reg || (Reg == RR.Reg && Sub < RR.Sub)
    [all...]
RDFLiveness.cpp 111 RegisterRef RR = TA.Addr->getRegRef();
112 if (RAI.covers(RR, RefRR)) {
515 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef();
516 dbgs() << '<' << Print<RegisterRef>(RR, DFG) << '>';
604 RegisterRef RR = R.first;
605 if (!isRestricted(PA, UA, RR))
606 RR = getRestrictedRegRef(UA);
610 if (!RAI.alias(R.first, RR))
612 for (auto D : getAllReachingDefs(RR, UA))
613 LOX[RR].insert(D.Id)
    [all...]
BitTracker.cpp 314 uint16_t BT::MachineEvaluator::getRegBitWidth(const RegisterRef &RR) const {
320 // 1. find a physical register PhysR from the same class as RR.Reg,
321 // 2. find a physical register PhysS that corresponds to PhysR:RR.Sub,
324 if (TargetRegisterInfo::isVirtualRegister(RR.Reg)) {
325 const TargetRegisterClass *VC = MRI.getRegClass(RR.Reg);
329 assert(TargetRegisterInfo::isPhysicalRegister(RR.Reg));
330 PhysR = RR.Reg;
333 unsigned PhysS = (RR.Sub == 0) ? PhysR : TRI.getSubReg(PhysR, RR.Sub);
340 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR,
    [all...]
RDFLiveness.h 100 RegisterRef RR) const;
102 unsigned getPhysReg(RegisterRef RR) const;
BitTracker.h 48 RegisterCell get(RegisterRef RR) const;
49 void put(RegisterRef RR, const RegisterCell &RC);
347 uint16_t getRegBitWidth(const RegisterRef &RR) const;
349 RegisterCell getCell(const RegisterRef &RR, const CellMapType &M) const;
350 void putCell(const RegisterRef &RR, RegisterCell RC, CellMapType &M) const;
354 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const {
355 RegisterCell RC = getCell(RR, M);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 57 #include <boost/math/bindings/rr.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost::math::ntl::RR f(const boost::math::ntl::RR& x, int variant)
88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n,
89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d,
90 const boost::math::ntl::RR& x_offset,
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
spu-insns.h 44 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO |
77 RR category LBT category
143 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */
144 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */
145 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (with register dependencies) */
146 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */
147 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */
148 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
149 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
150 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data *
    [all...]
  /external/boringssl/src/crypto/bn/
rsaz_exp.h 50 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0);
montgomery.c 141 BN_init(&ret->RR);
152 BN_free(&mont->RR);
162 if (!BN_copy(&to->RR, &from->RR) ||
210 /* Save RR = R**2 (mod N). R is the smallest power of 2**BN_BITS such that R
219 if (!bn_mod_exp_base_2_vartime(&mont->RR, lgBigR * 2, &mont->N)) {
260 return BN_mod_mul_montgomery(ret, a, &mont->RR, mont, ctx);
  /external/vboot_reference/host/lib/
util_misc.c 39 BIGNUM *N0inv = NULL, *R = NULL, *RR = NULL;
41 BIGNUM *n = NULL, *rr = NULL; local
70 NEW_BIGNUM(RR);
74 NEW_BIGNUM(rr);
97 /* Calculate RR = R^2 mod N */
98 BN_copy(RR, R);
99 BN_mul(RRTemp, RR, R, bn_ctx);
100 BN_mod(RR, RRTemp, N, bn_ctx);
118 BN_mod(rr, RR, B, bn_ctx); /* rr = RR mod B *
    [all...]
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 46 BIGNUM *N0inv= NULL, *R = NULL, *RR = NULL, *RRTemp = NULL, *NnumBits = NULL;
47 BIGNUM *n = NULL, *rr = NULL; local
65 RR = BN_new();
69 rr = BN_new();
91 /* Calculate RR = R^2 mod N */
92 BN_copy(RR, R);
93 BN_mul(RRTemp, RR, R, bn_ctx);
94 BN_mod(RR, RRTemp, N, bn_ctx);
113 BN_mod(rr, RR, B, bn_ctx); /* rr = RR mod B *
    [all...]
  /external/valgrind/none/tests/ppc32/
test_dfp3.stdout.exp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 48 const MemRegion *RR = RV.getAsRegion();
50 if (!(LR && RR))
54 const MemRegion *BaseRR = RR->getBaseRegion();
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 162 extern mDNSu32 RDataHashValue(const ResourceRecord *const rr);
164 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
165 extern mDNSBool ResourceRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
166 extern mDNSBool AnyTypeRecordAnswersQuestion (const ResourceRecord *const rr, const DNSQuestion *const q);
167 extern mDNSBool ResourceRecordAnswersUnicastResponse(const ResourceRecord *const rr, const DNSQuestion *const q);
168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
172 #define GetRRDomainNameTarget(RR) ( \
173 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &( (…)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i370-opc.c 102 /* The R1 register field in an RR form instruction. */
105 { 4, 4, 0, 0, I370_OPERAND_GPR, "RR R1" },
107 /* The R2 register field in an RR form instruction. */
110 { 4, 0, 0, 0, I370_OPERAND_GPR, "RR R2" },
112 /* The I field in an RR form SVC-style instruction. */
115 { 8, 0, 0, 0, I370_OPERAND_RELATIVE, "RR I (svc)" },
296 /* An RR form instruction. */
297 #define RR(op, r1, r2) \
301 #define RR_MASK RR (0xff, 0x0, 0x0)
484 /* RR form instructions *
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.cpp 57 BitVector RR = TRI->getReservedRegs(*MF);
58 if (RR != Reserved)
60 Reserved = RR;
  /external/clang/test/CodeGen/
union.c 39 union RR {_Bool a : 1;} RRU;
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 65 const BitVector &RR = MF->getRegInfo().getReservedRegs();
66 if (Reserved.size() != RR.size() || RR != Reserved) {
68 Reserved = RR;
  /bootable/recovery/tools/dumpkey/
DumpPublicKey.java 131 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
150 long rr = RR.mod(B).longValue(); local
151 result.append(rr);
157 RR = RR.divide(B);
  /external/autotest/client/cros/netprotos/
zeroconf.py 29 """Returns whether the two dpkt.dns.DNS.RR objects are equal."""
30 # Compare all the members present in either object and on any RR object.
32 dpkt.dns.DNS.RR.__slots__)
33 # On RR objects, rdata is packed based on the other members and the final
34 # packed string depends on other RR and Q elements on the same DNS/mDNS
170 for rr in answers: # Answers RRs
173 if rr.type == dpkt.dns.DNS_A:
174 data = socket.inet_ntoa(rr.ip)
175 elif rr.type == dpkt.dns.DNS_PTR:
176 data = rr.ptrnam
    [all...]

Completed in 1110 milliseconds

1 2 3 4