Searched refs:A64_MOVK (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/arm64/net/ |
| D | bpf_jit_comp.c | 87 emit(A64_MOVK(1, reg, tmp & 0xffff, shift), ctx); in emit_a64_mov_i64() 104 emit(A64_MOVK(is64, reg, lo, 0), ctx); in emit_a64_mov_i() 109 emit(A64_MOVK(is64, reg, hi, 16), ctx); in emit_a64_mov_i()
|
| D | bpf_jit.h | 127 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP) macro
|