OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat8H
(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 ||
400
case
kFormat8H
: return kFormat8B;
415
case kFormat8B: return
kFormat8H
;
433
case
kFormat8H
: return
kFormat8H
;
447
case
kFormat8H
: return kFormat16B;
449
case kFormat4S: return
kFormat8H
;
460
case kFormat4H: return
kFormat8H
;
468
VIXL_ASSERT(vform == kFormat16B || vform ==
kFormat8H
|| vform == kFormat4S);
471
case
kFormat8H
: return kFormat4H
[
all
...]
instructions-a64.h
435
kFormat8H
= NEON_8H,
582
kFormat8B, kFormat16B, kFormat4H,
kFormat8H
,
simulator-a64.cc
447
case
kFormat8H
: return kPrintReg8H;
[
all
...]
logic-a64.cc
[
all
...]
Completed in 59 milliseconds