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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImplStrInstr.cpp.h22 #if OP_SIZE == 8
24 #elif OP_SIZE == 16
26 #elif OP_SIZE == 32
28 #elif OP_SIZE == 64
31 # error "Bad OP_SIZE."
33 #define OP_TYPE RT_CONCAT3(uint,OP_SIZE,_t)
56 #if ADDR_SIZE == 64 || OP_SIZE == 64
68 IEM_CIMPL_DEF_1(RT_CONCAT4(iemCImpl_repe_cmps_op,OP_SIZE,_addr,ADDR_SIZE), uint8_t, iEffSeg)
93 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE /
1464 #undef OP_SIZE macro
[all...]
H A DIEMAllCImpl.cpp.h5989 #define OP_SIZE 8 macro
5992 #define OP_SIZE 8 macro
5995 #define OP_SIZE 8 macro
5999 #define OP_SIZE 16 macro
6002 #define OP_SIZE 16 macro
6005 #define OP_SIZE 16 macro
6009 #define OP_SIZE 32 macro
6012 #define OP_SIZE 32 macro
6015 #define OP_SIZE 32 macro
6019 #define OP_SIZE 6 macro
6022 #define OP_SIZE macro
[all...]

Completed in 64 milliseconds