Searched refs:FMULS (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrFormats.td | 280 // 0b10 for FMULS
|
D | AVRInstrInfo.td | 578 def FMULS : FFMULRdRr<0b10,
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeSPARC_common.c | 152 #define FMULS (OPC1(0x2) | OPC3(0x34) | DOP(0x49)) macro 1331 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMULD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
|
D | sljitNativePPC_common.c | 179 #define FMULS (HI(59) | LO(25)) macro 1990 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMUL) | FD(dst_r) | FA(src1) | FC(src2) /* FMUL … in sljit_emit_fop2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 633 X86ISD::FMULS, X86ISD::FMULS_RND), 635 X86ISD::FMULS, X86ISD::FMULS_RND),
|
D | X86ISelLowering.h | 209 FMUL_RND, FMULS, FMULS_RND, enumerator
|
D | X86InstrFragmentsSIMD.td | 511 def X86fmuls : SDNode<"X86ISD::FMULS", SDTFPBinOp>;
|
D | X86ISelLowering.cpp | 29873 case X86ISD::FMULS: return "X86ISD::FMULS"; in getTargetNodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 426 FMULS,
|
D | PPCInstrInfo.cpp | 240 case PPC::FMULS: in isAssociativeAndCommutative()
|
D | PPCInstrInfo.td | 3017 defm FMULS : AForm_3r<59, 25,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 945 UINT64_C(3959423026), // FMULS 3500 case PPC::FMULS: 7355 CEFBS_None, // FMULS = 932
|
D | PPCGenFastISel.inc | 2179 return fastEmitInst_rr(PPC::FMULS, &PPC::F4RCRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | PPCGenInstrInfo.inc | 947 FMULS = 932, 3916 …Commutable), 0x18ULL, ImplicitList18, nullptr, OperandInfo111, -1 ,nullptr }, // Inst #932 = FMULS 12652 { PPC::FMULS_rec, PPC::FMULS }, 12854 { PPC::FMULS, PPC::FMULS_rec },
|
D | PPCGenAsmWriter.inc | 2600 25909U, // FMULS 4891 38U, // FMULS
|
D | PPCGenDisassemblerTables.inc | 2424 /* 11324 */ MCD::OPC_Decode, 164, 7, 128, 1, // Opcode: FMULS
|
D | PPCGenAsmMatcher.inc | 5684 …{ 6011 /* fmuls */, PPC::FMULS, Convert__RegF4RC1_0__RegF4RC1_1__RegF4RC1_2, AMFBS_None, { MCK_Reg…
|
D | PPCGenDAGISel.inc | 38394 /* 97347*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::FMULS), 0, 38397 // Dst: (FMULS:{ *:[f32] } f32:{ *:[f32] }:$FRA, f32:{ *:[f32] }:$FRC)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 1243 def FMULS : F3_3<2, 0b110100, 0b001001001,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 12042 // FastEmit functions for X86ISD::FMULS. 15172 case X86ISD::FMULS: return fastEmit_X86ISD_FMULS_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|