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

Function IC_SYS

arch/arm64/disassembler/decode2.c:11810–11820  ·  view source on GitHub ↗

ic_sys.xml */

Source from the content-addressed store, hash-verified

11808
11809/* ic_sys.xml */
11810int IC_SYS(context *ctx, Instruction *instr)
11811{
11812 int rc = DECODE_STATUS_UNMATCHED;
11813 /* class iclass_system */
11814 /* 1101010100|L=0|op0=01|op1=xxx|CRn=0111|CRm=xxxx|op2=xxx|Rt=xxxxx */
11815 if((INSWORD & 0xFFF8F000)==0xD5087000) {
11816 decode_fields32(ENC_IC_SYS_CR_SYSTEMINSTRS, ctx, instr);
11817 OK(ENC_IC_SYS_CR_SYSTEMINSTRS);
11818 }
11819 return rc;
11820}
11821
11822/* ins_advsimd_elt.xml */
11823int INS_advsimd_elt(context *ctx, Instruction *instr)

Callers 1

SYSFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected