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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h45 CSINC, // Conditional select increment. enumerator in enum:llvm::AArch64ISD::__anon25945
H A DAArch64ISelLowering.cpp153 // to fold it into CSINC/CSINV.
343 // Also, try to fold ADD into CSINC/CSINV..
659 case AArch64ISD::CSINC: return "AArch64ISD::CSINC";
1317 // CSINC Wd, WZR, WZR, invert(cond).
3111 // matched to a single CSINC instruction.
3130 // matched to a single CSINC instruction.
3237 // order to for a CSINV or CSINC out of them.
3275 // inverse/negation/increment of TVal and generate a CSINV/CSNEG/CSINC
3283 // arithmetic for the check whether we can use CSINC
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c80 #define CSINC 0x9a800400 macro
1955 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO)));
1977 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO)));
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h916 CSINC = CSINC_w, enumerator in enum:v8::internal::ConditionalSelectOp
H A Dassembler-arm64.cc1340 ConditionalSelect(rd, rn, rm, cond, CSINC);
/external/vixl/src/a64/
H A Dconstants-a64.h798 CSINC = CSINC_w, enumerator in enum:vixl::ConditionalSelectOp
H A Dassembler-a64.cc793 ConditionalSelect(rd, rn, rm, cond, CSINC);

Completed in 158 milliseconds