HomeSort by relevance Sort by last modified time
    Searched refs:ABS16 (Results 1 - 20 of 20) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
reloc-overflow-abs16-1.d 1 #name: C6X relocation overflow, ABS16
4 #source: reloc-overflow-abs16.s
reloc-overflow-abs16-2.d 1 #name: C6X relocation underflow, ABS16
4 #source: reloc-overflow-abs16.s
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-opc.h 128 #define ABS16 22
164 {101,'m','I','!','E',O_MOV|O_WORD,"mov.w",2,{IMM16,ABS16},6, {{0x1d,0xff, },
165 {0x00,0x00,ABS16 },
178 {3,'m','E','D','D',O_XOR|O_WORD,"xor.w",2,{ABS16,RD},4, {{0x1d,0xff,0 },{0x00,0x00,ABS16 },{0x00,0x00,0 },{0x60,0xf8,RD }}},
188 {4,'m','E','D','D',O_XOR|O_BYTE,"xor.b",2,{ABS16,RD},4, {{0x15,0xff,0 },{0x00,0x00,ABS16 },{0x00,0x00,0 },{0x60,0xf8,RD }}},
197 {5,'m','E','D','D',O_XOR|O_UNSZ,"xor",2,{ABS16,RD},4, {{0x1d,0xff,0 },{0x00,0x00,ABS16 },{0x00,0x00,0 },{0x60,0xf8,RD }}},
208 {9,'a','E','!','!',O_TST|O_WORD,"tst.w",1,{ABS16,0},4, {{0x1d,0xff,0 },{0x00,0x00,ABS16 },{0x00,0x00,0 },{0x16,0xff,0 }}}
    [all...]
h8500-dis.c 161 case ABS16:
269 case ABS16:
  /external/libopus/src/
opus.c 87 maxval=ABS16(x[i*C]);
95 if (ABS16(x[end*C])>maxval)
97 maxval = ABS16(x[end*C]);
analysis.c 121 if (ABS16(x)+ABS16(y)<1e-9f)
287 noisiness[i] = ABS16(mod1);
292 noisiness[i] += ABS16(mod2);
520 beta = .01f+.05f*ABS16(p-q)/(p*(1-q)+q*(1-p));
opus_encoder.c 910 ldiff = Q15ONE*ABS16(qrrt_xx-qrrt_yy)/(EPSILON+qrrt_xx+qrrt_yy);
    [all...]
  /external/elfutils/backends/
aarch64_reloc.def 47 RELOC_TYPE (ABS16, REL)
arm_reloc.def 36 RELOC_TYPE (ABS16, REL)
  /external/libopus/celt/
arch.h 73 #define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */
celt_encoder.c 541 L1 += EXTEND32(ABS16(tmp[i]));
779 sum = MIN16(QCONST16(1.f, 10), ABS16(sum));
787 minXC = MIN16(minXC, ABS16(EXTRACT16(SHR32(partial, 18))));
789 minXC = MIN16(QCONST16(1.f, 10), ABS16(minXC));
    [all...]
  /external/speex/libspeex/
arch.h 82 #define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */
pseudofloat.h 325 a.m = ABS16(a.m);
ltp.c 215 if (ABS16(sw[i])>16383)
591 if (ABS16(target[i])>16383)
599 if (ABS16(exc2[i])>16383)
filters.c 718 if (ABS16(exc[i])>16383)
preprocess.c 644 max_val = MAX16(max_val, ABS16(st->frame[i]));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 1219 OP (ABS16);
1242 OP (ABS16);
1249 OP (ABS16);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-rl78.c 111 RL78REL (ABS16, 1, 16, 0, dont, FALSE),
    [all...]
elfnn-aarch64.c 357 HOWTO (AARCH64_R (ABS16), /* type */
365 AARCH64_R_STR (ABS16), /* name */
    [all...]
elf32-rx.c 123 RXREL (ABS16, 1, 16, 0, dont, FALSE),
    [all...]

Completed in 625 milliseconds