Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc7661 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMisc()
7664 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMisc()
7667 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMisc()
7670 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMisc()
7673 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMisc()
7797 fcmp_zero(fpf, rd, rn, gt); in VisitNEON2RegMiscFP16()
7800 fcmp_zero(fpf, rd, rn, ge); in VisitNEON2RegMiscFP16()
7803 fcmp_zero(fpf, rd, rn, eq); in VisitNEON2RegMiscFP16()
7806 fcmp_zero(fpf, rd, rn, le); in VisitNEON2RegMiscFP16()
7809 fcmp_zero(fpf, rd, rn, lt); in VisitNEON2RegMiscFP16()
[all …]
Dsimulator-aarch64.h4790 LogicVRegister fcmp_zero(VectorFormat vform,
Dlogic-aarch64.cc5208 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, in fcmp_zero() function in vixl::aarch64::Simulator