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

/freebsd-9.3-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:__anon725
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp64 const BitVector &RR = MF->getRegInfo().getReservedRegs(); local
65 if (Reserved.size() != RR.size() || RR != Reserved) {
67 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-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_mont.c586 BN_init(&(ctx->RR));
602 BN_free(&(mont->RR));
617 R = &(mont->RR); /* grab RR as a temp */
731 /* setup RR for conversions */
732 BN_zero(&(mont->RR));
733 if (!BN_set_bit(&(mont->RR), mont->ri * 2))
735 if (!BN_mod(&(mont->RR), &(mont->RR), &(mont->N), ctx))
749 if (!BN_copy(&(to->RR),
[all...]
H A Dbn.h314 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
572 (r),(a),&((mont)->RR),(mont),(ctx))
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c14848 tCE(and, 0000000, and, 3, (RR, oRR, SH), arit, t_arit3c),
14849 tC3(ands, 0100000, ands, 3, (RR, oRR, SH), arit, t_arit3c),
14850 tCE(eor, 0200000, eor, 3, (RR, oRR, SH), arit, t_arit3c),
14851 tC3(eors, 0300000, eors, 3, (RR, oRR, SH), arit, t_arit3c),
14852 tCE(sub, 0400000, sub, 3, (RR, oRR, SH), arit, t_add_sub),
14853 tC3(subs, 0500000, subs, 3, (RR, oRR, SH), arit, t_add_sub),
14854 tCE(add, 0800000, add, 3, (RR, oRR, SHG), arit, t_add_sub),
14855 tC3(adds, 0900000, adds, 3, (RR, oRR, SHG), arit, t_add_sub),
14856 tCE(adc, 0a00000, adc, 3, (RR, oRR, SH), arit, t_arit3c),
14857 tC3(adcs, 0b00000, adcs, 3, (RR, oR
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp972 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N))
973 R = RR;
980 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) {
982 report.addVisitor(new FindLastStoreBRVisitor(*KV, RR,
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp81 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
341 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, local
343 if (RR == 0)
346 ResultReg = RR;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2495 SDValue LL, LR, RL, RR, CC0, CC1; local
2663 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2667 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
2692 if (LL == RL && isa<ConstantSDNode>(LR) && isa<ConstantSDNode>(RR) &&
2695 cast<ConstantSDNode>(RR)->isAllOnesValue()) ||
2697 cast<ConstantSDNode>(RR)->isNullValue()))) {
2705 if (LL == RR && LR == RL) {
2707 std::swap(RL, RR);
2709 if (LL == RL && LR == RR) {
3133 SDValue LL, LR, RL, RR, CC local
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3500 Record *RR = DI->getDef(); local
3501 if (RR->isSubClassOf("Register"))
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8387 DeclRefExpr *RR = dyn_cast<DeclRefExpr>(OR->getBase()->IgnoreImpCasts()); local
8388 if (RL && RR && RL->getDecl() == RR->getDecl())

Completed in 941 milliseconds