OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kQRegSizeInBytesLog2
(Results
1 - 5
of
5
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.cc
244
size =
kQRegSizeInBytesLog2
;
256
case LDP_q: return
kQRegSizeInBytesLog2
;
instructions-a64.h
76
const unsigned
kQRegSizeInBytesLog2
= kQRegSizeLog2 - 3;
simulator-a64.h
[
all
...]
assembler-a64.cc
[
all
...]
simulator-a64.cc
672
reg_size_log2 =
kQRegSizeInBytesLog2
;
[
all
...]
Completed in 45 milliseconds