Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h47 CSINC, // Conditional select increment.
H A DAArch64ISelLowering.cpp252 // to fold it into CSINC/CSINV. in AArch64TargetLowering()
630 // Also, try to fold ADD into CSINC/CSINV.. in AArch64TargetLowering()
1246 case AArch64ISD::CSINC: return "AArch64ISD::CSINC"; in getTargetNodeName()
2476 // CSINC Wd, WZR, WZR, invert(cond). in LowerXALUO()
5255 // matched to a single CSINC instruction. in LowerSETCC()
5282 // matched to a single CSINC instruction. in LowerSETCC()
5332 // order to for a CSINV or CSINC out of them. in LowerSELECT_CC()
5366 // inverse/negation/increment of TVal and generate a CSINV/CSNEG/CSINC in LowerSELECT_CC()
5374 // arithmetic for the check whether we can use CSINC in LowerSELECT_CC()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.h255 CSINC, // Conditional select increment.
H A DARMISelLowering.cpp1707 case ARMISD::CSINC: return "ARMISD::CSINC"; in getTargetNodeName()
4972 Opcode = ARMISD::CSINC; in LowerSELECT_CC()
4974 Opcode = ARMISD::CSINC; in LowerSELECT_CC()
4983 if (Opcode != ARMISD::CSINC && in LowerSELECT_CC()
4991 // to get there. CSINC not is invertable like the other two (~(~a) == a, in LowerSELECT_CC()
4993 if (FVal == 0 && Opcode != ARMISD::CSINC) { in LowerSELECT_CC()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c86 #define CSINC 0x9a800400 macro
2101 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
2126 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1030 CSINC = CSINC_w,
H A Dassembler-arm64.cc1022 ConditionalSelect(rd, rn, rm, cond, CSINC); in csinc()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1404 CSINC = CSINC_w, enumerator
H A Dassembler-aarch64.cc737 ConditionalSelect(rd, rn, rm, cond, CSINC); in csinc()

Completed in 77 milliseconds