Home
last modified time | relevance | path

Searched refs:CRB (Results 1 – 25 of 25) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dfold-zero.ll2 ; 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
Dbdzlr.ll2 …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
Dearly-ret2.ll2 …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/
Dfold-zero.ll2 …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
Dbdzlr.ll2 …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
Dearly-ret2.ll2 …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/
DTypeIndexDiscoveryTest.cpp30 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/
DCodeViewYAMLTypes.cpp125 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/
DSystemZAsmPrinter.cpp120 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
227 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
DSystemZInstrInfo.td273 def CRB : InstRRS<0xECF6, (outs), (ins GR32:$R1, GR32:$R2,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp120 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
227 LoweredMI = MCInstBuilder(SystemZ::CRB) in EmitInstruction()
DSystemZInstrInfo.td122 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2232 (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 …]
DPPCInstrFormats.td1185 bits<5> CRB;
1191 let Inst{16-20} = CRB;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2466 (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 …]
DPPCInstrFormats.td1374 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/
DPPCInstrFormats.td442 bits<5> CRB;
448 let Inst{16-20} = CRB;
DPPCInstrInfo.td1043 (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/
DREADME.x8626 - Bayley Bay CRB
27 - Cherry Hill CRB
29 - Cougar Canyon 2 CRB
30 - Crown Bay CRB
/external/v8/src/s390/
Dconstants-s390.h1578 V(crb, CRB, 0xECF6) /* type = RRS COMPARE AND BRANCH (32) */ \
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D29cd5131fbc89870caa99aba341f1445.00018f48.honggfuzz.cov249 …���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/
D29cd5131fbc89870caa99aba341f1445.00018f48.honggfuzz.cov249 …���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/
D2013-1_UNLOCODE_CodeListPart1.csv2305 ,"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",,
D2013-1_UNLOCODE_CodeListPart3.csv3224 ,"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",,,
D2013-1_UNLOCODE_CodeListPart2.csv1404 ,"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",,,