Searched refs:inst_offset (Results 1 – 7 of 7) sorted by relevance
/external/lldb/examples/python/ |
D | gdb_disassemble.py | 15 inst_offset = inst_addr - start_addr 18 …print "<%s + %-4u> 0x%x %8s %s ; %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operand… 20 … print "<%s + %-4u> 0x%x %8s %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands)
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 31 unsigned inst_offset; member 90 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() 108 hw = &fp->insn[fpc->inst_offset]; in emit_src() 112 memcpy(&fp->insn[fpc->inst_offset + 4], in emit_src() 121 hw = &fp->insn[fpc->inst_offset]; in emit_src() 131 fpd->offset = fpc->inst_offset + 4; in emit_src() 163 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() 194 fpc->inst_offset = fp->insn_len; in nvfx_fp_emit() 197 hw = &fp->insn[fpc->inst_offset]; in nvfx_fp_emit() 246 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_if() [all …]
|
/external/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 91 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData member 97 … data_align (0), return_addr_reg_num (LLDB_INVALID_REGNUM), inst_offset (0), in CIE()
|
/external/llvm/lib/Target/R600/ |
D | SIIntrinsics.td | 31 llvm_i32_ty, // inst_offset(imm) 47 llvm_i32_ty, // inst_offset(imm)
|
D | SIInstructions.td | 3065 i32:$soffset, imm:$inst_offset, imm:$dfmt, 3069 $vdata, (as_i16imm $inst_offset), (as_i1imm $offen), (as_i1imm $idxen),
|
D | SIInstrInfo.td | 98 SDTCisVT<5, i32>, // inst_offset(imm)
|
/external/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 255 cie_sp->inst_offset = offset; in ParseCIE()
|