Searched defs:PSR (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-m68851.h | 104 #define PSR (BAC+8) /* 72 */ macro
|
H A D | m68k-parse.h | 158 PSR, /* aka MMUSR on 68030 (but not MMUSR on 68040) enumerator
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-m68851.h | 104 #define PSR (BAC+8) /* 72 */ macro
|
H A D | m68k-parse.h | 152 PSR, /* aka MMUSR on 68030 (but not MMUSR on 68040) enumerator
|
/openbsd-src/sys/arch/m88k/m88k/ |
H A D | trap.c | 77 #define USERMODE(PSR) (((PSR) & PSR_MODE) == 0) argument 78 #define SYSTEMMODE(PSR) (((PSR) & PSR_MODE) != 0) argument
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-opc.h | 55 #define PSR IA64_OPND_PSR macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-opc.h | 56 #define PSR IA64_OPND_PSR macro
|
/openbsd-src/sys/arch/m88k/include/ |
H A D | asm.h | 79 #define PSR %cr1 macro
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | sparc-stub.c | 119 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1253 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 1258 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local
|