Home
last modified time | relevance | path

Searched refs:FCW (Results 1 – 25 of 104) sorted by relevance

12345

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/z8000/
H A Dz8000cpu.h37 #define FCW Z.fcw macro
100 #define CLR_Z FCW &= ~F_Z
101 #define CLR_S FCW &= ~F_S
102 #define CLR_P FCW &= ~F_PV
103 #define CLR_V FCW &= ~F_PV
105 #define CLR_H FCW &= ~F_H
118 #define SET_Z FCW |= F_Z
119 #define SET_S FCW |= F_S
120 #define SET_P FCW |= F_PV
121 #define SET_V FCW |= F_PV
[all …]
H A Dz8000.c346 UINT16 fcw = FCW; in Interrupt()
412 if ( (IRQ_REQ & Z8000_NVI) && (FCW & F_NVIE) ) in Interrupt()
426 if ( (IRQ_REQ & Z8000_VI) && (FCW & F_VIE) ) in Interrupt()
437 … $%04x, pc $%04x\n", cpu_getactivecpu(), IRQ_VEC, VEC00 + VEC00 + 2 * (IRQ_REQ & 0xff), FCW, PC )); in Interrupt()
446 FCW = RDMEM_W( 2 ); /* get reset FCW */ in z8000_reset()
534 case Z8000_FCW: return FCW; in z8000_get_reg()
577 case Z8000_FCW: FCW = val; break; in z8000_set_reg()
635 if (!(FCW & F_NVIE)) in z8000_set_irq_line()
640 if (FCW & F_NVIE) in z8000_set_irq_line()
648 if (!(FCW & F_VIE)) in z8000_set_irq_line()
[all …]
H A Dz8000ops.c1536 if (FCW & F_EPU) { in Z0E_imm8()
1550 if (FCW & F_EPU) { in Z0F_imm8()
2280 if (FCW & F_EPU) { in Z36_imm8()
2318 if (FCW & F_EPU) { in Z38_imm8()
4360 if (FCW & F_EPU) { in Z78_imm8()
4465 UINT16 fcw = FCW; in Z7C_0000_00ii()
4477 UINT16 fcw = FCW; in Z7C_0000_01ii()
4492 RW(dst) = FCW; in Z7D_dddd_0ccc()
4546 if (FCW & F_EPU) { in Z7E_imm8()
4842 if (FCW & F_EPU) { in Z8E_imm8()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z8000/
H A Dz8000cpu.h37 #define FCW Z.fcw macro
100 #define CLR_Z FCW &= ~F_Z
101 #define CLR_S FCW &= ~F_S
102 #define CLR_P FCW &= ~F_PV
103 #define CLR_V FCW &= ~F_PV
105 #define CLR_H FCW &= ~F_H
118 #define SET_Z FCW |= F_Z
119 #define SET_S FCW |= F_S
120 #define SET_P FCW |= F_PV
121 #define SET_V FCW |= F_PV
[all …]
H A Dz8000.c349 UINT16 fcw = FCW; in Interrupt()
415 if ( (IRQ_REQ & Z8000_NVI) && (FCW & F_NVIE) ) in Interrupt()
429 if ( (IRQ_REQ & Z8000_VI) && (FCW & F_VIE) ) in Interrupt()
440 …w $%04x, pc $%04x\n", cpu_getactivecpu(), IRQ_VEC, VEC00 + VEC00 + 2 * (IRQ_REQ & 0xff), FCW, PC ); in Interrupt()
448 FCW = RDMEM_W( 2 ); /* get reset FCW */ in z8000_reset()
519 case Z8000_FCW: return FCW; in z8000_get_reg()
564 case Z8000_FCW: FCW = val; break; in z8000_set_reg()
623 if (!(FCW & F_NVIE)) in z8000_set_irq_line()
628 if (FCW & F_NVIE) in z8000_set_irq_line()
636 if (!(FCW & F_VIE)) in z8000_set_irq_line()
[all …]
H A Dz8000ops.c1534 if (FCW & F_EPU) { in Z0E_imm8()
1548 if (FCW & F_EPU) { in Z0F_imm8()
2278 if (FCW & F_EPU) { in Z36_imm8()
2316 if (FCW & F_EPU) { in Z38_imm8()
4358 if (FCW & F_EPU) { in Z78_imm8()
4463 UINT16 fcw = FCW; in Z7C_0000_00ii()
4475 UINT16 fcw = FCW; in Z7C_0000_01ii()
4490 RW(dst) = FCW; in Z7D_dddd_0ccc()
4544 if (FCW & F_EPU) { in Z7E_imm8()
4840 if (FCW & F_EPU) { in Z8E_imm8()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z8000/
H A Dz8000cpu.h37 #define FCW Z.fcw macro
100 #define CLR_Z FCW &= ~F_Z
101 #define CLR_S FCW &= ~F_S
102 #define CLR_P FCW &= ~F_PV
103 #define CLR_V FCW &= ~F_PV
105 #define CLR_H FCW &= ~F_H
118 #define SET_Z FCW |= F_Z
119 #define SET_S FCW |= F_S
120 #define SET_P FCW |= F_PV
121 #define SET_V FCW |= F_PV
[all …]
H A Dz8000.c358 UINT16 fcw = FCW; in Interrupt()
424 if ( (IRQ_REQ & Z8000_NVI) && (FCW & F_NVIE) ) in Interrupt()
438 if ( (IRQ_REQ & Z8000_VI) && (FCW & F_VIE) ) in Interrupt()
449 … $%04x, pc $%04x\n", cpu_getactivecpu(), IRQ_VEC, VEC00 + VEC00 + 2 * (IRQ_REQ & 0xff), FCW, PC )); in Interrupt()
457 FCW = RDMEM_W( 2 ); /* get reset FCW */ in z8000_reset()
528 case Z8000_FCW: return FCW; in z8000_get_reg()
573 case Z8000_FCW: FCW = val; break; in z8000_set_reg()
632 if (!(FCW & F_NVIE)) in z8000_set_irq_line()
637 if (FCW & F_NVIE) in z8000_set_irq_line()
645 if (!(FCW & F_VIE)) in z8000_set_irq_line()
[all …]
H A Dz8000ops.c1534 if (FCW & F_EPU) { in Z0E_imm8()
1548 if (FCW & F_EPU) { in Z0F_imm8()
2278 if (FCW & F_EPU) { in Z36_imm8()
2316 if (FCW & F_EPU) { in Z38_imm8()
4358 if (FCW & F_EPU) { in Z78_imm8()
4463 UINT16 fcw = FCW; in Z7C_0000_00ii()
4475 UINT16 fcw = FCW; in Z7C_0000_01ii()
4490 RW(dst) = FCW; in Z7D_dddd_0ccc()
4544 if (FCW & F_EPU) { in Z7E_imm8()
4840 if (FCW & F_EPU) { in Z8E_imm8()
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/combinatorics/
H A Dgenerators.py194 def FCW(r=1): function
209 FCW(3)
283 FCW()
290 FCW()
297 FCW()
303 FCW()
/dports/math/py-sympy/sympy-1.9/sympy/combinatorics/
H A Dgenerators.py188 def FCW(r=1): function
203 FCW(3)
277 FCW()
284 FCW()
291 FCW()
297 FCW()
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/z8k/
H A Dctrl-names.s20 LDCTL R0,FCW
21 LDCTL FCW,R0
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D5fcw_5ya.sdf3 Coordinates from PDB:5FCW:A:401 Model:1 without hydrogens
95 5FCW
H A D5ald_fcw.sdf76 FCW
/dports/net/tn5250/tn5250-0.17.4/lib5250/
H A Dsession.c1697 Tn5250Uint16 FCW; in tn5250_session_start_of_field() local
1762 FCW = 0; in tn5250_session_start_of_field()
1778 if (FCW == 0x8101) in tn5250_session_start_of_field()
1783 if (FCW == 0x8102) in tn5250_session_start_of_field()
1788 if (FCW == 0x8103) in tn5250_session_start_of_field()
1793 if (FCW == 0x8106) in tn5250_session_start_of_field()
1798 if (FCW == 0x8200) in tn5250_session_start_of_field()
1803 if (FCW == 0x8220) in tn5250_session_start_of_field()
1808 if (FCW == 0x8240) in tn5250_session_start_of_field()
1813 if ((FCW == 0x8280) || (FCW == 0x82C0)) in tn5250_session_start_of_field()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dfltfenv.c65 } FCW; typedef
95 FCW x87; in __fenv_fegetround()
114 FCW x87; in __fenv_fesetround()
/dports/biology/molden/molden5.8/plush/
H A DFCW1 mol="FCW" Charge="0"

12345