Searched refs:CBZ (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-bcc.ll | 2 ; If-conversion defeats the purpose of this test, which is to check CBZ
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 165 CBZ, enumerator
|
D | AArch64ISelLowering.cpp | 917 case AArch64ISD::CBZ: return "AArch64ISD::CBZ"; in getTargetNodeName() 3647 return DAG.getNode(AArch64ISD::CBZ, dl, MVT::Other, Chain, LHS, Dest); in LowerBR_CC() 9487 BR = DAG.getNode(AArch64ISD::CBZ, SDLoc(N), MVT::Other, Chain, LHS, Dest); in performBRCONDCombine()
|
D | AArch64InstrInfo.td | 159 def AArch64cbz : SDNode<"AArch64ISD::CBZ", SDT_AArch64cbz, 1193 defm CBZ : CmpBranch<0, "cbz", AArch64cbz>;
|
/external/vixl/doc/ |
D | getting-started.md | 141 (such as conditional or `CBZ`-like branches) have smaller ranges. Confining
|
D | supported-instructions.md | 233 ### CBZ ### subsection 240 ### CBZ ### subsection
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 623 CBZ = CBZ_w, enumerator
|
D | assembler-arm64.cc | 1021 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt)); in cbz()
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_64.c | 77 #define CBZ 0xb4000000 macro 1933 PTR_FAIL_IF(push_inst(compiler, (CBZ ^ inv_bits) | (6 << 5) | RT(src))); in emit_cmp_to0()
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 650 CBZ = CBZ_w, enumerator
|
D | assembler-a64.cc | 702 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt)); in cbz()
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2.txt | 255 # CBZ/CBNZ
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 406 @ CBZ/CBNZ
|