HomeSort by: relevance | last modified time | path
    Searched refs:cmps (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec/fuc/
g98.fuc0s 155 cmps b32 $r5 0
174 cmps b32 $r15 0
  /src/lib/libnvmm/
libnvmm_x86.c 1048 bool cmps:1; member in struct:x86_opcode
1463 * CMPS
1468 .cmps = true,
1476 .cmps = true,
1891 * Special node, for CMPS. Fake two displacements of zero on the source and
2519 } else if (opcode->cmps) {
3458 } else if (instr.opcode->cmps) {
  /src/external/gpl3/gcc/dist/gcc/
wide-int.cc 2608 ASSERT_EQ (-1, wi::cmps (b, a));
2609 ASSERT_EQ (0, wi::cmps (a, a));
2610 ASSERT_EQ (1, wi::cmps (a, b));
wide-int.h 597 int cmps (const T1 &, const T2 &);
2444 wi::cmps (const T1 &x, const T2 &y)
2526 return cmps (x, y);
simplify-rtx.cc 8280 rtx cmps[num_codes];
8284 cmps[i] = gen_rtx_fmt_ee (codes[i], mode1, reg0, reg1);
8291 cmps[i0], cmps[i1]);
tree-predcom.cc 1198 int offcmp = wi::cmps ((*da)->offset, (*db)->offset);
range-op.cc 3398 && !wi::cmps (lh_lb, sign_bit))
3400 && !wi::cmps (rh_lb, sign_bit))))
predict.cc 1780 else if (wi::cmps (compare_count, loop_count) == 1)
gimple-fold.cc 8169 if (wi::cmps (access_end, bitoffset) > 0
8189 if (wi::cmps (access_end, bitoffset_end) > 0)
tree.h 6678 return wi::cmps (wi::to_widest (t1), wi::to_widest (t2));
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.cc 2482 ASSERT_EQ (-1, wi::cmps (b, a));
2483 ASSERT_EQ (0, wi::cmps (a, a));
2484 ASSERT_EQ (1, wi::cmps (a, b));
wide-int.h 538 int cmps (const T1 &, const T2 &);
2051 wi::cmps (const T1 &x, const T2 &y) function in class:wi
2133 return cmps (x, y);
range-op.cc 2830 && !wi::cmps (lh_lb, sign_bit))
2832 && !wi::cmps (rh_lb, sign_bit))))
tree-predcom.cc 1167 int offcmp = wi::cmps ((*da)->offset, (*db)->offset);
gimple-fold.cc 8011 if (wi::cmps (access_end, bitoffset) > 0
8031 if (wi::cmps (access_end, bitoffset_end) > 0)
predict.cc 1769 else if (wi::cmps (compare_count, loop_count) == 1)
tree.h 6356 return wi::cmps (wi::to_widest (t1), wi::to_widest (t2));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.cc 389 if (int start_cmp = wi::cmps (br1.m_start_bit_offset,
553 if (int start_cmp = wi::cmps (br1.m_start_byte_offset,
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc 288 if (int start_cmp = wi::cmps (br1.m_start_bit_offset,
433 if (int start_cmp = wi::cmps (br1.m_start_byte_offset,
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 3411 return wi::cmps(wi1, wi2);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 3378 return wi::cmps(wi1, wi2);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 27982 return wi::cmps (* ((const HOST_WIDE_INT *) x),
28018 return wi::cmps (INTVAL (offset_1), INTVAL (offset_2));
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 26105 return wi::cmps (* ((const HOST_WIDE_INT *) x),
26141 return wi::cmps (INTVAL (offset_1), INTVAL (offset_2));

Completed in 164 milliseconds