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 D | MipsInstructionSelector.cpp | 782 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 D | SystemZISelLowering.h | 61 FCMP,
|
H A D | SystemZISelLowering.cpp | 2541 C.Opcode = SystemZISD::FCMP; 5311 OPCODE(FCMP); in getTargetNodeName()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_gv100.cpp | 116 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 D | AArch64ISelLowering.h | 68 FCMP,
|
H A D | AArch64ISelLowering.cpp | 1259 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 D | v3d_compiler.h | 1372 VIR_A_ALU2(FCMP)
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 92 #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 D | constants-arm64.h | 1121 FCMP = FCMP_s,
|
H A D | assembler-arm64.cc | 2695 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 D | LegalizerHelper.cpp | 4005 MachineInstrBuilder FCMP = in lowerFPTOUI() local 4007 MIRBuilder.buildSelect(Dst, FCMP, FPTOSI, Res); in lowerFPTOUI()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1517 FCMP = FCMP_s, enumerator
|
H A D | assembler-aarch64.cc | 3483 Instr op = (trap == EnableTrap) ? FCMPE : FCMP;
|
Completed in 78 milliseconds