/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoV.td | 206 // op vd, vs2, vs1, vm 209 (ins VR:$vs2, VR:$vs1, VMaskOp:$vm), 210 opcodestr, "$vd, $vs2, $vs1$vm">; 212 // op vd, vs2, vs1, v0 (without mask, use v0 as carry input) 215 (ins VR:$vs2, VR:$vs1, VMV0:$v0), 216 opcodestr, "$vd, $vs2, $vs1, v0"> { 220 // op vd, vs1, vs2, vm (reverse the order of vs1 and vs2) 223 (ins VR:$vs1, VR:$vs2, VMaskOp:$vm), 224 opcodestr, "$vd, $vs1, $vs2$vm">; 226 // op vd, vs2, vs1 [all …]
|
H A D | RISCVInstrFormatsV.td | 123 bits<5> vs1; 130 let Inst{19-15} = vs1; 198 class RVInstV<bits<6> funct6, bits<5> vs1, RISCVVFormat opv, dag outs, 208 let Inst{19-15} = vs1;
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | qcom-pm8941.dtsi | 163 interrupt-names = "ocp-5vs1", "ocp-5vs2"; 172 pm8941_5vs1: 5vs1 {
|
H A D | qcom-apq8084.dtsi | 526 pma8084_5vs1: 5vs1 {};
|
H A D | qcom-msm8974-samsung-klte.dts | 208 pma8084_5vs1: 5vs1 {};
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-riscv.c | 1732 int vs1 = (ip->insn_opcode >> OP_SH_VS1) & OP_MASK_VS1; in vector_macro() local 1744 macro_build (NULL, "vmslt.vx", "Vd,Vt,sVm", vd, vs2, vs1, -1); in vector_macro() 1753 macro_build (NULL, "vmslt.vx", "Vd,Vt,s", vtemp, vs2, vs1); in vector_macro() 1759 macro_build (NULL, "vmslt.vx", "Vd,Vt,s", vtemp, vs2, vs1); in vector_macro() 1768 macro_build (NULL, "vmslt.vx", "Vd,Vt,sVm", vd, vs2, vs1, vm); in vector_macro() 1779 macro_build (NULL, "vmsltu.vx", "Vd,Vt,sVm", vd, vs2, vs1, -1); in vector_macro() 1788 macro_build (NULL, "vmsltu.vx", "Vd,Vt,s", vtemp, vs2, vs1); in vector_macro() 1794 macro_build (NULL, "vmsltu.vx", "Vd,Vt,s", vtemp, vs2, vs1); in vector_macro() 1803 macro_build (NULL, "vmsltu.vx", "Vd,Vt,sVm", vd, vs2, vs1, vm); in vector_macro()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | ht.c | 124 memcasecmp(const void * vs1,const void * vs2,size_t len) memcasecmp() argument
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | ht.c | 124 memcasecmp(const void *vs1, const void *vs2, size_t len) { in memcasecmp() argument 125 uint8_t const *s1 = vs1; in memcasecmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | ppc-asm.h | 176 #define vs1 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | ppc-asm.h | 176 #define vs1 1 macro
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
H A D | mt6358.dtsi | 99 regulator-name = "vs1";
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-riscv.c | 2059 int vs1 = (ip->insn_opcode >> OP_SH_VS1) & OP_MASK_VS1; in vector_macro() local 2072 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vd, vs2, vs1, -1); in vector_macro() 2081 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vtemp, vs2, vs1, -1); in vector_macro() 2087 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vtemp, vs2, vs1, -1); in vector_macro() 2096 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vd, vs2, vs1, vm); in vector_macro()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | riscv-opc.c | 252 int vs1 = (insn & MASK_VS1) >> OP_SH_VS1; in match_vs1_eq_vs2() local 255 return match_opcode (op, insn) && vs1 == vs2; in match_vs1_eq_vs2() 263 int vs1 = (insn & MASK_VS1) >> OP_SH_VS1; in match_vd_eq_vs1_eq_vs2() local 266 return match_opcode (op, insn) && vd == vs1 && vs1 == vs2; in match_vd_eq_vs1_eq_vs2()
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | slapi-plugin.h | 175 void slapi_valueset_set_valueset(Slapi_ValueSet *vs1, const Slapi_ValueSet *vs2);
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | riscv-opc.c | 290 int vs1 = (insn & MASK_VS1) >> OP_SH_VS1; in match_vs1_eq_vs2() local 293 return match_opcode (op, insn) && vs1 == vs2; in match_vs1_eq_vs2() 301 int vs1 = (insn & MASK_VS1) >> OP_SH_VS1; in match_vd_eq_vs1_eq_vs2() local 304 return match_opcode (op, insn) && vd == vs1 && vs1 == vs2; in match_vd_eq_vs1_eq_vs2()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
H A D | slapi_utils.c | 2584 void slapi_valueset_set_valueset(Slapi_ValueSet *vs1, const Slapi_ValueSet *vs2) in slapi_valueset_set_valueset() argument 2589 slapi_valueset_add_value( vs1, vp ); in slapi_valueset_set_valueset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrPrefix.td | 1586 $vs1, sub_vsx0)); 1608 def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)), 1610 def : Pat<(v512i1 (int_ppc_mma_assemble_acc v16i8:$vs1, v16i8:$vs0, 1625 def : Pat<(v256i1 (PPCPairBuild v4i32:$vs1, v4i32:$vs0)), 1627 def : Pat<(v256i1 (int_ppc_vsx_assemble_pair v16i8:$vs1, v16i8:$vs0)),
|