Home
last modified time | relevance | path

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

/linux/arch/mips/net/
H A Dbpf_jit_comp64.c262 static void emit_swap_r64(struct jit_context *ctx, u8 dst, u8 mask, u32 bits) in emit_swap_r64() function
293 emit_swap_r64(ctx, dst, t1, 16);/* dst = swap16(dst) */ in emit_bswap_r64()
299 emit_swap_r64(ctx, dst, t1, 8); /* dst = swap8(dst) */ in emit_bswap_r64()