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

  /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-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);
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);
  /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...]

Completed in 246 milliseconds