Home
last modified time | relevance | path

Searched refs:ZF (Results 226 – 250 of 2138) sorted by relevance

12345678910>>...86

/dports/emulators/simh/simh-3.9.0_5/swtp6800/common/
H A Dm6800.c84 #define ZF 0x04 macro
90 #define CCR_MSK (HF|IF|NF|ZF|VF|CF)
100 if (VAR == 0) SET_FLAG(ZF); else CLR_FLAG(ZF)
441 go_rel(!(get_flag(CF) | get_flag(ZF))); in sim_instr()
444 go_rel(get_flag(CF) | get_flag(ZF)); in sim_instr()
453 go_rel(!get_flag(ZF)); in sim_instr()
456 go_rel(get_flag(ZF)); in sim_instr()
620 SET_FLAG(ZF); in sim_instr()
704 SET_FLAG(ZF); in sim_instr()
814 SET_FLAG(ZF); in sim_instr()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/isofs/
H A Drock.c547 algo = isonum_721(rr->u.ZF.algorithm); in parse_rock_ridge_inode_internal()
550 isonum_711(&rr->u.ZF.parms[1]); in parse_rock_ridge_inode_internal()
569 isonum_711(&rr->u.ZF.parms[0]); in parse_rock_ridge_inode_internal()
571 isonum_711(&rr->u.ZF.parms[1]); in parse_rock_ridge_inode_internal()
573 isonum_733(rr->u.ZF. in parse_rock_ridge_inode_internal()
580 rr->u.ZF.algorithm[0], in parse_rock_ridge_inode_internal()
581 rr->u.ZF.algorithm[1]); in parse_rock_ridge_inode_internal()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/isofs/
H A Drock.c547 algo = isonum_721(rr->u.ZF.algorithm); in parse_rock_ridge_inode_internal()
550 isonum_711(&rr->u.ZF.parms[1]); in parse_rock_ridge_inode_internal()
569 isonum_711(&rr->u.ZF.parms[0]); in parse_rock_ridge_inode_internal()
571 isonum_711(&rr->u.ZF.parms[1]); in parse_rock_ridge_inode_internal()
573 isonum_733(rr->u.ZF. in parse_rock_ridge_inode_internal()
580 rr->u.ZF.algorithm[0], in parse_rock_ridge_inode_internal()
581 rr->u.ZF.algorithm[1]); in parse_rock_ridge_inode_internal()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/isofs/
H A Drock.c547 algo = isonum_721(rr->u.ZF.algorithm); in parse_rock_ridge_inode_internal()
550 isonum_711(&rr->u.ZF.parms[1]); in parse_rock_ridge_inode_internal()
569 isonum_711(&rr->u.ZF.parms[0]); in parse_rock_ridge_inode_internal()
571 isonum_711(&rr->u.ZF.parms[1]); in parse_rock_ridge_inode_internal()
573 isonum_733(rr->u.ZF. in parse_rock_ridge_inode_internal()
580 rr->u.ZF.algorithm[0], in parse_rock_ridge_inode_internal()
581 rr->u.ZF.algorithm[1]); in parse_rock_ridge_inode_internal()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tlcs90/
H A Dtlcs90.cpp160 #define ZF 0x40 macro
1241 case ULE: return (F & CF) || (F & ZF); in Test()
1244 case Z: return F & ZF; in Test()
1252 case NZ: return !(F & ZF); in Test()
1682 F &= SF | ZF | IF | VF; in tlcs90Run()
1807 F &= SF | ZF | IF | VF; in tlcs90Run()
1864 if (a16 == 0) F |= ZF; in tlcs90Run()
1878 if (a16 == 0) F |= ZF; in tlcs90Run()
1892 if (a16 == 0) F |= ZF; in tlcs90Run()
2754 SZ[i] = i ? i & SF : ZF; in tlcs90_init()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tlcs90/
H A Dtlcs90.cpp160 #define ZF 0x40 macro
1241 case ULE: return (F & CF) || (F & ZF); in Test()
1244 case Z: return F & ZF; in Test()
1252 case NZ: return !(F & ZF); in Test()
1680 F &= SF | ZF | IF | VF; in tlcs90Run()
1805 F &= SF | ZF | IF | VF; in tlcs90Run()
1862 if (a16 == 0) F |= ZF; in tlcs90Run()
1876 if (a16 == 0) F |= ZF; in tlcs90Run()
1890 if (a16 == 0) F |= ZF; in tlcs90Run()
2741 SZ[i] = i ? i & SF : ZF; in tlcs90_init()
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/testers/unittests/
H A Dtest_undefined_registers.py39 self.assertEqual(REG.X86_64.ZF in self.ctx.getSymbolicRegisters(), False)
64 self.assertEqual(REG.X86_64.ZF in self.ctx.getSymbolicRegisters(), True)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dinstructions.h519 SETFLAGBIT(ZF,(reg_al==0)); \
547 SETFLAGBIT(ZF,(reg_al==0)); \
559 SETFLAGBIT(ZF,(reg_al == 0)); \
565 SETFLAGBIT(ZF,false); \
570 SETFLAGBIT(ZF,(reg_al == 0)); \
596 SETFLAGBIT(ZF,(reg_al == 0)); \
608 SETFLAGBIT(ZF,(reg_al == 0)); \
629 SETFLAGBIT(ZF,reg_al == 0); \
637 SETFLAGBIT(ZF,reg_al == 0); \
650 SETFLAGBIT(ZF,reg_ax == 0); \
[all …]
H A Dcpu.cpp1749 SETFLAGBIT(ZF,true); in CPU_ARPL()
1751 SETFLAGBIT(ZF,false); in CPU_ARPL()
1758 SETFLAGBIT(ZF,false); in CPU_LAR()
1763 SETFLAGBIT(ZF,false); in CPU_LAR()
1773 SETFLAGBIT(ZF,false); in CPU_LAR()
1799 SETFLAGBIT(ZF,false); in CPU_LAR()
1804 SETFLAGBIT(ZF,true); in CPU_LAR()
1810 SETFLAGBIT(ZF,false); in CPU_LSL()
1847 SETFLAGBIT(ZF,true); in CPU_LSL()
1880 SETFLAGBIT(ZF,true); in CPU_VERR()
[all …]
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/
H A Dinstructions.h519 SETFLAGBIT(ZF,(reg_al==0)); \
547 SETFLAGBIT(ZF,(reg_al==0)); \
559 SETFLAGBIT(ZF,(reg_al == 0)); \
565 SETFLAGBIT(ZF,false); \
570 SETFLAGBIT(ZF,(reg_al == 0)); \
596 SETFLAGBIT(ZF,(reg_al == 0)); \
608 SETFLAGBIT(ZF,(reg_al == 0)); \
629 SETFLAGBIT(ZF,reg_al == 0); \
637 SETFLAGBIT(ZF,reg_al == 0); \
650 SETFLAGBIT(ZF,reg_ax == 0); \
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/
H A Dinstructions.h519 SETFLAGBIT(ZF,(reg_al==0)); \
547 SETFLAGBIT(ZF,(reg_al==0)); \
559 SETFLAGBIT(ZF,(reg_al == 0)); \
565 SETFLAGBIT(ZF,false); \
570 SETFLAGBIT(ZF,(reg_al == 0)); \
596 SETFLAGBIT(ZF,(reg_al == 0)); \
608 SETFLAGBIT(ZF,(reg_al == 0)); \
629 SETFLAGBIT(ZF,reg_al == 0); \
637 SETFLAGBIT(ZF,reg_al == 0); \
650 SETFLAGBIT(ZF,reg_ax == 0); \
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_cl/data/
H A Dl10n_latam.document.type.csv24 dc_bzf_f_dtn,10,906,Boletas Venta Módulos ZF (todas),BOLETA ZF,invoice,BZF,base.cl,False
25 dc_fzf_f_dtn,10,907,Facturas Venta Módulo ZF (todas),FACTURA ZF,invoice,FZF,base.cl,False
/dports/emulators/mess/mame-mame0226/src/devices/cpu/nec/
H A Dnecinstr.hxx250 OP( 0x74, i_jz ) { JMP( ZF); CLKS(4,4,3); }
251 OP( 0x75, i_jnz ) { JMP(!ZF); CLKS(4,4,3); }
252 OP( 0x76, i_jce ) { JMP(CF || ZF); CLKS(4,4,3); }
253 OP( 0x77, i_jnce ) { JMP(!(CF || ZF)); CLKS(4,4,3); }
258 OP( 0x7c, i_jl ) { JMP((SF!=OF)&&(!ZF)); CLKS(4,4,3); }
259 OP( 0x7d, i_jnl ) { JMP((ZF)||(SF==OF)); CLKS(4,4,3); }
260 OP( 0x7e, i_jle ) { JMP((ZF)||(SF!=OF)); CLKS(4,4,3); }
261 OP( 0x7f, i_jnle ) { JMP((SF==OF)&&(!ZF)); CLKS(4,4,3); }
601 case 0xa6: CLK(2); if (c) do { i_cmpsb(); c--; } while (c>0 && ZF); Wreg(CW)=c; break;
602 case 0xa7: CLK(2); if (c) do { i_cmpsw(); c--; } while (c>0 && ZF); Wreg(CW)=c; break;
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/nec/
H A Dnecinstr.hxx250 OP( 0x74, i_jz ) { JMP( ZF); CLKS(4,4,3); }
251 OP( 0x75, i_jnz ) { JMP(!ZF); CLKS(4,4,3); }
252 OP( 0x76, i_jce ) { JMP(CF || ZF); CLKS(4,4,3); }
253 OP( 0x77, i_jnce ) { JMP(!(CF || ZF)); CLKS(4,4,3); }
258 OP( 0x7c, i_jl ) { JMP((SF!=OF)&&(!ZF)); CLKS(4,4,3); }
259 OP( 0x7d, i_jnl ) { JMP((ZF)||(SF==OF)); CLKS(4,4,3); }
260 OP( 0x7e, i_jle ) { JMP((ZF)||(SF!=OF)); CLKS(4,4,3); }
261 OP( 0x7f, i_jnle ) { JMP((SF==OF)&&(!ZF)); CLKS(4,4,3); }
601 case 0xa6: CLK(2); if (c) do { i_cmpsb(); c--; } while (c>0 && ZF); Wreg(CW)=c; break;
602 case 0xa7: CLK(2); if (c) do { i_cmpsw(); c--; } while (c>0 && ZF); Wreg(CW)=c; break;
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
H A DPageFaultHandler.S52 testb %al, %al # set ZF flag
60 jnz L1 # check ZF flag
H A DPageFaultHandler.asm56 test al, al ; set ZF flag
64 jnz @F ; check ZF flag
/dports/devel/z88dk/z88dk/libsrc/sdcard/
H A Dsd_read_sector_callee.asm55 jr nz,read_end ; if ZF set command response is $00
59 jr nz,read_end ; ZF set if data token reeceived
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/generator/
H A DWaveletVolume.cpp34 constexpr double ZF = 3.f; in getWaveletValue() local
39 + ZM * std::cos(ZF * objectCoordinates.z)); in getWaveletValue()
/dports/www/zend-framework/ZendFramework-2.4.13/
H A DREADME-GIT.md25 4. Add a remote to the canonical ZF repository, so you can keep your fork
53 3. Add a remote for the ZF repository and fetch it
60 4. Create a new branch for the ZF repository (named "zf/master" here)
66 5. Create your master branch off the ZF branch, and push to your
158 match the canonical ZF repository. In each of the above setups, we have
231 Zend_Service_Twitter`, `fixes ZF-9295`, etc.)
/dports/science/hdf/hdf-4.2.15/hdf/util/MacProjects/
H A Dfp2hdf.project.hqx19 k!!!!!!!!"XS!!!!l!!!!!!!!"ZF!!!!m!!!!!!!!"`-!!!!p!!!!!!!!"b!!!!!
222 SC'CXD@)ZF(*[DQ9MG!"SC'BJ6'PL)$Bi5b"%C@*eC`!kD'4Q0MKV,NCKFLJdD5m
227 J8&"$!(TXD@)ZF(*[DQ9MG!"kE'PL)$Bi5b"%C@*eC`!kHMBiDbj'BA)S0'N[1'3
628 !!&4&@&3ZF!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!%eA)&"KFf0KE#!
629 f1%X!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&4&@&3ZF'&c!!!!!!!!!!!!!!!!!!!
631 !!&4&@&3ZF'0S!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!%eA)%-[3bXV)$B
632 i5`!!!!!!!!!!!!!!!!!!!!!!!!!!J!!!!&4&@&3ZF'0S+bX!!!!!!!!!!!!!!!!
634 !!&4&@&3ZF("e!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!%eA)&"KFf0KE#!
718 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&4&@&3ZF!!!!!!!!!!!!!!
720 !!!!!!!!!!&4&@&3ZF'&c!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!%eA)&"
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/nec/
H A Dnecinstr.c250 OP( 0x74, i_jz ) { JMP( ZF); CLKS(4,4,3); }
251 OP( 0x75, i_jnz ) { JMP(!ZF); CLKS(4,4,3); }
252 OP( 0x76, i_jce ) { JMP(CF || ZF); CLKS(4,4,3); }
253 OP( 0x77, i_jnce ) { JMP(!(CF || ZF)); CLKS(4,4,3); }
258 OP( 0x7c, i_jl ) { JMP((SF!=OF)&&(!ZF)); CLKS(4,4,3); }
259 OP( 0x7d, i_jnl ) { JMP((ZF)||(SF==OF)); CLKS(4,4,3); }
260 OP( 0x7e, i_jle ) { JMP((ZF)||(SF!=OF)); CLKS(4,4,3); }
261 OP( 0x7f, i_jnle ) { JMP((SF==OF)&&(!ZF)); CLKS(4,4,3); }
574 case 0xa6: CLK(2); if (c) do { i_cmpsb(nec_state); c--; } while (c>0 && ZF==0); Wreg(CW)=c; break;
575 case 0xa7: CLK(2); if (c) do { i_cmpsw(nec_state); c--; } while (c>0 && ZF==0); Wreg(CW)=c; break;
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/nec/
H A Dnecinstr.c250 OP( 0x74, i_jz ) { JMP( ZF); CLKS(4,4,3); }
251 OP( 0x75, i_jnz ) { JMP(!ZF); CLKS(4,4,3); }
252 OP( 0x76, i_jce ) { JMP(CF || ZF); CLKS(4,4,3); }
253 OP( 0x77, i_jnce ) { JMP(!(CF || ZF)); CLKS(4,4,3); }
258 OP( 0x7c, i_jl ) { JMP((SF!=OF)&&(!ZF)); CLKS(4,4,3); }
259 OP( 0x7d, i_jnl ) { JMP((ZF)||(SF==OF)); CLKS(4,4,3); }
260 OP( 0x7e, i_jle ) { JMP((ZF)||(SF!=OF)); CLKS(4,4,3); }
261 OP( 0x7f, i_jnle ) { JMP((SF==OF)&&(!ZF)); CLKS(4,4,3); }
574 case 0xa6: CLK(2); if (c) do { i_cmpsb(nec_state); c--; } while (c>0 && ZF==0); Wreg(CW)=c; break;
575 case 0xa7: CLK(2); if (c) do { i_cmpsw(nec_state); c--; } while (c>0 && ZF==0); Wreg(CW)=c; break;
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/
H A DcppNest.vert109 #define ZF 1
114 #elif ZF
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/
H A DcppNest.vert109 #define ZF 1
114 #elif ZF
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A DcppNest.vert109 #define ZF 1
114 #elif ZF

12345678910>>...86