Update DPR type instruction IR operand field name
This commit is contained in:
parent
bb6fa95ade
commit
2402e3d268
@ -47,7 +47,7 @@ typedef struct {
|
|||||||
union {
|
union {
|
||||||
a64inst_logicOp logicOp;
|
a64inst_logicOp logicOp;
|
||||||
a64inst_arithmOp arithmOp;
|
a64inst_arithmOp arithmOp;
|
||||||
} processOpId;
|
} processOp;
|
||||||
a64inst_regSpecifier src2;
|
a64inst_regSpecifier src2;
|
||||||
union {
|
union {
|
||||||
a64inst_DPRegister_ArithmLogicData arithmLogicData;
|
a64inst_DPRegister_ArithmLogicData arithmLogicData;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user