Home
last modified time | relevance | path

Searched refs:Const64 (Results 1 – 25 of 71) sorted by relevance

123

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/gen/
H A Dgeneric.rules96 (Add64 (Const64 [c]) (Const64 [d])) -> (Const64 [c+d])
106 (Sub64 (Const64 [c]) (Const64 [d])) -> (Const64 [c-d])
114 (Mul64 (Const64 [c]) (Const64 [d])) -> (Const64 [c*d])
122 (And64 (Const64 [c]) (Const64 [d])) -> (Const64 [c&d])
127 (Or64 (Const64 [c]) (Const64 [d])) -> (Const64 [c|d])
132 (Xor64 (Const64 [c]) (Const64 [d])) -> (Const64 [c^d])
137 (Div64 (Const64 [c]) (Const64 [d])) && d != 0 -> (Const64 [c/d])
170 (Mod64 (Const64 [c]) (Const64 [d])) && d != 0 -> (Const64 [c % d])
177 (Lsh64x64 (Const64 [c]) (Const64 [d])) -> (Const64 [c << uint64(d)])
178 (Rsh64x64 (Const64 [c]) (Const64 [d])) -> (Const64 [c >> uint64(d)])
[all …]
H A DMIPS64.rules74 (Lsh64x64 <t> x y) -> (AND (NEGV <t> (SGTU (Const64 <typ.UInt64> [64]) y)) (SLLV <t> x y))
79 (Lsh32x64 <t> x y) -> (AND (NEGV <t> (SGTU (Const64 <typ.UInt64> [64]) y)) (SLLV <t> x y))
84 (Lsh16x64 <t> x y) -> (AND (NEGV <t> (SGTU (Const64 <typ.UInt64> [64]) y)) (SLLV <t> x y))
89 (Lsh8x64 <t> x y) -> (AND (NEGV <t> (SGTU (Const64 <typ.UInt64> [64]) y)) (SLLV <t> x y))
94 (Rsh64Ux64 <t> x y) -> (AND (NEGV <t> (SGTU (Const64 <typ.UInt64> [64]) y)) (SRLV <t> x y))
109 (Rsh8Ux64 <t> x y) -> (AND (NEGV <t> (SGTU (Const64 <typ.UInt64> [64]) y)) (SRLV <t> (ZeroExt8to64 …
114 (Rsh64x64 <t> x y) -> (SRAV x (OR <t> (NEGV <t> (SGTU y (Const64 <typ.UInt64> [63]))) y))
119 (Rsh32x64 <t> x y) -> (SRAV (SignExt32to64 x) (OR <t> (NEGV <t> (SGTU y (Const64 <typ.UInt64> [63])…
124 (Rsh16x64 <t> x y) -> (SRAV (SignExt16to64 x) (OR <t> (NEGV <t> (SGTU y (Const64 <typ.UInt64> [63])…
129 (Rsh8x64 <t> x y) -> (SRAV (SignExt8to64 x) (OR <t> (NEGV <t> (SGTU y (Const64 <typ.UInt64> [63])))…
[all …]
H A DPPC64.rules82 (Const64 [val]) -> (MOVDconst [val])
97 (Lsh64x64 x (Const64 [c])) && uint64(c) < 64 -> (SLDconst x [c])
99 (Rsh64Ux64 x (Const64 [c])) && uint64(c) < 64 -> (SRDconst x [c])
100 (Lsh32x64 x (Const64 [c])) && uint64(c) < 32 -> (SLWconst x [c])
102 (Rsh32Ux64 x (Const64 [c])) && uint64(c) < 32 -> (SRWconst x [c])
103 (Lsh16x64 x (Const64 [c])) && uint64(c) < 16 -> (SLWconst x [c])
106 (Lsh8x64 x (Const64 [c])) && uint64(c) < 8 -> (SLWconst x [c])
110 (Lsh64x32 x (Const64 [c])) && uint32(c) < 64 -> (SLDconst x [c])
112 (Rsh64Ux32 x (Const64 [c])) && uint32(c) < 64 -> (SRDconst x [c])
113 (Lsh32x32 x (Const64 [c])) && uint32(c) < 32 -> (SLWconst x [c])
[all …]
H A DARM64.rules139 (Lsh64x64 <t> x y) -> (CSELULT (SLL <t> x y) (Const64 <t> [0]) (CMPconst [64] y))
144 (Lsh32x64 <t> x y) -> (CSELULT (SLL <t> x y) (Const64 <t> [0]) (CMPconst [64] y))
149 (Lsh16x64 <t> x y) -> (CSELULT (SLL <t> x y) (Const64 <t> [0]) (CMPconst [64] y))
154 (Lsh8x64 <t> x y) -> (CSELULT (SLL <t> x y) (Const64 <t> [0]) (CMPconst [64] y))
159 (Rsh64Ux64 <t> x y) -> (CSELULT (SRL <t> x y) (Const64 <t> [0]) (CMPconst [64] y))
164 (Rsh32Ux64 <t> x y) -> (CSELULT (SRL <t> (ZeroExt32to64 x) y) (Const64 <t> [0]) (CMPconst [64] y))
169 (Rsh16Ux64 <t> x y) -> (CSELULT (SRL <t> (ZeroExt16to64 x) y) (Const64 <t> [0]) (CMPconst [64] y))
174 (Rsh8Ux64 <t> x y) -> (CSELULT (SRL <t> (ZeroExt8to64 x) y) (Const64 <t> [0]) (CMPconst [64] y))
179 (Rsh64x64 x y) -> (SRA x (CSELULT <y.Type> y (Const64 <y.Type> [63]) (CMPconst [64] y)))
194 (Rsh8x64 x y) -> (SRA (SignExt8to64 x) (CSELULT <y.Type> y (Const64 <y.Type> [63]) (CMPconst [64] y…
[all …]
H A DMIPS.rules70 // generic opt rewrites all constant shifts to shift by Const64
71 (Lsh32x64 x (Const64 [c])) && uint32(c) < 32 -> (SLLconst x [c])
72 (Rsh32x64 x (Const64 [c])) && uint32(c) < 32 -> (SRAconst x [c])
73 (Rsh32Ux64 x (Const64 [c])) && uint32(c) < 32 -> (SRLconst x [c])
74 (Lsh16x64 x (Const64 [c])) && uint32(c) < 16 -> (SLLconst x [c])
77 (Lsh8x64 x (Const64 [c])) && uint32(c) < 8 -> (SLLconst x [c])
82 (Lsh32x64 _ (Const64 [c])) && uint32(c) >= 32 -> (MOVWconst [0])
83 (Rsh32Ux64 _ (Const64 [c])) && uint32(c) >= 32 -> (MOVWconst [0])
84 (Lsh16x64 _ (Const64 [c])) && uint32(c) >= 16 -> (MOVWconst [0])
86 (Lsh8x64 _ (Const64 [c])) && uint32(c) >= 8 -> (MOVWconst [0])
[all …]
H A Ddec64.rules103 (Neg64 <t> x) -> (Sub64 (Const64 <t> [0]) x)
162 (Lsh64x64 _ (Int64Make (Const32 [c]) _)) && c != 0 -> (Const64 [0])
164 (Rsh64Ux64 _ (Int64Make (Const32 [c]) _)) && c != 0 -> (Const64 [0])
330 //(Lsh64x32 _ (Const32 [c])) && uint32(c) >= 64 -> (Const64 [0])
332 //(Rsh64Ux32 _ (Const32 [c])) && uint32(c) >= 64 -> (Const64 [0])
374 (Const64 <t> [c]) && t.IsSigned() ->
376 (Const64 <t> [c]) && !t.IsSigned() ->
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A Dgeneric.rules106 (Add64 (Const64 [c]) (Const64 [d])) => (Const64 [c+d])
115 (Sub64 (Const64 [c]) (Const64 [d])) => (Const64 [c-d])
122 (Mul64 (Const64 [c]) (Const64 [d])) => (Const64 [c*d])
129 (And64 (Const64 [c]) (Const64 [d])) => (Const64 [c&d])
134 (Or64 (Const64 [c]) (Const64 [d])) => (Const64 [c|d])
139 (Xor64 (Const64 [c]) (Const64 [d])) => (Const64 [c^d])
154 (Div64 (Const64 [c]) (Const64 [d])) && d != 0 => (Const64 [c/d])
185 (Mod64 (Const64 [c]) (Const64 [d])) && d != 0 => (Const64 [c % d])
192 (Lsh64x64 (Const64 [c]) (Const64 [d])) => (Const64 [c << uint64(d)])
193 (Rsh64x64 (Const64 [c]) (Const64 [d])) => (Const64 [c >> uint64(d)])
[all …]
H A DMIPS.rules48 // generic opt rewrites all constant shifts to shift by Const64
49 (Lsh32x64 x (Const64 [c])) && uint32(c) < 32 => (SLLconst x [int32(c)])
50 (Rsh32x64 x (Const64 [c])) && uint32(c) < 32 => (SRAconst x [int32(c)])
51 (Rsh32Ux64 x (Const64 [c])) && uint32(c) < 32 => (SRLconst x [int32(c)])
60 (Lsh32x64 _ (Const64 [c])) && uint32(c) >= 32 => (MOVWconst [0])
61 (Rsh32Ux64 _ (Const64 [c])) && uint32(c) >= 32 => (MOVWconst [0])
62 (Lsh16x64 _ (Const64 [c])) && uint32(c) >= 16 => (MOVWconst [0])
63 (Rsh16Ux64 _ (Const64 [c])) && uint32(c) >= 16 => (MOVWconst [0])
64 (Lsh8x64 _ (Const64 [c])) && uint32(c) >= 8 => (MOVWconst [0])
65 (Rsh8Ux64 _ (Const64 [c])) && uint32(c) >= 8 => (MOVWconst [0])
[all …]
H A D386.rules127 // generic opt rewrites all constant shifts to shift by Const64
135 (Rsh8x64 x (Const64 [c])) && uint64(c) < 8 => (SARBconst x [int8(c)])
139 (Lsh32x64 _ (Const64 [c])) && uint64(c) >= 32 => (Const32 [0])
140 (Rsh32Ux64 _ (Const64 [c])) && uint64(c) >= 32 => (Const32 [0])
141 (Lsh16x64 _ (Const64 [c])) && uint64(c) >= 16 => (Const16 [0])
142 (Rsh16Ux64 _ (Const64 [c])) && uint64(c) >= 16 => (Const16 [0])
143 (Lsh8x64 _ (Const64 [c])) && uint64(c) >= 8 => (Const8 [0])
144 (Rsh8Ux64 _ (Const64 [c])) && uint64(c) >= 8 => (Const8 [0])
147 (Rsh32x64 x (Const64 [c])) && uint64(c) >= 32 => (SARLconst x [31])
148 (Rsh16x64 x (Const64 [c])) && uint64(c) >= 16 => (SARWconst x [15])
[all …]
H A Ddec64.rules103 (Neg64 <t> x) => (Sub64 (Const64 <t> [0]) x)
171 (Lsh64x64 _ (Int64Make (Const32 [c]) _)) && c != 0 => (Const64 [0])
173 (Rsh64Ux64 _ (Int64Make (Const32 [c]) _)) && c != 0 => (Const64 [0])
355 (Const64 <t> [c]) && t.IsSigned() =>
357 (Const64 <t> [c]) && !t.IsSigned() =>
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/gen/
H A Dgeneric.rules104 (Add64 (Const64 [c]) (Const64 [d])) -> (Const64 [c+d])
113 (Sub64 (Const64 [c]) (Const64 [d])) -> (Const64 [c-d])
120 (Mul64 (Const64 [c]) (Const64 [d])) -> (Const64 [c*d])
127 (And64 (Const64 [c]) (Const64 [d])) -> (Const64 [c&d])
132 (Or64 (Const64 [c]) (Const64 [d])) -> (Const64 [c|d])
137 (Xor64 (Const64 [c]) (Const64 [d])) -> (Const64 [c^d])
142 (Div64 (Const64 [c]) (Const64 [d])) && d != 0 -> (Const64 [c/d])
173 (Mod64 (Const64 [c]) (Const64 [d])) && d != 0 -> (Const64 [c % d])
180 (Lsh64x64 (Const64 [c]) (Const64 [d])) -> (Const64 [c << uint64(d)])
181 (Rsh64x64 (Const64 [c]) (Const64 [d])) -> (Const64 [c >> uint64(d)])
[all …]
H A DMIPS.rules48 // generic opt rewrites all constant shifts to shift by Const64
49 (Lsh32x64 x (Const64 [c])) && uint32(c) < 32 -> (SLLconst x [c])
50 (Rsh32x64 x (Const64 [c])) && uint32(c) < 32 -> (SRAconst x [c])
51 (Rsh32Ux64 x (Const64 [c])) && uint32(c) < 32 -> (SRLconst x [c])
52 (Lsh16x64 x (Const64 [c])) && uint32(c) < 16 -> (SLLconst x [c])
55 (Lsh8x64 x (Const64 [c])) && uint32(c) < 8 -> (SLLconst x [c])
60 (Lsh32x64 _ (Const64 [c])) && uint32(c) >= 32 -> (MOVWconst [0])
61 (Rsh32Ux64 _ (Const64 [c])) && uint32(c) >= 32 -> (MOVWconst [0])
62 (Lsh16x64 _ (Const64 [c])) && uint32(c) >= 16 -> (MOVWconst [0])
64 (Lsh8x64 _ (Const64 [c])) && uint32(c) >= 8 -> (MOVWconst [0])
[all …]
H A DPPC64.rules119 (Lsh64x64 x (Const64 [c])) && uint64(c) < 64 -> (SLDconst x [c])
121 (Rsh64Ux64 x (Const64 [c])) && uint64(c) < 64 -> (SRDconst x [c])
122 (Lsh32x64 x (Const64 [c])) && uint64(c) < 32 -> (SLWconst x [c])
124 (Rsh32Ux64 x (Const64 [c])) && uint64(c) < 32 -> (SRWconst x [c])
125 (Lsh16x64 x (Const64 [c])) && uint64(c) < 16 -> (SLWconst x [c])
128 (Lsh8x64 x (Const64 [c])) && uint64(c) < 8 -> (SLWconst x [c])
132 (Lsh64x32 x (Const64 [c])) && uint32(c) < 64 -> (SLDconst x [c])
134 (Rsh64Ux32 x (Const64 [c])) && uint32(c) < 64 -> (SRDconst x [c])
135 (Lsh32x32 x (Const64 [c])) && uint32(c) < 32 -> (SLWconst x [c])
137 (Rsh32Ux32 x (Const64 [c])) && uint32(c) < 32 -> (SRWconst x [c])
[all …]
H A Ddec64.rules103 (Neg64 <t> x) -> (Sub64 (Const64 <t> [0]) x)
167 (Lsh64x64 _ (Int64Make (Const32 [c]) _)) && c != 0 -> (Const64 [0])
169 (Rsh64Ux64 _ (Int64Make (Const32 [c]) _)) && c != 0 -> (Const64 [0])
335 //(Lsh64x32 _ (Const32 [c])) && uint32(c) >= 64 -> (Const64 [0])
337 //(Rsh64Ux32 _ (Const32 [c])) && uint32(c) >= 64 -> (Const64 [0])
379 (Const64 <t> [c]) && t.IsSigned() ->
381 (Const64 <t> [c]) && !t.IsSigned() ->
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2Time.h25 # define Const64(x) x##LL macro
27 # define Const64(x) x##i64 macro
30 #define EPOCH_BIAS Const64(116444736000000000)
42 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(10000000)); in gettimeofday()
45 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(1000000)); in gettimeofday()
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2Time.h25 # define Const64(x) x##LL macro
27 # define Const64(x) x##i64 macro
30 #define EPOCH_BIAS Const64(116444736000000000)
42 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(10000000)); in gettimeofday()
45 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(1000000)); in gettimeofday()
/dports/lang/gawk/gawk-5.1.1/extension/
H A Dtime.c129 #define Const64(x) x##LL in do_gettimeofday() macro
131 #define Const64(x) x##i64 in do_gettimeofday() macro
134 #define EPOCH_BIAS Const64(116444736000000000) in do_gettimeofday()
136 #undef Const64 in do_gettimeofday()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/libratbox/src/
H A Dwin32.c49 #define Const64(x) x##LL macro
51 #define Const64(x) x##i64 macro
54 #define EPOCH_BIAS Const64(116444736000000000)
72 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(10000000)); in rb_gettimeofday()
75 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(1000000)); in rb_gettimeofday()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/libratbox/src/
H A Dwin32.c49 #define Const64(x) x##LL macro
51 #define Const64(x) x##i64 macro
54 #define EPOCH_BIAS Const64(116444736000000000)
72 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(10000000)); in rb_gettimeofday()
75 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(1000000)); in rb_gettimeofday()
/dports/lang/perl5.34/perl-5.34.0/dist/Time-HiRes/
H A DHiRes.xs153 # define Const64(x) x##LL macro
155 # define Const64(x) x##i64
157 # define EPOCH_BIAS Const64(116444736000000000)
159 # ifdef Const64
197 # define MAX_PERF_COUNTER_SKEW Const64(5000000) /* 0.5 seconds */
201 # define MAX_PERF_COUNTER_TICKS Const64(300000000) /* 300 seconds */
229 + Const64(IV_1E7) * (ticks / MY_CXT.tick_frequency) in _GetSystemTimePreciseAsFileTime()
230 +(Const64(IV_1E7) * (ticks % MY_CXT.tick_frequency)) / MY_CXT.tick_frequency; in _GetSystemTimePreciseAsFileTime()
254 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E7)); in _gettimeofday()
257 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(IV_1E6)); in _gettimeofday()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Time-HiRes/
H A DHiRes.xs153 # define Const64(x) x##LL macro
155 # define Const64(x) x##i64
157 # define EPOCH_BIAS Const64(116444736000000000)
159 # ifdef Const64
197 # define MAX_PERF_COUNTER_SKEW Const64(5000000) /* 0.5 seconds */
201 # define MAX_PERF_COUNTER_TICKS Const64(300000000) /* 300 seconds */
229 + Const64(IV_1E7) * (ticks / MY_CXT.tick_frequency) in _GetSystemTimePreciseAsFileTime()
230 +(Const64(IV_1E7) * (ticks % MY_CXT.tick_frequency)) / MY_CXT.tick_frequency; in _GetSystemTimePreciseAsFileTime()
254 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E7)); in _gettimeofday()
257 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(IV_1E6)); in _gettimeofday()
/dports/lang/perl5.32/perl-5.32.1/dist/Time-HiRes/
H A DHiRes.xs154 # define Const64(x) x##LL macro
156 # define Const64(x) x##i64
158 # define EPOCH_BIAS Const64(116444736000000000)
160 # ifdef Const64
198 # define MAX_PERF_COUNTER_SKEW Const64(5000000) /* 0.5 seconds */
202 # define MAX_PERF_COUNTER_TICKS Const64(300000000) /* 300 seconds */
230 + Const64(IV_1E7) * (ticks / MY_CXT.tick_frequency) in _GetSystemTimePreciseAsFileTime()
231 +(Const64(IV_1E7) * (ticks % MY_CXT.tick_frequency)) / MY_CXT.tick_frequency; in _GetSystemTimePreciseAsFileTime()
255 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E7)); in _gettimeofday()
258 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(IV_1E6)); in _gettimeofday()
/dports/lang/perl5.30/perl-5.30.3/dist/Time-HiRes/
H A DHiRes.xs153 # define Const64(x) x##LL macro
155 # define Const64(x) x##i64
157 #define EPOCH_BIAS Const64(116444736000000000)
159 #ifdef Const64
183 #define MAX_PERF_COUNTER_SKEW Const64(5000000) /* 0.5 seconds */
187 #define MAX_PERF_COUNTER_TICKS Const64(300000000) /* 300 seconds */
211 + Const64(IV_1E7) * (ticks / MY_CXT.tick_frequency) in _gettimeofday()
212 +(Const64(IV_1E7) * (ticks % MY_CXT.tick_frequency)) / MY_CXT.tick_frequency; in _gettimeofday()
222 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E7)); in _gettimeofday()
225 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(IV_1E6)); in _gettimeofday()
/dports/devel/p5-Time-HiRes/Time-HiRes-1.9764/
H A DHiRes.xs154 # define Const64(x) x##LL macro
156 # define Const64(x) x##i64
158 # define EPOCH_BIAS Const64(116444736000000000)
160 # ifdef Const64
198 # define MAX_PERF_COUNTER_SKEW Const64(5000000) /* 0.5 seconds */
202 # define MAX_PERF_COUNTER_TICKS Const64(300000000) /* 300 seconds */
230 + Const64(IV_1E7) * (ticks / MY_CXT.tick_frequency) in _GetSystemTimePreciseAsFileTime()
231 +(Const64(IV_1E7) * (ticks % MY_CXT.tick_frequency)) / MY_CXT.tick_frequency; in _GetSystemTimePreciseAsFileTime()
255 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E7)); in _gettimeofday()
258 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(IV_1E6)); in _gettimeofday()
/dports/devel/p5-Devel-RingBuffer/Devel-RingBuffer-0.31/
H A DRingBuffer.xs33 #define Const64(x) x##LL macro
35 #define Const64(x) x##i64 macro
37 # define EPOCH_BIAS Const64(116444736000000000)
53 tv_sec = (long) ( (ft.ft_i64 - EPOCH_BIAS) / Const64(10000000) ); in _hires_time()
56 tv_usec = (long)( (ft.ft_i64 / Const64(10)) % Const64(1000000) ); in _hires_time()

123