Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c374 UINT8 OpcodeLength; in AcpiPsParseLoop() local
501 OpcodeLength = 1; in AcpiPsParseLoop()
504 OpcodeLength = 2; in AcpiPsParseLoop()
506 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1205 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
1207 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local
593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()