| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExecutionDomainFix.cpp | 70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg() argument 71 assert(unsigned(rx) < NumRegs && "Invalid index"); in setLiveReg() 74 if (LiveRegs[rx] == dv) in setLiveReg() 76 if (LiveRegs[rx]) in setLiveReg() 77 release(LiveRegs[rx]); in setLiveReg() 78 LiveRegs[rx] = retain(dv); in setLiveReg() 81 void ExecutionDomainFix::kill(int rx) { in kill() argument 82 assert(unsigned(rx) < NumRegs && "Invalid index"); in kill() 84 if (!LiveRegs[rx]) in kill() 87 release(LiveRegs[rx]); in kill() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats16Instr.td | 28 (outs mGPR:$rz), (ins mGPR:$rx, mGPR:$ry), !strconcat(opstr, "\t$rz, $rx, $ry"), 29 [(set mGPR:$rz, (opnode mGPR:$rx, mGPR:$ry)) ]> { 31 bits<3> rx; 34 let Inst{10 - 8} = rx; 41 AddrModeNone, (outs sGPR:$rz), (ins sGPR:$rZ, sGPR:$rx), !strconcat(opstr, "\t$rz, $rx"), 42 [(set sGPR:$rz, (opnode sGPR:$rZ, sGPR:$rx))]> { 44 bits<4> rx; 48 let Inst{5 - 2} = rx; 54 AddrModeNone, (outs sGPR:$rz), (ins sGPR:$rZ, sGPR:$rx), !strconcat(opstr, "\t$rz, $rx"), 57 bits<4> rx; [all …]
|
| H A D | CSKYInstrFormats.td | 81 (outs GPR:$rz), (ins GPR:$rx,ImmType:$imm16), 82 !strconcat(op, "\t$rz, $rx, $imm16"), pattern> { 84 bits<5> rx; 87 let Inst{20 - 16} = rx; 132 : CSKY32Inst<AddrModeNone, 0x3a, (outs), (ins GPR:$rx), 133 !strconcat(op, "\t$rx"), pattern> { 134 bits<5> rx; 137 let Inst{20 - 16} = rx; 145 (ins GPR:$rx, operand:$imm2), 146 !strconcat(op, "\t$rx, $imm2"), pattern> { [all …]
|
| H A D | CSKYInstrFormatsF1.td | 42 bits<5> rx; 45 let Inst{20 - 16} = {rx}; 56 : F_XZ_FG<3, sop, (outs regtype1:$vrz), (ins regtype2:$rx), !strconcat(op, "\t$vrz, $rx"), 144 bits<5> rx; 149 let Inst{20 - 16} = rx; //rx 159 bits<5> rx; 163 let Inst{20 - 16} = rx; //rx 176 let Inst{20 - 16} = 0; //rx 185 bits<5> rx; 191 let Inst{20 - 16} = rx; // rx; [all …]
|
| H A D | CSKYInstrInfo.td | 473 [(set GPR:$rz, (or GPR:$rx, uimm16:$imm16))]>; 478 (outs GPR:$rz), (ins GPR:$rx, uimm5:$imm5), 479 [(set GPR:$rz, (shl GPR:$rx, uimm5:$imm5))]>; 481 (outs GPR:$rz), (ins GPR:$rx, uimm5:$imm5), 482 [(set GPR:$rz, (srl GPR:$rx, uimm5:$imm5))]>; 484 (outs GPR:$rz), (ins GPR:$rx, uimm5:$imm5), 485 [(set GPR:$rz, (sra GPR:$rx, uimm5:$imm5))]>; 487 (outs GPR:$rz), (ins GPR:$rx, uimm5:$imm5), 488 [(set GPR:$rz, (rotl GPR:$rx, uimm5:$imm5))]>; 490 def ROTRI32 : CSKYPseudo<(outs GPR:$rz), (ins GPR:$rx, oimm5:$imm5), [all …]
|
| H A D | CSKYInstrInfoF2.td | 61 def f2FLD_S : F2_LDST_S<0b0, "fld", (outs FPR32Op:$vrz), (ins GPR:$rx, uimm8_2:$imm8)>; 63 def f2FLD_D : F2_LDST_D<0b0, "fld", (outs FPR64Op:$vrz), (ins GPR:$rx, uimm8_2:$imm8)>; 66 def f2FST_S : F2_LDST_S<0b1, "fst", (outs), (ins FPR32Op:$vrz, GPR:$rx, uimm8_2:$imm8)>; 68 def f2FST_D : F2_LDST_D<0b1, "fst", (outs), (ins FPR64Op:$vrz, GPR:$rx, uimm8_2:$imm8)>; 72 def f2FSTM_S : F2_LDSTM_S<0b1, 0, "fstm", (outs), (ins GPR:$rx, regseq_f2:$regs, variable_ops)>; 74 def f2FSTM_D : F2_LDSTM_D<0b1, 0, "fstm", (outs), (ins GPR:$rx, regseq_d2:$regs, variable_ops)>; 76 …def f2FSTMU_S : F2_LDSTM_S<0b1, 0b100, "fstmu", (outs), (ins GPR:$rx, regseq_f2:$regs, variable_op… 78 …def f2FSTMU_D : F2_LDSTM_D<0b1, 0b100, "fstmu", (outs), (ins GPR:$rx, regseq_d2:$regs, variable_op… 82 def f2FLDM_S : F2_LDSTM_S<0b0, 0, "fldm", (outs), (ins GPR:$rx, regseq_f2:$regs, variable_ops)>; 84 def f2FLDM_D : F2_LDSTM_D<0b0, 0, "fldm", (outs), (ins GPR:$rx, regseq_d2:$regs, variable_ops)>; [all …]
|
| /openbsd-src/games/trek/ |
| H A D | initquad.c | 58 int rx, ry; in initquad() local 93 sector(&rx, &ry); in initquad() 94 Sect[rx][ry] = KLINGON; in initquad() 95 Etc.klingon[i].x = rx; in initquad() 105 sector(&rx, &ry); in initquad() 106 Sect[rx][ry] = BASE; in initquad() 107 Etc.starbase.x = rx; in initquad() 114 sector(&rx, &ry); in initquad() 115 Sect[rx][ry] = INHABIT; in initquad() 122 sector(&rx, &ry); in initquad() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | openrisc-asm.c | 280 char *rx = rxbuf; in openrisc_cgen_build_insn_regex() local 303 *rx++ = '['; in openrisc_cgen_build_insn_regex() 304 *rx++ = TOLOWER (c); in openrisc_cgen_build_insn_regex() 305 *rx++ = TOUPPER (c); in openrisc_cgen_build_insn_regex() 306 *rx++ = ']'; in openrisc_cgen_build_insn_regex() 309 *rx++ = c; in openrisc_cgen_build_insn_regex() 313 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in openrisc_cgen_build_insn_regex() 330 *rx++ = '\\'; in openrisc_cgen_build_insn_regex() 331 *rx++ = c; in openrisc_cgen_build_insn_regex() 337 *rx++ = '['; in openrisc_cgen_build_insn_regex() [all …]
|
| H A D | xstormy16-asm.c | 315 char *rx = rxbuf; in xstormy16_cgen_build_insn_regex() local 338 *rx++ = '['; in xstormy16_cgen_build_insn_regex() 339 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 340 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex() 341 *rx++ = ']'; in xstormy16_cgen_build_insn_regex() 344 *rx++ = c; in xstormy16_cgen_build_insn_regex() 348 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in xstormy16_cgen_build_insn_regex() 365 *rx++ = '\\'; in xstormy16_cgen_build_insn_regex() 366 *rx++ = c; in xstormy16_cgen_build_insn_regex() 372 *rx++ = '['; in xstormy16_cgen_build_insn_regex() [all …]
|
| H A D | fr30-asm.c | 349 char *rx = rxbuf; in fr30_cgen_build_insn_regex() local 372 *rx++ = '['; in fr30_cgen_build_insn_regex() 373 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 374 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex() 375 *rx++ = ']'; in fr30_cgen_build_insn_regex() 378 *rx++ = c; in fr30_cgen_build_insn_regex() 382 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in fr30_cgen_build_insn_regex() 399 *rx++ = '\\'; in fr30_cgen_build_insn_regex() 400 *rx++ = c; in fr30_cgen_build_insn_regex() 406 *rx++ = '['; in fr30_cgen_build_insn_regex() [all …]
|
| H A D | m32r-asm.c | 367 char *rx = rxbuf; in m32r_cgen_build_insn_regex() local 390 *rx++ = '['; in m32r_cgen_build_insn_regex() 391 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 392 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex() 393 *rx++ = ']'; in m32r_cgen_build_insn_regex() 396 *rx++ = c; in m32r_cgen_build_insn_regex() 400 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in m32r_cgen_build_insn_regex() 417 *rx++ = '\\'; in m32r_cgen_build_insn_regex() 418 *rx++ = c; in m32r_cgen_build_insn_regex() 424 *rx++ = '['; in m32r_cgen_build_insn_regex() [all …]
|
| H A D | ip2k-asm.c | 550 char *rx = rxbuf; in ip2k_cgen_build_insn_regex() local 573 *rx++ = '['; in ip2k_cgen_build_insn_regex() 574 *rx++ = TOLOWER (c); in ip2k_cgen_build_insn_regex() 575 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex() 576 *rx++ = ']'; in ip2k_cgen_build_insn_regex() 579 *rx++ = c; in ip2k_cgen_build_insn_regex() 583 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in ip2k_cgen_build_insn_regex() 600 *rx++ = '\\'; in ip2k_cgen_build_insn_regex() 601 *rx++ = c; in ip2k_cgen_build_insn_regex() 607 *rx++ = '['; in ip2k_cgen_build_insn_regex() [all …]
|
| H A D | xc16x-asm.c | 415 char *rx = rxbuf; in xc16x_cgen_build_insn_regex() local 438 *rx++ = '['; in xc16x_cgen_build_insn_regex() 439 *rx++ = TOLOWER (c); in xc16x_cgen_build_insn_regex() 440 *rx++ = TOUPPER (c); in xc16x_cgen_build_insn_regex() 441 *rx++ = ']'; in xc16x_cgen_build_insn_regex() 444 *rx++ = c; in xc16x_cgen_build_insn_regex() 448 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in xc16x_cgen_build_insn_regex() 465 *rx++ = '\\'; in xc16x_cgen_build_insn_regex() 466 *rx++ = c; in xc16x_cgen_build_insn_regex() 472 *rx++ = '['; in xc16x_cgen_build_insn_regex() [all …]
|
| H A D | iq2000-asm.c | 498 char *rx = rxbuf; in iq2000_cgen_build_insn_regex() local 521 *rx++ = '['; in iq2000_cgen_build_insn_regex() 522 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 523 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex() 524 *rx++ = ']'; in iq2000_cgen_build_insn_regex() 527 *rx++ = c; in iq2000_cgen_build_insn_regex() 531 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in iq2000_cgen_build_insn_regex() 548 *rx++ = '\\'; in iq2000_cgen_build_insn_regex() 549 *rx++ = c; in iq2000_cgen_build_insn_regex() 555 *rx++ = '['; in iq2000_cgen_build_insn_regex() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | openrisc-asm.c | 302 char *rx = rxbuf; in openrisc_cgen_build_insn_regex() local 325 *rx++ = '['; in openrisc_cgen_build_insn_regex() 326 *rx++ = TOLOWER (c); in openrisc_cgen_build_insn_regex() 327 *rx++ = TOUPPER (c); in openrisc_cgen_build_insn_regex() 328 *rx++ = ']'; in openrisc_cgen_build_insn_regex() 331 *rx++ = c; in openrisc_cgen_build_insn_regex() 335 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in openrisc_cgen_build_insn_regex() 352 *rx++ = '\\'; in openrisc_cgen_build_insn_regex() 353 *rx++ = c; in openrisc_cgen_build_insn_regex() 359 *rx++ = '['; in openrisc_cgen_build_insn_regex() [all …]
|
| H A D | xstormy16-asm.c | 325 char *rx = rxbuf; in xstormy16_cgen_build_insn_regex() local 348 *rx++ = '['; in xstormy16_cgen_build_insn_regex() 349 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 350 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex() 351 *rx++ = ']'; in xstormy16_cgen_build_insn_regex() 354 *rx++ = c; in xstormy16_cgen_build_insn_regex() 358 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in xstormy16_cgen_build_insn_regex() 375 *rx++ = '\\'; in xstormy16_cgen_build_insn_regex() 376 *rx++ = c; in xstormy16_cgen_build_insn_regex() 382 *rx++ = '['; in xstormy16_cgen_build_insn_regex() [all …]
|
| H A D | fr30-asm.c | 364 char *rx = rxbuf; in fr30_cgen_build_insn_regex() local 387 *rx++ = '['; in fr30_cgen_build_insn_regex() 388 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 389 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex() 390 *rx++ = ']'; in fr30_cgen_build_insn_regex() 393 *rx++ = c; in fr30_cgen_build_insn_regex() 397 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in fr30_cgen_build_insn_regex() 414 *rx++ = '\\'; in fr30_cgen_build_insn_regex() 415 *rx++ = c; in fr30_cgen_build_insn_regex() 421 *rx++ = '['; in fr30_cgen_build_insn_regex() [all …]
|
| H A D | m32r-asm.c | 379 char *rx = rxbuf; in m32r_cgen_build_insn_regex() local 402 *rx++ = '['; in m32r_cgen_build_insn_regex() 403 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 404 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex() 405 *rx++ = ']'; in m32r_cgen_build_insn_regex() 408 *rx++ = c; in m32r_cgen_build_insn_regex() 412 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in m32r_cgen_build_insn_regex() 429 *rx++ = '\\'; in m32r_cgen_build_insn_regex() 430 *rx++ = c; in m32r_cgen_build_insn_regex() 436 *rx++ = '['; in m32r_cgen_build_insn_regex() [all …]
|
| H A D | ip2k-asm.c | 615 char *rx = rxbuf; in ip2k_cgen_build_insn_regex() local 638 *rx++ = '['; in ip2k_cgen_build_insn_regex() 639 *rx++ = TOLOWER (c); in ip2k_cgen_build_insn_regex() 640 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex() 641 *rx++ = ']'; in ip2k_cgen_build_insn_regex() 644 *rx++ = c; in ip2k_cgen_build_insn_regex() 648 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in ip2k_cgen_build_insn_regex() 665 *rx++ = '\\'; in ip2k_cgen_build_insn_regex() 666 *rx++ = c; in ip2k_cgen_build_insn_regex() 672 *rx++ = '['; in ip2k_cgen_build_insn_regex() [all …]
|
| H A D | iq2000-asm.c | 501 char *rx = rxbuf; in iq2000_cgen_build_insn_regex() local 524 *rx++ = '['; in iq2000_cgen_build_insn_regex() 525 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 526 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex() 527 *rx++ = ']'; in iq2000_cgen_build_insn_regex() 530 *rx++ = c; in iq2000_cgen_build_insn_regex() 534 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in iq2000_cgen_build_insn_regex() 551 *rx++ = '\\'; in iq2000_cgen_build_insn_regex() 552 *rx++ = c; in iq2000_cgen_build_insn_regex() 558 *rx++ = '['; in iq2000_cgen_build_insn_regex() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 82 FRI16<op, (outs CPU16Regs:$rx), (ins simm16:$imm8), 87 FRI16_ins_base<op, asmstr, "\t$rx, $imm8 \t# 16 bit inst", itin>; 91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm8, i32imm:$size), 92 !strconcat(asmstr, "\t$rx, $imm8\t# 16 bit inst"), [], itin>; 96 FRI16<op, (outs), (ins CPU16Regs:$rx, simm16:$imm8), 101 FRI16R_ins_base<op, asmstr, "\t$rx, $imm8 \t# 16 bit inst", itin>; 105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm8), 106 !strconcat(asmstr, "\t$rx, $imm8\t# 16 bit inst"), [], itin> { 107 let Constraints = "$rx_ = $rx"; 112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm8), [all …]
|
| H A D | Mips16InstrFormats.td | 21 // rx 3-bit source or destination register 114 // Format RI instruction class in Mips : <|opcode|rx|imm8|> 121 bits<3> rx; 126 let Inst{10-8} = rx; 131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 138 bits<3> rx; 145 let Inst{10-8} = rx; 171 bits<3> rx; 179 let Inst{10-8} = rx; 209 bits<3> rx; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | qr.t | 11 my $rx = qr//; 13 is(ref $rx, "Regexp", "qr// blessed into 'Regexp' by default"); 19 my $rx = qr/o/; 23 $foo += () = ($a =~ /$rx/g); 31 for ($foo += ($a =~ /$rx/); $' && ($' =~ /$rx/) && ($foo++) ; ) { ; } 50 for ($foo += ($a =~ /$rx/); $' && /$rx/ && ($foo++) ; ) { ; }
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_bnxt.c | 191 struct bnxt_dmamem *rx_ring_mem; /* rx and ag */ 667 struct bnxt_rx_queue *rx = &bq->q_rx; in bnxt_attach() 673 rx->rx_softc = sc; in bnxt_attach() 674 rx->rx_ifiq = ifiq; in bnxt_attach() 675 timeout_set(&rx->rx_refill, bnxt_refill, bq); in bnxt_attach() 676 ifiq->ifiq_softc = rx; in bnxt_attach() 763 * are based on the minimum rx ring size of 32. in bnxt_set_cp_ring_aggint() 784 struct bnxt_rx_queue *rx = &bq->q_rx; in bnxt_queue_up() 796 rx->rx_ring_mem = bnxt_dmamem_alloc(sc, PAGE_SIZE * 2); in bnxt_queue_up() 797 if (rx in bnxt_queue_up() 666 struct bnxt_rx_queue *rx = &bq->q_rx; bnxt_attach() local 783 struct bnxt_rx_queue *rx = &bq->q_rx; bnxt_queue_up() local 1006 struct bnxt_rx_queue *rx = &bq->q_rx; bnxt_queue_down() local 1594 struct bnxt_rx_queue *rx = &q->q_rx; bnxt_intr() local 2221 struct bnxt_rx_queue *rx = &q->q_rx; bnxt_rx_fill() local 2254 struct bnxt_rx_queue *rx = &q->q_rx; bnxt_refill() local 2263 bnxt_rx(struct bnxt_softc * sc,struct bnxt_rx_queue * rx,struct bnxt_cp_ring * cpr,struct mbuf_list * ml,int * slots,int * agslots,struct cmpl_base * cmpl) bnxt_rx() argument [all...] |
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
| H A D | arg_regexp.t | 12 sub rx { qr/$_[0]/ } 41 like lm(rx("a\nb")), qr/main::lm\(qr\(a\\x\{$nl_as_hex\}b\)u?\)/; 43 like lm(rx("a\x{666}b")), qr/main::lm\(qr\(a${x666_rx}b\)u?\)/; 45 like lm(rx("\x{666}b")), qr/main::lm\(qr\(${x666_rx}b\)u?\)/; 47 like lm(rx("a\x{666}")), qr/main::lm\(qr\(a${x666_rx}\)u?\)/; 49 like lm(rx("L${chr_e9}on")), qr/main::lm\(qr\(L${xe9_rx}on\)u?\)/; 51 like lm(rx("L${chr_e9}on \x{2603} !")), qr/main::lm\(qr\(L${xe9_rx}on ${x2603_rx} !\)u?\)/; 55 like lm(rx($arg)), qr/main::lm\(qr\(fo\)\.\.\.u?\)/; 58 like lm(rx($arg)), qr/main::lm\(qr\(\Q$arg\E\)u?\)/; 62 like lm(rx("L${chr_e9}on \x{2603} !")), qr/main::lm\(qr\(L\\\)\.\.\.u?\)/; [all …]
|