Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_arm64.c330 emit_mov_imm32(struct a64_jit_ctx *ctx, bool is64, uint8_t rd, uint32_t val) in emit_mov_imm32() function
367 return emit_mov_imm32(ctx, 0, rd, (uint32_t)(val & 0xffffffff)); in emit_mov_imm()