From 99082815f17f40d3527b281c7e3e6e5556fad8f1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 1 Jun 2021 16:35:17 -0300 Subject: target/ppc: Add infrastructure for prefixed insns Signed-off-by: Luis Pires Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst Message-Id: <20210601193528.2533031-4-matheus.ferst@eldorado.org.br> Signed-off-by: David Gibson --- target/ppc/translate/fixedpoint-impl.c.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/ppc/translate/fixedpoint-impl.c.inc (limited to 'target/ppc/translate/fixedpoint-impl.c.inc') diff --git a/target/ppc/translate/fixedpoint-impl.c.inc b/target/ppc/translate/fixedpoint-impl.c.inc new file mode 100644 index 0000000000..be75085cee --- /dev/null +++ b/target/ppc/translate/fixedpoint-impl.c.inc @@ -0,0 +1,18 @@ +/* + * Power ISA decode for Fixed-Point Facility instructions + * + * Copyright (c) 2021 Instituto de Pesquisas Eldorado (eldorado.org.br) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, see . + */ -- cgit v1.2.3