Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dfp_mips.cc210 void MipsMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, in GenFusedFPCmpBranch() function in art::MipsMir2Lir
Dcodegen_mips.h119 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double);
/art/compiler/dex/quick/
Dmir_to_lir.cc1073 GenFusedFPCmpBranch(bb, mir, false /*gt bias*/, false /*double*/); in HandleExtendedMethodMIR()
1076 GenFusedFPCmpBranch(bb, mir, true /*gt bias*/, false /*double*/); in HandleExtendedMethodMIR()
1079 GenFusedFPCmpBranch(bb, mir, false /*gt bias*/, true /*double*/); in HandleExtendedMethodMIR()
1082 GenFusedFPCmpBranch(bb, mir, true /*gt bias*/, true /*double*/); in HandleExtendedMethodMIR()
Dmir_to_lir.h1323 virtual void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) = 0;
/art/compiler/dex/quick/arm/
Dcodegen_arm.h120 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double);
Dfp_arm.cc214 void ArmMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc201 void Arm64Mir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch() function in art::Arm64Mir2Lir
Dcodegen_arm64.h185 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) OVERRIDE;
/art/compiler/dex/quick/x86/
Dcodegen_x86.h237 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) OVERRIDE;
Dfp_x86.cc493 void X86Mir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch() function in art::X86Mir2Lir