Searched refs:LiteralFloatAddress (Results 1 – 5 of 5) sorted by relevance
577 Address LiteralFloatAddress(float v);
556 Address LiteralFloatAddress(float v, HX86ComputeBaseMethodAddress* method_base, Register reg);
1799 codegen_->LiteralFloatAddress( in GenerateCompareTest()2184 __ ucomiss(lhs_reg, codegen_->LiteralFloatAddress(value)); in HandleCondition()2358 __ ucomiss(left_reg, codegen_->LiteralFloatAddress(value)); in VisitCompare()3193 __ comiss(input, codegen_->LiteralFloatAddress(static_cast<float>(kPrimIntMax))); in VisitTypeConversion()3254 __ comiss(input, codegen_->LiteralFloatAddress(static_cast<float>(kPrimLongMax))); in VisitTypeConversion()3500 codegen_->LiteralFloatAddress( in VisitAdd()3591 codegen_->LiteralFloatAddress( in VisitSub()3714 codegen_->LiteralFloatAddress( in VisitMul()4176 codegen_->LiteralFloatAddress( in VisitDiv()7934 Address CodeGeneratorX86_64::LiteralFloatAddress(float v) { in LiteralFloatAddress() function in art::x86_64::CodeGeneratorX86_64
1819 codegen_->LiteralFloatAddress( in GenerateFPCompare()3408 codegen_->LiteralFloatAddress( in VisitAdd()3514 codegen_->LiteralFloatAddress( in VisitSub()3703 codegen_->LiteralFloatAddress( in VisitMul()4116 codegen_->LiteralFloatAddress( in VisitDiv()8736 codegen_->LiteralFloatAddress( in VisitX86LoadFromConstantTable()8863 Address CodeGeneratorX86::LiteralFloatAddress(float v, in LiteralFloatAddress() function in art::x86::CodeGeneratorX86
335 __ comiss(t2, codegen_->LiteralFloatAddress(0.5f)); in VisitMathRoundFloat()337 __ addss(t1, codegen_->LiteralFloatAddress(1.0f)); in VisitMathRoundFloat()