HomeSort by relevance Sort by last modified time
    Searched refs:immediate (Results 101 - 125 of 665) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
shift3.s 7 ; immediate fields. We should also check the assorted field
shladd.s 7 ; immediate fields. We should also check the assorted field
shladd2.s 7 ; immediate fields. We should also check the assorted field
system2.s 7 ; immediate fields. We should also check the assorted field
unit.s 7 ; immediate fields. We should also check the assorted field
unit2.s 7 ; immediate fields. We should also check the assorted field
branch.s 7 ; immediate fields. We should also check the assorted field
branch2.s 9 ; immediate fields. We should also check the assorted field
coprmem.s 7 ; immediate fields. We should also check the assorted field
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-stack.s 26 # push with a 1-byte immediate
29 # push with a 4-byte immediate
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lui-1.l 5 .*\.s:8: Error: operand 2 must be an immediate expression `lui \$2,\$3'
octeon-ill.l 33 .*:47: Error: operand 2 must be an immediate expression `dmfc2 \$9,\$12'
34 .*:48: Error: operand 2 must be an immediate expression `dmfc2 \$4,\$15,4'
35 .*:49: Error: operand 2 must be an immediate expression `dmtc2 \$16,\$8'
36 .*:50: Error: operand 2 must be an immediate expression `dmtc2 \$22,\$7,\$4'
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-crx/
reloc-imm16.d 5 # Test immediate relocation R_CRX_IMM16
reloc-imm32.d 5 # Test immediate relocation R_CRX_IMM32
  /external/llvm/test/MC/ARM/
modified-immediate-fixup-error.s 13 @ CHECK: error: out of range immediate fixup value
diagnostics.s 14 @ Out of range shift immediate values.
25 @ CHECK-ERRORS: error: invalid immediate shift value
28 @ CHECK-ERRORS: error: immediate shift value out of range
31 @ CHECK-ERRORS: error: immediate shift value out of range
34 @ CHECK-ERRORS: error: immediate shift value out of range
37 @ CHECK-ERRORS: error: immediate shift value out of range
40 @ CHECK-ERRORS: error: immediate shift value out of range
43 @ CHECK-ERRORS: error: immediate shift value out of range
46 @ CHECK-ERRORS: error: immediate shift value out of range
49 @ CHECK-ERRORS: error: immediate shift value out of rang
    [all...]
  /external/llvm/test/MC/Mips/
macro-li-bad.s 10 # 32-BIT: :[[@LINE-1]]:3: error: instruction requires a 32-bit immediate
11 # 64-BIT: :[[@LINE-2]]:3: error: instruction requires a 32-bit immediate
  /external/volley/src/test/java/com/android/volley/
RequestTest.java 37 TestRequest immediate = new TestRequest(Priority.IMMEDIATE); local
38 immediate.setSequence(sequence++);
44 assertTrue(low.compareTo(immediate) > 0);
45 assertTrue(immediate.compareTo(high) < 0);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
immed.s 1 @ Tests for complex immediate expressions - none of these need
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-v32s-2.s 2 ; take 32-bit immediate operands, as opposed to pre-v32 CRIS.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
immconst.d 2 #name: MRI immediate constants
6 # Test MRI immediate constants
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 33 // are called without the immediate flag set, the filter smoothly transitions
64 // If called when filter is disabled, will have no immediate effect, but the
67 // immediate If true, transitions to new coefficients smoothly, without
70 void setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate = false);
82 // immediate If true, transitions to new state smoothly, without
85 void enable(bool immediate = false);
88 // immediate If true, transitions to new state smoothly, without
91 void disable(bool immediate = false);
AudioEqualizer.h 174 // enabled again. Does not introduce artifacts, unless immediate is set.
175 // immediate Whether to apply change abruptly (ignored if filter is
177 void commit(bool immediate = false);
189 // introduce artifacts, unless immediate is set.
190 // immediate Whether to apply change abruptly.
191 void enable(bool immediate = false);
194 // immediate is set.
195 // immediate Whether to apply change abruptly.
196 void disable(bool immediate = false);
AudioEqualizer.cpp 216 void AudioEqualizer::commit(bool immediate) {
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
236 void AudioEqualizer::enable(bool immediate) {
237 ALOGV("AudioEqualizer::enable(immediate=%d)", immediate);
238 mpLowShelf->enable(immediate);
    [all...]
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 32 dins $2, $3, -1, 1 # CHECK: :[[@LINE]]:22: error: expected 6-bit unsigned immediate
33 dins $2, $3, 64, 1 # CHECK: :[[@LINE]]:22: error: expected 6-bit unsigned immediate
34 dinsm $2, $3, -1, 1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
35 dinsm $2, $3, 32, 1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
36 dinsm $2, $3, 31, 0 # CHECK: :[[@LINE]]:27: error: expected immediate in range 2 .. 64
37 dinsm $2, $3, 31, 65 # CHECK: :[[@LINE]]:27: error: expected immediate in range 2 .. 64
38 dinsu $2, $3, 31, 1 # CHECK: :[[@LINE]]:23: error: expected immediate in range 32 .. 63
39 dinsu $2, $3, 64, 1 # CHECK: :[[@LINE]]:23: error: expected immediate in range 32 .. 63
40 dinsu $2, $3, 63, 0 # CHECK: :[[@LINE]]:27: error: expected immediate in range 1 .. 32
41 dinsu $2, $3, 32, 33 # CHECK: :[[@LINE]]:27: error: expected immediate in range 1 .. 3
    [all...]

Completed in 428 milliseconds

1 2 3 45 6 7 8 91011>>