~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to target-lm32/helper.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "def-helper.h"
 
2
 
 
3
DEF_HELPER_1(raise_exception, void, i32)
 
4
DEF_HELPER_0(hlt, void)
 
5
DEF_HELPER_1(wcsr_im, void, i32)
 
6
DEF_HELPER_1(wcsr_ip, void, i32)
 
7
DEF_HELPER_1(wcsr_jtx, void, i32)
 
8
DEF_HELPER_1(wcsr_jrx, void, i32)
 
9
DEF_HELPER_0(rcsr_im, i32)
 
10
DEF_HELPER_0(rcsr_ip, i32)
 
11
DEF_HELPER_0(rcsr_jtx, i32)
 
12
DEF_HELPER_0(rcsr_jrx, i32)
 
13
 
 
14
#include "def-helper.h"