| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoV.td | 429 // op vd, vs2, vs1, vm 443 // op vd, vs1, vs2, vm (reverse the order of vs1 and vs2) 453 // op vd, vs2, vs1 461 // op vd, vs2, rs1, vm 475 // op vd, rs1, vs2, vm (reverse the order of rs1 and vs2) 485 // op vd, vs1, vs2 493 // op vd, vs2, imm, vm 507 // op vd, vs2, imm, vm 1631 let vs2 = 0 in 1639 (ins VR:$vs2), "vmv.x.s", "$vd, $vs2">, [all …]
|
| H A D | RISCVInstrFormatsV.td | 110 bits<5> vs2; 117 let Inst{24-20} = vs2; 130 bits<5> vs2; 137 let Inst{24-20} = vs2; 156 let Inst{24-20} = vs2; 169 bits<5> vs2; 176 let Inst{24-20} = vs2; 189 bits<5> vs2; 195 let Inst{24-20} = vs2; 252 bits<5> vs2; [all …]
|
| H A D | RISCVInstrInfoXTHead.td | 58 // op vd, vs1, vs2, vm (reverse the order of vs1 and vs2) 62 (ins VR:$vd, VR:$vs1, VR:$vs2, VMaskOp:$vm), 63 opcodestr, "$vd, $vs1, $vs2$vm"> { 68 // op vd, rs1, vs2, vm (reverse the order of rs1 and vs2) 72 (ins VR:$vd, GPR:$rs1, VR:$vs2, VMaskOp:$vm), 73 opcodestr, "$vd, $rs1, $vs2$vm"> {
|
| H A D | RISCVInstrInfoZvk.td | 47 bits<5> vs2; 55 let Inst{24-20} = vs2; 68 (ins VR:$vs2, uimm6:$imm, VMaskOp:$vm), 69 opcodestr # ".vi", "$vd, $vs2, $imm$vm">, 74 // op vd, vs2, vs1 80 // op vd, vs2, imm, vm 87 // op vd, vs2 (use vs1 as instruction encoding)
|
| /freebsd-14.2/sys/net/ |
| H A D | vnet.c | 483 struct vnet_sysinit *vs, *vs2; in vnet_register_sysinit() local 492 if (vs2->subsystem > vs->subsystem) in vnet_register_sysinit() 494 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order) in vnet_register_sysinit() 497 if (vs2 != NULL) in vnet_register_sysinit() 498 TAILQ_INSERT_BEFORE(vs2, vs, link); in vnet_register_sysinit() 532 struct vnet_sysinit *vs, *vs2; in vnet_register_sysuninit() local 538 TAILQ_FOREACH(vs2, &vnet_destructors, link) { in vnet_register_sysuninit() 539 if (vs2->subsystem > vs->subsystem) in vnet_register_sysuninit() 541 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order) in vnet_register_sysuninit() 544 if (vs2 != NULL) in vnet_register_sysuninit() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | qcom-pm8941.dtsi | 181 interrupt-names = "ocp-5vs1", "ocp-5vs2"; 200 pm8941_5vs2: 5vs2 {
|
| /freebsd-14.2/sys/dev/ntb/test/ |
| H A D | ntb_tool.c | 458 bool vs1, vs2, vs3; in parse_mw_buf() local 461 vs1 = vs2 = vs3 = false; in parse_mw_buf() 473 vs2 = true; in parse_mw_buf() 482 } else if (!vs2 && !strcmp(op2, "nbytes")) { in parse_mw_buf() 484 vs2 = true; in parse_mw_buf() 492 } else if (!vs2 && !strcmp(op3, "nbytes")) { in parse_mw_buf()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 433 vdev_get_stats(spa->spa_root_vdev, &ts->vs2); in spa_txg_history_fini_io() 438 ts->vs2.vs_bytes[ZIO_TYPE_READ] - ts->vs1.vs_bytes[ZIO_TYPE_READ], in spa_txg_history_fini_io() 439 ts->vs2.vs_bytes[ZIO_TYPE_WRITE] - ts->vs1.vs_bytes[ZIO_TYPE_WRITE], in spa_txg_history_fini_io() 440 ts->vs2.vs_ops[ZIO_TYPE_READ] - ts->vs1.vs_ops[ZIO_TYPE_READ], in spa_txg_history_fini_io() 441 ts->vs2.vs_ops[ZIO_TYPE_WRITE] - ts->vs1.vs_ops[ZIO_TYPE_WRITE], in spa_txg_history_fini_io()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_ppc64le.h | 211 DEFINE_VSX(vs2, LLDB_INVALID_REGNUM), \ 396 uint32_t vs2[4]; member
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt6359.dtsi | 55 regulator-name = "vs2";
|
| H A D | mt6358.dtsi | 82 regulator-name = "vs2";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | qcom,smd-rpm-regulator.yaml | 52 lvs3, 5vs1, 5vs2
|
| H A D | qcom,spmi-regulator.yaml | 240 - const: ocp-5vs2
|
| H A D | mt6358-regulator.txt | 83 regulator-name = "vs2";
|
| H A D | mt6359-regulator.yaml | 146 regulator-name = "vs2";
|
| H A D | qcom,smd-rpm-regulator.txt | 255 lvs3, 5vs1, 5vs2
|
| H A D | qcom,spmi-regulator.txt | 212 5vs1, 5vs2
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrMMA.td | 1064 (INSERT_SUBREG (IMPLICIT_DEF), $vs2, sub_vsx1), 1083 def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)), 1086 v16i8:$vs3, v16i8:$vs2)), 1100 def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)), 1103 v16i8:$vs3, v16i8:$vs2)),
|
| H A D | PPCInstrP10.td | 1106 (INSERT_SUBREG (IMPLICIT_DEF), $vs2, sub_vsx1),
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 913 vdev_stat_t vs2; member
|