| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormatsF1.td | 61 …: F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx), !strconcat(op#op_su, "\t$vrz,… 62 [(set regtype:$vrz, (opnode regtype:$vrx))]>; 65 …: F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx), !strconcat(op#op_su, "\t$vrz,… 95 …: F_XYZ_BASE<datatype, sop, (outs CARRY:$ca), (ins regtype:$vrx, regtype:$vry), !strconcat(op#op_s… 106 : F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx, regtype:$vry), 108 [(set regtype:$vrz, (opnode regtype:$vrx, regtype:$vry))]>; 118 : F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrt, regtype:$vrx, regtype:$vry), 120 [(set regtype:$vrz, (opnode regtype:$vrt, regtype:$vrx, regtype:$vry))]>; 201 RegisterOperand regtype, Operand operand> 206 RegisterOperand regtype> [all …]
|
| H A D | CSKYInstrFormatsF2.td | 56 class F2_XZ<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op, SDNode opnode> 58 (outs regtype:$vrz), (ins regtype:$vrx), 59 [(set regtype:$vrz, (opnode regtype:$vrx))]>; 61 class F2_XZ_SET<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op> 63 (outs regtype:$vrz), (ins regtype:$vrx), 92 class F2_CXY<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op> 94 (outs CARRY:$ca), (ins regtype:$vrx, regtype:$vry), 105 class F2_CX<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op> 107 (outs CARRY:$ca), (ins regtype:$vrx), 183 class F2_CXYZ<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op> [all …]
|
| /freebsd-14.2/usr.sbin/acpi/acpidb/ |
| H A D | acpidb.c | 67 int regtype; member 82 static int aml_simulate_regcontent_add(int regtype, 85 static int aml_simulate_regcontent_read(int regtype, 88 static int aml_simulate_regcontent_write(int regtype, 143 rc->regtype = regtype; in aml_simulate_regcontent_add() 160 if (rc->regtype == regtype && rc->addr == addr) { in aml_simulate_regcontent_read() 167 return (aml_simulate_regcontent_add(regtype, addr, *valuep)); in aml_simulate_regcontent_read() 179 if (rc->regtype == regtype && rc->addr == addr) { in aml_simulate_regcontent_write() 185 return (aml_simulate_regcontent_add(regtype, addr, *valuep)); in aml_simulate_regcontent_write() 239 rc.regtype = strtoq(np, &ep, 10); in aml_simulation_regload() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 2475 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm), 2816 : Pseudo<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm), 3318 : Pseudo<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm), 5419 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm), 5483 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, regtype: $Ra), 5774 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm), asm, 5797 : I<(outs regtype:$dst), (ins regtype:$Rd, regtype:$Rn, regtype:$Rm), asm, 5818 : Pseudo<(outs regtype:$dst), (ins regtype:$Rd, regtype:$Rn, regtype:$Rm), pattern>, 6266 : I<(outs regtype:$dst), (ins regtype:$Rd, regtype:$Rn), asm, 7258 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm), asm, [all …]
|
| H A D | AArch64InstrInfo.td | 7477 class SHLToADDPat<ValueType ty, RegisterClass regtype> 7478 : Pat<(ty (AArch64vshl (ty regtype:$Rn), (i32 1))), 7479 (!cast<Instruction>("ADD"#ty) regtype:$Rn, regtype:$Rn)>; 9432 // size opc regtype
|
| /freebsd-14.2/sys/dev/qat_c2xxx/ |
| H A D | qat_ae.c | 372 MPASS(regtype == AEREG_GPA_REL || regtype == AEREG_GPB_REL || in qat_aereg_rel_data_write() 373 regtype == AEREG_LMEM0 || regtype == AEREG_LMEM1); in qat_aereg_rel_data_write() 375 if ((regtype == AEREG_GPA_REL) || (regtype == AEREG_GPB_REL)) { in qat_aereg_rel_data_write() 431 MPASS(regtype == AEREG_GPA_REL || regtype == AEREG_GPB_REL || in qat_aereg_rel_data_read() 432 regtype == AEREG_SR_REL || regtype == AEREG_SR_RD_REL || in qat_aereg_rel_data_read() 433 regtype == AEREG_DR_REL || regtype == AEREG_DR_RD_REL || in qat_aereg_rel_data_read() 434 regtype == AEREG_LMEM0 || regtype == AEREG_LMEM1); in qat_aereg_rel_data_read() 436 if ((regtype == AEREG_GPA_REL) || (regtype == AEREG_GPB_REL) || in qat_aereg_rel_data_read() 438 (regtype == AEREG_DR_REL) || (regtype == AEREG_DR_RD_REL)) in qat_aereg_rel_data_read() 574 MPASS(regtype == AEREG_SR_REL || regtype == AEREG_DR_REL || in qat_aereg_rel_rdxfer_write() [all …]
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | fm801.c | 144 int regtype, regid, irqid; member 585 fm801->regtype = SYS_RES_MEMORY; in fm801_pci_attach() 586 fm801->reg = bus_alloc_resource_any(dev, fm801->regtype, in fm801_pci_attach() 590 fm801->regtype = SYS_RES_IOPORT; in fm801_pci_attach() 592 fm801->regtype, in fm801_pci_attach() 640 (fm801->regtype == SYS_RES_IOPORT)? "port" : "mem", in fm801_pci_attach() 657 if (fm801->reg) bus_release_resource(dev, fm801->regtype, fm801->regid, fm801->reg); in fm801_pci_attach() 689 bus_release_resource(dev, fm801->regtype, fm801->regid, fm801->reg); in fm801_pci_detach()
|
| H A D | cs4281.c | 92 int regtype, regid, irqid, memid; member 776 sc->regtype = SYS_RES_MEMORY; in cs4281_pci_attach() 777 sc->reg = bus_alloc_resource_any(dev, sc->regtype, &sc->regid, RF_ACTIVE); in cs4281_pci_attach() 779 sc->regtype = SYS_RES_IOPORT; in cs4281_pci_attach() 780 sc->reg = bus_alloc_resource_any(dev, sc->regtype, &sc->regid, in cs4281_pci_attach() 849 (sc->regtype == SYS_RES_IOPORT)? "port" : "mem", in cs4281_pci_attach() 860 bus_release_resource(dev, sc->regtype, sc->regid, sc->reg); in cs4281_pci_attach() 889 bus_release_resource(dev, sc->regtype, sc->regid, sc->reg); in cs4281_pci_detach()
|
| H A D | ich.c | 182 int regtype, nambarid, nabmbarid, irqid; member 936 sc->regtype = SYS_RES_MEMORY; in ich_pci_attach() 941 sc->regtype = SYS_RES_IOPORT; in ich_pci_attach() 944 sc->nambar = bus_alloc_resource_any(dev, sc->regtype, in ich_pci_attach() 946 sc->nabmbar = bus_alloc_resource_any(dev, sc->regtype, in ich_pci_attach() 1102 bus_release_resource(dev, sc->regtype, in ich_pci_attach() 1105 bus_release_resource(dev, sc->regtype, in ich_pci_attach() 1134 bus_release_resource(dev, sc->regtype, sc->nambarid, sc->nambar); in ich_pci_detach() 1135 bus_release_resource(dev, sc->regtype, sc->nabmbarid, sc->nabmbar); in ich_pci_detach()
|
| H A D | t4dwave.c | 99 int regtype, regid, irqid; member 857 tr->regtype = SYS_RES_IOPORT; in tr_pci_attach() 858 tr->reg = bus_alloc_resource_any(dev, tr->regtype, &tr->regid, in tr_pci_attach() 935 if (tr->reg) bus_release_resource(dev, tr->regtype, tr->regid, tr->reg); in tr_pci_attach() 955 bus_release_resource(dev, tr->regtype, tr->regid, tr->reg); in tr_pci_detach()
|
| H A D | maestro3.c | 146 int regtype; member 1355 sc->regtype = SYS_RES_MEMORY; in m3_pci_attach() 1356 sc->reg = bus_alloc_resource_any(dev, sc->regtype, &sc->regid, in m3_pci_attach() 1359 sc->regtype = SYS_RES_IOPORT; in m3_pci_attach() 1360 sc->reg = bus_alloc_resource_any(dev, sc->regtype, &sc->regid, in m3_pci_attach() 1443 (sc->regtype == SYS_RES_IOPORT)? "port" : "mem", in m3_pci_attach() 1468 bus_release_resource(dev, sc->regtype, sc->regid, sc->reg); in m3_pci_attach() 1496 bus_release_resource(dev, sc->regtype, sc->regid, sc->reg); in m3_pci_detach()
|
| H A D | es137x.c | 215 int regtype, regid, irqid; member 1723 es->regtype = SYS_RES_MEMORY; in es_pci_attach() 1724 es->reg = bus_alloc_resource_any(dev, es->regtype, &es->regid, in es_pci_attach() 1731 es->regtype = SYS_RES_IOPORT; in es_pci_attach() 1732 es->reg = bus_alloc_resource_any(dev, es->regtype, &es->regid, in es_pci_attach() 1860 (es->regtype == SYS_RES_IOPORT)? "port" : "mem", in es_pci_attach() 1890 bus_release_resource(dev, es->regtype, es->regid, es->reg); in es_pci_attach() 1920 bus_release_resource(dev, es->regtype, es->regid, es->reg); in es_pci_detach()
|
| H A D | atiixp.c | 118 int regtype, regid, irqid; member 1138 bus_release_resource(sc->dev, sc->regtype, sc->regid, sc->reg); in atiixp_release_resource() 1209 sc->regtype = SYS_RES_MEMORY; in atiixp_pci_attach() 1210 sc->reg = bus_alloc_resource_any(dev, sc->regtype, in atiixp_pci_attach()
|