From fd861249f31ab360c12dd1ffb131d50f02b0bfc6 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Tue, 25 Nov 2014 20:56:51 +0000 Subject: [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} - adds float comparison for arm, x86, x86_64 backends. - adds ucomis{s,d} assembly to x86 and x86_64. Change-Id: I232d2b6e9ecf373beb5cc63698dd97a658ff9c83 --- compiler/optimizing/builder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler/optimizing/builder.h') diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index 204005daa..25781b08f 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -107,6 +107,8 @@ class HGraphBuilder : public ValueObject { template void Binop_23x_shift(const Instruction& instruction, Primitive::Type type); + void Binop_23x_cmp(const Instruction& instruction, Primitive::Type type, HCompare::Bias bias); + template void Binop_12x(const Instruction& instruction, Primitive::Type type); -- cgit v1.2.3