Searched refs:CSINC (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h47 CSINC, // Conditional select increment.
H A DAArch64ISelLowering.cpp143 // to fold it into CSINC/CSINV.
476 // Also, try to fold ADD into CSINC/CSINV..
847 case AArch64ISD::CSINC: return "AArch64ISD::CSINC";
1777 // CSINC Wd, WZR, WZR, invert(cond).
3852 // matched to a single CSINC instruction.
3871 // matched to a single CSINC instruction.
3920 // order to for a CSINV or CSINC out of them.
3954 // inverse/negation/increment of TVal and generate a CSINV/CSNEG/CSINC
3962 // arithmetic for the check whether we can use CSINC
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c79 #define CSINC 0x9a800400 macro
1987 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO)));
2009 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO)));
/external/v8/src/arm64/
H A Dconstants-arm64.h922 CSINC = CSINC_w, enumerator in enum:v8::internal::ConditionalSelectOp
H A Dassembler-arm64.cc1338 ConditionalSelect(rd, rn, rm, cond, CSINC);
/external/vixl/src/vixl/a64/
H A Dconstants-a64.h1003 CSINC = CSINC_w, enumerator in enum:vixl::ConditionalSelectOp
H A Dassembler-a64.cc1143 ConditionalSelect(rd, rn, rm, cond, CSINC);

Completed in 185 milliseconds