Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c569 UINT8 OpcodeLength; in AcpiPsParseLoop() local
697 OpcodeLength = 1; in AcpiPsParseLoop()
700 OpcodeLength = 2; in AcpiPsParseLoop()
702 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp228 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local
229 writeInteger((uint8_t)OpcodeLength, OS, DI.IsLittleEndian); in EmitDebugLine()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp768 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
769 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()