Home | History | Annotate | Download | only in aarch32

Lines Matching refs:masm

1456   MacroAssembler masm(BUF_SIZE);
1458 masm.UseT32();
1469 int32_t start = masm.GetCursorOffset();
1473 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize);
1475 masm.it(kTests[i].it_condition);
1477 (masm.*instruction)(cond, rd, op);
1479 int32_t end = masm.GetCursorOffset();
1482 masm.GetBuffer()->GetOffsetAddress<const byte*>(start);
1541 masm.FinalizeCode();