Searched refs:p0 (Results 26 - 50 of 168) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dmoddi3.S47 p0 = cmp.gtu(r5:4,r3:2) // check if divisor > dividend define
51 if (p0) jump .hexagon_moddi3_return // if divisor > dividend, we're done, so return
56 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder define
63 r1:0 = vmux(p0, r1:0, r9:8) // choose either current quotient or new quotient (r9:8)
64 r3:2 = vmux(p0, r3:2, r7:6) // choose either current remainder or new remainder (r7:6)
H A Dumoddi3.S41 p0 = cmp.gtu(r5:4,r3:2) // check if divisor > dividend define
45 if (p0) jump .hexagon_umoddi3_return // if divisor > dividend, we're done, so return
50 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder define
57 r1:0 = vmux(p0, r1:0, r9:8) // choose either current quotient or new quotient (r9:8)
58 r3:2 = vmux(p0, r3:2, r7:6) // choose either current remainder or new remainder (r7:6)
H A Dudivmoddi4.S41 p0 = cmp.gtu(r5:4,r3:2) // check if divisor > dividend define
45 if (p0) jumpr r31 // if divisor > dividend, we're done, so return
50 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder define
57 r1:0 = vmux(p0, r1:0, r9:8) // choose either current quotient or new quotient (r9:8)
58 r3:2 = vmux(p0, r3:2, r7:6) // choose either current remainder or new remainder (r7:6)
H A Dudivdi3.S41 p0 = cmp.gtu(r5:4,r3:2) // check if divisor > dividend define
45 if (p0) jumpr r31 // if divisor > dividend, we're done, so return
50 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder define
57 r1:0 = vmux(p0, r1:0, r9:8) // choose either current quotient or new quotient (r9:8)
58 r3:2 = vmux(p0, r3:2, r7:6) // choose either current remainder or new remainder (r7:6)
H A Ddfminmax.S40 p0 = dfclass(A,#0x10) // If A is a number define
45 if (p0) A = B // if A is NaN use B
60 p0 = dfclass(A,#0x10) define
65 if (p0) A = B
H A Dmemcpy_forward_vp4cp4n2.S65 p0 = cmp.eq(r3, #0) define
66 if (p0.new) jump:nt .Lskipprolog
107 p0 = cmp.eq(r2, #0) define
108 if (p0.new) jumpr:nt r31
H A Dfastmath2_dlib_asm.S106 p0 = cmp.gt(k, c63) define
110 if(p0) jump .Ldenorma
207 p0 = cmp.gt(k, c63) define
211 if(p0) jump .Ldenorm
315 p0 = cmp.gt(kb, guard) define
324 if(!p0) jumpr r31
403 p0 = bitsset(mant, mask) define
409 if(p0) expo = add(expo, #1)
410 if(p0) mant = #0
417 if(!p0) man
465 p0 = tstbit(ia, #31) define
[all...]
H A Dfastmath2_ldlib_asm.S100 p0 = cmp.gt(k, #58) define
103 if(!p0)memw(r7+#8) = exp
105 if(p0) jump .Ldenorma
199 p0 = cmp.gt(k, #58) define
202 if(!p0)memw(r7+#8) = exp
204 if(p0) jump .Ldenorma_s
316 p0 = cmp.gt(kp, #58) define
317 if(p0.new) jump:NT .Ldenorm //rarely happens
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrchr-sve.S33 rdffrs p0.b, p1/z
57 2: cmpeq p2.b, p0/z, z0.b, z1.b /* search for c */
58 cmpeq p3.b, p0/z, z0.b, 0 /* search for 0 */
59 orrs p4.b, p0/z, p2.b, p3.b /* c | 0 */
64 incp x0, p0.b
H A Dstrcmp-sve.S28 rdffrs p0.b, p1/z
48 2: incp x2, p0.b /* skip bytes for next round */
50 cmpeq p2.b, p0/z, z0.b, z1.b /* compare strings, as above */
51 cmpne p3.b, p0/z, z0.b, 0
52 nands p2.b, p0/z, p2.b, p3.b
H A Dstrrchr-sve.S28 rdffrs p0.b, p1/z
46 1: cmpeq p3.b, p0/z, z0.b, 0 /* search for 0 */
49 cmpeq p3.b, p0/z, z0.b, z1.b /* search for c; no eos */
51 incp x0, p0.b /* skip bytes this round */
H A Dmemchr-sve.S31 rdffrs p0.b, p1/z
49 2: cmpeq p2.b, p0/z, z0.b, z1.b
54 incp x3, p0.b
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_endian.h68 unsigned int p0 = p[0]; local
70 return ((p0 << 8) | p1);
84 unsigned int p0 = p[0]; local
86 return ((p0 << 24) | (p1 << 16) | (p2 << 8) | p3);
106 unsigned int p0 = p[0]; local
108 return ((p1 << 8) | p0);
122 unsigned int p0 = p[0]; local
124 return ((p3 << 24) | (p2 << 16) | (p1 << 8) | p0);
/freebsd-current/share/doc/psd/04.uprog/
H A DMakefile3 SRCS= p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9
/freebsd-current/contrib/netbsd-tests/lib/libc/string/
H A Dt_memmem.c38 char p0[] = ""; variable
81 expect(memmem(b2, lb2, p0, lp0) == NULL);
82 expect(memmem(b0, lb0, p0, lp0) == NULL);
84 expect(memmem(b2, lb2, p0, lp0) == b2);
85 expect(memmem(b0, lb0, p0, lp0) == b0);
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c175 u_char k6_data[16], *p0, *p; local
187 p0 = _gssapi_make_mech_header(message_token->value,
190 p = p0;
205 p0 + 16, 8, /* SGN_CKSUM */
206 p0, 8, /* TOK_ID, SGN_ALG, Filer */
216 p0 + 16, 8, /* SGN_CKSUM */
228 p = p0 + 8; /* SND_SEQ */
365 u_char Klocaldata[16], k6_data[16], *p, *p0; local
393 p0 = _gssapi_make_mech_header(output_message_buffer->value,
396 p = p0;
536 u_char *p, *p0; local
[all...]
/freebsd-current/contrib/diff/src/
H A Dio.c579 char *p0, *p1, *buffer0, *buffer1;
607 p0 = buffer0 = (char *) w0;
612 if (p0 == p1)
614 p0 = p1 += n1;
621 p0[n0] = ~p1[n0];
623 p1[n1] = ~p0[n1];
632 p0 = (char *) w0;
634 while (*p0 == *p1)
635 p0++, p1++;
639 && ((buffer0 + n0 - filevec[0].missing_newline < p0)
573 char *p0, *p1, *buffer0, *buffer1; local
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S121 { .mmi; (p0) LDKEY t0=[rk0],2*KSZ // 0/0:rk[0]
122 (p0) and te33=s3,maskff // 0/0:s3&0xff
123 (p0) extr.u te22=s2,8,8 } // 0/0:s2>>8&0xff
124 { .mmi; (p0) LDKEY t1=[rk1],2*KSZ // 0/1:rk[1]
125 (p0) and te30=s0,maskff // 0/1:s0&0xff
126 (p0) shr.u te00=s0,twenty4 };; // 0/0:s0>>24
127 { .mmi; (p0) LDKEY t2=[rk0],2*KSZ // 1/2:rk[2]
128 (p0) shladd te33=te33,3,te3 // 1/0:te0+s0>>24
129 (p0) extr.u te23=s3,8,8 } // 1/1:s3>>8&0xff
130 { .mmi; (p0) LDKE
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dia64.S185 cmp4.le p6,p0=r35,r0 };;
207 (p19) cmp.ltu.unc p56,p0=r40,r38 }
208 { .mfb; (p0) nop.m 0x0
209 (p0) nop.f 0x0
210 (p0) nop.b 0x0 }
212 (p58) cmp.eq.or p57,p0=-1,r41 // (p20)
215 (p0) nop.f 0x0
238 cmp4.le p6,p0=r35,r0 };;
260 (p19) cmp.gtu.unc p56,p0=r40,r38 }
261 { .mfb; (p0) no
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.op_access.ksh44 BEGIN { p = `p0; trace(p); }
47 BEGIN { self->p = `p0; trace(self->p); }
/freebsd-current/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c97 register RC2_INT *p0, *p1; local
111 p0 = p1 = &(key->data[0]);
113 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
115 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
117 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
119 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
143 register RC2_INT *p0, *p1; local
157 p0 = &(key->data[63]);
161 x3 = (t - (x0 & ~x2) - (x1 & x2) - *(p0--)) & 0xffff;
163 x2 = (t - (x3 & ~x1) - (x0 & x1) - *(p0
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp43 const LLT p0 = LLT::pointer(0, XLen);
186 .legalFor({s32, sXLen, p0})
191 .legalFor({{sXLen, sXLen}, {sXLen, p0}})
197 {{s32, sXLen}, {p0, sXLen}});
206 .legalForTypesWithMemDesc({{s32, p0, s8, 8},
207 {s32, p0, s16, 16},
208 {s32, p0, s32, 32},
209 {p0, p0, sXLen, XLen}});
212 .legalForTypesWithMemDesc({{s32, p0, s
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp46 const LLT p0 = LLT::pointer(0, 64); local
61 const LLT v2p0 = LLT::fixed_vector(2, p0);
69 std::initializer_list<LLT> ScalarAndPtrTypesList = {s8, s16, s32, s64, p0};
91 .legalFor({p0, s8, s16, s32, s64})
109 .legalFor({p0, s16, s32, s64})
118 .clampMaxNumElements(0, p0, 2);
180 .legalFor({{p0, s64}, {v2p0, v2s64}})
183 getActionDefinitionsBuilder(G_PTRMASK).legalFor({{p0, s64}});
293 .legalIf(all(typeInSet(0, {s32, s64, p0}),
300 .maxScalarIf(typeInSet(0, {s64, p0}),
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp80 const LLT p0 = LLT::pointer(0, 32); local
109 Query, {{s32, p0, 8, NoAlignRequirements},
110 {s32, p0, 16, ST.systemSupportsUnalignedAccess()},
111 {s32, p0, 32, NoAlignRequirements},
112 {p0, p0, 32, NoAlignRequirements},
113 {s64, p0, 64, ST.systemSupportsUnalignedAccess()}}))
116 Query, {{v16s8, p0, 128, NoAlignRequirements},
117 {v8s16, p0, 128, NoAlignRequirements},
118 {v4s32, p0, 12
[all...]
/freebsd-current/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then

Completed in 200 milliseconds

1234567