OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat2S
(Results
1 - 4
of
4
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.cc
402
case kFormat2D: return
kFormat2S
;
412
VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform ==
kFormat2S
||
417
case
kFormat2S
: return kFormat2D;
435
case
kFormat2S
:
448
case
kFormat2S
: return kFormat4H;
450
case kFormat1D: return
kFormat2S
;
457
VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform ==
kFormat2S
);
461
case
kFormat2S
: return kFormat4S;
472
case kFormat4S: return
kFormat2S
;
498
case
kFormat2S
[
all
...]
instructions-a64.h
436
kFormat2S
= NEON_2S,
583
kFormat2S
, kFormat4S, kFormat1D, kFormat2D,
simulator-a64.cc
450
case
kFormat2S
: return kPrintReg2S;
[
all
...]
logic-a64.cc
[
all
...]
Completed in 685 milliseconds