Lines Matching defs:string
869 // Substitute %s in the input string with the placeholder string for each
871 const char* SubstitutePlaceholders(const char* string) {
872 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder);
875 // Substitute %s in the input string with a new string based on the
877 const char* Substitute(const char* string,
891 string,
898 // Append a "2" to a mnemonic string based on the state of the Q bit.
1075 // Get a pointer to a string that represents the format or placeholder for
1091 // Convert a NEONFormat into a string.
1104 // Convert a NEONFormat into a register placeholder string.