Lines Matching defs:name
100 // Return the name of the register.
103 // Lookup the register number for the name provided.
104 static int Number(const char* name);
108 const char* name;
122 // Return the name of the register.
125 // Lookup the register number for the name provided.
126 static int Number(const char* name);
130 const char* name;
140 // Return the name of the register.
143 // Lookup the register number for the name provided.
144 static int Number(const char* name);
148 const char* name;
1270 #define DEFINE_FLAG(name) name,
1287 #define DEFINE_FLAG(name) name,
1898 #define CAST_VSEW(name) \
1899 case name: \
1900 return #name;
1911 #define CAST_VLMUL(name) \
1912 case name: \
1913 return #name;