Searched refs:CC_LT (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dcris.h164 #define CC_LT 0xB macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dcris.h164 #define CC_LT 0xB macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcris-opc.c413 BRANCH_QUICK_OPCODE+CC_LT*0x1000,
414 0x0f00+(0xF-CC_LT)*0x1000, "o", 1, SIZE_NONE, 0,
1013 0x0530+CC_LT*0x1000,
1014 0x0AC0+(0xf-CC_LT)*0x1000, "r", 0, SIZE_NONE, 0,
H A Dfr30-desc.h98 , CC_V, CC_NV, CC_LT, CC_GE enumerator in enum:insn_cc
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcris-opc.c413 BRANCH_QUICK_OPCODE+CC_LT*0x1000,
414 0x0f00+(0xF-CC_LT)*0x1000, "o", 1, SIZE_NONE, 0,
1013 0x0530+CC_LT*0x1000,
1014 0x0AC0+(0xf-CC_LT)*0x1000, "r", 0, SIZE_NONE, 0,
H A Dfr30-desc.h98 , CC_V, CC_NV, CC_LT, CC_GE enumerator in enum:insn_cc
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c122 #define CC_LT 1<<1 macro
304 if (cpu.asregs.cc & CC_LT)
338 if (cpu.asregs.cc & (CC_LT | CC_EQ))
584 cc |= (va < vb ? CC_LT : 0);

Completed in 124 milliseconds