Home
last modified time | relevance | path

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

12

/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 …]
/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 …]
/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/rust/crates/unicode-bidi/src/
Dprepare.rs67 let mut sequence = if start_class == PDI && stack.len() > 1 { in isolating_run_sequences()
209 let classes = &[L, RLI, L, PDI, RLI, L, PDI, L]; in test_isolating_run_sequences()
222 let classes = &[L, RLI, L, LRI, L, RLE, L, PDF, L, PDI, L, PDI, L]; in test_isolating_run_sequences()
300 let classes = &[L, RLI, L, LRI, L, PDI, L, PDI, RLI, L, PDI, L]; in test_isolating_run_sequences_sos_and_eos()
350 let not_classes = &[L, RLI, AL, LRI, PDI]; in test_removed_by_x9()
361 let non_x9_classes = &[L, R, AL, EN, ES, ET, AN, CS, NSM, B, S, WS, ON, LRI, RLI, FSI, PDI]; in test_not_removed_by_x9()
Dformat_chars.rs30 pub const PDI: char = '\u{2069}'; constant
Dlib.rs208 PDI => { in new()
386 WS | FSI | LRI | RLI | PDI => { in visual_runs()
547 let text = format!("{}א{}a", chars::FSI, chars::PDI); in test_initial_text_info()
552 original_classes: vec![RLI, RLI, RLI, R, R, PDI, PDI, PDI, L], in test_initial_text_info()
Dimplicit.rs50 RLI | LRI | FSI | PDI => ON, in resolve_weak()
227 matches!(class, B | S | WS | ON | FSI | LRI | RLI | PDI) in is_NI()
Dexplicit.rs92 PDI => { in compute()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h56 #define PDI U_POP_DIRECTIONAL_ISOLATE macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp874 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
876 for (; PDI != PDE; ++PDI) { in EmitSchedule()
877 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
882 (*PDI)->clearIsEmitted(); in EmitSchedule()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp883 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
885 for (; PDI != PDE; ++PDI) { in EmitSchedule()
886 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
891 (*PDI)->clearIsEmitted(); in EmitSchedule()
/external/icu/icu4c/source/common/
Dubidiimp.h67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp553 if(dirProp==PDI) { in getDirProps()
1255 case PDI: in resolveExplicitLevels()
1268 flags|=DIRPROP_FLAG(PDI); in resolveExplicitLevels()
1367 else if(dirProp==PDI) in checkExplicitLevels()
1835 if(dirProp==PDI) in setLevelsOutsideIsolates()
2166 if(dirProps[start]==PDI && pBiDi->isolateCount >= 0) { in resolveImplicitLevels()
/external/icu/libicu/cts_headers/
Dubidiimp.h67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java980 static final byte PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; /* 22 */ field in Bidi
981 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
1171 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1936 if (dirProp == PDI) { in getDirProps()
2603 case PDI: in resolveExplicitLevels()
2616 flags |= DirPropFlag(PDI); in resolveExplicitLevels()
2711 else if (dirProp == PDI) in checkExplicitLevels()
3138 if (dirProp == PDI) in setLevelsOutsideIsolates()
3440 if (dirProps[start] == PDI) { in resolveImplicitLevels()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java955 static final byte PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; /* 22 */ field in Bidi
956 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
1147 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1902 if (dirProp == PDI) { in getDirProps()
2569 case PDI: in resolveExplicitLevels()
2582 flags |= DirPropFlag(PDI); in resolveExplicitLevels()
2677 else if (dirProp == PDI) in checkExplicitLevels()
3104 if (dirProp == PDI) in setLevelsOutsideIsolates()
3406 if (dirProps[start] == PDI) { in resolveImplicitLevels()
/external/rust/crates/unicode-bidi/src/char_data/
Dtables.rs35 PDI, enumerator
235 ('\u{2067}', '\u{2067}', RLI), ('\u{2068}', '\u{2068}', FSI), ('\u{2069}', '\u{2069}', PDI),
/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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSSE.td499 def MOVAPDmr : PDI<0x29, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
505 def MOVUPDmr : PDI<0x11, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
516 def MOVAPDrr_REV : PDI<0x29, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
522 def MOVUPDrr_REV : PDI<0x11, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
669 def MOVLPDmr : PDI<0x13, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
715 def MOVHPDmr : PDI<0x17, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
1466 def CVTPS2DQrr : PDI<0x5B, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1470 def CVTPS2DQrm : PDI<0x5B, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src),
1604 def CVTTPD2DQrr : PDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1609 def CVTTPD2DQrm : PDI<0xE6, MRMSrcMem, (outs VR128:$dst),(ins f128mem:$src),
[all …]
DX86InstrFormats.td599 // PDI - SSE2 instructions with PD prefix, packed double domain.
623 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm,
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrSSE.td499 def MOVAPDmr : PDI<0x29, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
505 def MOVUPDmr : PDI<0x11, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
516 def MOVAPDrr_REV : PDI<0x29, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
522 def MOVUPDrr_REV : PDI<0x11, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
669 def MOVLPDmr : PDI<0x13, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
715 def MOVHPDmr : PDI<0x17, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
1503 def CVTPS2DQrr : PDI<0x5B, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1507 def CVTPS2DQrm : PDI<0x5B, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src),
1641 def CVTTPD2DQrr : PDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1646 def CVTTPD2DQrm : PDI<0xE6, MRMSrcMem, (outs VR128:$dst),(ins f128mem:$src),
[all …]
DX86InstrFormats.td612 // PDI - SSE2 instructions with PD prefix, packed double domain.
636 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm,
/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/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

12