Searched defs:imm16 (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | opcodes-virt.h | 11 #define __HVC(imm16) __inst_arm_thumb32( \ argument
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | opcodes-virt.h | 11 #define __HVC(imm16) __inst_arm_thumb32( \ argument
|
| /kernel/linux/linux-5.10/arch/nios2/kernel/ |
| D | misaligned.c | 71 s16 imm16; in handle_unaligned_c() local
|
| /kernel/linux/linux-6.6/arch/nios2/kernel/ |
| D | misaligned.c | 71 s16 imm16; in handle_unaligned_c() local
|
| /kernel/linux/linux-5.10/arch/arm64/net/ |
| D | bpf_jit.h | 138 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument 144 #define A64_MOVN(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, INVERSE) argument 145 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) argument 146 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP) argument
|
| /kernel/linux/linux-6.6/arch/arm64/net/ |
| D | bpf_jit.h | 201 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument 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
|