/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoV.td | 108 // load vd, (rs1), vs2, vm 112 (ins GPR:$rs1, VR:$vs2, VMaskOp:$vm), opcodestr, 113 "$vd, (${rs1}), $vs2$vm">; 139 // segment load vd, (rs1), vs2, vm 144 (ins GPR:$rs1, VR:$vs2, VMaskOp:$vm), opcodestr, 145 "$vd, (${rs1}), $vs2$vm">; 170 // store vd, vs3, (rs1), vs2, vm 173 (ins VR:$vs3, GPR:$rs1, VR:$vs2, VMaskOp:$vm), 174 opcodestr, "$vs3, (${rs1}), $vs2$vm">; 197 // segment store vd, vs3, (rs1), vs2, vm [all …]
|
H A D | RISCVInstrFormatsV.td | 122 bits<5> vs2; 129 let Inst{24-20} = vs2; 142 bits<5> vs2; 149 let Inst{24-20} = vs2; 159 class RVInstV2<bits<6> funct6, bits<5> vs2, RISCVVFormat opv, dag outs, dag ins, 168 let Inst{24-20} = vs2; 181 bits<5> vs2; 188 let Inst{24-20} = vs2; 201 bits<5> vs2; 207 let Inst{24-20} = vs2; [all …]
|
H A D | RISCVInstrInfoVPseudos.td | 1064 Op1Class:$vs2, 1084 Op1Class:$vs2, 2372 (op1_type op1_reg_class:$vs2), 2376 $rs1, $vs2, $vd, 2390 (op1_type op1_reg_class:$vs2), 2395 $rs1, $vs2, $vd, 3208 def PseudoVMV1R_V : VPseudo<VMV1R_V, V_M1, (outs VR:$vd), (ins VR:$vs2)>; 3209 def PseudoVMV2R_V : VPseudo<VMV2R_V, V_M2, (outs VRM2:$vd), (ins VRM2:$vs2)>; 3210 def PseudoVMV4R_V : VPseudo<VMV4R_V, V_M4, (outs VRM4:$vd), (ins VRM4:$vs2)>; 3211 def PseudoVMV8R_V : VPseudo<VMV8R_V, V_M8, (outs VRM8:$vd), (ins VRM8:$vs2)>;
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | qcom-pm8941.dtsi | 163 interrupt-names = "ocp-5vs1", "ocp-5vs2"; 182 pm8941_5vs2: 5vs2 {
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-riscv.c | 1733 int vs2 = (ip->insn_opcode >> OP_SH_VS2) & OP_MASK_VS2; 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 126 uint8_t const *s2 = vs2; in memcasecmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | ppc-asm.h | 177 #define vs2 2 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | ppc-asm.h | 177 #define vs2 2 macro
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
H A D | mt6358.dtsi | 80 regulator-name = "vs2";
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-riscv.c | 2060 int vs2 = (ip->insn_opcode >> OP_SH_VS2) & OP_MASK_VS2; 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/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.old/dist/opcodes/ |
H A D | riscv-opc.c | 253 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2; in match_vs1_eq_vs2() local 255 return match_opcode (op, insn) && vs1 == vs2; in match_vs1_eq_vs2() 264 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2; 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/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 2588 for ( vp = *vs2; vp->bv_val != NULL; vp++ ) { in slapi_valueset_set_valueset()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | riscv-opc.c | 291 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2; in match_vs1_eq_vs2() local 293 return match_opcode (op, insn) && vs1 == vs2; in match_vs1_eq_vs2() 302 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2; 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/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrPrefix.td | 1589 (INSERT_SUBREG (IMPLICIT_DEF), $vs2, sub_vsx1), 1608 def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)), 1611 v16i8:$vs3, v16i8:$vs2)),
|