Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Macros
Instruction.cpp File Reference

This file defines the Instruction class. More...

#include <cassert>
#include <cstring>
#include <iostream>
#include <spirv/unified1/spirv.h>
#include "talvos/Instruction.h"

Go to the source code of this file.

Namespaces

 talvos
 

Macros

#define CASE(OP)
 

Detailed Description

This file defines the Instruction class.

Definition in file Instruction.cpp.

Macro Definition Documentation

#define CASE (   OP)
Value:
case SpvOp##OP: \
return "Op" #OP
#define OP(Index, Type)
Get scalar operand at index Index with type Type.
Definition: Invocation.cpp:33