Searched refs:operands_count (Results 1 – 3 of 3) sorted by relevance
527 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in EmitInstruction() local533 (registers_count + operands_count > 0) && in EmitInstruction()534 (registers_count + operands_count + labels_count < in EmitInstruction()536 static_assert((registers_count + operands_count + labels_count + conditions_count + in EmitInstruction()540 static_assert(operands_count <= 1, "Only one operand is allowed in instruction."); in EmitInstruction()547 static_assert((registers_count + operands_count + labels_count) <= 4, in EmitInstruction()561 static_assert((registers_count + operands_count + labels_count) <= 2, in EmitInstruction()582 if constexpr (registers_count == 1 && operands_count == 0 && labels_count == 0 && in EmitInstruction()599 if constexpr (operands_count == 1) { in EmitInstruction()612 if constexpr (operands_count == 1) { in EmitInstruction()[all …]
241 constexpr auto operands_count = kCountArguments<IsMemoryOperand, ArgumentsTypes...>; in EmitVex() local243 constexpr auto vvvv_parameter = 2 - reg_is_opcode_extension - operands_count - labels_count; in EmitVex()
327 if constexpr (operands_count == 1) { in Rex()