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

Function STSMINH_LDSMINH

arch/arm64/disassembler/decode2.c:26155–26166  ·  view source on GitHub ↗

stsminh_ldsminh.xml */

Source from the content-addressed store, hash-verified

26153
26154/* stsminh_ldsminh.xml */
26155int STSMINH_LDSMINH(context *ctx, Instruction *instr)
26156{
26157 int rc = DECODE_STATUS_UNMATCHED;
26158 /* class iclass_general */
26159 /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=101|00|Rn=xxxxx|Rt=11111 */
26160 if((INSWORD & 0xFFA0FC1F)==0x7820501F) {
26161 decode_fields32(ENC_STSMINH_LDSMINH_32_MEMOP, ctx, instr);
26162 if(ctx->R==0) OK(ENC_STSMINH_LDSMINH_32_MEMOP);
26163 if(ctx->R==1) OK(ENC_STSMINLH_LDSMINLH_32_MEMOP);
26164 }
26165 return rc;
26166}
26167
26168/* stsmin_ldsmin.xml */
26169int STSMIN_LDSMIN(context *ctx, Instruction *instr)

Callers 1

LDSMINHFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected