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

  /external/vixl/src/vixl/a64/
instructions-a64.cc 400 case kFormat8H: return kFormat8B;
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S ||
415 case kFormat8B: return kFormat8H;
429 case kFormat8B:
446 case kFormat4H: return kFormat8B;
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S);
459 case kFormat8B: return kFormat16B;
470 case kFormat16B: return kFormat8B;
496 case kFormat8B:
514 case kFormat8B
    [all...]
instructions-a64.h 432 kFormat8B = NEON_8B,
582 kFormat8B, kFormat16B, kFormat4H, kFormat8H,
simulator-a64.cc 446 case kFormat8B: return kPrintReg8B;
    [all...]
logic-a64.cc     [all...]

Completed in 110 milliseconds