Home | History | Annotate | Download | only in test

Lines Matching refs:iflags

29 void exec_opl(int s2, int s0, int s1, int iflags)
33 flags = iflags;
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
42 void exec_opw(int s2, int s0, int s1, int iflags)
46 flags = iflags;
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
65 void exec_opl(int s2, int s0, int s1, int iflags)
69 flags = iflags;
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK);
78 void exec_opw(int s2, int s0, int s1, int iflags)
82 flags = iflags;
88 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK);
94 void exec_opb(int s0, int s1, int iflags)
98 flags = iflags;
104 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK);