Lines Matching defs:OpSize
119 OpSize = byteFromRec(Rec, "OpSizeBits");
338 if (HasREX_W && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
342 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
344 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
348 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32)
350 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
369 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
371 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
379 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16)
381 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
415 uint8_t OpSize)) {
432 OperandEncoding encoding = encodingFromString(std::string(typeName), OpSize);
437 typeFromString(std::string(typeName), HasREX_W, OpSize);
998 bool hasREX_W, uint8_t OpSize) {
1004 if (OpSize == X86Local::OpSize16) {
1008 } else if (OpSize == X86Local::OpSize32) {
1146 uint8_t OpSize) {
1147 if (OpSize != X86Local::OpSize16) {
1148 // For instructions without an OpSize prefix, a declared 16-bit register or
1187 uint8_t OpSize) {
1223 uint8_t OpSize) {
1272 uint8_t OpSize) {
1302 uint8_t OpSize) {
1316 uint8_t OpSize) {
1361 uint8_t OpSize) {
1362 if (OpSize != X86Local::OpSize16) {
1363 // For instructions without an OpSize prefix, a declared 16-bit register or
1410 uint8_t OpSize) {