Home
last modified time | relevance | path

Searched refs:PDI (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt127 PDI; 3
146 PDI; 4
273 PDI LRE; 3
274 PDI LRO; 3
275 PDI RLE; 3
276 PDI RLO; 3
277 PDI PDF; 3
278 PDI BN; 3
356 PDI LRE; 4
357 PDI LRO; 4
[all …]
DUnicodeData.txt7289 2069;POP DIRECTIONAL ISOLATE;Cf;0;PDI;;;;;N;;;;;
/external/icu/icu4c/source/test/testdata/
DBidiTest.txt127 PDI; 3
146 PDI; 4
273 PDI LRE; 3
274 PDI LRO; 3
275 PDI RLE; 3
276 PDI RLO; 3
277 PDI PDF; 3
278 PDI BN; 3
356 PDI LRE; 4
357 PDI LRO; 4
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt127 PDI; 3
146 PDI; 4
273 PDI LRE; 3
274 PDI LRO; 3
275 PDI RLE; 3
276 PDI RLO; 3
277 PDI PDF; 3
278 PDI BN; 3
356 PDI LRE; 4
357 PDI LRO; 4
[all …]
DUnicodeData.txt7289 2069;POP DIRECTIONAL ISOLATE;Cf;0;PDI;;;;;N;;;;;
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h56 #define PDI U_POP_DIRECTIONAL_ISOLATE macro
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp701 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
703 for (; PDI != PDE; ++PDI) { in EmitSchedule()
704 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrSSE.td284 def AVX_SET0PDY : PDI<0x57, MRMInitReg, (outs VR256:$dst), (ins), "",
306 def V_SETALLONES : PDI<0x76, MRMInitReg, (outs VR128:$dst), (ins), "",
310 def AVX_SETALLONES : PDI<0x76, MRMInitReg, (outs VR128:$dst), (ins), "",
756 def MOVAPDmr : PDI<0x29, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
762 def MOVUPDmr : PDI<0x11, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
770 def MOVAPDrr_REV : PDI<0x29, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
774 def MOVUPDrr_REV : PDI<0x11, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
884 def FsMOVAPDrr : PDI<0x28, MRMSrcReg, (outs FR64:$dst), (ins FR64:$src),
898 def FsMOVAPDrm : PDI<0x28, MRMSrcMem, (outs FR64:$dst), (ins f128mem:$src),
955 def MOVLPDmr : PDI<0x13, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
[all …]
DX86InstrFormats.td335 // PDI - SSE2 instructions with TB and OpSize prefixes.
348 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag> pattern>
506 : PDI<o, F, outs, ins, asm, pattern>, REX_W;
/external/icu/icu4c/source/common/
Dubidiimp.h59 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp556 if(dirProp==PDI) { in getDirProps()
1258 case PDI: in resolveExplicitLevels()
1271 flags|=DIRPROP_FLAG(PDI); in resolveExplicitLevels()
1370 else if(dirProp==PDI) in checkExplicitLevels()
1838 if(dirProp==PDI) in setLevelsOutsideIsolates()
2170 if(dirProps[start]==PDI && pBiDi->isolateCount >= 0) { in resolveImplicitLevels()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java950 static final byte PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; /* 22 */ field in Bidi
951 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
1141 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1896 if (dirProp == PDI) { in getDirProps()
2563 case PDI: in resolveExplicitLevels()
2576 flags |= DirPropFlag(PDI); in resolveExplicitLevels()
2671 else if (dirProp == PDI) in checkExplicitLevels()
3098 if (dirProp == PDI) in setLevelsOutsideIsolates()
3400 if (dirProps[start] == PDI) { in resolveImplicitLevels()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java974 static final byte PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; /* 22 */ field in Bidi
975 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
1165 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1930 if (dirProp == PDI) { in getDirProps()
2597 case PDI: in resolveExplicitLevels()
2610 flags |= DirPropFlag(PDI); in resolveExplicitLevels()
2705 else if (dirProp == PDI) in checkExplicitLevels()
3132 if (dirProp == PDI) in setLevelsOutsideIsolates()
3434 if (dirProps[start] == PDI) { in resolveImplicitLevels()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp808 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
810 for (; PDI != PDE; ++PDI) { in EmitSchedule()
811 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
/external/llvm/lib/Target/X86/
DX86InstrSSE.td928 def MOVAPDmr : PDI<0x29, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
936 def MOVUPDmr : PDI<0x11, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
948 def MOVAPDrr_REV : PDI<0x29, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
954 def MOVUPDrr_REV : PDI<0x11, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
1096 def FsMOVAPDrm : PDI<0x28, MRMSrcMem, (outs FR64:$dst), (ins f128mem:$src),
1165 def MOVLPDmr : PDI<0x13, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
1278 def MOVHPDmr : PDI<0x17, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
1953 def CVTPS2DQrr : PDI<0x5B, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1957 def CVTPS2DQrm : PDI<0x5B, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src),
2113 def CVTTPD2DQrr : PDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
[all …]
DX86InstrFormats.td552 // PDI - SSE2 instructions with PD prefix, packed double domain.
576 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java45 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; field in TestData
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestData.java48 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; field in TestData
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1714 bc ; PDI ; Pop_Directional_Isolate
Dppucd.txt157 value;bc;PDI;Pop_Directional_Isolate
9606 cp;2069;age=6.3;bc=PDI;Bidi_C;CI;CWKCF;DI;gc=Cf;GCB=CN;-Gr_Base;lb=CM;na=POP DIRECTIONAL ISOLATE;Na…
DUnicodeData.txt7289 2069;POP DIRECTIONAL ISOLATE;Cf;0;PDI;;;;;N;;;;;