Lines Matching refs:s0
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq() argument
33 res = s0; in exec_opq()
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl() argument
46 res = s0; in exec_opl()
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw() argument
59 res = s0; in exec_opw()
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl() argument
82 res = s0; in exec_opl()
89 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw() argument
95 res = s0; in exec_opw()
102 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
108 void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() argument
111 res = s0; in exec_opb()
118 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op() argument
139 exec_opq(s2, s0, s1, flags_in); in exec_op()
141 exec_opl(s2, s0, s1, flags_in); in exec_op()
144 exec_opw(s2, s0, s1, flags_in); in exec_op()
146 exec_opw(s2, s0, s1, flags_in); in exec_op()
149 exec_opb(s0, s1, flags_in); in exec_op()
152 exec_opq(s2, s0, s1, flags_in); in exec_op()
153 exec_opl(s2, s0, s1, flags_in); in exec_op()
154 exec_opw(s2, s0, s1, flags_in); in exec_op()
155 exec_opb(s0, s1, flags_in); in exec_op()