aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2003-11-15 15:57:14 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2003-11-15 15:57:14 +0000
commitbf151ce78e9f6896db461921f691391457942a58 (patch)
tree8089b17458ede6b7ccba59b6a54244f905701dc9 /gas/config
parentbb41a796b6ca26a28ef309814aba7f723ff3b345 (diff)
downloadfsf-binutils-gdb-bf151ce78e9f6896db461921f691391457942a58.zip
fsf-binutils-gdb-bf151ce78e9f6896db461921f691391457942a58.tar.gz
fsf-binutils-gdb-bf151ce78e9f6896db461921f691391457942a58.tar.bz2
* config/tc-mips.c: Formatting fixes.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-mips.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index c341972..ae9625a 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -4619,7 +4619,7 @@ macro (struct mips_cl_insn *ip)
macro_build (NULL, &icnt, &expr1, "bne", "s,t,p", treg, 0);
macro_build (NULL, &icnt, NULL, dbl ? "ddiv" : "div", "z,s,t",
sreg, treg);
- macro_build (NULL, &icnt,NULL, "break", "c", 7);
+ macro_build (NULL, &icnt, NULL, "break", "c", 7);
}
expr1.X_add_number = -1;
macro_build (NULL, &icnt, &expr1, dbl ? "daddiu" : "addiu", "t,r,j",
@@ -5139,7 +5139,7 @@ macro (struct mips_cl_insn *ip)
else
{
assert (tempreg == AT);
- macro_build (NULL, &icnt,NULL, ADDRESS_ADD_INSN,
+ macro_build (NULL, &icnt, NULL, ADDRESS_ADD_INSN,
"d,v,t", treg, AT, breg);
dreg = treg;
adj = 4;
@@ -7322,7 +7322,7 @@ macro2 (struct mips_cl_insn *ip)
macro_build (NULL, &icnt, NULL, "drorv", "d,t,s", dreg, sreg, treg);
return;
}
- macro_build (NULL, &icnt,NULL, "dsubu", "d,v,t", AT, 0, treg);
+ macro_build (NULL, &icnt, NULL, "dsubu", "d,v,t", AT, 0, treg);
macro_build (NULL, &icnt, NULL, "dsllv", "d,t,s", AT, sreg, AT);
macro_build (NULL, &icnt, NULL, "dsrlv", "d,t,s", dreg, sreg, treg);
macro_build (NULL, &icnt, NULL, "or", "d,v,t", dreg, dreg, AT);
@@ -7366,7 +7366,7 @@ macro2 (struct mips_cl_insn *ip)
r = (rot < 0x20) ? "dsrl" : "dsrl32";
l = ((0x40 - rot) < 0x20) ? "dsll" : "dsll32";
rot &= 0x1f;
- macro_build ( NULL, &icnt,NULL, r, "d,w,<", AT, sreg, rot);
+ macro_build (NULL, &icnt, NULL, r, "d,w,<", AT, sreg, rot);
macro_build (NULL, &icnt, NULL, l, "d,w,<", dreg, sreg,
(0x20 - rot) & 0x1f);
macro_build (NULL, &icnt, NULL, "or", "d,v,t", dreg, dreg, AT);
@@ -7579,7 +7579,7 @@ macro2 (struct mips_cl_insn *ip)
case M_SNE:
if (sreg == 0)
- macro_build (NULL, &icnt,NULL, "sltu","d,v,t", dreg, 0, treg);
+ macro_build (NULL, &icnt, NULL, "sltu","d,v,t", dreg, 0, treg);
else if (treg == 0)
macro_build (NULL, &icnt, NULL, "sltu", "d,v,t", dreg, 0, sreg);
else