Home
last modified time | relevance | path

Searched defs:PSL_C (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/amd64/include/
H A Dpsl.h44 #define PSL_C 0x00000001 /* carry flag */ macro
/openbsd-src/sys/arch/i386/include/
H A Dpsl.h44 #define PSL_C 0x00000001 /* carry flag */ macro
/openbsd-src/sys/arch/hppa/include/
H A Dpsl.h85 #define PSL_C (1 << (31-PSL_C_POS)) /* Instruction Address Translation Enable */ macro