Home
last modified time | relevance | path

Searched defs:imm5 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c127 u16 imm5 = (offset & 0x20) >> (5 - 2); in apply_r_riscv_rvc_branch_rela() local
144 u16 imm5 = (offset & 0x20) >> (5 - 2); in apply_r_riscv_rvc_jump_rela() local
/linux-6.12.1/arch/arm/probes/kprobes/
Dactions-thumb.c372 long imm5 = insn & 0xf8; in t16_simulate_cbz() local