Searched defs:flags_in (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/test/
H A Dtest-amd64-shift.h124 int64 o,s,z,a,c,p,flags_in; local
132 flags_in = (o ? CC_O : 0)
139 exec_opq(s2, s0, s1, flags_in);
141 exec_opl(s2, s0, s1, flags_in);
144 exec_opw(s2, s0, s1, flags_in);
146 exec_opw(s2, s0, s1, flags_in);
149 exec_opb(s0, s1, flags_in);
152 exec_opq(s2, s0, s1, flags_in);
153 exec_opl(s2, s0, s1, flags_in);
154 exec_opw(s2, s0, s1, flags_in);
[all...]
H A Dtest-amd64.h108 int64 o,s,z,a,c,p,flags_in; local
116 flags_in = (o ? CC_O : 0)
122 exec_opq(s0, s1, flags_in);
123 exec_opl(s0, s1, flags_in);
124 exec_opw(s0, s1, flags_in);
125 exec_opb(s0, s1, flags_in);
H A Dtest-i386-shift.h110 int o,s,z,a,c,p,flags_in; local
118 flags_in = (o ? CC_O : 0)
125 exec_opl(s2, s0, s1, flags_in);
128 exec_opw(s2, s0, s1, flags_in);
130 exec_opw(s2, s0, s1, flags_in);
133 exec_opb(s0, s1, flags_in);
136 exec_opl(s2, s0, s1, flags_in);
137 exec_opw(s2, s0, s1, flags_in);
138 exec_opb(s0, s1, flags_in);
H A Dtest-i386.h117 int o,s,z,a,c,p,flags_in; local
125 flags_in = (o ? CC_O : 0)
131 exec_opl(s0, s1, flags_in);
132 exec_opw(s0, s1, flags_in);
133 exec_opb(s0, s1, flags_in);
/external/valgrind/main/none/tests/amd64/
H A Dshrld.c9 ULong flags_in; variable
40 "\tpushq flags_in\n"
61 "\tpushq flags_in\n"
82 "\tpushq flags_in\n"
104 "\tpushq flags_in\n"
125 "\tpushq flags_in\n"
146 "\tpushq flags_in\n"
171 flags_in = 0ULL;
184 flags_in = 0ULL;
198 flags_in
[all...]

Completed in 1270 milliseconds