Lines Matching refs:iflags
27 static inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq() argument
31 flags = iflags; in exec_opq()
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq()
36 static inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl() argument
40 flags = iflags; in exec_opl()
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
45 static inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw() argument
49 flags = iflags; in exec_opw()
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
54 static inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() argument
58 flags = iflags; in exec_opb()
61 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
64 static inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq() argument
68 flags = iflags; in exec_opq()
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
74 static inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl() argument
78 flags = iflags; in exec_opl()
81 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
84 static inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw() argument
88 flags = iflags; in exec_opw()
91 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
94 static inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() argument
98 flags = iflags; in exec_opb()
101 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()