Lines Matching refs:masm
35 #define __ masm->
138 MacroAssembler masm;
139 masm.GetCPUFeatures()->Combine(CPUFeatures::kSVE);
171 masm.Bind(&test);
172 masm.PushCalleeSavedRegisters();
173 SetInitialMachineState(&masm, input_set);
174 ComputeMachineStateHash(&masm, &state_hash);
175 masm.PopCalleeSavedRegisters();
176 masm.Ret();
177 masm.FinalizeCode();
178 masm.GetBuffer()->SetExecutable();
181 s.second->RunFrom(masm.GetLabelAddress<Instruction *>(&test));
186 masm.GetBuffer()->SetWritable();
187 masm.Reset();
228 masm.PushCalleeSavedRegisters();
229 SetInitialMachineState(&masm, input_set);
232 ExactAssemblyScope scope(&masm,
238 masm.dci(i.inst);
242 masm.dci(inst);
246 ComputeMachineStateHash(&masm, &state_hash);
247 masm.PopCalleeSavedRegisters();
248 masm.Ret();
249 masm.FinalizeCode();
250 masm.GetBuffer()->SetExecutable();
253 sim_vl[128]->RunFrom(masm.GetLabelAddress<Instruction *>(&test));
262 s.second->RunFrom(masm.GetLabelAddress<Instruction *>(&test));
283 masm.GetBuffer()->SetWritable();
284 masm.Reset();
296 ? " SetInitialMachineState(&masm, kFpInputSet);\n"
297 : " SetInitialMachineState(&masm);\n");
301 printf(" ExactAssemblyScope scope(&masm, %lu * kInstructionSize);\n",
309 printf(" ComputeMachineStateHash(&masm, &state);\n");