- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 46 for r1 (0.03 sec)
-
src/cmd/asm/internal/asm/testdata/arm.s
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/mips64.s
BEQ R1, 2(PC) JAL 0(R1) // CALL (R1) // 0020f809 BEQ R1, 2(PC) JAL foo+0(SB) // CALL foo(SB) // 0c000021 // // BEQ/BNE // // LBRA rreg ',' rel // { // outcode(int($1), &$2, 0, &$4); // } label1: BEQ R1, 1(PC) // BEQ R1, 1(PC) // 10200001 BEQ R1, label1 // BEQ R1, 18 // 1020fffd // LBRA rreg ',' sreg ',' rel // { // outcode(int($1), &$2, 0, &$4); // } label2:
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Aug 08 12:17:12 UTC 2023 - 12.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
VINSHRX R1, R2, V3 // 1061134f VINSHVLX R1, V2, V3 // 1061104f VINSHVRX R1, V2, V3 // 1061114f VINSW R1, $4, V3 // 106408cf VINSWLX R1, R2, V3 // 1061128f VINSWRX R1, R2, V3 // 1061138f VINSWVLX R1, V2, V3 // 1061108f VINSWVRX R1, V2, V3 // 1061118f
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 23 20:52:57 UTC 2023 - 14.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/mips.s
// } MOVW R1, R2 MOVW LO, R1 MOVW HI, R1 MOVW R1, LO MOVW R1, HI MOVW R1, R2 MOVW LO, R1 MOVW HI, R1 MOVW R1, LO MOVW R1, HI // LMOVW addr ',' rreg // { // outcode(int($1), &$2, 0, &$4); // } MOVW foo<>+3(SB), R2 MOVW 16(R1), R2 MOVW (R1), R2 MOVW foo<>+3(SB), R2 MOVW 16(R1), R2 MOVW (R1), R2 LL (R1), R2 // LMOVB rreg ',' rreg // {
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Aug 08 12:17:12 UTC 2023 - 6.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/armerror.s
MOVF R1, F2 // ERROR "illegal combination" MOVD R1, F2 // ERROR "illegal combination" MOVF R1, R1 // ERROR "illegal combination" MOVD R1, R2 // ERROR "illegal combination" MOVFW R1, R2 // ERROR "illegal combination" MOVDW R1, R2 // ERROR "illegal combination" MOVWF R1, R2 // ERROR "illegal combination"
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 14.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
MOVB R1, 0x1000000(R2) // MOVB R1, 16777216(R2) MOVB R1, 0x44332211(R2) // MOVB R1, 1144201745(R2) MOVH R1, 0x1001000(R2) // MOVH R1, 16781312(R2) MOVH R1, 0x44332211(R2) // MOVH R1, 1144201745(R2) MOVW R1, 0x1003000(R2) // MOVW R1, 16789504(R2) MOVW R1, 0x44332211(R2) // MOVW R1, 1144201745(R2) MOVD R1, 0x1007000(R2) // MOVD R1, 16805888(R2) MOVD R1, 0x44332211(R2) // MOVD R1, 1144201745(R2)
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Nov 10 17:34:13 UTC 2025 - 96.1K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/repository/MavenArtifactRepositoryTest.java
assertFalse(r1.equals(r3), "Expected " + r1 + " to not equal " + r3); assertFalse(r3.equals(r1), "Expected " + r3 + " to not equal " + r1); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 21.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 21.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/parse.go
// including forms involving multiple registers such as R1:R2. func (p *Parser) register(name string, prefix rune) (r1, r2 int16, scale int8, ok bool) { // R1 or R(1) R1:R2 R1,R2 R1+R2, or R1*scale. r1, ok = p.registerReference(name) if !ok { return } if prefix != 0 && prefix != '*' { // *AX is OK.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Nov 12 03:59:40 UTC 2025 - 37.3K bytes - Viewed (0)