Home
last modified time | relevance | path

Searched refs:Is8H (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Dassembler-aarch64.cc2230 (vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) || in NEON3DifferentL()
2231 (vn.Is2S() && vd.Is2D()) || (vn.Is16B() && vd.Is8H()) || in NEON3DifferentL()
2232 (vn.Is8H() && vd.Is4S()) || (vn.Is4S() && vd.Is2D())); in NEON3DifferentL()
2249 VIXL_ASSERT((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.Is4S()) || in NEON3DifferentW()
2250 (vm.Is2S() && vd.Is2D()) || (vm.Is16B() && vd.Is8H()) || in NEON3DifferentW()
2251 (vm.Is8H() && vd.Is4S()) || (vm.Is4S() && vd.Is2D())); in NEON3DifferentW()
2261 VIXL_ASSERT((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.Is4S()) || in NEON3DifferentHN()
2262 (vd.Is2S() && vn.Is2D()) || (vd.Is16B() && vn.Is8H()) || in NEON3DifferentHN()
2263 (vd.Is8H() && vn.Is4S()) || (vd.Is4S() && vn.Is2D())); in NEON3DifferentHN()
2301 V(sqdmlal2, NEON_SQDMLAL2, vn.Is1H() || vn.Is1S() || vn.Is8H() || vn.Is4S()) \
[all …]
Dmacro-assembler-aarch64.cc1097 } else if (vd.Is4H() || vd.Is8H()) { in Movi()
1487 if (vd.Is1H() || vd.Is4H() || vd.Is8H()) { in Fmov()
1524 if (vd.Is1H() || vd.Is4H() || vd.Is8H()) { in Fmov()
1570 VIXL_ASSERT(vd.Is1H() || vd.Is4H() || vd.Is8H()); in Fmov()
Doperands-aarch64.h379 bool Is8H() const { return (Is128Bits() && (lanes_ == 8)); } in Is8H() function
/external/v8/src/arm64/
Dassembler-arm64.cc1824 (vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) || in NEON3DifferentL()
1825 (vn.Is2S() && vd.Is2D()) || (vn.Is16B() && vd.Is8H()) || in NEON3DifferentL()
1826 (vn.Is8H() && vd.Is4S()) || (vn.Is4S() && vd.Is2D())); in NEON3DifferentL()
1840 DCHECK((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.Is4S()) || in NEON3DifferentW()
1841 (vm.Is2S() && vd.Is2D()) || (vm.Is16B() && vd.Is8H()) || in NEON3DifferentW()
1842 (vm.Is8H() && vd.Is4S()) || (vm.Is4S() && vd.Is2D())); in NEON3DifferentW()
1849 DCHECK((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.Is4S()) || in NEON3DifferentHN()
1850 (vd.Is2S() && vn.Is2D()) || (vd.Is16B() && vn.Is8H()) || in NEON3DifferentHN()
1851 (vd.Is8H() && vn.Is4S()) || (vd.Is4S() && vn.Is2D())); in NEON3DifferentHN()
1887 V(sqdmlal2, NEON_SQDMLAL2, vn.Is1H() || vn.Is1S() || vn.Is8H() || vn.Is4S()) \
[all …]
Dmacro-assembler-arm64.cc507 } else if (vd.Is4H() || vd.Is8H()) { in Movi()
Dassembler-arm64.h342 bool Is8H() const { return (Is128Bits() && (lane_count_ == 8)); } in Is8H() function