Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc8985 __ PrintfNoPreserve(test_plain_string); in TEST() local
8991 __ PrintfNoPreserve("x0: %" PRId64 ", x1: 0x%08" PRIx64 "\n", x0, x1); in TEST() local
8996 __ PrintfNoPreserve("d0: %f\n", d0); in TEST() local
9001 __ PrintfNoPreserve("Test %%s: %s\n", x2); in TEST() local
9009 __ PrintfNoPreserve("w3(uint32): %" PRIu32 "\nw4(int32): %" PRId32 in TEST() local
9022 __ PrintfNoPreserve("%%f: %f\n%%g: %g\n%%e: %e\n%%E: %E\n", s1, s2, d3, d4); in TEST() local
9027 __ PrintfNoPreserve("0x%" PRIx32 ", 0x%" PRIx64 "\n", w28, x28); in TEST() local
9031 __ PrintfNoPreserve("%g\n", d10); in TEST() local
9039 __ PrintfNoPreserve("StackPointer(not sp): 0x%016" PRIx64 ", 0x%08" PRIx32 in TEST() local
9051 __ PrintfNoPreserve("3=%u, 4=%u, 5=%u\n", x3, x4, x5); in TEST() local
[all …]
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc2584 void MacroAssembler::PrintfNoPreserve(const char* format, in Emit() function in vixl::aarch64::MacroAssembler
2807 PrintfNoPreserve(format, arg0, arg1, arg2, arg3); in Emit()
Dmacro-assembler-aarch64.h7796 void PrintfNoPreserve(const char* format,
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc3420 void TurboAssembler::PrintfNoPreserve(const char* format, in TruncateDoubleToI() function in v8::internal::TurboAssembler
3658 PrintfNoPreserve(format, arg0, arg1, arg2, arg3); in TruncateDoubleToI()
Dmacro-assembler-arm64.h609 void PrintfNoPreserve(const char* format, const CPURegister& arg0 = NoCPUReg,