Home
last modified time | relevance | path

Searched refs:FCMP (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h61 FCMP,
H A DSystemZISelLowering.cpp2541 C.Opcode = SystemZISD::FCMP;
5311 OPCODE(FCMP); in getTargetNodeName()
/third_party/mesa3d/src/nouveau/codegen/
H A 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/
H A DAArch64ISelLowering.h68 FCMP,
H A DAArch64ISelLowering.cpp1259 case AArch64ISD::FCMP: return "AArch64ISD::FCMP"; in getTargetNodeName()
1719 return DAG.getNode(AArch64ISD::FCMP, dl, VT, LHS, RHS); in emitComparison()
1906 /// Emit conjunction or disjunction tree with the CMP/FCMP followed by a chain
5264 // If that fails, we'll need to perform an FCMP + CSEL sequence. Go ahead in LowerSETCC()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h1372 VIR_A_ALU2(FCMP)
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c92 #define FCMP 0x1e602000 macro
1738 return push_inst(compiler, (FCMP ^ inv_bits) | VN(src1) | VM(src2)); in sljit_emit_fop1_cmp()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1121 FCMP = FCMP_s,
H A Dassembler-arm64.cc2695 Emit(FPType(fn) | FCMP | Rm(fm) | Rn(fn)); in fcmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4005 MachineInstrBuilder FCMP = in lowerFPTOUI() local
4007 MIRBuilder.buildSelect(Dst, FCMP, FPTOSI, Res); in lowerFPTOUI()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1517 FCMP = FCMP_s, enumerator
H A Dassembler-aarch64.cc3483 Instr op = (trap == EnableTrap) ? FCMPE : FCMP;

Completed in 78 milliseconds