cttl_impl::xst_instruction_1_operand< FirstOperandT, neg_top_ > 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>
struct cttl_impl::xst_instruction_1_operand< FirstOperandT, neg_top_ >

Definition at line 209 of file xst_instructions.h.


Member Function Documentation

template<int FirstOperandT>
template<typename TargetLambdaT >
static void cttl_impl::xst_instruction_1_operand< FirstOperandT, neg_top_ >::instruction ( TargetLambdaT &  lambda_  )  [static]

Definition at line 212 of file xst_instructions.h.

00213     {
00214         CTTL_TRACE_DEPOSIT_JUSTIFY();
00215         CTTL_TRACE_DEPOSIT_TEXT( "neg_top\t" );
00216         CTTL_TRACE_DEPOSIT_TEXT( FirstOperandT );
00217         CTTL_TRACE_DEPOSIT_TEXT( "; " );
00218         static const int first_operand = FirstOperandT;
00219         lambda_.top( const_scalar( first_operand ) ) = -lambda_.top( const_scalar( first_operand ) );
00220         CTTL_UNILOG_FLUSH;
00221     }


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