Searched refs:CC_LT (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/arch/m88k/m88k/ |
H A D | fpu.c | 45 #define CC_LT 0x00000040 /* less than */ macro 195 cc = CC_LT | CC_NE; in fpu_compare() 203 cc = CC_LT | CC_NE; in fpu_compare() 221 if (cc & CC_LT) in fpu_compare() 223 if (cc & (CC_LT | CC_GT)) in fpu_compare() 225 if (cc & (CC_LT | CC_GT | CC_EQ)) in fpu_compare() 231 if (cc & CC_LT) in fpu_compare()
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | cris-opc.c | 290 BRANCH_QUICK_OPCODE+CC_LT*0x1000, 291 0x0f00+(0xF-CC_LT)*0x1000, "o", 1, SIZE_NONE, 0, 710 0x0530+CC_LT*0x1000, 711 0x0AC0+(0xf-CC_LT)*0x1000, "r", 0, SIZE_NONE, 0,
|
H A D | fr30-desc.h | 102 , CC_V, CC_NV, CC_LT, CC_GE enumerator
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | cris-opc.c | 412 BRANCH_QUICK_OPCODE+CC_LT*0x1000, 413 0x0f00+(0xF-CC_LT)*0x1000, "o", 1, SIZE_NONE, 0, 1012 0x0530+CC_LT*0x1000, 1013 0x0AC0+(0xf-CC_LT)*0x1000, "r", 0, SIZE_NONE, 0,
|
H A D | fr30-desc.h | 104 , CC_V, CC_NV, CC_LT, CC_GE enumerator
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | cris.h | 129 #define CC_LT 0xB macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | cris.h | 163 #define CC_LT 0xB macro
|