HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 201 - 225 of 515) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/mterp/mips/
unflopWider.S 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line
21 $instr # result <- op, a0-a3 changed
unopNarrower.S 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
25 $instr # a0 <- op, a0-a3 changed
  /external/v8/src/arm/
assembler-arm-inl.h 204 Instr current_instr = Assembler::instr_at(pc_);
205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
223 Instr current_instr = Assembler::instr_at(pc_);
325 void Assembler::emit(Instr x) {
327 *reinterpret_cast<Instr*>(pc_) = x;
334 Instr instr = Memory::int32_at(target_pc); local
339 if ((instr & kBxInstMask) == kBxInstPattern) {
341 instr = Memory::int32_at(target_pc);
347 if ((instr & kBlxRegMask) == kBlxRegPattern)
    [all...]
constants-arm.h 116 // General constants are in an anonymous enum in class Instr.
181 // Instr is merely used by the Assembler to distinguish 32bit integers
185 typedef int32_t Instr;
446 extern const Instr kPopInstruction;
450 extern const Instr kPushRegPattern;
454 extern const Instr kPopRegPattern;
457 extern const Instr kMovLrPc;
459 extern const Instr kLdrPCMask;
460 extern const Instr kLdrPCPattern;
462 extern const Instr kBlxRegMask
    [all...]
  /external/kernel-headers/original/linux/mtd/
mtd.h 151 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
240 void mtd_erase_callback(struct erase_info *instr);
242 static inline void mtd_erase_callback(struct erase_info *instr)
244 if (instr->callback)
245 instr->callback(instr);
  /external/chromium_org/v8/src/arm/
assembler-arm.h 560 // instructions instr is ignored.
561 bool is_single_instruction(const Assembler* assembler, Instr instr = 0) const;
677 extern const Instr kMovLrPc;
678 extern const Instr kLdrPCMask;
679 extern const Instr kLdrPCPattern;
680 extern const Instr kBlxRegMask;
681 extern const Instr kBlxRegPattern;
682 extern const Instr kBlxIp;
684 extern const Instr kMovMvnMask
    [all...]
assembler-arm-inl.h 266 Instr current_instr = Assembler::instr_at(pc_);
267 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
277 Instr current_instr = Assembler::instr_at(pc_);
383 void Assembler::emit(Instr x) {
385 *reinterpret_cast<Instr*>(pc_) = x;
392 Instr instr = Memory::int32_at(target_pc); local
397 if ((instr & kBxInstMask) == kBxInstPattern) {
399 instr = Memory::int32_at(target_pc);
403 if ((instr & kBlxRegMask) == kBlxRegPattern)
420 Instruction* instr = Instruction::At(pc); local
    [all...]
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 300 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr);
532 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr)
538 (unsigned int) instr->addr, (unsigned int) instr->len));
541 if (instr->addr & (mtd->erasesize - 1)) {
548 if (instr->len & (mtd->erasesize - 1)) {
555 if ((instr->len + instr->addr) > mtd->size) {
561 nBlocks = instr->len >> (NAND_SHIFT + BLK_SHIFT);
562 block = instr->addr >> (NAND_SHIFT + BLK_SHIFT)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog.c 91 const char *instr; local
97 instr = "TEX";
100 instr = "KIL";
103 instr = "TXP";
106 instr = "TXB";
109 instr = "UNKNOWN";
114 instr,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 91 const char *instr; local
97 instr = "TEX";
100 instr = "KIL";
103 instr = "TXP";
106 instr = "TXB";
109 instr = "UNKNOWN";
114 instr,
  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 717 my $instr; # Contents of graph file part 2
813 ($instr, $graph) = read_bbg($bb_filename, $base_dir);
817 ($instr, $graph) = read_bb($bb_filename, $base_dir);
822 ($instr, $graph) = read_gcno($bb_filename, $base_dir);
925 @unprocessed = keys(%{$instr});
953 $gcov_file, keys(%{$instr}));
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c     [all...]
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 676 def CleanString(instr):
677 instr = instr.strip()
678 instr = instr.split()
679 return ' '.join(instr)
688 instr = node.GetOneOf('Comment')
689 if not instr: continue
690 instr.Dump()
691 instr = CleanString(instr.GetName()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 500 enum FCInstr instr; local
503 instr = FC_BREAK;
506 instr = FC_BREAK_NZ;
509 instr = FC_BREAK_NZ_INT;
512 instr = FC_BREAK_Z_INT;
516 instr = FC_CONTINUE;
519 instr = FC_IF;
521 instr = FC_IF_INT;
527 instr = FC_ELSE;
530 instr = FC_ENDIF
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 500 enum FCInstr instr; local
503 instr = FC_BREAK;
506 instr = FC_BREAK_NZ;
509 instr = FC_BREAK_NZ_INT;
512 instr = FC_BREAK_Z_INT;
516 instr = FC_CONTINUE;
519 instr = FC_IF;
521 instr = FC_IF_INT;
527 instr = FC_ELSE;
530 instr = FC_ENDIF
    [all...]
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 109 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]); local
110 Instruction::Code instr_code = instr->Opcode();
113 << "Unexpected call into interface trampoline: " << instr->DumpString(NULL);
116 dex_method_idx = instr->VRegB_35c();
119 dex_method_idx = instr->VRegB_3rc();
  /bionic/libc/bionic/
fts.c 257 int instr; local
269 instr = p->fts_instr;
273 if (instr == FTS_AGAIN) {
284 if (instr == FTS_FOLLOW &&
300 if (instr == FTS_SKIP ||
449 fts_set(FTS *sp, FTSENT *p, int instr)
451 if (instr && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
452 instr != FTS_NOINSTR && instr != FTS_SKIP)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.c 413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
lp_bld_struct.c 188 LLVMValueRef instr; local
190 instr = LLVMBuildStore(builder, value, element_ptr);
191 lp_set_store_alignment(instr, alignment);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
lp_bld_struct.c 188 LLVMValueRef instr; local
190 instr = LLVMBuildStore(builder, value, element_ptr);
191 lp_set_store_alignment(instr, alignment);
  /external/elfutils/libcpu/
i386_parse.c 293 struct instruction *instr, int n);
670 "masks", "mask", "instrs", "instr", "bitfieldopt", "bytes", "byte",
2792 struct instruction *instr; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 155 final int instr = mbsizes [block]; local
157 data [1] += instr;
161 data [3] += instr;
  /external/valgrind/main/VEX/priv/
host_generic_regs.c 203 void addHInstr ( HInstrArray* ha, HInstr* instr )
207 ha->arr[ha->arr_used] = instr;
216 addHInstr(ha, instr);
  /external/chromium_org/v8/src/
hydrogen.cc 135 void HBasicBlock::AddInstruction(HInstruction* instr) {
137 ASSERT(!instr->IsLinked());
147 instr->InsertAfter(last_);
172 HSimulate* instr = local
175 instr->set_closure(environment->closure());
181 instr->AddPushedValue(environment->ExpressionStackAt(i));
188 instr->AddAssignedValue(index, environment->Lookup(index));
191 return instr;
217 HGoto* instr = new(zone()) HGoto(block); local
218 Finish(instr);
233 HGoto* instr = new(zone()) HGoto(target); local
3775 HFunctionLiteral* instr = local
3873 HConstant* instr = New<HConstant>(constant_value); local
3899 HLoadGlobalCell* instr = local
3907 HLoadGlobalGeneric* instr = local
3930 HLoadContextSlot* instr = new(zone()) HLoadContextSlot(context, variable); local
3944 HConstant* instr = New<HConstant>(expr->value()); local
3957 HRegExpLiteral* instr = new(zone()) HRegExpLiteral(context, local
4377 HStoreKeyed* instr = Add<HStoreKeyed>(elements, key, value, local
4466 HStoreNamedField *instr; local
4657 HInstruction* instr = TryLoadPolymorphicAsMonomorphic( local
4844 HInstruction* instr; local
4863 HInstruction* instr = BuildStoreNamedGeneric(object, name, store_value); local
4962 HInstruction* instr = local
4970 HStoreGlobalGeneric* instr = local
4992 HInstruction* instr = NULL; local
5111 HStoreContextSlot* instr = Add<HStoreContextSlot>( local
5162 HInstruction* instr = BuildBinaryOperation(operation, left, right); local
5189 HInstruction* instr = BuildBinaryOperation(operation, left, right); local
5323 HStoreContextSlot* instr = Add<HStoreContextSlot>( local
5357 HThrow* instr = Add<HThrow>(value); local
5572 HInstruction* instr = BuildUncheckedMonomorphicElementAccess( local
5648 HInstruction* instr = NULL; local
5744 HInstruction* instr = NULL; local
5884 HInstruction* instr = NULL; local
7379 HInstruction* instr = New<HInvokeFunction>(function, 3); local
7415 HInstruction* instr = new(zone()) HTypeof(context, value); local
7493 HInstruction* instr = Add<HAdd>(Top(), delta); local
7564 HStoreContextSlot* instr = Add<HStoreContextSlot>(context, var->index(), local
7788 HInstruction* instr = NULL; local
8000 HInstruction* instr = BuildBinaryOperation(expr, left, right); local
8011 HTypeofIsAndBranch* instr = new(zone()) HTypeofIsAndBranch(value, check); local
8053 HClassOfTestAndBranch* instr = local
8574 HInstruction* instr = BuildThisFunction(); local
    [all...]

Completed in 565 milliseconds

1 2 3 4 5 6 7 891011>>