Searched refs:CSINC (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 47 CSINC, // Conditional select increment.
|
H A D | AArch64ISelLowering.cpp | 143 // 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 D | sljitNativeARM_64.c | 79 #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 D | constants-arm64.h | 922 CSINC = CSINC_w, enumerator in enum:v8::internal::ConditionalSelectOp
|
H A D | assembler-arm64.cc | 1338 ConditionalSelect(rd, rn, rm, cond, CSINC);
|
/external/vixl/src/vixl/a64/ |
H A D | constants-a64.h | 1003 CSINC = CSINC_w, enumerator in enum:vixl::ConditionalSelectOp
|
H A D | assembler-a64.cc | 1143 ConditionalSelect(rd, rn, rm, cond, CSINC);
|
Completed in 185 milliseconds