This introduces the extended opcode field for DS form
instructions and the fields d0, d1 and d2 which are
concatenated for specifying a signed integer immediate
operand.
Change-Id: Id60e85d79f9157d680f813bf90ab6e1e064253a9
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
def bitfield PO <31:26>;
def bitfield A_XO <5:1>;
def bitfield DS_XO <1:0>;
+def bitfield DX_XO <5:1>;
def bitfield X_XO <10:1>;
def bitfield XFL_XO <10:1>;
def bitfield XFX_XO <10:1>;
Bitfield<15, 0> si;
Bitfield<15, 0> d;
Bitfield<15, 2> ds;
+ Bitfield<15, 6> d0;
+ Bitfield<20, 16> d1;
+ Bitfield< 1, 0> d2;
// Special purpose register identifier
Bitfield<20, 11> spr;