OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat2D
(Results
1 - 5
of
5
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.cc
397
VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform ==
kFormat2D
||
402
case
kFormat2D
: return kFormat2S;
417
case kFormat2S: return
kFormat2D
;
439
case
kFormat2D
: return
kFormat2D
;
451
case
kFormat2D
: return kFormat4S;
524
case
kFormat2D
: return 64;
549
case
kFormat2D
: return 3;
564
case
kFormat2D
: return 2;
589
case
kFormat2D
: return 2
[
all
...]
instructions-a64.h
439
kFormat2D
= NEON_2D,
583
kFormat2S, kFormat4S, kFormat1D,
kFormat2D
,
logic-a64.cc
[
all
...]
simulator-a64.cc
451
case
kFormat2D
: return kPrintReg2D;
[
all
...]
disasm-a64.cc
[
all
...]
Completed in 45 milliseconds