asr_asrv.xml */
| 751 | |
| 752 | /* asr_asrv.xml */ |
| 753 | int ASR_ASRV(context *ctx, Instruction *instr) |
| 754 | { |
| 755 | int rc = DECODE_STATUS_UNMATCHED; |
| 756 | /* class iclass_general */ |
| 757 | /* sf=x|op=0|S=0|11010110|Rm=xxxxx|opcode2[5:2]=0010|op2=10|Rn=xxxxx|Rd=xxxxx */ |
| 758 | if((INSWORD & 0x7FE0FC00)==0x1AC02800) { |
| 759 | decode_fields32(ENC_ASR_ASRV_32_DP_2SRC, ctx, instr); |
| 760 | if(ctx->sf==0) OK(ENC_ASR_ASRV_32_DP_2SRC); |
| 761 | if(ctx->sf==1) OK(ENC_ASR_ASRV_64_DP_2SRC); |
| 762 | } |
| 763 | return rc; |
| 764 | } |
| 765 | |
| 766 | /* asr_sbfm.xml */ |
| 767 | int ASR_SBFM(context *ctx, Instruction *instr) |
no test coverage detected