HomeSort by: relevance | last modified time | path
    Searched refs:sse (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/arch/i386/stand/
Makefile.inc 13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
  /src/sys/arch/amd64/stand/prekern/
Makefile 28 CFLAGS+= -mno-red-zone -mno-mmx -mno-sse -mno-avx -ffreestanding
  /src/external/apache2/llvm/dist/clang/lib/Headers/
module.modulemap 85 explicit module sse {
93 export sse
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
tdesc-regs.exp 73 set core-regs {32bit-core.xml 32bit-sse.xml}
78 set core-regs {64bit-core.xml 64bit-sse.xml}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
tdesc-regs.exp 73 set core-regs {32bit-core.xml 32bit-sse.xml}
78 set core-regs {64bit-core.xml 64bit-sse.xml}
  /src/lib/libc/time/
strptime.c 351 time_t sse, d; local
358 sse = *bp++ - '0';
361 if (sse > TIME_MAX/10) {
365 sse *= 10;
366 if (sse > TIME_MAX - d) {
370 sse += d;
375 if (localtime_r(&sse, tm) == NULL)
  /src/external/gpl3/gcc/dist/contrib/
bench-stringop 99 test "$2" "$3" "-mstringop-strategy=vector_loop -malign-stringops" sse
114 echo " block size libcall rep1 noalg rep4 noalg rep8 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
116 echo " block size libcall rep1 noalg rep4 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
config-list.mk 110 x86_64-elfOPT-with-fpmath=sse x86_64-freebsd13 x86_64-netbsd \
  /src/external/gpl3/gcc.old/dist/contrib/
bench-stringop 99 test "$2" "$3" "-mstringop-strategy=vector_loop -malign-stringops" sse
114 echo " block size libcall rep1 noalg rep4 noalg rep8 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
116 echo " block size libcall rep1 noalg rep4 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
config-list.mk 104 x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
i386-sse-reverse.exp 66 untested i386-sse-reverse
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
i386-sse-reverse.exp 66 untested i386-sse-reverse
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 32 sse, member in class:CPU
target.d 34 sse,
  /src/sys/dev/sysmon/
sysmon_envsys_events.c 895 const struct sme_sensor_event *sse = sme_sensor_event; local
907 for (i = 0; sse[i].state != -1; i++)
908 if (sse[i].state == edata->state)
911 if (sse[i].state == -1)
918 sysmon_penvsys_event(&see->see_pes, sse[i].event);
925 sse[i].event));
  /src/external/gpl3/gdb.old/dist/gdb/features/
Makefile 221 i386/32bit-sse.xml \
231 i386/64bit-sse.xml \
  /src/external/gpl3/gdb.old/dist/gdb/
i387-tdep.c 481 /* Provide dummy values for the SSE registers. */
580 /* We made an unfortunate choice in putting %mxcsr after the SSE
592 floating-point or SSE register value from *FXSAVE. This function
674 /* Fill register REGNUM (if it is a floating-point or SSE register) in
1043 sse = 0x2,
1051 all = x87 | sse | avxh | avx512_k | avx512_zmm0_h | avx512_zmm16_h
1084 regclass = sse;
1160 case sse:
1397 AVX or SSE features are enabled. */
1432 sse = 0x4
1038 sse = 0x2, enumerator in enum:__anon229
1427 sse = 0x4, enumerator in enum:__anon230
    [all...]
  /src/external/gpl3/gdb/dist/gdb/features/
Makefile 226 i386/32bit-sse.xml \
237 i386/64bit-sse.xml \
  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 481 /* Provide dummy values for the SSE registers. */
580 /* We made an unfortunate choice in putting %mxcsr after the SSE
592 floating-point or SSE register value from *FXSAVE. This function
674 /* Fill register REGNUM (if it is a floating-point or SSE register) in
1043 sse = 0x2,
1051 all = x87 | sse | avxh | avx512_k | avx512_zmm0_h | avx512_zmm16_h
1084 regclass = sse;
1160 case sse:
1397 AVX or SSE features are enabled. */
1432 sse = 0x4
1038 sse = 0x2, enumerator in enum:__anon310
1427 sse = 0x4, enumerator in enum:__anon311
    [all...]
  /src/external/bsd/zstd/dist/lib/common/
cpu.h 207 D(sse, 25)
  /src/external/mit/xorg/lib/
libmesa.mk 323 sse.c \
libmesa.old.mk 298 sse.c \
  /src/sys/netinet/
sctputil.c 2294 struct sctp_shutdown_event *sse; local
2318 sse = mtod(m_notify, struct sctp_shutdown_event *);
2319 sse->sse_type = SCTP_SHUTDOWN_EVENT;
2320 sse->sse_flags = 0;
2321 sse->sse_length = sizeof(struct sctp_shutdown_event);
2322 sse->sse_assoc_id = sctp_get_associd(stcb);
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 7864 stack_size_entry *sse = xcalloc (1, sizeof (stack_size_entry)); local
7868 sse->function = exp.X_add_symbol;
7873 free (sse);
7882 free (sse);
7895 free (sse);
7899 sse->stack_size = exp.X_add_number;
7905 free (sse);
7912 *last_stack_size_data = sse;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 7864 stack_size_entry *sse = xcalloc (1, sizeof (stack_size_entry)); local
7868 sse->function = exp.X_add_symbol;
7873 free (sse);
7882 free (sse);
7895 free (sse);
7899 sse->stack_size = exp.X_add_number;
7905 free (sse);
7912 *last_stack_size_data = sse;

Completed in 82 milliseconds

1 2