Searched defs:CSINC (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h45 CSINC, // Conditional select increment. enumerator in enum:llvm::AArch64ISD::__anon25945
/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
/external/vixl/src/a64/
H A Dconstants-a64.h798 CSINC = CSINC_w, enumerator in enum:vixl::ConditionalSelectOp

Completed in 196 milliseconds