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

Function zero_za_i

arch/arm64/disassembler/decode2.c:53755–53770  ·  view source on GitHub ↗

zero_za_i.xml */

Source from the content-addressed store, hash-verified

53753
53754/* zero_za_i.xml */
53755int zero_za_i(context *ctx, Instruction *instr)
53756{
53757 int rc = DECODE_STATUS_UNMATCHED;
53758 /* class iclass_mortlach */
53759 /* 1100000000001000000000|00|imm8=xxxxxxxx */
53760 if((INSWORD & 0xFFFFFF00)==0xC0080000) {
53761 decode_fields32(ENC_ZERO_ZA_I_, ctx, instr);
53762 if(!HaveSME()) {
53763 UNDEFINED;
53764 }
53765 ctx->mask = ctx->imm8;
53766 ctx->esize = 0x40;
53767 OK(ENC_ZERO_ZA_I_);
53768 }
53769 return rc;
53770}
53771
53772/* zip1_p_pp.xml */
53773int zip1_p_pp(context *ctx, Instruction *instr)

Callers 1

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected