Home
last modified time | relevance | path

Searched defs:dst_reg (Results 26 - 50 of 63) sorted by relevance

123

/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c698 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); ex_handler_bpf() local
706 add_exception_handler(const struct bpf_insn *insn, struct jit_ctx *ctx, int dst_reg) add_exception_handler() argument
[all...]
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c107 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() argument
779 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
2097 load_imm64(struct bpf_jit *jit, int dst_reg, u64 val) load_imm64() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c203 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() argument
209 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() argument
624 emit_mov_imm32(u8 **pprog, bool sign_propagate, u32 dst_reg, const u32 imm32) emit_mov_imm32() argument
664 emit_mov_imm64(u8 **pprog, u32 dst_reg, const u32 imm32_hi, const u32 imm32_lo) emit_mov_imm64() argument
687 emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) emit_mov_reg() argument
704 emit_movsx_reg(u8 **pprog, int num_bits, bool is64, u32 dst_reg, u32 src_reg) emit_movsx_reg() argument
759 maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) maybe_emit_mod() argument
785 emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) emit_ldx() argument
815 emit_ldsx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) emit_ldsx() argument
838 emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) emit_stx() argument
871 emit_atomic(u8 **pprog, u8 atomic_op, u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) emit_atomic() argument
1008 emit_shiftx(u8 **pprog, u32 dst_reg, u8 src_reg, bool is64, u8 op) emit_shiftx() argument
1060 u32 dst_reg = insn->dst_reg; do_jit() 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...]
H A DsljitNativeX86_common.c3239 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) global() argument
H A DsljitNativeMIPS_common.c3290 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument
/third_party/mesa3d/src/freedreno/ir3/
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/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h322 uint32_t dst_reg : 6; member
356 uint32_t dst_reg : 6; member
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1832 CPURegister dst_reg = dst.GetCPURegister(); in Emit() local
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1507 u8 dst_reg; wrp_mul() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1507 u8 dst_reg; wrp_mul() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1344 Register dst_reg = scope.AcquireX(); in CopySlots() local
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h755 Register dst_reg = liftoff::CalculateActualAddress( in AtomicStore() local
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c295 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access() argument
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h47 __u8 dst_reg:4; member

Completed in 118 milliseconds

123