xref: /openbmc/qemu/tcg/riscv/tcg-target.opc.h (revision 6b3756503b00d42f1f506815b44ce83aa23ee322)
1*f63e7089SHuang Shiyuan /*
2*f63e7089SHuang Shiyuan  * Copyright (c) C-SKY Microsystems Co., Ltd.
3*f63e7089SHuang Shiyuan  *
4*f63e7089SHuang Shiyuan  * This work is licensed under the terms of the GNU GPL, version 2 or
5*f63e7089SHuang Shiyuan  * (at your option) any later version.
6*f63e7089SHuang Shiyuan  *
7*f63e7089SHuang Shiyuan  * See the COPYING file in the top-level directory for details.
8*f63e7089SHuang Shiyuan  *
9*f63e7089SHuang Shiyuan  * Target-specific opcodes for host vector expansion.  These will be
10*f63e7089SHuang Shiyuan  * emitted by tcg_expand_vec_op.  For those familiar with GCC internals,
11*f63e7089SHuang Shiyuan  * consider these to be UNSPEC with names.
12*f63e7089SHuang Shiyuan  */
13