Lines Matching refs:OpSize
119 OpSize = byteFromRec(Rec, "OpSizeBits"); in RecognizableInstrBase()
338 if (HasREX_W && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
342 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
344 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
348 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext()
350 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
369 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
371 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
379 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
381 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
415 uint8_t OpSize)) { in handleOperand() argument
432 OperandEncoding encoding = encodingFromString(std::string(typeName), OpSize); in handleOperand()
437 typeFromString(std::string(typeName), HasREX_W, OpSize); in handleOperand()
998 bool hasREX_W, uint8_t OpSize) { in typeFromString() argument
1004 if (OpSize == X86Local::OpSize16) { in typeFromString()
1008 } else if (OpSize == X86Local::OpSize32) { in typeFromString()
1146 uint8_t OpSize) { in immediateEncodingFromString() argument
1147 if (OpSize != X86Local::OpSize16) { in immediateEncodingFromString()
1187 uint8_t OpSize) { in rmRegisterEncodingFromString() argument
1223 uint8_t OpSize) { in roRegisterEncodingFromString() argument
1272 uint8_t OpSize) { in vvvvRegisterEncodingFromString() argument
1302 uint8_t OpSize) { in writemaskRegisterEncodingFromString() argument
1316 uint8_t OpSize) { in memoryEncodingFromString() argument
1361 uint8_t OpSize) { in relocationEncodingFromString() argument
1362 if (OpSize != X86Local::OpSize16) { in relocationEncodingFromString()
1410 uint8_t OpSize) { in opcodeModifierEncodingFromString() argument