Searched refs:opconst (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-amd64.c | 865 #define TEST_XCHG(op, size, opconst)\ argument 871 : "=q" (op0), opconst (op1) \ 877 #define TEST_CMPXCHG(op, size, opconst, eax)\ argument 883 : "=q" (op0), opconst (op1) \
|
D | test-i386.c | 827 #define TEST_XCHG(op, size, opconst)\ argument 833 : "=q" (op0), opconst (op1) \ 839 #define TEST_CMPXCHG(op, size, opconst, eax)\ argument 845 : "=q" (op0), opconst (op1) \
|