Home
last modified time | relevance | path

Searched refs:IsMemoryOperand (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon_x86.h346 struct IsMemoryOperand { struct
347 static constexpr bool value = Assembler::template IsMemoryOperand<ArgumentType>::value; argument
527 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()
Dx86_32.h213 struct IsMemoryOperand { struct
241 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in EmitVex()
Dx86_64.h328 auto operand = ArgumentByType<0, IsMemoryOperand>(arguments...); in Rex()