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