Searched refs:emit_bitfield (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_arm64.c | 528 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()
|