HomeSort by relevance Sort by last modified time
    Searched refs:immediate (Results 26 - 50 of 644) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
linesepbug.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
  /external/llvm/test/MC/Mips/micromips-dspr2/
invalid.s 4 balign $2, $3, -1 # CHECK: :[[@LINE]]:18: error: expected 2-bit unsigned immediate
5 balign $2, $3, 4 # CHECK: :[[@LINE]]:18: error: expected 2-bit unsigned immediate
6 shra.qb $3, $4, 8 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
7 shra.qb $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
8 shra_r.qb $3, $4, 8 # CHECK: :[[@LINE]]:21: error: expected 3-bit unsigned immediate
9 shra_r.qb $3, $4, -1 # CHECK: :[[@LINE]]:21: error: expected 3-bit unsigned immediate
10 shrl.ph $3, $4, 16 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
11 shrl.ph $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
12 append $3, $4, 32 # CHECK: :[[@LINE]]:18: error: expected 5-bit unsigned immediate
13 append $3, $4, -1 # CHECK: :[[@LINE]]:18: error: expected 5-bit unsigned immediate
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 93 // enabled again. Does not introduce artifacts, unless immediate is set.
94 // immediate Whether to apply change abruptly (ignored if filter is
96 void commit(bool immediate = false);
108 // introduce artifacts, unless immediate is set.
109 // immediate Whether to apply change abruptly.
110 void enable(bool immediate = false) { mBiquad.enable(immediate); }
113 // immediate is set.
114 // immediate Whether to apply change abruptly.
115 void disable(bool immediate = false) { mBiquad.disable(immediate);
    [all...]
AudioShelvingFilter.h 87 // enabled again. Does not introduce artifacts, unless immediate is set.
88 // immediate Whether to apply change abruptly (ignored if filter is
90 void commit(bool immediate = false);
102 // introduce artifacts, unless immediate is set.
103 // immediate Whether to apply change abruptly.
104 void enable(bool immediate = false) { mBiquad.enable(immediate); }
107 // immediate is set.
108 // immediate Whether to apply change abruptly.
109 void disable(bool immediate = false) { mBiquad.disable(immediate);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
adr-invalid.l 3 [^:]*:4: Error: undefined symbol undefinedvar used as an immediate value
5 [^:]*:6: Error: undefined symbol undefinedvar used as an immediate value
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
immediate-006.s 1 ;; ops with immediate args
immediate-007.s 1 ;; ops with immediate args
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
addi.s 3 ; Basic add immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
comclr.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
deposit.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
ds.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
extract.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
extract2.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
extract3.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
fmem.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
fp_comp.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
fp_comp2.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
fp_conv.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
fp_fcmp.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
logical.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
purge.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
sh1add.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
sh2add.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
sh3add.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
shift.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field

Completed in 1183 milliseconds

12 3 4 5 6 7 8 91011>>