aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/octeon_translate.c
blob: 8b5eb1a823516409c337b32419ec1b858afb2da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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"