Searched defs:CIDET_OF_K_GPR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h55 #define CIDET_OF_K_GPR UINT32_C(0x00001000) /**< General purpose register. Includes memory when used with CIDET_OF_M_RM. */ macro
71 #define CIDET_OF_K_IS_GPR(a_fOp) ( ((a_fOp) & CIDET_OF_K_MASK) == CIDET_OF_K_GPR )

Completed in 52 milliseconds