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/riscv/kernel/ |
| H A D | module.c | 101 u32 imm12 = (offset & 0x1000) << (31 - 12); in apply_r_riscv_branch_rela() local
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit.h | 255 u8 imm12 = ((imm12_1 & 0x800) >> 5) | ((imm12_1 & 0x3f0) >> 4); in rv_b_insn() local
|