Home
last modified time | relevance | path

Searched refs:post_index (Results 1 – 1 of 1) sorted by relevance

/art/disassembler/
Ddisassembler_arm.cc1421 bool post_index = (P == 0 && W == 1); in DumpThumb32() local
1424 args << Rt << ", [" << Rn << (post_index ? "]" : "") << ", #" << (U != 0 ? "" : "-") in DumpThumb32()
1425 << imm8 << (post_index ? "" : "]") << (pre_index ? "!" : ""); in DumpThumb32()