Home
last modified time | relevance | path

Searched refs:CC_GT (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcris-opc.c379 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,
Dfr30-desc.h104 , CC_LE, CC_GT, CC_LS, CC_HI enumerator
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcris-opc.c379 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,
Dfr30-desc.h104 , CC_LE, CC_GT, CC_LS, CC_HI enumerator
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dcris.h165 #define CC_GT 0xC macro
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dcris.h165 #define CC_GT 0xC macro
/netbsd/src/external/gpl3/gdb/dist/sim/moxie/
Dinterp.c118 #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()
DChangeLog-2021721 (CC_GT, CC_LT, CC_EQ, CC_GTU, CC_LTU): Define.
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c176463 #define CC_GT 13 /* '>'. Part of > or >= */
177260 case CC_GT: {