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

  /external/vixl/src/vixl/a64/
instructions-a64.cc 403 case kFormatH: return kFormatB;
413 vform == kFormatB || vform == kFormatH || vform == kFormatS);
418 case kFormatB: return kFormatH;
428 case kFormatB:
480 case 8: return kFormatB;
492 case kFormatB: return kBRegSize;
513 case kFormatB:
538 case kFormatB:
566 case kFormatB:
578 case kFormatB
    [all...]
instructions-a64.h 446 kFormatB = NEON_B | NEONScalar,
584 kFormatB, kFormatH, kFormatS, kFormatD
logic-a64.cc     [all...]

Completed in 41 milliseconds