Searched refs:FMULS (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | LeonFeatures.td | 61 "LEON3 erratum fix: Replace FMULS instruction with a " 63 "to replace FMULS">;
|
D | LeonPasses.cpp | 258 if (Opcode == SP::FMULS && MI.getNumOperands() == 3) { in runOnMachineFunction() 861 case SP::FMULS: in runOnMachineFunction()
|
D | SparcInstrInfo.td | 1235 // 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/ |
D | round.c | 30 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/ |
D | round.c | 30 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/ |
D | sljitNativeSPARC_common.c | 140 #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()
|
D | sljitNativePPC_common.c | 175 #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/ |
D | AVRInstrFormats.td | 279 // 0b10 for FMULS
|
D | AVRInstrInfo.td | 536 def FMULS : FFMULRdRr<0b10,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 657 def FMULS : F3_3<2, 0b110100, 0b001001001,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 206 case PPC::FMULS: in isAssociativeAndCommutative()
|
D | PPCInstrInfo.td | 2608 defm FMULS : AForm_3r<59, 25,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1307 def FMULS : AForm_3<59, 25,
|