Home
last modified time | relevance | path

Searched refs:FCCMP (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h65 FCCMP,
H A DAArch64ISelLowering.cpp1258 case AArch64ISD::FCCMP: return "AArch64ISD::FCCMP"; in getTargetNodeName()
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
1780 /// CCMP/FCCMP chain.
1803 /// Create a conditional comparison; Use CCMP, CCMN or FCCMP as appropriate.
1819 Opcode = AArch64ISD::FCCMP; in emitConditionalComparison()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1138 FCCMP = FCCMP_s,
H A Dassembler-arm64.cc2710 Emit(FPType(fn) | FCCMP | Rm(fm) | Cond(cond) | Rn(fn) | Nzcv(nzcv)); in fccmp()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1540 FCCMP = FCCMP_s, enumerator
H A Dassembler-aarch64.cc3523 Instr op = (trap == EnableTrap) ? FCCMPE : FCCMP;

Completed in 57 milliseconds