| /src/lib/libc/compat/arch/vax/sys/ |
| compat___sigtramp2.S | 49 pushr $(R0|R1|R2|R3|R4|R5) # save scratch registers 51 popr $(R0|R1|R2|R3|R4|R5) # restore regs
|
| /src/common/lib/libc/arch/aarch64/atomic/ |
| __aarch64_lse.S | 38 #define R0 w0 45 #define R0 w0 52 #define R0 w0 59 #define R0 x0 148 SWP R0, R0, [x1] 155 1: LDXR R0, [x1] /* load old value */ 169 CAS R0, R1, [x2] 176 1: LDXR R0, [x2] /* load old value */ 177 cmp R0, R4 /* compare * [all...] |
| /src/sys/arch/m68k/include/ |
| reg.h | 95 #define R0 D1
|
| /src/sys/arch/vax/boot/boot/ |
| consio2.S | 44 tstl %r0 # check if char ready 45 beql loop # } while (R0 == 0) 46 movl %r1, %r0 # R1 holds char 50 mnegl $1,%r0 52 tstl %r0 54 movl %r1,%r0 68 blbc %r0,1b # } while (R0 == 0) 69 movl %r1,%r0 # R1 holds char 75 blbc %r0,1 [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| function_call_trie_test.cc | 127 const auto R0 = R[0]; 129 ASSERT_NE(R0->FId, R1->FId); 132 ASSERT_NE(R0, nullptr); 133 EXPECT_EQ(R0->CallCount, 1u); 134 EXPECT_EQ(R0->CumulativeLocalTime, 1u); 293 const auto &R0 = *Merged.getRoots()[0]; 294 EXPECT_EQ(R0.FId, 1); 295 EXPECT_EQ(R0.CallCount, 2u); 296 EXPECT_EQ(R0.CumulativeLocalTime, 10u); 297 EXPECT_EQ(R0.Callees.size(), 1u) [all...] |
| /src/common/lib/libc/hash/sha1/ |
| sha1.c | 65 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); 100 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) 183 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); 184 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7) [all...] |
| /src/sys/compat/common/ |
| kern_exit_43.c | 96 l->l_md.md_regs[R0], (struct rusage *)l->l_md.md_regs[R1]);
|
| /src/lib/libcrypt/ |
| crypt.c | 747 int32_t L0, L1, R0, R1, k; 769 LOADREG(R,R0,R1,L,L0,L1); 773 R0 &= 0xaaaaaaaaL; 775 L1 = R0 | R1; /* L1 is the odd-numbered input bits */ 778 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */ 826 CRUNCH(L0, L1, R0, R1); 827 CRUNCH(R0, R1, L0, L1); 833 L0 ^= R0; L1 ^= R1; 834 R0 ^= L0; R1 ^= L1; 835 L0 ^= R0; L1 ^= R1 [all...] |
| /src/sys/arch/vax/include/ |
| asm.h | 36 #define R0 0x001 71 .data; 1:; .long 0; .text; moval 1b,%r0; jsb _ASM_LABEL(__mcount) 129 movf (%r3)+, %r0 131 mulf2 %r1, %r0 /* result *= arg */ 132 addf2 (%r3)+, %r0 /* result += c[n] */ 142 movd (%r3)+, %r0 144 muld2 %r4, %r0 /* result *= arg */ 145 addd2 (%r3)+, %r0 /* result += c[n] */
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efidebug.h | 464 UINT64 R0; 489 UINT32 R0;
|
| /src/sys/lib/libunwind/ |
| unwind_registers.S | 120 stw %r0, 0(%r3) 152 mflr %r0 153 stw %r0, 136(%r3) /* SRR0 */ 154 mfcr %r0 155 stw %r0, 132(%r3) /* CR */ 259 lwz %r0, 128(%r3) /* LR */ 260 mtlr %r0 261 lwz %r0, 132(%r3) /* CR */ 262 mtcr %r0 263 lwz %r0, 136(%r3) /* SRR0 * [all...] |
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 749 ; PSG R0-R6 All 00H
|