Searched refs:incp (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | scan.cpp | 44 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/ |
D | strlen-sve.S | 38 incp x1, p0.b 49 incp x1, p0.b
|
D | memchr-sve.S | 44 incp x0, p2.b /* form final pointer to c */ 54 incp x3, p0.b
|
D | strcpy-sve.S | 55 incp x2, p0.b 64 incp x0, p0.b
|
D | strnlen-sve.S | 54 incp x0, p2.b 64 incp x2, p1.b
|
D | strchr-sve.S | 48 incp x0, p4.b 64 incp x0, p0.b
|
D | strcmp-sve.S | 48 2: incp x2, p0.b /* skip bytes for next round */
|
D | strncmp-sve.S | 59 incp x3, p1.b
|
D | strrchr-sve.S | 51 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/ |
D | AArch64GenAsmMatcher.inc | 12512 "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/ |
D | AArch64SVEInstrInfo.td | 921 defm INCP_XP : sve_int_count_r_x64<0b10000, "incp">; 928 defm INCP_ZP : sve_int_count_v<0b10000, "incp">;
|