#include <stdint.h>#include "config.h"Go to the source code of this file.
Defines | |
| #define | HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) |
| #define | HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE)) |
Typedefs | |
| typedef int | x86_reg |
| #define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE)) |
| #define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) |
Definition at line 69 of file x86_cpu.h.
Referenced by DECLARE_ASM_CONST().
1.7.1