root/src/dps8/dps8_eis.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * vim: filetype=c:tabstop=4:ai:expandtab
   3  * SPDX-License-Identifier: ICU
   4  * scspell-id: 359ee1b9-f62e-11ec-b168-80ee73e9b8e7
   5  *
   6  * ---------------------------------------------------------------------------
   7  *
   8  * Copyright (c) 2007-2013 Michael Mondy
   9  * Copyright (c) 2012-2016 Harry Reed
  10  * Copyright (c) 2013-2016 Charles Anthony
  11  * Copyright (c) 2021-2023 The DPS8M Development Team
  12  *
  13  * All rights reserved.
  14  *
  15  * This software is made available under the terms of the ICU
  16  * License, version 1.8.1 or later.  For more details, see the
  17  * LICENSE.md file at the top-level directory of this distribution.
  18  *
  19  * ---------------------------------------------------------------------------
  20  */
  21 
  22 void setupEISoperands (void);
  23 void abd (void);
  24 void awd (void);
  25 void a4bd (void);
  26 void axbd (uint sz);
  27 
  28 void sbd (void);
  29 void swd (void);
  30 void s4bd (void);
  31 void s9bd (void);
  32 void sxbd (uint sz);
  33 void asxbd (uint sz, bool sub);
  34 
  35 void s4bd (void);
  36 void cmpc (void);
  37 void scd (void);
  38 void scdr (void);
  39 void scm (void);
  40 void scmr (void);
  41 void tct (void);
  42 void tctr (void);
  43 void mlr (void);
  44 void mrl (void);
  45 void mve (void);
  46 void mvne (void);
  47 void mvt (void);
  48 void cmpn (void);
  49 void mvn (void);
  50 //void csl (bool isSZTL);
  51 void csl (void);
  52 void sztl (void);
  53 void csr (void);
  54 void sztr (void);
  55 void cmpb (void);
  56 void btd (void);
  57 void dtb (void);
  58 void ad2d (void);
  59 void ad3d (void);
  60 void sb2d (void);
  61 void sb3d (void);
  62 void mp2d (void);
  63 void mp3d (void);
  64 void dv2d (void);
  65 void dv3d (void);

/* [previous][next][first][last][top][bottom][index][help] */