Home | History | Annotate | Download | only in aarch32

Lines Matching refs:masm

2164   MacroAssembler masm(BUF_SIZE);
2166 masm.UseT32();
2176 int32_t start = masm.GetCursorOffset();
2180 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize);
2182 masm.it(kTests[i].it_condition);
2184 (masm.*instruction)(cond, rd, rn, op);
2186 int32_t end = masm.GetCursorOffset();
2189 masm.GetBuffer()->GetOffsetAddress<const byte*>(start);
2248 masm.FinalizeCode();