&& !REG_P (op1)
&& !x86_64_immediate_operand (op1, VOIDmode))
return false;
- /* Only one of two paramters must be move destination. */
+ /* Only one of two parameters must be move destination. */
if (op1 && REG_P (op1) && REGNO (op1) == REGNO (reg))
return false;
return true;
return true;
}
-
/*
* This was copied from "standard" implementation of va_arg, and then
- * handling for overflow of the register paramters added
+ * handling for overflow of the register parameters added.
*/
static tree
#define processing_omp_trait_property_expr scope_chain->x_processing_omp_trait_property_expr
/* Nonzero if we are parsing the conditional expression of a contract
- condition. These expressions appear outside the paramter list (like a
+ condition. These expressions appear outside the parameter list (like a
trailing return type), but are potentially evaluated. */
#define processing_contract_condition scope_chain->x_processing_contract_condition
tree parms, reqs;
{
- /* Local parameters are delared as variables within the scope
+ /* Local parameters are declared as variables within the scope
of the expression. They are not visible past the end of
the expression. Expressions within the requires-expression
are unevaluated. */
#include "util/optional.h"
// This macro is used to specify the position of format string & it's
-// arguments within the function's paramter list.
+// arguments within the function's parameter list.
// 'm' specifies the position of the format string parameter.
// 'n' specifies the position of the first argument for the format string.
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)
} stack_frame_t;
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
l : gpr 4
d : fpr 1
abort ();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
l : gpr 4
d : fpr 2
abort ();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
l : gpr 4
d : fpr 2
abort ();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
l : slot 1
d : slot 2
abort ();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
i : gpr 4
j : gpr 5
} double_t;
/* Example from ABI documentation with slight changes.
- Paramter passing.
+ Parameter passing.
c : gpr 3
ff : fpr 1
d : gpr 5
#define MAKE_SLOT(x, y) ((long)y | ((long)x << 32))
#endif
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
v : vpr 2
i : gpr 7
if ((long) i != lparms.gprs[4])
abort();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
v : vpr 2
w : vpr 3
abort ();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
i : gpr 4
v : vpr 2
abort ();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
v : slot 2-3
w : slot 4-5
abort();
}
-/* Paramter passing.
+/* Parameter passing.
s : gpr 3
i : gpr 4
j : gpr 5
return main1 ();
}
-/* Paramter passing.
+/* Parameter passing.
Function called with no prototype.
s : gpr 3
v : vpr 2 gpr 5-6