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

Function CSET_CSINC

arch/arm64/disassembler/decode2.c:3158–3169  ·  view source on GitHub ↗

cset_csinc.xml */

Source from the content-addressed store, hash-verified

3156
3157/* cset_csinc.xml */
3158int CSET_CSINC(context *ctx, Instruction *instr)
3159{
3160 int rc = DECODE_STATUS_UNMATCHED;
3161 /* class iclass_general */
3162 /* sf=x|op=0|S=0|11010100|Rm=11111|cond!=111x|op2[1]=0|o2=1|Rn=11111|Rd=xxxxx */
3163 if((INSWORD & 0x7FFF0FE0)==0x1A9F07E0 && (INSWORD & 0xE000)!=0xE000) {
3164 decode_fields32(ENC_CSET_CSINC_32_CONDSEL, ctx, instr);
3165 if(ctx->sf==0) OK(ENC_CSET_CSINC_32_CONDSEL);
3166 if(ctx->sf==1) OK(ENC_CSET_CSINC_64_CONDSEL);
3167 }
3168 return rc;
3169}
3170
3171/* csinc.xml */
3172int CSINC(context *ctx, Instruction *instr)

Callers 1

CSINCFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected