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

  /external/vixl/src/vixl/a64/
instructions-a64.cc 401 case kFormat4S: return kFormat4H;
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S ||
416 case kFormat4H: return kFormat4S;
432 case kFormat4H:
446 case kFormat4H: return kFormat8B;
448 case kFormat2S: return kFormat4H;
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S);
460 case kFormat4H: return kFormat8H;
471 case kFormat8H: return kFormat4H;
497 case kFormat4H
    [all...]
instructions-a64.h 434 kFormat4H = NEON_4H,
582 kFormat8B, kFormat16B, kFormat4H, kFormat8H,
simulator-a64.cc 448 case kFormat4H: return kPrintReg4H;
    [all...]
logic-a64.cc     [all...]

Completed in 112 milliseconds