Home | History | Annotate | Download | only in disassembler

Lines Matching full:post_index

1421             bool post_index = (P == 0 && W == 1);
1424 args << Rt << ", [" << Rn << (post_index ? "]" : "") << ", #" << (U != 0 ? "" : "-")
1425 << imm8 << (post_index ? "" : "]") << (pre_index ? "!" : "");