stclrh_ldclrh.xml */
| 24633 | |
| 24634 | /* stclrh_ldclrh.xml */ |
| 24635 | int STCLRH_LDCLRH(context *ctx, Instruction *instr) |
| 24636 | { |
| 24637 | int rc = DECODE_STATUS_UNMATCHED; |
| 24638 | /* class iclass_general */ |
| 24639 | /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=001|00|Rn=xxxxx|Rt=11111 */ |
| 24640 | if((INSWORD & 0xFFA0FC1F)==0x7820101F) { |
| 24641 | decode_fields32(ENC_STCLRH_LDCLRH_32_MEMOP, ctx, instr); |
| 24642 | if(ctx->R==0) OK(ENC_STCLRH_LDCLRH_32_MEMOP); |
| 24643 | if(ctx->R==1) OK(ENC_STCLRLH_LDCLRLH_32_MEMOP); |
| 24644 | } |
| 24645 | return rc; |
| 24646 | } |
| 24647 | |
| 24648 | /* stclr_ldclr.xml */ |
| 24649 | int STCLR_LDCLR(context *ctx, Instruction *instr) |
no test coverage detected