Searched refs:OpcodeLength (Results 1 – 3 of 3) sorted by relevance
266 UINT8 OpcodeLength; in AcpiPsParseLoop() local393 OpcodeLength = 1; in AcpiPsParseLoop()396 OpcodeLength = 2; in AcpiPsParseLoop()398 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
591 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local592 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
1131 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local1133 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()