Searched refs:RR (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/opcode/
H A Dspu-insns.h44 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,
[all...]
H A Dspu.h31 RR, enumerator in enum:__anon605
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp48 const MemRegion *RR = RV.getAsRegion(); local
50 if (!(LR && RR))
54 const MemRegion *BaseRR = RR->getBaseRegion();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp61 const BitVector &RR = MF->getRegInfo().getReservedRegs(); local
62 if (Reserved.size() != RR.size() || RR != Reserved) {
64 Reserved = RR;
H A DAggressiveAntiDepBreaker.cpp388 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
389 RegRefs.insert(std::make_pair(Reg, RR));
462 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
463 RegRefs.insert(std::make_pair(Reg, RR));
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_mont.c336 BN_init(&(ctx->RR));
348 BN_free(&(mont->RR));
362 R= &(mont->RR); /* grab RR as a temp */
454 /* setup RR for conversions */
455 BN_zero(&(mont->RR));
456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
457 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
469 if (!BN_copy(&(to->RR),
[all...]
H A Dbn.h332 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
579 (r),(a),&((mont)->RR),(mont),(ctx))
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c14910 tCE(and, 0000000, and, 3, (RR, oRR, SH), arit, t_arit3c),
14911 tC3(ands, 0100000, ands, 3, (RR, oRR, SH), arit, t_arit3c),
14912 tCE(eor, 0200000, eor, 3, (RR, oRR, SH), arit, t_arit3c),
14913 tC3(eors, 0300000, eors, 3, (RR, oRR, SH), arit, t_arit3c),
14914 tCE(sub, 0400000, sub, 3, (RR, oRR, SH), arit, t_add_sub),
14915 tC3(subs, 0500000, subs, 3, (RR, oRR, SH), arit, t_add_sub),
14916 tCE(add, 0800000, add, 3, (RR, oRR, SHG), arit, t_add_sub),
14917 tC3(adds, 0900000, adds, 3, (RR, oRR, SHG), arit, t_add_sub),
14918 tCE(adc, 0a00000, adc, 3, (RR, oRR, SH), arit, t_arit3c),
14919 tC3(adcs, 0b00000, adcs, 3, (RR, oR
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h519 TreeTy *RR = getRight(R); local
521 if (getHeight(RR) >= getHeight(RL))
522 return createNode(createNode(L,V,RL), R, RR);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp968 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N))
969 R = RR;
976 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) {
978 report.addVisitor(new FindLastStoreBRVisitor(*KV, RR,
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp85 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
331 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, local
333 if (RR == 0)
336 ResultReg = RR;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt38 20100131 deleting RR causes infinite loop
662 ipfw pipe 10 config sched rr // Create a scheduler of type RR, linked to
666 it is of type RR
669 ipfw pipe 10 config sched rr // Create a scheduler of type RR, linked to
674 it is of type RR
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2431 SDValue LL, LR, RL, RR, CC0, CC1; local
2599 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2603 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
2628 if (LL == RR && LR == RL) {
2630 std::swap(RL, RR);
2632 if (LL == RL && LR == RR) {
3045 SDValue LL, LR, RL, RR, CC0, CC1; local
3114 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3118 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
3140 if (LL == RR
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s849 ;--- not PIC LDO RR'__iob-$global$+32(%r1),%r26 ;offset 0xa28
852 ;--- not PIC LDO RR'C$7(%r21),%r25 ;offset 0xa30
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3492 Record *RR = DI->getDef(); local
3493 if (RR->isSubClassOf("Register"))
/freebsd-10.0-release/sys/contrib/dev/ipw/
H A Dipw2100-1.3.fw.uu636 M80":!F"`RR<H`)H&8`"7$"@,``<(`'K@5Y`_```@``+[_R<0`*X)%`#."02`
652 M"0`@`'R?8$RR`@!$`0((`'K@5X$&`"`0@"$(\$$``"``)``!$````%!R@(`0
2058 MAF%0`'P?8$RR`@!$!P`0`'P?8)#6`@``!``($!(!`"```'K@5X(!`"``^N97
2648 M$%!I`0`@````H&$!_C]@`'P?8)RR`@```D`0$(`&"`Y^`$"`4>\O<&D!`"``
3025 M04`$`2$(#`%A"`"`0`@`!D%H`(0`$#"A`0`@``#\RR\```!0$`"N"02`[0L@
3108 M.&YC%'Z.4Q`:#A!PK0$`(```?+]AI,L"``":!F``@B!0./Y?8(#`RR\`?!]@
3230 MA0`@$/X&0`#0RR^`@P`@`),&*`%ZX%>!`0`@@)$&*)"_`0`@``1ZX%>"@``@
3235 M(``!>N!7@0$`(`!\!B@$>N!7`FL`((`4RR\`:@`@@'D&*%#``0`@``%ZX%>!
3236 M`0`@`'@&*`1ZX%<"9P`@$(`&"`!6RB^`90`@<,`!`"``$(`&"(!5RR\`9``@
3237 M$(`&"`!"RR
[all...]
H A Dipw2100-1.3-p.fw.uu1349 M`'P?8.RR`@`!_C]@$*D``"````1!4(`0#2@`&D<0`'P?8'B]`@"`$PXH$`"N
H A Dipw2100-1.3-i.fw.uu2679 M$!!N"P0^#A``-@X0\&T!`"```#AN8Q!^CE,%_C]@`'P?8"RR`@```@`0`*OX
2686 M5_!N`0`@`($!`"``?#]@T`<``(```"!]_C^8`'P?8"RR`@```@`0$&\!`"``
3072 M`"``@```((`?RR\`^N97`@(`(("\_R\``0`@`?Z_80#G_R<PJ`$`(`"`%LLO
/freebsd-10.0-release/sys/contrib/dev/uath/
H A Dar5523.bin.uu349 MK[``((RR`!0`H*@A`("8(1)``&XDE`2`CD(`/`1!``0``+`ACD(`(!!``.H`
734 M`ASZ)`(`,!!B`)`P@@`/`@`@(20%`,$,`"RR`Z`P(1!```LD!``6C[\`2(^U
742 M0/_D)B8``@(`("$,`"RR)`4`/Q1`_]\"`"`AC@4;^`P`(-`DI0"H%$#_V@``
782 M0"`A#``LLB0%`,D40/_A`$"@(9>B``(0`/]-IF(`.`)`("$,`"RR)`4`RA1`
/freebsd-10.0-release/sys/dev/hptrr/
H A Di386-elf.hptrr_lib.o.uu518 MME8$B92#3`@``$")@\P(``#'!@$```#^2RR#Q`A;7L.-=@"*1"0$/`-V$`^V
881 M```/MD0D%X&\A\A3``"?A@$`=RR#[`10BU0D(/\R:&@"``#H_/___X/$$(`^
1737 M"P^V1"0+BTPD((M\@22#?"0P`'1DA?\/A,$```"+5RR+GU@*``"-!.T`````
1773 M``"+6PB#Q!"%VW0(@WL0`'3BB?:#Q!Q;7E]=PU=64XM<)!"+0R2+>`R+<RR+
1822 M'0``6U[#D%575E.#[`B+;"0<BE0D((MU#`^VPHM<A22+2RR)3"0$QX,P`@``
1979 MBT,LQH00(`$```:+0RR*A!`@`0``H@````!J"NC\____4^C\____@\0(:/0!
2134 M6UY?7<.)]E.#[!2+7"0<BT,DBU`,BT,LQH00(`$```:+0RR*A!`@`0``H@``
2135 M``!J"NC\____BT,DBU`,BT,LQH0"(`$```"+0R2+4`R+0RR*A`(@`0``H@``
2377 M55=64X/L+(M,)$"+1"1(9HE$)`X/MG0D1(M\L22+40R+1RR+1`(PHP````"#
2389 M@22#?"0P`'1DA?\/A,$```"+5RR
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7996 DeclRefExpr *RR = dyn_cast<DeclRefExpr>(OR->getBase()->IgnoreImpCasts()); local
7997 if (RL && RR && RL->getDecl() == RR->getDecl())

Completed in 606 milliseconds