HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 176 - 200 of 377) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 21 FETCH_ADVANCE_INST(${cccc}+1) @ advance to next instr, load rINST
  /dalvik/vm/mterp/mips/
OP_INVOKE_OBJECT_INIT_RANGE.S 29 FETCH_ADVANCE_INST(${cccc}+1) # advance to next instr, load rINST
binflopWide.S 3 * Generic 64-bit binary operation. Provide an "instr" line that
43 $instr # result <- op, a0-a3 changed
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java 51 public AndroidJUnit4ClassRunner(Class<?> klass, Instrumentation instr, Bundle bundle)
54 mInstr = instr;
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 21 import com.vladium.emma.instr.instrTask;
70 return addTask (new instrTask (this), getNestedTaskName ("instr"));
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 20 import com.vladium.emma.instr.InstrVisitor;
  /external/emma/lib/
emma_ant.jar 
  /external/llvm/
llvm-tblgen-rules.mk 50 $(call transform-td-to-out,instr-info)
67 $(call transform-td-to-out,instr-info)
84 $(call transform-td-to-out,instr-info)
104 $(call transform-td-to-out,instr-info)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
soundfont.h 35 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
soundfont.h 35 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 182 final int instr = mbsizes [block]; local
184 data [1] += instr;
188 data [3] += instr;
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 91 static unsigned getLastRealOperand(MachineBasicBlock::iterator &instr) {
92 switch (instr->getOpcode()) {
93 default: return instr->getNumOperands();
  /external/v8/src/mips/
lithium-mips.h 188 static L##type* cast(LInstruction* instr) { \
189 ASSERT(instr->Is##type()); \
190 return reinterpret_cast<L##type*>(instr); \
331 static LGap* cast(LInstruction* instr) {
332 ASSERT(instr->IsGap());
333 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c 2741 UInt instr; local
2759 UInt instr; local
2777 UInt instr; local
2863 UInt instr; local
2908 UInt instr, bP; local
2947 UInt instr, subopc; local
2975 UInt instr, subopc; local
2992 UInt instr; local
3019 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local
3029 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local
3060 UInt instr, bP; local
3088 UInt bP, imm8hi, imm8lo, instr; local
3297 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local
3306 UInt instr; local
3347 UInt instr = XXXXXXXX(X1110, X0111, subopc, rD, 0xF, rM, X0001, rN); local
    [all...]
  /external/v8/src/arm/
lithium-arm.h 189 static L##type* cast(LInstruction* instr) { \
190 ASSERT(instr->Is##type()); \
191 return reinterpret_cast<L##type*>(instr); \
332 static LGap* cast(LInstruction* instr) {
333 ASSERT(instr->IsGap());
334 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 184 static L##type* cast(LInstruction* instr) { \
185 ASSERT(instr->Is##type()); \
186 return reinterpret_cast<L##type*>(instr); \
324 static LGap* cast(LInstruction* instr) {
325 ASSERT(instr->IsGap());
326 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/v8/src/x64/
lithium-x64.h 189 static L##type* cast(LInstruction* instr) { \
190 ASSERT(instr->Is##type()); \
191 return reinterpret_cast<L##type*>(instr); \
333 static LGap* cast(LInstruction* instr) {
334 ASSERT(instr->IsGap());
335 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 677 printable8(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr)
688 string = factory->newSize(factory, instr->len *2 + 1);
695 for (i = 0; i < instr->len; i++)
697 if (*(instr->chars + i) == '\n')
702 else if (*(instr->chars + i) == '\r')
707 else if (!isprint(*(instr->chars +i)))
713 *scannedText++ = *(instr->chars + i);
724 printableUTF16(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr)
737 string = factory->newSize(factory, instr->len *2 + 1);
743 inText = (pANTLR3_UINT16)(instr->chars)
    [all...]
  /external/v8/src/
hydrogen.h 66 void set_last(HInstruction* instr) { last_ = instr; }
103 void AddInstruction(HInstruction* instr);
349 void InsertTypeConversions(HInstruction* instr);
589 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0;
595 virtual void ReturnControl(HControlInstruction* instr, int ast_id) = 0;
630 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
631 virtual void ReturnControl(HControlInstruction* instr, int ast_id);
643 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
644 virtual void ReturnControl(HControlInstruction* instr, int ast_id)
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 62 if (DEBUGME) errs() << "New instr: " << *i << "\n"
364 // Remove unconditional branch instr.
2686 MachineInstr *instr = &(*iter); local
2696 MachineInstr *instr = &*iter; local
2715 MachineInstr *instr = &*iter; local
2730 MachineInstr *instr = &(*iter); local
2741 MachineInstr *instr = &(*iter); local
2751 MachineInstr *instr = &(*iter); local
2760 MachineInstr *instr = getReturnInstr(blk); local
2964 MachineInstr *instr = func->CloneMachineInstr(iter); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 132 for (Instrumentation instr : manifestParser.getInstrumentations()) {
133 if (instr.getName().equals(runner)) {
134 return instr.getTargetPackage();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
instr.h 2 * \file include/instr.h
75 void snd_instr_header_set_alias(snd_instr_header_t *info, const snd_seq_instr_t *instr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_gf1.h 214 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);

Completed in 1947 milliseconds

1 2 3 4 5 6 78 91011>>