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

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
sp-pc-validations-bad-t.s 47 @ LDRB (immediate, Thumb)
78 @ LDRD (immediate)
126 @ LDRH (immediate)
161 @ LDRSB (immediate)
193 @ LDRSH (immediate)
231 @ STR (immediate, Thumb)
245 @ STRB (immediate, Thumb)
276 @ STRD (immediate)
331 @ STRH (immediate, Thumb)
armv8-a-bad.l 10 .*:24: Error: immediate value out of range -- `hlt 0x10000'
12 .*:29: Error: immediate value out of range -- `hlt 64'
sp-pc-usage-t.s 62 @ ADD (sp plus immediate).
90 @ SUB (sp minus immediate).
  /external/llvm/test/MC/ARM/
eh-directive-movsp-diagnostics.s 84 @ CHECK: error: offset must be an immediate constant
ldr-pseudo-darwin.s 169 @ Immediate is representable in A1 and T2 modified immediate only not movw
177 @ Immediate can be represented only with movw instruction
185 @ Immediate can be represented only with T2 modified immediate
193 @ Immediate can be represented only with A1 modified immediate
201 @ Negative numbers can be used with MVN or in Thumb2 with modified immediate
ldr-pseudo.s 169 @ Immediate is representable in A1 and T2 modified immediate only not movw
177 @ Immediate can be represented only with movw instruction
185 @ Immediate can be represented only with T2 modified immediate
193 @ Immediate can be represented only with A1 modified immediate
201 @ Negative numbers can be used with MVN or in Thumb2 with modified immediate
  /frameworks/base/core/java/android/view/
ViewParent.java 335 * @param immediate True to forbid animated or delayed scrolling,
340 boolean immediate);
  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 61 void stopProcess(bool immediate = true);
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 62 void stopProcess(bool immediate = true);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns12.s 8 call _foo,1 ; 16-bit reloc, immediate page specification
  /external/v8/src/s390/
assembler-s390.cc 371 // of the form: pos + imm (where immediate is in # of halfwords for
380 imm16 <<= 1; // BRC immediate is in # of halfwords
388 imm32 <<= 1; // BR* + LARL treat immediate in # of halfwords
415 // Immediate is in # of halfwords
    [all...]
  /art/compiler/utils/arm/
assembler_arm_vixl.h 208 bool ShifterOperandCanAlwaysHold(uint32_t immediate);
209 bool ShifterOperandCanHold(Opcode opcode, uint32_t immediate, SetCc set_cc = kCcDontCare);
  /frameworks/base/core/java/android/view/autofill/
AutofillPopupWindow.java 166 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) {
167 return anchor.requestRectangleOnScreen(rectangle, immediate);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlightHelper.java 71 void animateFocus(boolean select, boolean immediate) {
74 if (immediate) {
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType);
128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType);
134 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType);
291 * <p>If the {@code immediate} parameter is true, it will start immediately the thread that looks
299 boolean immediate,
306 if (immediate) {
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 90 // validImmediate checks that addr represents an immediate constant.
93 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
136 p.errorf("TEXT %s: frame size must be an immediate constant", name)
146 p.errorf("TEXT %s: frame size must be an immediate constant", name)
206 // Operand 1 is an immediate constant or address.
212 p.errorf("DATA value must be an immediate constant or address")
265 // Final operand is an immediate constant.
283 // Operand 0 must be an immediate constant.
289 // Operand 1 must be an immediate constant.
314 // Operand 0 must be an immediate constant
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 90 // validImmediate checks that addr represents an immediate constant.
93 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
136 p.errorf("TEXT %s: frame size must be an immediate constant", name)
146 p.errorf("TEXT %s: frame size must be an immediate constant", name)
206 // Operand 1 is an immediate constant or address.
212 p.errorf("DATA value must be an immediate constant or address")
265 // Final operand is an immediate constant.
283 // Operand 0 must be an immediate constant.
289 // Operand 1 must be an immediate constant.
314 // Operand 0 must be an immediate constant
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_genexps.py 105 Verify that the outermost for-expression makes an immediate check
  /external/google-breakpad/android/google_breakpad/
Android.mk 67 # /tmp/cc8aMSoD.s:132: Error: invalid immediate: 288 is out of range
68 # /tmp/cc8aMSoD.s:244: Error: invalid immediate: 296 is out of range
  /external/python/cpython2/Lib/test/
test_genexps.py 105 Verify that the outermost for-expression makes an immediate check
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_imm.s 4 # signed immediate value requiring more than 16-bits must be prefixed
7 # instruction to form a 32-bit immediate value.
  /external/v8/src/
macro-assembler.h 219 // either registers or immediate values. Used to make sure that the
234 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
  /external/vixl/test/aarch32/
test-assembler-cond-sp-sp-operand-imm7-t32.cc 70 uint32_t immediate; member in struct:vixl::aarch32::__anon38323::Operands
253 uint32_t immediate = kTests[i].operands.immediate; local
254 Operand op(immediate);
test-simulator-cond-rd-operand-const-a32.cc 142 uint32_t immediate; member in struct:vixl::aarch32::__anon38334::Operands
518 uint32_t immediate = kTests[i].operands.immediate; local
519 Operand op(immediate);
test-simulator-cond-rd-operand-const-t32.cc 142 uint32_t immediate; member in struct:vixl::aarch32::__anon38335::Operands
633 uint32_t immediate = kTests[i].operands.immediate; local
634 Operand op(immediate);
    [all...]

Completed in 2524 milliseconds

1 2 3 4 5 6 7 891011>>