Searched refs:vcvtsu (Results 1 – 4 of 4) sorted by relevance
630 virtual void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) = 0;
245 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
1107 void Thumb2Assembler::vcvtsu(SRegister sd, SRegister sm, Condition cond) { in vcvtsu() function in art::arm::Thumb2Assembler
1023 __ vcvtsu(S1, S2); in TEST_F() local