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

1 2 34 5 6 7 8 91011>>

  /external/v8/src/ia32/
code-stubs-ia32.cc 54 __ cmp(ebx, Immediate(factory->heap_number_map()));
89 __ mov(ebx, Immediate(factory->empty_fixed_array()));
93 Immediate(factory->the_hole_value()));
98 Immediate(factory->undefined_value()));
115 __ push(Immediate(factory->false_value()));
136 Immediate(Smi::FromInt(length)));
139 __ Set(ebx, Immediate(0)); // Set to NULL.
187 Immediate(Smi::FromInt(length)));
398 __ cmp(eax, Immediate(size >> kPointerSizeLog2));
465 __ Set(tos_, Immediate(0))
    [all...]
assembler-ia32-inl.h 276 Immediate::Immediate(int x) {
282 Immediate::Immediate(const ExternalReference& ext) {
288 Immediate::Immediate(Label* internal_offset) {
294 Immediate::Immediate(Handle<Object> handle) {
309 Immediate::Immediate(Smi* value)
    [all...]
stub-cache-ia32.cc 88 __ add(extra, Immediate(Code::kHeaderSize - kHeapObjectTag));
130 __ add(offset, Immediate(Code::kHeaderSize - kHeapObjectTag));
176 Immediate(masm->isolate()->factory()->hash_table_map()));
249 __ add(offset, Immediate(flags));
286 __ Set(prototype, Immediate(Handle<Map>(function->initial_map())));
323 __ test(scratch, Immediate(kNotStringTag));
404 __ mov(scratch, Immediate(interceptor));
441 __ push(Immediate(Smi::FromInt(0)));
458 __ add(esp, Immediate(kPointerSize * kFastApiCallArguments));
494 __ mov(Operand(esp, 3 * kPointerSize), Immediate(call_data))
    [all...]
assembler-ia32.h 266 class Immediate BASE_EMBEDDED {
268 inline explicit Immediate(int x);
269 inline explicit Immediate(const ExternalReference& ext);
270 inline explicit Immediate(Handle<Object> handle);
271 inline explicit Immediate(Smi* value);
272 inline explicit Immediate(Address addr);
274 static Immediate CodeRelativeOffset(Label* label) {
275 return Immediate(label);
287 inline explicit Immediate(Label* value);
390 // A Displacement describes the 32bit immediate field of an instruction whic
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 206 if (direction == BACKWARD) __ sub(src, Immediate(0x40));
211 if (direction == FORWARD) __ add(src, Immediate(0x40));
212 if (direction == BACKWARD) __ sub(dst, Immediate(0x40));
217 if (direction == FORWARD) __ add(dst, Immediate(0x40));
222 __ test(count, Immediate(0x20));
224 if (direction == BACKWARD) __ sub(src, Immediate(0x20));
227 if (direction == FORWARD) __ add(src, Immediate(0x20));
228 if (direction == BACKWARD) __ sub(dst, Immediate(0x20));
231 if (direction == FORWARD) __ add(dst, Immediate(0x20));
234 __ test(count, Immediate(0x10))
    [all...]
full-codegen-ia32.cc 63 __ test(reg, Immediate(kSmiTagMask));
70 __ test(reg, Immediate(kSmiTagMask));
78 __ test(eax, Immediate(delta_to_patch_site));
151 Immediate(isolate()->factory()->undefined_value()));
172 __ push(Immediate(isolate()->factory()->undefined_value()));
174 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
240 __ push(Immediate(Smi::FromInt(num_parameters)));
313 __ Set(eax, Immediate(Smi::FromInt(0)));
318 __ mov(ebx, Immediate(profiling_counter_));
320 Immediate(Smi::FromInt(delta)))
    [all...]
assembler-ia32-inl.h 313 Immediate::Immediate(int x) {
319 Immediate::Immediate(const ExternalReference& ext) {
325 Immediate::Immediate(Label* internal_offset) {
331 Immediate::Immediate(Handle<Object> handle) {
350 Immediate::Immediate(Smi* value)
    [all...]
lithium-codegen-ia32.cc 174 Immediate(isolate()->factory()->undefined_value()));
180 __ mov(edx, Immediate(kNoAlignmentPadding));
185 __ test(esp, Immediate(kPointerSize));
187 __ push(Immediate(0));
189 __ mov(edx, Immediate(kAlignmentPaddingPushed));
191 __ mov(ecx, Immediate(scope()->num_parameters() + 2));
196 __ add(Operand(ebx), Immediate(kPointerSize));
199 __ mov(Operand(ebx, 0), Immediate(kAlignmentZapValue));
213 __ push(Immediate(Smi::FromInt(StackFrame::STUB)));
222 __ test(esp, Immediate(kPointerSize))
2085 Immediate immediate = ToImmediate(LConstantOperand::cast(instr->right()), local
4485 Immediate immediate = local
4657 Immediate immediate = ToImmediate(operand_value, Representation::Smi()); local
4801 Immediate immediate = ToImmediate(LConstantOperand::cast(instr->index()), local
    [all...]
stub-cache-ia32.cc 88 __ add(extra, Immediate(Code::kHeaderSize - kHeapObjectTag));
130 __ add(offset, Immediate(Code::kHeaderSize - kHeapObjectTag));
176 Immediate(masm->isolate()->factory()->hash_table_map()));
249 __ add(offset, Immediate(flags));
286 __ Set(prototype, Immediate(Handle<Map>(function->initial_map())));
323 __ test(scratch, Immediate(kNotStringTag));
399 __ mov(scratch, Immediate(interceptor));
404 __ push(Immediate(reinterpret_cast<int>(masm->isolate())));
437 __ push(Immediate(Smi::FromInt(0)));
454 __ add(esp, Immediate(kPointerSize * kFastApiCallArguments))
    [all...]
assembler-ia32.h 339 class Immediate BASE_EMBEDDED {
341 inline explicit Immediate(int x);
342 inline explicit Immediate(const ExternalReference& ext);
343 inline explicit Immediate(Handle<Object> handle);
344 inline explicit Immediate(Smi* value);
345 inline explicit Immediate(Address addr);
347 static Immediate CodeRelativeOffset(Label* label) {
348 return Immediate(label);
360 inline explicit Immediate(Label* value);
464 // A Displacement describes the 32bit immediate field of an instruction whic
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate.DataType = type
550 struct tgsi_immediate *immediate; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate.DataType = type
550 struct tgsi_immediate *immediate; local
    [all...]
  /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...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 202 /// instruction with the given type, opcode, and register and immediate
212 /// immediate operands be emitted.
220 /// instruction with the given type, opcode, and register and immediate
231 /// It first tries to emit an instruction with an immediate operand using
232 /// FastEmit_ri. If that fails, it materializes the immediate into a register
240 /// instruction with the given type, opcode, and immediate operand be emitted.
247 /// instruction with the given type, opcode, and floating-point immediate
280 /// Emit a MachineInstr with a register operand, an immediate, and a result
287 /// Emit a MachineInstr with one register operand and two immediate operands.
300 /// Emit a MachineInstr with two register operands, an immediate, and a resul
    [all...]
  /external/chromium_org/gpu/command_buffer/docs/
gles2_cmd_format_docs.txt 26 //! Some commands have an 'immediate' version where the data appears directly
266 //! Immediate version of command that corresponds to glBindAttribLocation.
382 //! Immediate version of command that corresponds to glBufferData.
404 //! Immediate version of command that corresponds to glBufferSubData.
496 //! Immediate version of command that corresponds to glCompressedTexImage2D.
541 //! Immediate version of command that corresponds to glCompressedTexSubImage2D.
636 //! Immediate version of command that corresponds to glDeleteBuffers.
654 //! Immediate version of command that corresponds to glDeleteFramebuffers.
680 //! Immediate version of command that corresponds to glDeleteRenderbuffers.
706 //! Immediate version of command that corresponds to glDeleteTextures
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 174 // enabled again. Does not introduce artifacts, unless immediate is set.
175 // immediate Whether to apply change abruptly (ignored if filter is
177 void commit(bool immediate = false);
189 // introduce artifacts, unless immediate is set.
190 // immediate Whether to apply change abruptly.
191 void enable(bool immediate = false);
194 // immediate is set.
195 // immediate Whether to apply change abruptly.
196 void disable(bool immediate = false);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.h 24 // the immediate left of the primary 1024x768 monitor.
28 // the immediate right of the primary 1024x768 monitor.
32 // the immediate top of the primary 1024x768 monitor.
36 // the immediate bottom of the primary 1024x768 monitor.
40 // the immediate bottom of the primary 1600x1200 monitor.
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 680 // Operand 1 (optional) is an address or immediate.
681 // Operand 2 (optional) is an immediate.
685 HANDLE_OPTIONAL(immediate)
699 // Operand 3 (optional) is an immediate.
715 HANDLE_OPTIONAL(immediate)
721 // Operand 3 (optional) is an immediate.
739 HANDLE_OPTIONAL(immediate)
745 // Operand 3 (optional) is an immediate.
746 // Operand 4 (optional) is an immediate.
766 HANDLE_OPERAND(immediate)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 114 // Vector shift by immediate:
123 // Vector rounding shift by immediate:
128 // Vector saturating shift by immediate:
136 // Vector saturating rounding shift by immediate:
150 // Vector move immediate and move negated immediate:
154 // Vector move f32 immediate:
193 // Vector OR with immediate
195 // Vector AND with NOT of immediate
309 /// isLegalICmpImmediate - Return true if the specified immediate is lega
    [all...]
  /external/llvm/include/llvm/MC/
MCSymbolizer.h 12 // immediate operands to MCExprs.
54 /// Instead of having a difficult to read immediate, a symbolic operand would
55 /// represent this immediate in a more understandable way, for instance as a
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 32 assert(!(Value & ~((1ULL << BitWidth)-1)) && "immediate not n-bit");
98 assert(Imm12 >= 0 && "Invalid immediate for add/sub imm");
176 && "Immediate operand required for floating-point immediate inst");
222 // The immediate of LDR (lit) instructions is a signed 19-bit immediate, which
417 "Immediate operand required for Neon vector immediate inst.");
462 "Immediate operand required for Neon vector immediate inst.")
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 25 # Signed 16-bit immediate operands
35 # Unsigned 16-bit immediate operands
45 # Signed 16-bit immediate operands (extended range for addis)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 28 // (so it's encoded as an 8-bit immediate).
35 // 8-bit immediate).
81 // It is possible to create an "immediate" that happens to be pcrel.
  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm 102 // Allow for immediate state changes to keep test unflaky
107 // Allow for immediate state changes to keep test unflaky
  /external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm 103 // Allow for immediate state changes to keep test unflaky
108 // Allow for immediate state changes to keep test unflaky

Completed in 1403 milliseconds

1 2 34 5 6 7 8 91011>>