Home
last modified time | relevance | path

Searched defs:imm16 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dopcodes-virt.h12 #define __HVC(imm16) __inst_arm_thumb32( \ argument
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dopcodes-virt.h11 #define __HVC(imm16) __inst_arm_thumb32( \ argument
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dmisaligned.c71 s16 imm16; in handle_unaligned_c() local
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit.h138 #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