Searched refs:vcvtsu (Results 1 - 6 of 6) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm32.h186 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
H A Dassembler_thumb2.h223 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
H A Dassembler_arm.h504 virtual void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) = 0;
H A Dassembler_arm32.cc529 void Arm32Assembler::vcvtsu(SRegister sd, SRegister sm, Condition cond) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc627 void Thumb2Assembler::vcvtsu(SRegister sd, SRegister sm, Condition cond) { function in class:art::arm::Thumb2Assembler
/art/compiler/utils/
H A Dassembler_thumb_test.cc983 __ vcvtsu(S1, S2);

Completed in 20 milliseconds