Home
last modified time | relevance | path

Searched refs:ARM_MOV_SR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c710 emit(ARM_MOV_SR(dst, dst, SRTYPE_ASR, src), ctx); in emit_alu_r()
843 emit(ARM_MOV_SR(ARM_LR, rd[0], SRTYPE_ASL, rt), ctx); in emit_a32_lsh_r64()
846 emit(ARM_MOV_SR(ARM_LR, rd[1], SRTYPE_ASL, rt), ctx); in emit_a32_lsh_r64()
867 emit(ARM_MOV_SR(ARM_LR, rd[1], SRTYPE_LSR, rt), ctx); in emit_a32_arsh_r64()
871 emit(ARM_MOV_SR(ARM_IP, rd[0], SRTYPE_ASR, rt), ctx); in emit_a32_arsh_r64()
892 emit(ARM_MOV_SR(ARM_LR, rd[1], SRTYPE_LSR, rt), ctx); in emit_a32_rsh_r64()
895 emit(ARM_MOV_SR(ARM_IP, rd[0], SRTYPE_LSR, rt), ctx); in emit_a32_rsh_r64()
H A Dbpf_jit_32.h220 #define ARM_MOV_SR(rd, rm, type, rs) \ macro