/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | binary.cpp | 111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst, 128 void recordNumberType(size_t inst_offset, 149 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, in exhaustedInputDiagnostic() argument 153 << inst_offset in exhaustedInputDiagnostic() 157 << _.word_index - inst_offset << "."; in exhaustedInputDiagnostic() 316 const size_t inst_offset = _.word_index; in parseInstruction() local 331 while (_.word_index < inst_offset + inst_word_count) { in parseInstruction() 332 const uint16_t inst_word_index = uint16_t(_.word_index - inst_offset); in parseInstruction() 335 << " starting at word " << inst_offset in parseInstruction() 346 parseOperand(inst_offset, &inst, type, &_.endian_converted_words, in parseInstruction() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | binary.cpp | 111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst, 128 void recordNumberType(size_t inst_offset, 149 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, in exhaustedInputDiagnostic() argument 153 << inst_offset in exhaustedInputDiagnostic() 157 << _.word_index - inst_offset << "."; in exhaustedInputDiagnostic() 316 const size_t inst_offset = _.word_index; in parseInstruction() local 331 while (_.word_index < inst_offset + inst_word_count) { in parseInstruction() 332 const uint16_t inst_word_index = uint16_t(_.word_index - inst_offset); in parseInstruction() 335 << " starting at word " << inst_offset in parseInstruction() 346 parseOperand(inst_offset, &inst, type, &_.endian_converted_words, in parseInstruction() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | binary.cpp | 111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst, 128 void recordNumberType(size_t inst_offset, 149 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, in exhaustedInputDiagnostic() argument 153 << inst_offset in exhaustedInputDiagnostic() 157 << _.word_index - inst_offset << "."; in exhaustedInputDiagnostic() 316 const size_t inst_offset = _.word_index; in parseInstruction() local 331 while (_.word_index < inst_offset + inst_word_count) { in parseInstruction() 332 const uint16_t inst_word_index = uint16_t(_.word_index - inst_offset); in parseInstruction() 335 << " starting at word " << inst_offset in parseInstruction() 346 parseOperand(inst_offset, &inst, type, &_.endian_converted_words, in parseInstruction() [all …]
|
/external/igt-gpu-tools/assembler/ |
D | main.c | 166 (*p)->addr = i->inst_offset; in add_label() 285 int err, inst_offset; in main() local 392 inst_offset = 0 ; in main() 395 entry->inst_offset = inst_offset; in main() 399 while (((inst_offset+1) % 4) != 0) { in main() 405 tmp_entry->inst_offset = ++inst_offset; in main() 409 inst_offset++; in main() 426 label_name(entry), (IS_GENx(5) ? 2 : 1)*(entry->inst_offset)); in main() 438 …t_reloc_offset = label_to_addr(reloc->first_reloc_target, entry->inst_offset) - entry->inst_offset; in main() 441 …_reloc_offset = label_to_addr(reloc->second_reloc_target, entry->inst_offset) - entry->inst_offset; in main()
|
D | gen4asm.h | 155 unsigned inst_offset; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 34 unsigned inst_offset; member 93 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() 111 hw = &fp->insn[fpc->inst_offset]; in emit_src() 115 memcpy(&fp->insn[fpc->inst_offset + 4], in emit_src() 124 hw = &fp->insn[fpc->inst_offset]; in emit_src() 134 fpd->offset = fpc->inst_offset + 4; in emit_src() 166 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() 197 fpc->inst_offset = fp->insn_len; in nvfx_fp_emit() 200 hw = &fp->insn[fpc->inst_offset]; in nvfx_fp_emit() 249 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_if() [all …]
|
/external/llvm-project/lldb/examples/python/ |
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))
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
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()
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | gfx8_err_pos.s | 27 flat_atomic_add v[3:4], v5 inst_offset:8 slc
|
D | flat-gfx9.s | 36 flat_atomic_add v[3:4], v5 inst_offset:8 slc
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | JSONUtils.cpp | 641 const auto inst_offset = inst_addr - low_pc; in CreateSource() local 643 if (inst_offset < 10) in CreateSource() 645 else if (inst_offset < 100) in CreateSource() 647 else if (inst_offset < 1000) in CreateSource() 652 inst_offset, llvm::fmt_repeat(' ', spaces), m, in CreateSource()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIIntrinsics.td | 29 llvm_i32_ty, // inst_offset(imm) 45 llvm_i32_ty, // inst_offset(imm)
|
D | SIInstructions.td | 3302 i32:$soffset, imm:$inst_offset, imm:$dfmt, 3306 $vdata, (as_i16imm $inst_offset), (as_i1imm $offen), (as_i1imm $idxen),
|
D | SIInstrInfo.td | 118 SDTCisVT<5, i32>, // inst_offset(imm)
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 250 unsigned inst_offset, unsigned cache_policy); 257 unsigned inst_offset, unsigned cache_policy, bool can_speculate,
|
D | ac_llvm_build.c | 1109 unsigned inst_offset, unsigned cache_policy) in ac_build_buffer_store_dword() argument 1121 ac_build_buffer_store_dword(ctx, rsrc, v01, 2, voffset, soffset, inst_offset, cache_policy); in ac_build_buffer_store_dword() 1122 ac_build_buffer_store_dword(ctx, rsrc, v[2], 1, voffset, soffset, inst_offset + 8, in ac_build_buffer_store_dword() 1134 if (inst_offset) in ac_build_buffer_store_dword() 1135 offset = LLVMBuildAdd(ctx->builder, offset, LLVMConstInt(ctx->i32, inst_offset, 0), ""); in ac_build_buffer_store_dword() 1147 LLVMValueRef immoffset = LLVMConstInt(ctx->i32, inst_offset, 0); in ac_build_buffer_store_dword() 1192 unsigned inst_offset, unsigned cache_policy, bool can_speculate, in ac_build_buffer_load() argument 1195 LLVMValueRef offset = LLVMConstInt(ctx->i32, inst_offset, 0); in ac_build_buffer_load()
|
/external/llvm-project/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 379 cie_sp->inst_offset = offset; in ParseCIE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 208 "GFX10 bug, inst_offset ignored in flat segment"
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 220 "GFX10 bug, inst_offset ignored in flat segment"
|