OpenCores
URL https://opencores.org/ocsvn/scarm/scarm/trunk

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [scCR.cpp] - Blame information for rev 10

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 zhong
// scCR.cpp: implementation of the scCR class.
2
//
3
//////////////////////////////////////////////////////////////////////
4
 
5
#include "scCR.h"
6
 
7
//////////////////////////////////////////////////////////////////////
8
// Construction/Destruction
9
//////////////////////////////////////////////////////////////////////
10
 
11
scCR::scCR(uint32_t i)
12
{
13
        cout<<"uncomplete scCR "<<endl;
14
}
15
 
16
scCR::~scCR()
17
{
18
 
19
}
20
const char* scCR::kind_string="CR";
21
const char* scCR::kind()
22
{
23
  return kind_string;
24
}
25
 
26
bool scCR::is_mult()
27
{
28
  return false;
29
}
30
 
31
bool scCR::is_shift()
32
{
33
 return false;
34
}
35
 
36
REGS scCR::Rd()
37
{
38
  return REGS(0);
39
}
40
 
41
bool scCR::is_ls()
42
{
43
  return false;
44
}
45
 
46
bool scCR::is_rs()
47
{
48
 return false;
49
}
50
 
51
REGS scCR::Rn()
52
{
53
 return REGS(0);
54
}
55
 
56
COND scCR::cond()
57
{
58
 return COND(0);
59
}
60
 
61
bool scCR::wb()
62
{
63
 return false;
64
}
65
 
66
bool scCR::pre()
67
{
68
 return false;
69
}
70
 
71
bool scCR::is_imm()
72
{
73
 return false;
74
}
75
 
76
uint32_t scCR::A()
77
{
78
 return 0;
79
}
80
 
81
uint32_t scCR::B()
82
{
83
 return 0;
84
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.