Home
last modified time | relevance | path

Searched refs:OpcodeBase (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp92 OpcodeBase = 0; in clear()
114 << format(" opcode_base: %u\n", OpcodeBase); in dump()
341 OpcodeBase = DebugLineData.getU8(OffsetPtr); in parse()
343 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()
344 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse()
693 } else if (Opcode < Prologue.OpcodeBase) { in parse()
772 uint8_t AdjustOpcode = 255 - Prologue.OpcodeBase; in parse()
871 uint8_t AdjustOpcode = Opcode - Prologue.OpcodeBase; in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp225 writeInteger((uint8_t)LineTable.OpcodeBase, OS, DI.IsLittleEndian); in EmitDebugLine()
260 } else if (Op.Opcode < LineTable.OpcodeBase) { in EmitDebugLine()
DDWARFYAML.cpp159 IO.mapRequired("OpcodeBase", LineTable.OpcodeBase); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h92 uint8_t OpcodeBase; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h136 uint8_t OpcodeBase; member
/third_party/node/deps/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc476 switch (next_instr->OpcodeBase()) { in DecodeExtP()
/third_party/node/deps/v8/src/codegen/ppc/
Dconstants-ppc.h2998 inline Opcode OpcodeBase() const { in OpcodeBase() function
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc1542 uint32_t opcode = instr->OpcodeBase(); in ExecuteGeneric()
1556 switch (next_instr->OpcodeBase()) { in ExecuteGeneric()