Lines Matching defs:c
177 #define JMPc(r, c) bx##c r
180 #define JMPc(r, c) mov##c pc, r
205 #define GLUE3_(a, b, c) a##b##c
206 #define GLUE3(a, b, c) GLUE3_(a, b, c)
207 #define GLUE4_(a, b, c, d) a##b##c##d
208 #define GLUE4(a, b, c, d) GLUE4_(a, b, c, d)