Searched refs:vcvtsu (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 186 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 223 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 504 virtual void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 529 void Arm32Assembler::vcvtsu(SRegister sd, SRegister sm, Condition cond) { in vcvtsu() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 627 void Thumb2Assembler::vcvtsu(SRegister sd, SRegister sm, Condition cond) { in vcvtsu() function in art::arm::Thumb2Assembler
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 983 __ vcvtsu(S1, S2); in TEST() local
|