Searched refs:fcmp_zero (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 7661 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 …]
|
D | simulator-aarch64.h | 4790 LogicVRegister fcmp_zero(VectorFormat vform,
|
D | logic-aarch64.cc | 5208 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, in fcmp_zero() function in vixl::aarch64::Simulator
|