Home
last modified time | relevance | path

Searched defs:pg (Results 1 – 25 of 38) sorted by relevance

12

/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc170 const PRegisterM& pg, in SVEBitwiseShiftImmediatePred()
180 const PRegisterM& pg, in asr()
197 const PRegisterM& pg, in asr()
219 const PRegisterM& pg, in asrd()
237 const PRegisterM& pg, in asrr()
254 const PRegisterM& pg, in lsl()
272 const PRegisterM& pg, in lsl()
294 const PRegisterM& pg, in lslr()
311 const PRegisterM& pg, in lsr()
329 const PRegisterM& pg, in lsr()
[all …]
Dmacro-assembler-sve-aarch64.cc115 PRegister pg = temps.AcquireGoverningP(); in IntWideImmHelper() local
364 const PRegister& pg, in Cpy()
428 const PRegisterM& pg, in Fcpy()
445 const PRegisterM& pg, in Fcpy()
462 const PRegisterM& pg, in Fcpy()
503 const PRegisterM& pg, in NoncommutativeArithmeticHelper()
525 const PRegisterM& pg, in FPCommutativeArithmeticHelper()
566 const PRegisterM& pg, in Asr()
581 const PRegisterM& pg, in Lsl()
596 const PRegisterM& pg, in Lsr()
[all …]
Dmacro-assembler-aarch64.h567 const PRegister& pg, in ShouldGenerateMovprfx()
3475 void Abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Abs()
3498 const PRegisterZ& pg, in And()
3522 const PRegisterZ& pg, in Ands()
3529 void Andv(const VRegister& vd, const PRegister& pg, const ZRegister& zn) { in Andv()
3535 const PRegisterM& pg, in Asr()
3557 const PRegisterM& pg, in Asrd()
3565 const PRegisterZ& pg, in Bic()
3589 const PRegisterZ& pg, in Bics()
3597 const PRegister& pg, in Brka()
[all …]
Dsimulator-aarch64.cc367 SimVRegister Simulator::ExpandToSimVRegister(const SimPRegister& pg) { in ExpandToSimVRegister()
1414 const LogicPRegister& pg, in PrintZStructAccess()
7444 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEBitwiseShiftByImm_Predicated() local
7494 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEBitwiseShiftByVector_Predicated() local
7543 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEBitwiseShiftByWideElements_Predicated() local
7847 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEFPAccumulatingReduction() local
7863 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEFPArithmetic_Predicated() local
7922 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEFPArithmeticWithImm_Predicated() local
8016 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEFPCompareVectors() local
8054 SimPRegister& pg = ReadPRegister(instr->GetPgLow8()); in VisitSVEFPCompareWithZero() local
[all …]
Dlogic-aarch64.cc1491 const LogicPRegister& pg, in sminmaxv()
1529 const LogicPRegister& pg, in smaxv()
1539 const LogicPRegister& pg, in sminv()
1630 const LogicPRegister& pg, in uminmaxv()
1668 const LogicPRegister& pg, in umaxv()
1678 const LogicPRegister& pg, in uminv()
1761 const LogicPRegister& pg, in clast()
1776 const LogicPRegister& pg, in compact()
1792 const LogicPRegister& pg, in splice()
1822 const SimPRegister& pg, in sel()
[all …]
Dassembler-aarch64.h4178 void fcpy(const ZRegister& zd, const PRegisterM& pg, Float16 imm) { in fcpy()
5905 static Instr PgLow8(PRegister pg) { in PgLow8()
5913 static Instr Pg(PRegister pg) { in Pg()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestInterpretedParsing.java45 Grammar pg = new Grammar( in testSimpleParse() local
80 Grammar pg = new Grammar( in testMismatchedTokenError() local
115 Grammar pg = new Grammar( in testMismatchedSetError() local
150 Grammar pg = new Grammar( in testNoViableAltError() local
DTestInterpretedLexing.java159 Grammar pg = new Grammar( in testTokensRules() local
/external/libcups/cups/
Dppd.c351 _ppd_globals_t *pg; /* Pointer to global data */ in _ppdGlobals() local
393 _ppd_globals_t *pg = _ppdGlobals(); in ppdLastError() local
443 _ppd_globals_t *pg = _ppdGlobals(); in _ppdOpen() local
2162 _ppd_globals_t *pg = _ppdGlobals(); in ppdOpenFd() local
2213 _ppd_globals_t *pg = _ppdGlobals(); in _ppdOpenFile() local
2274 _ppd_globals_t *pg = _ppdGlobals(); in ppdSetConformance() local
2696 _ppd_globals_t *pg, /* I - Global data */ in ppd_get_group()
2806 ppd_globals_free(_ppd_globals_t *pg) /* I - Pointer to global data */ in ppd_globals_free()
2861 _ppd_globals_t *pg) /* I - Global data */ in ppd_read()
3360 _ppd_globals_t *pg) /* I - Global data */ in ppd_update_filters()
Dppd-util.c51 _ppd_globals_t *pg = _ppdGlobals(); /* Pointer to library globals */ in cupsGetPPD() local
86 _ppd_globals_t *pg = _ppdGlobals(); /* Pointer to library globals */ in cupsGetPPD2() local
479 _ppd_globals_t *pg = _ppdGlobals(); in cupsGetServerPPD() local
/external/iputils/
Dipg27 function pg() { function
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFastCornersKernel.cpp249 inline bool is_permutation_brighter(const uint8x16_t &permutation, const uint8x16_t &pg) in is_permutation_brighter()
266 inline bool is_permutation_corner(const uint8x16_t &permutation, const uint8x16_t &pg, const uint8x… in is_permutation_corner()
276 uint8x16_t pg = vqaddq_u8(vdupq_n_u8(p), vdupq_n_u8(threshold)); in point_is_fast_corner() local
/external/ltp/testcases/kernel/io/ltp-aiodio/
Dcommon_sparse.h35 int pg; in dirty_freeblocks() local
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c162 int pg; in get_page_fault_num() local
/external/libxaac/decoder/
Dixheaacd_mps_parse.c358 int ps, pg, ts, pb; in ixheaacd_mps_frame_parsing() local
874 int ps, pb, pg, ch_fac, data_bands, param_band_start, param_band_stop, in ixheaacd_mps_dec_and_mapframesmg() local
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dlpc_analysis.c81 double nrg[4], chng, pg; in WebRtcIsac_GetVars() local
/external/harfbuzz_ng/src/
Dhb-graphite2.cc323 hb_codepoint_t *pg = gids; in _hb_graphite2_shape() local
/external/rnnoise/src/
Dpitch.c428 opus_val16 pg; in remove_doubling() local
/external/libopus/celt/
Dpitch.c436 opus_val16 pg; in remove_doubling() local
/external/aac/libSACdec/src/
Dsac_bitdec.cpp973 int bsFramingType, dataBands, ps, pg, i; in SpatialDecParseFrameData() local
1748 int ps, pb, pg, pbStride, dataBands, pbStart, pbStop, in decodeAndMapFrameSmg() local
/external/skia/src/image/
DSkSurface.cpp24 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps()
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResTable.java183 PackageGroup pg = new PackageGroup(this, srcPg.name, srcPg.id, in add() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java178 PackageGroup pg = new PackageGroup(this, srcPg.name, srcPg.id, in add() local
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dkvm_util.c1561 sparsebit_idx_t pg, base; in vm_phy_pages_alloc() local
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc2840 PRegister pg = p15; in PfirstPnextHelper() local
5944 PRegisterM pg = p0.Merging(); in TEST_SVE() local
6052 PRegisterM pg = p0.Merging(); in TEST_SVE() local
6140 PRegisterM pg = p0.Merging(); in TEST_SVE() local
6222 PRegisterM pg = p0.Merging(); in TEST_SVE() local
6308 PRegisterM pg = p0.Merging(); in TEST_SVE() local
6391 PRegisterM pg = p0.Merging(); in TEST_SVE() local
6478 PRegisterM pg = p7.Merging(); in TEST_SVE() local
6585 PRegister pg = p7; in TEST_SVE() local
6692 PRegister pg = p7; in TEST_SVE() local
[all …]

12