/external/chromium_org/v8/tools/gyp/ |
v8_base.mipsel.host.linux-mips.mk | 86 v8/src/hydrogen-instructions.cc \
|
v8_base.arm.target.darwin-arm.mk | 87 v8/src/hydrogen-instructions.cc \
|
v8_base.arm.target.linux-arm.mk | 87 v8/src/hydrogen-instructions.cc \
|
v8_base.ia32.target.darwin-x86.mk | 87 v8/src/hydrogen-instructions.cc \
|
v8_base.ia32.target.linux-x86.mk | 87 v8/src/hydrogen-instructions.cc \
|
v8_base.mipsel.target.darwin-mips.mk | 87 v8/src/hydrogen-instructions.cc \
|
v8_base.mipsel.target.linux-mips.mk | 87 v8/src/hydrogen-instructions.cc \
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 45 * ContMask) which are controlled by the flow control instructions (namely: 623 * Initialize machine state by expanding tokens to full instructions, 636 struct tgsi_full_instruction *instructions; local 662 if (mach->Instructions) { 663 FREE( mach->Instructions ); 665 mach->Instructions = NULL; 715 instructions = (struct tgsi_full_instruction *) 718 if (!instructions) { 783 instructions = REALLOC(instructions, [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 49 // via 'jalr t9' or 'jr t9' instructions. This is relied upon by gcc when 89 // Always use 2 instructions (lui/ori pair), even if the constant could 171 // Jump, Call, and Ret pseudo instructions implementing inter-working. 213 // 2 instructions. 441 // nop(type)). These instructions are generated to mark special location in 592 // Pseudo-instructions. 705 void FlushICache(Register address, unsigned instructions); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | 259 * Uses sender instructions to build a formatted string. 261 * Sender list instructions contain compact information about the sender 263 * availble for the sender list is done when creating the instructions. 265 * The instructions string consists of tokens separated by 288 * The instructions indicate how many messages and drafts are in the 293 * @param instructions instructions as described above 308 public static synchronized void getSenderSnippet(String instructions, 332 sSenderListSplitter.setString(instructions); [all...] |
/prebuilts/runtime/common/dex/ |
dex-host-prebuilt.jar | |
/build/core/ |
main.mk | 149 $(info Please follow the machine setup instructions at) 165 $(info Please follow the machine setup instructions at) 181 $(info Please follow the machine setup instructions at) [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 49 ;# The altivec merge instructions provide a rapid means of effecting 113 ;# Each step takes 8*2 = 16 instructions 137 ;# Whole transpose takes 4*16 = 64 instructions [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/external/v8/src/ia32/ |
lithium-ia32.cc | 74 // Call instructions can use only fixed registers as temporaries and 392 LInstruction* first_instr = instructions()->at(first); 393 LInstruction* last_instr = instructions()->at(last); 402 LInstruction* cur = instructions()->at(i); 957 int start = chunk_->instructions()->length(); 965 int end = chunk_->instructions()->length() - 1; [all...] |
/external/chromium_org/remoting/webapp/ |
main.css | 320 .host-list-empty-instructions {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
opt-gvmat64.asm | 334 ;;; be spent in the first ten instructions.
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 17 package com.android.dx.io.instructions; 471 * Switch instructions need to "forward" their addresses to their 472 * payload target instructions. [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 27 * native instructions. 573 * was written but not read within the last N instructions (what's 605 * was written but not read within the last N instructions (what's 745 foreach_list(node, &this->instructions) {
|
/external/chromium_org/v8/src/arm/ |
assembler-arm.cc | 63 // can be defined to enable ARMv7 and VFPv3 instructions when building the 298 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 299 // Patch the code at the current address with the supplied instructions. 301 Instr* instr = reinterpret_cast<Instr*>(instructions); 312 // Additional guard instructions can be added if required. 457 // Specific instructions, constants, and masks. 499 // A mask for the Rd register for push, pop, ldr, str instructions. 885 // Keep track of the last bound label so we don't eliminate any instructions 1016 // instructions - either mov or ldr. The mov might actually be two 1017 // instructions mov or movw followed by movt so including the actua [all...] |
/external/chromium_org/v8/src/mips/ |
assembler-mips.h | 62 // code generated for some assembly instructions (because they boil down 137 // at: Reserved for synthetic instructions. 342 // Class Operand represents a shifter operand in data processing instructions. 379 // Class MemOperand represents a memory operand in load and store instructions. 435 // Create an assembler. Instructions and relocation information are emitted 436 // into a buffer, with the instructions starting from the beginning and the 504 // has already deserialized the lui/ori instructions etc. 528 // are split across two consecutive instructions and don't exist separately 533 // Number of consecutive instructions used to store 32bit constant. 539 // to 3 instructions (LUI+ORI+J/JAL/JR/JALR) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
InstructionCodec.java | 17 package com.android.dx.io.instructions; 472 * Switch instructions need to "forward" their addresses to their 473 * payload target instructions. [all...] |
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 50 ; 3*(order%4) instructions, all of which are arithmetic), and all of the
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 52 # 3*(order%4) instructions, all of which are arithmetic), and all of the
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 27 * native instructions. 573 * was written but not read within the last N instructions (what's 605 * was written but not read within the last N instructions (what's 745 foreach_list(node, &this->instructions) {
|