Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h231 struct IsMemoryOperand { struct
232 static constexpr bool value = std::is_same_v<ArgumentType, Memory32Bit>;
Dx86_64.h253 struct IsMemoryOperand { in Jcc() struct
267 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in Jcc() argument
Dx86_32_and_x86_64.h431 struct IsMemoryOperand { struct
433 DerivedAssemblerType::template IsMemoryOperand<ArgumentType>::value; argument