Home | History | Annotate | Download | only in test

Lines Matching refs:iflags

30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags)
34 flags = iflags;
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags)
47 flags = iflags;
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags)
60 flags = iflags;
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags)
83 flags = iflags;
89 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK);
92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags)
96 flags = iflags;
102 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK);
108 void exec_opb(int64 s0, int64 s1, int64 iflags)
112 flags = iflags;
118 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK);