Browse Source
* add DECLARE_OVERLAP_INSN to bind instructions with extension * add overlap_list.h to contain the declare of all overlapping instructions * make func function for overlapping instruction return NULL when the coresponding extension(s) is not supported.pull/975/head
5 changed files with 28 additions and 9 deletions
@ -0,0 +1,8 @@ |
|||
DECLARE_OVERLAP_INSN(c_fsdsp, 'C') |
|||
DECLARE_OVERLAP_INSN(c_fsdsp, 'D') |
|||
DECLARE_OVERLAP_INSN(c_fld, 'C') |
|||
DECLARE_OVERLAP_INSN(c_fld, 'D') |
|||
DECLARE_OVERLAP_INSN(c_fldsp, 'C') |
|||
DECLARE_OVERLAP_INSN(c_fldsp, 'D') |
|||
DECLARE_OVERLAP_INSN(c_fsd, 'C') |
|||
DECLARE_OVERLAP_INSN(c_fsd, 'D') |
|||
Loading…
Reference in new issue