Lines Matching refs:op0
690 void test_imulw2(int64 op0, int64 op1) in test_imulw2() argument
693 s0 = op0; in test_imulw2()
708 void test_imull2(int64 op0, int64 op1) in test_imull2() argument
712 s0 = op0; in test_imull2()
727 #define TEST_IMUL_IM(size, size1, op0, op1)\ argument
734 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
740 "imul" size, op0, op1, res, flags & CC_MASK);\
743 #define TEST_IMUL_IM_L(op0, op1)\ argument
750 "imul $" #op0 ", %2, %0\n\t" \
756 "imull", op0, op1, res, flags & CC_MASK);\
866 #define TEST_BSX(op, size, op0)\ argument
869 val = op0;\
1110 int op0, op1;\
1111 op0 = 0x12345678;\
1114 : "=q" (op0), opconst (op1) \
1115 : "0" (op0), "1" (op1));\
1117 #op, op0, op1);\
1122 int op0, op1;\
1123 op0 = 0x12345678;\
1126 : "=q" (op0), opconst (op1) \
1127 : "0" (op0), "1" (op1), "a" (eax));\
1129 #op, eax, op0, op1);\