Copyright 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
The GNU MP Library test suite is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The GNU MP Library test suite 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with
the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* Vector if constants and register values. We use one vector to allow access
via a base pointer, very beneficial for the PIC-enabled amd64call.asm. */
mp_limb_t calling_conventions_values[23] =
{
CNST_LIMB(0x1234567887654321), /* want_rbx */
CNST_LIMB(0x89ABCDEFFEDCBA98), /* want_rbp */
CNST_LIMB(0xDEADBEEFBADECAFE), /* want_r12 */
CNST_LIMB(0xFFEEDDCCBBAA9988), /* want_r13 */
CNST_LIMB(0x0011223344556677), /* want_r14 */
CNST_LIMB(0x1234432156788765), /* want_r15 */
/* Index starts for various regions in above vector. */ #define WANT 0 #define JUNK 6 #define SAVE 9 #define RETADDR 15 #define VAL 16 #define RFLAGS 22
/* values to check */ #ifdef __cplusplus extern"C" { #endif struct { int control; int status; int tag; int other[4];
} calling_conventions_fenv; #ifdef __cplusplus
} #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.