Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A Dopcodes.h81 #define ___opcode_identity16(x) ___asm_opcode_identity16(x) macro
93 #define ___opcode_identity16(x) ((u16)(x)) macro
110 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x)
149 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16))
150 #define __opcode_thumb32_second(x) (___opcode_identity16(x))
152 (___opcode_identity32(___opcode_identity16(first)) << 16) \
153 | ___opcode_identity32(___opcode_identity16(second)) \

Completed in 3 milliseconds