Searched refs:CSINV (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 45 CSINV, // Conditional select invert.
|
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() 1244 case AArch64ISD::CSINV: return "AArch64ISD::CSINV"; in getTargetNodeName() 2380 // The latter will get matched to a CSINV instruction. in LowerXOR() 2400 // might be needed to make this fit into a CSINV pattern. in LowerXOR() 5332 // order to for a CSINV or CSINC out of them. in LowerSELECT_CC() 5346 // with a CSINV rather than a CSEL. in LowerSELECT_CC() 5366 // inverse/negation/increment of TVal and generate a CSINV/CSNEG/CSINC in LowerSELECT_CC() 5369 Opcode = AArch64ISD::CSINV; 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 | 253 CSINV, // Conditional select invert.
|
H A D | ARMISelLowering.cpp | 1705 case ARMISD::CSINV: return "ARMISD::CSINV"; in getTargetNodeName() 4968 Opcode = ARMISD::CSINV; in LowerSELECT_CC()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1033 CSINV = CSINV_w,
|
H A D | assembler-arm64.cc | 1027 ConditionalSelect(rd, rn, rm, cond, CSINV); in csinv()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1407 CSINV = CSINV_w, enumerator
|
H A D | assembler-aarch64.cc | 745 ConditionalSelect(rd, rn, rm, cond, CSINV); in csinv()
|
Completed in 75 milliseconds