Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c1239 emit(ARM_AND_I(tmp2[1], rn, 0xff), ctx); in emit_rev16()
1241 emit(ARM_AND_I(tmp2[0], tmp2[0], 0xff), ctx); in emit_rev16()
1254 emit(ARM_AND_I(tmp2[1], rn, 0xff), ctx); in emit_rev32()
1259 emit(ARM_AND_I(tmp2[1], tmp2[1], 0xff), ctx); in emit_rev32()
1261 emit(ARM_AND_I(tmp2[0], tmp2[0], 0xff), ctx); in emit_rev32()
H A Dbpf_jit_32.h177 #define ARM_AND_I(rd, rn, imm) _AL3_I(ARM_INST_AND, rd, rn, imm) macro