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 D | AArch64ISelLowering.h | 47 CSINC, // Conditional select increment.
|
H A D | AArch64ISelLowering.cpp | 252 // 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 D | ARMISelLowering.h | 255 CSINC, // Conditional select increment.
|
H A D | ARMISelLowering.cpp | 1707 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 D | sljitNativeARM_64.c | 86 #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 D | constants-arm64.h | 1030 CSINC = CSINC_w,
|
H A D | assembler-arm64.cc | 1022 ConditionalSelect(rd, rn, rm, cond, CSINC); in csinc()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1404 CSINC = CSINC_w, enumerator
|
H A D | assembler-aarch64.cc | 737 ConditionalSelect(rd, rn, rm, cond, CSINC); in csinc()
|
Completed in 77 milliseconds