Home
last modified time | relevance | path

Searched refs:CCMP (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h995 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 Dmacro-assembler-arm64-inl.h91 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP); in Ccmp()
108 ConditionalCompareMacro(rn, -operand.ImmediateValue(), nzcv, cond, CCMP); in Ccmn()
H A Dassembler-arm64.cc1077 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 DAArch64ISelLowering.h63 CCMP,
H A DAArch64ISelLowering.cpp1256 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 Dconstants-aarch64.h1369 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 Dmacro-assembler-aarch64.cc1246 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP); in Emit()
1257 ConditionalCompareMacro(rn, -operand.GetImmediate(), nzcv, cond, CCMP); in Emit()
H A Dassembler-aarch64.cc812 ConditionalCompare(rn, operand, nzcv, cond, CCMP); in ccmp()
H A Dsimulator-aarch64.cc4091 if (instr->Mask(ConditionalCompareMask) == CCMP) { in Simulator()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1951 if (instr->Mask(ConditionalCompareMask) == CCMP) {

Completed in 73 milliseconds