Searched defs:IsMemoryOperand (Results 1 – 3 of 3) sorted by relevance
213 struct IsMemoryOperand { struct214 static constexpr bool value = std::is_same_v<ArgumentType, Memory32Bit>;
234 struct IsMemoryOperand { in Jcc() struct248 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in Jcc() argument
346 struct IsMemoryOperand { struct347 static constexpr bool value = Assembler::template IsMemoryOperand<ArgumentType>::value; argument