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 277 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize); local
280 ((instr2 & kOpcodeMask) == JAL ||
281 ((instr2 & kOpcodeMask) == SPECIAL &&
282 (instr2 & kFunctionFieldMask) == JALR)));
assembler-mips.cc 2126 Instr instr2 = instr_at(pc + kInstrSize); local
2157 Instr instr2 = instr_at(pc + kInstrSize); local
2260 Instr instr2 = instr_at(pc + 1 * kInstrSize); local
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 777 UnicodeString instr2 = "not abc"; local
788 m1->reset(instr2);
790 REGEX_ASSERT(m1->input() == instr2);
832 m1->reset(instr2);
873 m1->reset(instr2); // "not abc"
    [all...]

Completed in 239 milliseconds