Lines Matching refs:TRUE

37     { "int32_to_float32",                1, FALSE, TRUE  },
41 { "int64_to_float32", 1, FALSE, TRUE },
42 { "int64_to_float64", 1, FALSE, TRUE },
45 { "float32_to_int32", 1, FALSE, TRUE },
47 { "float32_to_int64", 1, FALSE, TRUE },
52 { "float32_round_to_int", 1, FALSE, TRUE },
53 { "float32_add", 2, FALSE, TRUE },
54 { "float32_sub", 2, FALSE, TRUE },
55 { "float32_mul", 2, FALSE, TRUE },
56 { "float32_div", 2, FALSE, TRUE },
58 { "float32_sqrt", 1, FALSE, TRUE },
65 { "float64_to_int32", 1, FALSE, TRUE },
67 { "float64_to_int64", 1, FALSE, TRUE },
69 { "float64_to_float32", 1, FALSE, TRUE },
72 { "float64_round_to_int", 1, FALSE, TRUE },
73 { "float64_add", 2, FALSE, TRUE },
74 { "float64_sub", 2, FALSE, TRUE },
75 { "float64_mul", 2, FALSE, TRUE },
76 { "float64_div", 2, FALSE, TRUE },
78 { "float64_sqrt", 1, FALSE, TRUE },
85 { "floatx80_to_int32", 1, FALSE, TRUE },
87 { "floatx80_to_int64", 1, FALSE, TRUE },
89 { "floatx80_to_float32", 1, FALSE, TRUE },
90 { "floatx80_to_float64", 1, FALSE, TRUE },
92 { "floatx80_round_to_int", 1, FALSE, TRUE },
93 { "floatx80_add", 2, TRUE, TRUE },
94 { "floatx80_sub", 2, TRUE, TRUE },
95 { "floatx80_mul", 2, TRUE, TRUE },
96 { "floatx80_div", 2, TRUE, TRUE },
98 { "floatx80_sqrt", 1, TRUE, TRUE },
105 { "float128_to_int32", 1, FALSE, TRUE },
107 { "float128_to_int64", 1, FALSE, TRUE },
109 { "float128_to_float32", 1, FALSE, TRUE },
110 { "float128_to_float64", 1, FALSE, TRUE },
111 { "float128_to_floatx80", 1, FALSE, TRUE },
112 { "float128_round_to_int", 1, FALSE, TRUE },
113 { "float128_add", 2, FALSE, TRUE },
114 { "float128_sub", 2, FALSE, TRUE },
115 { "float128_mul", 2, FALSE, TRUE },
116 { "float128_div", 2, FALSE, TRUE },
118 { "float128_sqrt", 1, FALSE, TRUE },