Home
last modified time | relevance | path

Searched refs:AF_L (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/xcpc/xcpc-20070122/src/dev/
H A Dz80cpu_opcode_XX.h19 case JP_NZ: if(AF_L&Z_FLAG) PC_W+=2; else { M_JP; } break;
20 case JP_NC: if(AF_L&C_FLAG) PC_W+=2; else { M_JP; } break;
21 case JP_PO: if(AF_L&P_FLAG) PC_W+=2; else { M_JP; } break;
102 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
106 AF_H=(AF_H<<1)|(AF_L&C_FLAG);
107 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
112 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
116 AF_H=(AF_H>>1)|(AF_L&C_FLAG? 0x80:0);
117 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
158 AF_L^=C_FLAG;R(N_FLAG|H_FLAG);
[all …]
H A Dz80cpu_opcode.h19 case JP_NZ: if(AF_L&Z_FLAG) PC_W+=2; else { M_JP; } break;
20 case JP_NC: if(AF_L&C_FLAG) PC_W+=2; else { M_JP; } break;
21 case JP_PO: if(AF_L&P_FLAG) PC_W+=2; else { M_JP; } break;
91 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
95 AF_H=(AF_H<<1)|(AF_L&C_FLAG);
96 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
101 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
105 AF_H=(AF_H>>1)|(AF_L&C_FLAG? 0x80:0);
106 AF_L=(AF_L&~(C_FLAG|N_FLAG|H_FLAG))|I;
147 AF_L^=C_FLAG;R(N_FLAG|H_FLAG);
[all …]
H A Dz80cpu_opcode_ED.h79 AF_L=PZSTable[AF_H]|(AF_L&C_FLAG);
86 AF_L=PZSTable[AF_H]|(AF_L&C_FLAG);
91 AF_L=(AF_L&C_FLAG)|(IF_W&IFF_2? P_FLAG:0)|ZSTable[AF_H];
96 AF_L=(AF_L&C_FLAG)|(IF_W&IFF_2? P_FLAG:0)|ZSTable[AF_H];
132 AF_L=N_FLAG|(BC_H? 0:Z_FLAG);
222 AF_L=(AF_L&~(N_FLAG|H_FLAG|P_FLAG))|(BC_W? P_FLAG:0);
240 AF_L=(AF_L&~(N_FLAG|H_FLAG|P_FLAG))|(BC_W? P_FLAG:0);
259 AF_L =
272 AF_L =
282 AF_L =
[all …]
H A Dz80cpu_tables.h11 #define AF_L z80cpu->AF.B.l macro
/dports/science/py-dipy/dipy-1.4.1/doc/interfaces/
H A Dbundle_segmentation_flow.rst78 Example of extracted Left Arcuate fasciculus (AF_L) bundle (visualized with ``dipy_horizon``):
85 Extracted Left Arcuate fasciculus (AF_L) from input tractogram
87 Example of extracted Left Arcuate fasciculus (AF_L) bundle visualized along
88 with the model AF_L bundle used as reference in RecoBundles:
95 Extracted Left Arcuate fasciculus (AF_L) in pink and model AF_L bundle in green color.
H A Dbuan_flow.rst51 ├── AF_L.trk
194 Result plot for left arcuate fasciculus (AF_L) on FA measure
203 dipy_horizon bundles/AF_L.trk lmm_plots/AF_L_fa_pvalues.npy --buan --buan_thr 0.05
205 Where, ``AF_L.trk `` is located in your model bundle folder ``bundles`` and
215 … Result plot for left arcuate fasciculus (AF_L) with a highlighted area on the bundle in red color.
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp81 #define AF_L 1 macro
87 #define a_L (AF_L)
91 #define a_LV (AF_L | AF_V)
92 #define a_LVT (AF_L | AF_V | AF_T)
288 if ((transition.actionFlags & AF_L) != 0) { in characterProcessing()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp81 #define AF_L 1 macro
87 #define a_L (AF_L)
91 #define a_LV (AF_L | AF_V)
92 #define a_LVT (AF_L | AF_V | AF_T)
288 if ((transition.actionFlags & AF_L) != 0) { in characterProcessing()