Home | History | Annotate | Download | only in test

Lines Matching refs:iflags

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