Home | History | Annotate | Download | only in aarch32

Lines Matching refs:masm

1113   MacroAssembler masm(BUF_SIZE);
1115 masm.UseT32();
1126 int32_t start = masm.GetCursorOffset();
1130 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize);
1132 masm.it(kTests[i].it_condition);
1134 (masm.*instruction)(cond, rd, op);
1136 int32_t end = masm.GetCursorOffset();
1139 masm.GetBuffer()->GetOffsetAddress<const byte*>(start);
1198 masm.FinalizeCode();