xref: /openbmc/qemu/tcg/tci/tcg-target-opc.h.inc (revision b2c514f9d5cab89814dc8a6b7c98c653ca8523d3)
1/* SPDX-License-Identifier: MIT */
2/* These opcodes for use between the tci generator and interpreter. */
3DEF(tci_movi, 1, 0, 1, TCG_OPF_NOT_PRESENT)
4DEF(tci_movl, 1, 0, 1, TCG_OPF_NOT_PRESENT)
5DEF(tci_divs32, 1, 2, 0, TCG_OPF_NOT_PRESENT)
6