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

1 2 3 4 5 6 7 8 91011>>

  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 62 void stopProcess(bool immediate = true);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
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-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)
sp-pc-usage-t.s 62 @ ADD (sp plus immediate).
90 @ SUB (sp minus immediate).
thumb2_ldr_immediate_highregs_armv6t2.d 1 # name: Ldr small immediate high registers on armv6t2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns12.s 8 call _foo,1 ; 16-bit reloc, immediate page specification
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 623 // Operand 1 (optional) is an address or immediate.
624 // Operand 2 (optional) is an immediate.
628 HANDLE_OPTIONAL(immediate)
642 // Operand 3 (optional) is an immediate.
658 HANDLE_OPTIONAL(immediate)
664 // Operand 3 (optional) is an immediate.
679 HANDLE_OPTIONAL(immediate)
685 // Operand 3 (optional) is an immediate.
702 HANDLE_OPTIONAL(immediate)
708 // Operand 3 (optional) is an immediate
    [all...]
  /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 220 bool ShifterOperandCanAlwaysHold(uint32_t immediate);
222 uint32_t immediate,
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
FocusHighlightHelper.java 72 void animateFocus(boolean select, boolean immediate) {
75 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) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ft32/
insn.s 10 # immediate
39 # immediate
  /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/llvm/test/MC/ARM/
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
  /external/python/cpython2/Lib/test/
test_genexps.py 105 Verify that the outermost for-expression makes an immediate check
  /external/python/cpython3/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::__anon43349::Operands
253 uint32_t immediate = kTests[i].operands.immediate; local
254 Operand op(immediate);
test-simulator-cond-rd-operand-const-a32.cc 140 uint32_t immediate; member in struct:vixl::aarch32::__anon43363::Operands
497 uint32_t immediate = kTests[i].operands.immediate; local
498 Operand op(immediate);
test-simulator-cond-rd-operand-const-t32.cc 140 uint32_t immediate; member in struct:vixl::aarch32::__anon43364::Operands
612 uint32_t immediate = kTests[i].operands.immediate; local
613 Operand op(immediate);
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 134 uint32_t immediate; member in struct:vixl::aarch32::__anon43365::Operands
450 uint32_t immediate = kTests[i].operands.immediate; local
451 Operand op(immediate);
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 388 public void removeView(View view, boolean immediate) {
396 removeViewLocked(index, immediate);
448 private void removeViewLocked(int index, boolean immediate) {
458 boolean deferred = root.die(immediate);

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>