Searched refs:emit_zext_32 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/loongarch/net/
H A Dbpf_jit.c330 emit_zext_32(ctx, src, true);
338 emit_zext_32(ctx, src, true);
346 emit_zext_32(ctx, src, true);
354 emit_zext_32(ctx, src, true);
363 emit_zext_32(ctx, src, true);
377 emit_zext_32(ctx, t2, true);
378 emit_zext_32(ctx, r0, true);
383 emit_zext_32(ctx, r0, true);
482 emit_zext_32(ctx, dst, is32);
487 emit_zext_32(ct
[all...]
H A Dbpf_jit.h68 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) function
166 emit_zext_32(ctx, rd, is32);
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c337 static void emit_zext_32(u8 reg, struct hppa_jit_context *ctx) function
448 emit_zext_32(HPPA_REG_T1, ctx);
612 emit_zext_32(rd, ctx);
626 emit_zext_32(rd, ctx);
632 emit_zext_32(rd, ctx);
638 emit_zext_32(rd, ctx);
644 emit_zext_32(rd, ctx);
650 emit_zext_32(rd, ctx);
661 emit_zext_32(rd, ctx);
672 emit_zext_32(r
[all...]

Completed in 140 milliseconds