Searched defs:imm6 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/crypto/ |
H A D | sha3-ce-core.S | 35 .macro xar, rd, rn, rm, imm6
|
/linux/arch/arm/net/ |
H A D | bpf_jit_32.h | 225 #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 D | module.c | 143 u16 imm6 = (offset & 0x40) << (12 - 11); in apply_r_riscv_rvc_jump_rela() local
|