/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
icmp.h | 55 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerProxy.cpp | 88 uint32_t ARMAssemblerProxy::imm(uint32_t immediate) 90 return mTarget->imm(immediate); 111 // (immediate and Rm can be negative, which indicates U=0) 134 // (immediate and Rm can be negative, which indicates U=0)
|
/external/v8/src/ia32/ |
ic-ia32.cc | 147 Immediate(PropertyDetails::TypeField::kMask << kSmiTagSize)); 205 Immediate(kTypeAndReadOnlyMask)); 329 __ cmp(scratch, Immediate(FACTORY->the_hole_value())); 357 __ test(hash, Immediate(String::kContainsCachedArrayIndexMask)); 386 __ test(key, Immediate(0x80000001)); 397 __ sub(scratch2, Immediate(Smi::FromInt(2))); 526 Immediate(isolate->factory()->hash_table_map())); 552 __ add(edi, Immediate(kPointerSize * i * 2)); 556 __ add(edi, Immediate(kPointerSize)); 564 __ add(edi, Immediate(kPointerSize * (kEntriesPerBucket - 1) * 2)) [all...] |
/external/v8/src/x64/ |
assembler-x64.cc | 86 __ xor_(rax, Immediate(0x200000)); // Flip bit 21. 102 __ movl(rax, Immediate(1)); 108 __ shl(rcx, Immediate(32)); 119 __ movl(rax, Immediate(1)); 124 __ or_(rax, Immediate(1 << CPUID)); 159 // Load register with immediate 64 and call through a register instructions 652 Immediate src) { 671 Immediate src) { 688 Immediate src) { 709 Immediate src) [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.cc | 93 __ xor_(rax, Immediate(0x200000)); // Flip bit 21. 109 __ movl(rax, Immediate(1)); 115 __ shl(rcx, Immediate(32)); 126 __ movl(rax, Immediate(1)); 131 __ or_(rax, Immediate(1 << CPUID)); 616 Immediate src) { 635 Immediate src) { 652 Immediate src) { 673 Immediate src) { 691 Immediate src) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 138 } immediate[UREG_MAX_IMMEDIATE]; member in struct:ureg_program 693 /* Actually expand immediate only when fully succeeded. 714 if (ureg->immediate[i].type != type) { 719 ureg->immediate[i].value.u, 720 &ureg->immediate[i].nr, 728 ureg->immediate[i].type = type; 731 ureg->immediate[i].value.u, 732 &ureg->immediate[i].nr, 741 /* Make sure that all referenced elements are from this immediate. 801 ureg->immediate[i].type = TGSI_IMM_UINT32 [all...] |
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.h | 277 // Store the value in register/immediate src in the safepoint 280 void StoreToSafepointRegisterSlot(Register dst, Immediate src); 292 Set(result, Immediate(object)); 301 cmp(reg, Immediate(object)); 366 void Set(Register dst, const Immediate& x); 367 void Set(const Operand& dst, const Immediate& x); 370 bool IsUnsafeImmediate(const Immediate& x); 371 void SafeSet(Register dst, const Immediate& x); 372 void SafePush(const Immediate& x); 502 test(value, Immediate(kSmiTagMask)) [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrFormats.td | 148 // Format for Add-subtract (immediate) instructions. 216 // Format for compare and branch (immediate) instructions. 230 // Format for conditional branch (immediate) instructions. 245 // Format for conditional compare (immediate) instructions. 368 // Format for extract (immediate) instructions 546 // Format for floating-point immediate instructions. 617 // Format for load-store register (immediate post-indexed) instructions 636 // Format for load-store register (immediate pre-indexed) instructions 676 // Format for load-store (unscaled immediate) instructions. 696 // Format for load-store (unsigned immediate) instructions [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 138 } immediate[UREG_MAX_IMMEDIATE]; member in struct:ureg_program 693 /* Actually expand immediate only when fully succeeded. 714 if (ureg->immediate[i].type != type) { 719 ureg->immediate[i].value.u, 720 &ureg->immediate[i].nr, 728 ureg->immediate[i].type = type; 731 ureg->immediate[i].value.u, 732 &ureg->immediate[i].nr, 741 /* Make sure that all referenced elements are from this immediate. 801 ureg->immediate[i].type = TGSI_IMM_UINT32 [all...] |
/bootable/recovery/minzip/ |
Zip.h | 189 * The immediate children of zipDir will become the immediate
|
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 49 /** {@code >= 0 after run();} the index of the immediate dominator */ 143 * The dominators algorithm leaves us knowing who the immediate dominator
|
/external/chromium/chrome/browser/resources/ |
cookies_tree.js | 192 * Sets the immediate children of given parent node. 194 * @param {Array} children The immediate children of parent node.
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_manager.h | 48 // Schedule a Manage() call. If immediate is true, we PostTask without delay. 51 // lower priority situations. An immediate schedule manage will cancel any
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_bitarit.c | 216 * Shift left with immediate. 228 * Shift right with immediate.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 128 uint16_t bufSize; /* size of immediate array */ 130 uint32_t *data; /* inline immediate data */
|
/external/chromium_org/v8/test/cctest/ |
test-code-stubs-ia32.cc | 90 __ add(esp, Immediate(kDoubleSize)); 98 __ add(esp, Immediate(kPointerSize));
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
DomFront.java | 53 /** {@code >= 0 after run();} the index of the immediate dominator */ 147 * The dominators algorithm leaves us knowing who the immediate dominator
|
/external/llvm/lib/Target/Mips/ |
Mips16InstrInfo.h | 82 /// Emit a series of instructions to load an immediate. 84 // in place of FrameReg and the adjusted immediate field (&NewImm)
|
MipsSEInstrInfo.h | 74 /// Emit a series of instructions to load an immediate. If NewImm is a 76 /// its immediate operand is returned in NewImm.
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_bitarit.c | 216 * Shift left with immediate. 228 * Shift right with immediate.
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 128 uint16_t bufSize; /* size of immediate array */ 130 uint32_t *data; /* inline immediate data */
|
/external/qemu/proxy/ |
proxy_http_connector.c | 63 /* immediate connection ?? */ 65 PROXY_LOG("%s: immediate connection", root->name);
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSystem.java | 80 public void sendGameEvent(int type, int index, boolean immediate) { 81 if (immediate) {
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXZoom.cpp | 60 //Immediate zoom should not be avaialable while smooth zoom is running 68 //Immediate zoom should be applied instantly ( CTS requirement )
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
firewire-cdev.h | 307 * @immediate: If non-zero, immediate key to insert before pointer 313 * Add a descriptor block and optionally a preceding immediate key to the local 321 * If not 0, the @immediate field specifies an immediate key which will be 326 * immediate key. 329 __u32 immediate; member in struct:fw_cdev_add_descriptor 341 * Remove a descriptor block and accompanying immediate key from the local
|