Searched defs:IsMemoryOperand (Results 1 – 3 of 3) sorted by relevance
231 struct IsMemoryOperand { struct232 static constexpr bool value = std::is_same_v<ArgumentType, Memory32Bit>;
253 struct IsMemoryOperand { in Jcc() struct267 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in Jcc() argument
431 struct IsMemoryOperand { struct433 DerivedAssemblerType::template IsMemoryOperand<ArgumentType>::value; argument