Searched refs:move_imm (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 197 move_imm(ctx, REG_ARENA, ctx->arena_vm_start, false); in build_prologue() 342 move_imm(ctx, reg, imm64, false); in emit_store_stack_imm64() 358 move_imm(ctx, t1, off, false); in emit_atomic_rmw() 531 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() 539 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() 547 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() 555 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() 570 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() 578 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() 586 move_imm(ctx, t1, off, false); in emit_atomic_ld_st() [all …]
|
| H A D | bpf_jit.h | 140 static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) in move_imm() function
|