Searched refs:version (Results 226 - 250 of 6410) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16e-32@mips16-macro-t.l10 .*:12: Error: unrecognized unextended version of MIPS16 opcode `mul\.t \$4,\$5,\$6'
24 .*:26: Error: unrecognized unextended version of MIPS16 opcode `beq\.t \$2,\$3,1b'
25 .*:27: Error: unrecognized unextended version of MIPS16 opcode `bne\.t \$4,\$5,1b'
26 .*:28: Error: unrecognized unextended version of MIPS16 opcode `blt\.t \$6,\$7,1b'
27 .*:29: Error: unrecognized unextended version of MIPS16 opcode `bltu\.t \$16,\$17,1b'
28 .*:30: Error: unrecognized unextended version of MIPS16 opcode `ble\.t \$4,\$7,1b'
29 .*:31: Error: unrecognized unextended version of MIPS16 opcode `bleu\.t \$5,\$6,1b'
30 .*:32: Error: unrecognized unextended version of MIPS16 opcode `bge\.t \$4,\$16,1b'
31 .*:33: Error: unrecognized unextended version of MIPS16 opcode `bgeu\.t \$5,\$17,1b'
32 .*:34: Error: unrecognized unextended version o
[all...]
H A Dmips16e2-32@mips16-macro-t.l10 .*:12: Error: unrecognized unextended version of MIPS16 opcode `mul\.t \$4,\$5,\$6'
24 .*:26: Error: unrecognized unextended version of MIPS16 opcode `beq\.t \$2,\$3,1b'
25 .*:27: Error: unrecognized unextended version of MIPS16 opcode `bne\.t \$4,\$5,1b'
26 .*:28: Error: unrecognized unextended version of MIPS16 opcode `blt\.t \$6,\$7,1b'
27 .*:29: Error: unrecognized unextended version of MIPS16 opcode `bltu\.t \$16,\$17,1b'
28 .*:30: Error: unrecognized unextended version of MIPS16 opcode `ble\.t \$4,\$7,1b'
29 .*:31: Error: unrecognized unextended version of MIPS16 opcode `bleu\.t \$5,\$6,1b'
30 .*:32: Error: unrecognized unextended version of MIPS16 opcode `bge\.t \$4,\$16,1b'
31 .*:33: Error: unrecognized unextended version of MIPS16 opcode `bgeu\.t \$5,\$17,1b'
32 .*:34: Error: unrecognized unextended version o
[all...]
H A Dmips16e2-interaptiv-mr2@mips16-macro-t.l10 .*:12: Error: unrecognized unextended version of MIPS16 opcode `mul\.t \$4,\$5,\$6'
24 .*:26: Error: unrecognized unextended version of MIPS16 opcode `beq\.t \$2,\$3,1b'
25 .*:27: Error: unrecognized unextended version of MIPS16 opcode `bne\.t \$4,\$5,1b'
26 .*:28: Error: unrecognized unextended version of MIPS16 opcode `blt\.t \$6,\$7,1b'
27 .*:29: Error: unrecognized unextended version of MIPS16 opcode `bltu\.t \$16,\$17,1b'
28 .*:30: Error: unrecognized unextended version of MIPS16 opcode `ble\.t \$4,\$7,1b'
29 .*:31: Error: unrecognized unextended version of MIPS16 opcode `bleu\.t \$5,\$6,1b'
30 .*:32: Error: unrecognized unextended version of MIPS16 opcode `bge\.t \$4,\$16,1b'
31 .*:33: Error: unrecognized unextended version of MIPS16 opcode `bgeu\.t \$5,\$17,1b'
32 .*:34: Error: unrecognized unextended version o
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d6 // Software Foundation; either version 3, or (at your option) any later
7 // version.
14 // Under Section 7 of GPL version 3, you are granted additional
15 // permissions described in the GCC Runtime Library Exception, version
25 version (MIPS32) version = MIPS_Any;
26 version (MIPS64) version = MIPS_Any;
27 version (RISCV32) version
[all...]
/netbsd-current/external/bsd/am-utils/man/
H A DMakefile15 CLEANFILES+= version.texi
17 am-utils.info: version.texi
19 version.texi:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_indent.sh41 # Check that the indent found is both GNU and a reasonable version.
48 version=`${indent} --version 2>/dev/null < /dev/null`
49 case "${version}" in
53 v1=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\1/'`
54 v2=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\2/'`
55 v3=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\3/'`
59 echo "error: Must be GNU indent version $m1.$m2.$m3 or later" 1>&2
65 echo "warning: GNU indent version $m1.$m2.$m3 recommended" 1>&2
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_indent.sh41 # Check that the indent found is both GNU and a reasonable version.
48 version=`${indent} --version 2>/dev/null < /dev/null`
49 case "${version}" in
53 v1=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\1/'`
54 v2=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\2/'`
55 v3=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\3/'`
59 echo "error: Must be GNU indent version $m1.$m2.$m3 or later" 1>&2
65 echo "warning: GNU indent version $m1.$m2.$m3 recommended" 1>&2
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A DMakefile.am8 libcom_err_la_LDFLAGS = -version-info 2:3:1
11 libcom_err_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
29 libcom_err_la_DEPENDENCIES = version-script.map
46 compile_et-version.rc \
47 libcom_err-version.rc \
49 version-script.map
/netbsd-current/external/bsd/tre/dist/python/
H A Dsetup.py12 version = "0.8.0" variable
25 version = version, variable
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dif0001.h12 __u8 version; member in struct:nvif_control_pstate_info_v0
26 __u8 version; member in struct:nvif_control_pstate_attr_v0
42 __u8 version; member in struct:nvif_control_pstate_user_v0
H A Dif0002.h12 __u8 version; member in struct:nvif_perfmon_query_domain_v0
22 __u8 version; member in struct:nvif_perfmon_query_signal_v0
32 __u8 version; member in struct:nvif_perfmon_query_source_v0
/netbsd-current/external/gpl3/gcc.old/usr.bin/frontend/
H A DMakefile11 SRCS= gcc.c version.c prefix.c
16 version.c: ${GCCARCH}/defs.mk ${TOP}/tools/gcc/gcc-version.mk
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_peap_common.h12 int peap_prfplus(int version, const u8 *key, size_t key_len,
/netbsd-current/games/backgammon/backgammon/
H A DMakefile5 SRCS= extra.c main.c move.c text.c version.c
/netbsd-current/sys/fs/efs/
H A Defs_mount.h24 int version; member in struct:efs_args
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dindex.h11 Software Foundation; either version 2, or (at your option) any later
12 version.
28 int version; member in struct:index_header
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/
H A Dsetup.py30 version = '0.5.0', variable
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Delf-hints-local.h34 uint32_t version; /* File version (1). */ member in struct:elfhints_hdr
/netbsd-current/sys/arch/vax/boot/boot/
H A Ddata.h46 short version; /* 2 Version number of VMB */ member in struct:bqo
/netbsd-current/external/bsd/ntp/dist/ntpdate/
H A DMakefile.am23 LDADD = version.o ../libntp/libntp.a
26 DISTCLEANFILES= .version version.c stamp-v
34 version.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
37 version.o: version.c
38 env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
/netbsd-current/sys/fs/nilfs/
H A Dnilfs_mount.h39 uint32_t version; /* version of this structure */ member in struct:nilfs_args
/netbsd-current/external/mit/libcbor/dist/docs/
H A Drelease_meta.rb10 def self.version singleton method in class:Release
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dversion.c1 /* $NetBSD: version.c,v 1.6 2020/05/25 20:47:23 christos Exp $ */
20 /* Id: version.c,v 1.7 2007/06/19 23:47:19 tbox Exp */
24 #include <isc/version.h>
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dautogen.sh3 if glibtoolize --version > /dev/null 2>&1; then
29 if autoreconf --version > /dev/null 2>&1 ; then
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Dbit.h8 u8 version; member in struct:bit_entry

Completed in 171 milliseconds

1234567891011>>