Searched refs:GenFusedFPCmpBranch (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 210 void MipsMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, in GenFusedFPCmpBranch() function in art::MipsMir2Lir
|
D | codegen_mips.h | 119 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double);
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1073 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()
|
D | mir_to_lir.h | 1323 virtual void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) = 0;
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 120 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double);
|
D | fp_arm.cc | 214 void ArmMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 201 void Arm64Mir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch() function in art::Arm64Mir2Lir
|
D | codegen_arm64.h | 185 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) OVERRIDE;
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 237 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) OVERRIDE;
|
D | fp_x86.cc | 493 void X86Mir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch() function in art::X86Mir2Lir
|