Searched refs:eq (Results 126 - 150 of 578) sorted by last modified time

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dthumb-fp-armv8.s21 it eq
106 it eq
H A Dthumb-only-conditionals.s3 itte eq
7 @ CHECK: itte eq
42 ite eq
45 @ CHECK: ite eq
H A Dthumb2-branches.s49 it eq
54 @ CHECK: it eq @ encoding: [0x08,0xbf]
128 it eq
132 @ CHECK: it eq @ encoding: [0x08,0xbf]
136 ite eq
140 @ CHECK: ite eq @ encoding: [0x0c,0xbf]
192 it eq
197 @ CHECK: it eq @ encoding: [0x08,0xbf]
271 it eq
275 @ CHECK: it eq
[all...]
H A Dthumb2-diagnostics.s5 itet eq
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
51 itt eq
/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s55 # CHECK: c.eq.d $f12, $f14 # encoding: [0x32,0x60,0x2e,0x46]
56 # CHECK: c.eq.s $f6, $f7 # encoding: [0x32,0x30,0x07,0x46]
88 c.eq.d $f12,$f14
89 c.eq.s $f6,$f7
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips5-wrong-error.s12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5-wrong-error.s12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips5-wrong-error.s12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips5-wrong-error.s15 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-ext.s40 btlr 4*cr0+eq
55 btlr 4*cr1+eq
70 btlr 4*cr2+eq
85 btlr 4*cr3+eq
100 btlr 4*cr4+eq
115 btlr 4*cr5+eq
130 btlr 4*cr6+eq
145 btlr 4*cr7+eq
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml967 * CHECK: %build_is_null{{.*}}= icmp eq{{.*}}%X0,{{.*}}null
/external/llvm/autoconf/
H A DAutoRegen.sh32 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
34 test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean"
36 test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2380 [%name = icmp eq %val, null]
/external/llvm/
H A Dconfigure3788 if (test -d ${srcdir}/tools/polly) && (test $ENABLE_POLLY -eq 1) ; then
4647 if test "$ENABLE_LIBCPP" -eq 0 ; then
8751 (test "$ac_python_version_major" -eq "2" && \
9740 if test "$LLVM_ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
10139 if test "$LLVM_ENABLE_ZLIB" -eq 1 ; then
13338 if test "$LLVM_ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
13516 if test "$LLVM_ENABLE_ZLIB" -eq 1 ; then
/external/llvm/include/llvm/ADT/
H A DAPInt.h984 bool eq(const APInt &RHS) const { return (*this) == RHS; }
1048 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); }
1064 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); }
1080 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); }
1096 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); }
H A DAPSInt.h134 return eq(RHS);
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp661 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle);
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp934 if (unsigned eq = EqClass[I->valno->id]) {
935 assert((LIV[eq]->empty() || LIV[eq]->expiredAt(I->start)) &&
937 LIV[eq]->segments.push_back(*I);
949 if (unsigned eq = EqClass[i]) {
950 VNI->id = LIV[eq]->getNumValNums();
951 LIV[eq]->valnos.push_back(VNI);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp141 IMPLEMENT_INTEGER_ICMP(eq,Ty);
142 IMPLEMENT_VECTOR_INTEGER_ICMP(eq,Ty);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp215 /// we can optimize "icmp eq (load (gep "foo", 0, i)), 0" into "icmp eq i, 3".
1058 // Simplify icmp eq (trunc x to i8), 42 -> icmp eq x, 42|highbits if all
1324 // Simplify icmp eq (or (ptrtoint P), (ptrtoint Q)), 0
1325 // -> and (icmp eq P, null), (icmp eq Q, null).
1753 // Handle icmp {eq|ne} <intrinsic>, intcst.
2094 // cmp eq/neq mulval, zext trunc mulval
2105 // cmp eq/ne
[all...]
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java307 public static <T> T eq(final T expected) { method in class:LittleMock
518 * a capture(mCaptureString) or eq(5) or whatever.
1067 /** Helps us implement the eq(), any() and capture() and other methods on one line. */
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java39 import static com.google.testing.littlemock.LittleMock.eq;
548 verify(mFoo).add(eq("test"));
553 verify(mBar).twoStrings(eq("first"), eq("test"));
558 verify(mBar).mixedArguments(eq(8), eq("test"));
564 verify(mFoo).add(eq("jim"));
572 verify(mBar).twoStrings(eq("first"), eq("third"));
580 verify(mBar).twoStrings(eq("secon
[all...]
/external/lldb/scripts/Python/
H A Dbuild-swig-Python.sh39 if [ $MakefileCalled -eq 0 ]
174 if [ $Debug -eq 1 ]
180 if [ $Debug -eq 1 ]
192 if [ $Debug -eq 1 ]
198 if [ $NeedToUpdate -eq 0 ]
205 if [ $Debug -eq 1 ]
215 if [ $NeedToUpdate -eq 0 ]
222 if [ $Debug -eq 1 ]
232 if [ $NeedToUpdate -eq 0 ]
237 if [ $Debug -eq
[all...]
H A Dfinish-swig-Python-LLDB.sh61 if [ $Debug -eq 1 ]
77 if [ $MakefileCalled -eq 0 ]
87 if [ $Debug -eq 1 ]
116 if [ $Debug -eq 1 ]
127 if [ $Debug -eq 1 ]
133 if [ $Debug -eq 1 ]
151 if [ $Debug -eq 1 ]
156 if [ $MakefileCalled -eq 0 ]
163 if [ $Debug -eq 1 ]

Completed in 4976 milliseconds

1234567891011>>