OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThumbLslRR
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
381
kThumbLslRR
, /* lsl(2) [0100000010] rs[5..3] rd[2..0] */
[
all
...]
Assemble.cpp
264
ENCODING_MAP(
kThumbLslRR
, 0x4080,
[
all
...]
/dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp
426
opcode =
kThumbLslRR
;
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
373
opcode = (thumbForm) ?
kThumbLslRR
: kThumb2LslRRR;
[
all
...]
Completed in 25 milliseconds