HomeSort by relevance Sort by last modified time
    Searched full:fsub (Results 226 - 250 of 473) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/
X86InstrFPStack.td 210 defm SUB : FPBinary_rr<fsub>;
214 defm SUB : FPBinary<fsub, MRM4m, "sub">;
215 defm SUBR: FPBinary<fsub ,MRM5m, "subr">;
229 // of some of the 'reverse' forms of the fsub and fdiv instructions. As such,
235 def SUB_FrST0 : FPrST0Inst <0xE8, "fsub{r}\t{%st(0), $op|$op, st(0)}">;
236 def SUB_FPrST0 : FPrST0PInst<0xE8, "fsub{r}p\t$op">;
237 def SUB_FST0r : FPST0rInst <0xE0, "fsub\t$op">;
238 def SUBR_FrST0 : FPrST0Inst <0xE0, "fsub{|r}\t{%st(0), $op|$op, st(0)}">;
239 def SUBR_FPrST0 : FPrST0PInst<0xE0, "fsub{|r}p\t$op">;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 247 def SEBR : BinaryRRE<"seb", 0xB30B, fsub, FP32, FP32>;
248 def SDBR : BinaryRRE<"sdb", 0xB31B, fsub, FP64, FP64>;
249 def SXBR : BinaryRRE<"sxb", 0xB34B, fsub, FP128, FP128>;
251 def SEB : BinaryRXE<"seb", 0xED0B, fsub, FP32, load, 4>;
252 def SDB : BinaryRXE<"sdb", 0xED1B, fsub, FP64, load, 8>;
  /external/llvm/test/Transforms/IndVarSimplify/
iv-sext.ll 43 %tmp14 = fsub float %distERBhi.121, %tmp13 ; <float> [#uses=1]
62 %tmp19 = fsub float %distERBlo.03, %tmp18 ; <float> [#uses=3]
66 %tmp23 = fsub float %peakCount.01, %tmp22 ; <float> [#uses=2]
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 139 false, // fsub
348 2, // fsub
557 1, // fsub
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 110 int FSUB = 102;
346 -1, // fsub, 102
  /external/llvm/test/CodeGen/AArch64/
fp128.ll 27 %val = fsub fp128 %lhs, %rhs
272 %ret = fsub fp128 0xL00000000000000008000000000000000, %in
  /external/llvm/test/CodeGen/ARM/
2010-06-21-LdStMultipleBug.ll 55 %17 = fsub double undef, 0.000000e+00 ; <double> [#uses=1]
65 %24 = fsub double %22, undef ; <double> [#uses=1]
2009-10-21-InvalidFNeg.ll 44 %tmp = fsub <4 x float> <float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00>, %tmp92 ; <<4 x float>> [#uses=1]
  /external/llvm/test/CodeGen/X86/
2007-04-24-VectorCrash.ll 11 fsub <4 x float> %1, zeroinitializer ; <<4 x float>>:2 [#uses=1]
12 fsub <4 x float> shufflevector (<4 x float> undef, <4 x float> undef, <4 x i32> zeroinitializer), %2 ; <<4 x float>>:3 [#uses=1]
2007-11-30-LoadFolding-Bug.ll 46 %tmp15.i24.i = fsub double 0.000000e+00, %tmp1213.i23.i ; <double> [#uses=1]
2010-04-06-SSEDomainFixCrash.ll 55 %7 = fsub float 0.000000e+00, %6 ; <float> [#uses=1]
2012-04-26-sdglue.ll 39 %tmp35 = fsub <8 x float> %tmp34, undef
fast-isel.ll 39 %t2 = fsub double %t1, %s
lsr-reuse-trunc.ll 40 %13 = fsub <4 x float> %12, %11
sse-domains.ll 85 %sub = fsub float %s1.0.lcssa, %s2.0.lcssa
vec_ss_load_fold.ll 25 %tmp28 = fsub float %f, 1.000000e+00 ; <float> [#uses=1]
  /external/llvm/test/Transforms/SLPVectorizer/X86/
crash_smallpt.ll 78 %sub.i768 = fsub double %mul.i764, %mul4.i767
81 %sub10.i773 = fsub double %mul6.i770, %mul9.i772
  /external/llvm/unittests/IR/
ConstantsTest.cpp 198 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR);
207 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR);
  /dalvik/dx/tests/032-bb-live-code/
blort.j 262 fsub
  /external/llvm/include/llvm/IR/
Instruction.def 111 HANDLE_BINARY_INST(11, FSub , BinaryOperator)
  /external/llvm/test/CodeGen/Generic/
2008-02-26-NegatableCrash.ll 38 %tmp507 = fsub double -0.000000e+00, %xy.0.lcssa ; <double> [#uses=1]
print-arith-fp.ll 28 %sub_r = fsub double %a, %b ; <double> [#uses=1]
  /external/llvm/test/CodeGen/PowerPC/
ppcf128-1.ll 39 %tmp3 = fsub ppc_fp128 %tmp1, %tmp2 ; <ppc_fp128> [#uses=1]
  /external/llvm/test/CodeGen/R600/
sgpr-copy.ll 21 %27 = fsub float -0.000000e+00, %22
  /external/llvm/utils/emacs/
llvm-mode.el 38 `(,(regexp-opt '("fadd" "fsub" "fmul" "fdiv" "frem") 'words) . font-lock-keyword-face)

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>