Searched refs:OP_IMM3 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/net/ |
D | bpf_jit_32.c | 428 #define OP_IMM3(op, r1, r2, imm_val, ctx) \ macro 616 OP_IMM3(ARM_ADD, r_off, r_X, k, ctx); in build_body() 672 OP_IMM3(ARM_ADD, r_A, r_A, k, ctx); in build_body() 680 OP_IMM3(ARM_SUB, r_A, r_A, k, ctx); in build_body() 723 OP_IMM3(ARM_ORR, r_A, r_A, k, ctx); in build_body() 731 OP_IMM3(ARM_EOR, r_A, r_A, k, ctx); in build_body() 741 OP_IMM3(ARM_AND, r_A, r_A, k, ctx); in build_body() 867 OP_IMM3(ARM_BIC, r_scratch, ARM_SP, THREAD_SIZE - 1, ctx); in build_body() 924 OP_IMM3(ARM_AND, r_A, r_A, ~VLAN_TAG_PRESENT, ctx); in build_body() 926 OP_IMM3(ARM_LSR, r_A, r_A, 12, ctx); in build_body() [all …]
|