Lines Matching full:template
14 // TODO(rmcilroy): consider simplifying this to avoid the template magic.
16 // Template helpers to deduce the number of operands each bytecode has.
19 template <OperandType>
23 template <> \
32 template <OperandType... Args>
35 template <OperandType operand_0, OperandType operand_1, OperandType operand_2,
73 template <OperandType operand_0, OperandType operand_1, OperandType operand_2>
105 template <OperandType operand_0, OperandType operand_1>
134 template <OperandType operand_0>
155 template <>