Searched defs:vcvtsd (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm/ | ||
D | assembler_arm32.cc | 420 void Arm32Assembler::vcvtsd(SRegister sd, DRegister dm, Condition cond) { in vcvtsd() function in art::arm::Arm32Assembler |
D | assembler_thumb2.cc | 505 void Thumb2Assembler::vcvtsd(SRegister sd, DRegister dm, Condition cond) { in vcvtsd() function in art::arm::Thumb2Assembler |
/art/compiler/utils/ | ||
D | assembler_thumb_test.cc | 1044 __ vcvtsd(S2, D2); in TEST() local |