Home
last modified time | relevance | path

Searched refs:counter_mode (Results 1 – 25 of 85) sorted by relevance

1234

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Drp5h01.c17 int counter_mode; /* test pin */ member
42 RP5H01_state[i].counter_mode = COUNTER_MODE_6_BITS; in RP5H01_init()
137 chip->counter_mode = ( data == 0 ) ? COUNTER_MODE_6_BITS : COUNTER_MODE_7_BITS; in RP5H01_test_w()
176 byte = ( chip->counter & chip->counter_mode) >> 3; in RP5H01_data_r()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Drp5h01.c17 int counter_mode; /* test pin */ member
42 RP5H01_state[i].counter_mode = COUNTER_MODE_6_BITS; in RP5H01_init()
137 chip->counter_mode = ( data == 0 ) ? COUNTER_MODE_6_BITS : COUNTER_MODE_7_BITS; in RP5H01_test_w()
176 byte = ( chip->counter & chip->counter_mode) >> 3; in RP5H01_data_r()
/dports/emulators/tme/tme-0.8/ic/
H A Dam9513.c346 tme_uint16_t counter_mode; in _tme_am9513_th_timer() local
384 counter_mode = counter->tme_am9513_counter_mode; in _tme_am9513_th_timer()
387 switch (counter_mode & TME_AM9513_CM_SOURCE_MASK) { in _tme_am9513_th_timer()
407 switch (counter_mode & TME_AM9513_CM_OUTPUT_MASK) { in _tme_am9513_th_timer()
438 if (counter_mode & TME_AM9513_CM_REPEAT_ENA) { in _tme_am9513_th_timer()
463 if (counter_mode & ~(TME_AM9513_CM_SOURCE_MASK in _tme_am9513_th_timer()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/verified/specs/
H A DSpec.CTR.fst71 val counter_mode:
79 let counter_mode ctx block_enc key nonce counter plain =
H A DSpec.Chacha20.fst108 Spec.CTR.counter_mode chacha20_ctx chacha20_cipher key nonce counter m
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c389 if (tmp_counter_stats.counter_mode == 0) { in mlx4_en_DUMP_ETH_STATS()
H A Dcmd.c3332 counter_stats->counter_mode = tmp_counter->counter_mode; in mlx4_get_counter_stats()
3333 if (counter_stats->counter_mode == 0) { in mlx4_get_counter_stats()
3374 if (!err && tmp_vf_stats.counter_mode == 0) { in mlx4_get_vf_stats()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c389 if (tmp_counter_stats.counter_mode == 0) { in mlx4_en_DUMP_ETH_STATS()
H A Dcmd.c3332 counter_stats->counter_mode = tmp_counter->counter_mode; in mlx4_get_counter_stats()
3333 if (counter_stats->counter_mode == 0) { in mlx4_get_counter_stats()
3374 if (!err && tmp_vf_stats.counter_mode == 0) { in mlx4_get_vf_stats()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c389 if (tmp_counter_stats.counter_mode == 0) { in mlx4_en_DUMP_ETH_STATS()
H A Dcmd.c3332 counter_stats->counter_mode = tmp_counter->counter_mode; in mlx4_get_counter_stats()
3333 if (counter_stats->counter_mode == 0) { in mlx4_get_counter_stats()
3374 if (!err && tmp_vf_stats.counter_mode == 0) { in mlx4_get_vf_stats()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Di386.c11040 enum machine_mode counter_mode; in ix86_expand_movstr() local
11067 counter_mode = SImode; in ix86_expand_movstr()
11069 counter_mode = DImode; in ix86_expand_movstr()
11071 if (counter_mode != SImode && counter_mode != DImode) in ix86_expand_movstr()
11110 countreg = copy_to_mode_reg (counter_mode, in ix86_expand_movstr()
11201 LEU, 0, counter_mode, 1, label); in ix86_expand_movstr()
11319 enum machine_mode counter_mode; in ix86_expand_clrstr() local
11345 counter_mode = SImode; in ix86_expand_clrstr()
11347 counter_mode = DImode; in ix86_expand_clrstr()
11376 countreg = copy_to_mode_reg (counter_mode, in ix86_expand_clrstr()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Di386.c11040 enum machine_mode counter_mode;
11067 counter_mode = SImode;
11069 counter_mode = DImode;
11071 if (counter_mode != SImode && counter_mode != DImode)
11110 countreg = copy_to_mode_reg (counter_mode,
11201 LEU, 0, counter_mode, 1, label);
11319 enum machine_mode counter_mode;
11345 counter_mode = SImode;
11347 counter_mode = DImode;
11376 countreg = copy_to_mode_reg (counter_mode,
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Di386.c11947 enum machine_mode counter_mode; in ix86_expand_movmem() local
11975 counter_mode = SImode; in ix86_expand_movmem()
11977 counter_mode = DImode; in ix86_expand_movmem()
11979 gcc_assert (counter_mode == SImode || counter_mode == DImode); in ix86_expand_movmem()
12046 countreg = copy_to_mode_reg (counter_mode, countreg); in ix86_expand_movmem()
12117 countreg = copy_to_mode_reg (counter_mode, count_exp); in ix86_expand_movmem()
12136 LEU, 0, counter_mode, 1, label); in ix86_expand_movmem()
12254 enum machine_mode counter_mode; in ix86_expand_clrmem() local
12281 counter_mode = SImode; in ix86_expand_clrmem()
12283 counter_mode = DImode; in ix86_expand_clrmem()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/mlx4/
H A Ddevice.h819 u8 counter_mode; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/mlx4/
H A Ddevice.h819 u8 counter_mode; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/mlx4/
H A Ddevice.h819 u8 counter_mode; member
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c5741 counter_mode (rtx count_exp) in counter_mode() function
5769 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
6254 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
7356 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7420 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
7458 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7485 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7536 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7556 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7630 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c5796 counter_mode (rtx count_exp) in counter_mode() function
5824 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
6310 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
7414 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7478 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
7516 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7543 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7594 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7614 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7688 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c5759 counter_mode (rtx count_exp) in counter_mode() function
5787 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
6272 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
7374 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7438 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
7476 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7503 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7554 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7574 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7648 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c5796 counter_mode (rtx count_exp)
5824 machine_mode iter_mode = counter_mode (count);
6310 count = expand_simple_binop (counter_mode (count), AND, count,
7414 count_exp = force_reg (counter_mode (count_exp), count_exp);
7478 LTU, 0, counter_mode (count_exp), 1, jump_around_label);
7516 LTU, 0, counter_mode (count_exp), 1, label);
7543 LEU, 0, counter_mode (count_exp),
7594 count_exp = plus_constant (counter_mode (count_exp),
7614 LTU, 0, counter_mode (count_exp), 1, label);
7688 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c5796 counter_mode (rtx count_exp) in counter_mode() function
5824 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
6310 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
7414 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7478 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
7516 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7543 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7594 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7614 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7688 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c5759 counter_mode (rtx count_exp) in counter_mode() function
5787 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
6272 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
7374 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7438 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
7476 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7503 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7554 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7574 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7648 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dpipeline.cc889 RuntimeCallStats::CounterMode counter_mode = RuntimeCallStats::kExact) in PipelineRunScope() argument
894 runtime_call_counter_id, counter_mode) { in PipelineRunScope()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c6855 counter_mode (rtx count_exp) in counter_mode() function
6883 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
7369 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
8473 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
8537 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
8575 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
8602 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
8653 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
8673 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
8747 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()

1234