Lines Matching refs:Operand1
1045 static constexpr int64_t Operand1 = \ in TEST_F()
1047 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1080 static constexpr int64_t Operand1 = \ in TEST_F()
1082 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1108 static constexpr int64_t Operand1 = \ in TEST_F()
1110 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1126 test.setDwordTo(T0, static_cast<uint32_t>(Operand1)); \ in TEST_F()
1201 static constexpr Type##Size##_t Operand1 = \ in TEST_F()
1213 Immediate(Operand1)); \ in TEST_F()
1228 static constexpr uint32_t Quocient = (Operand0 / Operand1) & Mask##Size; \ in TEST_F()
1229 static constexpr uint32_t Reminder = (Operand0 % Operand1) & Mask##Size; \ in TEST_F()