Home
last modified time | relevance | path

Searched refs:CC_NEGATIVE (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c159 flags |= CC_NEGATIVE; in PerformComparisonOperation()
276 flags &= ~(CC_ZERO | CC_NEGATIVE); in PerformComparison()
H A Dfpopcode.h312 #define CC_NEGATIVE 0x80000000 macro