- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 27 for R4 (0.01 seconds)
-
src/cmd/asm/internal/asm/testdata/loong64enc5.s
ADDV $0xfedcba9876543210, R4 // ADDV $-81985529216486896, R4 // 7ea8ec14de4388031e539717deb73f0384f81000 ADDV $0xfedcba9876543210, R5, R4 // ADDV $-81985529216486896, R5, R4 // 7ea8ec14de4388031e539717deb73f03a4f81000 ADDV $0x4edcba9876543210, R4 // ADDV $5682621993817747984, R4 // 7ea8ec14de4388031e539717deb7130384f81000 ADDV $0x4edcba9876543210, R5, R4 // ADDV $5682621993817747984, R5, R4 // 7ea8ec14de4388031e539717deb71303a4f81000
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri May 16 05:00:16 GMT 2025 - 1.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64error.s
ADDV16 $1, R4, R5 // ERROR "the constant must be a multiple of 65536." ADDV16 $65535, R4, R5 // ERROR "the constant must be a multiple of 65536." SC R4, 1(R5) // ERROR "offset must be a multiple of 4." SCV R4, 1(R5) // ERROR "offset must be a multiple of 4." LL 1(R5), R4 // ERROR "offset must be a multiple of 4."
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Oct 28 01:21:57 GMT 2025 - 689 bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/armerror.s
MOVM.IA (F1), [R0-R4] // ERROR "illegal base register" MOVM.DA (F1), [R0-R4] // ERROR "illegal base register" MOVM.IB (F1), [R0-R4] // ERROR "illegal base register" MOVM.DB (F1), [R0-R4] // ERROR "illegal base register" MOVM.IA [R0-R4], (F1) // ERROR "illegal base register" MOVM.DA [R0-R4], (F1) // ERROR "illegal base register" MOVM.IB [R0-R4], (F1) // ERROR "illegal base register"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Oct 23 15:18:14 GMT 2024 - 14.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
STP.W (R3, R4), 8(RSP) // e39380a9 STP.P (R3, R4), 8(RSP) // e39380a8 STP (R3, R4), -8(RSP) // e3933fa9 STP (R3, R4), 11(RSP) // fb2f0091631300a9 STP (R3, R4), 1024(RSP) // fb031091631300a9 STP (R3, R4), x(SB) STP (R3, R4), x+8(SB) STPW (R3, R4), (R5) // a3100029 STPW (R3, R4), 4(R5) // a3900029 STPW.W (R3, R4), 4(R5) // a3908029 STPW.P (R3, R4), 4(R5) // a3908028
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 27 20:41:17 GMT 2026 - 96.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Feb 24 21:29:25 GMT 2026 - 44K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
MTVSRQM R1, V1 // 10340e42 MTVSRWM R1, V1 // 10320e42 PADDI R3, $1234567890, $1, R4 // 06104996388302d2 PADDI R0, $1234567890, $0, R4 // 06004996388002d2 PADDI R0, $1234567890, $1, R4 // 06104996388002d2 PDEPD R1, R2, R3 // 7c231138 PEXTD R1, R2, R3 // 7c231178
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 23 20:52:57 GMT 2023 - 14.3K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/mips64.s
MOVHU -42(R3), R20 // 9474ffd6 // LMOVB addr ',' rreg // { // outcode(int($1), &$2, 0, &$4); // } MOVB foo<>+3(SB), R2 MOVB (R4), R21 // 80950000 MOVB 9(R19), R18 // 82720009 MOVB -10(R19), R18 // 8272fff6 MOVBU (R4), R21 // 90950000 MOVBU 9(R19), R18 // 92720009 MOVBU -10(R19), R18 // 9272fff6 // // load floats // // LFMOV addr ',' freg // {
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Aug 08 12:17:12 GMT 2023 - 12.4K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 22 18:50:59 GMT 2023 - 434 bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64error.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Feb 24 21:29:25 GMT 2026 - 38.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/HashBasedTableTest.java
Table<String, String, String> table = HashBasedTable.create(); for (int i = 0; i < 5; i++) { table.put("r" + i, "c" + i, "v" + i); } assertThat(table.rowKeySet()).containsExactly("r0", "r1", "r2", "r3", "r4").inOrder(); assertThat(table.columnKeySet()).containsExactly("c0", "c1", "c2", "c3", "c4").inOrder(); assertThat(table.values()).containsExactly("v0", "v1", "v2", "v3", "v4").inOrder(); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 3.6K bytes - Click Count (0)