stclrb_ldclrb.xml */
| 24619 | |
| 24620 | /* stclrb_ldclrb.xml */ |
| 24621 | int STCLRB_LDCLRB(context *ctx, Instruction *instr) |
| 24622 | { |
| 24623 | int rc = DECODE_STATUS_UNMATCHED; |
| 24624 | /* class iclass_general */ |
| 24625 | /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=001|00|Rn=xxxxx|Rt=11111 */ |
| 24626 | if((INSWORD & 0xFFA0FC1F)==0x3820101F) { |
| 24627 | decode_fields32(ENC_STCLRB_LDCLRB_32_MEMOP, ctx, instr); |
| 24628 | if(ctx->R==0) OK(ENC_STCLRB_LDCLRB_32_MEMOP); |
| 24629 | if(ctx->R==1) OK(ENC_STCLRLB_LDCLRLB_32_MEMOP); |
| 24630 | } |
| 24631 | return rc; |
| 24632 | } |
| 24633 | |
| 24634 | /* stclrh_ldclrh.xml */ |
| 24635 | int STCLRH_LDCLRH(context *ctx, Instruction *instr) |
no test coverage detected