Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_arm64.c528 emit_bitfield(struct a64_jit_ctx *ctx, bool is64, uint8_t rd, uint8_t rn, in emit_bitfield() function
556 emit_bitfield(ctx, is64, rd, rd, immr, imms, A64_UBFM); in emit_lsl()
562 emit_bitfield(ctx, is64, rd, rd, imm, is64 ? 63 : 31, A64_UBFM); in emit_lsr()
568 emit_bitfield(ctx, is64, rd, rd, imm, is64 ? 63 : 31, A64_SBFM); in emit_asr()
651 emit_bitfield(ctx, 1, rd, rd, 0, 15, A64_UBFM); in emit_zero_extend()
655 emit_bitfield(ctx, 1, rd, rd, 0, 31, A64_UBFM); in emit_zero_extend()