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

12

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h66 v9, enumerator in enum:arm64_dwarf::__anon1618
H A DARM64_ehframe_Registers.h65 v9, enumerator in enum:arm64_ehframe::__anon1620
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h74 #define v9 9 macro
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl190 vspltisb v9,0x0f # 0x0f..0f
272 vand v0, v0, v9
407 vspltisb v9,0x0f # 0x0f..0f
504 vand v0, v0, v9
879 vxor v9,v9,v9 # 0x00..00
945 vnor $outmask, v9, v9 # 0xff..ff
946 ?vperm $outmask, v9,
[all...]
H A Daes-sparcv9.pl34 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk161 . if ${CPUTYPE} == "v9"
162 _CPUCFLAGS = -mcpu=v9
306 . if ${CPUTYPE} == "v9"
307 MACHINE_CPU = v9
309 MACHINE_CPU = v9 ultrasparc
311 MACHINE_CPU = v9 ultrasparc ultrasparc3
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_asn1.c128 int v6 = 0, v9 = 0, v10 = 0; local
299 v9);
364 v9);
/freebsd-11-stable/lib/msun/ld128/
H A De_lgammal_r.c129 v9 = 1.35364253570403771005922441442688978e-03L, variable
294 y*(v8+y*(v9+y*(v10+y*v11))))))))));
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl99 srln $len, 0, $len ! needed on v8+, "nop" on v9
200 srln $len, 0, $len ! needed on v8+, "nop" on v9
308 srln $len, 0, $len ! needed on v8+, "nop" on v9
460 srln $len, 0, $len ! needed on v8+, "nop" on v9
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp143 uint32_t v9[4]; member in struct:_VMX
H A DRegisterInfos_powerpc.h139 DEFINE_VMX(v9, LLDB_INVALID_REGNUM), \
H A DRegisterInfos_arm64.h621 DEFINE_VREG(v9),
655 DEFINE_FPU_PSEUDO(s9, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v9),
688 DEFINE_FPU_PSEUDO(d9, 8, FPU_D_PSEUDO_REG_ENDIAN_OFFSET, v9),
H A DRegisterContextDarwin_arm64.cpp794 case arm64_dwarf::v9:
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl50 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
450 srln $len,0,$len ! needed on v8+, "nop" on v9
537 # extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S2 # define ABI64 /* They've said -xarch=v9 at command line */
176 be .v9
205 .v9:
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl20 for (@_) { $::abibits=64 if (/\-m64/ || /\-xarch\=v9/); }
40 srln $len, 0, $len ! needed on v8+, "nop" on v9
258 srln $len, 0, $len ! needed on v8+, "nop" on v9
618 srln $len, 0, $len ! needed on v8+, "nop" on v9
922 srln $len, 0, $len ! needed on v8+, "nop" on v9
1390 # extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl22 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
343 # extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
H A Dsparcv9-mont.pl54 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
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.
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S672 SAVE_VECTOR_UNALIGNED( %v9, 424+0x090)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp1258 v9 = 73, enumerator in enum:arm64_eh_regnum
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp560 {"v9",
566 {LLDB_INVALID_REGNUM, arm64_dwarf::v9, LLDB_INVALID_REGNUM,
2061 return false; // v8-v9 are non-volatile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp562 {"v9",
568 {LLDB_INVALID_REGNUM, arm64_dwarf::v9, LLDB_INVALID_REGNUM,
2087 return false; // v8-v9 are non-volatile

Completed in 153 milliseconds

12