Lines Matching refs:OpSize
211 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstr()
419 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
423 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
425 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
427 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext()
429 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
446 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
448 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
450 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
452 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
483 uint8_t OpSize)) { in handleOperand() argument
500 OperandEncoding encoding = encodingFromString(typeName, OpSize); in handleOperand()
505 HasREX_WPrefix, OpSize); in handleOperand()
914 uint8_t OpSize) { in typeFromString() argument
920 if(OpSize == X86Local::OpSize16) { in typeFromString()
925 } else if(OpSize == X86Local::OpSize32) { in typeFromString()
1048 uint8_t OpSize) { in immediateEncodingFromString() argument
1049 if(OpSize != X86Local::OpSize16) { in immediateEncodingFromString()
1086 uint8_t OpSize) { in rmRegisterEncodingFromString() argument
1118 uint8_t OpSize) { in roRegisterEncodingFromString() argument
1159 uint8_t OpSize) { in vvvvRegisterEncodingFromString() argument
1185 uint8_t OpSize) { in writemaskRegisterEncodingFromString() argument
1199 uint8_t OpSize) { in memoryEncodingFromString() argument
1240 uint8_t OpSize) { in relocationEncodingFromString() argument
1241 if(OpSize != X86Local::OpSize16) { in relocationEncodingFromString()
1287 uint8_t OpSize) { in opcodeModifierEncodingFromString() argument