Home
last modified time | relevance | path

Searched refs:insn_len (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp974 int stack_offset, insn_len; in GetNonCallSiteUnwindPlanFromAssembly() local
983 if (!instruction_length(m_cur_insn, insn_len, size - current_func_text_offset) in GetNonCallSiteUnwindPlanFromAssembly()
984 || insn_len == 0 in GetNonCallSiteUnwindPlanFromAssembly()
985 || insn_len > kMaxInstructionByteSize) { in GetNonCallSiteUnwindPlanFromAssembly()
1238 non_local_branch_p (current_func_text_offset, func_range, insn_len) || in GetNonCallSiteUnwindPlanFromAssembly()
1293 if (current_func_text_offset + insn_len < size) { in GetNonCallSiteUnwindPlanFromAssembly()
1294 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1324 m_cur_insn = m_cur_insn + insn_len; in GetNonCallSiteUnwindPlanFromAssembly()
1325 current_func_text_offset += insn_len; in GetNonCallSiteUnwindPlanFromAssembly()
1382 int insn_len; in AugmentUnwindPlanFromCallSite() local
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c42 fp->buffer = pipe_buffer_create(pipe->screen, 0, 0, fp->insn_len * 4); in nv30_fragprog_upload()
45 pipe_buffer_write(pipe, fp->buffer, 0, fp->insn_len * 4, fp->insn); in nv30_fragprog_upload()
55 for (i = 0; i < fp->insn_len; i++) in nv30_fragprog_upload()
Dnvfx_fragprog.c85 fp->insn_len += size; in grow_insns()
86 fp->insn = realloc(fp->insn, sizeof(uint32_t) * fp->insn_len); in grow_insns()
197 fpc->inst_offset = fp->insn_len; in nvfx_fp_emit()
249 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_if()
273 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_cal()
292 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_ret()
309 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_rep()
338 fpc->inst_offset = fpc->fp->insn_len;
363 fpc->inst_offset = fpc->fp->insn_len; in nv40_fp_brk()
776 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len; in nvfx_fragprog_parse_instruction()
[all …]
Dnv30_state.h117 unsigned insn_len; member
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c45 *size = fp.insn_len * 4; in nv30_fp()
/external/bcc/src/cc/includes/
Dlibbpf.h60 const struct bpf_insn *insns, int insn_len,
/external/bcc/src/cc/
Dlibbpf.h60 const struct bpf_insn *insns, int insn_len,