Home
last modified time | relevance | path

Searched defs:imm6 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/crypto/
H A Dsha3-ce-core.S35 .macro xar, rd, rn, rm, imm6
/linux/arch/arm/net/
H A Dbpf_jit_32.h225 #define ARM_MOV_SI(rd, rm, type, imm6) \ argument
246 #define ARM_ORR_SI(rd, rn, rm, type, imm6) \ argument
248 #define ARM_ORRS_SI(rd, rn, rm, type, imm6) \ argument
/linux/arch/riscv/kernel/
H A Dmodule.c143 u16 imm6 = (offset & 0x40) << (12 - 11); in apply_r_riscv_rvc_jump_rela() local