Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dopcodes.h46 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF) macro
84 #define ___opcode_identity16(x) ___asm_opcode_identity16(x)
115 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_identity16(x)
153 #define ___asm_opcode_thumb32_first(x) (___asm_opcode_identity16((x) >> 16))
154 #define ___asm_opcode_thumb32_second(x) (___asm_opcode_identity16(x))
156 (___asm_opcode_identity32(___asm_opcode_identity16(first)) << 16) \
157 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \