Searched defs:gpr (Results 1 - 14 of 14) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_ppc64.h101 uint64_t gpr[MD_CONTEXT_PPC64_GPR_COUNT]; member in struct:__anon6146
H A Dminidump_cpu_ppc.h128 uint32_t gpr[MD_CONTEXT_PPC_GPR_COUNT]; member in struct:__anon6145
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h30 unsigned gpr; member in struct:r600_shader_io
H A Dr600_asm.c299 if (output->gpr >= bc->ngpr)
300 bc->ngpr = output->gpr + 1;
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr &&
318 bc->cf_last->output.gpr = output->gpr;
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) &&
671 /* set up gpr use */
897 int gpr[ local
[all...]
H A Dr600_asm.h125 unsigned gpr; member in struct:r600_bytecode_output
H A Dr600_shader.c598 int gpr = 0, base_chan = 0; local
618 /* work out gpr and base_chan from index */
619 gpr = ij_index / 2;
631 alu.dst.sel = ctx->shader->input[input].gpr;
637 alu.src[0].sel = gpr;
662 alu.dst.sel = ctx->shader->input[input].gpr;
763 int gpr_front = ctx->shader->input[front].gpr;
764 int gpr_back = ctx->shader->input[back].gpr;
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
806 ctx->face_gpr = ctx->shader->input[i].gpr;
1130 int gpr = ctx->file_offset[TGSI_FILE_INPUT] + local
[all...]
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dkvm.h31 __u64 gpr[32]; member in struct:kvm_regs
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.c407 /* Show move from/to fpr to/from gpr */
1044 MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr) argument
1049 i->Min.RdWrLR.gpr = gpr;
1433 ppHRegMIPS(i->Min.RdWrLR.gpr, mode64);
1722 i->Min.RdWrLR.gpr);
1878 mapReg(m, &i->Min.RdWrLR.gpr);
3346 UInt reg = iregNo(i->Min.RdWrLR.gpr, mode64);
H A Dhost_tilegx_defs.h463 HReg gpr; member in struct:__anon19025::__anon19026::__anon19044
516 extern TILEGXInstr *TILEGXInstr_RdWrLR ( Bool wrLR, HReg gpr );
H A Dhost_mips_defs.h318 Min_FpGpMove, /* Move from/to fpr to/from gpr */
352 /* Move from/to fpr to/from gpr */
520 HReg gpr; member in struct:__anon18803::__anon18804::__anon18823
595 /* Move from/to fpr to/from gpr */
669 extern MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr);
H A Dhost_ppc_defs.h757 HReg gpr; member in struct:__anon18865::__anon18866::__anon18897
1042 extern PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr );
/external/kernel-headers/original/uapi/sound/
H A Demu10k1.h288 unsigned short gpr[32]; /* GPR number(s) */ member in struct:snd_emu10k1_fx8010_control_gpr
301 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
/external/valgrind/include/vki/
H A Dvki-ppc32-linux.h204 unsigned long gpr[32]; member in struct:vki_pt_regs
H A Dvki-ppc64-linux.h200 VKI_PPC_REG gpr[32]; member in struct:vki_pt_regs

Completed in 1140 milliseconds