Home
last modified time | relevance | path

Searched refs:vcmps (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32.h202 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
Dassembler_thumb2.h247 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
Dassembler_arm.h668 virtual void vcmps(SRegister sd, SRegister sm, Condition cond = AL) = 0;
Dassembler_arm32.cc529 void Arm32Assembler::vcmps(SRegister sd, SRegister sm, Condition cond) { in vcmps() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc1117 void Thumb2Assembler::vcmps(SRegister sd, SRegister sm, Condition cond) { in vcmps() function in art::arm::Thumb2Assembler
/art/compiler/optimizing/
Dcode_generator_arm.cc1366 __ vcmps(left.AsFpuRegister<SRegister>(), right.AsFpuRegister<SRegister>()); in GenerateCompareTestAndBranch() local
1599 __ vcmps(left.AsFpuRegister<SRegister>(), right.AsFpuRegister<SRegister>()); in HandleCondition() local
3668 __ vcmps(left.AsFpuRegister<SRegister>(), right.AsFpuRegister<SRegister>()); in VisitCompare() local
/art/compiler/utils/
Dassembler_thumb_test.cc1028 __ vcmps(S0, S1); in TEST_F() local