Searched defs:iflags (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.h17 stringify(OP) size, s0, s1, res, iflags, flags & CC_MASK);
28 stringify(OP) size, s0, res, iflags, flags & CC_MASK);
32 void exec_opq(long s0, long s1, long iflags) argument
36 flags = iflags;
41 void exec_opl(long s0, long s1, long iflags) argument
45 flags = iflags;
49 void exec_opw(long s0, long s1, long iflags) argument
53 flags = iflags;
57 void exec_opb(long s0, long s1, long iflags) argument
61 flags = iflags;
66 exec_opq(long s0, long s1, long iflags) argument
75 exec_opl(long s0, long s1, long iflags) argument
83 exec_opw(long s0, long s1, long iflags) argument
91 exec_opb(long s0, long s1, long iflags) argument
[all...]
H A Dtest-i386-shift.h31 void exec_opq(long s2, long s0, long s1, long iflags) argument
35 flags = iflags;
41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
45 void exec_opl(long s2, long s0, long s1, long iflags) argument
49 flags = iflags;
55 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
58 void exec_opw(long s2, long s0, long s1, long iflags) argument
62 flags = iflags;
68 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
82 void exec_opq(long s2, long s0, long s1, long iflags) argument
96 exec_opl(long s2, long s0, long s1, long iflags) argument
109 exec_opw(long s2, long s0, long s1, long iflags) argument
125 exec_opb(long s0, long s1, long iflags) argument
[all...]

Completed in 58 milliseconds