mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-07 22:36:52 +00:00
ARM64 - Add unsigned extension
This commit is contained in:
parent
013b20e2a3
commit
5f4dfdf473
@ -1110,6 +1110,12 @@ static int analop64_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int l
|
||||
REG64(1), REG64(0), REG64(1), REG64(1), REG64(0),
|
||||
"0xffffffff", REG64(0), REG64(0));
|
||||
break;
|
||||
case ARM64_INS_UXTB:
|
||||
r_strbuf_appendf (&op->esil, "%s,0xff,&,%s,=", REG64(1),REG64(0));
|
||||
break;
|
||||
case ARM64_INS_UXTH:
|
||||
r_strbuf_appendf (&op->esil, "%s,0xffff,&,%s,=", REG64(1),REG64(0));
|
||||
break;
|
||||
case ARM64_INS_RET:
|
||||
r_strbuf_setf (&op->esil, "lr,pc,=");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user