Searched refs:move_imm (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 200 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 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
|