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

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMBuildAttrs.h91 v7 = 10, // e.g. Cortex A8, Cortex M3 enumerator in enum:llvm::ARMBuildAttrs::CPUArch
99 Not_Applicable = 0, // pre v7, or cross-profile code
H A DARMAsmPrinter.cpp596 return ARMBuildAttrs::v7;
/freebsd-10.3-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-10.3-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-10.3-release/crypto/openssl/ssl/
H A Dssl_asn1.c132 int v7 = 0, v8 = 0; local
314 7, v7);
356 7, v7);
/freebsd-10.3-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-10.3-release/usr.sbin/pw/
H A Dpw_user.c75 static int print_user(struct passwd *pwd, bool pretty, bool v7);
548 print_user(struct passwd * pwd, bool pretty, bool v7) argument
559 p = v7 ? pw_make_v7(pwd) : pw_make(pwd);
781 bool v7 = false; local
815 v7 = true;
826 print_user(pwd, pretty, v7);
846 return (print_user(pwd, pretty, v7));
/freebsd-10.3-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-10.3-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.c14482 REGDEF(v5,8,RN), REGDEF(v6,9,RN), REGDEF(v7,10,RN), REGDEF(v8,11,RN),
/freebsd-10.3-release/contrib/libreadline/
H A Dconfigure5326 bash_cv_signal_vintage=v7

Completed in 156 milliseconds