tlbi_sys.xml */
| 27664 | |
| 27665 | /* tlbi_sys.xml */ |
| 27666 | int TLBI_SYS(context *ctx, Instruction *instr) |
| 27667 | { |
| 27668 | int rc = DECODE_STATUS_UNMATCHED; |
| 27669 | /* class iclass_system */ |
| 27670 | // /* 1101010100|L=0|op0=01|op1=xxx|CRn=1000|CRm=xxxx|op2=xxx|Rt=xxxxx */ |
| 27671 | // if((INSWORD & 0xFFF8F000)==0xD5088000) { |
| 27672 | /* 110|101|0100|L=0|01|op1=xxx|CRn=100x|CRm=xxxx|op2=xxx|Rt=xxxxx */ |
| 27673 | if((INSWORD & 0xFFF8E000)==0xD5088000) { |
| 27674 | decode_fields32(ENC_TLBI_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 27675 | OK(ENC_TLBI_SYS_CR_SYSTEMINSTRS); |
| 27676 | } |
| 27677 | return rc; |
| 27678 | } |
| 27679 | |
| 27680 | /* trn1_advsimd.xml */ |
| 27681 | int TRN1_advsimd(context *ctx, Instruction *instr) |
no test coverage detected