Lines Matching defs:x

25 #define ___asm_opcode_swab32(x) (	\  argument
31 #define ___asm_opcode_swab16(x) ( \ argument
35 #define ___asm_opcode_swahb32(x) ( \ argument
39 #define ___asm_opcode_swahw32(x) ( \ argument
43 #define ___asm_opcode_identity32(x) ((x) & 0xFFFFFFFF) argument
44 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF) argument
89 #define ___opcode_swab32(x) swab32(x) argument
90 #define ___opcode_swab16(x) swab16(x) argument
91 #define ___opcode_swahb32(x) swahb32(x) argument
92 #define ___opcode_swahw32(x) swahw32(x) argument
93 #define ___opcode_identity32(x) ((u32)(x)) argument
94 #define ___opcode_identity16(x) ((u16)(x)) argument
101 #define __opcode_to_mem_arm(x) ___opcode_swab32(x) argument
102 #define __opcode_to_mem_thumb16(x) ___opcode_swab16(x) argument
103 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) argument
104 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_swab32(x) argument
105 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_swab16(x) argument
106 #define ___asm_opcode_to_mem_thumb32(x) ___asm_opcode_swahb32(x) argument
110 #define __opcode_to_mem_arm(x) ___opcode_identity32(x) argument
111 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x) argument
112 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_identity32(x) argument
113 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_identity16(x) argument
120 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) argument
121 #define ___asm_opcode_to_mem_thumb32(x) ___asm_opcode_swahw32(x) argument
126 #define __mem_to_opcode_arm(x) __opcode_to_mem_arm(x) argument
127 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x) argument
129 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x) argument
135 #define __opcode_is_thumb32(x) ( \ argument
139 #define __opcode_is_thumb16(x) ( \ argument
145 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16)) argument
146 #define __opcode_thumb32_second(x) (___opcode_identity16(x)) argument
151 #define ___asm_opcode_thumb32_first(x) (___asm_opcode_identity16((x) >> 16)) argument
152 #define ___asm_opcode_thumb32_second(x) (___asm_opcode_identity16(x)) argument
200 #define __inst_arm(x) ___inst_arm(___asm_opcode_to_mem_arm(x)) argument
201 #define __inst_thumb32(x) ___inst_thumb32( \ argument
205 #define __inst_thumb16(x) ___inst_thumb16(___asm_opcode_to_mem_thumb16(x)) argument
223 #define ___inst_arm(x) ".long " __stringify(x) "\n\t" argument
224 #define ___inst_thumb16(x) ".short " __stringify(x) "\n\t" argument