Skip to content

Commit

Permalink
alias?
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Nov 28, 2024
1 parent 0ba350c commit 7dbc5e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions librz/arch/isa/xtensa/xtensa_il.c
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,15 @@ static const fn_analyze_op_il fn_tbl[] = {
[XTENSA_INS_XOR] = op_xor,
[XTENSA_INS_XORB] = op_xorb,
[XTENSA_INS_XSR] = op_xsr,

[XTENSA_INS__L32I] = op_l32i,
[XTENSA_INS__L32I_N] = op_l32i,
[XTENSA_INS__MOVI] = op_movi,
[XTENSA_INS__S32I] = op_s32i,
[XTENSA_INS__S32I_N] = op_s32i,
[XTENSA_INS__SLLI] = op_slli,
[XTENSA_INS__SRLI] = op_srli,
[XTENSA_INS_MV_QR] = op_nop,
};

void xtensa_analyze_op_rzil(XtensaContext *ctx, RzAnalysisOp *op) {
Expand Down

0 comments on commit 7dbc5e2

Please sign in to comment.