Searched refs:SRTYPE_ASR (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 837 emit(ARM_MOV_SR(dst, dst, SRTYPE_ASR, src), ctx); in emit_alu_r() 1049 ARM_ORR_SR(ARM_LR, ARM_LR, rd[0], SRTYPE_ASR, tmp2[0]), ctx); in emit_a32_arsh_r64() 1050 emit(ARM_MOV_SR(ARM_IP, rd[0], SRTYPE_ASR, rt), ctx); in emit_a32_arsh_r64() 1154 emit(ARM_MOV_SI(rd[0], rd[0], SRTYPE_ASR, val), ctx); in emit_a32_arsh_i64() 1157 emit(ARM_MOV_SI(rd[0], rd[0], SRTYPE_ASR, 31), ctx); in emit_a32_arsh_i64() 1159 emit(ARM_MOV_SI(rd[1], rd[0], SRTYPE_ASR, val - 32), ctx); in emit_a32_arsh_i64() 1160 emit(ARM_MOV_SI(rd[0], rd[0], SRTYPE_ASR, 31), ctx); in emit_a32_arsh_i64()
|
H A D | bpf_jit_32.h | 50 #define SRTYPE_ASR 2 macro
|