Searched refs:imm7 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/valgrind/ |
| H A D | 0004-arm64-front-end-add-support-for-ldnp-stnp.patch | 28 + x0 101 0000 L imm7 Rt2 Rn Rt1 mmP Rt1,Rt2, [Xn|SP], #imm 31 x0 101 0001 L imm7 Rt2 Rn Rt1 mmP Rt1,Rt2, [Xn|SP], #imm 34 x0 101 0010 L imm7 Rt2 Rn Rt1 mmP Rt1,Rt2, [Xn|SP, #imm]
|
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit.h | 548 static inline u16 rvc_lw(u8 rd, u32 imm7, u8 rs1) in rvc_lw() argument 552 imm_hi = (imm7 & 0x38) >> 3; in rvc_lw() 553 imm_lo = ((imm7 & 0x4) >> 1) | ((imm7 & 0x40) >> 6); in rvc_lw() 557 static inline u16 rvc_sw(u8 rs1, u32 imm7, u8 rs2) in rvc_sw() argument 561 imm_hi = (imm7 & 0x38) >> 3; in rvc_sw() 562 imm_lo = ((imm7 & 0x4) >> 1) | ((imm7 & 0x40) >> 6); in rvc_sw()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module.c | 94 u16 imm7 = (offset & 0x80) >> (7 - 6); in apply_r_riscv_rvc_jump_rela() local 101 imm11 | imm10 | imm9_8 | imm7 | imm6 | imm5 | imm4 | imm3_1; in apply_r_riscv_rvc_jump_rela()
|