Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dopcodes.h45 #define ___asm_opcode_identity32(x) ((x) & 0xFFFFFFFF) macro
83 #define ___opcode_identity32(x) ___asm_opcode_identity32(x)
114 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_identity32(x)
156 (___asm_opcode_identity32(___asm_opcode_identity16(first)) << 16) \
157 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \