Searched refs:emit_zext_32 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 301 emit_zext_32(ctx, a2, true); in emit_bpf_tail_call() 422 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 430 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 434 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 446 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 454 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 462 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 474 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 482 emit_zext_32(ctx, src, true); in emit_atomic_rmw() 486 emit_zext_32(ctx, src, true); in emit_atomic_rmw() [all …]
|
| H A D | bpf_jit.h | 76 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_zext_32() function 200 emit_zext_32(ctx, rd, is32); in move_imm()
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp64.c | 337 static void emit_zext_32(u8 reg, struct hppa_jit_context *ctx) in emit_zext_32() function 448 emit_zext_32(HPPA_REG_T1, ctx); in emit_zext_32_rd_t1() 612 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 626 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 632 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 638 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 644 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 650 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 661 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() 672 emit_zext_32(rd, ctx); in bpf_jit_emit_insn() [all …]
|