|
@@ -981,7 +981,7 @@ struct mm16_r3_format { /* Load from global pointer format */
|
|
struct mm16_r5_format { /* Load/store from stack pointer format */
|
|
struct mm16_r5_format { /* Load/store from stack pointer format */
|
|
__BITFIELD_FIELD(unsigned int opcode : 6,
|
|
__BITFIELD_FIELD(unsigned int opcode : 6,
|
|
__BITFIELD_FIELD(unsigned int rt : 5,
|
|
__BITFIELD_FIELD(unsigned int rt : 5,
|
|
- __BITFIELD_FIELD(signed int simmediate : 5,
|
|
|
|
|
|
+ __BITFIELD_FIELD(unsigned int imm : 5,
|
|
__BITFIELD_FIELD(unsigned int : 16, /* Ignored */
|
|
__BITFIELD_FIELD(unsigned int : 16, /* Ignored */
|
|
;))))
|
|
;))))
|
|
};
|
|
};
|