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

Function LSR_LSRV

arch/arm64/disassembler/decode2.c:17293–17304  ·  view source on GitHub ↗

lsr_lsrv.xml */

Source from the content-addressed store, hash-verified

17291
17292/* lsr_lsrv.xml */
17293int LSR_LSRV(context *ctx, Instruction *instr)
17294{
17295 int rc = DECODE_STATUS_UNMATCHED;
17296 /* class iclass_general */
17297 /* sf=x|op=0|S=0|11010110|Rm=xxxxx|opcode2[5:2]=0010|op2=01|Rn=xxxxx|Rd=xxxxx */
17298 if((INSWORD & 0x7FE0FC00)==0x1AC02400) {
17299 decode_fields32(ENC_LSR_LSRV_32_DP_2SRC, ctx, instr);
17300 if(ctx->sf==0) OK(ENC_LSR_LSRV_32_DP_2SRC);
17301 if(ctx->sf==1) OK(ENC_LSR_LSRV_64_DP_2SRC);
17302 }
17303 return rc;
17304}
17305
17306/* lsr_ubfm.xml */
17307int LSR_UBFM(context *ctx, Instruction *instr)

Callers 1

LSRVFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected