HomeSort by relevance Sort by last modified time
    Searched refs:instr2 (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/mterp/x86/
binopWide.S 12 $instr2 # ex: adcl 4(rFP,%ecx,4),%eax
binopWide2addr.S 11 $instr2 # example: adcl %ecx,4(rFP,rINST,4)
unopWide.S 1 %default {"instr1":"","instr2":"","instr3":""}
15 $instr2 # ex: adcl $$0,%ecx
  /external/v8/src/mips/
assembler-mips-inl.h 236 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize); local
239 (instr2 & kOpcodeMask) == SPECIAL &&
240 (instr2 & kFunctionFieldMask) == JALR);
assembler-mips.cc 2019 Instr instr2 = instr_at(pc + kInstrSize); local
2050 Instr instr2 = instr_at(pc + kInstrSize); local
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 675 UnicodeString instr2 = "not abc"; local
686 m1->reset(instr2);
688 REGEX_ASSERT(m1->input() == instr2);
730 m1->reset(instr2);
771 m1->reset(instr2); // "not abc"
    [all...]

Completed in 113 milliseconds