Home | History | Annotate | Download | only in aarch32

Lines Matching refs:masm

5125   MacroAssembler masm(BUF_SIZE);
5127 masm.UseA32();
5139 int32_t start = masm.GetCursorOffset();
5143 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize);
5145 masm.it(kTests[i].it_condition);
5147 (masm.*instruction)(cond, rd, rn, op);
5149 int32_t end = masm.GetCursorOffset();
5152 masm.GetBuffer()->GetOffsetAddress<const byte*>(start);
5211 masm.FinalizeCode();