Home
last modified time | relevance | path

Searched refs:move_imm (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/net/
H A Dbpf_jit.c200 move_imm(ctx, REG_ARENA, ctx->arena_vm_start, false); in build_prologue()
349 move_imm(ctx, reg, imm64, false); in emit_store_stack_imm64()
365 move_imm(ctx, t1, off, false); in emit_atomic_rmw()
537 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
545 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
553 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
561 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
576 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
584 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
592 move_imm(ctx, t1, off, false); in emit_atomic_ld_st()
[all …]
H A Dbpf_jit.h140 static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) in move_imm() function