HomeSort by relevance Sort by last modified time
    Searched full:mul16 (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/none/tests/
shortpush.c 4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b ) function
  /external/llvm/test/Transforms/BBVectorize/
ld1.ll 23 %mul16 = fmul double %add11, %add15
24 ret double %mul16
38 ; CHECK: %mul16 = fmul double %add11.v.r1, %add11.v.r2
39 ; CHECK: ret double %mul16
  /external/llvm/test/Transforms/LoopVectorize/
i8-induction.ll 16 %mul16 = phi i8 [ 0, %scalar.ph ], [ %mul, %for.body ] ; <------- i8 induction var.
21 %mul = mul i8 %mul16, %.sink
  /external/llvm/test/Transforms/SLPVectorizer/X86/
cse.ll 76 %mul16 = fmul double %3, 7.400000e+00
77 %mul18 = fmul double %conv, %mul16
169 %mul16 = fmul double %3, 7.900000e+00
170 %mul18 = fmul double %conv, %mul16
  /external/llvm/test/CodeGen/AArch64/
aarch64-a57-fp-load-balancing.ll 63 %mul16 = fmul fast double %0, %5
64 %add17 = fadd fast double %mul16, %mul15
116 %mul16 = fmul fast double %2, %3
117 %add17 = fadd fast double %mul16, %sub
211 %mul16 = fmul fast float %2, %3
212 %add17 = fadd fast float %mul16, %sub
  /external/spirv-llvm/test/SPIRV/transcoding/
OpGroupAsyncCopy.ll 100 %mul16 = mul i32 %17, %call15
101 %add.ptr = getelementptr inbounds <2 x i8>, <2 x i8> addrspace(1)* %16, i32 %mul16
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
generic.rules 120 (Mul16 (Const16 [c]) (Const16 [d])) -> (Const16 [int64(int16(c*d))])
155 (Mul16 (Const16 [1]) x) -> x
161 (Mul16 (Const16 [-1]) x) -> (Neg16 x)
167 (Mul16 <t> n (Const16 [c])) && isPowerOfTwo(c) -> (Lsh16x64 <t> n (Const64 <typ.UInt64> [log2(c)]))
171 (Mul16 <t> n (Const16 [c])) && t.IsSigned() && isPowerOfTwo(-c) -> (Neg16 (Lsh16x64 <t> n (Const64 <typ.UInt64> [log2(-c)])))
336 (Add16 <t> (Mul16 x y) (Mul16 x z)) -> (Mul16 x (Add16 <t> y z))
342 (Sub16 <t> (Mul16 x y) (Mul16 x z)) -> (Mul16 x (Sub16 <t> y z)
    [all...]
genericOps.go 43 {name: "Mul16", argLength: 2, commutative: true},
MIPS.rules 28 (Mul16 x y) -> (MUL x y)
    [all...]
MIPS64.rules 23 (Mul16 x y) -> (Select1 (MULVU x y))
    [all...]
PPC64.rules 36 (Mul16 x y) -> (MULLW x y)
    [all...]
386.rules 27 (Mul16 x y) -> (MULL x y)
    [all...]
ARM.rules 26 (Mul16 x y) -> (MUL x y)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
generic.rules 120 (Mul16 (Const16 [c]) (Const16 [d])) -> (Const16 [int64(int16(c*d))])
155 (Mul16 (Const16 [1]) x) -> x
161 (Mul16 (Const16 [-1]) x) -> (Neg16 x)
167 (Mul16 <t> n (Const16 [c])) && isPowerOfTwo(c) -> (Lsh16x64 <t> n (Const64 <typ.UInt64> [log2(c)]))
171 (Mul16 <t> n (Const16 [c])) && t.IsSigned() && isPowerOfTwo(-c) -> (Neg16 (Lsh16x64 <t> n (Const64 <typ.UInt64> [log2(-c)])))
336 (Add16 <t> (Mul16 x y) (Mul16 x z)) -> (Mul16 x (Add16 <t> y z))
342 (Sub16 <t> (Mul16 x y) (Mul16 x z)) -> (Mul16 x (Sub16 <t> y z)
    [all...]
genericOps.go 43 {name: "Mul16", argLength: 2, commutative: true},
MIPS.rules 28 (Mul16 x y) -> (MUL x y)
    [all...]
MIPS64.rules 23 (Mul16 x y) -> (Select1 (MULVU x y))
    [all...]
PPC64.rules 36 (Mul16 x y) -> (MULLW x y)
    [all...]
  /external/llvm/test/Transforms/BBVectorize/X86/
wr-aliases.ll 83 %mul16.i = fmul double 5.000000e-01, %add15.i
85 store double %mul16.i, double* %x317.i, align 16
  /external/valgrind/VEX/priv/
host_generic_simd64.c 225 static inline Short mul16 ( Short xx, Short yy ) function
658 mul16( sel16x4_3(xx), sel16x4_3(yy) ),
659 mul16( sel16x4_2(xx), sel16x4_2(yy) ),
660 mul16( sel16x4_1(xx), sel16x4_1(yy) ),
661 mul16( sel16x4_0(xx), sel16x4_0(yy) )
    [all...]
  /bionic/libm/x86_64/
s_tan.S 118 movapd MUL16(%rip), %xmm6
428 movapd MUL16(%rip), %xmm6
628 MUL16:
633 .type MUL16,@object
634 .size MUL16,16
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go 512 // match: (Add16 <t> (Mul16 x y) (Mul16 x z))
514 // result: (Mul16 x (Add16 <t> y z))
542 // match: (Add16 <t> (Mul16 y x) (Mul16 x z))
544 // result: (Mul16 x (Add16 <t> y z))
572 // match: (Add16 <t> (Mul16 x y) (Mul16 z x))
574 // result: (Mul16 x (Add16 <t> y z))
602 // match: (Add16 <t> (Mul16 y x) (Mul16 z x)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go 512 // match: (Add16 <t> (Mul16 x y) (Mul16 x z))
514 // result: (Mul16 x (Add16 <t> y z))
542 // match: (Add16 <t> (Mul16 y x) (Mul16 x z))
544 // result: (Mul16 x (Add16 <t> y z))
572 // match: (Add16 <t> (Mul16 x y) (Mul16 z x))
574 // result: (Mul16 x (Add16 <t> y z))
602 // match: (Add16 <t> (Mul16 y x) (Mul16 z x)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinInstrInfo.td 787 def MUL16: F2<(outs D16:$dst), (ins D16:$src1, D16:$src2),
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
constant-islands.ll 305 %mul16 = fmul float 0x3FA99999A0000000, %12
306 %call19 = invoke %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %10, float %mul15, float %mul16)
    [all...]

Completed in 949 milliseconds

1 2