Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/
Dmodule.c54 u32 imm4_1 = (offset & 0x1e) << (11 - 4); in apply_r_riscv_branch_rela() local
56 *location = (*location & 0x1fff07f) | imm12 | imm11 | imm10_5 | imm4_1; in apply_r_riscv_branch_rela()
/linux-5.19.10/arch/riscv/net/
Dbpf_jit.h249 u8 imm4_1 = ((imm12_1 & 0xf) << 1) | ((imm12_1 & 0x400) >> 10); in rv_b_insn() local
252 (imm4_1 << 7) | opcode; in rv_b_insn()