Home
last modified time | relevance | path

Searched refs:AC_S (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_cpu1.c38 #define FP_PACK38(s,e,f) (((s)? AC_S: 0) | ((t_uint64) (f)) | \
150 AC = AC | AC_S; in op_div()
165 AC = AC & AC_S; in op_als()
175 AC = AC & AC_S; in op_ars()
192 AC = AC | AC_S; in op_lls()
204 AC = AC & AC_S; /* sign */ in op_lrs()
269 AC = AC & AC_S; in op_pse()
278 AC = AC ^ AC_S; in op_pse()
282 AC = AC & ~AC_S; in op_pse()
421 AC = AC & AC_S; in op_mse()
[all …]
H A Di7094_cpu.c982 AC = (AC & AC_S) | ((AC >> 6) & 0017777777777) | in sim_instr()
993 if ((AC & AC_S) == 0) { /* if AC + */ in sim_instr()
1003 MQ = (AC & MMASK) | ((AC & AC_S)? SIGN: 0); in sim_instr()
1004 AC = (t & MMASK) | ((t & SIGN)? AC_S: 0); in sim_instr()
1252 AC = (SR & MMASK) | ((SR & SIGN)? AC_S: 0); in sim_instr()
1256 AC = (SR & MMASK) | ((SR & SIGN)? 0: AC_S); in sim_instr()
1311 SR = (AC & MMASK) | ((AC & AC_S)? SIGN: 0); in sim_instr()
1480 AC = (AC & AC_S) | ((AC + SR) & AC_MMASK); in sim_instr()
1490 if ((AC & AC_S) != 0) { /* if AC - */ in sim_instr()
1533 AC = (AC & AC_S) | ((AC + 1) & AC_MMASK); in sim_instr()
[all …]
H A Di7094_defs.h142 #define AC_S 02000000000000 /* sign */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dpmf.c47 #define AC_S 0x04 /* Set */ macro
111 { SMT_P103C,AC_S, 0, "wS" } ,
267 { SMT_P4046,AC_S, 0, "wS" } ,
455 if (pt && pt->p_access == AC_S) { in smt_build_pmf_response()
572 if (pt && pt->p_access == AC_S) in smt_add_para()
1156 case AC_S : in smt_set_para()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dpmf.c47 #define AC_S 0x04 /* Set */ macro
111 { SMT_P103C,AC_S, 0, "wS" } ,
267 { SMT_P4046,AC_S, 0, "wS" } ,
455 if (pt && pt->p_access == AC_S) { in smt_build_pmf_response()
572 if (pt && pt->p_access == AC_S) in smt_add_para()
1156 case AC_S : in smt_set_para()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dpmf.c47 #define AC_S 0x04 /* Set */ macro
111 { SMT_P103C,AC_S, 0, "wS" } ,
267 { SMT_P4046,AC_S, 0, "wS" } ,
455 if (pt && pt->p_access == AC_S) { in smt_build_pmf_response()
572 if (pt && pt->p_access == AC_S) in smt_add_para()
1156 case AC_S : in smt_set_para()