Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dgdb_disassemble.py16 inst_offset = inst_addr - start_addr
19 …print("<%s + %-4u> 0x%x %8s %s ; %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operand…
21 … print("<%s + %-4u> 0x%x %8s %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands))
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h97 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData member
108 return_addr_reg_num(LLDB_INVALID_REGNUM), inst_offset(0), in CIE()
/llvm-project-15.0.7/llvm/test/MC/AMDGPU/
H A Dgfx8_err_pos.s32 flat_atomic_add v[3:4], v5 inst_offset:8 slc
H A Dflat-gfx9.s35 flat_atomic_add v[3:4], v5 inst_offset:8 slc
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp662 const auto inst_offset = inst_addr - low_pc; in CreateSource() local
664 if (inst_offset < 10) in CreateSource()
666 else if (inst_offset < 100) in CreateSource()
668 else if (inst_offset < 1000) in CreateSource()
673 inst_offset, llvm::fmt_repeat(' ', spaces), m, in CreateSource()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp382 cie_sp->inst_offset = offset; in ParseCIE()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td249 "GFX10 bug where inst_offset is ignored when flat instructions access global memory"
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dflat-scratch-svs.ll8 ; of soffset, voffset and inst_offset.