Home
last modified time | relevance | path

Searched refs:CFG1 (Results 1 – 25 of 147) sorted by relevance

123456

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/arm/
H A Dhipe_arm_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_arm_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options,
42 hipe_arm_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
44 hipe_arm_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/arm/
H A Dhipe_arm_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_arm_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options,
42 hipe_arm_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
44 hipe_arm_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/arm/
H A Dhipe_arm_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_arm_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options,
42 hipe_arm_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
44 hipe_arm_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ppc/
H A Dhipe_ppc_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_ppc_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options,
42 hipe_ppc_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
44 hipe_ppc_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/sparc/
H A Dhipe_sparc_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_sparc_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_graph_coloring_regalloc);
41 hipe_sparc_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
43 hipe_sparc_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ppc/
H A Dhipe_ppc_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_ppc_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options,
42 hipe_ppc_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
44 hipe_ppc_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/sparc/
H A Dhipe_sparc_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_sparc_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_graph_coloring_regalloc);
41 hipe_sparc_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
43 hipe_sparc_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/sparc/
H A Dhipe_sparc_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_sparc_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_graph_coloring_regalloc);
41 hipe_sparc_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
43 hipe_sparc_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ppc/
H A Dhipe_ppc_ra.erl20 {CFG1, _FPLiveness1, Coloring_fp, SpillIndex}
31 GPLiveness1 = hipe_ppc_specific:analyze(CFG1, no_context),
35 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_coalescing_regalloc);
37 ra(CFG1, GPLiveness1, SpillIndex, Options, hipe_optimistic_regalloc);
39 ra(CFG1, GPLiveness1, SpillIndex, Options,
42 hipe_ppc_ra_ls:ra(CFG1, GPLiveness1, SpillIndex, Options);
44 hipe_ppc_ra_naive:ra(CFG1, GPLiveness1, Coloring_fp, Options);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_ra.erl46 {CFG1, Liveness, Coloring_fp, SpillIndex} = ra_fp(CFG0, Liveness0, Options),
49 code_size(CFG1),
54 ra(CFG1, Liveness, SpillIndex, Options, hipe_coalescing_regalloc);
56 ra(CFG1, Liveness, SpillIndex, Options, hipe_optimistic_regalloc);
58 ra(CFG1, Liveness, SpillIndex, Options, hipe_graph_coloring_regalloc);
60 ?HIPE_X86_RA_LS:ra(CFG1, Liveness, SpillIndex, Options);
62 ?HIPE_X86_RA_NAIVE:ra(CFG1, Liveness, Coloring_fp, Options);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_ra.erl46 {CFG1, Liveness, Coloring_fp, SpillIndex} = ra_fp(CFG0, Liveness0, Options),
49 code_size(CFG1),
54 ra(CFG1, Liveness, SpillIndex, Options, hipe_coalescing_regalloc);
56 ra(CFG1, Liveness, SpillIndex, Options, hipe_optimistic_regalloc);
58 ra(CFG1, Liveness, SpillIndex, Options, hipe_graph_coloring_regalloc);
60 ?HIPE_X86_RA_LS:ra(CFG1, Liveness, SpillIndex, Options);
62 ?HIPE_X86_RA_NAIVE:ra(CFG1, Liveness, Coloring_fp, Options);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_x86_ra.erl46 {CFG1, Liveness, Coloring_fp, SpillIndex} = ra_fp(CFG0, Liveness0, Options),
49 code_size(CFG1),
54 ra(CFG1, Liveness, SpillIndex, Options, hipe_coalescing_regalloc);
56 ra(CFG1, Liveness, SpillIndex, Options, hipe_optimistic_regalloc);
58 ra(CFG1, Liveness, SpillIndex, Options, hipe_graph_coloring_regalloc);
60 ?HIPE_X86_RA_LS:ra(CFG1, Liveness, SpillIndex, Options);
62 ?HIPE_X86_RA_NAIVE:ra(CFG1, Liveness, Coloring_fp, Options);
/dports/devel/erlang-gproc/gproc-0.8.0/
H A Drebar.config.script11 CFG1 = case os:getenv("REBAR_DEPS") of
20 Sh = proplists:get_value(shell, CFG1, []),
23 CFG1;
26 shell, 1, CFG1,
31 [{'CONFIG', CFG1}, {'DEPS', [gen_leader]}])
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_regalloc_loop.erl35 {CFG1, Liveness1} =
37 SpillLimit0 = TargetMod:number_of_temporaries(CFG1, TargetCtx),
39 call_allocator_initial(CFG1, Liveness1, SpillLimit0, SpillIndex, Options,
106 CFG1 = hipe_restore_reuse:split(CFG0, Liveness0, TgtMod, TgtCtx),
107 {CFG1, TgtMod:analyze(CFG1, TgtCtx)};
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_regalloc_loop.erl35 {CFG1, Liveness1} =
37 SpillLimit0 = TargetMod:number_of_temporaries(CFG1, TargetCtx),
39 call_allocator_initial(CFG1, Liveness1, SpillLimit0, SpillIndex, Options,
106 CFG1 = hipe_restore_reuse:split(CFG0, Liveness0, TgtMod, TgtCtx),
107 {CFG1, TgtMod:analyze(CFG1, TgtCtx)};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_regalloc_loop.erl35 {CFG1, Liveness1} =
37 SpillLimit0 = TargetMod:number_of_temporaries(CFG1, TargetCtx),
39 call_allocator_initial(CFG1, Liveness1, SpillLimit0, SpillIndex, Options,
106 CFG1 = hipe_restore_reuse:split(CFG0, Liveness0, TgtMod, TgtCtx),
107 {CFG1, TgtMod:analyze(CFG1, TgtCtx)};
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/doc/news/leafnode/lib/
H A Dconfig.c21 #define CFG1 "/usr/local/etc/util-leafnode/util-leafnode.conf" macro
24 #define CFG1 "/etc/util-leafnode/util-leafnode.conf" macro
35 if (access(CFG1, F_OK)) { in readcfg()
39 } else path_cfg_file = CFG1; in readcfg()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_spi_ex.c188 MODIFY_REG(hspi->Instance->CFG1, SPI_CFG1_UDRDET, UnderrunDetection); in HAL_SPIEx_ConfigureUnderrun()
189 MODIFY_REG(hspi->Instance->CFG1, SPI_CFG1_UDRCFG, UnderrunBehaviour); in HAL_SPIEx_ConfigureUnderrun()
197 MODIFY_REG(hspi->Instance->CFG1, SPI_CFG1_UDRDET, UnderrunDetection); in HAL_SPIEx_ConfigureUnderrun()
198 MODIFY_REG(hspi->Instance->CFG1, SPI_CFG1_UDRCFG, UnderrunBehaviour); in HAL_SPIEx_ConfigureUnderrun()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_icode_call_elim.erl31 lists:foldl(fun (Lbl, CFG1) ->
32 BB1 = hipe_icode_cfg:bb(CFG1, Lbl),
36 hipe_icode_cfg:bb_add(CFG1, Lbl, BB2)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_icode_call_elim.erl31 lists:foldl(fun (Lbl, CFG1) ->
32 BB1 = hipe_icode_cfg:bb(CFG1, Lbl),
36 hipe_icode_cfg:bb_add(CFG1, Lbl, BB2)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_icode_call_elim.erl31 lists:foldl(fun (Lbl, CFG1) ->
32 BB1 = hipe_icode_cfg:bb(CFG1, Lbl),
36 hipe_icode_cfg:bb_add(CFG1, Lbl, BB2)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/isa/
H A Dcmi8328.c85 #define CFG1 0x61 macro
133 cfg[0] = snd_cmi8328_cfg_read(port, CFG1); in snd_cmi8328_cfg_save()
140 snd_cmi8328_cfg_write(port, CFG1, cfg[0]); in snd_cmi8328_cfg_restore()
241 if (snd_cmi8328_cfg_read(port, CFG1) == 0xff) in snd_cmi8328_probe()
244 snd_cmi8328_cfg_write(port, CFG1, CFG1_SB_DISABLE); in snd_cmi8328_probe()
245 if (snd_cmi8328_cfg_read(port, CFG1) != CFG1_SB_DISABLE) in snd_cmi8328_probe()
393 snd_cmi8328_cfg_write(port, CFG1, in snd_cmi8328_probe()
419 snd_cmi8328_cfg_write(cmi->port, CFG1, CFG1_SB_DISABLE); in snd_cmi8328_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/isa/
H A Dcmi8328.c85 #define CFG1 0x61 macro
133 cfg[0] = snd_cmi8328_cfg_read(port, CFG1); in snd_cmi8328_cfg_save()
140 snd_cmi8328_cfg_write(port, CFG1, cfg[0]); in snd_cmi8328_cfg_restore()
241 if (snd_cmi8328_cfg_read(port, CFG1) == 0xff) in snd_cmi8328_probe()
244 snd_cmi8328_cfg_write(port, CFG1, CFG1_SB_DISABLE); in snd_cmi8328_probe()
245 if (snd_cmi8328_cfg_read(port, CFG1) != CFG1_SB_DISABLE) in snd_cmi8328_probe()
393 snd_cmi8328_cfg_write(port, CFG1, in snd_cmi8328_probe()
419 snd_cmi8328_cfg_write(cmi->port, CFG1, CFG1_SB_DISABLE); in snd_cmi8328_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/isa/
H A Dcmi8328.c85 #define CFG1 0x61 macro
133 cfg[0] = snd_cmi8328_cfg_read(port, CFG1); in snd_cmi8328_cfg_save()
140 snd_cmi8328_cfg_write(port, CFG1, cfg[0]); in snd_cmi8328_cfg_restore()
241 if (snd_cmi8328_cfg_read(port, CFG1) == 0xff) in snd_cmi8328_probe()
244 snd_cmi8328_cfg_write(port, CFG1, CFG1_SB_DISABLE); in snd_cmi8328_probe()
245 if (snd_cmi8328_cfg_read(port, CFG1) != CFG1_SB_DISABLE) in snd_cmi8328_probe()
393 snd_cmi8328_cfg_write(port, CFG1, in snd_cmi8328_probe()
419 snd_cmi8328_cfg_write(cmi->port, CFG1, CFG1_SB_DISABLE); in snd_cmi8328_remove()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_spi.h1022 MODIFY_REG(SPIx->CFG1, SPI_CFG1_UDRCFG, UDRConfig); in LL_SPI_SetUDRConfiguration()
1203 MODIFY_REG(SPIx->CFG1, SPI_CFG1_MBR, Baudrate); in LL_SPI_SetBaudRatePrescaler()
1361 MODIFY_REG(SPIx->CFG1, SPI_CFG1_DSIZE, DataWidth); in LL_SPI_SetDataWidth()
1430 MODIFY_REG(SPIx->CFG1, SPI_CFG1_FTHLV, Threshold); in LL_SPI_SetFIFOThreshold()
1469 SET_BIT(SPIx->CFG1, SPI_CFG1_CRCEN); in LL_SPI_EnableCRC()
1480 CLEAR_BIT(SPIx->CFG1, SPI_CFG1_CRCEN); in LL_SPI_DisableCRC()
1533 MODIFY_REG(SPIx->CFG1, SPI_CFG1_CRCSIZE, CRCLength); in LL_SPI_SetCRCWidth()
2320 SET_BIT(SPIx->CFG1, SPI_CFG1_RXDMAEN); in LL_SPI_EnableDMAReq_RX()
2331 CLEAR_BIT(SPIx->CFG1, SPI_CFG1_RXDMAEN); in LL_SPI_DisableDMAReq_RX()
2353 SET_BIT(SPIx->CFG1, SPI_CFG1_TXDMAEN); in LL_SPI_EnableDMAReq_TX()
[all …]

123456