Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc2769 static void DoubleAsTwoUInt32(Double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32() function
2798 DoubleAsTwoUInt32(d, &lo, &hi); in FitsVmovFPImmediate()
2864 DoubleAsTwoUInt32(imm, &lo, &hi); in vmov()