• Home
  • Raw
  • Download

Lines Matching refs:OpSize

82   OpSize             = byteFromRec(Rec, "OpSizeBits");  in RecognizableInstr()
295 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
299 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
301 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
305 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext()
307 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
324 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext()
326 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext()
334 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
336 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext()
372 uint8_t OpSize)) { in handleOperand() argument
389 OperandEncoding encoding = encodingFromString(std::string(typeName), OpSize); in handleOperand()
394 typeFromString(std::string(typeName), HasREX_WPrefix, OpSize); in handleOperand()
858 uint8_t OpSize) { in typeFromString() argument
864 if(OpSize == X86Local::OpSize16) { in typeFromString()
868 } else if(OpSize == X86Local::OpSize32) { in typeFromString()
997 uint8_t OpSize) { in immediateEncodingFromString() argument
998 if(OpSize != X86Local::OpSize16) { in immediateEncodingFromString()
1035 uint8_t OpSize) { in rmRegisterEncodingFromString() argument
1075 uint8_t OpSize) { in roRegisterEncodingFromString() argument
1123 uint8_t OpSize) { in vvvvRegisterEncodingFromString() argument
1155 uint8_t OpSize) { in writemaskRegisterEncodingFromString() argument
1169 uint8_t OpSize) { in memoryEncodingFromString() argument
1209 uint8_t OpSize) { in relocationEncodingFromString() argument
1210 if(OpSize != X86Local::OpSize16) { in relocationEncodingFromString()
1258 uint8_t OpSize) { in opcodeModifierEncodingFromString() argument