Searched refs:TBZ (Results 1 – 9 of 9) sorted by relevance
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 142.chain | 39 TBZ/yK3jHQIDAQABoz0wOzAPBgNVHRMBAf8EBTADAQH/MCgGA1UdHgEB/wQeMByg
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedThunderX.td | 256 def : InstRW<[THXT8XWriteBR], (instregex "^TBZ")>;
|
H A D | AArch64ISelLowering.h | 285 TBZ, enumerator
|
H A D | AArch64SchedTSV110.td | 346 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(BR|RET|(CBZ|CBNZ|TBZ|TBNZ))$")>;
|
H A D | AArch64SchedFalkorDetails.td | 1073 def : InstRW<[FalkorWr_1Z_0cyc], (instregex "^(BR|RET|(CBZ|CBNZ|TBZ|TBNZ)(W|X))$")>;
|
H A D | AArch64SchedThunderX2T99.td | 407 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
|
H A D | AArch64SchedA64FX.td | 587 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
|
H A D | AArch64ISelLowering.cpp | 2458 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 D | AArch64InstrInfo.td | 599 def AArch64tbz : SDNode<"AArch64ISD::TBZ", SDT_AArch64tbz, 2649 defm TBZ : TestBranch<0, "tbz", AArch64tbz>;
|