Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc4901 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMisc()
4904 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMisc()
4907 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMisc()
4910 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMisc()
4913 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMisc()
5037 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMiscFP16()
5040 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMiscFP16()
5043 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMiscFP16()
5046 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMiscFP16()
5049 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMiscFP16()
[all …]
Dsimulator-aarch64.h4079 LogicVRegister fcmp_zero(VectorFormat vform,
Dlogic-aarch64.cc4985 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, in fcmp_zero() function in vixl::aarch64::Simulator