Searched refs:IsLabelOperand (Results 1 – 2 of 2) sorted by relevance
351 struct IsLabelOperand { struct352 static constexpr bool value = Assembler::template IsLabelOperand<ArgumentType>::value; argument528 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()
219 struct IsLabelOperand { struct242 constexpr auto labels_count = kCountArguments<IsLabelOperand, ArgumentsTypes...>; in EmitVex() argument