| /netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
| H A D | time.h | 35 #define timespecadd(tsp, usp, vsp) \ argument 37 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 38 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 39 if ((vsp)->tv_nsec >= 1000000000L) { \ 40 (vsp)->tv_sec++; \ 41 (vsp)->tv_nsec -= 1000000000L; \ 45 #define timespecsub(tsp, usp, vsp) \ argument 47 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 48 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \ 49 if ((vsp)->tv_nsec < 0) { \ [all …]
|
| /netbsd-src/sys/sys/ |
| H A D | time.h | 249 #define timespecadd(tsp, usp, vsp) \ argument 251 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 252 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 253 if ((vsp)->tv_nsec >= 1000000000L) { \ 254 (vsp)->tv_sec++; \ 255 (vsp)->tv_nsec -= 1000000000L; \ 258 #define timespecsub(tsp, usp, vsp) \ argument 260 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 261 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \ 262 if ((vsp) [all...] |
| /netbsd-src/lib/libc/rpc/ |
| H A D | xdr_float.c | 116 struct vax_single vs, *vsp; in xdr_float() local 148 vsp = (struct vax_single *)(void *)fp; in xdr_float() 156 *vsp = lim->s; in xdr_float() 160 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS; in xdr_float() 161 vsp->mantissa2 = is.mantissa; in xdr_float() 162 vsp->mantissa1 = ((unsigned int)is.mantissa >> 16); in xdr_float() 164 vsp->sign = is.sign; in xdr_float()
|
| /netbsd-src/external/bsd/nvi/dist/ipc/ |
| H A D | ip_trans.c | 133 const char **vsp; in vi_translate() local 161 vsp = &ipb.str1; in vi_translate() 165 vsp = &ipb.str2; in vi_translate() 175 *vsp = p; in vi_translate()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | r8a77950.dtsi | 162 vspd3: vsp@fea38000 { 173 vspi2: vsp@fe9c0000 {
|
| H A D | r8a774e1.dtsi | 2550 vspbc: vsp@fe920000 { 2561 vspbd: vsp@fe960000 { 2572 vspd0: vsp@fea20000 { 2583 vspd1: vsp@fea28000 { 2594 vspi0: vsp@fe9a0000 { 2605 vspi1: vsp@fe9b0000 {
|
| H A D | r8a77951.dtsi | 2879 vspbc: vsp@fe920000 { 2890 vspbd: vsp@fe960000 { 2901 vspd0: vsp@fea20000 { 2912 vspd1: vsp@fea28000 { 2923 vspd2: vsp@fea30000 { 2934 vspi0: vsp@fe9a0000 { 2945 vspi1: vsp@fe9b0000 {
|
| H A D | r8a77995.dtsi | 1244 vspbs: vsp@fe960000 { 1254 vspd0: vsp@fea20000 { 1264 vspd1: vsp@fea28000 {
|
| H A D | r8a774c0.dtsi | 1740 vspb0: vsp@fe960000 { 1750 vspd0: vsp@fea20000 { 1760 vspd1: vsp@fea28000 { 1770 vspi0: vsp@fe9a0000 {
|
| H A D | r8a77961.dtsi | 2474 vspb: vsp@fe960000 { 2485 vspd0: vsp@fea20000 { 2496 vspd1: vsp@fea28000 { 2507 vspd2: vsp@fea30000 { 2518 vspi0: vsp@fe9a0000 {
|
| H A D | r8a77990.dtsi | 1869 vspb0: vsp@fe960000 { 1888 vspi0: vsp@fe9a0000 { 1907 vspd0: vsp@fea20000 { 1926 vspd1: vsp@fea28000 {
|
| H A D | r8a774a1.dtsi | 2510 vspb: vsp@fe960000 { 2521 vspd0: vsp@fea20000 { 2532 vspd1: vsp@fea28000 { 2543 vspd2: vsp@fea30000 { 2554 vspi0: vsp@fe9a0000 {
|
| H A D | r8a77960.dtsi | 2671 vspb: vsp@fe960000 { 2682 vspd0: vsp@fea20000 { 2693 vspd1: vsp@fea28000 { 2704 vspd2: vsp@fea30000 { 2715 vspi0: vsp@fe9a0000 {
|
| H A D | r8a779a0.dtsi | 1123 vspd0: vsp@fea20000 { 1134 vspd1: vsp@fea28000 {
|
| H A D | r8a774b1.dtsi | 2334 vspb: vsp@fe960000 { 2345 vspi0: vsp@fe9a0000 { 2356 vspd0: vsp@fea20000 { 2367 vspd1: vsp@fea28000 {
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/ |
| H A D | sc9860.dtsi | 254 compatible = "sprd,sc9860-vsp-clk"; 260 vsp_gate: vsp-gate { 261 compatible = "sprd,sc9860-vsp-gate";
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | ni_dpm.h | 160 u32 vsp; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| H A D | gcn.c | 2674 rtx vsp = gen_rtx_REG (V64DImode, VGPR_REGNO (4)); in move_callee_saved_registers() local 2675 emit_insn (gen_vec_duplicatev64di_exec (vsp, sp, gcn_gen_undef (V64DImode), in move_callee_saved_registers() 2677 emit_insn (gen_addv64si3_vcc_exec (gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() 2678 gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() 2681 emit_insn (gen_addcv64si3_exec (gcn_operand_part (V64SImode, vsp, 1), in move_callee_saved_registers() 2682 gcn_operand_part (V64SImode, vsp, 1), in move_callee_saved_registers() 2708 emit_insn (gen_scatterv64si_insn_1offset_exec (vsp, const0_rtx, reg, in move_callee_saved_registers() 2712 (reg, vsp, const0_rtx, as, const0_rtx, in move_callee_saved_registers() 2727 (gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() 2728 offreg, gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| H A D | gcn.cc | 2745 rtx vsp = gen_rtx_REG (V64DImode, VGPR_REGNO (4)); in move_callee_saved_registers() local 2746 emit_insn (gen_vec_duplicatev64di_exec (vsp, sp, gcn_gen_undef (V64DImode), in move_callee_saved_registers() 2748 emit_insn (gen_addv64si3_vcc_exec (gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() 2749 gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() 2752 emit_insn (gen_addcv64si3_exec (gcn_operand_part (V64SImode, vsp, 1), in move_callee_saved_registers() 2753 gcn_operand_part (V64SImode, vsp, 1), in move_callee_saved_registers() 2781 (vsp, const0_rtx, reg, as, const0_rtx, in move_callee_saved_registers() 2842 (reg, vsp, const0_rtx, as, const0_rtx, in move_callee_saved_registers() 2857 (gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() 2858 offreg, gcn_operand_part (V64SImode, vsp, 0), in move_callee_saved_registers() [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | r8a7792.dtsi | 815 vsp@fe928000 { 824 vsp@fe930000 { 833 vsp@fe938000 {
|
| H A D | r8a7790.dtsi | 1648 vsp@fe920000 { 1657 vsp@fe928000 { 1666 vsp@fe930000 { 1675 vsp@fe938000 {
|
| H A D | r8a7742.dtsi | 1695 vsp@fe920000 { 1704 vsp@fe928000 { 1713 vsp@fe930000 { 1722 vsp@fe938000 {
|
| H A D | r8a7791.dtsi | 1707 vsp@fe928000 { 1716 vsp@fe930000 { 1725 vsp@fe938000 {
|
| H A D | r8a7744.dtsi | 1630 vsp@fe928000 { 1639 vsp@fe930000 { 1648 vsp@fe938000 {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 174 def VSRp#!srl(Index, 1) : VSRPair<!srl(Index, 1), "vsp"#Index, 182 VSRPair<!add(!srl(Index, 1), 16), "vsp"#!add(Index, 32),
|