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

  /src/external/gpl3/gcc.old/dist/gcc/
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);
  /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) {

Completed in 28 milliseconds