Searched refs:CR2 (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h33 case R2 : case X2 : case F2 : case V2 : case CR2: case CR0EQ: return 2;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h152 #define CR2 0x00002000 /* tty 37 */ macro
H A Dtermios.h186 #define CR2 0x00002000 macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x124 const CR2 = 0x00002000; /* tty 37 */
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp97 case PPC::CR2: RegNo = 2; break;
201 case PPC::CR2: RegNo = 2; break;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp509 // subregisters of CR2. We just need to emit a move of CR2.
516 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
524 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
526 MachineLocation CSSrc(PPC::CR2);
957 // Only CR2 (the first nonvolatile spilled) has an associated frame
964 if ((Subtarget.isSVR4ABI() && Reg == PPC::CR2)
1026 // CR2 through CR4 are the nonvolatile CR fields.
1027 bool IsCRField = PPC::CR2 <= Reg && Reg <= PPC::CR4;
1049 // 32-bit: FP-relative. Note that we made sure CR2
[all...]
H A DPPCFrameLowering.h184 // to the slot for CR2, which is the first of the nonvolatile CR
187 {PPC::CR2, -4},
H A DPPCInstrInfo.cpp547 Reg = PPC::CR2;
684 Reg = PPC::CR2;
H A DPPCRegisterInfo.cpp489 // For the nonvolatile condition registers (CR2, CR3, CR4) in an SVR4
495 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) {
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c440 { 2, CR2 },
443 { 166, CR2 },
/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c240 { "cr2", CR2, 0 },
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h198 #define CR2 2 macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h263 ENTRY(CR2) \
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dhanja.el114 ("sod" "$(CR2(B")
H A Dhanja3.el121 ("hra" "$(CR2(B")
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp289 case X86::CR2: case X86::CR10: case X86::DR2: return 2;
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c310 { "cr2", BITS, O_FLAG, US, CRDLY, CR2 },
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmasm.vim182 syn keyword masmRegister CR0 CR2 CR3 CR4
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c29 #undef CR2 macro

Completed in 180 milliseconds