Home
last modified time | relevance | path

Searched refs:TBZ (Results 1 – 9 of 9) sorted by relevance

/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D142.chain39 TBZ/yK3jHQIDAQABoz0wOzAPBgNVHRMBAf8EBTADAQH/MCgGA1UdHgEB/wQeMByg
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td256 def : InstRW<[THXT8XWriteBR], (instregex "^TBZ")>;
H A DAArch64ISelLowering.h285 TBZ, enumerator
H A DAArch64SchedTSV110.td346 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(BR|RET|(CBZ|CBNZ|TBZ|TBNZ))$")>;
H A DAArch64SchedFalkorDetails.td1073 def : InstRW<[FalkorWr_1Z_0cyc], (instregex "^(BR|RET|(CBZ|CBNZ|TBZ|TBNZ)(W|X))$")>;
H A DAArch64SchedThunderX2T99.td407 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
H A DAArch64SchedA64FX.td587 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
H A DAArch64ISelLowering.cpp2458 MAKE_CASE(AArch64ISD::TBZ) in getTargetNodeName()
8445 return DAG.getNode(AArch64ISD::TBZ, dl, MVT::Other, Chain, Test, in LowerBR_CC()
8484 return DAG.getNode(AArch64ISD::TBZ, dl, MVT::Other, Chain, LHS, in LowerBR_CC()
20500 if (NewOpc == AArch64ISD::TBZ) in performTBZCombine()
20504 NewOpc = AArch64ISD::TBZ; in performTBZCombine()
21475 case AArch64ISD::TBZ: in PerformDAGCombine()
H A DAArch64InstrInfo.td599 def AArch64tbz : SDNode<"AArch64ISD::TBZ", SDT_AArch64tbz,
2649 defm TBZ : TestBranch<0, "tbz", AArch64tbz>;