Home
last modified time | relevance | path

Searched refs:incp (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dscan.cpp44 static include * incp = 0; /* current file; head of chain */ variable
101 i->next = incp; in yyfparse()
102 incp = i; in yyfparse()
109 incp->strings = (char * *)lines; in yysparse()
118 include * const i = incp; in yyfdone()
119 incp = i->next; in yyfdone()
138 include * const i = incp; in yyline()
140 if ( !incp ) in yyline()
196 if ( *incp->string ) in yypeek()
198 return *incp->string; in yypeek()
[all …]
/third_party/optimized-routines/string/aarch64/
Dstrlen-sve.S38 incp x1, p0.b
49 incp x1, p0.b
Dmemchr-sve.S44 incp x0, p2.b /* form final pointer to c */
54 incp x3, p0.b
Dstrcpy-sve.S55 incp x2, p0.b
64 incp x0, p0.b
Dstrnlen-sve.S54 incp x0, p2.b
64 incp x2, p1.b
Dstrchr-sve.S48 incp x0, p4.b
64 incp x0, p0.b
Dstrcmp-sve.S48 2: incp x2, p0.b /* skip bytes for next round */
Dstrncmp-sve.S59 incp x3, p1.b
Dstrrchr-sve.S51 incp x0, p0.b /* skip bytes this round */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12512 "inch\004incp\004incw\005index\003ins\004insr\003irg\003isb\005lasta\005"
14702 …{ 1809 /* incp */, AArch64::INCP_XP_H, Convert__Reg1_0__SVEPredicateHReg1_1__Tie0_1_1, AMFBS_HasSV…
14703 …{ 1809 /* incp */, AArch64::INCP_XP_S, Convert__Reg1_0__SVEPredicateSReg1_1__Tie0_1_1, AMFBS_HasSV…
14704 …{ 1809 /* incp */, AArch64::INCP_XP_D, Convert__Reg1_0__SVEPredicateDReg1_1__Tie0_1_1, AMFBS_HasSV…
14705 …{ 1809 /* incp */, AArch64::INCP_XP_B, Convert__Reg1_0__SVEPredicateBReg1_1__Tie0_1_1, AMFBS_HasSV…
14706 …{ 1809 /* incp */, AArch64::INCP_ZP_H, Convert__SVEVectorHReg1_0__Tie0_1_1__SVEPredicateHReg1_1, A…
14707 …{ 1809 /* incp */, AArch64::INCP_ZP_H, Convert__SVEVectorHReg1_0__Tie0_1_1__SVEPredicateAnyReg1_1,…
14708 …{ 1809 /* incp */, AArch64::INCP_ZP_S, Convert__SVEVectorSReg1_0__Tie0_1_1__SVEPredicateSReg1_1, A…
14709 …{ 1809 /* incp */, AArch64::INCP_ZP_S, Convert__SVEVectorSReg1_0__Tie0_1_1__SVEPredicateAnyReg1_1,…
14710 …{ 1809 /* incp */, AArch64::INCP_ZP_D, Convert__SVEVectorDReg1_0__Tie0_1_1__SVEPredicateDReg1_1, A…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td921 defm INCP_XP : sve_int_count_r_x64<0b10000, "incp">;
928 defm INCP_ZP : sve_int_count_v<0b10000, "incp">;