projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf7163
)
Add in operand which holds the condition code bits of the flag register.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 17 Jul 2007 22:28:48 +0000
(15:28 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 17 Jul 2007 22:28:48 +0000
(15:28 -0700)
--HG--
extra : convert_revision :
416052f41fccc8286b3bdbe8d559512a761224f2
src/arch/x86/isa/operands.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/operands.isa
b/src/arch/x86/isa/operands.isa
index b2ac17d667d7804c8a05c1f7aab00ea31a0c97df..83df583ea0b02ddf71ebd49287546bf577b4ab55 100644
(file)
--- a/
src/arch/x86/isa/operands.isa
+++ b/
src/arch/x86/isa/operands.isa
@@
-103,5
+103,6
@@
def operands {{
'Index': ('IntReg', 'uqw', 'index', 'IsInteger', 5),
'Data': ('IntReg', 'uqw', 'data', 'IsInteger', 6),
'RIP': ('NPC', 'uqw', None, (None, None, 'IsControl'), 10),
+ 'ccFlagBits': ('IntReg', 'uqw', 'NUM_INTREGS + NumMicroIntRegs', None, 20),
'Mem': ('Mem', 'uqw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 100)
}};