Searched refs:imm8m (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/net/
H A Dbpf_jit_32.c339 static int imm8m(u32 x) function
349 #define imm8m(x) (__builtin_constant_p(x) ? const_imm8m(x) : imm8m(x)) macro
467 * Move an immediate that's not an imm8m to a core register.
482 int imm12 = imm8m(val);
1318 add_off = imm8m(off);
1446 BUILD_BUG_ON(imm8m(offsetof(struct bpf_array, ptrs)) < 0);
1447 off = imm8m(offsetof(struct bpf_array, ptrs));
1547 ctx->stack_size = imm8m(STACK_SIZE);
2067 emit(ARM_ADD_I(ARM_SP, ARM_SP, imm8m(2
[all...]

Completed in 85 milliseconds