Searched refs:reg_index (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeSPARC_32.c | 146 sljit_s32 reg_index = 8; in call_with_args() local 166 if (reg_index == reg) in call_with_args() 168 reg_index++; in call_with_args() 173 if (reg_index == reg || reg_index + 1 == reg) in call_with_args() 175 reg_index += 2; in call_with_args() 178 if (reg_index != word_reg_index && reg_index < 14 && reg_index == reg) in call_with_args() 180 reg_index++; in call_with_args() 226 reg_index--; in call_with_args() 227 if (reg_index < 14) in call_with_args() 228 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args() [all …]
|
/third_party/mesa3d/src/amd/registers/ |
D | parse_kernel_headers.py | 775 reg_index = type_map.index(name) if name in type_map else -1 776 if reg_index >= 1 and reg_index % 2 == 1: 777 type_name = type_map[reg_index - 1]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 395 unsigned reg_index; in si_llvm_emit_clipvertex() local 405 for (reg_index = 0; reg_index < 2; reg_index++) { in si_llvm_emit_clipvertex() 406 struct ac_export_args *args = &pos[2 + reg_index]; in si_llvm_emit_clipvertex() 408 if (!(clipdist_mask & BITFIELD_RANGE(reg_index * 4, 4))) in si_llvm_emit_clipvertex() 415 if (!(clipdist_mask & BITFIELD_BIT(reg_index * 4 + chan))) in si_llvm_emit_clipvertex() 420 LLVMConstInt(ctx->ac.i32, ((reg_index * 4 + chan) * 4 + const_chan) * 4, 0); in si_llvm_emit_clipvertex() 431 args->target = V_008DFC_SQ_EXP_POS + 2 + reg_index; in si_llvm_emit_clipvertex()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_reg.h | 2947 #define PVS_OP_DST_OPERAND(opcode, math_inst, macro_inst, reg_index, reg_writemask, reg_class, satu… argument 2951 | ((reg_index & PVS_DST_OFFSET_MASK) << PVS_DST_OFFSET_SHIFT) \
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 843 auto is_free = [&](PhysReg reg_index) in get_reg_simple() 844 { return reg_file[reg_index] == 0 && !ctx.war_hint[reg_index]; }; in get_reg_simple() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 6185 unsigned reg_index = emit->clip_dist_out_index + i / 4; in emit_clip_distance_from_vpos() local 6190 dst = make_dst_reg(TGSI_FILE_OUTPUT, reg_index); in emit_clip_distance_from_vpos() 6228 unsigned reg_index = emit->clip_dist_out_index + i / 4; in emit_clip_vertex_instructions() local 6233 dst = make_dst_reg(TGSI_FILE_OUTPUT, reg_index); in emit_clip_vertex_instructions()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 673 unsigned reg_file, unsigned reg_index, in get_indirect_index() argument 688 base = lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, reg_index); in get_indirect_index()
|