head	1.1;
branch	1.1.1;
access;
symbols
	ver0_1:1.1.1.1
	release_0_1:1.1.1;
locks; strict;
comment	@// @;


1.1
date	2002.09.05.11.31.28;	author zhong;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.09.05.11.31.28;	author zhong;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@// scHWT.cpp: implementation of the scHWT class.
//
//////////////////////////////////////////////////////////////////////

#include "scHWT.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

scHWT::scHWT(uint32_t i)
{
	cout<<"uncomplete scHWT"<<endl;
}

scHWT::~scHWT()
{

}
const char* scHWT::kind_string = "HWT";
const char* scHWT::kind()
{
  return kind_string;
}

uint32_t scHWT::A()
{
  return ir.rn;
}

REGS scHWT::Rd()
{
  return REGS(ir.rd);
}

uint32_t scHWT::B()
{
  return ir.rm;
}
@


1.1.1.1
log
@v0_1
@
text
@@
