/external/valgrind/main/VEX/priv/ |
host_generic_regs.c | 203 void addHInstr ( HInstrArray* ha, HInstr* instr ) 207 ha->arr[ha->arr_used] = instr; 216 addHInstr(ha, instr);
|
host_arm_defs.c | 2573 UInt instr; local 2591 UInt instr; local 2609 UInt instr; local 2698 UInt instr, subopc; local 2726 UInt instr, subopc; local 2743 UInt instr; local 2770 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local 2780 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local 2811 UInt instr, bP; local 2839 UInt bP, imm8hi, imm8lo, instr; local 2877 UInt instr; local 2929 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local 2938 UInt instr; local [all...] |
/dalvik/vm/mterp/armv5te/ |
binopWide.S | 3 * Generic 64-bit binary operation. Provide an "instr" line that 34 $instr @ result<- op, r0-r3 changed
|
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 31 $instr @ result<- op, r0-r3 changed
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 21 FETCH_ADVANCE_INST(${cccc}+1) @ advance to next instr, load rINST
|
/dalvik/vm/mterp/armv6t2/ |
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 30 $instr @ result<- op, r0-r3 changed
|
/external/emma/core/java12/com/vladium/emma/data/ |
CoverageOptionsFactory.java | 13 import com.vladium.emma.instr.InstrProcessor;
|
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 9 u8 *instr; /* original instruction */ member in struct:alt_instr
|
/external/llvm/lib/CodeGen/ |
Splitter.cpp | 215 MachineInstr &instr = **iItr; local 216 SlotIndex instrIdx = ls.lis->getInstructionIndex(&instr); 217 if (instr.modifiesRegister(li.reg, 0)) { 223 if (instr.readsRegister(li.reg, 0)) { 248 MachineInstr &instr = **iItr; local 249 for (unsigned i = 0; i < instr.getNumOperands(); ++i) { 250 MachineOperand &mop = instr.getOperand(i); 354 MachineInstr *instr= &*iItr; local 355 dbgs() << " " << *instr << ""; 766 MachineInstr &instr = *rItr local [all...] |
/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 | |
emma.jar | |
/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 | 93 static unsigned getLastRealOperand(MachineBasicBlock::iterator &instr) { 94 switch (instr->getOpcode()) { 95 default: return instr->getNumOperands();
|
/external/llvm/ |
llvm-tblgen-rules.mk | 38 $(call transform-td-to-out,instr-info) 47 $(call transform-td-to-out,instr-info) 60 $(call transform-td-to-out,instr-info)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigDelegate.java | 106 for (Instrumentation instr : manifestParser.getInstrumentations()) { 107 if (instr.getName().equals(runner)) { 108 return instr.getTargetPackage();
|
/external/v8/src/arm/ |
lithium-arm.h | 174 static L##type* cast(LInstruction* instr) { \ 175 ASSERT(instr->Is##type()); \ 176 return reinterpret_cast<L##type*>(instr); \ [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 174 static L##type* cast(LInstruction* instr) { \ 175 ASSERT(instr->Is##type()); \ 176 return reinterpret_cast<L##type*>(instr); \ [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 174 static L##type* cast(LInstruction* instr) { \ 175 ASSERT(instr->Is##type()); \ 176 return reinterpret_cast<L##type*>(instr); \ [all...] |
/external/v8/src/ |
hydrogen.h | 64 void set_last(HInstruction* instr) { last_ = instr; } 101 void AddInstruction(HInstruction* instr); 279 void InsertTypeConversions(HInstruction* instr); 463 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0; 498 virtual void ReturnInstruction(HInstruction* instr, int ast_id); 510 virtual void ReturnInstruction(HInstruction* instr, int ast_id); 525 virtual void ReturnInstruction(HInstruction* instr, int ast_id); 666 HInstruction* AddInstruction(HInstruction* instr); 775 void PushAndAdd(HInstruction* instr); [all...] |
lithium-allocator.cc | 637 LInstruction* instr = InstructionAt(pos); local 638 if (instr->HasPointerMap()) { 639 instr->pointer_map()->RecordPointer(operand); 695 HValue* instr = graph_->LookupValue(index); local 696 if (instr != NULL && instr->IsPhi()) { 697 return HPhi::cast(instr); 778 LInstruction* instr = NULL; local 780 if (i < end) instr = InstructionAt(i + 1); 782 MeetConstraintsBetween(prev_instr, instr, i) 875 LInstruction* instr = InstructionAt(index); local 940 LInstruction* instr = InstructionAt(index); local [all...] |
lithium-allocator.h | 164 inline explicit TempIterator(LInstruction* instr); 180 inline explicit InputIterator(LInstruction* instr); 195 inline explicit UseIterator(LInstruction* instr); 439 void RecordDefinition(HInstruction* instr, LUnallocated* operand);
|
/prebuilt/linux-x86/toolchain/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);
|
/prebuilt/linux-x86/toolchain/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);
|