Searched refs:v7 (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DARM64_ehframe_Registers.h65 v7, enumerator in enum:arm64_ehframe::__anon4523
H A DARM64_DWARF_Registers.h63 v7, enumerator in enum:arm64_dwarf::__anon4521
H A DARM64_DWARF_Registers.cpp77 case v7: return "v7";
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl188 vxor v7, v7, v7 # 0x00..00
246 vperm v4, $sb1t, v7, v2 # vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u
249 vperm v0, $sb1u, v7, v3 # vpshufb %xmm3, %xmm12, %xmm0 # 0 = sb1t
252 vperm v5, $sb2t, v7, v2 # vpshufb %xmm2, %xmm15, %xmm5 # 4 = sb2u
254 vperm v2, $sb2u, v7, v3 # vpshufb %xmm3, %xmm14, %xmm2 # 2 = sb2t
257 vperm v3, v0, v7, v1 # vpshufb %xmm1, %xmm0, %xmm3 # 0 = B
259 vperm v0, v0, v7, v4 # vpshufb %xmm4, %xmm0, %xmm0 # 3 = D
261 vperm v4, v3, v7, v
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h72 #define v7 7 macro
/freebsd-11.0-release/usr.bin/mail/
H A DMakefile6 getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DARMBuildAttributes.h105 v7 = 10, // e.g. Cortex A8, Cortex M3 enumerator in enum:llvm::ARMBuildAttrs::CPUArch
113 Not_Applicable = 0, // pre v7, or cross-profile code
/freebsd-11.0-release/tools/tools/editing/
H A Dfreebsd.vim27 " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9)
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_asn1.c132 int v7 = 0, v8 = 0; local
314 7, v7);
356 7, v7);
/freebsd-11.0-release/lib/msun/ld128/
H A De_lgammal_r.c127 v7 = 2.82975732849424562719893657416365673e-01L, variable
293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp146 uint32_t v7[4]; member in struct:_VMX
H A DRegisterInfos_powerpc.h114 DEFINE_VMX(v7, LLDB_INVALID_REGNUM), \
H A DRegisterContextDarwin_arm64.cpp743 case arm64_dwarf::v7: return fpu_v7;
H A DRegisterInfos_arm64.h249 { "v7", nullptr, 16, FPU_OFFSET(7), lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, { LLDB_INVALID_REGNUM, arm64_dwarf::v7, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, fpu_v7 }, nullptr, nullptr},
/freebsd-11.0-release/usr.sbin/pw/
H A Dpw_user.c73 static int print_user(struct passwd *pwd, bool pretty, bool v7);
546 print_user(struct passwd * pwd, bool pretty, bool v7) argument
557 p = v7 ? pw_make_v7(pwd) : pw_make(pwd);
779 bool v7 = false; local
813 v7 = true;
824 print_user(pwd, pretty, v7);
844 return (print_user(pwd, pretty, v7));
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dsparc-opc.c48 #define v7 (MASK_V7 | MASK_V8 | MASK_SPARCLET \ macro
76 { "v7", MASK_V6 | MASK_V7 },
652 { "swap", F3(3, 0x0f, 0), F3(~3, ~0x0f, ~0)|ASI(~0), "[1+2],d", 0, v7 },
653 { "swap", F3(3, 0x0f, 0), F3(~3, ~0x0f, ~0)|ASI_RS2(~0), "[1],d", 0, v7 }, /* swap [rs1+%g0],d */
654 { "swap", F3(3, 0x0f, 1), F3(~3, ~0x0f, ~1), "[1+i],d", 0, v7 },
655 { "swap", F3(3, 0x0f, 1), F3(~3, ~0x0f, ~1), "[i+1],d", 0, v7 },
656 { "swap", F3(3, 0x0f, 1), F3(~3, ~0x0f, ~1)|RS1_G0, "[i],d", 0, v7 },
657 { "swap", F3(3, 0x0f, 1), F3(~3, ~0x0f, ~1)|SIMM13(~0), "[1],d", 0, v7 }, /* swap [rs1+0],d */
659 { "swapa", F3(3, 0x1f, 0), F3(~3, ~0x1f, ~0), "[1+2]A,d", 0, v7 },
660 { "swapa", F3(3, 0x1f, 0), F3(~3, ~0x1f, ~0)|RS2(~0), "[1]A,d", 0, v7 }, /* swap
[all...]
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwindRegistersSave.S212 SAVE_VECTOR_UNALIGNED( v7, 424+0x070)
/freebsd-11.0-release/share/mk/
H A Dbsd.cpu.mk128 # armv6: (any arm v7 or v8 processor you are targeting and the arm1176jzf-s)
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-sparc.c229 enum sparc_arch_types {v6, v7, v8, sparclet, sparclite, sparc86x, v8plus,
243 { "v7", "v7", v7, 0, 1 },
228 enum sparc_arch_types {v6, v7, v8, sparclet, sparclite, sparc86x, v8plus, enumerator in enum:sparc_arch_types
H A Dtc-arm.c14532 REGDEF(v5,8,RN), REGDEF(v6,9,RN), REGDEF(v7,10,RN), REGDEF(v8,11,RN),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp87 { "v7", NULL, 16, 0, eEncodingVector , eFormatVectorOfUInt8, { LLDB_INVALID_REGNUM, arm64_dwarf::v7, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM }, NULL, NULL },
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp83 { "v7", NULL, 16, 0, eEncodingVector , eFormatVectorOfUInt8, { LLDB_INVALID_REGNUM, arm64_dwarf::v7, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM }, NULL, NULL },
289 //TODO: We dont support fp/SIMD arguments in v0-v7
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp568 return ARMBuildAttrs::v7;
629 // profile is not applicable (e.g. pre v7, or cross-profile code)".
722 // existed*. For v7 and better we indicate that denormals are
/freebsd-11.0-release/contrib/libreadline/
H A Dconfigure5326 bash_cv_signal_vintage=v7

Completed in 316 milliseconds