Searched defs:reg (Results 76 - 100 of 670) sorted by relevance

1234567891011>>

/external/aac/libFDK/src/
H A DFDK_crc.cpp196 const INT reg
260 int reg = hCrcInfo->regStart; local
262 FDK_ASSERT(hCrcInfo->crcRegData[reg].isActive==0);
263 hCrcInfo->crcRegData[reg].isActive = 1;
264 hCrcInfo->crcRegData[reg].maxBits = mBits;
265 hCrcInfo->crcRegData[reg].validBits = FDKgetValidBits(hBs) ;
266 hCrcInfo->crcRegData[reg].bitBufCntBits = 0;
270 return (reg);
276 const INT reg
279 FDK_ASSERT((reg
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c53 const struct tgsi_src_register *reg,
58 return reg->SwizzleX;
60 return reg->SwizzleY;
62 return reg->SwizzleZ;
64 return reg->SwizzleW;
74 const struct tgsi_full_src_register *reg,
78 &reg->Register,
84 struct tgsi_src_register *reg,
90 reg->SwizzleX = swizzle;
93 reg
52 tgsi_util_get_src_register_swizzle( const struct tgsi_src_register *reg, unsigned component ) argument
73 tgsi_util_get_full_src_register_swizzle( const struct tgsi_full_src_register *reg, unsigned component ) argument
83 tgsi_util_set_src_register_swizzle( struct tgsi_src_register *reg, unsigned swizzle, unsigned component ) argument
107 tgsi_util_get_full_src_register_sign_mode( const struct tgsi_full_src_register *reg, unsigned component ) argument
136 tgsi_util_set_full_src_register_sign_mode( struct tgsi_full_src_register *reg, unsigned sign_mode ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs.c110 int i, reg = 0; local
120 c->code->outputs[outputs->pos] = reg++;
127 c->code->outputs[outputs->psize] = reg++;
133 * pretend it does by skipping output index reg so the colors
140 c->code->outputs[outputs->color[i]] = reg++;
143 reg++;
150 c->code->outputs[outputs->bcolor[i]] = reg++;
152 reg++;
159 c->code->outputs[outputs->generic[i]] = reg++;
165 c->code->outputs[outputs->fog] = reg
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUAsmPrinter.cpp74 unsigned reg; local
79 reg = MO.getReg();
80 if (reg == AMDGPU::VCC) {
84 if (reg == AMDGPU::EXEC) {
87 if (AMDGPU::SReg_32RegClass.contains(reg)) {
90 } else if (AMDGPU::VReg_32RegClass.contains(reg)) {
93 } else if (AMDGPU::SReg_64RegClass.contains(reg)) {
96 } else if (AMDGPU::VReg_64RegClass.contains(reg)) {
99 } else if (AMDGPU::SReg_128RegClass.contains(reg)) {
102 } else if (AMDGPU::VReg_128RegClass.contains(reg)) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c95 * For example, if usage = SVGA3D_DECLUSAGE_TEXCOORD, reg.num = 1, and
100 SVGA3dShaderDestToken reg,
115 dcl.dst = reg;
132 SVGA3dShaderDestToken reg = local
135 if (!emit_decl( emit, reg, 0, 0 ))
152 struct src_register reg; local
162 reg = src_register( SVGA3DREG_INPUT,
165 *out = emit->ps_depth_fog = reg;
169 return emit_decl( emit, dst( reg ), SVGA3D_DECLUSAGE_TEXCOORD, 0 );
183 SVGA3dShaderDestToken reg; local
99 emit_decl(struct svga_shader_emitter *emit, SVGA3dShaderDestToken reg, unsigned usage, unsigned index) argument
402 SVGA3dShaderDestToken reg; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug_fp.c165 print_reg_neg_swizzle(GLuint reg) argument
169 if ((reg & REG_SWIZZLE_MASK) == REG_SWIZZLE_XYZW &&
170 (reg & REG_NEGATE_MASK) == 0)
176 if (reg & (1 << ((i * 4) + 3)))
179 switch ((reg >> (i * 4)) & 0x7) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_curbe.c103 GLuint reg = 0; local
107 reg = 0;
108 brw->curbe.wm_start = reg;
109 brw->curbe.wm_size = nr_fp_regs; reg += nr_fp_regs;
110 brw->curbe.clip_start = reg;
111 brw->curbe.clip_size = nr_clip_regs; reg += nr_clip_regs;
112 brw->curbe.vs_start = reg;
113 brw->curbe.vs_size = nr_vp_regs; reg += nr_vp_regs;
114 brw->curbe.total_size = reg;
H A Dbrw_fs_live_variables.cpp68 int reg = inst->src[i].reg; local
70 if (!bd[b].def[reg])
71 bd[b].use[reg] = true;
80 inst->regs_written() == v->virtual_grf_sizes[inst->dst.reg] &&
84 int reg = inst->dst.reg; local
85 if (!bd[b].use[reg])
86 bd[b].def[reg] = true;
190 int reg local
197 int reg = inst->dst.reg; local
[all...]
H A Dbrw_gs.h99 } reg; member in struct:brw_gs_compile
H A Dbrw_wm_pass2.c49 GLuint reg)
55 c->pass2_grf[reg].value = value;
56 c->pass2_grf[reg].nextuse = 0;
58 value->resident = &c->pass2_grf[reg];
59 value->hw_reg = brw_vec8_grf(reg*2, 0);
175 * value is calculated, so we can just take this reg without any
188 * TODO: implement spill-to-reg so that we can rearrange discontigous
198 GLuint reg = 0; local
213 reg = i;
222 if (grf[reg
47 prealloc_reg(struct brw_wm_compile *c, struct brw_wm_value *value, GLuint reg) argument
234 GLuint reg = search_contiguous_regs(c, nr, thisinsn); local
278 GLuint reg = search_contiguous_regs(c, 1, thisinsn); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-arm.cc80 Register reg = Register::from_code(reg_num); local
81 if (!reg.is(destination_reg)) {
82 __ push(reg);
107 Register reg = Register::from_code(reg_num); local
108 if (!reg.is(destination_reg)) {
110 __ cmp(reg, ip);
H A Dtest-code-stubs-arm64.cc76 Register reg = Register::from_code(reg_num); local
77 if (!reg.is(destination_reg)) {
78 queue.Queue(reg);
103 Register reg = Register::from_code(reg_num); local
104 if (!reg.is(destination_reg)) {
106 __ cmp(reg, ip0);
H A Dtest-code-stubs-mips.cc78 Register reg = Register::from_code(reg_num); local
79 if (!reg.is(destination_reg)) {
80 __ push(reg);
105 Register reg = Register::from_code(reg_num); local
106 if (!reg.is(destination_reg)) {
108 __ Assert(eq, kRegisterWasClobbered, reg, Operand(at));
H A Dtest-code-stubs-mips64.cc78 Register reg = Register::from_code(reg_num); local
79 if (!reg.is(destination_reg)) {
80 __ push(reg);
105 Register reg = Register::from_code(reg_num); local
106 if (!reg.is(destination_reg)) {
108 __ Assert(eq, kRegisterWasClobbered, reg, Operand(at));
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java31 * Calculate the live ranges for register {@code reg}.<p>
106 * @param reg register whose liveness to analyze
107 * @param interference {@code non-null;} indexed by SSA reg in
111 private LivenessAnalyzer(SsaMethod ssaMeth, int reg, argument
116 this.regV = reg;
/external/kernel-headers/original/uapi/linux/
H A Dphantom.h17 __u32 reg; member in struct:phm_reg
/external/libunwind/src/aarch64/
H A DGinit.c44 uc_addr (ucontext_t *uc, int reg) argument
46 if (reg >= UNW_AARCH64_X0 && reg <= UNW_AARCH64_V31)
47 return &uc->uc_mcontext.regs[reg];
55 tdep_uc_addr (ucontext_t *uc, int reg) argument
57 return uc_addr (uc, reg);
129 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, argument
135 if (unw_is_fpreg (reg))
138 if (!(addr = uc_addr (uc, reg)))
144 Debug (12, "%s <- %lx\n", unw_regname (reg), *va
159 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/arm/
H A DGinit.c42 uc_addr (unw_tdep_context_t *uc, int reg) argument
44 if (reg >= UNW_ARM_R0 && reg < UNW_ARM_R0 + 16)
45 return &uc->regs[reg - UNW_ARM_R0];
53 tdep_uc_addr (unw_tdep_context_t *uc, int reg) argument
55 return uc_addr (uc, reg);
121 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, argument
127 if (unw_is_fpreg (reg))
130 Debug (16, "reg = %s\n", unw_regname (reg));
152 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/hppa/
H A DGinit.c44 uc_addr (ucontext_t *uc, int reg) argument
48 if ((unsigned) (reg - UNW_HPPA_GR) < 32)
49 addr = &uc->uc_mcontext.sc_gr[reg - UNW_HPPA_GR];
50 else if ((unsigned) (reg - UNW_HPPA_FR) < 32)
51 addr = &uc->uc_mcontext.sc_fr[reg - UNW_HPPA_FR];
60 _Uhppa_uc_addr (ucontext_t *uc, int reg) argument
62 return uc_addr (uc, reg);
134 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, argument
140 if ((unsigned int) (reg - UNW_HPPA_FR) < 32)
143 addr = uc_addr (uc, reg);
165 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/ia64/
H A DGregs.c31 linux_scratch_loc (struct cursor *c, unw_regnum_t reg, uint8_t *nat_bitnr) argument
40 switch (reg)
46 *nat_bitnr = (reg - UNW_IA64_NAT);
52 addr += LINUX_SC_GR_OFF + 8 * (reg - UNW_IA64_GR);
56 addr += LINUX_SC_FR_OFF + 16 * (reg - UNW_IA64_FR);
78 addr += LINUX_SC_FR_OFF + 16 * (reg - UNW_IA64_FR);
90 if (unw_is_fpreg (reg))
91 return IA64_FPREG_LOC (c, reg);
93 return IA64_REG_LOC (c, reg);
101 if ((unsigned) (reg
223 hpux_scratch_loc(struct cursor *c, unw_regnum_t reg, uint8_t *nat_bitnr) argument
233 ia64_scratch_loc(struct cursor *c, unw_regnum_t reg, uint8_t *nat_bitnr) argument
360 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
562 tdep_access_fpreg(struct cursor *c, int reg, unw_fpreg_t *valp, int write) argument
[all...]
/external/libunwind/src/mips/
H A DGinit.c45 uc_addr (ucontext_t *uc, int reg) argument
47 if (reg >= UNW_MIPS_R0 && reg < UNW_MIPS_R0 + 32)
48 return &uc->uc_mcontext.gregs[reg - UNW_MIPS_R0];
49 else if (reg == UNW_MIPS_PC)
58 tdep_uc_addr (ucontext_t *uc, int reg) argument
60 char *addr = uc_addr (uc, reg);
62 if (reg >= UNW_MIPS_R0 && reg <= UNW_MIPS_R31
140 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_ argument
171 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/ppc32/
H A DGinit.c46 uc_addr (ucontext_t *uc, int reg) argument
50 if ((unsigned) (reg - UNW_PPC32_R0) < 32)
51 addr = &uc->uc_mcontext.uc_regs->gregs[reg - UNW_PPC32_R0];
54 if ( ((unsigned) (reg - UNW_PPC32_F0) < 32) &&
55 ((unsigned) (reg - UNW_PPC32_F0) >= 0) )
56 addr = &uc->uc_mcontext.uc_regs->fpregs.fpregs[reg - UNW_PPC32_F0];
62 switch (reg)
87 tdep_uc_addr (ucontext_t *uc, int reg) argument
89 return uc_addr (uc, reg);
157 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_ argument
189 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/ppc64/
H A DGinit.c46 uc_addr (ucontext_t *uc, int reg) argument
50 if ((unsigned) (reg - UNW_PPC64_R0) < 32)
51 addr = &uc->uc_mcontext.gp_regs[reg - UNW_PPC64_R0];
53 else if ((unsigned) (reg - UNW_PPC64_F0) < 32)
54 addr = &uc->uc_mcontext.fp_regs[reg - UNW_PPC64_F0];
56 else if ((unsigned) (reg - UNW_PPC64_V0) < 32)
57 addr = (uc->uc_mcontext.v_regs == 0) ? NULL : &uc->uc_mcontext.v_regs->vrregs[reg - UNW_PPC64_V0][0];
63 switch (reg)
91 tdep_uc_addr (ucontext_t *uc, int reg) argument
93 return uc_addr (uc, reg);
161 access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) argument
194 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/ptrace/
H A D_UPT_access_reg.c41 _UPT_access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, argument
48 Debug(16, "using pokeuser: reg: %s [%u], val: %lx, write: %d\n", unw_regname(reg), (unsigned) reg, (long) val, write);
51 Debug (16, "%s <- %lx\n", unw_regname (reg), (long) *val);
55 if ((unsigned) reg - UNW_IA64_NAT < 32)
60 mask = ((unw_word_t) 1) << (reg - UNW_IA64_NAT);
88 switch (reg)
139 reg = UNW_IA64_AR_BSP;
230 if ((unsigned) reg >
279 _UPT_access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) argument
357 _UPT_access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) argument
[all...]
/external/libunwind/src/sh/
H A DGinit.c43 uc_addr (ucontext_t *uc, int reg) argument
45 if (reg >= UNW_SH_R0 && reg <= UNW_SH_PR)
46 return &uc->uc_mcontext.gregs[reg];
54 tdep_uc_addr (ucontext_t *uc, int reg) argument
56 return uc_addr (uc, reg);
128 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, argument
134 if (unw_is_fpreg (reg))
137 if (!(addr = uc_addr (uc, reg)))
143 Debug (12, "%s <- %x\n", unw_regname (reg), *va
158 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
[all...]

Completed in 7180 milliseconds

1234567891011>>