Home
last modified time | relevance | path

Searched refs:IsLabelOperand (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon_x86.h351 struct IsLabelOperand { struct
352 static constexpr bool value = Assembler::template IsLabelOperand<ArgumentType>::value; argument
528 constexpr auto labels_count = kCountArguments<IsLabelOperand, ArgumentsTypes...>; in EmitInstruction()
606 ArgumentByType<0, IsLabelOperand>(arguments...).label); in EmitInstruction()
619 ArgumentByType<0, IsLabelOperand>(arguments...).label); in EmitInstruction()
Dx86_32.h219 struct IsLabelOperand { struct
242 constexpr auto labels_count = kCountArguments<IsLabelOperand, ArgumentsTypes...>; in EmitVex() argument