| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| clearstate_defs.h | 37 const unsigned int reg_index; member in struct:cs_extent_def
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| clearstate_defs.h | 37 const unsigned int reg_index; member in struct:cs_extent_def
|
| radeon_sumo_dpm.c | 481 u32 reg_index = index / 4; local 485 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 488 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 491 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 494 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 587 u32 reg_index = index / 4; local 591 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 594 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 597 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4), 600 WREG32_P(CG_SCLK_DPM_CTRL + (reg_index * 4) [all...] |
| /src/usr.sbin/gspa/gspa/ |
| gsp_act.c | 143 reg_index(int reg, expr disp) function
|
| /src/usr.bin/scmdctl/ |
| common.c | 193 int reg_index; local 203 reg_index = a_module * 2; 205 reg_index++; 206 reg = SCMD_REG_MA_DRIVE + reg_index; 209 fprintf(stderr,"common_set_motor: reg_index: %d ; reg: %02X ; reg_v: %d\n",reg_index,reg,reg_v); 221 uint8_t reg, reg_index = 0, reg_offset = 0; local 243 reg_index = 1 << motor_index; 246 fprintf(stderr,"common_invert_motor: remote invert: motor_index: %d ; reg_offset: %d ; reg_index: %02X ; reg: %02X\n",motor_index,reg_offset,reg_index,reg) 263 uint8_t reg, reg_index = 0, reg_offset = 0; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| fr30-dis.c | 71 int reg_index = 0; 81 (*info->fprintf_func) (info->stream, "r%li", reg_index + offset); 85 for (reg_index = 1; reg_index <= 7; ++reg_index) 94 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset); 70 int reg_index = 0; local
|
| m32c-dis.c | 214 int reg_index = 0; 228 for (reg_index = 1; reg_index <= 7; ++reg_index) 238 m16c_register_names [reg_index]); 213 int reg_index = 0; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| fr30-dis.c | 71 int reg_index = 0; 81 (*info->fprintf_func) (info->stream, "r%li", reg_index + offset); 85 for (reg_index = 1; reg_index <= 7; ++reg_index) 94 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset); 70 int reg_index = 0; local
|
| m32c-dis.c | 214 int reg_index = 0; 228 for (reg_index = 1; reg_index <= 7; ++reg_index) 238 m16c_register_names [reg_index]); 213 int reg_index = 0; local
|
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 85 fun reg_index i = 16 + n - i; function 87 | pop_opnds n spl = "r" ^ (ints (reg_index n)) ^ spl ^ (pop_opnds (n-1) spl); 89 | push_opnds n spl = (push_opnds (n-1) spl) ^ spl ^ "r" ^ (ints (reg_index n));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 85 fun reg_index i = 16 + n - i; function 87 | pop_opnds n spl = "r" ^ (ints (reg_index n)) ^ spl ^ (pop_opnds (n-1) spl); 89 | push_opnds n spl = (push_opnds (n-1) spl) ^ spl ^ "r" ^ (ints (reg_index n));
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| fr30-dis.c | 71 int reg_index = 0; 81 (*info->fprintf_func) (info->stream, "r%li", reg_index + offset); 85 for (reg_index = 1; reg_index <= 7; ++reg_index) 94 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset); 70 int reg_index = 0; local
|
| m32c-dis.c | 214 int reg_index = 0; 228 for (reg_index = 1; reg_index <= 7; ++reg_index) 238 m16c_register_names [reg_index]); 213 int reg_index = 0; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| fr30-dis.c | 71 int reg_index = 0; 81 (*info->fprintf_func) (info->stream, "r%li", reg_index + offset); 85 for (reg_index = 1; reg_index <= 7; ++reg_index) 94 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset); 70 int reg_index = 0; local
|
| m32c-dis.c | 214 int reg_index = 0; 228 for (reg_index = 1; reg_index <= 7; ++reg_index) 238 m16c_register_names [reg_index]); 213 int reg_index = 0; local
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnssd_ipc.h | 202 uint32_t reg_index; // identifier for a record registered via DNSServiceRegisterRecord() on a variable
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| interrupts.c | 811 int reg_index = -1; local 823 reg_index = 0; 838 ATTRIBUTE_FALLTHROUGH; /* To set reg_index. */ 842 reg_index = 0; 844 reg_index = 0; 846 reg_index = 1; 850 reg_index = 14; /* Use ESR14. */ 853 reg_index = 15; /* Use ESR15, EPCR15. */ 868 reg_index = esr_for_data_access_exception (current_cpu, item); 875 reg_index = 2 [all...] |
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| interrupts.c | 811 int reg_index = -1; local 823 reg_index = 0; 838 ATTRIBUTE_FALLTHROUGH; /* To set reg_index. */ 842 reg_index = 0; 844 reg_index = 0; 846 reg_index = 1; 850 reg_index = 14; /* Use ESR14. */ 853 reg_index = 15; /* Use ESR15, EPCR15. */ 868 reg_index = esr_for_data_access_exception (current_cpu, item); 875 reg_index = 2 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| alpha-tdep.c | 1165 int nb_of_iterations, reg_index, reg_probe; 1170 lda REG_INDEX,NB_OF_ITERATIONS 1175 subq REG_INDEX,0x1,REG_INDEX 1177 bne REG_INDEX, LOOP_START 1185 /* lda REG_INDEX,NB_OF_ITERATIONS */ 1190 reg_index = MEM_RA (insn); 1212 /* subq REG_INDEX,0x1,REG_INDEX */ 1220 || OPR_RA (insn) != reg_index 1157 int nb_of_iterations, reg_index, reg_probe; local [all...] |
| aarch64-tdep.c | 5206 uint32_t reg_index = 0; 5258 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM; 5266 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM; 5338 record_buf[reg_index++] = reg_tt + AARCH64_V0_REGNUM; 5351 record_buf[reg_index++] = reg_rn; 5353 aarch64_insn_r->reg_rec_count = reg_index; 5205 uint32_t reg_index = 0; local
|
| rs6000-tdep.c | 2811 int reg_index; 2817 reg_index = ev_reg - tdep->ppc_ev0_regnum; 2821 status = move (regcache, tdep->ppc_ev0_upper_regnum + reg_index, 2824 status = move (regcache, tdep->ppc_gp0_regnum + reg_index, 2829 status = move (regcache, tdep->ppc_gp0_regnum + reg_index, byte_buffer); 2831 status = move (regcache, tdep->ppc_ev0_upper_regnum + reg_index, 2852 int reg_index; 2857 reg_index = ev_reg - tdep->ppc_ev0_regnum; 2861 status = regcache->raw_read (tdep->ppc_ev0_upper_regnum + reg_index, 2864 status = regcache->raw_read (tdep->ppc_gp0_regnum + reg_index, 2810 int reg_index; local 2851 int reg_index; local 2892 int reg_index, fp0; local 2932 int reg_index, fp0; local 2996 int reg_index, vr0, fp0, vsr0_upper; local 3044 int reg_index, vr0, fp0, vsr0_upper; local 3086 int reg_index, vr0; local 3115 int reg_index, vr0; local 3211 int reg_index, fp0; local 3252 int reg_index, vr0, fp0, vsr0_upper; local 3290 int reg_index, vr0; local 3315 int reg_index = reg_nr - tdep->ppc_ev0_regnum; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| alpha-tdep.c | 1165 int nb_of_iterations, reg_index, reg_probe; 1170 lda REG_INDEX,NB_OF_ITERATIONS 1175 subq REG_INDEX,0x1,REG_INDEX 1177 bne REG_INDEX, LOOP_START 1185 /* lda REG_INDEX,NB_OF_ITERATIONS */ 1190 reg_index = MEM_RA (insn); 1212 /* subq REG_INDEX,0x1,REG_INDEX */ 1220 || OPR_RA (insn) != reg_index 1157 int nb_of_iterations, reg_index, reg_probe; local [all...] |
| aarch64-tdep.c | 5036 uint32_t reg_index = 0, mem_index = 0; 5088 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM; 5096 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM; 5168 record_buf[reg_index++] = reg_tt + AARCH64_V0_REGNUM; 5181 record_buf[reg_index++] = reg_rn; 5183 aarch64_insn_r->reg_rec_count = reg_index; 5035 uint32_t reg_index = 0, mem_index = 0; local
|
| i386-tdep.c | 3554 int reg_index = pseudo_reg_num - tdep->bnd0_regnum; 3555 int raw_regnum = I387_BND0R_REGNUM (tdep) + reg_index; 3541 int reg_index = pseudo_reg_num - tdep->bnd0_regnum; local
|
| rs6000-tdep.c | 2812 int reg_index; 2818 reg_index = ev_reg - tdep->ppc_ev0_regnum; 2822 status = move (regcache, tdep->ppc_ev0_upper_regnum + reg_index, 2825 status = move (regcache, tdep->ppc_gp0_regnum + reg_index, 2830 status = move (regcache, tdep->ppc_gp0_regnum + reg_index, byte_buffer); 2832 status = move (regcache, tdep->ppc_ev0_upper_regnum + reg_index, 2853 int reg_index; 2858 reg_index = ev_reg - tdep->ppc_ev0_regnum; 2862 status = regcache->raw_read (tdep->ppc_ev0_upper_regnum + reg_index, 2865 status = regcache->raw_read (tdep->ppc_gp0_regnum + reg_index, 2811 int reg_index; local 2852 int reg_index; local 2893 int reg_index, fp0; local 2933 int reg_index, fp0; local 2997 int reg_index, vr0, fp0, vsr0_upper; local 3045 int reg_index, vr0, fp0, vsr0_upper; local 3087 int reg_index, vr0; local 3116 int reg_index, vr0; local 3212 int reg_index, fp0; local 3253 int reg_index, vr0, fp0, vsr0_upper; local 3291 int reg_index, vr0; local 3316 int reg_index = reg_nr - tdep->ppc_ev0_regnum; local [all...] |