HomeSort by relevance Sort by last modified time
    Searched refs:offset_reg (Results 1 - 5 of 5) sorted by null

  /external/ltrace/sysdeps/linux-gnu/s390/
trace.c 70 long pc, opcode, offset_reg, scno, tmp; local
131 offset_reg = (opcode & 0x000f0000) >> 16;
132 if (offset_reg)
134 gpr_offset[offset_reg], 0);
136 offset_reg = (opcode & 0x0000f000) >> 12;
137 if (offset_reg)
139 gpr_offset[offset_reg], 0);
151 offset_reg = (opcode & 0x00f00000) >> 20;
152 if (offset_reg)
154 gpr_offset[offset_reg], 0)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 79 int offset_reg; /**< used to reduce redundant li instructions */ member in struct:gen_context
123 gen->offset_reg = -1;
173 if (gen->offset_reg <= 0) {
175 gen->offset_reg = ppc_allocate_register(gen->f);
181 ppc_li(gen->f, gen->offset_reg, offset);
184 return gen->offset_reg;
213 int offset_reg = emit_li_offset(gen, offset); local
221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg);
279 int offset_reg = emit_li_offset(gen, offset); local
281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg);
295 int offset_reg = emit_li_offset(gen, offset); local
303 int offset_reg = emit_li_offset(gen, offset); local
319 int offset_reg = emit_li_offset(gen, offset); local
498 int offset_reg = emit_li_offset(gen, offset); local
513 int offset_reg = emit_li_offset(gen, offset); local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 528 const char *offset_reg; local
533 offset_reg = lookup_reg_name (base_unit, offset_no);
538 snprintf (buf, buf_size, "[%s+%s++]", base_reg, offset_reg);
540 snprintf (buf, buf_size, "[%s++%s]", base_reg, offset_reg);
543 snprintf (buf, buf_size, "[%s+%s]", base_reg, offset_reg);
2402 const char *offset_reg = lookup_reg_name (addr_unit, offset_part); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 187 const metag_reg *offset_reg; member in struct:__anon74076
742 addr->offset_reg = regs[0];
1121 insn->bits |= (addr.offset_reg->no << 9);
    [all...]
tc-tic6x.c 1430 tic6x_register offset_reg; local
    [all...]

Completed in 816 milliseconds