Searched refs:instr (Results 226 - 242 of 242) sorted by relevance

12345678910

/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in430 $has_addr = ($positions =~ /(addr|instr)/);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java9 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]
H A DInstrVisitor.java9 package com.vladium.emma.instr;
719 final IntIntMap /* int(ip)->instr count */ instructionMap = new IntIntMap ();
1028 if ($assert.ENABLED) $assert.ASSERT (block.m_length == 0 || block.m_instrCount > 0, "invalid instr count for block " + bl + ": " + block.m_instrCount);
1417 int m_first; // inclusive offset of the leader instruction [first instr in the block]
1422 // NOTE: it is possible that m_first == m_last [the block is empty except for a possible control transfer instr]
2140 private final Logger m_log; // instr visitor logging context is latched at construction time
2166 private int m_stampIndex; // index of CONSTANT_Long that is the class instr stamp
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h1063 #define SEQ_LOAD_GMINSTR(dev, instr)
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2351 // We found a store instr that starts a chain. Now follow the chain and try
2895 for (BasicBlock::iterator instr = BB->begin(), ie = BB->end(); instr != ie;
2896 ++instr) {
2897 PHINode *P = dyn_cast<PHINode>(instr);
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c145 static void addInstr ( ISelEnv* env, ARMInstr* instr )
147 addHInstr(env->code, instr);
149 ppARMInstr(instr);
153 if (instr->tag == ARMin_NUnary || instr->tag == ARMin_NBinary
154 || instr->tag == ARMin_NUnaryS || instr->tag == ARMin_NBinaryS
155 || instr->tag == ARMin_NDual || instr->tag == ARMin_NShift) {
156 ppARMInstr(instr);
[all...]
H A Dhost_arm64_isel.c139 static void addInstr ( ISelEnv* env, ARM64Instr* instr )
141 addHInstr(env->code, instr);
143 ppARM64Instr(instr);
H A Dhost_mips_isel.c160 static void addInstr(ISelEnv * env, MIPSInstr * instr) argument
162 addHInstr(env->code, instr);
164 ppMIPSInstr(instr, mode64);
H A Dhost_x86_isel.c209 static void addInstr ( ISelEnv* env, X86Instr* instr )
211 addHInstr(env->code, instr);
213 ppX86Instr(instr, False);
H A Dhost_amd64_isel.c185 static void addInstr ( ISelEnv* env, AMD64Instr* instr )
187 addHInstr(env->code, instr);
189 ppAMD64Instr(instr, True);
H A Dhost_ppc_isel.c333 static void addInstr ( ISelEnv* env, PPCInstr* instr )
335 addHInstr(env->code, instr);
337 ppPPCInstr(instr, env->mode64);
H A Dguest_arm_toIR.c604 // happen; should be ruled out by the instr matching
7633 const char *instr, UInt Q, UInt dreg)
7636 vex_printf("%s.%s %c%u, #", instr,
7632 DIPimm(UInt imm, UInt cmode, UInt op, const char *instr, UInt Q, UInt dreg) argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1306 DEFINE_ITERATORS(instr, Instruction, LLVMBasicBlockRef, LLVMValueRef,
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp101 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
120 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 381 milliseconds

12345678910