Home
last modified time | relevance | path

Searched defs:CC_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c68 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
129 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
166 #define CC_MASK (CC_C) macro
499 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A) macro
501 #define CC_MASK (CC_O | CC_C) macro
585 #define CC_MASK (0) macro
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h302 #define CC_MASK 0xf0000000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h311 #define CC_MASK 0xf0000000 macro
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h150 #define CC_MASK (0x1 << 0) macro