Searched refs:CR3 (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc.h62 #define CR3 IA64_OPND_CR3 macro
H A Dia64-opc-m.c109 {"mov", M, OpX3X6b (1, 0, 0x2c), {CR3, R2}, PRIV, 0, NULL},
110 {"mov", M, OpX3X6b (1, 0, 0x24), {R1, CR3}, PRIV, 0, NULL},
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc.h63 #define CR3 IA64_OPND_CR3 macro
H A Dia64-opc-m.c109 {"mov", M, OpX3X6b (1, 0, 0x2c), {CR3, R2}, PRIV, 0, NULL},
110 {"mov", M, OpX3X6b (1, 0, 0x24), {R1, CR3}, PRIV, 0, NULL},
/openbsd-current/gnu/usr.bin/perl/h2pl/eg/sys/
H A Dioctl.pl60 $CR3 = 0x3000;
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h39 Reg = PPC::CR3;
H A DPPCFrameLowering.cpp2046 if ((SavedRegs.test(PPC::CR2) || SavedRegs.test(PPC::CR3) ||
2521 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR3)
2569 return PPC::CR2 == Reg || Reg == PPC::CR3 || Reg == PPC::CR4;
2610 } else if (Reg == PPC::CR3) {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h363 ENTRY(CR3) \
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp499 case PPC::CR3: RegNo = 3; break;

Completed in 229 milliseconds