/external/llvm/utils/vim/ |
llvm.vim | 28 syn keyword llvmStatement frem fsub getelementptr icmp inbounds indirectbr
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
MacTextEditor.py | 127 kTXNDoFontSubstitution = FOUR_CHAR_CODE('fSub')
|
/external/llvm/docs/tutorial/ |
LangImpl7.rst | 465 %subtmp = fsub double %x3, 1.000000e+00 468 %subtmp5 = fsub double %x4, 2.000000e+00 502 %subtmp = fsub double %x, 1.000000e+00 504 %subtmp5 = fsub double %x, 2.000000e+00 530 %subtmp = fsub double %x, 1.000000e+00 532 %subtmp5 = fsub double %x, 2.000000e+00
|
/external/valgrind/main/none/tests/ppc32/ |
round.c | 32 FADD, FSUB, FMUL, FDIV, FMADD, 43 "fadd", "fsub", "fmul", "fdiv", "fmadd", "fmsub", "fnmadd", 470 BINOP("fsub"); 929 case FSUB: 1084 case FSUB: 1085 BINOP("fsub");
|
/external/valgrind/main/none/tests/ppc64/ |
round.c | 32 FADD, FSUB, FMUL, FDIV, FMADD, 43 "fadd", "fsub", "fmul", "fdiv", "fmadd", "fmsub", "fnmadd", 470 BINOP("fsub"); 929 case FSUB: 1084 case FSUB: 1085 BINOP("fsub");
|
/external/llvm/test/CodeGen/ARM/ |
vmls.ll | 43 %tmp5 = fsub <2 x float> %tmp1, %tmp4 87 %tmp5 = fsub <4 x float> %tmp1, %tmp4
|
vsub.ll | 44 %tmp3 = fsub <2 x float> %tmp1, %tmp2 89 %tmp3 = fsub <4 x float> %tmp1, %tmp2
|
2012-08-04-DtripleSpillReload.ll | 143 %59 = fsub <4 x float> %47, %58
|
vfp.ll | 60 %Y = fsub float %X, %a3 ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
fold-pcmpeqd-0.ll | 49 %sub140.i78 = fsub <4 x float> zeroinitializer, %tmp70 ; <<4 x float>> [#uses=2] 65 %sub140.i = fsub <4 x float> zeroinitializer, %tmp80 ; <<4 x float>> [#uses=1]
|
avx-basic.ll | 113 %1 = fsub <16 x float> <float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00>, %a
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 59 // Implements expansion for FNEG; falls back to UnrollVectorOp if FSUB 201 case ISD::FSUB: 740 if (TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType())) { 742 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-12-01-LoopIVUsers.ll | 86 %23 = fsub float -0.000000e+00, %22 ; <float> [#uses=1]
|
/external/llvm/test/Transforms/JumpThreading/ |
select.ll | 163 %sub = fsub double %x, %y
|
/external/llvm/utils/kate/ |
llvm.xml | 124 <item> fsub </item>
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 441 FAddSub->getOpcode() == Instruction::FSub)) { 460 if (Swap && FAddSub->getOpcode() == Instruction::FSub) 497 Instruction *FSub = BinaryOperator::CreateFSub(FMulVal, OpX); 498 FSub->copyFastMathFlags(Log2); 499 return FSub; [all...] |
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 357 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) { 380 if (Opcode == Instruction::FSub) 440 I->getOpcode() == Instruction::FSub) && "Expect add/sub"); 510 I->getOpcode() == Instruction::FSub) && "Expect add/sub"); 703 // Iterate the addends, creating fadd/fsub using adjacent two addends. [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 525 defm VSubf : FloatBinVOp<"sub.", fsub, FSUBf64rr, FSUBf32rr, FSUBf32rr_ftz>; 578 def : Pat<(fsub V2F32Regs:$a, (fmul V2F32Regs:$b, V2F32Regs:$c)), 582 def : Pat<(fsub (fmul V2F32Regs:$a, V2F32Regs:$b), V2F32Regs:$c), 593 def : Pat<(fsub V4F32Regs:$a, (fmul V4F32Regs:$b, V4F32Regs:$c)), 597 def : Pat<(fsub (fmul V4F32Regs:$a, V4F32Regs:$b), V4F32Regs:$c), 608 def : Pat<(fsub V2F64Regs:$a, (fmul V2F64Regs:$b, V2F64Regs:$c)), 612 def : Pat<(fsub (fmul V2F64Regs:$a, V2F64Regs:$b), V2F64Regs:$c), [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
CostModel.cpp | 126 case Instruction::FSub:
|
/external/llvm/test/MC/X86/ |
x86-64.s | 1342 // CHECK: fsub %st(1) 1348 fsub %st(1), %st(0) label 1355 // CHECK: fsub %st(0), %st(1) 1361 fsub %st(0), %st(1) label 1368 // CHECK: fsub %st(1) 1374 fsub %st(1) label
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 156 0085: fsub
|
small-class.txt | 160 66 # 0085: fsub
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asm.php | 87 'fsavew','fscale','fsqrt','fst','fstcw','fstenv','fstenvw','fstp','fstsw','fsub','fsubp',
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 713 case Instruction::FSub: 748 case Instruction::FSub: 763 case Instruction::FSub: 784 case Instruction::FSub: [all...] |