HomeSort by relevance Sort by last modified time
    Searched full:instr1 (Results 1 - 23 of 23) sorted by null

  /dalvik/vm/mterp/x86/
OP_ADD_LONG.S 2 %include "x86/binopWide.S" {"instr1":"addl (rFP,%ecx,4),rIBASE", "instr2":"adcl 4(rFP,%ecx,4),%eax"}
OP_ADD_LONG_2ADDR.S 2 %include "x86/binopWide2addr.S" {"instr1":"addl %eax,(rFP,rINST,4)","instr2":"adcl %ecx,4(rFP,rINST,4)"}
OP_AND_LONG.S 2 %include "x86/binopWide.S" {"instr1":"andl (rFP,%ecx,4),rIBASE", "instr2":"andl 4(rFP,%ecx,4),%eax"}
OP_AND_LONG_2ADDR.S 2 %include "x86/binopWide2addr.S" {"instr1":"andl %eax,(rFP,rINST,4)","instr2":"andl %ecx,4(rFP,rINST,4)"}
OP_OR_LONG.S 2 %include "x86/binopWide.S" {"instr1":"orl (rFP,%ecx,4),rIBASE", "instr2":"orl 4(rFP,%ecx,4),%eax"}
OP_OR_LONG_2ADDR.S 2 %include "x86/binopWide2addr.S" {"instr1":"orl %eax,(rFP,rINST,4)","instr2":"orl %ecx,4(rFP,rINST,4)"}
OP_SUB_LONG.S 2 %include "x86/binopWide.S" {"instr1":"subl (rFP,%ecx,4),rIBASE", "instr2":"sbbl 4(rFP,%ecx,4),%eax"}
OP_SUB_LONG_2ADDR.S 2 %include "x86/binopWide2addr.S" {"instr1":"subl %eax,(rFP,rINST,4)","instr2":"sbbl %ecx,4(rFP,rINST,4)"}
OP_XOR_LONG.S 2 %include "x86/binopWide.S" {"instr1":"xorl (rFP,%ecx,4),rIBASE", "instr2":"xorl 4(rFP,%ecx,4),%eax"}
OP_XOR_LONG_2ADDR.S 2 %include "x86/binopWide2addr.S" {"instr1":"xorl %eax,(rFP,rINST,4)","instr2":"xorl %ecx,4(rFP,rINST,4)"}
unopWide.S 1 %default {"instr1":"","instr2":"","instr3":""}
14 $instr1 # ex: negl %eax
binopWide.S 11 $instr1 # ex: addl (rFP,%ecx,4),rIBASE
binopWide2addr.S 10 $instr1 # example: addl %eax,(rFP,rINST,4)
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 327 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize); local
330 (instr1 & kOpcodeMask) == ORI &&
assembler-mips.cc 2147 Instr instr1 = instr_at(pc); local
2186 Instr instr1 = instr_at(pc); local
2281 Instr instr1 = instr_at(pc); local
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 276 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize); local
279 (instr1 & kOpcodeMask) == ORI &&
assembler-mips.cc 2125 Instr instr1 = instr_at(pc); local
2164 Instr instr1 = instr_at(pc); local
2258 Instr instr1 = instr_at(pc); local
    [all...]
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 47 // Ex: RowInstrMap(RowVal1, RowVal2, ...) -> [Instr1, Instr2, Instr3, ... ]
48 // Here Instr1, Instr2, Instr3 have same values (RowVal1, RowVal2) for
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 674 UnicodeString inStr1 = "abcdef this is a test";
682 RegexMatcher *m1 = pat2->matcher(inStr1, status);
685 REGEX_ASSERT(m1->input() == inStr1);
689 m1->reset(inStr1);
690 REGEX_ASSERT(m1->input() == inStr1);
700 m1->reset(inStr1);
703 REGEX_ASSERT(m1->input() == inStr1);
757 m.reset(inStr1);
758 len = inStr1.length();
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 776 UnicodeString inStr1 = "abcdef this is a test";
784 RegexMatcher *m1 = pat2->matcher(inStr1, status);
787 REGEX_ASSERT(m1->input() == inStr1);
791 m1->reset(inStr1);
792 REGEX_ASSERT(m1->input() == inStr1);
802 m1->reset(inStr1);
805 REGEX_ASSERT(m1->input() == inStr1);
859 m.reset(inStr1);
860 len = inStr1.length();
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 717 # contentdata: [ instr1, count1, source1, instr2, count2, source2, ... ]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_reg.h     [all...]

Completed in 334 milliseconds