Lines Matching defs:x

24 #define ___asm_opcode_swab32(x) (	\  argument
30 #define ___asm_opcode_swab16(x) ( \ argument
34 #define ___asm_opcode_swahb32(x) ( \ argument
38 #define ___asm_opcode_swahw32(x) ( \ argument
42 #define ___asm_opcode_identity32(x) ((x) & 0xFFFFFFFF) argument
43 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF) argument
88 #define ___opcode_swab32(x) swab32(x) argument
89 #define ___opcode_swab16(x) swab16(x) argument
90 #define ___opcode_swahb32(x) swahb32(x) argument
91 #define ___opcode_swahw32(x) swahw32(x) argument
92 #define ___opcode_identity32(x) ((u32)(x)) argument
93 #define ___opcode_identity16(x) ((u16)(x)) argument
100 #define __opcode_to_mem_arm(x) ___opcode_swab32(x) argument
101 #define __opcode_to_mem_thumb16(x) ___opcode_swab16(x) argument
102 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) argument
103 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_swab32(x) argument
104 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_swab16(x) argument
105 #define ___asm_opcode_to_mem_thumb32(x) ___asm_opcode_swahb32(x) argument
109 #define __opcode_to_mem_arm(x) ___opcode_identity32(x) argument
110 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x) argument
111 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_identity32(x) argument
112 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_identity16(x) argument
124 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) argument
125 #define ___asm_opcode_to_mem_thumb32(x) ___asm_opcode_swahw32(x) argument
130 #define __mem_to_opcode_arm(x) __opcode_to_mem_arm(x) argument
131 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x) argument
133 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x) argument
139 #define __opcode_is_thumb32(x) ( \ argument
143 #define __opcode_is_thumb16(x) ( \ argument
149 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16)) argument
150 #define __opcode_thumb32_second(x) (___opcode_identity16(x)) argument
155 #define ___asm_opcode_thumb32_first(x) (___asm_opcode_identity16((x) >> 16)) argument
156 #define ___asm_opcode_thumb32_second(x) (___asm_opcode_identity16(x)) argument
204 #define __inst_arm(x) ___inst_arm(___asm_opcode_to_mem_arm(x)) argument
205 #define __inst_thumb32(x) ___inst_thumb32( \ argument
209 #define __inst_thumb16(x) ___inst_thumb16(___asm_opcode_to_mem_thumb16(x)) argument
227 #define ___inst_arm(x) ".long " __stringify(x) "\n\t" argument
228 #define ___inst_thumb16(x) ".short " __stringify(x) "\n\t" argument