Searched defs:imm12 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 175 #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \ argument 179 #define A64_ADD_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, ADD) argument 180 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB) argument 181 #define A64_ADDS_I(sf, Rd, Rn, imm12) \ argument 183 #define A64_SUBS_I(sf, Rd, Rn, imm12) \ argument 186 #define A64_CMN_I(sf, Rn, imm12) A64_ADDS_I(sf, A64_ZR, Rn, imm12) argument 188 #define A64_CMP_I(sf, Rn, imm12) A64_SUBS_I(sf, A64_ZR, Rn, imm12) argument
|
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 351 static u32 arm_bpf_ldst_imm12(u32 op, u8 rt, u8 rn, s16 imm12) in arm_bpf_ldst_imm12() 482 int imm12 = imm8m(val); in emit_mov_i() local
|
/linux/arch/riscv/kernel/ |
H A D | module.c | 101 u32 imm12 = (offset & 0x1000) << (31 - 12); in apply_r_riscv_branch_rela() local
|