Searched refs:DSR (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 414 unsigned DR = Op.getReg(), DSR = Op.getSubReg(); in updateDeadsInRange() local 417 LaneBitmask SLM = getLaneMask(DR, DSR); in updateDeadsInRange() 655 unsigned DR = MD.getReg(), DSR = MD.getSubReg(); in split() local 659 if (ReadUndef && DSR != 0 && MRI->shouldTrackSubRegLiveness(DR)) { in split() 665 NewSR = (DSR == Hexagon::subreg_loreg) ? Hexagon::subreg_hireg in split() 687 genCondTfrFor(MI.getOperand(2), At, DR, DSR, MP, true, ReadUndef, false); in split() 689 genCondTfrFor(MI.getOperand(3), At, DR, DSR, MP, false, ReadUndef, true); in split()
|
/external/syslinux/txt/ |
D | syslinux.cfg.txt | 396 0x020 - Wait for DSR assertion 400 0x200 - Ignore input unless DSR asserted 414 0x023 - DTR/DSR flow control
|
/external/syslinux/doc/ |
D | syslinux.txt | 443 0x020 - Wait for DSR assertion 447 0x200 - Ignore input unless DSR asserted 459 0x023 - DTR/DSR flow control
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 6191 SourceRange DSR = Dest->getSourceRange(); in CheckMemaccessArguments() local 6198 DSR = SourceRange(SM.getSpellingLoc(DSR.getBegin()), in CheckMemaccessArguments() 6199 SM.getSpellingLoc(DSR.getEnd())); in CheckMemaccessArguments() 6209 << DSR in CheckMemaccessArguments()
|