Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dfp_mips.cc58 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat()
215 void MipsMir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::MipsMir2Lir
Dcodegen_mips.h130 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src);
/art/compiler/dex/quick/arm/
Dfp_arm.cc57 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat()
323 void ArmMir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::ArmMir2Lir
Dcodegen_arm.h133 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src);
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc54 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat()
309 void Arm64Mir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::Arm64Mir2Lir
Dcodegen_arm64.h199 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
/art/compiler/dex/quick/x86/
Dfp_x86.cc55 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat()
561 void X86Mir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::X86Mir2Lir
Dcodegen_x86.h248 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
/art/compiler/dex/quick/
Dmir_to_lir.h1363 virtual void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) = 0;