Home
last modified time | relevance | path

Searched refs:FCMP (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dpow-1.ll76 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq float %x, 0xFFF0000000000000
77 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], float 0x7FF0000000000000, float [[FABSF]]
87 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq double %x, 0xFFF0000000000000
88 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
167 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq double %x, 0xFFF0000000000000
168 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
D2008-11-08-FCmp.ll4 ; When inst combining an FCMP with the LHS coming from a uitofp instruction, we
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2008-11-08-FCmp.ll4 ; When inst combining an FCMP with the LHS coming from a uitofp instruction, we
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h61 FCMP, enumerator
DSystemZOperators.td182 def z_fcmp : SDNode<"SystemZISD::FCMP", SDT_ZCmp, [SDNPOutGlue]>;
DSystemZISelLowering.cpp2110 C.Opcode = SystemZISD::FCMP; in getCmp()
4605 OPCODE(FCMP); in getTargetNodeName()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h68 FCMP, enumerator
DAArch64SchedCyclone.td461 // FCMP,FCMPE,FCCMP,FCCMPE
DAArch64ISelLowering.cpp859 case AArch64ISD::FCMP: return "AArch64ISD::FCMP"; in getTargetNodeName()
1216 return DAG.getNode(AArch64ISD::FCMP, dl, VT, LHS, RHS); in emitComparison()
DAArch64InstrInfo.td194 def AArch64fcmp : SDNode<"AArch64ISD::FCMP", SDT_AArch64FCmp>;
2670 defm FCMP : FPComparison<0, "fcmp", AArch64fcmp>;
/external/v8/src/arm64/
Dconstants-arm64.h1013 FCMP = FCMP_s, enumerator
Dassembler-arm64.cc1999 Emit(FPType(fn) | FCMP | Rm(fm) | Rn(fn)); in fcmp()
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c84 #define FCMP 0x1e602000 macro
1671 return push_inst(compiler, (FCMP ^ inv_bits) | VN(src1) | VM(src2)); in sljit_emit_fop1_cmp()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td681 // Note 2: the result of a FCMP is not available until the 2nd cycle
/external/vixl/src/aarch64/
Dconstants-aarch64.h1103 FCMP = FCMP_s, enumerator
Dassembler-aarch64.cc2204 Instr op = (trap == EnableTrap) ? FCMPE : FCMP; in FPCompareMacro()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1843 ### FCMP ### subsection
1850 ### FCMP ### subsection
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td1288 // Note 2: the result of a FCMP is not available until the 2nd cycle