Searched refs:CRB (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 124 virtual void writeTo(ContinuationRecordBuilder &CRB) = 0; 133 void writeTo(ContinuationRecordBuilder &CRB) override { in writeTo() 134 CRB.writeMemberType(Record); in writeTo() 502 ContinuationRecordBuilder CRB; in toCodeViewRecord() local 503 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord() 505 Member.Member->writeTo(CRB); in toCodeViewRecord() 507 TS.insertRecord(CRB); in toCodeViewRecord()
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | cn9130-crb-A.dts | 9 model = "Marvell Armada CN9130-CRB-A";
|
H A D | cn9130-crb-B.dts | 9 model = "Marvell Armada CN9130-CRB-B";
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
H A D | GlobalISelCombinerEmitter.cpp | 2600 CombineRuleBuilder CRB(Target, SubtargetFeatures, *Rec, NextRuleID++, in gatherRules() local 2603 if (!CRB.parseAll()) { in gatherRules() 2609 CRB.print(outs()); in gatherRules() 2613 if (!CRB.emitRuleMatchers()) { in gatherRules()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.td | 2609 (ins crbitrc:$CRA, crbitrc:$CRB), 2610 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2611 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2614 (ins crbitrc:$CRA, crbitrc:$CRB), 2615 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2616 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2619 (ins crbitrc:$CRA, crbitrc:$CRB), 2620 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2621 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2624 (ins crbitrc:$CRA, crbitrc:$CRB), [all …]
|
H A D | PPCInstrFormats.td | 1482 bits<5> CRB; 1488 let Inst{16-20} = CRB; 1497 let CRB = CRA; 1505 let CRB = 0; 1516 let CRB = RB;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 232 LoweredMI = MCInstBuilder(SystemZ::CRB) in emitInstruction() 400 LoweredMI = MCInstBuilder(SystemZ::CRB) in emitInstruction()
|
H A D | SystemZInstrInfo.td | 148 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>;
|