Lines Matching refs:Operand0
1043 static constexpr int64_t Operand0 = \ in TEST_F()
1047 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1078 static constexpr int64_t Operand0 = \ in TEST_F()
1082 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1106 static constexpr int64_t Operand0 = \ in TEST_F()
1110 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1196 static constexpr Operand0Type_##Type##Size Operand0 = \ in TEST_F()
1198 static constexpr Type##Size##_t Operand0Lo = Operand0 & Mask##Size; \ in TEST_F()
1200 (Operand0 >> Size) & Mask##Size; \ 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()
1239 static constexpr Operand0Type_##Type##Size Operand0 = \ in TEST_F()
1241 static constexpr Type##Size##_t Operand0Lo = Operand0 & Mask##Size; \ in TEST_F()
1243 (Operand0 >> Size) & Mask##Size; \ in TEST_F()
1268 static constexpr uint32_t Quocient = (Operand0 / V0) & Mask##Size; \ in TEST_F()
1269 static constexpr uint32_t Reminder = (Operand0 % V0) & Mask##Size; \ in TEST_F()