| 161 |
/* instruction types */ |
/* instruction types */ |
| 162 |
#define UNMOVABLE_INS 0 |
#define UNMOVABLE_INS 0 |
| 163 |
/* 1 - 31 last destination register */ |
/* 1 - 31 last destination register */ |
|
/* 32 - 39 FCSR FCC bits */ |
|
| 164 |
#define FCSR_FCC 32 |
#define FCSR_FCC 32 |
| 165 |
/* no destination (i.e: store) */ |
/* no destination (i.e: store) */ |
| 166 |
#define MOVABLE_INS 40 |
#define MOVABLE_INS 33 |
| 167 |
#endif |
#endif |
| 168 |
|
|
| 169 |
#endif /* !(defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED) */ |
#endif /* !(defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED) */ |