Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h213 struct IsMemoryOperand { struct
214 static constexpr bool value = std::is_same_v<ArgumentType, Memory32Bit>;
Dx86_64.h234 struct IsMemoryOperand { in Jcc() struct
248 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in Jcc() argument
Dcommon_x86.h346 struct IsMemoryOperand { struct
347 static constexpr bool value = Assembler::template IsMemoryOperand<ArgumentType>::value; argument