Home
last modified time | relevance | path

Searched refs:OpcodeLength (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsloop.c266 UINT8 OpcodeLength; in AcpiPsParseLoop() local
393 OpcodeLength = 1; in AcpiPsParseLoop()
396 OpcodeLength = 2; in AcpiPsParseLoop()
398 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp591 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local
592 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1131 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
1133 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()