Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c374 UINT8 OpcodeLength; in AcpiPsParseLoop() local
502 OpcodeLength = 1; in AcpiPsParseLoop()
505 OpcodeLength = 2; in AcpiPsParseLoop()
507 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp591 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local
592 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd-13.1/contrib/llvm-project/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()