Searched
full:immediate (Results
326 -
350 of
1964) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 213 /// FoldImmediate - 'Reg' is known to be defined by a move immediate 214 /// instruction, try to fold the immediate into the use instruction. 316 /// Returns true if the instruction has a shift by immediate that can be 382 /// instructions to materializea destreg = basereg + immediate in ARM / Thumb2
|
ARMCodeEmitter.cpp | 331 // Immediate is always encoded as positive. The 'U' bit controls add vs 339 // If immediate offset is omitted, default to +0. 364 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value. 433 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value. 488 // For VFP load, the immediate offset is multiplied by 4. 797 // Set bit I(25) to identify this is the immediate form of <shifter_op> 815 // Set bit I(25) to identify this is the immediate form of <shifter_op> 840 // Set bit I(25) to identify this is the immediate form of <shifter_op> [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.h | 39 // Get the Higher 16 bits from a 32-bit immediate 43 // Get the Lower 16 bits from a 32-bit immediate 460 /// specified FP immediate natively. If false, the legalizer will 461 /// materialize the FP immediate as a load from a constant pool.
|
/external/llvm/lib/Target/R600/ |
SIISelLowering.h | 31 bool foldImm(SDValue &Operand, int32_t &Immediate,
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrFormats.td | 42 // 3R with first operand as an immediate. Used for TSETR where the first 43 // operand is treated as an immediate since it refers to a register number in 161 // 2R with first operand as an immediate. Used for TSETMR where the first 162 // operand is treated as an immediate since it refers to a register number in
|
/external/llvm/test/MC/ELF/ |
relax-arith.s | 4 // 16 or 32 bit immediate values.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_inline_literals.c | 104 float_value = constant->u.Immediate[swz];
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_cs.h | 24 * This file contains macros for immediate command submission.
|
/external/mksh/src/ |
lalloc.c | 18 * of said person's immediate fault when using the work as intended.
|
/external/oprofile/events/arm/armv7-common/ |
events | 17 event:0x0D counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_IMM_BRANCH : Immediate branch instruction executed (taken or not)
|
/external/qemu/android/ |
async-console.c | 85 if (status == ASYNC_COMPLETE) { /* immediate connection */
|
/external/stlport/test/eh/ |
test_bit_vector.cpp | 80 // Half the time, choose a size that will guarantee immediate reallocation
|
/external/v8/src/x64/ |
debug-x64.cc | 124 __ sar(kScratchRegister, Immediate(32)); 153 __ shl(kScratchRegister, Immediate(32)); 166 __ addq(rsp, Immediate(kPointerSize)); 313 __ movq(Operand(rax, 0), Immediate(0));
|
ic-x64.cc | 52 __ cmpb(type, Immediate(JS_GLOBAL_OBJECT_TYPE)); 54 __ cmpb(type, Immediate(JS_BUILTINS_OBJECT_TYPE)); 56 __ cmpb(type, Immediate(JS_GLOBAL_PROXY_TYPE)); 79 __ cmpb(r0, Immediate(FIRST_SPEC_OBJECT_TYPE)); 89 Immediate((1 << Map::kIsAccessCheckNeeded) | 296 Immediate((1 << Map::kIsAccessCheckNeeded) | 377 __ testl(hash, Immediate(String::kContainsCachedArrayIndexMask)); 383 Immediate(kIsSymbolMask)); 461 __ shr(rcx, Immediate(KeyedLookupCache::kMapHashShift)); 463 __ shr(rdi, Immediate(String::kHashShift)) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
IteratorOptions.java | 20 /** Just do the immediate children of the root, default is subtree. */
|
/frameworks/av/services/audioflinger/ |
AudioWatchdog.cpp | 49 // force an immediate log on first underrun after resume()
|
AudioWatchdog.h | 51 // force an immediate log on first underrun
|
/frameworks/base/core/java/android/view/ |
WindowManagerGlobal.java | 293 public void removeView(View view, boolean immediate) { 301 removeViewLocked(index, immediate); 336 private void removeViewLocked(int index, boolean immediate) { 346 boolean deferred = root.die(immediate);
|
/frameworks/base/graphics/java/android/renderscript/ |
BaseObj.java | 128 * primary use is to force immediate cleanup of resources when it is
|
/frameworks/native/include/binder/ |
IPCThreadState.h | 61 void stopProcess(bool immediate = true);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
BaseObj.java | 101 * primary use is to force immediate cleanup of resources when it is
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodecommentnodeattributes.java | 33 * Find any comment that is an immediate child of the root
|
nodecommentnodeattributes.java | 33 * Find any comment that is an immediate child of the root
|
/packages/apps/Camera/src/com/android/camera/ui/ |
ZoomRenderer.java | 55 void onZoomValueChanged(int index); // only for immediate zoom
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomRenderer.java | 55 void onZoomValueChanged(int index); // only for immediate zoom
|
Completed in 1973 milliseconds
<<11121314151617181920>>