ssbb_dsb.xml */
| 23631 | |
| 23632 | /* ssbb_dsb.xml */ |
| 23633 | int SSBB_DSB(context *ctx, Instruction *instr) |
| 23634 | { |
| 23635 | int rc = DECODE_STATUS_UNMATCHED; |
| 23636 | /* class iclass_dsb_memory */ |
| 23637 | /* 1101010100|L=0|op0=00|op1=011|CRn=0011|CRm=0000|op2[2]=1|opc=00|Rt=11111 */ |
| 23638 | if((INSWORD & 0xFFFFFFFF)==0xD503309F) { |
| 23639 | decode_fields32(ENC_SSBB_DSB_BO_BARRIERS, ctx, instr); |
| 23640 | OK(ENC_SSBB_DSB_BO_BARRIERS); |
| 23641 | } |
| 23642 | return rc; |
| 23643 | } |
| 23644 | |
| 23645 | /* sshll_advsimd.xml */ |
| 23646 | int SSHLL_advsimd(context *ctx, Instruction *instr) |
no test coverage detected