Lines Matching refs:OpSize
211 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstr()
420 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
424 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
426 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
428 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext()
430 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
447 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
449 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
451 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
453 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
484 uint8_t OpSize)) { in handleOperand() argument
501 OperandEncoding encoding = encodingFromString(typeName, OpSize); in handleOperand()
506 HasREX_WPrefix, OpSize); in handleOperand()
915 uint8_t OpSize) { in typeFromString() argument
921 if(OpSize == X86Local::OpSize16) { in typeFromString()
926 } else if(OpSize == X86Local::OpSize32) { in typeFromString()
1044 uint8_t OpSize) { in immediateEncodingFromString() argument
1045 if(OpSize != X86Local::OpSize16) { in immediateEncodingFromString()
1081 uint8_t OpSize) { in rmRegisterEncodingFromString() argument
1109 uint8_t OpSize) { in roRegisterEncodingFromString() argument
1144 uint8_t OpSize) { in vvvvRegisterEncodingFromString() argument
1169 uint8_t OpSize) { in writemaskRegisterEncodingFromString() argument
1183 uint8_t OpSize) { in memoryEncodingFromString() argument
1219 uint8_t OpSize) { in relocationEncodingFromString() argument
1220 if(OpSize != X86Local::OpSize16) { in relocationEncodingFromString()
1266 uint8_t OpSize) { in opcodeModifierEncodingFromString() argument