Home
last modified time | relevance | path

Searched refs:FMULS (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/Sparc/
DLeonFeatures.td61 "LEON3 erratum fix: Replace FMULS instruction with a "
63 "to replace FMULS">;
DLeonPasses.cpp258 if (Opcode == SP::FMULS && MI.getNumOperands() == 3) { in runOnMachineFunction()
861 case SP::FMULS: in runOnMachineFunction()
DSparcInstrInfo.td1235 // FMULS generates an erratum on LEON processors, so by disabling this instruction
1238 def FMULS : F3_3<2, 0b110100, 0b001001001,
/external/valgrind/none/tests/ppc64/
Dround.c30 FADDS, FSUBS, FMULS, FDIVS, enumerator
439 case FMULS: in check_single_arithmetic_op()
485 case FMULS: in check_single_arithmetic_op()
640 case FMULS: in check_single_guarded_arithmetic_op()
764 case FMULS: in check_single_guarded_arithmetic_op()
/external/valgrind/none/tests/ppc32/
Dround.c30 FADDS, FSUBS, FMULS, FDIVS, enumerator
439 case FMULS: in check_single_arithmetic_op()
485 case FMULS: in check_single_arithmetic_op()
640 case FMULS: in check_single_guarded_arithmetic_op()
764 case FMULS: in check_single_guarded_arithmetic_op()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c140 #define FMULS (OPC1(0x2) | OPC3(0x34) | DOP(0x49)) macro
1162 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMULD) | DA(dst_r) | S1A(src1) | S2A(src2), MOVA… in sljit_emit_fop2()
DsljitNativePPC_common.c175 #define FMULS (HI(59) | LO(25)) macro
1995 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMUL) | FD(dst_r) | FA(src1) | FC(src2) /* FMUL … in sljit_emit_fop2()
/external/llvm/lib/Target/AVR/
DAVRInstrFormats.td279 // 0b10 for FMULS
DAVRInstrInfo.td536 def FMULS : FFMULRdRr<0b10,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td657 def FMULS : F3_3<2, 0b110100, 0b001001001,
/external/v8/src/ppc/
Dconstants-ppc.h1829 V(fmuls, FMULS, 0xEC000032) \
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp206 case PPC::FMULS: in isAssociativeAndCommutative()
DPPCInstrInfo.td2608 defm FMULS : AForm_3r<59, 25,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.td1307 def FMULS : AForm_3<59, 25,