grpc
third_party
bloaty
third_party
capstone
arch
Mips
MipsInstPrinter.h
Go to the documentation of this file.
1
//=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This class prints a Mips MCInst to a .s file.
11
//
12
//===----------------------------------------------------------------------===//
13
14
/* Capstone Disassembly Engine */
15
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
16
17
#ifndef CS_MIPSINSTPRINTER_H
18
#define CS_MIPSINSTPRINTER_H
19
20
#include "../../MCInst.h"
21
#include "../../SStream.h"
22
23
void
Mips_printInst
(
MCInst
*MI,
SStream
*O,
void
*info);
24
25
#endif
Mips_printInst
void Mips_printInst(MCInst *MI, SStream *O, void *info)
SStream
Definition:
SStream.h:9
MCInst
Definition:
MCInst.h:88
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:29