Lines Matching refs:iflags
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq() argument
34 flags = iflags; 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
47 flags = iflags; 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
60 flags = iflags; 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
83 flags = iflags; 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
96 flags = iflags; 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
112 flags = iflags; in exec_opb()
118 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()