Searched refs:A64_MOVZ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 88 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i() 118 emit(A64_MOVZ(1, reg, (nrm_tmp >> shift) & 0xffff, shift), ctx); in emit_a64_mov_i64() 244 emit(A64_MOVZ(1, tcc, 0, 0), ctx); in build_prologue()
|
H A D | bpf_jit.h | 145 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) macro
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 115 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i() 145 emit(A64_MOVZ(1, reg, (nrm_tmp >> shift) & 0xffff, shift), ctx); in emit_a64_mov_i64() 355 emit(A64_MOVZ(1, tcc, 0, 0), ctx); in build_prologue() 1934 emit(A64_MOVZ(1, A64_R(10), nregs, 0), ctx); in prepare_trampoline()
|
H A D | bpf_jit.h | 208 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) macro
|
Completed in 6 milliseconds