Searched refs:fcmp_zero (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 3997 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 …]
|
D | simulator-aarch64.h | 2891 LogicVRegister fcmp_zero(VectorFormat vform,
|
D | logic-aarch64.cc | 4318 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, in fcmp_zero() function in vixl::aarch64::Simulator
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 3663 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()
|
D | simulator-arm64.h | 1946 LogicVRegister fcmp_zero(VectorFormat vform, LogicVRegister dst,
|
D | simulator-logic-arm64.cc | 3404 LogicVRegister Simulator::fcmp_zero(VectorFormat vform, LogicVRegister dst, in fcmp_zero() function in v8::internal::Simulator
|