Searched refs:CC_GT (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cris-opc.c | 379 BRANCH_QUICK_OPCODE+CC_GT*0x1000, 380 0x0f00+(0xF-CC_GT)*0x1000, "o", 1, SIZE_NONE, 0, 983 0x0530+CC_GT*0x1000, 984 0x0AC0+(0xf-CC_GT)*0x1000, "r", 0, SIZE_NONE, 0,
|
| D | fr30-desc.h | 104 , CC_LE, CC_GT, CC_LS, CC_HI enumerator
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cris-opc.c | 379 BRANCH_QUICK_OPCODE+CC_GT*0x1000, 380 0x0f00+(0xF-CC_GT)*0x1000, "o", 1, SIZE_NONE, 0, 983 0x0530+CC_GT*0x1000, 984 0x0AC0+(0xf-CC_GT)*0x1000, "r", 0, SIZE_NONE, 0,
|
| D | fr30-desc.h | 104 , CC_LE, CC_GT, CC_LS, CC_HI enumerator
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | cris.h | 165 #define CC_GT 0xC macro
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | cris.h | 165 #define CC_GT 0xC macro
|
| /netbsd/src/external/gpl3/gdb/dist/sim/moxie/ |
| D | interp.c | 118 #define CC_GT 1<<0 macro 294 if (cpu.asregs.cc & CC_GT) in sim_engine_run() 315 if (cpu.asregs.cc & (CC_GT | CC_EQ)) in sim_engine_run() 584 cc |= (va > vb ? CC_GT : 0); in sim_engine_run()
|
| D | ChangeLog-2021 | 721 (CC_GT, CC_LT, CC_EQ, CC_GTU, CC_LTU): Define.
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3.c | 176463 #define CC_GT 13 /* '>'. Part of > or >= */ 177260 case CC_GT: {
|