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

Function DC_SYS

arch/arm64/disassembler/decode2.c:3297–3307  ·  view source on GitHub ↗

dc_sys.xml */

Source from the content-addressed store, hash-verified

3295
3296/* dc_sys.xml */
3297int DC_SYS(context *ctx, Instruction *instr)
3298{
3299 int rc = DECODE_STATUS_UNMATCHED;
3300 /* class iclass_system */
3301 /* 1101010100|L=0|op0=01|op1=xxx|CRn=0111|CRm=xxxx|op2=xxx|Rt=xxxxx */
3302 if((INSWORD & 0xFFF8F000)==0xD5087000) {
3303 decode_fields32(ENC_DC_SYS_CR_SYSTEMINSTRS, ctx, instr);
3304 OK(ENC_DC_SYS_CR_SYSTEMINSTRS);
3305 }
3306 return rc;
3307}
3308
3309/* dgh.xml */
3310int DGH(context *ctx, Instruction *instr)

Callers 1

SYSFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected