Searched refs:Vcmp (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 535 __ Vcmp(op1, op2); in GenMinMaxFloat() local 618 __ Vcmp(op1, op2); in GenMinMaxDouble() local 826 __ Vcmp(F32, temp1, temp2); in VisitMathRoundFloat() local
|
D | code_generator_arm_vixl.cc | 1758 __ Vcmp(F32, InputSRegisterAt(instruction, 0), 0.0); in GenerateVcmp() local 1761 __ Vcmp(F64, InputDRegisterAt(instruction, 0), 0.0); in GenerateVcmp() local 1764 __ Vcmp(InputVRegisterAt(instruction, 0), InputVRegisterAt(instruction, 1)); in GenerateVcmp() local
|