Home
last modified time | relevance | path

Searched defs:dst_reg (Results 1 - 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp197 unsigned src_reg = ~0u, dst_reg = ~0u; in register_coalesce() local
H A Dbrw_ir_vec4.h150 class dst_reg : public backend_reg class
[all...]
H A Dbrw_vec4_builder.h46 typedef brw::dst_reg dst_reg; typedef in brw::vec4_builder
[all...]
H A Dbrw_fs_builder.h46 typedef fs_reg dst_reg; typedef in brw::fs_builder
[all...]
H A Dbrw_vec4.cpp92 dst_reg::dst_reg() in dst_reg() function in brw::dst_reg
97 dst_reg::dst_reg(enum brw_reg_file file, int nr) in dst_reg() function in brw::dst_reg
105 dst_reg::dst_reg(enum brw_reg_file file, int nr, const glsl_type *type, in dst_reg() function in brw::dst_reg
116 dst_reg::dst_reg(enu function in brw::dst_reg
127 dst_reg::dst_reg(struct ::brw_reg reg) : dst_reg() function in brw::dst_reg
134 dst_reg::dst_reg(const src_reg &reg) : dst_reg() function in brw::dst_reg
[all...]
H A Dbrw_vec4_visitor.cpp702 dst_reg::dst_reg(class vec4_visitor *v, const struct glsl_type *type) dst_reg() function in brw::dst_reg
[all...]
H A Dbrw_eu_validate.c1860 unsigned dst_reg = brw_inst_dst_da_reg_nr(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
/third_party/elfutils/lib/
H A Dbpf.h80 uint8_t dst_reg:4; member
/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c331 print_fetch_dst(uint32_t dst_reg, uint32_t dst_swiz) in print_fetch_dst() argument
H A Dinstr-a2xx.h322 uint32_t dst_reg : 6; member
356 uint32_t dst_reg : 6; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c291 struct i915_full_dst_register *dst_reg; in liveness_analysis() local
260 liveness_mark_written(struct i915_optimize_context *ctx, struct i915_full_dst_register *dst_reg, int pos) liveness_mark_written() argument
357 unused_from(struct i915_optimize_context *ctx, struct i915_full_dst_register *dst_reg, int from) unused_from() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c46 uint32_t dst_reg : 7; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y1305 dst_reg: dst { $1->flags |= IR3_REG_R; } global() label
[all...]
H A Dir3_ra.c1173 physreg_t dst_reg = (physreg_t)~0; in compress_regs_left() local
2061 struct ir3_register *dst_reg = ir3_dst_create(pcopy, INVALID_REG, flags); in insert_liveout_copy() local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_mc_lsx.c1720 uint8_t *dst_reg = dst; in common_vt_8t_and_aver_dst_16w_mult_lsx() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp199 emit_int64_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_int64_dpp_op() argument
299 emit_int64_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_int64_op() argument
386 emit_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_dpp_op() argument
427 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, ReduceOp op, unsigned size) emit_op() argument
[all...]
/third_party/ltp/include/lapi/
H A Dbpf.h76 uint8_t dst_reg:4; /* dest register */ member
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc700 LiftoffRegister dst_reg = GetUnusedRegister(rc, pinned); in PrepareLoopArgs() local
824 Register* dst_reg = std::get<2>(tuple); in MergeStackWith() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c2313 sljit_s32 dst_reg; in sljit_get_local_base() local
2134 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
[all...]
H A DsljitNativeS390X.c3559 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
H A DsljitNativePPC_common.c2575 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
H A DsljitNativeRISCV_common.c2644 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
H A DsljitNativeARM_32.c1904 sljit_s32 dst_reg; in emit_op() local
3098 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags() local
3135 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
[all...]
H A DsljitLir.c1987 check_sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) check_sljit_emit_cmov() argument
2319 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov_generic() argument
3035 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
H A DsljitNativeARM_T2_32.c1767 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2() local
2714 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
[all...]

Completed in 50 milliseconds

12