Home
last modified time | relevance | path

Searched refs:PrintfNoPreserve (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc3419 // PrintfNoPreserve after setting up one or more PreserveRegisterScopes. in TruncateDoubleToI()
3420 void TurboAssembler::PrintfNoPreserve(const char* format, in TruncateDoubleToI() function in v8::internal::TurboAssembler
3639 // to PrintfNoPreserve as an argument. in TruncateDoubleToI()
3658 PrintfNoPreserve(format, arg0, arg1, arg2, arg3); in TruncateDoubleToI()
H A Dmacro-assembler-arm64.h600 // PrintfNoPreserve. Callee-saved registers are not used by Printf, and are
609 void PrintfNoPreserve(const char* format, const CPURegister& arg0 = NoCPUReg,
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2651 void MacroAssembler::PrintfNoPreserve(const char* format, in Emit() function in vixl::aarch64::MacroAssembler
2856 // to PrintfNoPreserve as an argument. in Emit()
2874 PrintfNoPreserve(format, arg0, arg1, arg2, arg3); in Emit()
H A Dmacro-assembler-aarch64.h8099 // PrintfNoPreserve. Callee-saved registers are not used by Printf, and are
8110 void PrintfNoPreserve(const char* format,
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc9381 // PrintfNoPreserve uses FP to cast FP arguments to doubles.
9389 __ PrintfNoPreserve(test_plain_string);
9395 __ PrintfNoPreserve("x0: %" PRId64 ", x1: 0x%08" PRIx64 "\n", x0, x1);
9400 __ PrintfNoPreserve("d0: %f\n", d0);
9405 __ PrintfNoPreserve("Test %%s: %s\n", x2);
9413 __ PrintfNoPreserve("w3(uint32): %" PRIu32 "\nw4(int32): %" PRId32
9426 __ PrintfNoPreserve("%%f: %f\n%%g: %g\n%%e: %e\n%%E: %E\n", s1, s2, d3, d4);
9431 __ PrintfNoPreserve("0x%" PRIx32 ", 0x%" PRIx64 "\n", w28, x28);
9435 __ PrintfNoPreserve("%g\n", d10);
9443 __ PrintfNoPreserve("StackPointe
[all...]

Completed in 38 milliseconds