Home
last modified time | relevance | path

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

/linux/arch/arm/net/
H A Dbpf_jit_32.h48 #define SRTYPE_LSL 0 macro
52 #define SRTYPE_ASL (SRTYPE_LSL)
H A Dbpf_jit_32.c1483 emit(ARM_ORR_SI(rd, tmp2[0], tmp2[1], SRTYPE_LSL, 8), ctx); in emit_rev16()
1497 emit(ARM_ORR_SI(ARM_IP, tmp2[0], tmp2[1], SRTYPE_LSL, 24), ctx); in emit_rev32()
1503 emit(ARM_MOV_SI(tmp2[0], tmp2[0], SRTYPE_LSL, 8), ctx); in emit_rev32()
1504 emit(ARM_ORR_SI(tmp2[0], tmp2[0], tmp2[1], SRTYPE_LSL, 16), ctx); in emit_rev32()