Searched refs:A64_MOVZ (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 89 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i() 119 emit(A64_MOVZ(1, reg, (nrm_tmp >> shift) & 0xffff, shift), ctx); in emit_a64_mov_i64() 245 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
|