Lines Matching defs:x
27 #define ___asm_opcode_swab32(x) ( \ argument
33 #define ___asm_opcode_swab16(x) ( \ argument
37 #define ___asm_opcode_swahb32(x) ( \ argument
41 #define ___asm_opcode_swahw32(x) ( \ argument
45 #define ___asm_opcode_identity32(x) ((x) & 0xFFFFFFFF) argument
46 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF) argument
79 #define ___opcode_swab32(x) ___asm_opcode_swab32(x) argument
80 #define ___opcode_swab16(x) ___asm_opcode_swab16(x) argument
81 #define ___opcode_swahb32(x) ___asm_opcode_swahb32(x) argument
82 #define ___opcode_swahw32(x) ___asm_opcode_swahw32(x) argument
83 #define ___opcode_identity32(x) ___asm_opcode_identity32(x) argument
84 #define ___opcode_identity16(x) ___asm_opcode_identity16(x) argument
91 #define ___opcode_swab32(x) swab32(x) argument
92 #define ___opcode_swab16(x) swab16(x) argument
93 #define ___opcode_swahb32(x) swahb32(x) argument
94 #define ___opcode_swahw32(x) swahw32(x) argument
95 #define ___opcode_identity32(x) ((u32)(x)) argument
96 #define ___opcode_identity16(x) ((u16)(x)) argument
103 #define __opcode_to_mem_arm(x) ___opcode_swab32(x) argument
104 #define __opcode_to_mem_thumb16(x) ___opcode_swab16(x) argument
105 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) argument
106 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_swab32(x) argument
107 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_swab16(x) argument
108 #define ___asm_opcode_to_mem_thumb32(x) ___asm_opcode_swahb32(x) argument
112 #define __opcode_to_mem_arm(x) ___opcode_identity32(x) argument
113 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x) argument
114 #define ___asm_opcode_to_mem_arm(x) ___asm_opcode_identity32(x) argument
115 #define ___asm_opcode_to_mem_thumb16(x) ___asm_opcode_identity16(x) argument
122 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) argument
123 #define ___asm_opcode_to_mem_thumb32(x) ___asm_opcode_swahw32(x) argument
128 #define __mem_to_opcode_arm(x) __opcode_to_mem_arm(x) argument
129 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x) argument
131 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x) argument
137 #define __opcode_is_thumb32(x) ( \ argument
141 #define __opcode_is_thumb16(x) ( \ argument
147 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16)) argument
148 #define __opcode_thumb32_second(x) (___opcode_identity16(x)) argument
153 #define ___asm_opcode_thumb32_first(x) (___asm_opcode_identity16((x) >> 16)) argument
154 #define ___asm_opcode_thumb32_second(x) (___asm_opcode_identity16(x)) argument
202 #define __inst_arm(x) ___inst_arm(___asm_opcode_to_mem_arm(x)) argument
203 #define __inst_thumb32(x) ___inst_thumb32( \ argument
207 #define __inst_thumb16(x) ___inst_thumb16(___asm_opcode_to_mem_thumb16(x)) argument
221 #define ___inst_arm(x) .long x argument
222 #define ___inst_thumb16(x) .short x argument
225 #define ___inst_arm(x) ".long " __stringify(x) "\n\t" argument
226 #define ___inst_thumb16(x) ".short " __stringify(x) "\n\t" argument