stseth_ldseth.xml */
| 26065 | |
| 26066 | /* stseth_ldseth.xml */ |
| 26067 | int STSETH_LDSETH(context *ctx, Instruction *instr) |
| 26068 | { |
| 26069 | int rc = DECODE_STATUS_UNMATCHED; |
| 26070 | /* class iclass_general */ |
| 26071 | /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=011|00|Rn=xxxxx|Rt=11111 */ |
| 26072 | if((INSWORD & 0xFFA0FC1F)==0x7820301F) { |
| 26073 | decode_fields32(ENC_STSETH_LDSETH_32_MEMOP, ctx, instr); |
| 26074 | if(ctx->R==0) OK(ENC_STSETH_LDSETH_32_MEMOP); |
| 26075 | if(ctx->R==1) OK(ENC_STSETLH_LDSETLH_32_MEMOP); |
| 26076 | } |
| 26077 | return rc; |
| 26078 | } |
| 26079 | |
| 26080 | /* stset_ldset.xml */ |
| 26081 | int STSET_LDSET(context *ctx, Instruction *instr) |
no test coverage detected