HomeSort by relevance Sort by last modified time
    Searched full:lnot (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
cmp.ll 101 %lnot = icmp ult i64 %res, 4294967296
102 %lnot.ext = zext i1 %lnot to i32
103 ret i32 %lnot.ext
112 %lnot = icmp ult i64 %res, 12884901888
113 %lnot.ext = zext i1 %lnot to i32
114 ret i32 %lnot.ext
124 %lnot = icmp ult i64 %res, 8589934592
125 %lnot.ext = zext i1 %lnot to i3
    [all...]
2010-08-04-MaskedSignedCompare.ll 11 %not.lnot = icmp ne i64 %tmp, 0 ; <i1> [#uses=1]
12 %conv = sext i1 %not.lnot to i64 ; <i64> [#uses=1]
coalescer-identity.ll 28 %lnot.ext.us = xor i16 %2, 1
29 %add.us = add i16 %dec13.us, %lnot.ext.us
62 %lnot.ext = zext i1 %tobool1 to i16
63 %add = add i16 %dec13, %lnot.ext
  /external/llvm/test/Analysis/ScalarEvolution/
how-far-to-zero.ll 11 %lnot = icmp eq i8 %i.0, 0
13 br i1 %lnot, label %for.cond, label %while.cond
  /external/llvm/test/CodeGen/Generic/
builtin-expect.ll 66 %lnot = xor i1 %tobool, true
67 %lnot.ext = zext i1 %lnot to i32
68 %conv = sext i32 %lnot.ext to i64
94 %lnot = xor i1 %tobool, true
95 %lnot1 = xor i1 %lnot, true
96 %lnot.ext = zext i1 %lnot1 to i32
97 %conv = sext i32 %lnot.ext to i64
  /external/llvm/test/Transforms/LowerExpectIntrinsic/
basic.ll 73 %lnot = xor i1 %tobool, true
74 %lnot.ext = zext i1 %lnot to i32
75 %conv = sext i32 %lnot.ext to i64
104 %lnot = xor i1 %tobool, true
105 %lnot1 = xor i1 %lnot, true
106 %lnot.ext = zext i1 %lnot1 to i32
107 %conv = sext i32 %lnot.ext to i64
  /external/llvm/test/CodeGen/ARM/
select-imm.ll 112 %lnot.ext = zext i1 %tobool to i32
113 ret i32 %lnot.ext
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 19 IF :LNOT::DEF:ARMVCCOMM_S_H
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 19 IF :LNOT::DEF:ARMVCCOMM_S_H
  /external/e2fsprogs/intl/
eval-plural.h 45 /* pexp->operation must be lnot. */
plural-exp.h 43 lnot, /* Logical NOT. */ enumerator in enum:expression::operator
plural.y 188 $$ = new_exp_1 (lnot, $2);
plural.c 1058 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp);
    [all...]
  /external/llvm/test/CodeGen/Mips/
mips16fpe.ll 294 %lnot = fcmp uge float %0, %1
297 %and2 = and i1 %lnot, %cmp1
310 %lnot = fcmp uge double %0, %1
313 %and2 = and i1 %lnot, %cmp1
356 %lnot = fcmp ule float %0, %1
359 %and2 = and i1 %lnot, %cmp1
371 %lnot = fcmp ule double %0, %1
374 %and2 = and i1 %lnot, %cmp1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 16 IF :LNOT::DEF:ARMCOMM_S_H
143 IF :LNOT::DEF:_ok$var
283 ASSERT :LNOT:_InFunc
315 ASSERT :LNOT:_InFunc
324 ASSERT :LNOT:_InFunc
336 ASSERT :LNOT:_InFunc
348 ASSERT :LNOT:_InFunc
363 ASSERT :LNOT:_InFunc
377 ASSERT :LNOT:_InFunc
619 ASSERT :LNOT:_InFun
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 16 IF :LNOT::DEF:ARMCOMM_S_H
146 IF :LNOT::DEF:_ok$var
286 ASSERT :LNOT:_InFunc
318 ASSERT :LNOT:_InFunc
327 ASSERT :LNOT:_InFunc
339 ASSERT :LNOT:_InFunc
351 ASSERT :LNOT:_InFunc
366 ASSERT :LNOT:_InFunc
380 ASSERT :LNOT:_InFunc
622 ASSERT :LNOT:_InFun
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 274 LNot, ///< Logical negation.
294 return Create(LNot, Expr, Ctx);
  /external/clang/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
RecursiveASTVisitor.h 43 OPERATOR(Not) OPERATOR(LNot) \
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 79 case MCUnaryExpr::LNot: OS << '!'; break;
529 case MCUnaryExpr::LNot:
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 178 // LNot,Real,Imag never return complex.
CGExprScalar.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 43 OPERATOR(Not) OPERATOR(LNot) \
    [all...]
  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl 918 pcmpeqd %xmm5, %xmm5 # .LNOT
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 1277 milliseconds

1 2