Searched refs:Uhalve (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 3395 add(vform, result, zdn, zm).Uhalve(vform); in Simulator() 3398 sub(vform, result, zdn, zm).Uhalve(vform); in Simulator() 3401 sub(vform, result, zm, zdn).Uhalve(vform); in Simulator() 3404 add(vform, result, zdn, zm).Uhalve(vform).Round(vform); in Simulator() 7580 add(vf, rd, rn, rm).Uhalve(vf); in Simulator() 7583 add(vf, rd, rn, rm).Uhalve(vf).Round(vf); in Simulator() 7592 sub(vf, rd, rn, rm).Uhalve(vf); in Simulator()
|
H A D | simulator-aarch64.h | 951 LogicVRegister& Uhalve(VectorFormat vform) { in Uhalve() function in vixl::aarch64::LogicVRegister
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4410 add(vf, rd, rn, rm).Uhalve(vf); 4413 add(vf, rd, rn, rm).Uhalve(vf).Round(vf); 4422 sub(vf, rd, rn, rm).Uhalve(vf);
|
H A D | simulator-arm64.h | 602 LogicVRegister& Uhalve(VectorFormat vform) { in Uhalve() function in v8::internal::LogicVRegister
|
Completed in 33 milliseconds