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

/art/compiler/dex/quick/x86/
H A Dfp_x86.cc141 void X86Mir2Lir::GenLongToFP(RegLocation rl_dest, RegLocation rl_src, bool is_double) { function in class:art::X86Mir2Lir
280 GenLongToFP(rl_dest, rl_src, true /* is_double */);
288 GenLongToFP(rl_dest, rl_src, false /* is_double */);
H A Dcodegen_x86.h833 virtual void GenLongToFP(RegLocation rl_dest, RegLocation rl_src, bool is_double);

Completed in 27 milliseconds