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

  /external/vixl/src/vixl/a64/
instructions-a64.cc 430 case kFormat16B: return kFormat16B;
447 case kFormat8H: return kFormat16B;
459 case kFormat8B: return kFormat16B;
468 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S);
470 case kFormat16B: return kFormat8B;
515 case kFormat16B: return 8;
540 case kFormat16B: return 0;
558 case kFormat16B: return 16;
580 case kFormat16B: return 16
    [all...]
instructions-a64.h 433 kFormat16B = NEON_16B,
582 kFormat8B, kFormat16B, kFormat4H, kFormat8H,
logic-a64.cc     [all...]
simulator-a64.cc 445 case kFormat16B: return kPrintReg16B;
    [all...]
simulator-a64.h 434 SetUint(kFormat16B, i, 0);
    [all...]

Completed in 40 milliseconds