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