Home
last modified time | relevance | path

Searched refs:is20Bit (Results 1 – 10 of 10) sorted by relevance

/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/gen/
H A DS390X.rules730 (ADDconst [c] (MOVDaddridx [d] {s} x y)) && is20Bit(c+d) -> (MOVDaddridx [c+d] {s} x y)
843 (MOVBstore [off] {sym} ptr (MOVDconst [c]) mem) && is20Bit(off) && ptr.Op != OpSB ->
853 (MOVBstoreconst [sc] {s} (ADDconst [off] ptr) mem) && is20Bit(ValAndOff(sc).Off()+off) ->
2051 && is20Bit(i-4)
2056 && is20Bit(i-8)
2061 && is20Bit(i-12)
2066 && is20Bit(i-8)
2073 && is20Bit(i-8)
2078 && is20Bit(i-16)
2083 && is20Bit(i-24)
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/gen/
H A DS390X.rules603 (ADDconst [c] (MOVDaddridx [d] {s} x y)) && is20Bit(c+d) -> (MOVDaddridx [c+d] {s} x y)
727 (MOVBstore [off] {sym} ptr (MOVDconst [c]) mem) && is20Bit(off) && ptr.Op != OpSB ->
737 (MOVBstoreconst [sc] {s} (ADDconst [off] ptr) mem) && is20Bit(ValAndOff(sc).Off()+off) ->
1852 && is20Bit(i-4)
1857 && is20Bit(i-8)
1862 && is20Bit(i-12)
1867 && is20Bit(i-8)
1874 && is20Bit(i-8)
1879 && is20Bit(i-16)
1884 && is20Bit(i-24)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A DS390X.rules1285 && is20Bit(int64(off))
1291 && is20Bit(int64(off))
1297 && is20Bit(int64(off))
1666 && is20Bit(int64(i)-4)
1671 && is20Bit(int64(i)-8)
1676 && is20Bit(int64(i)-12)
1681 && is20Bit(int64(i)-8)
1688 && is20Bit(int64(i)-8)
1693 && is20Bit(int64(i)-16)
1698 && is20Bit(int64(i)-24)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A DrewriteS390X.go5713 if !(is20Bit(int64(c) + int64(d))) {
7419 if !(is20Bit(int64(off1) + int64(off2))) {
7469 if !(is20Bit(int64(off1) + int64(off2))) {
7536 if !(is20Bit(int64(off1) + int64(off2))) {
7586 if !(is20Bit(int64(off1) + int64(off2))) {
8059 if !(is20Bit(int64(off1) + int64(off2))) {
8346 if !(is20Bit(int64(off1) + int64(off2))) {
8612 if !(is20Bit(int64(off1) + int64(off2))) {
8956 if !(is20Bit(sc.Off64() + int64(off))) {
9029 if !(is20Bit(int64(c) + int64(d))) {
[all …]
H A Daddressingmodes.go17 isInImmediateRange = is20Bit
H A Drewrite.go529 func is20Bit(n int64) bool { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A DrewriteS390X.go7483 if !(is20Bit(c + d)) {
9715 if !(is20Bit(c + d)) {
9740 if !(is20Bit(c + d)) {
9877 if !(is20Bit(c + d)) {
9904 if !(is20Bit(c + d)) {
10056 if !(is20Bit(c + d)) {
10081 if !(is20Bit(c + d)) {
10218 if !(is20Bit(c + d)) {
10245 if !(is20Bit(c + d)) {
10868 if !(is20Bit(c + d)) {
[all …]
H A Drewrite.go433 func is20Bit(n int64) bool { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A DrewriteS390X.go6641 if !(is20Bit(c + d)) {
8003 if !(is20Bit(off1 + off2)) {
8159 if !(is20Bit(off1 + off2)) {
8325 if !(is20Bit(off1 + off2)) {
8481 if !(is20Bit(off1 + off2)) {
8747 if !(is20Bit(off1 + off2)) {
9272 if !(is20Bit(off1 + off2)) {
9454 if !(is20Bit(off1 + off2)) {
12370 if !(is20Bit(off1 + off2)) {
13269 if !(is20Bit(off1 + off2)) {
[all …]
H A Drewrite.go375 func is20Bit(n int64) bool { func