Revision f18cd223 target-alpha/helper.h

b/target-alpha/helper.h
41 41
DEF_HELPER(uint64_t, helper_insqh, (int64_t, uint64_t))
42 42

  
43 43
DEF_HELPER(uint64_t, helper_cmpbge, (uint64_t, uint64_t))
44

  
45
DEF_HELPER(uint64_t, helper_load_fpcr, (void))
46
DEF_HELPER(void, helper_store_fpcr, (uint64_t val))
47

  
48
DEF_HELPER(uint32_t, helper_f_to_memory, (uint64_t s))
49
DEF_HELPER(uint64_t, helper_memory_to_f, (uint32_t s))
50
DEF_HELPER(uint64_t, helper_addf, (uint64_t, uint64_t))
51
DEF_HELPER(uint64_t, helper_subf, (uint64_t, uint64_t))
52
DEF_HELPER(uint64_t, helper_mulf, (uint64_t, uint64_t))
53
DEF_HELPER(uint64_t, helper_divf, (uint64_t, uint64_t))
54
DEF_HELPER(uint64_t, helper_sqrtf, (uint64_t))
55

  
56
DEF_HELPER(uint64_t, helper_g_to_memory, (uint64_t s))
57
DEF_HELPER(uint64_t, helper_memory_to_g, (uint64_t s))
58
DEF_HELPER(uint64_t, helper_addg, (uint64_t, uint64_t))
59
DEF_HELPER(uint64_t, helper_subg, (uint64_t, uint64_t))
60
DEF_HELPER(uint64_t, helper_mulg, (uint64_t, uint64_t))
61
DEF_HELPER(uint64_t, helper_divg, (uint64_t, uint64_t))
62
DEF_HELPER(uint64_t, helper_sqrtg, (uint64_t))
63

  
64
DEF_HELPER(uint32_t, helper_s_to_memory, (uint64_t s))
65
DEF_HELPER(uint64_t, helper_memory_to_s, (uint32_t s))
66
DEF_HELPER(uint64_t, helper_adds, (uint64_t, uint64_t))
67
DEF_HELPER(uint64_t, helper_subs, (uint64_t, uint64_t))
68
DEF_HELPER(uint64_t, helper_muls, (uint64_t, uint64_t))
69
DEF_HELPER(uint64_t, helper_divs, (uint64_t, uint64_t))
70
DEF_HELPER(uint64_t, helper_sqrts, (uint64_t))
71

  
72
DEF_HELPER(uint64_t, helper_addt, (uint64_t, uint64_t))
73
DEF_HELPER(uint64_t, helper_subt, (uint64_t, uint64_t))
74
DEF_HELPER(uint64_t, helper_mult, (uint64_t, uint64_t))
75
DEF_HELPER(uint64_t, helper_divt, (uint64_t, uint64_t))
76
DEF_HELPER(uint64_t, helper_sqrtt, (uint64_t))
77

  
78
DEF_HELPER(uint64_t, helper_cmptun, (uint64_t, uint64_t))
79
DEF_HELPER(uint64_t, helper_cmpteq, (uint64_t, uint64_t))
80
DEF_HELPER(uint64_t, helper_cmptle, (uint64_t, uint64_t))
81
DEF_HELPER(uint64_t, helper_cmptlt, (uint64_t, uint64_t))
82
DEF_HELPER(uint64_t, helper_cmpgeq, (uint64_t, uint64_t))
83
DEF_HELPER(uint64_t, helper_cmpgle, (uint64_t, uint64_t))
84
DEF_HELPER(uint64_t, helper_cmpglt, (uint64_t, uint64_t))
85

  
86
DEF_HELPER(uint64_t, helper_cmpfeq, (uint64_t))
87
DEF_HELPER(uint64_t, helper_cmpfne, (uint64_t))
88
DEF_HELPER(uint64_t, helper_cmpflt, (uint64_t))
89
DEF_HELPER(uint64_t, helper_cmpfle, (uint64_t))
90
DEF_HELPER(uint64_t, helper_cmpfgt, (uint64_t))
91
DEF_HELPER(uint64_t, helper_cmpfge, (uint64_t))
92

  
93
DEF_HELPER(uint64_t, helper_cpys, (uint64_t, uint64_t))
94
DEF_HELPER(uint64_t, helper_cpysn, (uint64_t, uint64_t))
95
DEF_HELPER(uint64_t, helper_cpyse, (uint64_t, uint64_t))
96

  
97
DEF_HELPER(uint64_t, helper_cvtts, (uint64_t))
98
DEF_HELPER(uint64_t, helper_cvtst, (uint64_t))
99
DEF_HELPER(uint64_t, helper_cvttq, (uint64_t))
100
DEF_HELPER(uint32_t, helper_cvtqs, (uint64_t))
101
DEF_HELPER(uint64_t, helper_cvtqt, (uint64_t))
102
DEF_HELPER(uint64_t, helper_cvtqf, (uint64_t))
103
DEF_HELPER(uint64_t, helper_cvtgf, (uint64_t))
104
DEF_HELPER(uint64_t, helper_cvtgq, (uint64_t))
105
DEF_HELPER(uint64_t, helper_cvtqg, (uint64_t))
106
DEF_HELPER(uint64_t, helper_cvtlq, (uint64_t))
107
DEF_HELPER(uint64_t, helper_cvtql, (uint64_t))
108
DEF_HELPER(uint64_t, helper_cvtqlv, (uint64_t))
109
DEF_HELPER(uint64_t, helper_cvtqlsv, (uint64_t))
110

  

Also available in: Unified diff