Home
last modified time | relevance | path

Searched refs:condtemp (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235drc.cpp1465 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MN, 0); in generate_condition()
1469 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MZ, 0); in generate_condition()
1473 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MV, 0); in generate_condition()
1477 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MU, 0); in generate_condition()
1481 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_ZD, 0); in generate_condition()
1485 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_NR, 0); in generate_condition()
1489 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_IL, 0); in generate_condition()
1493 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_ZC, 0); in generate_condition()
1497 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_AN, 0); in generate_condition()
1501 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_AZ, 0); in generate_condition()
[all …]
H A Dmb86235.h143 uint32_t condtemp; member
220 …ate &compiler, const opcode_desc *desc, int cc, bool n, uml::code_label skip_label, bool condtemp);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235drc.cpp1465 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MN, 0); in generate_condition()
1469 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MZ, 0); in generate_condition()
1473 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MV, 0); in generate_condition()
1477 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_MU, 0); in generate_condition()
1481 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_ZD, 0); in generate_condition()
1485 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_NR, 0); in generate_condition()
1489 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_IL, 0); in generate_condition()
1493 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_ZC, 0); in generate_condition()
1497 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_AN, 0); in generate_condition()
1501 UML_CMP(block, condtemp ? mem(&m_core->condtemp) : FLAGS_AZ, 0); in generate_condition()
[all …]
H A Dmb86235.h143 uint32_t condtemp; member
220 …ate &compiler, const opcode_desc *desc, int cc, bool n, uml::code_label skip_label, bool condtemp);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-expand.c2706 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
2731 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
3650 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
3741 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
3784 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
4450 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
4545 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
4579 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
5217 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
6760 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-expand.c2706 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
2731 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
3655 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
3746 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
3789 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
4455 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
4550 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
4584 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
5222 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
6780 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-expand.c2701 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
2726 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
3650 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
3741 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
3784 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
4450 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
4545 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
4579 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
5217 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
6782 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-expand.c3792 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
3817 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
4769 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
4860 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
4903 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
5570 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
5665 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
5699 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
6287 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
8248 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-expand.c3792 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
3817 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
4769 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
4860 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
4903 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
5570 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
5665 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
5699 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
6287 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
8248 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-expand.c3792 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
3817 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
4769 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
4860 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
4903 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
5570 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
5665 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
5699 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
6287 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
8248 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-expand.c3883 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_generic()
3908 tree type = TREE_TYPE (condtemp); in expand_omp_for_generic()
4859 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local
4941 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
4984 type = TREE_TYPE (condtemp); in expand_omp_for_static_nochunk()
5650 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local
5736 condtemp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_chunk()
5770 tree type = TREE_TYPE (condtemp); in expand_omp_for_static_chunk()
6357 tree cond_var = condtemp ? OMP_CLAUSE_DECL (condtemp) : NULL_TREE; in expand_omp_simd()
8319 condtemp = OMP_CLAUSE_DECL (condtmp); in expand_omp_sections()
[all …]
H A DChangeLog-201927020 determine if a special set of API routines are needed and if condtemp