~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to target-cris/helper.h

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

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_1(tlb_flush_pid, void, i32)
 
5
DEF_HELPER_1(spc_write, void, i32)
 
6
DEF_HELPER_3(dump, void, i32, i32, i32)
 
7
DEF_HELPER_0(rfe, void);
 
8
DEF_HELPER_0(rfn, void);
 
9
 
 
10
DEF_HELPER_2(movl_sreg_reg, void, i32, i32)
 
11
DEF_HELPER_2(movl_reg_sreg, void, i32, i32)
 
12
 
 
13
DEF_HELPER_FLAGS_1(lz, TCG_CALL_PURE, i32, i32);
 
14
DEF_HELPER_FLAGS_3(btst, TCG_CALL_PURE, i32, i32, i32, i32);
 
15
 
 
16
DEF_HELPER_FLAGS_3(evaluate_flags_muls, TCG_CALL_PURE, i32, i32, i32, i32)
 
17
DEF_HELPER_FLAGS_3(evaluate_flags_mulu, TCG_CALL_PURE, i32, i32, i32, i32)
 
18
DEF_HELPER_FLAGS_4(evaluate_flags_mcp, TCG_CALL_PURE, i32, i32, i32, i32, i32)
 
19
DEF_HELPER_FLAGS_4(evaluate_flags_alu_4, TCG_CALL_PURE, i32, i32, i32, i32, i32)
 
20
DEF_HELPER_FLAGS_4(evaluate_flags_sub_4, TCG_CALL_PURE, i32, i32, i32, i32, i32)
 
21
DEF_HELPER_FLAGS_2(evaluate_flags_move_4, TCG_CALL_PURE, i32, i32, i32)
 
22
DEF_HELPER_FLAGS_2(evaluate_flags_move_2, TCG_CALL_PURE, i32, i32, i32)
 
23
DEF_HELPER_0(evaluate_flags, void)
 
24
DEF_HELPER_0(top_evaluate_flags, void)
 
25
 
 
26
#include "def-helper.h"