Home | History | Annotate | Download | only in test

Lines Matching defs:OP1

87 #define OP1
92 #define OP1
97 #define OP1
102 #define OP1
356 void test_imulw2(int op0, int op1)
360 s1 = op1;
374 void test_imull2(int op0, int op1)
378 s1 = op1;
392 #define TEST_IMUL_IM(size, size1, op0, op1)\
403 : "r" (op1), "1" (flags), "0" (res));\
405 "imul" size, op0, op1, res, flags & CC_MASK);\
829 int op0, op1;\
831 op1 = 0xfbca7654;\
833 : "=q" (op0), opconst (op1) \
834 : "0" (op0), "1" (op1));\
836 #op, op0, op1);\
841 int op0, op1;\
843 op1 = 0xfbca7654;\
845 : "=q" (op0), opconst (op1) \
846 : "0" (op0), "1" (op1), "a" (eax));\
848 #op, eax, op0, op1);\
894 uint64_t op0, op1, op2;
900 op1 = 0xfbca765423456;
902 op1 = op0;
907 : "=A" (op0), "=m" (op1), "=g" (eflags)
908 : "0" (op0), "m" (op1), "b" ((int)op2), "c" ((int)(op2 >> 32)));
909 printf("cmpxchg8b: op0=%016llx op1=%016llx CC=%02x\n",
910 op0, op1, eflags & CC_Z);