HomeSort by relevance Sort by last modified time
    Searched full:instr (Results 151 - 175 of 1121) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/mterp/x86/
OP_USHR_INT_LIT8.S 2 %include "x86/binopLit8.S" {"instr":"shrl %cl,%eax"}
OP_XOR_INT_LIT16.S 2 %include "x86/binopLit16.S" {"instr":"xor %ecx,%eax"}
OP_XOR_INT_LIT8.S 2 %include "x86/binopLit8.S" {"instr":"xor %ecx,%eax"}
  /external/libogg/macos/compat/
strdup.c 6 char *strdup(const char *inStr)
10 if (inStr == NULL) {
14 outStr = _ogg_malloc(strlen(inStr) + 1);
17 strcpy(outStr, inStr);
  /external/libvorbis/macos/compat/
strdup.c 6 char *strdup(const char *inStr)
10 if (inStr == NULL) {
14 outStr = _ogg_malloc(strlen(inStr) + 1);
17 strcpy(outStr, inStr);
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 544 HInstruction* instr = HInstruction::cast(value); local
545 VisitInstruction(instr);
553 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
556 instr->set_result(result);
557 return instr;
563 LTemplateInstruction<1, I, T>* instr) {
564 return Define(instr,
571 LTemplateInstruction<1, I, T>* instr,
573 return Define(instr,
580 LTemplateInstruction<1, I, T>* instr) {
855 LInstruction* instr = current->CompileToLithium(this); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 185 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) {
543 HInstruction* instr = HInstruction::cast(value); local
544 VisitInstruction(instr);
552 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
555 instr->set_result(result);
556 return instr;
562 LTemplateInstruction<1, I, T>* instr) {
563 return Define(instr,
570 LTemplateInstruction<1, I, T>* instr, int index) {
571 return Define(instr,
861 LInstruction* instr = current->CompileToLithium(this); local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 473 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
476 if (instr->IsControl()) {
479 instructions_.Add(instr);
482 instructions_.Add(instr);
485 if (instr->HasPointerMap()) {
486 pointer_maps_.Add(instr->pointer_map());
487 instr->pointer_map()->set_lithium_position(index);
666 HInstruction* instr = HInstruction::cast(value); local
667 VisitInstruction(instr);
675 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
980 LInstruction* instr = current->CompileToLithium(this); local
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 104 int FormatVFPRegister(Instruction* instr, const char* format);
105 void PrintMovwMovt(Instruction* instr);
106 int FormatVFPinstruction(Instruction* instr, const char* format);
107 void PrintCondition(Instruction* instr);
108 void PrintShiftRm(Instruction* instr);
109 void PrintShiftImm(Instruction* instr);
110 void PrintShiftSat(Instruction* instr);
111 void PrintPU(Instruction* instr);
115 int FormatRegister(Instruction* instr, const char* option);
116 int FormatOption(Instruction* instr, const char* option)
1379 Instruction* instr = Instruction::At(instr_ptr); local
    [all...]
lithium-arm.cc 478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
481 if (instr->IsControl()) {
484 instructions_.Add(instr);
487 instructions_.Add(instr);
490 if (instr->HasPointerMap()) {
491 pointer_maps_.Add(instr->pointer_map());
492 instr->pointer_map()->set_lithium_position(index);
671 HInstruction* instr = HInstruction::cast(value); local
672 VisitInstruction(instr);
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
979 LInstruction* instr = current->CompileToLithium(this); local
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 471 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
474 if (instr->IsControl()) {
477 instructions_.Add(instr);
480 instructions_.Add(instr);
483 if (instr->HasPointerMap()) {
484 pointer_maps_.Add(instr->pointer_map());
485 instr->pointer_map()->set_lithium_position(index);
664 HInstruction* instr = HInstruction::cast(value); local
665 VisitInstruction(instr);
673 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
974 LInstruction* instr = current->CompileToLithium(this); local
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
481 if (instr->IsControl()) {
484 instructions_.Add(instr);
487 instructions_.Add(instr);
490 if (instr->HasPointerMap()) {
491 pointer_maps_.Add(instr->pointer_map());
492 instr->pointer_map()->set_lithium_position(index);
671 HInstruction* instr = HInstruction::cast(value); local
672 VisitInstruction(instr);
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
979 LInstruction* instr = current->CompileToLithium(this); local
    [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 104 int FormatVFPRegister(Instruction* instr, const char* format);
105 void PrintMovwMovt(Instruction* instr);
106 int FormatVFPinstruction(Instruction* instr, const char* format);
107 void PrintCondition(Instruction* instr);
108 void PrintShiftRm(Instruction* instr);
109 void PrintShiftImm(Instruction* instr);
110 void PrintShiftSat(Instruction* instr);
111 void PrintPU(Instruction* instr);
115 int FormatRegister(Instruction* instr, const char* option);
118 int FormatOption(Instruction* instr, const char* option)
1670 Instruction* instr = Instruction::At(instr_ptr); local
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_ADD_DOUBLE_VFP.S 2 %include "armv5te-vfp/fbinopWide.S" {"instr":"faddd d2, d0, d1"}
TEMPLATE_ADD_FLOAT_VFP.S 2 %include "armv5te-vfp/fbinop.S" {"instr":"fadds s2, s0, s1"}
TEMPLATE_DIV_DOUBLE_VFP.S 2 %include "armv5te-vfp/fbinopWide.S" {"instr":"fdivd d2, d0, d1"}
TEMPLATE_DIV_FLOAT_VFP.S 2 %include "armv5te-vfp/fbinop.S" {"instr":"fdivs s2, s0, s1"}
TEMPLATE_MUL_DOUBLE_VFP.S 2 %include "armv5te-vfp/fbinopWide.S" {"instr":"fmuld d2, d0, d1"}
TEMPLATE_MUL_FLOAT_VFP.S 2 %include "armv5te-vfp/fbinop.S" {"instr":"fmuls s2, s0, s1"}
TEMPLATE_SUB_DOUBLE_VFP.S 2 %include "armv5te-vfp/fbinopWide.S" {"instr":"fsubd d2, d0, d1"}
TEMPLATE_SUB_FLOAT_VFP.S 2 %include "armv5te-vfp/fbinop.S" {"instr":"fsubs s2, s0, s1"}
  /dalvik/vm/mterp/arm-vfp/
OP_ADD_DOUBLE.S 2 %include "arm-vfp/fbinopWide.S" {"instr":"faddd d2, d0, d1"}
OP_ADD_DOUBLE_2ADDR.S 2 %include "arm-vfp/fbinopWide2addr.S" {"instr":"faddd d2, d0, d1"}
OP_ADD_FLOAT.S 2 %include "arm-vfp/fbinop.S" {"instr":"fadds s2, s0, s1"}
OP_ADD_FLOAT_2ADDR.S 2 %include "arm-vfp/fbinop2addr.S" {"instr":"fadds s2, s0, s1"}

Completed in 2588 milliseconds

1 2 3 4 5 67 8 91011>>