MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ASR_ASRV

Function ASR_ASRV

arch/arm64/disassembler/decode2.c:753–764  ·  view source on GitHub ↗

asr_asrv.xml */

Source from the content-addressed store, hash-verified

751
752/* asr_asrv.xml */
753int 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 */
767int ASR_SBFM(context *ctx, Instruction *instr)

Callers 1

ASRVFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected