Searched refs:instr (Results 76 - 100 of 201) sorted by relevance

123456789

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c91 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/
H A Dgeninfo717 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}));
1893 # apply_exclusion_data(instr, graph)
1895 # Remove lines from instr and graph data structures which are marked
1898 # Return adjusted (instr, graph).
1904 # instr
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2920 UChar* instr,
2930 UChar hi2 = (instr[i] >> 6) & 3;
2931 UChar lo6 = instr[i] & 0x3F;
2952 off = read_leb128( &instr[i], &nleb, 0 );
2988 ctx->loc = read_Addr(&instr[i]) - ctx->initloc; i+= sizeof(Addr);
2993 ctx->loc = read_encoded_Addr(&len, adi, &instr[i]);
2999 delta = (UInt)ML_(read_UChar)(&instr[i]); i+= sizeof(UChar);
3007 delta = (UInt)ML_(read_UShort)(&instr[i]); i+= sizeof(UShort);
3015 delta = (UInt)ML_(read_UInt)(&instr[i]); i+= sizeof(UInt);
3024 reg = read_leb128( &instr[
2919 run_CF_instruction( UnwindContext* ctx, UChar* instr, UnwindContext* restore_ctx, AddressDecodingInfo* adi, struct _DebugInfo* di ) argument
3353 show_CF_instruction( UChar* instr, AddressDecodingInfo* adi, Int code_a_f, Int data_a_f ) argument
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py676 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp500 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
[all...]
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp500 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
H A Dlp_bld_struct.c188 LLVMValueRef instr; local
190 instr = LLVMBuildStore(builder, value, element_ptr);
191 lp_set_store_alignment(instr, alignment);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
H A Dlp_bld_struct.c188 LLVMValueRef instr; local
190 instr = LLVMBuildStore(builder, value, element_ptr);
191 lp_set_store_alignment(instr, alignment);
/external/elfutils/libcpu/
H A Di386_parse.c293 struct instruction *instr, int n);
670 "masks", "mask", "instrs", "instr", "bitfieldopt", "bytes", "byte",
2375 struct instruction *instr, int n)
2392 if (instr->operands[n].str != NULL)
2397 instr->operands[n].str = runp->str;
2440 if (instr->operands[n].off1 == 0)
2441 instr->operands[n].off1 = bitoff;
2442 else if (instr->operands[n].off2 == 0)
2443 instr->operands[n].off2 = bitoff;
2444 else if (instr
2371 fillin_arg(struct bitvalue *bytes, struct argname *name, struct instruction *instr, int n) argument
2792 struct instruction *instr; local
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java155 final int instr = mbsizes [block];
157 data [1] += instr;
161 data [3] += instr;
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.c203 void addHInstr ( HInstrArray* ha, HInstr* instr )
207 ha->arr[ha->arr_used] = instr;
216 addHInstr(ha, instr);
/external/chromium_org/v8/src/
H A Dhydrogen.cc135 void HBasicBlock::AddInstruction(HInstruction* instr) { argument
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
991 AddInstruction(HInstruction* instr) argument
2586 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
2595 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
2624 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
2637 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
2680 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
2695 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
3011 PushAndAdd(HInstruction* instr) argument
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...]
H A Dlithium.cc345 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { argument
347 gap->set_hydrogen_value(instr->hydrogen_value());
349 if (instr->IsControl()) {
352 instructions_.Add(instr, zone());
355 instructions_.Add(instr, zone());
358 if (instr->HasPointerMap()) {
359 pointer_maps_.Add(instr->pointer_map(), zone());
360 instr->pointer_map()->set_lithium_position(index);
/external/emma/core/java12/com/vladium/emma/data/
H A DCoverageOptionsFactory.java13 import com.vladium.emma.instr.InstrProcessor;
/external/kernel-headers/original/asm-x86/
H A Dalternative_32.h9 u8 *instr; /* original instruction */ member in struct:alt_instr
/external/llvm/include/llvm/MC/
H A DMCDisassembler.h68 /// @param instr - An MCInst to populate with the contents of the
82 virtual DecodeStatus getInstruction(MCInst& instr,
/external/openssh/
H A Dauth2-chall.c250 char *name, *instr, **prompts; local
255 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
260 packet_put_cstring(instr);
275 xfree(instr);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h392 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) {
405 instr = Memory::int32_at(target_pc);
408 ASSERT(IsLdrPcImmediateOffset(instr));
409 int offset = instr & 0xfff; // offset_12 is unsigned
410 if ((instr & (1 << 23)) == 0) offset = -offset; // U bit defines offset sign
420 Instruction* instr = Instruction::At(pc); local
424 instr
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h450 static inline bool IsMarkedCode(Instr instr, int type) { argument
452 return IsNop(instr, type);
456 static inline int GetCodeMarker(Instr instr) { argument
457 uint32_t opcode = ((instr & kOpcodeMask));
458 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
459 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift);
460 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift);
558 #define DEFINE_INSTRUCTION(instr) \
559 void instr(Register rd, Register rs, const Operand& rt); \
560 void instr(Registe
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.h443 static inline bool IsMarkedCode(Instr instr, int type) { argument
445 return IsNop(instr, type);
449 static inline int GetCodeMarker(Instr instr) { argument
450 uint32_t opcode = ((instr & kOpcodeMask));
451 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
452 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift);
453 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift);
549 #define DEFINE_INSTRUCTION(instr) \
550 void instr(Register rd, Register rs, const Operand& rt); \
551 void instr(Registe
[all...]
/external/valgrind/main/callgrind/
H A Dcallstack.c239 UInt instr = from->bb->jmp[jmp].instr; local
241 from->bb->instr[instr].instr_offset +
242 from->bb->instr[instr].instr_size;
/external/chromium_org/tools/code_coverage/
H A Dcroc.css81 span.instr {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse-intel.c37 extern yasm_bytecode *gas_intel_syntax_parse_instr(yasm_parser_nasm *parser_nasm, unsigned char *instr);

Completed in 1465 milliseconds

123456789