HomeSort by relevance Sort by last modified time
    Searched full:vform (Results 1 - 7 of 7) sorted by null

  /external/vixl/src/vixl/a64/
logic-a64.cc 390 void Simulator::ld1(VectorFormat vform,
393 dst.ClearForWrite(vform);
394 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
395 dst.ReadUintFromMem(vform, i, addr);
396 addr += LaneSizeInBytesFromFormat(vform);
401 void Simulator::ld1(VectorFormat vform,
405 dst.ReadUintFromMem(vform, index, addr);
409 void Simulator::ld1r(VectorFormat vform,
412 dst.ClearForWrite(vform);
413 for (int i = 0; i < LaneCountFromFormat(vform); i++)
    [all...]
simulator-a64.h 347 int64_t Int(VectorFormat vform, int index) const {
349 switch (LaneSizeInBitsFromFormat(vform)) {
359 uint64_t Uint(VectorFormat vform, int index) const {
361 switch (LaneSizeInBitsFromFormat(vform)) {
371 int64_t IntLeftJustified(VectorFormat vform, int index) const {
372 return Int(vform, index) << (64 - LaneSizeInBitsFromFormat(vform));
375 uint64_t UintLeftJustified(VectorFormat vform, int index) const {
376 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform));
    [all...]
instructions-a64.cc 396 VectorFormat VectorFormatHalfWidth(const VectorFormat vform) {
397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D ||
398 vform == kFormatH || vform == kFormatS || vform == kFormatD);
399 switch (vform) {
411 VectorFormat VectorFormatDoubleWidth(const VectorFormat vform) {
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S |
    [all...]
instructions-a64.h 452 VectorFormat VectorFormatHalfWidth(const VectorFormat vform);
453 VectorFormat VectorFormatDoubleWidth(const VectorFormat vform);
454 VectorFormat VectorFormatDoubleLanes(const VectorFormat vform);
455 VectorFormat VectorFormatHalfLanes(const VectorFormat vform);
457 VectorFormat VectorFormatHalfWidthDoubleLanes(const VectorFormat vform);
458 VectorFormat VectorFormatFillQ(const VectorFormat vform);
459 unsigned RegisterSizeInBitsFromFormat(VectorFormat vform);
460 unsigned RegisterSizeInBytesFromFormat(VectorFormat vform);
462 unsigned LaneSizeInBitsFromFormat(VectorFormat vform);
463 int LaneSizeInBytesFromFormat(VectorFormat vform);
580 static const VectorFormat vform[] = { local
    [all...]
simulator-a64.cc 442 VectorFormat vform) {
443 switch (vform) {
2163 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; local
2211 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; local
3306 VectorFormat vform = kFormatUndefined; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 31 #ifdef vform
32 #undef vform macro
  /packages/apps/ContactsCommon/res/values-hu/
strings.xml 223 <string name="display_options_view_names_as" msgid="3232196224409242435">"Névformátum"</string>

Completed in 344 milliseconds