/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 | 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
|
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,
|
/external/swiftshader/third_party/llvm-7.0/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: isel 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 …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,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 30 CRB = make_unique<ContinuationRecordBuilder>(); in SetUp() 35 CRB.reset(); in TearDown() 59 CRB->begin(ContinuationRecordKind::FieldList); in writeFieldList() 61 auto Records = CRB->end(TTB->nextTypeIndex()); in writeFieldList() 144 CRB->writeMemberType(Record); in writeFieldListImpl() 168 std::unique_ptr<ContinuationRecordBuilder> CRB; member in TypeIndexIteratorTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 125 virtual void writeTo(ContinuationRecordBuilder &CRB) = 0; 134 void writeTo(ContinuationRecordBuilder &CRB) override { in writeTo() 135 CRB.writeMemberType(Record); in writeTo() 494 ContinuationRecordBuilder CRB; in toCodeViewRecord() local 495 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord() 497 Member.Member->writeTo(CRB); in toCodeViewRecord() 499 TS.insertRecord(CRB); in toCodeViewRecord()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 120 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction() 227 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
|
D | SystemZInstrInfo.td | 122 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>;
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2466 (ins crbitrc:$CRA, crbitrc:$CRB), 2467 "crand $CRD, $CRA, $CRB", IIC_BrCR, 2468 [(set i1:$CRD, (and i1:$CRA, i1:$CRB))]>; 2471 (ins crbitrc:$CRA, crbitrc:$CRB), 2472 "crnand $CRD, $CRA, $CRB", IIC_BrCR, 2473 [(set i1:$CRD, (not (and i1:$CRA, i1:$CRB)))]>; 2476 (ins crbitrc:$CRA, crbitrc:$CRB), 2477 "cror $CRD, $CRA, $CRB", IIC_BrCR, 2478 [(set i1:$CRD, (or i1:$CRA, i1:$CRB))]>; 2481 (ins crbitrc:$CRA, crbitrc:$CRB), [all …]
|
D | PPCInstrFormats.td | 1374 bits<5> CRB; 1380 let Inst{16-20} = CRB; 1390 let CRB = 0; 1401 let CRB = RB;
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 442 bits<5> CRB; 448 let Inst{16-20} = CRB;
|
D | PPCInstrInfo.td | 1043 (ins CRBITRC:$CRA, CRBITRC:$CRB), 1044 "creqv $CRD, $CRA, $CRB", BrCR, 1048 (ins CRBITRC:$CRA, CRBITRC:$CRB), 1049 "cror $CRD, $CRA, $CRB", BrCR,
|
/external/u-boot/doc/ |
D | README.x86 | 26 - Bayley Bay CRB 27 - Cherry Hill CRB 29 - Cougar Canyon 2 CRB 30 - Crown Bay CRB
|
/external/v8/src/s390/ |
D | constants-s390.h | 1578 V(crb, CRB, 0xECF6) /* type = RRS COMPARE AND BRANCH (32) */ \
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 29cd5131fbc89870caa99aba341f1445.00018f48.honggfuzz.cov | 249 …���C�Ѐ�r����|��oD�7Ԩ������D���ixy�����o�b�i���p\9��3��1�2K2��p��B��-�CRB�8l_Q�z�3�*�VERSION…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 29cd5131fbc89870caa99aba341f1445.00018f48.honggfuzz.cov | 249 …���C�Ѐ�r����|��oD�7Ԩ������D���ixy�����o�b�i���p\9��3��1�2K2��p��B��-�CRB�8l_Q�z�3�*�VERSION…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 2305 ,"AU","CRB","Collarenebri","Collarenebri","NSW","---4----","AI","9912",,, 4200 ,"BE","CRB","Corbais","Corbais","WBR","--3-----","RL","0307",,"5039N 00439E", 6471 "+","BR","CRB","Carapebus","Carapebus","RJ","--3-----","RL","1301",,"2211S 04140W", 8724 ,"CA","CRB","Carbonear","Carbonear","NL","1-3-----","RL","0501",,"4744N 05315W","" 15082 ,"CW","CRB","Caracas Baai","Caracas Baai",,"1-------","AI","1101",,"1204N 06851W", 28658 ,"ES","CRB","Corbera","Corbera",,"--3-----","RQ","9501",,, 34897 ,"FR","CRB","Courbevoie","Courbevoie","92","--3-----","RL","9501","QEV",,
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 3224 ,"PT","CRB","Casa Branca","Casa Branca",,"1----6--","RQ","1001",,"3830N 00810W", 4042 ,"RO","CRB","Corbeanca","Corbeanca",,"--3-----","RL","0307",,"4436N 02603E", 12080 ,"US","CRB","Carrabelle","Carrabelle","FL","1-3-----","RN","0105",,, 27654 ,"VN","CRB","Camranh","Camranh",,"1-------","QQ","9501",,,
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 1404 ,"GB","CRB","Crosby","Crosby","MSY","--3-----","AF","9704",,, 9306 ,"IN","CRB","Changrabandha","Changrabandha","WB","-23----B","AA","0207",,"2625N 08855E", 11429 ,"IT","CRB","Carbonera","Carbonera",,"--3-----","RQ","9705",,,
|