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

Function CINV_CSINV

arch/arm64/disassembler/decode2.c:2133–2144  ·  view source on GitHub ↗

cinv_csinv.xml */

Source from the content-addressed store, hash-verified

2131
2132/* cinv_csinv.xml */
2133int CINV_CSINV(context *ctx, Instruction *instr)
2134{
2135 int rc = DECODE_STATUS_UNMATCHED;
2136 /* class iclass_general */
2137 /* sf=x|op=1|S=0|11010100|Rm!=11111|cond!=111x|op2[1]=0|o2=0|Rn!=11111|Rd=xxxxx */
2138 if((INSWORD & 0x7FE00C00)==0x5A800000 && (INSWORD & 0x1FE3E0)!=0x1FE3E0) {
2139 decode_fields32(ENC_CINV_CSINV_32_CONDSEL, ctx, instr);
2140 if(ctx->sf==0) OK(ENC_CINV_CSINV_32_CONDSEL);
2141 if(ctx->sf==1) OK(ENC_CINV_CSINV_64_CONDSEL);
2142 }
2143 return rc;
2144}
2145
2146/* clrex.xml */
2147int CLREX(context *ctx, Instruction *instr)

Callers 1

CSINVFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected