Searched refs:GenNegFloat (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 58 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat() 215 void MipsMir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::MipsMir2Lir
|
D | codegen_mips.h | 130 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src);
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 57 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat() 323 void ArmMir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::ArmMir2Lir
|
D | codegen_arm.h | 133 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src);
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 54 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat() 309 void Arm64Mir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::Arm64Mir2Lir
|
D | codegen_arm64.h | 199 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 55 GenNegFloat(rl_dest, rl_src1); in GenArithOpFloat() 561 void X86Mir2Lir::GenNegFloat(RegLocation rl_dest, RegLocation rl_src) { in GenNegFloat() function in art::X86Mir2Lir
|
D | codegen_x86.h | 248 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1363 virtual void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) = 0;
|