Searched refs:vcmps (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 189 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 226 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 507 virtual void vcmps(SRegister sd, SRegister sm, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 539 void Arm32Assembler::vcmps(SRegister sd, SRegister sm, Condition cond) { in vcmps() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 637 void Thumb2Assembler::vcmps(SRegister sd, SRegister sm, Condition cond) { in vcmps() function in art::arm::Thumb2Assembler
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 999 __ vcmps(S0, S1); in TEST() local
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 2744 __ vcmps(left.AsFpuRegister<SRegister>(), right.AsFpuRegister<SRegister>()); in VisitCompare() local
|