Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/ARM/
Dfp16-fusedMAC.ll3 …1-m-none-eabi -mattr=+fullfp16,+slowfpvfmx -fp-contract=fast | FileCheck %s -check-prefix=DONT-FUSE
17 ; DONT-FUSE-LABEL: fusedMACTest2:
18 ; DONT-FUSE: @ %bb.0:
19 ; DONT-FUSE-NEXT: vldr.16 s0, [r1]
20 ; DONT-FUSE-NEXT: vldr.16 s2, [r0]
21 ; DONT-FUSE-NEXT: vmul.f16 s0, s2, s0
22 ; DONT-FUSE-NEXT: vldr.16 s2, [r2]
23 ; DONT-FUSE-NEXT: vadd.f16 s0, s0, s2
24 ; DONT-FUSE-NEXT: vstr.16 s0, [r0]
25 ; DONT-FUSE-NEXT: bx lr
[all …]
DfusedMAC.ll3 … %s -mtriple=arm-arm-eabi -mcpu=cortex-m4 -fp-contract=fast | FileCheck %s -check-prefix=DONT-FUSE
4 … %s -mtriple=arm-arm-eabi -mcpu=cortex-m33 -fp-contract=fast | FileCheck %s -check-prefix=DONT-FUSE
20 ;DONT-FUSE-LABEL: fusedMACTest2:
21 ;DONT-FUSE: vmul.f32
22 ;DONT-FUSE-NEXT: vadd.f32
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dcomplete_unroll_profitability_with_assume.ll13 ; RUN: -unroll-peel-max-count=0 | FileCheck %s --check-prefix=DONT-ANALYZE-FULL
78 ; DONT-ANALYZE-FULL-LABEL: @foo(
79 ; DONT-ANALYZE-FULL-NEXT: entry:
80 ; DONT-ANALYZE-FULL-NEXT: br label [[FOR_BODY:%.*]]
81 ; DONT-ANALYZE-FULL: for.body:
82 ; DONT-ANALYZE-FULL-NEXT: [[INDVAR:%.*]] = phi i32 [ 0, [[ENTRY:%.*]] ], [ [[INDVAR_NEXT:%.*]], …
83 ; DONT-ANALYZE-FULL-NEXT: [[INDVAR_NEXT]] = add i32 [[INDVAR]], 1
84 ; DONT-ANALYZE-FULL-NEXT: [[CMP:%.*]] = icmp ule i32 [[INDVAR]], 20
85 ; DONT-ANALYZE-FULL-NEXT: tail call void @llvm.assume(i1 [[CMP]])
86 ; DONT-ANALYZE-FULL-NEXT: [[CMP2:%.*]] = icmp ule i32 [[INDVAR]], 3
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll2 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-win32" | FileCheck -check-prefix=DONT-SIMPLIFY %s
20 ; DONT-SIMPLIFY: call double @floor(
21 ; DONT-SIMPLIFY: call double @ceil(
22 ; DONT-SIMPLIFY: call double @round(
23 ; DONT-SIMPLIFY: call double @nearbyint(
24 ; DONT-SIMPLIFY: call double @trunc(
25 ; DONT-SIMPLIFY: call double @fabs(
/external/toybox/toys/pending/
Dtelnet.c94 dprintf(TT.sock,"%c%c%c%c%c%c",IAC,DONT,TELOPT_ECHO,IAC,DONT,TELOPT_SGA); in handle_esc()
123 if (TT.request == DONT) return; in handle_wwdd()
128 dprintf(TT.sock, "%c%c%c", IAC, TT.echo ? DO : DONT, TELOPT_ECHO); in handle_wwdd()
135 dprintf(TT.sock, "%c%c%c", IAC, TT.sga ? DO : DONT, TELOPT_SGA); in handle_wwdd()
147 dprintf(TT.sock, "%c%c%c", IAC, (TT.request == WILL) ? DONT : WONT, opt); in handle_wwdd()
170 if (ch >= WILL && ch <= DONT) { in handle_server_output()
/external/curl/tests/
Dnegtelnetserver.py116 DONT = 5 variable in Negotiator
145 elif self.state in [self.WILL, self.WONT, self.DO, self.DONT]:
185 elif byte_int == NegTokens.DONT:
188 self.state = self.DONT
228 self.send_iac([NegTokens.DONT, NegOptions.to_val(option_str)])
263 DONT = 254 variable in NegTokens
/external/python/cpython2/Demo/sockets/
Dtelnet.py24 DONT = chr(254) variable
87 elif c in (DO, DONT):
94 opt = IAC + DONT
/external/python/cpython2/Demo/threads/
Dtelnet.py25 DONT = chr(254) variable
87 elif c in (DO, DONT):
94 opt = IAC + DONT
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py86 DONT = to_bytes([254]) variable
399 TelnetOption(self, 'we-BINARY', BINARY, WILL, WONT, DO, DONT, INACTIVE),
400 TelnetOption(self, 'we-RFC2217', COM_PORT_OPTION, WILL, WONT, DO, DONT, REQUESTED),
404 TelnetOption(self, 'ECHO', ECHO, DO, DONT, WILL, WONT, REQUESTED),
405 TelnetOption(self, 'we-SGA', SGA, WILL, WONT, DO, DONT, REQUESTED),
406 TelnetOption(self, 'they-SGA', SGA, DO, DONT, WILL, WONT, REQUESTED),
407 TelnetOption(self, 'they-BINARY', BINARY, DO, DONT, WILL, WONT, INACTIVE),
408 TelnetOption(self, 'they-RFC2217', COM_PORT_OPTION, DO, DONT, WILL, WONT, REQUESTED),
732 elif byte in (DO, DONT, WILL, WONT):
771 self.telnetSendOption((command == WILL and DONT or WONT), option)
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmisched-fusion-lit.ll57 ; CHECK-DONT: adrp [[ADDR:x[0-9]+]], [[CSTLABEL:.LCP.*]]
58 ; CHECK-DONT-NEXT: ldr {{d[0-9]+}}, {{[[]}}[[ADDR]], :lo12:[[CSTLABEL]]{{[]]}}
/external/python/cpython3/Lib/
Dtelnetlib.py51 DONT = bytes([254]) variable
447 if c in (DO, DONT, WILL, WONT):
475 if cmd in (DO, DONT):
488 self.sock.sendall(IAC + DONT + opt)
/external/python/cpython2/Lib/
Dtelnetlib.py52 DONT = chr(254) variable
497 if c in (DO, DONT, WILL, WONT):
525 if cmd in (DO, DONT):
538 self.sock.sendall(IAC + DONT + opt)
/external/tcpdump/
Dprint-telnet.c71 #define DONT 254 /* you are not to use option */ macro
421 case DONT: in telnet_parse()
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/
DPreliminary.ll170 ;; DONT-CHECK-LABEL: p3
171 ;; DONT-CHECK: da analyze - output [* * * * * S * * * * S S]!
172 ;; DONT-CHECK: da analyze - flow [* * * * * * * * * * * *|<]!
173 ;; DONT-CHECK: da analyze - confused!
174 ;; DONT-CHECK: da analyze - input [* S * * S * S S S S * *]!
175 ;; DONT-CHECK: da analyze - confused!
176 ;; DONT-CHECK: da analyze - output [* * * * * * * * * * * *]!
/external/python/cpython2/Doc/library/
Dtelnetlib.rst23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL,
212 (DO/DONT/WILL/WONT), option). No other action is done afterwards by telnetlib.
/external/python/cpython3/Doc/library/
Dtelnetlib.rst23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL,
224 (DO/DONT/WILL/WONT), option). No other action is done afterwards by telnetlib.
/external/openssh/regress/
Dnetcat.c73 #define DONT 254 macro
1076 obuf[1] = DONT; in atelnet()
1077 else if ((*p == DO) || (*p == DONT)) in atelnet()
/external/angle/doc/
DCodingStandard.md34 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
/external/python/cpython3/Lib/test/
Dtest_telnetlib.py360 (tl.IAC + tl.DONT + bytes([1]), ": IAC DONT 1\n"),
/external/tcpdump/tests/
Dtelnet-iac-check-oobr.out2 …, options [nop,nop,TS val 119384276 ecr 1497139368], length 65469 [telnet DONT OLD-ENVIRON, SB TER…
/external/python/cpython3/Misc/
DHISTORY14109 DO/DONT correctly.