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

/external/kernel-headers/original/asm-arm/
H A Dtermbits.h69 #define CR2 0002000 macro
/external/kernel-headers/original/asm-mips/
H A Dtermbits.h113 #define CR2 0002000 macro
/external/kernel-headers/original/asm-x86/
H A Dtermbits.h93 #define CR2 0002000 macro
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp661 // subregisters of CR2. We just need to emit a move of CR2.
668 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
676 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
678 Label, MRI->getDwarfRegNum(PPC::CR2, true), 8));
996 (MRI.isPhysRegUsed(PPC::CR2) ||
1161 // Only CR2 (the first nonvolatile spilled) has an associated frame
1168 if ((Subtarget.isSVR4ABI() && Reg == PPC::CR2)
1279 // CR2 through CR4 are the nonvolatile CR fields.
1280 bool IsCRField = PPC::CR2 <
[all...]
H A DPPCFrameLowering.h207 // to the slot for CR2, which is the first of the nonvolatile CR
210 {PPC::CR2, -4},
H A DPPCInstrInfo.cpp610 Reg = PPC::CR2;
723 Reg = PPC::CR2;
H A DPPCRegisterInfo.cpp509 // For the nonvolatile condition registers (CR2, CR3, CR4) in an SVR4
514 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) {
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp242 case PPC::CR2: RegNo = 2; break;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h329 ENTRY(CR2) \
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp107 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3,
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h126 #define CR2 cr2 macro
188 #define CR2 %cr2 macro
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h126 #define CR2 cr2 macro
188 #define CR2 %cr2 macro

Completed in 227 milliseconds