/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
|
/external/chromium_org/sandbox/win/src/sidestep/ |
mini_disassembler.cpp | 163 // Let's process the operand types to see if we have any immediate 209 // additional (e.g. immediate) parameters. 232 // decoded. No other (e.g. immediate) params than indicated in ModR/M. 244 // These addressing modes specify an immediate or an offset value 247 case AM_I: // Immediate data.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
mini_disassembler.cc | 195 // Let's process the operand types to see if we have any immediate 241 // additional (e.g. immediate) parameters. 264 // decoded. No other (e.g. immediate) params than indicated in ModR/M. 276 // These addressing modes specify an immediate or an offset value 279 case AM_I: // Immediate data.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
mini_disassembler.cc | 195 // Let's process the operand types to see if we have any immediate 241 // additional (e.g. immediate) parameters. 264 // decoded. No other (e.g. immediate) params than indicated in ModR/M. 276 // These addressing modes specify an immediate or an offset value 279 case AM_I: // Immediate data.
|
/external/chromium_org/tools/memory_watcher/ |
mini_disassembler.cc | 160 // Let's process the operand types to see if we have any immediate 206 // additional (e.g. immediate) parameters. 229 // decoded. No other (e.g. immediate) params than indicated in ModR/M. 241 // These addressing modes specify an immediate or an offset value 244 case AM_I: // Immediate data.
|
/external/chromium_org/tools/traceline/traceline/sidestep/ |
mini_disassembler.cc | 184 // Let's process the operand types to see if we have any immediate 230 // additional (e.g. immediate) parameters. 253 // decoded. No other (e.g. immediate) params than indicated in ModR/M. 265 // These addressing modes specify an immediate or an offset value 268 case AM_I: // Immediate data.
|
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.cpp | 211 uint32_t immediate, uint32_t& rot, uint32_t& imm) 213 // for MIPS, any 32-bit immediate is OK 215 imm = immediate; 221 bool ArmToMipsAssembler::isValidImmediate(uint32_t immediate) 223 // for MIPS, any 32-bit immediate is OK 227 uint32_t ArmToMipsAssembler::imm(uint32_t immediate) 229 // ALOGW("immediate value %08x at pc %08x\n", immediate, (int)pc()); 230 amode.value = immediate; 256 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0 [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 89 __ and_(offset, Immediate(~Code::kFlagsNotUsedInLookup)); 90 __ cmpl(offset, Immediate(flags)); 102 __ addq(kScratchRegister, Immediate(Code::kHeaderSize - kHeapObjectTag)); 132 Immediate(kInterceptorOrAccessCheckNeededMask)); 199 __ xor_(scratch, Immediate(flags)); 202 __ and_(scratch, Immediate((kPrimaryTableSize - 1) << kHeapObjectTagSize)); 210 __ xor_(scratch, Immediate(flags)); 211 __ and_(scratch, Immediate((kPrimaryTableSize - 1) << kHeapObjectTagSize)); 213 __ addl(scratch, Immediate(flags)); 214 __ and_(scratch, Immediate((kSecondaryTableSize - 1) << kHeapObjectTagSize)) [all...] |
/external/chromium_org/v8/src/x64/ |
stub-cache-x64.cc | 89 __ and_(offset, Immediate(~Code::kFlagsNotUsedInLookup)); 90 __ cmpl(offset, Immediate(flags)); 102 __ addq(kScratchRegister, Immediate(Code::kHeaderSize - kHeapObjectTag)); 132 Immediate(kInterceptorOrAccessCheckNeededMask)); 199 __ xor_(scratch, Immediate(flags)); 202 __ and_(scratch, Immediate((kPrimaryTableSize - 1) << kHeapObjectTagSize)); 210 __ xor_(scratch, Immediate(flags)); 211 __ and_(scratch, Immediate((kPrimaryTableSize - 1) << kHeapObjectTagSize)); 213 __ addl(scratch, Immediate(flags)); 214 __ and_(scratch, Immediate((kSecondaryTableSize - 1) << kHeapObjectTagSize)) [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 250 // Store the value in register/immediate src in the safepoint 253 void StoreToSafepointRegisterSlot(Register dst, Immediate src); 263 Set(result, Immediate(object)); 327 void Set(Register dst, const Immediate& x); 328 void Set(const Operand& dst, const Immediate& x); 331 bool IsUnsafeImmediate(const Immediate& x); 332 void SafeSet(Register dst, const Immediate& x); 333 void SafePush(const Immediate& x); 456 test(value, Immediate(kSmiTagMask)); 463 test(value, Immediate(kSmiTagMask)) [all...] |
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 42 * of register operands needed), patch the test opcode if any immediate 101 * Details of intruction patching for immediate operands 103 * All the immediate insn test functions are of the form {imm_insn, blr} 105 * to a stack buffer, and rewrite the immediate part of imm_insn. 133 * the immediate field with the new value (which, for 'addi', is the [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 123 /// immediate field. Note that the operand at this point is already the 278 /// or 64-bit immediate, and if the value can be accurately represented as a 280 /// immediate. 325 // opcode and that it has a immediate integer right operand. 399 /// the rotate left word immediate then mask insert (rlwimi) instruction. 480 // SETEQ/SETNE comparison with 16-bit immediate, fold it. 484 // If this is a 16-bit signed immediate, fold it. 521 // SETEQ/SETNE comparison with 16-bit immediate, fold it. 525 // If this is a 16-bit signed immediate, fold it. [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64BranchFixupPass.cpp | 11 // of range for their immediate operands. 117 /// One per immediate branch, keeping the machine instruction pointer, 128 /// Keep track of all the immediate branch instructions. 204 // sizes of each block and location of each immediate branch. 254 /// of each block, and each immediate branch. 313 // Record this immediate branch. 448 /// Fix up an immediate branch whose destination is too far away to fit in its
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.cpp | 924 // Encoding of the immediate for logical (immediate) instructions: 936 // Columns 'R', 'S' and 'size' specify a "bitmask immediate" of size bits in 951 // Because there are S+1 ones in the replicated mask, an immediate of all [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 92 // movw / movt: 16-bits immediate but scattered into two chunks 0 - 12, 16 - 19. 194 // If the immediate is negative, greater than 1020, or not a multiple 335 // Encode the immediate and shift the opcode into place. 403 // four. The 32-bit immediate value is encoded as 407 // opcode. x = unchanged, I = immediate value bit, S = sign extension bit, 434 // four (see fixup_arm_thumb_cp). The 32-bit immediate value is encoded as 438 // opcode. x = unchanged, I = immediate value bit, S = sign extension bit,
|
/external/v8/src/arm/ |
assembler-arm.cc | 708 static Instr EncodeMovwImmediate(uint32_t immediate) { 709 ASSERT(immediate < 0x10000); 710 return ((immediate & 0xf000) << 4) | (immediate & 0xfff); 732 // immediate fits, change the opcode. 775 // if they can be encoded in the ARM's 12 bits of immediate-offset instruction 798 // The immediate operand cannot be encoded as a shifter operand, or use of 819 // No use of constant pool and the immediate operand can be encoded as a 833 // Immediate. 838 // The immediate operand cannot be encoded as a shifter operand, so loa [all...] |
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Factory.cpp | 59 // Load an immediate +2.0 (which encodes to 0) 103 * immediate. If not, return -1. If so, return i:imm3:a:bcdefgh form. 136 * Load a immediate using a shortcut if possible; otherwise 157 /* Check Modified immediate special cases */ 168 /* 16-bit immediate? */ 199 * Load an immediate value into a fixed or temp register. Target 669 * immediate. If not, return -1. If so return encoded 8-bit value. 712 // Load an immediate +2.0 (which encodes to 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 79 * - immediate value (i.e. derived from a IMM register) 120 * We could also handle TGSI_FILE_CONST/IMMEDIATE here, but there is little 126 * Whether any immediate values are outside the range of 0 and 1
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec_array.c | 658 * Called from glDrawArrays when in immediate mode (not display list mode). 683 * Called from glDrawArraysInstanced when in immediate mode (not 710 * Called from glDrawArraysInstancedBaseInstance when in immediate mode. 877 * Called by glDrawRangeElementsBaseVertex() in immediate mode. 961 * Called by glDrawRangeElements() in immediate mode. 981 * Called by glDrawElements() in immediate mode. 1003 * Called by glDrawElementsBaseVertex() in immediate mode. 1026 * Called by glDrawElementsInstanced() in immediate mode. [all...] |
/external/llvm/test/CodeGen/Generic/ |
select.ll | 39 ; -- use of immediate fields for integral constants of different sizes 61 ; -- User of cast has no immediate field 62 ; -- User of cast has immediate field but constant is too large to fit
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 79 * - immediate value (i.e. derived from a IMM register) 120 * We could also handle TGSI_FILE_CONST/IMMEDIATE here, but there is little 126 * Whether any immediate values are outside the range of 0 and 1
|
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_array.c | 658 * Called from glDrawArrays when in immediate mode (not display list mode). 683 * Called from glDrawArraysInstanced when in immediate mode (not 710 * Called from glDrawArraysInstancedBaseInstance when in immediate mode. 877 * Called by glDrawRangeElementsBaseVertex() in immediate mode. 961 * Called by glDrawRangeElements() in immediate mode. 981 * Called by glDrawElements() in immediate mode. 1003 * Called by glDrawElementsBaseVertex() in immediate mode. 1026 * Called by glDrawElementsInstanced() in immediate mode. [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
fkey.c | 20 ** Deferred and Immediate FKs 23 ** Foreign keys in SQLite come in two flavours: deferred and immediate. 24 ** If an immediate foreign key constraint is violated, SQLITE_CONSTRAINT 80 ** For the purposes of immediate FK constraints, the OR REPLACE conflict 86 ** Immediate constraints are usually handled similarly. The only difference 88 ** object (struct Vdbe). If, after the statement has run, its immediate 303 ** INSERT immediate Increment the "immediate constraint counter". 305 ** DELETE immediate Decrement the "immediate constraint counter" [all...] |
/dalvik/vm/ |
Sync.h | 23 * Monitor shape field. Used to distinguish immediate thin locks from
|