Home
last modified time | relevance | path

Searched defs:vcmpsz (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32.cc549 void Arm32Assembler::vcmpsz(SRegister sd, Condition cond) { in vcmpsz() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc647 void Thumb2Assembler::vcmpsz(SRegister sd, Condition cond) { in vcmpsz() function in art::arm::Thumb2Assembler
/art/compiler/utils/
Dassembler_thumb_test.cc1002 __ vcmpsz(S2); in TEST() local