aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-08-13 15:25:06 +0800
committerMike Frysinger <vapier@gentoo.org>2022-01-01 13:26:34 -0500
commitd3eb0aa2872de6257df7a21ba2cf798f1005001d (patch)
tree15f9be0c6e70af96db0f63a7f04da0381dfe3fca /sim/mips/mips.igen
parentefd811591c125aa948d3e56a9cce7c084f047dcb (diff)
downloadgdb-d3eb0aa2872de6257df7a21ba2cf798f1005001d.zip
gdb-d3eb0aa2872de6257df7a21ba2cf798f1005001d.tar.gz
gdb-d3eb0aa2872de6257df7a21ba2cf798f1005001d.tar.bz2
sim: mips: clean up bad style/whitespace
This doesn't fix all the problems, but grabs a bunch of the more obvious ones.
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen12
1 files changed, 6 insertions, 6 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 522cad6..a033fce 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -4921,7 +4921,7 @@
do_xori (SD_, RS, RT, IMMEDIATE);
}
-
+
//
// MIPS Architecture:
//
@@ -5730,7 +5730,7 @@
PENDING_FILL (RT, v);
TRACE_ALU_RESULT (v);
}
-
+
010001,00000,5.RT,5.FS,00000000000:COP1:32,f::MFC1b
"mfc1 r<RT>, f<FS>"
*mipsIV:
@@ -5742,7 +5742,7 @@
*vr4100:
*vr5000:
*r3900:
-{
+{
do_mfc1b (SD_, RT, FS);
}
@@ -5851,14 +5851,14 @@
*mipsI:
*mipsII:
*mipsIII:
-{
+{
check_fpu (SD_);
if (SizeFGR () == 64)
PENDING_FILL ((FS + FGR_BASE), (SET64HI (0xDEADC0DE) | VL4_8 (GPR[RT])));
else
PENDING_FILL ((FS + FGR_BASE), VL4_8 (GPR[RT]));
TRACE_FP_RESULT (GPR[RT]);
-}
+}
010001,00100,5.RT,5.FS,00000000000:COP1:32,f::MTC1b
"mtc1 r<RT>, f<FS>"
@@ -6229,7 +6229,7 @@
do_trunc_fmt (SD_, fmt_word, FMT, FD, FS);
}
-
+
//
// MIPS Architecture:
//