/dalvik/vm/mterp/arm-vfp/ |
funopNarrower.S | 3 * "instr" line that specifies an instruction that performs "s0 = op d0". 14 $instr @ s0<- op
|
funopWider.S | 3 * "instr" line that specifies an instruction that performs "d0 = op s0". 14 $instr @ d0<- op
|
/dalvik/vm/mterp/armv5te/ |
binopLit16.S | 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line 26 $instr @ $result<- op, r0-r3 changed
|
unop.S | 3 * Generic 32-bit unary operation. Provide an "instr" line that 17 $instr @ r0<- op, r0-r3 changed
|
/dalvik/vm/mterp/armv6t2/ |
binopLit16.S | 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line 25 $instr @ $result<- op, r0-r3 changed
|
unop.S | 3 * Generic 32-bit unary operation. Provide an "instr" line that 16 $instr @ r0<- op, r0-r3 changed
|
unopNarrower.S | 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line 19 $instr @ r0<- op, r0-r3 changed
|
unopWider.S | 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line 16 $instr @ r0<- op, r0-r3 changed
|
/dalvik/vm/mterp/x86-atom/ |
binop.S | 19 * Code: Generic 32-bit binary operation. Provides an "instr" line to 37 $instr # %ecx<- vBB op vCC
|
binop2addr.S | 20 * "instr" line to specify an instruction that performs 41 $instr # %ecx<- vA op vB
|
binopF.S | 19 * Code: Generic 32-bit binary operation. Provides an "instr" line to 37 $instr # %xmm0<- vBB op vCC
|
binopF2addr.S | 20 * "instr" line to specify an instruction that performs 39 $instr # %xmm0<- vA op vB
|
binopLit16.S | 19 * Code: 32-bit "lit16" operation. Provides an "instr" line to 41 $instr # %ecx<- vA op vB
|
binopLit8.S | 19 * Code: 32-bit "lit8" divide operation. Provides an "instr" line 38 $instr # %ecx<- vBB op +CC
|
binopLit8S.S | 19 * Code: 32-bit "lit8" divide operation. Provides an "instr" line 38 $instr # %edx<- vBB op +CC
|
binopS.S | 19 * Code: Generic 32-bit binary operation. Provides an "instr" line to 37 $instr # %edx<- vBB op +CC
|
binopS2addr.S | 20 * "instr" line to specify an instruction that performs 40 $instr # %edx<- vA op vB
|
binopWide.S | 19 * Code: Generic 64-bit binary operation. Provides an "instr" variable to 38 $instr # %xmm0<- vBB op vCC
|
binopWide2addr.S | 20 * "instr" line to specify an instruction that performs 39 $instr # %xmm0<- vA op vB
|
unop.S | 19 * Code: Generic 32-bit unary operation. Provide an "instr" variable and a 33 %default {"preinstr":"", "instr":""} 41 $instr # do operation part 2
|
unopWide.S | 19 * Code: Generic 64-bit unary operation. Provide an "instr" variable and a 41 $instr # do operation part 2
|
/external/v8/src/ |
hydrogen.cc | 105 void HBasicBlock::AddInstruction(HInstruction* instr) { 107 ASSERT(!instr->IsLinked()); 114 instr->InsertAfter(last_); 115 last_ = instr; 123 HDeoptimize* instr = new(zone()) HDeoptimize(environment->length()); local 127 instr->AddEnvironmentValue(val); 130 return instr; 143 HSimulate* instr = new(zone()) HSimulate(id, pop_count); local 145 instr->AddPushedValue(environment->ExpressionStackAt(i)); 149 instr->AddAssignedValue(index, environment->Lookup(index)) 175 HGoto* instr = new(zone()) HGoto(block); local 188 HGoto* instr = new(zone()) HGoto(target); local 644 HInstruction* instr = blocks()->at(i)->first(); local 903 HInstruction* instr = block->first(); local 1220 HInstruction* instr = dominator->first(); local 1236 HInstruction* instr = block->first(); local 1303 HInstruction* instr = block->first(); local 1353 HInstruction* instr = block->first(); local 1430 HInstruction* instr = block->first(); local 2248 HReturn* instr = new(zone()) HReturn(graph()->GetConstantUndefined()); local 2301 HInstruction* instr = blocks()->at(i)->first(); local 2875 HFunctionLiteral* instr = local 2959 HLoadContextSlot* instr = new(zone()) HLoadContextSlot(context, index); local 2974 HLoadGlobalCell* instr = new(zone()) HLoadGlobalCell(cell, check_hole); local 2981 HLoadGlobalGeneric* instr = local 2997 HConstant* instr = local 3004 HRegExpLiteral* instr = new(zone()) HRegExpLiteral(expr->pattern(), local 3248 HInstruction* instr = local 3266 HInstruction* instr = BuildStoreNamedGeneric(object, name, value); local 3305 HInstruction* instr = NULL; local 3361 HInstruction* instr = new(zone()) HStoreGlobalCell(value, cell, check_hole); local 3370 HStoreGlobalGeneric* instr = local 3408 HStoreContextSlot* instr = local 3440 HInstruction* instr = BuildBinaryOperation(operation, left, right); local 3467 HInstruction* instr = BuildBinaryOperation(operation, left, right); local 3523 HStoreContextSlot* instr = local 3557 HThrow* instr = new(zone()) HThrow(value); local 3836 HInstruction* instr = NULL; local 4649 HDeleteProperty* instr = new(zone()) HDeleteProperty(obj, key); local 4695 HInstruction* instr = NULL; local 4719 HInstruction* instr = new(zone()) HAdd(value, delta); local 4754 HStoreContextSlot* instr = local 4869 HInstruction* instr = NULL; local 5026 HInstruction* instr = BuildBinaryOperation(expr, left, right); local 5067 HInstruction* instr = new(zone()) HClassOfTest(value, rhs); local 5082 HInstruction* instr = new(zone()) HTypeofIs(left, local 5097 HInstruction* instr = NULL; local [all...] |
/external/v8/src/arm/ |
assembler-arm.h | 399 // instructions instr is ignored. 400 bool is_single_instruction(Instr instr = 0) const; 571 extern const Instr kMovLrPc; 572 extern const Instr kLdrPCMask; 573 extern const Instr kLdrPCPattern; 574 extern const Instr kBlxRegMask; 575 extern const Instr kBlxRegPattern; 577 extern const Instr kMovMvnMask; 578 extern const Instr kMovMvnPattern [all...] |
/development/samples/SpinnerTest/src/com/android/example/spinner/test/ |
SpinnerActivityTest.java | 298 Instrumentation instr = this.getInstrumentation(); local 314 instr.callActivityOnPause(mActivity); 329 instr.callActivityOnResume(mActivity);
|
/external/llvm/lib/Target/CellSPU/ |
SPUNopFiller.cpp | 61 SPUOpPlace getOpPlacement( MachineInstr &instr ); 136 // Figure out if 'instr' is executed in the even or odd pipeline 138 SPUNopFiller::getOpPlacement( MachineInstr &instr ) { 139 int sc = instr.getDesc().getSchedClass();
|