Searched refs:spe (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabispe.h41 if (!rs6000_explicit_options.spe) \
H A Dlinuxspe.h57 if (!rs6000_explicit_options.spe) \
H A Drs6000.c93 int spe_gp_save_offset; /* offset to save spe 64-bit gprs */
252 bool abi; /* True if -mabi=spe/nospe was used. */
253 bool spe; /* True if -mspe= was used. */ member in struct:__anon1248
1399 if (!rs6000_explicit_options.spe)
1790 rs6000_explicit_options.spe = true;
1791 rs6000_parse_yes_no_option ("spe", arg, &(rs6000_spe));
1851 else if (! strcmp (arg, "spe"))
1859 else if (! strcmp (arg, "no-spe"))
6449 /* Place holder, leave as first spe builtin. */
/freebsd-11-stable/gnu/usr.bin/cc/include/
H A DMakefile18 INCS= ppc-asm.h altivec.h spe.h
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp613 for (size_t spi = 0, spe = module_search_paths.GetSize(); spi < spe; ++spi) {
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1031 basic_os=${basic_os}"spe"
1693 simlinux | simwindows | spe)
1757 vxworks-simlinux | vxworks-simwindows | vxworks-spe)
/freebsd-11-stable/stand/
H A Ddefs.mk129 CFLAGS+= -mno-spe
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c786 xml_node_t *spe)
791 ssid = get_node(ctx->xml, spe, "SSID");
785 set_pps_cred_policy_spe(struct hs20_osu_client *ctx, int id, xml_node_t *spe) argument
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2409 struct eth_spe *spe; local
2431 spe = bxe_sp_get_next(sc);
2434 spe->hdr.conn_and_cmd_data =
2443 spe->hdr.type = htole16(type);
2445 spe->data.update_data_addr.hi = htole32(data_hi);
2446 spe->data.update_data_addr.lo = htole32(data_lo);

Completed in 350 milliseconds