Home
last modified time | relevance | path

Searched refs:fcmp_zero (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc3997 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMisc()
4000 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMisc()
4003 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMisc()
4006 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMisc()
4009 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMisc()
4133 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMiscFP16()
4136 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMiscFP16()
4139 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMiscFP16()
4142 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMiscFP16()
4145 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMiscFP16()
[all …]
Dsimulator-aarch64.h2891 LogicVRegister fcmp_zero(VectorFormat vform,
Dlogic-aarch64.cc4318 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, in fcmp_zero() function in vixl::aarch64::Simulator
/external/v8/src/arm64/
Dsimulator-arm64.cc3663 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMisc()
3666 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMisc()
3669 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMisc()
3672 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMisc()
3675 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMisc()
4933 fcmp_zero(fpf, rd, rn, gt); in VisitNEONScalar2RegMisc()
4936 fcmp_zero(fpf, rd, rn, ge); in VisitNEONScalar2RegMisc()
4939 fcmp_zero(fpf, rd, rn, eq); in VisitNEONScalar2RegMisc()
4942 fcmp_zero(fpf, rd, rn, le); in VisitNEONScalar2RegMisc()
4945 fcmp_zero(fpf, rd, rn, lt); in VisitNEONScalar2RegMisc()
Dsimulator-arm64.h1946 LogicVRegister fcmp_zero(VectorFormat vform, LogicVRegister dst,
Dsimulator-logic-arm64.cc3404 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, LogicVRegister dst, in fcmp_zero() function in v8::internal::Simulator