HomeSort by relevance Sort by last modified time
    Searched full:immediate (Results 126 - 150 of 1964) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/compiler/utils/arm/
assembler_arm.h 40 // Data-processing operands - Immediate
41 explicit ShifterOperand(uint32_t immediate) {
42 CHECK(immediate < (1 << kImmed8Bits));
44 encoding_ = immediate;
47 // Data-processing operands - Rotated immediate
60 // Data-processing operands - Logical shift/rotate by immediate
77 static bool CanHold(uint32_t immediate, ShifterOperand* shifter_op) {
78 // Avoid the more expensive test for frequent small immediate values.
79 if (immediate < (1 << kImmed8Bits)) {
81 shifter_op->encoding_ = (0 << kRotateShift) | (immediate << kImmed8Shift)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 45 * 0 = immediate
57 * 3 = immediate
59 * Immediate operands can have different sizes.
61 * 0 = no immediate
62 * 1 = 4-bit immediate
63 * 2 = 5-bit immediate
66 * 5 = 8-bit immediate, word-multiple
67 * 6 = 9-bit signed immediate, word-multiple
308 N_("immediate expression too complex"));
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 336 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
338 imm32_ = immediate;
477 static Instr EncodeMovwImmediate(uint32_t immediate) {
478 ASSERT(immediate < 0x10000);
479 return ((immediate & 0xf000) << 4) | (immediate & 0xfff);
487 uint32_t immediate = reinterpret_cast<uint32_t>(target);
490 intermediate |= EncodeMovwImmediate(immediate & 0xFFFF);
494 intermediate |= EncodeMovwImmediate(immediate >> 16);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 213 /// isLegalAddImmediate - Return true if the specified immediate is legal
214 /// add immediate, that is the target has add instructions which can add
215 /// a register with the immediate without having to materialize the
216 /// immediate into a register.
219 /// isLegalICmpImmediate - Return true if the specified immediate is legal
220 /// icmp immediate, that is the target has icmp instructions which can compare
221 /// a register against the immediate without having to materialize the
222 /// immediate into a register.
266 /// integer immediate of the specified type.
Dominators.h 123 assert(IDom && "No immediate dominator?");
128 "Not in immediate dominator children set!");
179 /// DominatorTree - Calculate the immediate dominator tree for a function.
207 // Information record used during immediate dominators computation.
267 // Find NewBB's immediate dominator and create new dominator tree node for
291 // If NewBB strictly dominates other blocks, then it is now the immediate
455 // Walk NodeB immediate dominators chain and find common dominator node.
480 /// the children list of the immediate dominator.
484 assert(IDomNode && "Not immediate dominator specified for block!");
491 /// tree information when a node's immediate dominator changes
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 63 /// immediate should get the value of the symbol minus the PIC base label:
67 /// MO_GOT - On a symbol operand this indicates that the immediate is the
74 /// MO_GOTOFF - On a symbol operand this indicates that the immediate is
81 /// MO_GOTPCREL - On a symbol operand this indicates that the immediate is
89 /// MO_PLT - On a symbol operand this indicates that the immediate is
96 /// MO_TLSGD - On a symbol operand this indicates that the immediate is
105 /// MO_TLSLD - On a symbol operand this indicates that the immediate is
115 /// MO_TLSLDM - On a symbol operand this indicates that the immediate is
125 /// MO_GOTTPOFF - On a symbol operand this indicates that the immediate is
133 /// MO_INDNTPOFF - On a symbol operand this indicates that the immediate i
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 72 __ add(eax, Immediate(num_extra_args + 1));
107 __ cmp(Operand::StaticVariable(debug_step_in_fp), Immediate(0));
196 __ or_(ebx, Immediate(kHeapObjectTag));
249 __ add(eax, Immediate(kPointerSize));
259 __ or_(edi, Immediate(kHeapObjectTag)); // add the heap tag
388 __ Set(esi, Immediate(0));
410 __ Set(ecx, Immediate(0));
510 __ push(Immediate(Smi::FromInt(static_cast<int>(type))));
572 __ push(Immediate(factory->undefined_value()));
590 __ Set(edx, Immediate(0)); // indicate regular JS_FUNCTIO
    [all...]
lithium-codegen-ia32.cc 152 Immediate(isolate()->factory()->undefined_value()));
165 __ mov(Operand(eax), Immediate(slots));
168 __ push(Immediate(kSlotsZapValue));
172 __ sub(Operand(esp), Immediate(slots * kPointerSize));
569 __ sub(Operand(eax), Immediate(Smi::FromInt(1)));
572 __ mov(eax, Immediate(Smi::FromInt(FLAG_deopt_every_n_times)));
867 __ sub(Operand(scratch), Immediate(1));
    [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 189 __ testb(rax, Immediate(5));
202 __ testl(rax, Immediate(0x400 /* C2 */));
212 __ testb(rax, Immediate(5));
231 __ testb(rax, Immediate(0x3f /* Any Exception*/));
535 __ testb(result, Immediate(kIsIndirectStringMask));
540 __ testb(result, Immediate(kSlicedNotConsMask));
571 __ testb(result, Immediate(kStringRepresentationMask));
579 __ testb(result, Immediate(kIsIndirectStringMask));
584 __ testb(result, Immediate(kShortExternalStringTag));
588 __ testb(result, Immediate(kStringEncodingMask))
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 607 /// \brief Analyze the possible immediate value Op
609 /// Returns -1 if it isn't an immediate, 0 if it's and inline immediate
610 /// and the immediate value if it's a literal immediate
626 return -1; // It isn't an immediate
633 return 0; // It's an inline immediate
635 return Imm.I; // It's a literal immediate
638 /// \brief Try to fold an immediate directly into an instruction
639 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate,
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 189 __ cmpq(rcx, Immediate(0));
381 __ cmpq(rax, Immediate(size >> kPointerSizeLog2));
443 Immediate(1 << Map::kIsUndetectable));
619 __ shr(double_exponent, Immediate(64 - HeapNumber::kExponentBits));
620 __ subl(double_exponent, Immediate(HeapNumber::kExponentBias));
622 __ cmpl(double_exponent, Immediate(63));
630 __ cmpl(double_exponent, Immediate(83));
803 __ shl(kScratchRegister, Immediate(63));
826 __ shl(kScratchRegister, Immediate(63));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 128 /// IVBump is the immediate value added to R, and IVOp is the instruction
143 /// If the trip count is not directly available (as an immediate value,
178 /// \brief Get the instruction that loads an immediate value into \p R,
182 /// \brief Get the immediate value referenced to by \p MO, either for
183 /// immediate operands, or for register operands, where the register
184 /// was defined with an immediate value.
187 /// \brief Reset the given machine operand to now refer to a new immediate
188 /// value. Assumes that the operand was already referencing an immediate
330 // This pair represents an induction register together with an immediate
337 // where bump is an immediate value
    [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
SyncUtils.java 73 * Helper method to trigger an immediate sync ("refresh").
78 * Note that SYNC_EXTRAS_MANUAL will cause an immediate sync, without any optimization to
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_ui_utils_unittest.cc 36 // This verifies if HasBookmarkURLs iterates through immediate children.
87 // immediate children.
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteTransaction.cpp 50 // Call BEGIN IMMEDIATE for a write transaction to acquire
60 m_inProgress = m_db.executeCommand("BEGIN IMMEDIATE");
  /external/chromium_org/v8/src/ia32/
debug-ia32.cc 111 __ push(Immediate(Smi::FromInt(
114 __ push(Immediate(Smi::FromInt(Debug::FramePaddingLayout::kInitialSize)));
130 __ test(reg, Immediate(0xc0000000));
141 __ Set(eax, Immediate(0)); // No arguments.
142 __ mov(ebx, Immediate(ExternalReference::debug_break(masm->isolate())));
157 __ Set(reg, Immediate(kDebugZapValue));
188 __ add(esp, Immediate(kPointerSize));
344 __ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 93 __ sub(edx, Immediate(1));
132 __ sub(edx, Immediate(1));
274 __ sub(esp, Immediate(8));
277 __ add(esp, Immediate(8));
315 __ sub(esp, Immediate(8));
318 __ add(esp, Immediate(8));
498 __ push(Immediate(vec->Get(i)->Int32Value()));
508 __ add(esp, Immediate(ELEMENT_COUNT * sizeof(int32_t)));
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 76 /// immediate offset, this function determines the constraints required for
77 /// the immediate. It must satisfy:
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 40 assert(Op.isExpr() && "unknown pcrel immediate operand");
79 assert(Disp.isImm() && "Expected immediate in displacement field");
  /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/skia/tests/
RTreeTest.cpp 120 // Then try immediate inserts
131 // And for good measure try immediate inserts, but in reversed order
  /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);
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 292 * @return false on immediate error,
332 * @return false on immediate error,
498 * @return false on immediate error,
524 * @return false on immediate error,
548 * @return false on immediate error,
575 * @return false on immediate error,
601 * @return false on immediate error,
626 * @return false on immediate error,
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 28 @ patterns, and we can't represent 0x7fc00000 in immediate form, so

Completed in 821 milliseconds

1 2 3 4 56 7 8 91011>>