/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 19 [(set RFP:$dst, (fadd RFP:$src1, 24 [(set RFP:$dst, (fadd RFP:$src1,
|
/external/llvm/test/CodeGen/ARM/ |
2007-01-19-InfiniteLoop.ll | 44 %tmp632 = fadd double 0.000000e+00, %tmp631 ; <double> [#uses=1] 55 %tmp675 = fadd double %tmp671, 0.000000e+00 ; <double> [#uses=1]
|
select.ll | 105 %add = fadd double %conv195, 1.100000e+01 107 %add201 = fadd float undef, %conv191
|
vfp.ll | 32 %b = fadd float %a, %a ; <float> [#uses=1] 35 %B = fadd double %A, %A ; <double> [#uses=1]
|
vtrn.ll | 47 %tmp5 = fadd <2 x float> %tmp3, %tmp4 95 %tmp5 = fadd <4 x float> %tmp3, %tmp4
|
debug-info-branch-folding.ll | 21 %add19 = fadd <4 x float> undef, <float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 1.000000e+00>, !dbg !39 23 %add20 = fadd <4 x float> undef, <float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 1.000000e+00>, !dbg !39
|
fast-isel-align.ll | 36 %add = fadd float %x, %y 53 %add = fadd double %a, %b
|
/external/llvm/test/CodeGen/X86/ |
movmsk.ll | 31 %add = fadd double %d1, %d2 67 %add = fadd float %f1, %f2
|
fold-pcmpeqd-0.ll | 51 %add167.i87 = fadd <4 x float> %mul166.i86, < float 0x3FE62ACB60000000, float 0x3FE62ACB60000000, float 0x3FE62ACB60000000, float 0x3FE62ACB60000000 > ; <<4 x float>> [#uses=1] 53 %add172.i89 = fadd <4 x float> %mul171.i88, < float 0x3FF0000A40000000, float 0x3FF0000A40000000, float 0x3FF0000A40000000, float 0x3FF0000A40000000 > ; <<4 x float>> [#uses=1] 69 %add172.i = fadd <4 x float> %mul171.i, < float 0x3FF0000A40000000, float 0x3FF0000A40000000, float 0x3FF0000A40000000, float 0x3FF0000A40000000 > ; <<4 x float>> [#uses=1]
|
inline-asm-fpstack.ll | 44 ; Same as test3/4, but using value from fadd. 45 ; The fadd can be done in xmm or x87 regs - we don't test that. 51 %Y = fadd double %X, 123.0
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
pr15289.ll | 34 %2 = fadd double undef, undef 53 %20 = fadd double undef, undef
|
/external/llvm/test/Transforms/SCCP/ |
undef-resolve.ll | 119 %t = fadd double %x, undef 122 ; CHECK: fadd double %x, undef
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 541 // CHECK: fadd %st(1) 547 fadd ST(0), ST(1) label 554 // CHECK: fadd %st(0), %st(1) 560 fadd ST(1), ST(0) label 567 // CHECK: fadd %st(1) 573 fadd ST(1) label
|
/external/llvm/docs/tutorial/ |
LangImpl3.rst | 481 %addtmp = fadd double %multmp, %multmp2 483 %addtmp4 = fadd double %addtmp, %multmp3 498 %addtmp = fadd double %calltmp, %calltmp1 532 %addtmp = fadd double 4.000000e+00, 5.000000e+00 541 %addtmp = fadd double %multmp, %multmp2 543 %addtmp4 = fadd double %addtmp, %multmp3 551 %addtmp = fadd double %calltmp, %calltmp1
|
OCamlLangImpl3.rst | 410 %addtmp = fadd double 4.000000e+00, 5.000000e+00 431 %addtmp = fadd double %multmp, %multmp2 433 %addtmp4 = fadd double %addtmp, %multmp3 448 %addtmp = fadd double %calltmp, %calltmp1 479 %addtmp = fadd double 4.000000e+00, 5.000000e+00 488 %addtmp = fadd double %multmp, %multmp2 490 %addtmp4 = fadd double %addtmp, %multmp3 498 %addtmp = fadd double %calltmp, %calltmp1 [all...] |
OCamlLangImpl4.rst | 35 %addtmp = fadd double 1.000000e+00, 2.000000e+00 36 %addtmp1 = fadd double %addtmp, %x 66 %addtmp = fadd double 3.000000e+00, %x 87 %addtmp = fadd double 3.000000e+00, %x 88 %addtmp1 = fadd double %x, 3.000000e+00 210 %addtmp = fadd double %x, 3.000000e+00 320 %addtmp = fadd double %multmp, %x 368 %addtmp = fadd double %multmp, %multmp4 [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
DAGCombiner.cpp | 425 case ISD::FADD: 434 // fold (fneg (fadd A, B)) -> (fsub (fneg A), B) 438 // fold (fneg (fadd A, B)) -> (fsub (fneg B), A) 486 case ISD::FADD: 490 // fold (fneg (fadd A, B)) -> (fsub (fneg A), B) 498 // fold (fneg (fadd A, B)) -> (fsub (fneg B), A) [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 10 // This file implements the visit functions for add, fadd, sub, and fsub. 152 /// FAddCombine is the class for optimizing an unsafe fadd/fsub along 158 Value *simplify(Instruction *FAdd); 357 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) { 439 assert((I->getOpcode() == Instruction::FAdd || 487 Value *NewAddSub = (I->getOpcode() == Instruction::FAdd) ? 509 assert((I->getOpcode() == Instruction::FAdd || 693 // Note that at most three instructions are involved in Fadd-InstCombine: the 703 // Iterate the addends, creating fadd/fsub using adjacent two addends. 819 // <2/-2, V> "fadd V, V" coefficient is - [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrFP.td | 237 def AEBR : BinaryRRE<"aeb", 0xB30A, fadd, FP32, FP32>; 238 def ADBR : BinaryRRE<"adb", 0xB31A, fadd, FP64, FP64>; 239 def AXBR : BinaryRRE<"axb", 0xB34A, fadd, FP128, FP128>; 241 def AEB : BinaryRXE<"aeb", 0xED0A, fadd, FP32, load, 4>; 242 def ADB : BinaryRXE<"adb", 0xED1A, fadd, FP64, load, 8>;
|
/external/llvm/test/CodeGen/PowerPC/ |
2011-12-06-SpillAndRestoreCR.ll | 194 %add = fadd float %max.3.15, %conv 196 %add19 = fadd float %add, %conv18 208 %add29 = fadd float %add, 1.000000e+00 209 %add31 = fadd float %add29, %conv18 210 %add32 = fadd float %add31, 1.000000e+00
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 135 false, // fadd 344 2, // fadd 553 1, // fadd
|
/external/javassist/src/main/javassist/bytecode/ |
Opcode.java | 87 int FADD = 98; 342 -1, // fadd, 98
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.h | 256 /// than a pair of fmul and fadd instructions. fmuladd intrinsics will be 258 /// expanded to fmul + fadd.
|
/external/llvm/test/CodeGen/AArch64/ |
func-argpassing.ll | 24 %newval = fadd float %val1, %val2 25 ; CHECK: fadd [[ADDRES:s[0-9]+]], s0, s1
|