HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 226 - 250 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/mips/
fbinopWide.S 3 * Generic 64-bit binary operation. Provide an "instr" line that
31 $instr # result<- op, a0-a3 changed
  /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
  /dalvik/vm/mterp/mips/
binflop.S 35 $instr # v0 = result
binflop2addr.S 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" and
36 $instr # result <- op, a0-a3 changed
binflopWide2addr.S 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line
37 $instr # result <- op, a0-a3 changed
binopWide.S 3 * Generic 64-bit binary operation. Provide an "instr" line that
33 $instr # result <- op, a0-a3 changed
binopWide2addr.S 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line
29 $instr # result <- op, a0-a3 changed
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
  /external/chromium_org/v8/src/
lithium.cc 345 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
347 gap->set_hydrogen_value(instr->hydrogen_value());
349 if (instr->IsControl()) {
352 instructions_.Add(instr, zone());
355 instructions_.Add(instr, zone());
358 if (instr->HasPointerMap()) {
359 pointer_maps_.Add(instr->pointer_map(), zone());
360 instr->pointer_map()->set_lithium_position(index);
  /art/runtime/
common_throws.cc 330 const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]); local
331 switch (instr->Opcode()) {
333 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kDirect);
336 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect);
339 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kVirtual);
342 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual);
345 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface);
348 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface);
375 Runtime::Current()->GetClassLinker()->ResolveField(instr->VRegC_22c(),
406 Runtime::Current()->GetClassLinker()->ResolveField(instr->VRegC_22c()
    [all...]
  /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/include/llvm/MC/
MCDisassembler.h 68 /// @param instr - An MCInst to populate with the contents of the
82 virtual DecodeStatus getInstruction(MCInst& instr,
  /external/openssh/
auth2-chall.c 250 char *name, *instr, **prompts; local
255 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
260 packet_put_cstring(instr);
275 xfree(instr);
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
TestRequestBuilder.java 273 public TestRequest build(Instrumentation instr, Bundle bundle) {
279 Request request = classes(instr, bundle, mSkipExecution, new Computer(),
288 * @param instr the {@link Instrumentation} to inject into any tests that require it
295 private static Request classes(Instrumentation instr, Bundle bundle, boolean skipExecution,
298 AndroidRunnerBuilder builder = new AndroidRunnerBuilder(true, instr, bundle,
  /external/chromium_org/tools/valgrind/
suppressions.py 391 instr: The instruction to match.
395 def __init__(self, name, report_type, instr, stack, defined_at):
397 self.instr = instr
412 if instr:
413 regex += 'instruction=%s\n' % GlobToRegex(instr)
439 if self.instr:
440 text += "instruction=%s\n" % self.instr
494 instr = None
502 instr = line.replace('instruction=', ''
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 450 static inline bool IsMarkedCode(Instr instr, int type) {
452 return IsNop(instr, type);
456 static inline int GetCodeMarker(Instr instr) {
457 uint32_t opcode = ((instr & kOpcodeMask));
458 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
459 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift);
460 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift);
558 #define DEFINE_INSTRUCTION(instr) \
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 443 static inline bool IsMarkedCode(Instr instr, int type) {
445 return IsNop(instr, type);
449 static inline int GetCodeMarker(Instr instr) {
450 uint32_t opcode = ((instr & kOpcodeMask));
451 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
452 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift);
453 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift);
549 #define DEFINE_INSTRUCTION(instr) \
    [all...]
  /external/valgrind/main/callgrind/
callstack.c 239 UInt instr = from->bb->jmp[jmp].instr; local
241 from->bb->instr[instr].instr_offset +
242 from->bb->instr[instr].instr_size;
  /external/chromium_org/tools/code_coverage/
croc.css 81 span.instr {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java 51 public AndroidJUnit4ClassRunner(Class<?> klass, Instrumentation instr, Bundle bundle)
54 mInstr = instr;

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>