Home
last modified time | relevance | path

Searched refs:___opcode_identity16 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dopcodes.h81 #define ___opcode_identity16(x) ___asm_opcode_identity16(x)
93 #define ___opcode_identity16(x) ((u16)(x)) macro
110 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x)
144 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16))
145 #define __opcode_thumb32_second(x) (___opcode_identity16(x))
147 (___opcode_identity32(___opcode_identity16(first)) << 16) \
148 | ___opcode_identity32(___opcode_identity16(second)) \
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dopcodes.h82 #define ___opcode_identity16(x) ___asm_opcode_identity16(x)
94 #define ___opcode_identity16(x) ((u16)(x)) macro
111 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x)
145 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16))
146 #define __opcode_thumb32_second(x) (___opcode_identity16(x))
148 (___opcode_identity32(___opcode_identity16(first)) << 16) \
149 | ___opcode_identity32(___opcode_identity16(second)) \