/* Copyright 2000, 2001, 2010 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[17] =
{
CNST_LIMB(0x12345678), /* want_ebx */
CNST_LIMB(0x89ABCDEF), /* want_ebp */
CNST_LIMB(0xDEADBEEF), /* want_esi */
CNST_LIMB(0xFFEEDDCC), /* want_edi */
/* Index starts for various regions in above vector. */ #define WANT 0 #define JUNK 4 #define SAVE 7 #define RETADDR 11 #define VAL 12 #define EFLAGS 16
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 und die Messung sind noch experimentell.