qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 04/14] Hexagon (target/hexagon) Add overrides for dealloc-


From: Anton Johansson
Subject: Re: [PATCH v5 04/14] Hexagon (target/hexagon) Add overrides for dealloc-return instructions
Date: Wed, 1 Feb 2023 14:04:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1


These instructions perform a deallocframe+return (jumpr r31)

Add overrides for
     L4_return
     SL2_return
     L4_return_t
     L4_return_f
     L4_return_tnew_pt
     L4_return_fnew_pt
     L4_return_tnew_pnt
     L4_return_fnew_pnt
     SL2_return_t
     SL2_return_f
     SL2_return_tnew
     SL2_return_fnew

This patch eliminates the last helper that uses write_new_pc, so we
remove it from op_helper.c

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
---
  target/hexagon/gen_tcg.h   | 54 ++++++++++++++++++++++++
  target/hexagon/genptr.c    | 86 ++++++++++++++++++++++++++++++++++++++
  target/hexagon/op_helper.c | 26 +-----------
  3 files changed, 141 insertions(+), 25 deletions(-)

Reviewed-by: Anton Johansson <anjo@rev.ng>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]