Searched refs:CCMP (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 995 CCMP = 0x60000000 1005 CCMP_w = ConditionalCompareRegisterFixed | CCMP, 1006 CCMP_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMP 1016 CCMP_w_imm = ConditionalCompareImmediateFixed | CCMP, 1017 CCMP_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMP
|
H A D | macro-assembler-arm64-inl.h | 91 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP); in Ccmp() 108 ConditionalCompareMacro(rn, -operand.ImmediateValue(), nzcv, cond, CCMP); in Ccmn()
|
H A D | assembler-arm64.cc | 1077 ConditionalCompare(rn, operand, nzcv, cond, CCMP); in ccmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 63 CCMP,
|
H A D | AArch64ISelLowering.cpp | 1256 case AArch64ISD::CCMP: return "AArch64ISD::CCMP"; in getTargetNodeName() 1751 /// \defgroup AArch64CCMP CMP;CCMP matching 1753 /// These functions deal with the formation of CMP;CCMP;... sequences. 1754 /// The CCMP/CCMN/FCCMP/FCCMPE instructions allow the conditional execution of 1767 /// negating the flags used in a CCMP/FCCMP operations. 1768 /// - We can negate the result of a whole chain of CMP/CCMP/FCCMP operations 1770 /// NEG (CMP CCMP CCCMP ...) can be implemented. 1780 /// CCMP/FCCMP chain. 1803 /// Create a conditional comparison; Use CCMP, CCM [all...] |
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1369 CCMP = 0x60000000 enumerator 1379 CCMP_w = ConditionalCompareRegisterFixed | CCMP, 1380 CCMP_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMP 1390 CCMP_w_imm = ConditionalCompareImmediateFixed | CCMP, 1391 CCMP_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMP
|
H A D | macro-assembler-aarch64.cc | 1246 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP); in Emit() 1257 ConditionalCompareMacro(rn, -operand.GetImmediate(), nzcv, cond, CCMP); in Emit()
|
H A D | assembler-aarch64.cc | 812 ConditionalCompare(rn, operand, nzcv, cond, CCMP); in ccmp()
|
H A D | simulator-aarch64.cc | 4091 if (instr->Mask(ConditionalCompareMask) == CCMP) { in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 1951 if (instr->Mask(ConditionalCompareMask) == CCMP) {
|
Completed in 73 milliseconds