staddh_ldaddh.xml */
| 24589 | |
| 24590 | /* staddh_ldaddh.xml */ |
| 24591 | int STADDH_LDADDH(context *ctx, Instruction *instr) |
| 24592 | { |
| 24593 | int rc = DECODE_STATUS_UNMATCHED; |
| 24594 | /* class iclass_general */ |
| 24595 | /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=000|00|Rn=xxxxx|Rt=11111 */ |
| 24596 | if((INSWORD & 0xFFA0FC1F)==0x7820001F) { |
| 24597 | decode_fields32(ENC_STADDH_LDADDH_32_MEMOP, ctx, instr); |
| 24598 | if(ctx->R==0) OK(ENC_STADDH_LDADDH_32_MEMOP); |
| 24599 | if(ctx->R==1) OK(ENC_STADDLH_LDADDLH_32_MEMOP); |
| 24600 | } |
| 24601 | return rc; |
| 24602 | } |
| 24603 | |
| 24604 | /* stadd_ldadd.xml */ |
| 24605 | int STADD_LDADD(context *ctx, Instruction *instr) |
no test coverage detected