commit2d9587f26bAuthor: WangLiangpu <wangjingpu17@mails.ucas.ac.cn> Date: Wed Nov 1 21:36:35 2023 +0800 fix: fix tcg_out_dupi_vec interface conflicts commitb957324d3dAuthor: zhaodongru <zhaodongru@yeah.net> Date: Mon Oct 23 18:15:01 2023 +0800 start loongarch compile fix: modify the code to pass compile add: add code for tcg_out_op, tcg_can_emit_vec_op, tcg_target_op_def to support new tcg_op fix: fix bugs related to epilogue and ret_addr fix: fix bug in qemu_ld_slow_path, the return register is wrong
4 lines
189 B
C
4 lines
189 B
C
/* Target-specific opcodes for host vector expansion. These will be
|
|
emitted by tcg_expand_vec_op. For those familiar with GCC internals,
|
|
consider these to be UNSPEC with names. */
|