/external/llvm/test/CodeGen/PowerPC/ |
D | fold-zero.ll | 2 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck -check-prefix=CHECK-CRB… 20 ; CHECK-CRB: @test2 21 ; CHECK-CRB-NOT: li {{[0-9]+}}, 0 22 ; CHECK-CRB: isel 3, 0, 23 ; CHECK-CRB: blr
|
D | early-ret2.ll | 2 …UN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s -check-prefix=CHECK-CRB 22 ; CHECK-CRB: @_Z8example3iPiS_ 23 ; CHECK-CRB: bclr 12,
|
D | bdzlr.ll | 2 …UN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s -check-prefix=CHECK-CRB 60 ; CHECK-CRB: @lua_xmove 61 ; CHECK-CRB: bclr 12, 62 ; CHECK-CRB: bclr 12, 63 ; CHECK-CRB: bdzlr 64 ; CHECK-CRB-NOT: blr
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fold-zero.ll | 2 …instrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck --check-prefix=CHECK-CRB %s 28 ; CHECK-CRB-LABEL: @test2 29 ; CHECK-CRB-NOT: li {{[0-9]+}}, 0 30 ; CHECK-CRB: iselgt 3, 0, 31 ; CHECK-CRB: blr
|
D | bdzlr.ll | 2 …einstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s -check-prefix=CHECK-CRB 60 ; CHECK-CRB: @lua_xmove 61 ; CHECK-CRB: bclr 12, 62 ; CHECK-CRB: bclr 12, 63 ; CHECK-CRB: bdzlr 64 ; CHECK-CRB-NOT: blr
|
D | early-ret2.ll | 2 …einstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s -check-prefix=CHECK-CRB 22 ; CHECK-CRB: @_Z8example3iPiS_ 23 ; CHECK-CRB: bclr 12,
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 29 CRB = std::make_unique<ContinuationRecordBuilder>(); in SetUp() 34 CRB.reset(); in TearDown() 58 CRB->begin(ContinuationRecordKind::FieldList); in writeFieldList() 60 auto Records = CRB->end(TTB->nextTypeIndex()); in writeFieldList() 143 CRB->writeMemberType(Record); in writeFieldListImpl() 167 std::unique_ptr<ContinuationRecordBuilder> CRB; member in TypeIndexIteratorTest
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 124 virtual void writeTo(ContinuationRecordBuilder &CRB) = 0; 133 void writeTo(ContinuationRecordBuilder &CRB) override { in writeTo() 134 CRB.writeMemberType(Record); in writeTo() 493 ContinuationRecordBuilder CRB; in toCodeViewRecord() local 494 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord() 496 Member.Member->writeTo(CRB); in toCodeViewRecord() 498 TS.insertRecord(CRB); in toCodeViewRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 124 virtual void writeTo(ContinuationRecordBuilder &CRB) = 0; 133 void writeTo(ContinuationRecordBuilder &CRB) override { in writeTo() 134 CRB.writeMemberType(Record); in writeTo() 493 ContinuationRecordBuilder CRB; in toCodeViewRecord() local 494 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord() 496 Member.Member->writeTo(CRB); in toCodeViewRecord() 498 TS.insertRecord(CRB); in toCodeViewRecord()
|
/external/oss-fuzz/projects/clamav/ |
D | build.sh | 86 for type in CDB CFG CRB FP FTM HDB HSB IDB IGN IGN2 LDB MDB MSB NDB PDB WDB YARA; do
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 120 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction() 227 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
|
D | SystemZInstrInfo.td | 273 def CRB : InstRRS<0xECF6, (outs), (ins GR32:$R1, GR32:$R2,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2232 (ins crbitrc:$CRA, crbitrc:$CRB), 2233 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2234 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2237 (ins crbitrc:$CRA, crbitrc:$CRB), 2238 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2239 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2242 (ins crbitrc:$CRA, crbitrc:$CRB), 2243 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2244 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2247 (ins crbitrc:$CRA, crbitrc:$CRB), [all …]
|
D | PPCInstrFormats.td | 1185 bits<5> CRB; 1191 let Inst{16-20} = CRB;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 143 LoweredMI = MCInstBuilder(SystemZ::CRB) in emitInstruction() 250 LoweredMI = MCInstBuilder(SystemZ::CRB) in emitInstruction()
|
D | SystemZInstrInfo.td | 140 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 143 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction() 250 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
|
D | SystemZInstrInfo.td | 121 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2601 (ins crbitrc:$CRA, crbitrc:$CRB), 2602 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2603 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2606 (ins crbitrc:$CRA, crbitrc:$CRB), 2607 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2608 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2611 (ins crbitrc:$CRA, crbitrc:$CRB), 2612 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2613 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2616 (ins crbitrc:$CRA, crbitrc:$CRB), [all …]
|
D | PPCInstrFormats.td | 1358 bits<5> CRB; 1364 let Inst{16-20} = CRB; 1374 let CRB = 0; 1385 let CRB = RB;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2815 (ins crbitrc:$CRA, crbitrc:$CRB), 2816 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2817 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2820 (ins crbitrc:$CRA, crbitrc:$CRB), 2821 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2822 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2825 (ins crbitrc:$CRA, crbitrc:$CRB), 2826 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2827 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2830 (ins crbitrc:$CRA, crbitrc:$CRB), [all …]
|
D | PPCInstrFormats.td | 1362 bits<5> CRB; 1368 let Inst{16-20} = CRB; 1378 let CRB = 0; 1389 let CRB = RB;
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 24 * NASM and YASM are located in the CRB (Code Ready Builder) repository on
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 3211 3391224905U, // CRB 6014 41U, // CRB 8817 0U, // CRB 10777 // BCRAsm, CGRB, CGRJ, CGRT, CLGRB, CLGRJ, CLGRT, CLRB, CLRJ, CLRT, CRB, ... 10895 // BPP, BPRP, CGRB, CGRJ, CLGRB, CLGRJ, CLRB, CLRJ, CRB, CRJ 11049 // CGRB, CLGRB, CLRB, CRB, InsnSSE, InsnSSF
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 19621 …// Src: (xor:{ *:[i1] } (and:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB), -1:{ *:[i1] }) - … 19622 // Dst: (CRNAND:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB) 19642 …// Src: (xor:{ *:[i1] } (or:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB), -1:{ *:[i1] }) - C… 19643 // Dst: (CRNOR:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB) 19664 …// Src: (xor:{ *:[i1] } (xor:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB), -1:{ *:[i1] }) - … 19665 // Dst: (CREQV:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB) 19701 /* 49802*/ OPC_RecordChild1, // #1 = $CRB 19705 … *:[i1] } (xor:{ *:[i1] } i1:{ *:[i1] }:$CRA, -1:{ *:[i1] }), i1:{ *:[i1] }:$CRB) - Complexity = 11 19706 // Dst: (CREQV:{ *:[i1] } i1:{ *:[i1] }:$CRA, i1:{ *:[i1] }:$CRB) 19708 /* 49814*/ OPC_RecordChild0, // #0 = $CRB [all …]
|