Home | History | Annotate | Download | only in test

Lines Matching refs:iflags

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