Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dfp_x86.cc54 GenRemFP(rl_dest, rl_src1, rl_src2, false /* is_double */); in GenArithOpFloat()
107 GenRemFP(rl_dest, rl_src1, rl_src2, true /* is_double */); in GenArithOpDouble()
361 void X86Mir2Lir::GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_do… in GenRemFP() function in art::X86Mir2Lir
Dcodegen_x86.h817 void GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_double);