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

/external/google-breakpad/src/processor/
H A Dminidump.cc150 static void Normalize128(uint128_struct* value, bool is_big_endian) { function in namespace:google_breakpad
161 // The value should also be normalized by calling Normalize128().
489 Normalize128(&context_amd64->vector_register[vr_index], false);
624 Normalize128(&context_ppc64->vector_save.save_vr[vr_index], true);
713 Normalize128(&context_arm64->float_save.regs[fpr_index], false);
872 Normalize128(&context_ppc->vector_save.save_vr[vr_index], true);

Completed in 100 milliseconds