Go to the documentation of this file. 47 #ifndef isa_lean_x86_instruction_set_h 48 #define isa_lean_x86_instruction_set_h 60 # include <xed-interface.h> 68 #include <include/hpctoolkit-config.h> 75 #if defined (HOST_CPU_x86_64) 76 #define X86_ISREG(REG) \ 78 x86_isReg_ ## REG (xed_reg_enum_t reg) \ 81 reg == XED_REG_R ## REG || \ 82 reg == XED_REG_E ## REG || \ 83 reg == XED_REG_ ## REG ); \ 86 #define X86_ISREG(REG) \ 88 x86_isReg_ ## REG (xed_reg_enum_t reg) \ 91 reg == XED_REG_E ## REG || \ 92 reg == XED_REG_ ## REG ); \ 96 #define X86_ISREG_R(REG) \ 98 x86_isReg_R ## REG (xed_reg_enum_t reg) \ 100 return (reg == XED_REG_R ## REG ); \ 153 #endif // isa_lean_x86_instruction_set_h