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

Function CPP_SYS

arch/arm64/disassembler/decode2.c:2939–2949  ·  view source on GitHub ↗

cpp_sys.xml */

Source from the content-addressed store, hash-verified

2937
2938/* cpp_sys.xml */
2939int CPP_SYS(context *ctx, Instruction *instr)
2940{
2941 int rc = DECODE_STATUS_UNMATCHED;
2942 /* class iclass_system */
2943 /* 1101010100|L=0|op0=01|op1=011|CRn=0111|CRm=0011|op2=111|Rt=xxxxx */
2944 if((INSWORD & 0xFFFFFFE0)==0xD50B73E0) {
2945 decode_fields32(ENC_CPP_SYS_CR_SYSTEMINSTRS, ctx, instr);
2946 OK(ENC_CPP_SYS_CR_SYSTEMINSTRS);
2947 }
2948 return rc;
2949}
2950
2951/* crc32.xml */
2952int CRC32(context *ctx, Instruction *instr)

Callers 1

SYSFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected