cttl_impl::xst_instruction_2_operand< FirstOperandT, SecondOperandT, move_size_ > Struct Template Reference

#include <xst_instructions.h>

List of all members.

Static Public Member Functions

template<typename TargetLambdaT >
static void instruction (TargetLambdaT &lambda_)


Detailed Description

template<int FirstOperandT, int SecondOperandT>
struct cttl_impl::xst_instruction_2_operand< FirstOperandT, SecondOperandT, move_size_ >

Definition at line 407 of file xst_instructions.h.


Member Function Documentation

template<int FirstOperandT, int SecondOperandT>
template<typename TargetLambdaT >
static void cttl_impl::xst_instruction_2_operand< FirstOperandT, SecondOperandT, move_size_ >::instruction ( TargetLambdaT &  lambda_  )  [static]

Definition at line 410 of file xst_instructions.h.

00411     {
00412         typedef typename TargetLambdaT::value_T value_T;
00413         static const int first_operand = FirstOperandT;
00414         static const int second_operand = SecondOperandT;
00415 
00416         CTTL_TRACE_DEPOSIT_JUSTIFY();
00417         CTTL_TRACE_DEPOSIT_TEXT( "move_size\t" );
00418         CTTL_TRACE_DEPOSIT_TEXT( FirstOperandT );
00419         CTTL_TRACE_DEPOSIT_TEXT( '\t' );
00420         CTTL_TRACE_DEPOSIT_TEXT( SecondOperandT );
00421         CTTL_TRACE_DEPOSIT_TEXT( "; " );
00422         lambda_.top( const_scalar( first_operand ) ) = value_T( lambda_.size( const_scalar( second_operand ) ) );
00423         CTTL_UNILOG_FLUSH;
00424     }


The documentation for this struct was generated from the following file:

Generated on Sun Aug 23 13:44:13 2009 for Common Text Transformation Library by  doxygen 1.5.9