Searched defs:PushFpr8 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1542 * void PushFpr8(uint64_t): Push a double. We _will_ call this on 32b, it's the callee's job to
1763 PushFpr8(bit_cast<uint64_t, double>(val));
1766 PushFpr8(static_cast<uint64_t>(bit_cast<uint32_t, float>(val)));
1811 PushFpr8(val);
1850 void PushFpr8(uint64_t val) { function in class:art::BuildNativeCallFrameStateMachine
1851 delegate_->PushFpr8(val);
1966 void PushFpr8(uint64_t /* val */) { function in class:art::ComputeNativeCallFrameSize
2118 void PushFpr8(uint64_t val) { function in class:art::FillNativeCall

Completed in 11 milliseconds