HomeSort by relevance Sort by last modified time
    Searched refs:cmp (Results 1 - 25 of 1857) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
abs8.s 8 cmp $foo@ABS8, %edi label
intel-syntax-encoding.s 18 cmp ax, 12
20 cmp eax, 12
22 cmp rax, 12
49 cmp ax, -12
51 cmp eax, -12
53 cmp rax, -12
92 cmp eax, FOO
94 cmp eax, FOO[eax]
  /external/swiftshader/third_party/subzero/crosstest/
test_icmp.h 20 #define X(cmp, op) \
21 bool icmp##cmp(uint8_t a, uint8_t b); \
22 bool icmp##cmp(uint16_t a, uint16_t b); \
23 bool icmp##cmp(uint32_t a, uint32_t b); \
24 bool icmp##cmp(uint64 a, uint64 b); \
25 v4ui32 icmp##cmp(v4ui32 a, v4ui32 b); \
26 v8ui16 icmp##cmp(v8ui16 a, v8ui16 b); \
27 v16ui8 icmp##cmp(v16ui8 a, v16ui8 b); \
28 bool icmp_zero##cmp(uint8_t a); \
29 bool icmp_zero##cmp(uint16_t a);
    [all...]
test_icmp.cpp 20 #define X(cmp, op) \
21 bool icmp##cmp(uint8_t a, uint8_t b) { return a op b; } \
22 bool icmp##cmp(uint16_t a, uint16_t b) { return a op b; } \
23 bool icmp##cmp(uint32_t a, uint32_t b) { return a op b; } \
24 bool icmp##cmp(uint64 a, uint64 b) { return a op b; } \
25 v4ui32 icmp##cmp(v4ui32 a, v4ui32 b) { return a op b; } \
26 v8ui16 icmp##cmp(v8ui16 a, v8ui16 b) { return a op b; } \
27 v16ui8 icmp##cmp(v16ui8 a, v16ui8 b) { return a op b; } \
28 bool icmp_zero##cmp(uint8_t a) { return a op 0; } \
29 bool icmp_zero##cmp(uint16_t a) { return a op 0; }
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream_unittest.sh 40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86_errors.s 9 cmp $0, 0(%eax) label
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CounterComparatorTest.java 31 final Comparator<ICounter> cmp = CounterComparator.TOTALITEMS; local
32 assertCmpLess(cmp, 19, 5, 19, 6);
33 assertCmpEquals(cmp, 20, 5, 19, 6);
34 assertCmpGreater(cmp, 21, 5, 19, 6);
39 final Comparator<ICounter> cmp = CounterComparator.COVEREDITEMS; local
40 assertCmpLess(cmp, 73, 7, 42, 8);
41 assertCmpEquals(cmp, 42, 8, 82, 8);
42 assertCmpGreater(cmp, 21, 9, 32, 8);
47 final Comparator<ICounter> cmp = CounterComparator.MISSEDITEMS; local
48 assertCmpLess(cmp, 10, 40, 11, 80)
55 final Comparator<ICounter> cmp = CounterComparator.COVEREDRATIO; local
63 final Comparator<ICounter> cmp = CounterComparator.MISSEDRATIO; local
71 final Comparator<ICounter> cmp = CounterComparator.TOTALITEMS.reverse(); local
79 final Comparator<ICounter> cmp = CounterComparator.TOTALITEMS.reverse() local
90 final Comparator<ICoverageNode> cmp = CounterComparator.TOTALITEMS local
99 final Comparator<ICoverageNode> cmp = CounterComparator.TOTALITEMS local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Bsearch.c 91 int cmp; local
96 cmp = (*compar)(key, p);
97 if (cmp == 0)
99 if (cmp > 0) { /* key > p: move right */
  /external/libnl/lib/route/cls/ematch/
cmp.c 2 * lib/route/cls/ematch/cmp.c Simple packet data comparison ematch
62 struct tcf_em_cmp *cmp = rtnl_ematch_data(e); local
64 if (cmp->flags & TCF_EM_CMP_TRANS)
65 nl_dump(p, "ntoh%c(", (cmp->align == TCF_EM_ALIGN_U32) ? 'l' : 's');
68 align_txt[cmp->align], layer_txt[cmp->layer], cmp->off);
70 if (cmp->mask)
71 nl_dump(p, " & 0x%x", cmp->mask);
73 if (cmp->flags & TCF_EM_CMP_TRANS
    [all...]
  /external/vboot_reference/tests/futility/
test_dump_fmap.sh 14 cmp "${SCRIPTDIR}/data_fmap_expect_f.txt" "$TMP"
17 cmp "${SCRIPTDIR}/data_fmap_expect_p.txt" "$TMP"
20 cmp "${SCRIPTDIR}/data_fmap_expect_h.txt" "$TMP"
32 cmp "${SCRIPTDIR}/data_fmap_expect_x.txt" "$TMP"
36 cmp "${SCRIPTDIR}/data_fmap_expect_x2.txt" "$TMP"
37 cmp SI_DESC FOO
41 cmp "${SCRIPTDIR}/data_fmap2_expect_h.txt" "$TMP"
44 cmp "${SCRIPTDIR}/data_fmap2_expect_hh.txt" "$TMP"
47 cmp "${SCRIPTDIR}/data_fmap2_expect_hhH.txt" "$TMP"
  /external/iproute2/tc/
em_cmp.c 31 "Usage: cmp(ALIGN at OFFSET [ ATTRS ] { eq | lt | gt } VALUE)\n" \
36 "Example: cmp(u16 at 3 layer 2 mask 0xff00 gt 20)\n",
47 struct tcf_em_cmp cmp = {}; local
53 return PARSE_ERR(args, "cmp: missing arguments");
62 return PARSE_ERR(args, "cmp: invalid alignment");
67 return PARSE_ERR(a, "cmp: missing argument");
72 return PARSE_ERR(a, "cmp: invalid offset, " \
78 return PARSE_ERR(a, "cmp: missing argument");
85 return PARSE_ERR(a, "cmp: invalid " \
90 return PARSE_ERR(a, "cmp: illegal layer, "
145 struct tcf_em_cmp *cmp = data; local
    [all...]
  /external/llvm/test/MC/X86/
intel-syntax-encoding.s 18 cmp ax, 12
20 cmp eax, 12
22 cmp rax, 12
49 cmp ax, -12
51 cmp eax, -12
53 cmp rax, -12
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
label-arithmetic-diags-darwin.s 8 cmp w0, #(Lend - external)
13 // CHECK-NEXT: cmp w0, #(Lend - external)
17 cmp w0, #(Lend - var@TLVPPAGEOFF)
22 // CHECK-NEXT: cmp w0, #(Lend - var@TLVPPAGEOFF)
26 cmp w0, #(Lstart - Lend)
31 // CHECK-NEXT: cmp w0, #(Lstart - Lend)
37 cmp w0, #(Lfar - Lend)
42 // CHECK-NEXT: cmp w0, #(Lfar - Lend)
51 cmp w0, #(Lprivate2 - Lprivate1)
56 // CHECK-NEXT: cmp w0, #(Lprivate2 - Lprivate1
    [all...]
label-arithmetic-elf.s 12 cmp w0, #(end - start)
13 cmp x0, #(end - start)
20 // CHECK: cmp w0, #8
21 // CHECK: cmp x0, #8
26 cmp w0, #(end - start), lsl #12
28 // CHECK: cmp w0, #8, lsl #12
31 cmp w0, #((end - start) >> 2)
33 // CHECK: cmp w0, #2
36 cmp w0, #(end - start + 12)
38 // CHECK: cmp w0, #2
    [all...]
label-arithmetic-darwin.s 13 cmp w0, #(Lend - Lstart)
14 cmp x0, #(Lend - Lstart)
21 // CHECK: cmp w0, #8
22 // CHECK: cmp x0, #8
27 cmp w0, #(Lend - Lstart), lsl #12
29 // CHECK: cmp w0, #8, lsl #12
32 cmp w0, #((Lend - Lstart) >> 2)
34 // CHECK: cmp w0, #2
37 cmp w0, #(Lend - Lstart + 12)
39 // CHECK: cmp w0, #2
    [all...]
  /art/test/069-field-type/src/
Main.java 29 Comparable cmp = (Comparable) holder.mValue; local
30 cmp.compareTo(cmp);
  /external/elfutils/tests/
run-bug1-test.sh 24 cmp testfile28 testfile28.rdwr
32 cmp testfile29 testfile29.rdwr
  /external/google-fruit/extras/git_hooks/
pre-commit 5 if ! (extras/scripts/travis_yml_generator.py >$X && cmp -s $X .travis.yml)
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp 109 TEST_F(AssemblerX8632LowLevelTest, Cmp) {
235 /* cmp GPR, GPR */
236 TestRegReg(cmp, eax, ecx, i32, 2, 0x3B, 0xC1);
237 TestRegReg(cmp, ecx, edx, i32, 2, 0x3B, 0xCA);
238 TestRegReg(cmp, edx, ebx, i32, 2, 0x3B, 0xD3);
239 TestRegReg(cmp, ebx, esp, i32, 2, 0x3B, 0xDC);
240 TestRegReg(cmp, esp, ebp, i32, 2, 0x3B, 0xE5);
241 TestRegReg(cmp, ebp, esi, i32, 2, 0x3B, 0xEE);
242 TestRegReg(cmp, esi, edi, i32, 2, 0x3B, 0xF7);
243 TestRegReg(cmp, edi, eax, i32, 2, 0x3B, 0xF8)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 37 u64 cmp = atomic_load(&head_, memory_order_relaxed); local
39 u64 cnt = (cmp & kCounterMask) + kCounterInc;
41 p->next = (T*)(uptr)(cmp & kPtrMask);
42 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
49 u64 cmp = atomic_load(&head_, memory_order_acquire); local
51 T *cur = (T*)(uptr)(cmp & kPtrMask);
55 u64 cnt = (cmp & kCounterMask);
57 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup.s 6 @ CHECK: cmp r2, #1
7 cmp r2, #(l2 - l1 + 4) >> 2
cmp-immediate-fixup2.s 6 @ CHECK: cmp r2, #0
7 cmp r2, #(l2 - l1)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
cmp-immediate-fixup.s 6 @ CHECK: cmp r2, #1
7 cmp r2, #(l2 - l1 + 4) >> 2
cmp-immediate-fixup2.s 6 @ CHECK: cmp r2, #0
7 cmp r2, #(l2 - l1)
  /external/u-boot/test/dm/
mmc.c 30 char cmp[1024]; local
37 memset(cmp, '\0', sizeof(cmp));
38 ut_asserteq(2, blk_dread(dev_desc, 0, 2, cmp));
39 ut_assertok(strcmp(cmp, "this is a test"));

Completed in 1998 milliseconds

1 2 3 4 5 6 7 8 91011>>