Home
last modified time | relevance | path

Searched refs:CC_MASK (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/VEX/test/
Dtest-i386.h36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
39 res, iflags, flags & CC_MASK); in exec_opl()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
53 res, iflags, flags & CC_MASK); in exec_opw()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
67 res, iflags, flags & CC_MASK); in exec_opb()
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
82 res, iflags, flags & CC_MASK); in exec_opl()
93 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
96 res, iflags, flags & CC_MASK); in exec_opw()
[all …]
Dtest-amd64.h34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq()
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
61 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
81 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
91 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
101 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
Dtest-amd64-muldiv.h17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
71 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
Dtest-amd64-shift.h40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
89 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
102 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
118 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
Dtest-i386-shift.h39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
88 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
104 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
Dtest-i386-muldiv.h17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
Dtest-amd64.c67 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
115 #undef CC_MASK
116 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
154 #undef CC_MASK
155 #define CC_MASK (CC_C) macro
355 #undef CC_MASK
357 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
359 #define CC_MASK (CC_O | CC_C) macro
383 "imulw", s0, s1, res, flags & CC_MASK); in test_imulw2()
402 "imull", s0, s1, res, flags & CC_MASK); in test_imull2()
[all …]
Dtest-i386.c57 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
105 #undef CC_MASK
106 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
143 #undef CC_MASK
144 #define CC_MASK (CC_C) macro
343 #undef CC_MASK
345 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
347 #define CC_MASK (CC_O | CC_C) macro
371 "imulw", s0, s1, res, flags & CC_MASK); in test_imulw2()
389 "imull", s0, s1, res, flags & CC_MASK); in test_imull2()
[all …]
/external/valgrind/none/tests/x86/
Dx86locked.c214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O) macro
266 e_val, block[3] & CC_MASK) ); \
350 e_val, block[2] & CC_MASK) ); \ in GEN_do_locked_G_E()
452 e_val, block[2] & CC_MASK)); \
/external/valgrind/none/tests/amd64/
Damd64locked.c229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O) macro
281 e_val, block[3] & CC_MASK)); \
372 e_val, block[2] & CC_MASK)); \ in GEN_do_locked_G_E()
488 e_val, block[2] & CC_MASK)); \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...