Searched defs:imm16 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/ |
D | opcodes-virt.h | 24 #define __HVC(imm16) __inst_arm_thumb32( \ argument
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit.h | 119 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument 125 #define A64_MOVN(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, INVERSE) argument 126 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) argument 127 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP) argument
|
/linux-4.1.27/arch/nios2/kernel/ |
D | misaligned.c | 74 u16 imm16; in handle_unaligned_c() local
|