HomeSort by relevance Sort by last modified time
    Searched refs:flags_in (Results 1 - 7 of 7) sorted by null

  /external/valgrind/none/tests/amd64/
shrld.c 9 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 = 0ULL
    [all...]
amd64locked.c 236 Long o, s, z, a, c, p, v1, v2, flags_in; \
249 flags_in = (o ? CC_O : 0) \
260 block[0] = flags_in; \
280 #_name, g_val, e_val_before, flags_in, \
331 Long o, s, z, a, c, p, v2, flags_in; \
343 flags_in = (o ? CC_O : 0) \
353 block[0] = flags_in; \
371 #_name, #_imm, e_val_before, flags_in, \
447 Long o, s, z, a, c, p, v2, flags_in; \
459 flags_in = (o ? CC_O : 0)
    [all...]
  /external/valgrind/VEX/test/
test-i386-shift.h 110 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);
test-amd64-shift.h 124 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...]
test-i386.h 117 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);
test-amd64.h 108 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/none/tests/x86/
x86locked.c 221 int o, s, z, a, c, p, v1, v2, flags_in; \
234 flags_in = (o ? CC_O : 0) \
245 block[0] = flags_in; \
265 #_name, g_val, e_val_before, flags_in, \
309 int o, s, z, a, c, p, v2, flags_in; \
321 flags_in = (o ? CC_O : 0) \
331 block[0] = flags_in; \
349 #_name, #_imm, e_val_before, flags_in, \
411 int o, s, z, a, c, p, v2, flags_in; \
423 flags_in = (o ? CC_O : 0)
    [all...]

Completed in 428 milliseconds