Home
last modified time | relevance | path

Searched refs:BCR (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dmverify-optypes.mir37 BCR 0, 0, $r2d, implicit $cc
38 BCR 0, $r2d, $r2d, implicit $cc
70 # CHECK: - instruction: BCR 0, $r2d, $r2d, implicit $cc
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp165 LoweredMI = MCInstBuilder(SystemZ::BCR) in emitInstruction()
305 LoweredMI = MCInstBuilder(SystemZ::BCR) in emitInstruction()
H A DSystemZInstrInfo.td66 def BCR : CondBranchRR<"b#r", 0x07>;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2515 BaseClassRecord BCR(translateAccessFlags(Ty->getTag(), I->getFlags()), in lowerRecordFieldList() local
2518 ContinuationBuilder.writeMemberType(BCR); in lowerRecordFieldList()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1477 // Section 8.8.4 - BCR (Branch on Condition Relative)