Searched refs:PSR (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsparc-stub.c119 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator in enum:regnames
224 st %l0, [%sp + (24 + 65) * 4] ! PSR
250 ldd [%sp + (24 + 64) * 4], %l0 ! Y & PSR
662 0); /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
670 psr = registers[PSR];
675 8 * 4, 0); /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
687 if (psr != registers[PSR])
688 registers[PSR] = (psr & 0x1f) | (registers[PSR] & ~0x1f);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.h56 #define PSR IA64_OPND_PSR macro
H A Dia64-opc-m.c117 {"mov", M, OpX3X6b (1, 0, 0x25), {R1, PSR}, PRIV, 0, NULL},
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-m68851.h80 Y PSR
104 #define PSR (BAC+8) /* 72 */ macro
105 #define PCSR (PSR+1) /* 73 */
194 /* PSR, PCSR */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp892 case Sparc::PSR:
1031 RegNo = Sparc::PSR;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1252 LiveRange &PSR = !LM.all() ? getSubRangeForMask(LM, PLI) local
1254 if (PSR.liveAt(LastUse))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1515 PushAndPopStackRAII PSR(OMPBuilder, CGF, HasCancel);

Completed in 119 milliseconds