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

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/strace/
syscall.c 772 long opcode, offset_reg, tmp; local
812 offset_reg = (opcode & 0x000f0000) >> 16;
813 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
818 offset_reg = (opcode & 0x0000f000) >> 12;
819 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
832 offset_reg = (opcode & 0x00f00000) >> 20;
833 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]

Completed in 215 milliseconds