Searched refs:emit_mov_64 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_arm64.c | 270 emit_mov_64(struct a64_jit_ctx *ctx, uint8_t rd, uint8_t rn) in emit_mov_64() function 825 emit_mov_64(ctx, A64_FP, A64_SP); in emit_prologue_has_call() 834 emit_mov_64(ctx, fp, A64_SP); in emit_prologue_has_call() 857 emit_mov_64(ctx, A64_R(0), r0); in emit_epilogue_has_call() 883 emit_mov_64(ctx, A64_FP, A64_SP); in emit_prologue_no_call() 893 emit_mov_64(ctx, A64_R(0), ebpf_to_a64_reg(ctx, EBPF_REG_0)); in emit_epilogue_no_call() 926 emit_mov_64(ctx, r0, A64_R(0)); in emit_call()
|