Searched refs:inst_offset (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | gdb_disassemble.py | 16 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 D | DWARFCallFrameInfo.h | 97 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 D | gfx8_err_pos.s | 32 flat_atomic_add v[3:4], v5 inst_offset:8 slc
|
| H A D | flat-gfx9.s | 35 flat_atomic_add v[3:4], v5 inst_offset:8 slc
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 662 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 D | DWARFCallFrameInfo.cpp | 382 cie_sp->inst_offset = offset; in ParseCIE()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPU.td | 249 "GFX10 bug where inst_offset is ignored when flat instructions access global memory"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | flat-scratch-svs.ll | 8 ; of soffset, voffset and inst_offset.
|