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

  /src/external/gpl3/gdb/dist/sim/moxie/
interp.c 118 #define CC_GT 1<<0
294 if (cpu.asregs.cc & CC_GT)
315 if (cpu.asregs.cc & (CC_GT | CC_EQ))
584 cc |= (va > vb ? CC_GT : 0);
  /src/external/gpl3/gdb.old/dist/sim/moxie/
interp.c 118 #define CC_GT 1<<0
294 if (cpu.asregs.cc & CC_GT)
315 if (cpu.asregs.cc & (CC_GT | CC_EQ))
584 cc |= (va > vb ? CC_GT : 0);
  /src/external/gpl3/binutils/dist/include/opcode/
cris.h 165 #define CC_GT 0xC
  /src/external/gpl3/binutils.old/dist/include/opcode/
cris.h 165 #define CC_GT 0xC
  /src/external/gpl3/gdb/dist/include/opcode/
cris.h 165 #define CC_GT 0xC
  /src/external/gpl3/gdb.old/dist/include/opcode/
cris.h 165 #define CC_GT 0xC
  /src/external/gpl3/binutils/dist/opcodes/
fr30-desc.h 104 , CC_LE, CC_GT, CC_LS, CC_HI
  /src/external/gpl3/binutils.old/dist/opcodes/
fr30-desc.h 104 , CC_LE, CC_GT, CC_LS, CC_HI
  /src/external/gpl3/gdb/dist/opcodes/
fr30-desc.h 104 , CC_LE, CC_GT, CC_LS, CC_HI
  /src/external/gpl3/gdb.old/dist/opcodes/
fr30-desc.h 104 , CC_LE, CC_GT, CC_LS, CC_HI
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 89 milliseconds