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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/Hexagon/
split-const32-const64.ll 6 ; with immediate value.
  /external/llvm/test/CodeGen/MIR/X86/
immediate-operands.mir 2 # This test ensures that the MIR parser parses immediate machine operands.
  /external/llvm/test/MC/AArch64/
armv8.2a-uao.s 10 // CHECK-ERROR: error: immediate must be an integer in range [0, 1].
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_immediate.c 39 /* Convinience function to check immediate state.
46 if (i915->current.immediate[offset] == state)
49 i915->current.immediate[offset] = state;
231 "immediate",
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 32 unsigned immd_size; /* size of immediate array data */
  /external/skia/src/animator/
thingstodo.txt 8 very large apply create or apply immediate steps
  /external/v8/src/ic/ia32/
ic-compiler-ia32.cc 26 __ push(Immediate(Smi::FromInt(language_mode)));
  /external/v8/src/ic/x87/
ic-compiler-x87.cc 26 __ push(Immediate(Smi::FromInt(language_mode)));
  /external/v8/src/ppc/
constants-ppc.h 98 TWI = 3 << 26, // Trap Word Immediate
99 MULLI = 7 << 26, // Multiply Low Immediate
100 SUBFIC = 8 << 26, // Subtract from Immediate Carrying
101 CMPLI = 10 << 26, // Compare Logical Immediate
102 CMPI = 11 << 26, // Compare Immediate
103 ADDIC = 12 << 26, // Add Immediate Carrying
104 ADDICx = 13 << 26, // Add Immediate Carrying and Record
105 ADDI = 14 << 26, // Add Immediate
106 ADDIS = 15 << 26, // Add Immediate Shifted
111 RLWIMIX = 20 << 26, // Rotate Left Word Immediate then Mask Inser
    [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 119 stopDreamLocked(false /*immediate*/);
177 stopDreamInternal(false /*immediate*/);
180 private void finishSelfInternal(IBinder token, boolean immediate) {
182 Slog.d(TAG, "Dream finished: " + token + ", immediate=" + immediate);
194 stopDreamLocked(immediate);
215 private void stopDreamInternal(boolean immediate) {
217 stopDreamLocked(immediate);
362 stopDreamLocked(true /*immediate*/);
381 private void stopDreamLocked(final boolean immediate) {
    [all...]
DreamController.java 78 stopDream(true /*immediate*/);
87 stopDream(true /*immediate*/);
120 stopDream(true /*immediate*/);
141 stopDream(true /*immediate*/);
153 stopDream(true /*immediate*/);
158 stopDream(true /*immediate*/);
169 public void stopDream(boolean immediate) {
176 if (!immediate) {
257 stopDream(true /*immediate*/);
307 stopDream(true /*immediate*/);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
barrier.s 57 @Tests to verify immediate operands
immed.d 1 # name: immediate expressions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 4 ; a non-immediate-constant value (related to "False broken words").
rd-bound4.d 5 # Bound with register and immediate are part of the common
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
immediate-001.s 1 ;; ops with immediate args
immediate-006.d 2 #source: immediate-006.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
branch2.s 9 ; immediate fields. We should also check the assorted field
spop.s 4 ; immediate fields. We should also check the assorted field
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
lui-1.l 5 .*\.s:8: Error: operand 2 must be an immediate expression `lui \$2,\$3'
vr5400.s 54 /* Test negative numbers in immediate-value slot. */
68 /* Test negative numbers in immediate-value slot. */
102 /* SLL,SRL: Scalar or immediate. */
108 /* RZU: Immediate, must be 0, 8, or 16. */
  /toolchain/binutils/binutils-2.25/opcodes/
z8k-dis.c 45 unsigned long immediate; member in struct:__anon76393
350 instr_data->immediate = instr_nibl;
353 instr_data->immediate = (- instr_nibl) & 0xf;
356 instr_data->immediate = (- instr_byte) & 0xff;
360 instr_data->immediate = instr_byte;
364 instr_data->immediate = instr_word;
371 instr_data->immediate = instr_long;
375 instr_data->immediate = instr_nibl - 1;
378 instr_data->immediate = instr_nibl + 1;
381 instr_data->immediate = 1
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 33 Immediate InputImmediate(size_t index) {
62 Immediate ToImmediate(InstructionOperand* operand) {
66 return Immediate(constant.ToInt32());
68 return Immediate(
71 return Immediate(
74 return Immediate(constant.ToExternalReference());
76 return Immediate(constant.ToHeapObject());
80 return Immediate::CodeRelativeOffset(ToLabel(operand));
83 return Immediate(-1);
155 return Operand(Immediate(disp))
    [all...]
  /external/elfutils/libcpu/defs/
i386.doc 2 - is {s} in opcode: {s} == 0, unsigned (8/)16/32 bit immediate
3 {s} == 1, signed 8 bit immediate
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 133 /// getSOImmValRotate - Try to handle Imm with an immediate shifter operand,
134 /// computing the rotate amount to use. If this immediate value cannot be
136 /// take a maximal chunk of bits out of the immediate.
163 // shifter_op immediate. Return a chunk of bits that will be useful to
168 /// getSOImmVal - Given a 32-bit immediate, if it is something that can fit
169 /// into an shifter_operand immediate operand, return the 12-bit encoding for
216 /// getThumbImmValShift - Try to handle Imm with a 8-bit immediate followed
219 // 8-bit (or less) immediates are trivially immediate operand with a shift
228 /// by left shifting a 8-bit immediate.
235 /// getThumbImm16ValShift - Try to handle Imm with a 16-bit immediate followe
    [all...]

Completed in 669 milliseconds

1 2 3 4 5 6 78 91011>>