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

/freebsd-13-stable/sys/conf/
H A DMakefile.powerpc39 # Force __SPE__, since the builtin will be removed later with -mno-spe
40 CFLAGS.gcc+= -mabi=spe -D__SPE__
H A Dkern.mk180 CFLAGS.gcc+= -mno-spe
/freebsd-13-stable/contrib/unbound/
H A Dconfig.sub1031 basic_os=${basic_os}"spe"
1693 simlinux | simwindows | spe)
1757 vxworks-simlinux | vxworks-simwindows | vxworks-spe)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp642 for (size_t spi = 0, spe = module_search_paths.GetSize(); spi < spe; ++spi) {
/freebsd-13-stable/stand/
H A Ddefs.mk141 CFLAGS+= -mno-spe
/freebsd-13-stable/share/mk/
H A Dsys.mk16 __TO_CPUARCH=C/mips(n32|64)?(el)?(hf)?/mips/:C/arm(v[67])?(eb)?/arm/:C/powerpc(64|64le|spe)/powerpc/:C/riscv64(sf)?/riscv/
H A Dbsd.cpu.mk354 CFLAGS.gcc+= -mabi=spe -mfloat-gprs=double -Wa,-me500
/freebsd-13-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-13-stable/sys/dev/bxe/
H A Dbxe.c2406 struct eth_spe *spe; local
2428 spe = bxe_sp_get_next(sc);
2431 spe->hdr.conn_and_cmd_data =
2440 spe->hdr.type = htole16(type);
2442 spe->data.update_data_addr.hi = htole32(data_hi);
2443 spe->data.update_data_addr.lo = htole32(data_lo);

Completed in 271 milliseconds