Searched refs:IsMemoryOperand (Results 1 – 3 of 3) sorted by relevance
346 struct IsMemoryOperand { struct347 static constexpr bool value = Assembler::template IsMemoryOperand<ArgumentType>::value; argument527 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in EmitInstruction()602 ArgumentByType<0, IsMemoryOperand>(arguments...).operand); in EmitInstruction()615 ArgumentByType<0, IsMemoryOperand>(arguments...).operand); in EmitInstruction()
213 struct IsMemoryOperand { struct241 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in EmitVex()
328 auto operand = ArgumentByType<0, IsMemoryOperand>(arguments...); in Rex()