Lines Matching refs:Operand0
1074 static constexpr int64_t Operand0 = \ in TEST_F()
1078 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1104 static constexpr int64_t Operand0 = \ in TEST_F()
1108 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1132 static constexpr int64_t Operand0 = \ in TEST_F()
1136 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1227 static constexpr Operand0Type_##Type##Size Operand0 = \ in TEST_F()
1229 static constexpr Type##Size##_t Operand0Lo = Operand0 & Mask##Size; \ in TEST_F()
1231 (Operand0 >> Size) & Mask##Size; \ in TEST_F()
1258 static constexpr uint32_t Quocient = (Operand0 / Operand1) & Mask##Size; \ in TEST_F()
1259 static constexpr uint32_t Reminder = (Operand0 % Operand1) & Mask##Size; \ in TEST_F()
1269 static constexpr Operand0Type_##Type##Size Operand0 = \ in TEST_F()
1271 static constexpr Type##Size##_t Operand0Lo = Operand0 & Mask##Size; \ in TEST_F()
1273 (Operand0 >> Size) & Mask##Size; \ in TEST_F()
1298 static constexpr uint32_t Quocient = (Operand0 / V0) & Mask##Size; \ in TEST_F()
1299 static constexpr uint32_t Reminder = (Operand0 % V0) & Mask##Size; \ in TEST_F()