/* * Octeon-specific instructions translation routines * * Copyright (c) 2022 Pavel Dovgalyuk * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "qemu/osdep.h" #include "tcg/tcg-op.h" #include "tcg/tcg-op-gvec.h" #include "exec/helper-gen.h" #include "translate.h" /* Include the auto-generated decoder. */ #include "decode-octeon.c.inc"