Searched refs:Rx (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1333 MCOperand &Rx = Inst.getOperand(0); local
1335 if (Rx.getReg() != Hexagon::R0 || Ry.getReg() != Hexagon::R0) {
1449 // Translate a "$Rx = CONST32(#imm)" to "$Rx = memw(gp+#LABEL) "
1453 // Translate a "$Rx:y = CONST64(#imm)" to "$Rx:y = memd(gp+#LABEL) "
1628 MCOperand &Rx = Inst.getOperand(0); local
1637 TmpInst.addOperand(Rx);
1638 TmpInst.addOperand(Rx);
1648 MCOperand &Rx local
1668 MCOperand &Rx = Inst.getOperand(0); local
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp.c1126 S_set_regex_pv(pTHX_ RExC_state_t *pRExC_state, REGEXP *Rx) argument
1128 /* Calculates and sets in the compiled pattern 'Rx' the string to compile,
1164 p = sv_grow(MUTABLE_SV(Rx), wraplen + 1); /* +1 for the ending NUL */
1165 SvPOK_on(Rx);
1167 SvFLAGS(Rx) |= SVf_UTF8;
1200 assert ((RX_WRAPPED(Rx) - p) < 16);
1201 RExC_rx->pre_prefix = p - RX_WRAPPED(Rx);
1211 SvCUR_set(Rx, p - RX_WRAPPED(Rx));
1274 REGEXP *Rx; /* Capita local
[all...]
H A Dproto.h8324 S_set_regex_pv(pTHX_ RExC_state_t *pRExC_state, REGEXP *Rx);
8326 assert(pRExC_state); assert(Rx)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c3116 return yyerror ("A0.l = Rx.l expected");
3129 return yyerror ("A1.l = Rx.l expected");

Completed in 234 milliseconds