Searched refs:GetMnemonic (Results 1 – 14 of 14) sorted by relevance
80 mnemonic = inst_sp->GetMnemonic(&exe_ctx); in TEST_F()84 mnemonic = inst_sp->GetMnemonic(&exe_ctx); in TEST_F()88 mnemonic = inst_sp->GetMnemonic(&exe_ctx); in TEST_F()
72 mnemonic = inst_sp->GetMnemonic(&exe_ctx); in TEST_F()76 mnemonic = inst_sp->GetMnemonic(&exe_ctx); in TEST_F()
50 self.assertTrue(inst.GetMnemonic(target) == "move")54 self.assertTrue(inst.GetMnemonic(target) == "li")57 self.assertTrue(inst.GetMnemonic(target) == "movq")
79 self.assertTrue(inst.GetMnemonic(target) == "vst1.64")
36 GetMnemonic (lldb::SBTarget target);82 return self.GetMnemonic (target)
114 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic() function in SBInstruction115 LLDB_RECORD_METHOD(const char *, SBInstruction, GetMnemonic, (lldb::SBTarget), in GetMnemonic()129 return inst_sp->GetMnemonic(&exe_ctx); in GetMnemonic()358 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetMnemonic, in RegisterMethods()
217 strcmp(first_insn->GetMnemonic(&exe_ctx), "jmpl") != 0 || in GetStepThroughTrampolinePlan()218 strcmp(second_insn->GetMnemonic(&exe_ctx), "nop") != 0) { in GetStepThroughTrampolinePlan()
34 +std::string GetMnemonic(const CodeGenInstruction *Inst) {56 + M[GetPublicName(Inst)] = GetMnemonic(Inst);
40 const char *GetMnemonic(lldb::SBTarget target);
67 const char *GetMnemonic(const ExecutionContext *exe_ctx) { in GetMnemonic() function
385 value = self.instr.GetMnemonic(
585 mnemonic = inst.GetMnemonic(target)
636 const char *m = inst.GetMnemonic(g_vsc.target); in CreateSource()
3811 const char *mnemonic = inst->GetMnemonic(&exe_ctx); in WindowDelegateDraw()