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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h48 Reg = PPC::CR6;
H A DPPCISelLowering.cpp7499 DAG.getRegister(PPC::CR6, MVT::i32),
7503 unsigned BitNo; // Bit # of CR6.
7507 case 0: // Return the value of the EQ bit of CR6.
7510 case 1: // Return the inverted value of the EQ bit of CR6.
7513 case 2: // Return the value of the LT bit of CR6.
7516 case 3: // Return the inverted value of the LT bit of CR6.
10551 // node, use its result instead of this node (VCMPo computes both a CR6 and
10621 // that we don't have to do a MFOCRF: instead, branch directly on CR6. This
10692 case 0: // Branch on the value of the EQ bit of CR6.
10695 case 1: // Branch on the inverted value of the EQ bit of CR6
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp364 case PPC::CR6: RegNo = 6; break;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2855 // constants for mapping CR6 register bits to predicate result
2856 enum { CR6_EQ=0, CR6_EQ_REV, CR6_LT, CR6_LT_REV } CR6; local
2871 CR6 = CR6_LT;
2875 CR6 = CR6_EQ;
2879 CR6 = CR6_LT;
2884 CR6 = CR6_LT;
2889 CR6 = CR6_LT;
2894 CR6 = CR6_EQ;
2900 CR6 = CR6_LT;
2904 CR6
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h361 ENTRY(CR6) \
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp67 PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR7
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp177 PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR7

Completed in 142 milliseconds