Searched refs:A64_MOVK (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_arm64.c | 312 #define A64_MOVK 3 macro 339 mov_imm(ctx, is64, rd, A64_MOVK, upper, 16); in emit_mov_imm32() 346 mov_imm(ctx, is64, rd, A64_MOVK, lower, 0); in emit_mov_imm32() 384 mov_imm(ctx, 1, rd, A64_MOVK, (val >> sr) & 0xffff, sr); in emit_mov_imm()
|