Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A Dopcodes.h43 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF) macro
81 #define ___opcode_identity16(x) ___asm_opcode_identity16(x)
112 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_identity16(x)
155 #define ___asm_opcode_thumb32_first(x) (___asm_opcode_identity16((x) >> 16))
156 #define ___asm_opcode_thumb32_second(x) (___asm_opcode_identity16(x))
158 (___asm_opcode_identity32(___asm_opcode_identity16(first)) << 16) \
159 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \

Completed in 3 milliseconds