Lines Matching refs:masm
30 MacroAssembler masm; \
31 masm.GetCPUFeatures()->Combine(CPUFeatures::All()); \
40 masm.SetGenerateSimulatorCode(true)
45 masm.SetGenerateSimulatorCode(false)
58 masm.GetBuffer()->GetStartAddress<Instruction*>(); \
59 Instruction* dis_end = masm.GetBuffer()->GetEndAddress<Instruction*>(); \
65 masm.Reset(); \
67 ExactAssemblyScope guard(&masm, \
70 masm.ASM; \
72 masm.FinalizeCode(); \
73 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
74 uint32_t encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
87 masm.Reset(); \
89 ExactAssemblyScope guard(&masm, \
92 masm.ASM; \
94 masm.FinalizeCode(); \
95 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
96 uint32_t 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*>(); \