Home
last modified time | relevance | path

Searched refs:imm16 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm/include/asm/
Dopcodes-virt.h11 #define __HVC(imm16) __inst_arm_thumb32( \ argument
12 0xE1400070 | (((imm16) & 0xFFF0) << 4) | ((imm16) & 0x000F), \
13 0xF7E08000 | (((imm16) & 0xF000) << 4) | ((imm16) & 0x0FFF) \
/linux-6.12.1/arch/arm64/net/
Dbpf_jit.h201 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument
202 aarch64_insn_gen_movewide(Rd, imm16, shift, \
207 #define A64_MOVN(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, INVERSE) argument
208 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) argument
209 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP) argument
/linux-6.12.1/arch/nios2/kernel/
Dmisaligned.c71 s16 imm16; in handle_unaligned_c() local
92 imm16 = (isn >> 6) & 0xffff; in handle_unaligned_c()
93 addr = get_reg_val(fp, a) + imm16; in handle_unaligned_c()