Home
last modified time | relevance | path

Searched refs:dest_new (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms9900/
H A Dtms9900.cpp1866 uint32_t dest_new = 0; in alu_f1() local
1905 set_status_bit(ST_OV, ((dest_new ^ m_current_value) & (dest_new ^ m_source_value) & 0x8000)!=0); in alu_f1()
1951 dest_new = m_source_value; in alu_f1()
2166 uint32_t dest_new = 0; in alu_clr_swpb() local
2188 dest_new = ~src_val & 0xffff; in alu_clr_swpb()
2203 dest_new = src_val + 1; in alu_clr_swpb()
2209 dest_new = src_val + 2; in alu_clr_swpb()
2215 dest_new = src_val + 0xffff; in alu_clr_swpb()
2221 dest_new = src_val + 0xfffe; in alu_clr_swpb()
2605 uint32_t dest_new = 0; in alu_ai_ori() local
[all …]
H A Dtms9995.cpp2395 uint32_t dest_new = 0; in alu_add_s_sxc() local
2407 set_status_bit(ST_OV, ((dest_new ^ m_current_value) & (dest_new ^ m_source_value) & 0x8000)!=0); in alu_add_s_sxc()
2796 uint32_t dest_new = 0; in alu_imm_arithm() local
2808 set_status_bit(ST_OV, ((dest_new ^ m_current_value) & (dest_new ^ m_source_value) & 0x8000)!=0); in alu_imm_arithm()
3189 uint32_t dest_new = 0; in alu_single_arithm() local
3211 dest_new = src_val; in alu_single_arithm()
3219 dest_new = src_val + 0xffff; in alu_single_arithm()
3225 dest_new = src_val + 0xfffe; in alu_single_arithm()
3232 dest_new = src_val + 1; in alu_single_arithm()
3238 dest_new = src_val + 2; in alu_single_arithm()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms9900/
H A Dtms9900.cpp1866 uint32_t dest_new = 0; in alu_f1() local
1905 set_status_bit(ST_OV, ((dest_new ^ m_current_value) & (dest_new ^ m_source_value) & 0x8000)!=0); in alu_f1()
1951 dest_new = m_source_value; in alu_f1()
2166 uint32_t dest_new = 0; in alu_clr_swpb() local
2188 dest_new = ~src_val & 0xffff; in alu_clr_swpb()
2203 dest_new = src_val + 1; in alu_clr_swpb()
2209 dest_new = src_val + 2; in alu_clr_swpb()
2215 dest_new = src_val + 0xffff; in alu_clr_swpb()
2221 dest_new = src_val + 0xfffe; in alu_clr_swpb()
2605 uint32_t dest_new = 0; in alu_ai_ori() local
[all …]
H A Dtms9995.cpp2395 uint32_t dest_new = 0; in alu_add_s_sxc() local
2407 set_status_bit(ST_OV, ((dest_new ^ m_current_value) & (dest_new ^ m_source_value) & 0x8000)!=0); in alu_add_s_sxc()
2796 uint32_t dest_new = 0; in alu_imm_arithm() local
2808 set_status_bit(ST_OV, ((dest_new ^ m_current_value) & (dest_new ^ m_source_value) & 0x8000)!=0); in alu_imm_arithm()
3189 uint32_t dest_new = 0; in alu_single_arithm() local
3211 dest_new = src_val; in alu_single_arithm()
3219 dest_new = src_val + 0xffff; in alu_single_arithm()
3225 dest_new = src_val + 0xfffe; in alu_single_arithm()
3232 dest_new = src_val + 1; in alu_single_arithm()
3238 dest_new = src_val + 2; in alu_single_arithm()
[all …]
/dports/sysutils/vcp/vcp-2.2/
H A Dcommon.h29 struct dest_new { struct
33 extern struct dest_new dest; argument
H A Dmain.c15 struct dest_new dest;
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/
H A DKokkos_ScatterView.hpp377 ValueType dest_new = dest_old * src; in atomic_prod() local
378 dest_new = in atomic_prod()
379 Kokkos::atomic_compare_exchange<ValueType>(&dest, dest_old, dest_new); in atomic_prod()
380 success = ((dest_new - dest_old) / dest_old <= 1e-15); in atomic_prod()
448 ValueType dest_new = (dest_old > src) ? src : dest_old; in atomic_min() local
449 dest_new = in atomic_min()
450 Kokkos::atomic_compare_exchange<ValueType>(&dest, dest_old, dest_new); in atomic_min()
451 success = ((dest_new - dest_old) / dest_old <= 1e-15); in atomic_min()
519 ValueType dest_new = (dest_old < src) ? src : dest_old; in atomic_max() local
520 dest_new = in atomic_max()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/containers/src/
H A DKokkos_ScatterView.hpp377 ValueType dest_new = dest_old * src; in atomic_prod() local
378 dest_new = in atomic_prod()
379 Kokkos::atomic_compare_exchange<ValueType>(&dest, dest_old, dest_new); in atomic_prod()
380 success = ((dest_new - dest_old) / dest_old <= 1e-15); in atomic_prod()
448 ValueType dest_new = (dest_old > src) ? src : dest_old; in atomic_min() local
449 dest_new = in atomic_min()
450 Kokkos::atomic_compare_exchange<ValueType>(&dest, dest_old, dest_new); in atomic_min()
451 success = ((dest_new - dest_old) / dest_old <= 1e-15); in atomic_min()
519 ValueType dest_new = (dest_old < src) ? src : dest_old; in atomic_max() local
520 dest_new = in atomic_max()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/
H A DKokkos_ScatterView.hpp377 ValueType dest_new = dest_old * src; in atomic_prod() local
378 dest_new = in atomic_prod()
379 Kokkos::atomic_compare_exchange<ValueType>(&dest, dest_old, dest_new); in atomic_prod()
380 success = ((dest_new - dest_old) / dest_old <= 1e-15); in atomic_prod()
448 ValueType dest_new = (dest_old > src) ? src : dest_old; in atomic_min() local
449 dest_new = in atomic_min()
450 Kokkos::atomic_compare_exchange<ValueType>(&dest, dest_old, dest_new); in atomic_min()
451 success = ((dest_new - dest_old) / dest_old <= 1e-15); in atomic_min()
519 ValueType dest_new = (dest_old < src) ? src : dest_old; in atomic_max() local
520 dest_new = in atomic_max()
[all …]