HomeSort by relevance Sort by last modified time
    Searched full:sub16 (Results 26 - 50 of 63) sorted by null

12 3

  /external/speex/libspeex/
filters.c 466 y2k=SUB32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
469 y2k=ADD32(y2k,MULT16_16(a[j],SUB16(x[i+j],x2[i-j])));
ltp.c 520 new_target[i] = SUB16(new_target[i], EXTRACT16(PSHR32(tmp,6)));
nb_celp.c     [all...]
sb_celp.c 686 target[i]=SUB16(sw[i],res[i]);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
allinsn.s 1160 .global sub16
1161 sub16: label
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritedec64.go 1135 // result: (Int64Make (Or32 <typ.UInt32> (Or32 <typ.UInt32> (Lsh32x16 <typ.UInt32> hi s) (Rsh32Ux16 <typ.UInt32> lo (Sub16 <typ.UInt16> (Const16 <typ.UInt16> [32]) s))) (Lsh32x16 <typ.UInt32> lo (Sub16 <typ.UInt16> s (Const16 <typ.UInt16> [32])))) (Lsh32x16 <typ.UInt32> lo s))
    [all...]
rewritegeneric.go 947 // match: (Add16 (Sub16 i:(Const16 <t>) z) x)
949 // result: (Add16 i (Sub16 <t> x z))
975 // match: (Add16 x (Sub16 i:(Const16 <t>) z))
977 // result: (Add16 i (Sub16 <t> x z))
1008 // match: (Add16 x (Sub16 i:(Const16 <t>) z))
1010 // result: (Add16 i (Sub16 <t> x z))
1036 // match: (Add16 (Sub16 i:(Const16 <t>) z) x)
1038 // result: (Add16 i (Sub16 <t> x z))
1064 // match: (Add16 (Sub16 z i:(Const16 <t>)) x)
1066 // result: (Sub16 (Add16 <t> x z) i
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritedec64.go 1135 // result: (Int64Make (Or32 <typ.UInt32> (Or32 <typ.UInt32> (Lsh32x16 <typ.UInt32> hi s) (Rsh32Ux16 <typ.UInt32> lo (Sub16 <typ.UInt16> (Const16 <typ.UInt16> [32]) s))) (Lsh32x16 <typ.UInt32> lo (Sub16 <typ.UInt16> s (Const16 <typ.UInt16> [32])))) (Lsh32x16 <typ.UInt32> lo s))
    [all...]
rewritegeneric.go 947 // match: (Add16 (Sub16 i:(Const16 <t>) z) x)
949 // result: (Add16 i (Sub16 <t> x z))
975 // match: (Add16 x (Sub16 i:(Const16 <t>) z))
977 // result: (Add16 i (Sub16 <t> x z))
1008 // match: (Add16 x (Sub16 i:(Const16 <t>) z))
1010 // result: (Add16 i (Sub16 <t> x z))
1036 // match: (Add16 (Sub16 i:(Const16 <t>) z) x)
1038 // result: (Add16 i (Sub16 <t> x z))
1064 // match: (Add16 (Sub16 z i:(Const16 <t>)) x)
1066 // result: (Sub16 (Add16 <t> x z) i
    [all...]
  /external/libopus/celt/
bands.c 473 X[j] = EXTRACT16(PSHR32(MULT16_16(lgain, SUB16(l,r)), kl+1));
    [all...]
celt_encoder.c 434 mean_diff = ADD32(mean_diff, EXTEND32(MAX16(0, SUB16(x1, x2))));
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 246 return max + diff_table[low] + MULT16_16_Q15(frac, SUB16(diff_table[low+1], diff_table[low]));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 35 {name: "Sub16", argLength: 2},
MIPS.rules 18 (Sub16 x y) -> (SUB x y)
    [all...]
MIPS64.rules 16 (Sub16 x y) -> (SUBV x y)
    [all...]
PPC64.rules 17 (Sub16 x y) -> (SUB x y)
    [all...]
386.rules 18 (Sub16 x y) -> (SUBL x y)
    [all...]
ARM.rules 17 (Sub16 x y) -> (SUB x y)
    [all...]
ARM64.rules 16 (Sub16 x y) -> (SUB x y)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 35 {name: "Sub16", argLength: 2},
MIPS.rules 18 (Sub16 x y) -> (SUB x y)
    [all...]
MIPS64.rules 16 (Sub16 x y) -> (SUBV x y)
    [all...]
PPC64.rules 17 (Sub16 x y) -> (SUB x y)
    [all...]
  /external/llvm/test/CodeGen/X86/
haddsub-2.ll     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinInstrInfo.td 760 def SUB16: F2<(outs D16:$dst), (ins D16:$src1, D16:$src2),
    [all...]

Completed in 1615 milliseconds

12 3