alpha_memref.h 493 Bytes
/*
 * Copyright (C) 1998 by the Board of Trustees
 *    of Leland Stanford Junior University.
 * Copyright (C) 1998 Digital Equipment Corporation
 *
 * This file is part of the SimOS distribution.
 * See LICENSE file for terms of the license.
 *
 */



#ifndef _ALPHA_MEMREF_H
#define _ALPHA_MEMREF_H

#ifndef _MEMREF_H
#include "memref.h"
#endif
#define NO_SZ 4

/**
 * MemRef support
 */

extern RefSize alphaRefSizeMap[];
extern RefFlavor alphaRefFlavorMap[];

#endif /* _ALPHA_MEMREF_H */