Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
spu-opc.c File Reference
#include <linux/kernel.h>
#include <linux/bug.h>
#include "spu.h"
#include "spu-insns.h"

Go to the source code of this file.

Macros

#define APUOP(TAG, MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT, DEP, PIPE)   { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
 
#define APUOPFB(TAG, MACFORMAT, OPCODE, FB, MNEMONIC, ASMFORMAT, DEP, PIPE)   { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
 

Variables

struct spu_opcode spu_opcodes []
 
const int spu_num_opcodes = ARRAY_SIZE(spu_opcodes)
 

Macro Definition Documentation

#define APUOP (   TAG,
  MACFORMAT,
  OPCODE,
  MNEMONIC,
  ASMFORMAT,
  DEP,
  PIPE 
)    { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
#define APUOPFB (   TAG,
  MACFORMAT,
  OPCODE,
  FB,
  MNEMONIC,
  ASMFORMAT,
  DEP,
  PIPE 
)    { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },

Variable Documentation

const int spu_num_opcodes = ARRAY_SIZE(spu_opcodes)

Definition at line 45 of file spu-opc.c.

struct spu_opcode spu_opcodes[]

Definition at line 35 of file spu-opc.c.