OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBRegSizeInBytes
(Results
1 - 3
of
3
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.h
51
const unsigned
kBRegSizeInBytes
= kBRegSize / 8;
simulator-a64.h
867
VIXL_STATIC_ASSERT((sizeof(T) ==
kBRegSizeInBytes
) ||
[
all
...]
simulator-a64.cc
429
case
kBRegSizeInBytes
: format |= kPrintReg1B; break;
[
all
...]
Completed in 251 milliseconds