OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThumbAddPcRel
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/arm/
arm_lir.h
336
kThumbAddPcRel
, // add(5) [10100] rd[10..8] imm_8[7..0].
[
all
...]
assemble_arm.cc
115
ENCODING_MAP(
kThumbAddPcRel
, 0xa000,
[
all
...]
utility_arm.cc
495
return NewLIR3(
kThumbAddPcRel
, r_dest.GetReg(), r_src1.GetReg(), value >> 2);
[
all
...]
Completed in 34 milliseconds