Home | History | Annotate | Download | only in aarch32

Lines Matching refs:masm

5153   MacroAssembler masm(BUF_SIZE);
5155 masm.UseA32();
5167 int32_t start = masm.GetCursorOffset();
5171 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize);
5173 masm.it(kTests[i].it_condition);
5175 (masm.*instruction)(cond, rd, rn, op);
5177 int32_t end = masm.GetCursorOffset();
5180 masm.GetBuffer()->GetOffsetAddress<const byte*>(start);
5239 masm.FinalizeCode();