HomeSort by relevance Sort by last modified time
    Searched refs:kFormat4S (Results 1 - 4 of 4) sorted by null

  /external/vixl/src/vixl/a64/
instructions-a64.cc 397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D ||
401 case kFormat4S: return kFormat4H;
416 case kFormat4H: return kFormat4S;
436 case kFormat4S: return kFormat4S;
449 case kFormat4S: return kFormat8H;
451 case kFormat2D: return kFormat4S;
461 case kFormat2S: return kFormat4S;
468 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S);
472 case kFormat4S: return kFormat2S
    [all...]
instructions-a64.h 436 kFormat4S = NEON_4S,
582 kFormat2S, kFormat4S, kFormat1D, kFormat2D,
logic-a64.cc     [all...]
simulator-a64.cc 466 case kFormat4S: return kPrintReg4S;
    [all...]

Completed in 54 milliseconds