HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 326 - 350 of 376) sorted by null

<<111213141516

  /dalvik/vm/compiler/
Frontend.cpp 25 u2 instr = *codePtr; local
26 Opcode opcode = (Opcode)(instr & 0xff);
32 return (opcode != OP_NOP || instr == 0);
46 u2 instr = *codePtr; local
47 Opcode opcode = dexOpcodeFromCodeUnit(instr);
    [all...]
  /external/v8/src/mips/
ic-mips.cc 1702 Instr instr = Assembler::instr_at(andi_instruction_address); local
    [all...]
macro-assembler-mips.cc 564 addiu(rd, rs, -rt.imm32_); // No subiu instr, use addiu(x, y, -imm).
5410 Instr instr = Assembler::instr_at(masm_.pc_); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /external/v8/src/arm/
ic-arm.cc 1704 Instr instr = Assembler::instr_at(cmp_instruction_address); local
    [all...]
macro-assembler-arm.cc 138 Instr mov_instr = cond | MOV | LeaveCC;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 841 struct snd_seq_instr instr; member in union:snd_seq_instr_header::__anon28456
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 841 struct snd_seq_instr instr; member in union:snd_seq_instr_header::__anon29970
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /external/strace/
util.c 438 * Quote string `instr' of length `size'
440 * If `len' < 0, treat `instr' as a NUL-terminated string
444 string_quote(const char *instr, char *outstr, int len, int size)
446 const unsigned char *ustr = (const unsigned char *) instr;
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 148 HInstr* instr,
155 (*getRegUsage)(&reg_usage, instr, mode64);
392 instr. */
644 vex_printf("\nOFFENDING instr = ");
657 vex_printf("\nOFFENDING instr = ");
681 } /* iterate over regs in the instr */
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 3736 int instr = meth->insns[insnIdx]; local
    [all...]
  /external/v8/src/
hydrogen-instructions.h 904 explicit HSuccessorIterator(HControlInstruction* instr)
905 : instr_(instr), current_(0) { }
4252 HTransitionElementsKind* instr = HTransitionElementsKind::cast(other); local
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 429 $has_addr = ($positions =~ /(addr|instr)/);
    [all...]
bbcc.c 598 UInt instr_count = last_bb->jmp[passed].instr+1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1039 #define instr macro
    [all...]
ncurses.h 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1039 #define instr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1039 #define instr macro
    [all...]
ncurses.h 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1039 #define instr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1039 #define instr macro
    [all...]
ncurses.h 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1039 #define instr macro
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 9 package com.vladium.emma.instr;
656 // construct instr path enumerator [throws on illegal input only]:
734 // TODO: create an empty file earlier to catch any errors sooner? [to avoid scenarios where a user waits throught the entire instr run to find out the file could not be written to]
    [all...]
  /external/kernel-headers/original/asm-x86/
paravirt.h 1008 u8 *instr; /* original instructions */ member in struct:paravirt_patch_site
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 53 DecodeStatus getInstruction(MCInst &instr,

Completed in 487 milliseconds

<<111213141516