Lines Matching refs:format
2651 void MacroAssembler::PrintfNoPreserve(const char* format,
2667 // format string.
2743 // Load the format string into x0, as per the procedure-call standard.
2745 // To make the code as portable as possible, the format string is encoded
2757 // Emit the format string directly in the instruction stream.
2762 // strlen(format) + 1 (includes null termination)
2766 AlignUp(strlen(format) + 1, kInstructionSize) +
2775 EmitString(format);
2816 void MacroAssembler::Printf(const char* format,
2874 PrintfNoPreserve(format, arg0, arg1, arg2, arg3);