Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/40911 )

Change subject: arch-power: Add fields for D and X form instructions
......................................................................

arch-power: Add fields for D and X form instructions

This adds the L field for D and X form instructions that
specifies if a compare instruction should perform 32-bit
or 64-bit comparison of its operands.

Change-Id: I72413a507c93096b1573836197837227c1c1e521
Signed-off-by: Sandipan Das <[email protected]>
---
M src/arch/power/types.hh
1 file changed, 4 insertions(+), 0 deletions(-)



diff --git a/src/arch/power/types.hh b/src/arch/power/types.hh
index ef9b35f..4ce1864 100644
--- a/src/arch/power/types.hh
+++ b/src/arch/power/types.hh
@@ -51,12 +51,16 @@

     // Immediate fields
     Bitfield<15,  0> si;
+    Bitfield<15,  0> ui;
     Bitfield<15,  0> d;
     Bitfield<15,  2> ds;
     Bitfield<15,  6> d0;
     Bitfield<20, 16> d1;
     Bitfield< 1,  0> d2;

+    // Compare fields
+    Bitfield<21>     l;
+
     // Special purpose register identifier
     Bitfield<20, 11> spr;
     Bitfield<25, 23> bf;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/40911
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I72413a507c93096b1573836197837227c1c1e521
Gerrit-Change-Number: 40911
Gerrit-PatchSet: 1
Gerrit-Owner: Sandipan Das <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to