Lines Matching refs:s0
29 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl() argument
32 res = s0; in exec_opl()
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() argument
45 res = s0; in exec_opw()
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
65 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl() argument
68 res = s0; in exec_opl()
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() argument
81 res = s0; in exec_opw()
88 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
94 void exec_opb(int s0, int s1, int iflags) in exec_opb() argument
97 res = s0; in exec_opb()
104 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
108 void exec_op(int s2, int s0, int s1) in exec_op() argument
125 exec_opl(s2, s0, s1, flags_in); in exec_op()
128 exec_opw(s2, s0, s1, flags_in); in exec_op()
130 exec_opw(s2, s0, s1, flags_in); in exec_op()
133 exec_opb(s0, s1, flags_in); in exec_op()
136 exec_opl(s2, s0, s1, flags_in); in exec_op()
137 exec_opw(s2, s0, s1, flags_in); in exec_op()
138 exec_opb(s0, s1, flags_in); in exec_op()