Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp782 MachineInstr *FCMP = BuildMI(MBB, I, I.getDebugLoc(), TII.get(FCMPOpcode)) in select() local
786 if (!constrainSelectedInstRegOperands(*FCMP, TII, TRI, RBI)) in select()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dassembler-cases.txt92 43 42 c0 90 01 c2 f5 00 FCMP.v2f16.gt.m1 r2, `r3.h10, `r2.h00, 0x0
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h61 FCMP, enumerator
DSystemZOperators.td260 def z_fcmp : SDNode<"SystemZISD::FCMP", SDT_ZCmp>;
DSystemZISelLowering.cpp2541 C.Opcode = SystemZISD::FCMP; in getCmp()
5311 OPCODE(FCMP); in getTargetNodeName()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.cpp116 OPINFO(FCMP , R , NONE, RIC , NONE, RIC , NONE); //XXX: use FSEL for mods
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h68 FCMP, enumerator
DAArch64SchedCyclone.td462 // FCMP,FCMPE,FCCMP,FCCMPE
DAArch64SchedFalkorDetails.td1115 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^FCMP(E)?(S|D)r(r|i)$")>;
DAArch64ISelLowering.cpp1259 case AArch64ISD::FCMP: return "AArch64ISD::FCMP"; in getTargetNodeName()
1719 return DAG.getNode(AArch64ISD::FCMP, dl, VT, LHS, RHS); in emitComparison()
DAArch64InstrInfo.td422 def AArch64fcmp : SDNode<"AArch64ISD::FCMP", SDT_AArch64FCmp>;
3552 defm FCMP : FPComparison<0, "fcmp", AArch64any_fcmp>;
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1312 VIR_A_ALU2(FCMP) in VIR_A_ALU2()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c90 #define FCMP 0x1e602000 macro
1495 return push_inst(compiler, (FCMP ^ inv_bits) | VN(src1) | VM(src2)); in sljit_emit_fop1_cmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4005 MachineInstrBuilder FCMP = in lowerFPTOUI() local
4007 MIRBuilder.buildSelect(Dst, FCMP, FPTOSI, Res); in lowerFPTOUI()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst738 - pan/bi: Add FCMP.GL.v2f16 on ADD opcode
743 - pan/bi: Structify FMA FCMP
744 - pan/bi Strucitfy ADD FCMP 32
751 - pan/bi: Pack FMA 32 FCMP
D21.2.0.rst837 - pan/bi: Schedule FCMP.v2f16 with abs modifier
838 - pan/bi: Fuse abs into FCMP/FMIN/FMAX.v2f16
D21.3.0.rst385 - pan/bi: Unit test DISCARD+FCMP fusing
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td1294 // Note 2: the result of a FCMP is not available until the 2nd cycle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenFastISel.inc5461 // FastEmit functions for AArch64ISD::FCMP.
9793 …case AArch64ISD::FCMP: return fastEmit_AArch64ISD_FCMP_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKil…