Home
last modified time | relevance | path

Searched refs:Vcmp (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc1287 __ Vcmp(F32, InputSRegisterAt(instruction, 0), 0.0); in GenerateVcmp() local
1290 __ Vcmp(F64, InputDRegisterAt(instruction, 0), 0.0); in GenerateVcmp() local
1293 __ Vcmp(InputVRegisterAt(instruction, 0), InputVRegisterAt(instruction, 1)); in GenerateVcmp() local
4819 __ Vcmp(op1, op2); in GenerateMinMaxFloat() local
4876 __ Vcmp(op1, op2); in GenerateMinMaxDouble() local
H A Dintrinsics_arm_vixl.cc447 __ Vcmp(F32, temp1, temp2); in VisitMathRoundFloat() local