Searched refs:v9 (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dsparc-opc.c60 #define v9 (MASK_V9 | MASK_V9A | MASK_V9B) macro
63 /* v6 insns not supported by v9. */
66 /* v9a instructions which would appear to be aliases to v9's impdep's
80 /* ??? Don't some v8 priviledged insns conflict with v9? */
81 { "v9", MASK_V6 | MASK_V7 | MASK_V8 | MASK_V9 },
82 /* v9 with ultrasparc additions */
84 /* v9 with cheetah additions */
107 /* v9: Move (MOVcc and FMOVcc) condition field. */
108 #define MCOND(x,i_or_f) ((((i_or_f) & 1) << 18) | (((x) >> 11) & (0xf << 14))) /* v9 */
110 /* v9
[all...]
/freebsd-10.1-release/share/mk/
H A Dbsd.cpu.mk131 . if ${CPUTYPE} == "v9"
132 _CPUCFLAGS = -mcpu=v9
246 . if ${CPUTYPE} == "v9"
247 MACHINE_CPU = v9
249 MACHINE_CPU = v9 ultrasparc
251 MACHINE_CPU = v9 ultrasparc ultrasparc3
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_asn1.c128 int v6 = 0, v9 = 0, v10 = 0; local
296 v9);
361 v9);
/freebsd-10.1-release/sys/conf/
H A Dldscript.sparc644 OUTPUT_ARCH(sparc:v9)
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-sparc.c73 In a 32 bit environment, don't allow bumping up to v9 by default.
75 an explicit argument before we'll create v9 object files. However, if
76 we don't see any v9 insns, a v8plus object file is not created. */
86 /* The currently selected v9 memory model. Currently only used for
115 /* Symbols for global registers on v9. */
230 v8plusa, v9, v9a, v9b, v9_64};
248 { "v8plus", "v9", v9, 0, 1 },
249 { "v8plusa", "v9a", v9, 0, 1 },
250 { "v8plusb", "v9b", v9,
229 v8plusa, v9, v9a, v9b, v9_64}; enumerator in enum:sparc_arch_types
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dsparccpuid.S2 # define ABI64 /* They've said -xarch=v9 at command line */
176 be .v9
205 .v9:
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl22 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
H A Dsha1-sparcv9a.pl39 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
547 # extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
H A Dsha512-sparcv9.pl46 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
/freebsd-10.1-release/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl41 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
H A Dfasttrap_isa.c37 #include <v9/sys/machpcb.h>
38 #include <v9/sys/privregs.h>
77 * v9 where the notion of the alternate address space was introduced on
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl54 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
H A Dsparcv9a-mont.pl15 # product every cycle. Why not blended SPARC v9? One can argue that
60 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
879 # VIS extentions on command line, e.g. -xarch=v9 vs. -xarch=v9a. I
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl34 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }

Completed in 139 milliseconds