Home
last modified time | relevance | path

Searched refs:pvec (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSelector.java47 private void generateSelectorData(PropsVectors pvec, in generateSelectorData() argument
53 pvec.setValue(PropsVectors.ERROR_VALUE_CP, in generateSelectorData()
69 pvec.setValue(startChar, endChar, column, ~0, mask); in generateSelectorData()
81 pvec.setValue(startChar, endChar, col, ~0, ~0); in generateSelectorData()
86 trie = pvec.compactToTrieWithRowIndexes(); in generateSelectorData()
87 pv = pvec.getCompactedArray(); in generateSelectorData()
182 PropsVectors pvec = new PropsVectors((encodingCount + 31) / 32); in CharsetSelector() local
183 generateSelectorData(pvec, excludedCodePoints, mappingTypes); in CharsetSelector()
/external/llvm/test/Bitcode/
Dcompatibility-3.6.ll814 <2 x i8*> %pvec, <2 x i64> %offsets) {
849 getelementptr <2 x i8*> %pvec, <2 x i64> %offsets
850 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-3.7.ll856 <2 x i8*> %pvec, <2 x i64> %offsets) {
890 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
891 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-3.8.ll1004 <2 x i8*> %pvec, <2 x i64> %offsets) {
1038 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1039 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility.ll1078 <2 x i8*> %pvec, <2 x i64> %offsets) {
1112 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1113 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dcompatibility-3.6.ll814 <2 x i8*> %pvec, <2 x i64> %offsets) {
849 getelementptr <2 x i8*> %pvec, <2 x i64> %offsets
850 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-3.7.ll856 <2 x i8*> %pvec, <2 x i64> %offsets) {
890 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
891 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-3.8.ll1004 <2 x i8*> %pvec, <2 x i64> %offsets) {
1038 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1039 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-3.9.ll1075 <2 x i8*> %pvec, <2 x i64> %offsets) {
1109 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1110 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-4.0.ll1075 <2 x i8*> %pvec, <2 x i64> %offsets) {
1109 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1110 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-5.0.ll1082 <2 x i8*> %pvec, <2 x i64> %offsets) {
1116 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1117 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility-6.0.ll1093 <2 x i8*> %pvec, <2 x i64> %offsets) {
1127 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1128 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
Dcompatibility.ll1095 <2 x i8*> %pvec, <2 x i64> %offsets) {
1129 getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
1130 ; CHECK: getelementptr i8, <2 x i8*> %pvec, <2 x i64> %offsets
/external/neon_2_sse/
DNEON_2_SSE.h2518 _NEON2SSE_ALIGN_16 int32_t pvec[4] = {0,0,0,0}; in _MM_INSERT_EPI32() local
2521 pvec[LANE] = p; in _MM_INSERT_EPI32()
2524 p_masked = _mm_andnot_si128 (*(__m128i*)mask,*(__m128i*)pvec); //ready for vec in _MM_INSERT_EPI32()
2530 _NEON2SSE_ALIGN_16 int8_t pvec[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; in _MM_INSERT_EPI8() local
2533 pvec[LANE] = (int8_t)p; in _MM_INSERT_EPI8()
2536 p_masked = _mm_andnot_si128 (*(__m128i*)mask,*(__m128i*)pvec); //ready for vec in _MM_INSERT_EPI8()
2716 _NEON2SSE_ALIGN_16 uint64_t pvec[2] = {0,0}; in _MM_INSERT_EPI64_32() local
2719 pvec[LANE] = p; in _MM_INSERT_EPI64_32()
2722 p_masked = _mm_andnot_si128 (*(__m128i*)mask,*(__m128i*)pvec); //ready for vec in _MM_INSERT_EPI64_32()