Searched refs:IEM_MC_LOCAL_CONST (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp327 #define IEM_MC_LOCAL_CONST(a_Type, a_Name, a_Value) \ macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h11578 IEM_MC_LOCAL_CONST(uint8_t, u8Value,/*=*/ u8Imm);
11664 IEM_MC_LOCAL_CONST(uint16_t, u16Value,/*=*/ u16Imm);
11677 IEM_MC_LOCAL_CONST(uint32_t, u32Value,/*=*/ u32Imm);
11689 IEM_MC_LOCAL_CONST(uint64_t, u64Value,/*=*/ u64Imm);
13336 IEM_MC_LOCAL_CONST(uint16_t, u16Fsw, /*=*/ 0);
H A DIEMAll.cpp8286 #define IEM_MC_LOCAL_CONST(a_Type, a_Name, a_Value) a_Type const a_Name = (a_Value) macro

Completed in 112 milliseconds