mbox series

[0/2] tcg/loongarch64: add neg tcg_op and direct jump support

Message ID cover.1665405913.git.huqi@loongson.cn
Headers show
Series tcg/loongarch64: add neg tcg_op and direct jump support | expand

Message

Qi Hu Oct. 12, 2022, 9:13 a.m. UTC
Hi,

This patch series add neg tcg_op and direct jump support into loongarch tcg backend.


Qi Hu (2):
  tcg/loongarch64: Implement INDEX_op_neg_i{32,64}
  tcg/loongarch64: Add direct jump support

 tcg/loongarch64/tcg-insn-defs.c.inc |  3 ++
 tcg/loongarch64/tcg-target.c.inc    | 58 ++++++++++++++++++++++++++---
 tcg/loongarch64/tcg-target.h        |  6 +--
 3 files changed, 59 insertions(+), 8 deletions(-)