Home | History | Annotate | Download | only in aarch64

Lines Matching refs:masm

41   MacroAssembler masm;   \
50 masm.SetGenerateSimulatorCode(true)
55 masm.SetGenerateSimulatorCode(false)
64 masm.Reset(); \
66 ExactAssemblyScope guard(&masm, \
69 masm.ASM; \
71 masm.FinalizeCode(); \
72 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
73 encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
86 masm.Reset(); \
88 ExactAssemblyScope guard(&masm, \
91 masm.ASM; \
93 masm.FinalizeCode(); \
94 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
95 encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
108 masm.Reset(); \
109 masm.ASM; \
110 masm.FinalizeCode(); \
114 masm.GetBuffer()->GetStartAddress<Instruction*>(); \
115 Instruction* end = masm.GetCursorAddress<Instruction*>(); \
6692 disasm.MapCodeAddress(0, masm.GetBuffer()->GetStartAddress<Instruction*>());
6710 masm.GetBuffer()->GetStartAddress<Instruction*>());
6729 masm.GetBuffer()->GetStartAddress<Instruction*>());
6748 masm.GetBuffer()->GetStartAddress<Instruction*>());
6758 disasm.MapCodeAddress(0, masm.GetBuffer()->GetStartAddress<Instruction*>());