HomeSort by relevance Sort by last modified time
    Searched full:immediate (Results 351 - 375 of 2828) sorted by null

<<11121314151617181920>>

  /external/mdnsresponder/mDNSCore/
Implementer Notes.txt 26 immediate work to do, they should call the appropriate mDNSCore routines
29 deferred. As soon as there is no more immediate work to do, the calling
  /external/v8/src/compiler/arm64/
instruction-codes-arm64.h 157 // I = immediate (handle, external, int32)
158 // MRI = [register + immediate]
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 87 void AudioPeakingFilter::commit(bool immediate) {
100 mBiquad.setCoefs(coefs, immediate);
AudioShelvingFilter.cpp 89 void AudioShelvingFilter::commit(bool immediate) {
104 mBiquad.setCoefs(coefs, immediate);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupAgentHelper.java 46 * <P>This does not force an immediate backup.
57 * <P>This does not force an immediate backup.
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 46 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
57 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xstormy16.texi 84 the immediate operand field of the given instruction. For example:
95 the immediate operand field of the given instruction. For example:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
ldst-reg-uns-imm.s 27 when the immediate offset is unambiguous, i.e. when it is negative
30 immediate is negative or unaligned. However this behaviour is not
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
deposit.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_conv.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
shift.s 54 # Immediate forms (shrd does not have an immediate form)
  /toolchain/binutils/binutils-2.25/include/opcode/
avr.h 111 M - immediate value from 0 to 255
112 n - immediate value from 0 to 255 ( n = ~M ). Relocation impossible
113 s - immediate value from 0 to 7
116 K - immediate value from 0 to 63 (used in `adiw', `sbiw')
117 i - immediate value
118 j - 7 bit immediate value from 0x40 to 0xBF (for 16-bit 'lds'/'sts')
122 S - immediate value from 0 to 7 (S = s << 4)
123 E - immediate value from 0 to 15, shifted left by 4 (des)
  /external/v8/src/ia32/
macro-assembler-ia32.h 67 mov(dst, Immediate(x));
70 void Set(const Operand& dst, int32_t x) { mov(dst, Immediate(x)); }
267 // Store the value in register/immediate src in the safepoint
270 void StoreToSafepointRegisterSlot(Register dst, Immediate src);
282 Move(result, Immediate(object));
291 cmp(reg, Immediate(object));
348 bool IsUnsafeImmediate(const Immediate& x);
349 void SafeMove(Register dst, const Immediate& x);
350 void SafePush(const Immediate& x);
461 test(value, Immediate(kSmiTagMask))
    [all...]
  /docs/source.android.com/src/security/enhancements/
enhancements41.jd 38 <li>Read-only relocations / immediate binding (-Wl,-z,relro -Wl,-z,now)</li>
  /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py 20 5) Waits an additional few seconds to get past any immediate
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
parametergroup.py 81 ValidApplyMethods = ['immediate', 'pending-reboot']
195 def apply(self, immediate=False):
196 if immediate:
197 self.apply_method = 'immediate'
  /external/clang/test/CodeGen/
asm-inout.c 32 // PR8959 - This should implicitly truncate the immediate to a byte.
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 45 /// operand in place of the immediate Value in the MCInst. The immediate
47 /// is a branch that adds the PC to the immediate Value then isBranch is
157 // of the immediate values of these instructions to the InstPrinter.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 124 assert((Imm & 0x7) == Imm && "invalid immediate!");
209 /// processLogicalImmediate - Determine if an immediate value can be encoded
210 /// as the immediate operand of a logical instruction for the given register
272 /// isLogicalImmediate - Return true if the immediate is valid for a logical
273 /// immediate instruction of the given register size. Return false otherwise.
279 /// encodeLogicalImmediate - Return the encoded immediate value for a logical
280 /// immediate instruction of the given register size.
284 assert(res && "invalid logical immediate");
289 /// decodeLogicalImmediate - Decode a logical immediate value in the form
298 assert((regSize == 64 || N == 0) && "undefined logical immediate encoding")
    [all...]
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 40 /// \brief Can this operand also contain immediate values?
87 // immediate value, or 0 if it is not.
206 // Is this operand a literal immediate?
217 llvm_unreachable("Must be immediate or expr");
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 223 /// isLegalICmpImmediate - Return true if the specified immediate is legal
224 /// icmp immediate, that is the target has icmp instructions which can
225 /// compare a register against the immediate without having to materialize
226 /// the immediate into a register.
  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 121 /// printPCRelImm - This is used to print an immediate value that ends up
129 assert(Op.isExpr() && "unknown pcrel immediate operand");
189 assert(DispSpec.isExpr() && "non-immediate displacement for LEA?");
247 assert(DispSpec.isExpr() && "non-immediate displacement?");
  /external/llvm/test/CodeGen/AArch64/
arm64-ands-bad-peephole.ll 2 ; Check that ANDS (tst) is not merged with ADD when the immediate
  /external/llvm/test/CodeGen/Thumb/
inlineasm-imm-thumb.ll 3 ; Test Thumb-mode "I" constraint, for ADD immediate.

Completed in 717 milliseconds

<<11121314151617181920>>