Searched defs:FMvXW (Results 1 – 4 of 4) sorted by relevance
197 __ FMvXW(locations->Out().AsRegister<XRegister>(), locations->InAt(0).AsFpuRegister<FRegister>()); in VisitFloatFloatToRawIntBits() local
6208 __ FMvXW(destination.AsRegister<XRegister>(), source.AsFpuRegister<FRegister>()); in MoveLocation() local
3370 TEST_F(AssemblerRISCV64Test, FMvXW) { in TEST_F() argument
1211 void Riscv64Assembler::FMvXW(XRegister rd, FRegister rs1) { in FMvXW() function in art::riscv64::Riscv64Assembler