Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc1007 case kFormat8H: in VectorFormatHalfWidth()
1035 return kFormat8H; in VectorFormatDoubleWidth()
1067 case kFormat8H: in VectorFormatFillQ()
1068 return kFormat8H; in VectorFormatFillQ()
1087 case kFormat8H: in VectorFormatHalfWidthDoubleLanes()
1092 return kFormat8H; in VectorFormatHalfWidthDoubleLanes()
1115 return kFormat8H; in VectorFormatDoubleLanes()
1126 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
1130 case kFormat8H: in VectorFormatHalfLanes()
1245 case kFormat8H: in RegisterSizeInBitsFromFormat()
[all …]
Dinstructions-aarch64.h184 kFormat8H = NEON_8H, enumerator
853 kFormat8H, in GetVectorFormat()
Dsimulator-aarch64.cc1088 case kFormat8H: in GetPrintRegisterFormat()
1128 case kFormat8H: in GetPrintRegisterFormatFP()
7778 if ((vform == kFormat4H) || (vform == kFormat8H)) { in SimulateNEONFPMulByElement()
7813 VectorFormat vform = instr->GetNEONQ() ? kFormat8H : kFormat4H; in SimulateNEONComplexMulByElement()
7871 if ((vform == kFormat4H) || (vform == kFormat8H)) { in VisitNEONByIndexedElement()
8190 vf = kFormat8H; in NEONLoadStoreSingleStructHelper()
8389 vform = (q == 1) ? kFormat8H : kFormat4H; in VisitNEONModifiedImmediate()
8414 vform = q ? kFormat8H : kFormat4H; in VisitNEONModifiedImmediate()
Dlogic-aarch64.cc2191 if ((dstform == kFormat16B) || (dstform == kFormat8H) || in extractnarrow()
5686 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmul()
5708 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmla()
5730 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmls()
5752 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmulx()
Ddisasm-aarch64.cc2325 if (nfd.GetVectorFormat(0) != kFormat8H) { in VisitNEON3Different()
2332 if (nfd.GetVectorFormat(0) == kFormat8H) { in VisitNEON3Different()
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc280 VIXL_CHECK(VRegister(8, kFormat8H).Is(v8.V8H())); in TEST()