Searched refs:flags_in (Results 1 - 7 of 7) sorted by relevance

/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...]
H A Damd64locked.c224 Long o, s, z, a, c, p, v1, v2, flags_in; \
237 flags_in = (o ? CC_O : 0) \
248 block[0] = flags_in; \
268 #_name, g_val, e_val_before, flags_in, \
319 Long o, s, z, a, c, p, v2, flags_in; \
331 flags_in = (o ? CC_O : 0) \
341 block[0] = flags_in; \
359 #_name, #_imm, e_val_before, flags_in, \
435 Long o, s, z, a, c, p, v2, flags_in; \
447 flags_in
[all...]
/external/valgrind/main/VEX/test/
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-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-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);
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);
/external/valgrind/main/none/tests/x86/
H A Dx86locked.c209 int o, s, z, a, c, p, v1, v2, flags_in; \
222 flags_in = (o ? CC_O : 0) \
233 block[0] = flags_in; \
253 #_name, g_val, e_val_before, flags_in, \
297 int o, s, z, a, c, p, v2, flags_in; \
309 flags_in = (o ? CC_O : 0) \
319 block[0] = flags_in; \
337 #_name, #_imm, e_val_before, flags_in, \
399 int o, s, z, a, c, p, v2, flags_in; \
411 flags_in
[all...]

Completed in 109 milliseconds