Lines Matching refs:iflags
28 inline void exec_opl(int s0, int s1, int iflags) in exec_opl() argument
32 flags = iflags; in exec_opl()
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
39 res, iflags, flags & CC_MASK); in exec_opl()
42 inline void exec_opw(int s0, int s1, int iflags) in exec_opw() argument
46 flags = iflags; in exec_opw()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
53 res, iflags, flags & CC_MASK); in exec_opw()
56 inline void exec_opb(int s0, int s1, int iflags) in exec_opb() argument
60 flags = iflags; in exec_opb()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
67 res, iflags, flags & CC_MASK); in exec_opb()
71 inline void exec_opl(int s0, int s1, int iflags) in exec_opl() argument
75 flags = iflags; in exec_opl()
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
82 res, iflags, flags & CC_MASK); in exec_opl()
85 inline void exec_opw(int s0, int s1, int iflags) in exec_opw() argument
89 flags = iflags; in exec_opw()
93 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
96 res, iflags, flags & CC_MASK); in exec_opw()
99 inline void exec_opb(int s0, int s1, int iflags) in exec_opb() argument
103 flags = iflags; in exec_opb()
107 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
110 res, iflags, flags & CC_MASK); in exec_opb()