/external/valgrind/VEX/test/ |
D | test-i386.h | 36 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 …]
|
D | test-amd64.h | 34 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()
|
D | test-amd64-muldiv.h | 17 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()
|
D | test-amd64-shift.h | 40 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()
|
D | test-i386-shift.h | 39 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()
|
D | test-i386-muldiv.h | 17 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()
|
D | test-amd64.c | 67 #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 …]
|
D | test-i386.c | 57 #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/ |
D | x86locked.c | 214 #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/ |
D | amd64locked.c | 229 #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/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |