Home | History | Annotate | Download | only in aarch32

Lines Matching refs:masm

1009   MacroAssembler masm(BUF_SIZE);
1011 masm.UseT32();
1020 int32_t start = masm.GetCursorOffset();
1024 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize);
1026 masm.it(kTests[i].it_condition);
1028 (masm.*instruction)(cond, rd, rn, rm);
1030 int32_t end = masm.GetCursorOffset();
1033 masm.GetBuffer()->GetOffsetAddress<const byte*>(start);
1092 masm.FinalizeCode();