Searched refs:emit_stack_push (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_arm64.c | 298 emit_stack_push(struct a64_jit_ctx *ctx, uint8_t rt, uint8_t rt2) in emit_stack_push() function 824 emit_stack_push(ctx, A64_FP, A64_LR); in emit_prologue_has_call() 826 emit_stack_push(ctx, r6, r7); in emit_prologue_has_call() 827 emit_stack_push(ctx, r8, r9); in emit_prologue_has_call() 833 emit_stack_push(ctx, fp, A64_R(28)); in emit_prologue_has_call()
|