Searched refs:kAddress (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.h109 kAddress = 0x8, enumerator in enum:vixl::aarch32::InstructionAttribute
H A Ddisasm-aarch32.cc1200 os().SetCurrentInstruction(kAdr, kAddress);
1262 os().SetCurrentInstruction(kB, kAddress | kBranch);
1322 os().SetCurrentInstruction(kBl, kAddress | kBranch);
1328 os().SetCurrentInstruction(kBlx, kAddress | kBranch);
1334 os().SetCurrentInstruction(kBlx, kAddress | kBranch);
1339 os().SetCurrentInstruction(kBx, kAddress | kBranch);
1344 os().SetCurrentInstruction(kBxj, kAddress | kBranch);
1349 os().SetCurrentInstruction(kCbnz, kAddress | kBranch);
1355 os().SetCurrentInstruction(kCbz, kAddress | kBranch);
1564 os().SetCurrentInstruction(kLda, kAddress | kLoadStor
[all...]

Completed in 112 milliseconds