Searched refs:CR0 (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h31 case R0 : case X0 : case F0 : case V0 : case CR0: case CR0LT: return 0;
H A DPPCMCCodeEmitter.cpp172 (MO.getReg() >= PPC::CR0 && MO.getReg() <= PPC::CR7));
184 MO.getReg() < PPC::CR0 || MO.getReg() > PPC::CR7);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h150 #define CR0 0x00000000 macro
H A Dtermios.h184 #define CR0 0x00000000 macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x122 const CR0 = 0x00000000;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp143 (MO.getReg() >= PPC::CR0 && MO.getReg() <= PPC::CR7));
254 MO.getReg() < PPC::CR0 || MO.getReg() > PPC::CR7);
H A DPPCInstrInfo.cpp516 // If the saved register wasn't CR0, shift the bits left so that they are
517 // in CR0's slot.
518 if (SrcReg != PPC::CR0) {
541 Reg = PPC::CR0;
659 // If the reloaded register isn't CR0, shift the bits right so that they are
661 if (DestReg != PPC::CR0) {
678 Reg = PPC::CR0;
H A DPPCRegisterInfo.cpp397 /// rlwinm rA, rA, SB, 0, 31 ; Shift the bits left so they are in CR0's slot.
425 // If the saved register wasn't CR0, shift the bits left so that they are in
426 // CR0's slot.
427 if (SrcReg != PPC::CR0)
468 // If the reloaded register isn't CR0, shift the bits right so that they are
470 if (DestReg != PPC::CR0) {
H A DPPCISelLowering.cpp4927 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
5056 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
5267 BuildMI(BB, dl, TII->get(is64bit ? PPC::CMPD : PPC::CMPW), PPC::CR0)
5270 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
5278 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
5411 BuildMI(BB, dl, TII->get(PPC::CMPW), PPC::CR0)
5414 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
5426 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp95 case PPC::CR0: RegNo = 0; break;
199 case PPC::CR0: RegNo = 0; break;
/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c238 { "cr0", CR0, 0 },
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h196 #define CR0 0 macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h261 ENTRY(CR0) \
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp287 case X86::CR0: case X86::CR8 : case X86::DR0: return 0;
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c308 { "cr0", BITS, O_FLAG, IG|SS, CRDLY, CR0 },
/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.c27 #undef CR0 macro

Completed in 169 milliseconds