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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.c102 LLVMValueRef reg_index = lp_build_const_int32( local
108 reg_index);
126 LLVMValueRef reg_index = lp_build_const_int32( local
137 output, reg_index);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c102 LLVMValueRef reg_index = lp_build_const_int32( local
108 reg_index);
126 LLVMValueRef reg_index = lp_build_const_int32( local
137 output, reg_index);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c117 int reg_index, int size,
130 const int reg_start = reg_index * REG_SIZE;
161 int reg_index, int size)
172 const int reg_start = reg_index * REG_SIZE;
231 int reg_index, int size)
234 const int reg_start = reg_index * REG_SIZE;
251 brw_is_mrf_written(const struct brw_instruction *inst, int reg_index, int size) argument
253 return (brw_is_mrf_written_alu(inst, reg_index, size) ||
254 brw_is_mrf_written_send(inst, reg_index, size));
259 int reg_index, in
116 brw_is_grf_written(const struct brw_instruction *inst, int reg_index, int size, int gen) argument
160 brw_is_mrf_written_alu(const struct brw_instruction *inst, int reg_index, int size) argument
230 brw_is_mrf_written_send(const struct brw_instruction *inst, int reg_index, int size) argument
258 brw_is_mrf_read(const struct brw_instruction *inst, int reg_index, int size, int gen) argument
294 brw_is_grf_read(const struct brw_instruction *inst, int reg_index, int size) argument
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.c1390 hcp_message->payload[i++] = p_pipe_info->reg_index ;
1405 hcp_message->payload[i++] = p_pipe_info->reg_index ;
1453 uint8_t reg_index,
1471 p_pipe_info->reg_index = reg_index;
1494 uint8_t reg_index,
1449 phHciNfc_Set_Param( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHciNfc_Pipe_Info_t *p_pipe_info, uint8_t reg_index, void *p_param, uint16_t param_length ) argument
H A DphHciNfc_Generic.h574 uint8_t reg_index; member in struct:phHciNfc_Pipe_Info
1049 * \param[in] reg_index Index of the register to be
1069 uint8_t reg_index,
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h180 uint32_t reg_index; // identifier for a record registered via DNSServiceRegisterRecord() on a variable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c117 int reg_index, int size,
130 const int reg_start = reg_index * REG_SIZE;
161 int reg_index, int size)
172 const int reg_start = reg_index * REG_SIZE;
231 int reg_index, int size)
234 const int reg_start = reg_index * REG_SIZE;
251 brw_is_mrf_written(const struct brw_instruction *inst, int reg_index, int size) argument
253 return (brw_is_mrf_written_alu(inst, reg_index, size) ||
254 brw_is_mrf_written_send(inst, reg_index, size));
259 int reg_index, in
116 brw_is_grf_written(const struct brw_instruction *inst, int reg_index, int size, int gen) argument
160 brw_is_mrf_written_alu(const struct brw_instruction *inst, int reg_index, int size) argument
230 brw_is_mrf_written_send(const struct brw_instruction *inst, int reg_index, int size) argument
258 brw_is_mrf_read(const struct brw_instruction *inst, int reg_index, int size, int gen) argument
294 brw_is_grf_read(const struct brw_instruction *inst, int reg_index, int size) argument
[all...]
/external/chromium_org/v8/src/
H A Dlithium.cc58 int reg_index = unalloc->fixed_register_index(); local
59 if (reg_index < 0 ||
60 reg_index >= Register::kMaxNumAllocatableRegisters) {
61 stream->Add("(=invalid_reg#%d)", reg_index);
64 Register::AllocationIndexToString(reg_index);
70 int reg_index = unalloc->fixed_register_index(); local
71 if (reg_index < 0 ||
72 reg_index >= DoubleRegister::kMaxNumAllocatableRegisters) {
73 stream->Add("(=invalid_double_reg#%d)", reg_index);
76 DoubleRegister::AllocationIndexToString(reg_index);
108 int reg_index = index(); local
117 int reg_index = index(); local
[all...]
H A Dlithium-allocator.cc601 int reg_index = operand->fixed_register_index(); local
602 operand->ConvertTo(LOperand::REGISTER, reg_index);
604 int reg_index = operand->fixed_register_index(); local
605 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c518 unsigned reg_file, unsigned reg_index,
532 base = lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, reg_index);
517 get_indirect_index(struct lp_build_tgsi_soa_context *bld, unsigned reg_file, unsigned reg_index, const struct tgsi_src_register *indirect_reg) argument
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc591 int reg_index = operand->fixed_register_index(); local
592 operand->ConvertTo(InstructionOperand::REGISTER, reg_index);
594 int reg_index = operand->fixed_register_index(); local
595 operand->ConvertTo(InstructionOperand::DOUBLE_REGISTER, reg_index);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c518 unsigned reg_file, unsigned reg_index,
532 base = lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, reg_index);
517 get_indirect_index(struct lp_build_tgsi_soa_context *bld, unsigned reg_file, unsigned reg_index, const struct tgsi_src_register *indirect_reg) argument
/external/qemu/target-i386/
H A Dhax-interface.h410 uint16_t reg_index; member in struct:hax_fastmmio
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc997 void Simulator::SetVFPRegister(int reg_index, const InputType& value) { argument
998 DCHECK(reg_index >= 0);
999 if (register_size == 1) DCHECK(reg_index < num_s_registers);
1000 if (register_size == 2) DCHECK(reg_index < DwVfpRegister::NumRegisters());
1004 memcpy(&vfp_registers_[reg_index * register_size], buffer,
1010 ReturnType Simulator::GetFromVFPRegister(int reg_index) {
1011 DCHECK(reg_index >= 0);
1012 if (register_size == 1) DCHECK(reg_index < num_s_registers);
1013 if (register_size == 2) DCHECK(reg_index < DwVfpRegister::NumRegisters());
1017 memcpy(buffer, &vfp_registers_[register_size * reg_index],
[all...]

Completed in 942 milliseconds