Home
last modified time | relevance | path

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

/linux/arch/arm/net/
H A Dbpf_jit_32.c1480 emit(ARM_AND_I(tmp2[1], rn, 0xff), ctx); in emit_rev16()
1482 emit(ARM_AND_I(tmp2[0], tmp2[0], 0xff), ctx); in emit_rev16()
1495 emit(ARM_AND_I(tmp2[1], rn, 0xff), ctx); in emit_rev32()
1500 emit(ARM_AND_I(tmp2[1], tmp2[1], 0xff), ctx); in emit_rev32()
1502 emit(ARM_AND_I(tmp2[0], tmp2[0], 0xff), ctx); in emit_rev32()
H A Dbpf_jit_32.h180 #define ARM_AND_I(rd, rn, imm) _AL3_I(ARM_INST_AND, rd, rn, imm) macro