OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThumbLslRR
(Results
1 - 7
of
7
) sorted by null
/art/compiler/dex/quick/arm/
arm_lir.h
285
kThumbLslRR
, // lsl(2) [0100000010] rs[5..3] rd[2..0].
utility_arm.cc
301
opcode = (thumb_form) ?
kThumbLslRR
: kThumb2LslRRR;
[
all
...]
assemble_arm.cc
263
ENCODING_MAP(
kThumbLslRR
, 0x4080,
[
all
...]
/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 4528 milliseconds