OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThumbTst
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
410
kThumbTst
, /* tst [0100001000] rm[5..3] rn[2..0] */
[
all
...]
Assemble.cpp
397
ENCODING_MAP(
kThumbTst
, 0x4200,
[
all
...]
/dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp
423
opcode =
kThumbTst
;
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
369
opcode = (thumbForm) ?
kThumbTst
: kThumb2TstRR;
[
all
...]
Completed in 3208 milliseconds