Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp.c233 bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx, int insn_idx, int jmp_off, int dst_reg) bpf_add_extable_entry() argument
H A Dbpf_jit_comp64.c377 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
[all...]
H A Dbpf_jit_comp32.c294 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
[all...]
/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
/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit_comp64.c331 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
[all...]
/kernel/linux/linux-6.6/arch/loongarch/net/
H A Dbpf_jit.c396 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local
406 add_exception_handler(const struct bpf_insn *insn, struct jit_ctx *ctx, int dst_reg) add_exception_handler() argument
/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
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c366 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in arm64_bpf_fixup_exception() local
374 add_exception_handler(const struct bpf_insn *insn, struct jit_ctx *ctx, int dst_reg) add_exception_handler() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c318 struct intel_memory_region *dst_reg, *src_reg; in i915_ttm_memcpy_init() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c46 uint32_t dst_reg : 7; member
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp32.c189 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() argument
195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() argument
[all...]
H A Dbpf_jit_comp.c196 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() argument
202 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() argument
595 emit_mov_imm32(u8 **pprog, bool sign_propagate, u32 dst_reg, const u32 imm32) emit_mov_imm32() argument
636 emit_mov_imm64(u8 **pprog, u32 dst_reg, const u32 imm32_hi, const u32 imm32_lo) emit_mov_imm64() argument
660 emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) emit_mov_reg() argument
679 emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) emit_ldx() argument
718 emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) emit_stx() argument
814 u32 dst_reg = insn->dst_reg; do_jit() local
[all...]
/kernel/linux/linux-5.10/arch/mips/net/
H A Debpf_jit.c183 dst_reg, enumerator
[all...]
/kernel/linux/linux-5.10/arch/s390/net/
H A Dbpf_jit_comp.c101 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() argument
697 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
[all...]
/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit_comp64.c583 add_exception_handler(const struct bpf_insn *insn, struct rv_jit_context *ctx, int dst_reg, int insn_len) add_exception_handler() argument
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp32.c189 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() argument
195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y1305 dst_reg: dst { $1->flags |= IR3_REG_R; } global() label
[all...]

Completed in 30 milliseconds

123