/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 378 class Immediate BASE_EMBEDDED { 380 explicit Immediate(int32_t value) : value_(value) {} 659 void push(Immediate value); 669 void enter(Immediate size); 674 void movb(Register dst, Immediate imm); 684 void movl(const Operand& dst, Immediate imm); 685 // Load a 32-bit immediate value, zero-extended to 64 bits. 686 void movl(Register dst, Immediate imm32); 693 // Sign extends immediate 32-bit value to 64 bits. 694 void movq(Register dst, Immediate x) [all...] |
/external/chromium_org/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 143 __ add(edi, Immediate(by * char_size())); 152 __ add(register_location(reg), Immediate(by)); 161 __ add(ebx, Immediate(masm_->CodeObject())); 186 __ cmp(Operand(ebp, kStartIndex), Immediate(0)); 198 __ cmp(Operand(ebp, kStartIndex), Immediate(0)); 217 __ add(backtrack_stackpointer(), Immediate(kPointerSize)); // Pop. 271 __ sub(ecx, Immediate(224 - 'a')); 272 __ cmp(ecx, Immediate(254 - 224)); 274 __ cmp(ecx, Immediate(247 - 224)); // Check for 247. 286 __ add(edx, Immediate(1)) [all...] |
code-stubs-ia32.cc | 327 __ mov(ebx, Immediate(factory->empty_fixed_array())); 331 Immediate(factory->the_hole_value())); 348 Immediate(factory->undefined_value())); 375 __ cmp(edx, Immediate(Smi::FromInt(SharedFunctionInfo::kSecondEntryIndex))); 377 __ sub(edx, Immediate(Smi::FromInt(SharedFunctionInfo::kEntryLength))); 423 __ push(Immediate(factory->false_value())); 444 Immediate(Smi::FromInt(length))); 447 __ Set(ebx, Immediate(0)); // Set to NULL. 494 Immediate(Smi::FromInt(length))); 548 __ sub(esp, Immediate(kDoubleSize * XMMRegister::kNumRegisters)) [all...] |
/external/chromium_org/v8/test/cctest/ |
test-disasm-ia32.cc | 57 // Short immediate instructions 59 __ add(eax, Immediate(12345678)); 61 __ sub(eax, Immediate(12345678)); 82 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12)); 85 __ add(ebx, Immediate(12)); 94 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000)); 128 __ push(Immediate(12)); 129 __ push(Immediate(23456)); 157 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345)); 171 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456)) [all...] |
test-hashing.cc | 57 __ mov(eax, Immediate(0)); 58 __ mov(ebx, Immediate(string.at(0))); 61 __ mov(ebx, Immediate(string.at(i))); 73 __ movq(rax, Immediate(0)); 74 __ movq(rbx, Immediate(string.at(0))); 77 __ movq(rbx, Immediate(string.at(i))); 121 __ mov(eax, Immediate(key)); 129 __ movq(rax, Immediate(key));
|
/external/v8/src/x64/ |
assembler-x64.h | 359 class Immediate BASE_EMBEDDED { 361 explicit Immediate(int32_t value) : value_(value) {} 666 void push(Immediate value); 676 void enter(Immediate size); 681 void movb(Register dst, Immediate imm); 691 void movl(const Operand& dst, Immediate imm); 692 // Load a 32-bit immediate value, zero-extended to 64 bits. 693 void movl(Register dst, Immediate imm32); 700 // Sign extends immediate 32-bit value to 64 bits. 701 void movq(Register dst, Immediate x) [all...] |
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 64 // Short immediate instructions 66 __ add(eax, Immediate(12345678)); 68 __ sub(eax, Immediate(12345678)); 89 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12)); 92 __ add(ebx, Immediate(12)); 101 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000)); 135 __ push(Immediate(12)); 136 __ push(Immediate(23456)); 164 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345)); 178 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456)) [all...] |
test-hashing.cc | 59 __ mov(eax, Immediate(0)); 60 __ mov(ebx, Immediate(string.at(0))); 63 __ mov(ebx, Immediate(string.at(i))); 75 __ movq(rax, Immediate(0)); 76 __ movq(rbx, Immediate(string.at(0))); 79 __ movq(rbx, Immediate(string.at(i))); 123 __ mov(eax, Immediate(key)); 131 __ movq(rax, Immediate(key));
|
/external/llvm/include/llvm/MC/ |
MCInst.h | 37 kImmediate, ///< Immediate operand. 38 kFPImmediate, ///< Floating-point immediate operand. 39 kExpr, ///< Relocatable immediate operand. 75 assert(isImm() && "This is not an immediate"); 79 assert(isImm() && "This is not an immediate"); 84 assert(isFPImm() && "This is not an FP immediate"); 89 assert(isFPImm() && "This is not an FP immediate");
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 171 /// immediate Value in the MCInst. 173 /// @param Value - The immediate Value, has had any PC adjustment made by 177 /// @param Offset - The byte offset to this immediate in the instruction 178 /// @param Width - The byte width of this immediate in the instruction 182 /// immediate in the instruction using the Address, Offset and Width. If that 185 /// returns zero and isBranch is true then a symbol look up for immediate Value 187 /// an MCExpr with the immediate Value is created. This function returns true 200 /// instruction and its immediate Value are used to determine the address 210 /// translateImmediate - Appends an immediate operand to an MCInst. 213 /// @param immediate - The immediate value to append [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
lock3.test | 13 # DEFERRED, IMMEDIATE, and EXCLUSIVE keywords as modifiers to the 47 # Get an immediate lock on the database using one connection. The 52 execsql {BEGIN IMMEDIATE TRANSACTION}
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 172 Immediate(OS::kMinComplexMemCopy)); 196 __ add(edx, Immediate(16)); 203 __ test(src, Immediate(0x0F)); 218 __ add(src, Immediate(0x20)); 222 __ add(dst, Immediate(0x20)); 230 __ test(count, Immediate(0x10)); 233 __ add(src, Immediate(0x10)); 235 __ add(dst, Immediate(0x10)); 264 __ add(src, Immediate(0x20)); 268 __ add(dst, Immediate(0x20)) [all...] |
full-codegen-ia32.cc | 63 __ test(reg, Immediate(kSmiTagMask)); 70 __ test(reg, Immediate(kSmiTagMask)); 78 __ test(eax, Immediate(delta_to_patch_site)); 155 Immediate(isolate()->factory()->undefined_value())); 172 __ push(Immediate(isolate()->factory()->undefined_value())); 174 __ mov(eax, Immediate(isolate()->factory()->undefined_value())); 237 __ SafePush(Immediate(Smi::FromInt(num_parameters))); 310 __ Set(eax, Immediate(Smi::FromInt(0))); 315 __ mov(ebx, Immediate(profiling_counter_)); 317 Immediate(Smi::FromInt(delta))) [all...] |
regexp-macro-assembler-ia32.cc | 137 __ add(edi, Immediate(by * char_size())); 146 __ add(register_location(reg), Immediate(by)); 155 __ add(ebx, Immediate(masm_->CodeObject())); 180 __ cmp(Operand(ebp, kStartIndex), Immediate(0)); 192 __ cmp(Operand(ebp, kStartIndex), Immediate(0)); 222 __ cmp(edi, Immediate(-(byte_offset + byte_length))); 240 // Don't use 16-bit immediate. The size changing prefix throws off 257 __ cmp(Operand(ebx, byte_offset + i), Immediate(combined_chars)); 268 Immediate(*reinterpret_cast<const int*>(&str[i]))); 271 // Avoid a 16-bit immediate operation. It uses the length-changin [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.h | 32 unsigned immd_size; /* size of immediate array data */
|
/external/chromium_org/third_party/skia/src/animator/ |
thingstodo.txt | 8 very large apply create or apply immediate steps
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
jmpfar.asm | 16 ;mov ax, 1234:5678 ; YASM: immediate does not support segment; NASM: invalid combination of opcode and operands
|
/external/llvm/test/CodeGen/Hexagon/ |
split-const32-const64.ll | 6 ; with immediate value.
|
/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/mockwebserver/src/main/java/com/google/mockwebserver/ |
SocketPolicy.java | 43 * Request immediate close of connection without even reading the 54 * Request immediate close of connection after reading the entire
|
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 33 // are called without the immediate flag set, the filter smoothly transitions 64 // If called when filter is disabled, will have no immediate effect, but the 67 // immediate If true, transitions to new coefficients smoothly, without 70 void setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate = false); 82 // immediate If true, transitions to new state smoothly, without 85 void enable(bool immediate = false); 88 // immediate If true, transitions to new state smoothly, without 91 void disable(bool immediate = false);
|
AudioBiquadFilter.cpp | 53 void AudioBiquadFilter::setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate) { 56 if (CC_UNLIKELY(immediate)) { 70 void AudioBiquadFilter::enable(bool immediate) { 71 if (CC_UNLIKELY(immediate)) { 79 void AudioBiquadFilter::disable(bool immediate) { 80 if (CC_UNLIKELY(immediate)) {
|