Searched refs:CR6 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h48 Reg = PPC::CR6;
H A DPPCISelLowering.cpp7209 DAG.getRegister(PPC::CR6, MVT::i32),
7213 unsigned BitNo; // Bit # of CR6.
7217 case 0: // Return the value of the EQ bit of CR6.
7220 case 1: // Return the inverted value of the EQ bit of CR6.
7223 case 2: // Return the value of the LT bit of CR6.
7226 case 3: // Return the inverted value of the LT bit of CR6.
10228 // node, use its result instead of this node (VCMPo computes both a CR6 and
10298 // that we don't have to do a MFOCRF: instead, branch directly on CR6. This
10370 case 0: // Branch on the value of the EQ bit of CR6.
10373 case 1: // Branch on the inverted value of the EQ bit of CR6
[all...]
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp321 case PPC::CR6: RegNo = 6; break;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2851 // constants for mapping CR6 register bits to predicate result
2852 enum { CR6_EQ=0, CR6_EQ_REV, CR6_LT, CR6_LT_REV } CR6; local
2867 CR6 = CR6_LT;
2871 CR6 = CR6_EQ;
2875 CR6 = CR6_LT;
2880 CR6 = CR6_LT;
2885 CR6 = CR6_LT;
2890 CR6 = CR6_EQ;
2896 CR6 = CR6_LT;
2900 CR6
[all...]
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp58 PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR7
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h361 ENTRY(CR6) \
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp157 PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR7

Completed in 1304 milliseconds