Home
last modified time | relevance | path

Searched refs:fcvts (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2573 case NEON_FCVTNS: fcvts(fpf, rd, rn, FPTieEven); return; in VisitNEON2RegMisc()
2575 case NEON_FCVTPS: fcvts(fpf, rd, rn, FPPositiveInfinity); return; in VisitNEON2RegMisc()
2577 case NEON_FCVTMS: fcvts(fpf, rd, rn, FPNegativeInfinity); return; in VisitNEON2RegMisc()
2579 case NEON_FCVTZS: fcvts(fpf, rd, rn, FPZero); return; in VisitNEON2RegMisc()
2581 case NEON_FCVTAS: fcvts(fpf, rd, rn, FPTieAway); return; in VisitNEON2RegMisc()
3496 case NEON_FCVTNS_scalar: fcvts(fpf, rd, rn, FPTieEven); break; in VisitNEONScalar2RegMisc()
3498 case NEON_FCVTPS_scalar: fcvts(fpf, rd, rn, FPPositiveInfinity); break; in VisitNEONScalar2RegMisc()
3500 case NEON_FCVTMS_scalar: fcvts(fpf, rd, rn, FPNegativeInfinity); break; in VisitNEONScalar2RegMisc()
3502 case NEON_FCVTZS_scalar: fcvts(fpf, rd, rn, FPZero); break; in VisitNEONScalar2RegMisc()
3504 case NEON_FCVTAS_scalar: fcvts(fpf, rd, rn, FPTieAway); break; in VisitNEONScalar2RegMisc()
[all …]
Dsimulator-a64.h2442 LogicVRegister fcvts(VectorFormat vform,
Dlogic-a64.cc4382 LogicVRegister Simulator::fcvts(VectorFormat vform, in fcvts() function in vixl::Simulator