Lines Matching defs:OpSize
117 OpSize = byteFromRec(Rec, "OpSizeBits");
367 if (HasREX_W && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
371 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
373 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
377 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32)
379 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
398 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
400 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
408 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16)
410 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
444 uint8_t OpSize)) {
461 OperandEncoding encoding = encodingFromString(std::string(typeName), OpSize);
466 typeFromString(std::string(typeName), HasREX_W, OpSize);
1027 bool hasREX_W, uint8_t OpSize) {
1033 if (OpSize == X86Local::OpSize16) {
1037 } else if (OpSize == X86Local::OpSize32) {
1173 uint8_t OpSize) {
1174 if (OpSize != X86Local::OpSize16) {
1175 // For instructions without an OpSize prefix, a declared 16-bit register or
1214 uint8_t OpSize) {
1251 uint8_t OpSize) {
1301 uint8_t OpSize) {
1332 uint8_t OpSize) {
1346 uint8_t OpSize) {
1388 uint8_t OpSize) {
1389 if (OpSize != X86Local::OpSize16) {
1390 // For instructions without an OpSize prefix, a declared 16-bit register or
1437 uint8_t OpSize) {