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

/external/clang/lib/Headers/
H A Dhtmintrin.h40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h91 #define CR0 0000000 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h111 #define CR0 0000000 macro
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h30 Reg = PPC::CR0;
H A DPPCRegisterInfo.cpp436 /// rlwinm rA, rA, SB, 0, 31 ; Shift the bits left so they are in CR0's slot.
462 // If the saved register wasn't CR0, shift the bits left so that they are in
463 // CR0's slot.
464 if (SrcReg != PPC::CR0) {
507 // If the reloaded register isn't CR0, shift the bits right so that they are
509 if (DestReg != PPC::CR0) {
H A DPPCInstrInfo.cpp1536 Instr.modifiesRegister(PPC::CR0, TRI) ||
1537 Instr.readsRegister(PPC::CR0, TRI)))
1642 .addReg(PPC::CR0, MIOpC != NewOpC ? RegState::Kill : 0);
H A DPPCISelLowering.cpp7904 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
8035 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
8616 BuildMI(BB, dl, TII->get(is64bit ? PPC::CMPD : PPC::CMPW), PPC::CR0)
8619 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
8627 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
8758 BuildMI(BB, dl, TII->get(PPC::CMPW), PPC::CR0)
8761 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
8773 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
10651 R.first = PPC::CR0;
H A DPPCISelDAGToDAG.cpp2639 SDValue CR0Reg = CurDAG->getRegister(PPC::CR0, MVT::i32);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp353 (MO.getReg() >= PPC::CR0 && MO.getReg() <= PPC::CR7));
367 MO.getReg() < PPC::CR0 || MO.getReg() > PPC::CR7);
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp315 case PPC::CR0: RegNo = 0; break;
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp57 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3,
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h355 ENTRY(CR0) \
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp156 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3,
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h124 #define CR0 cr0 macro
186 #define CR0 %cr0 macro

Completed in 955 milliseconds