Searched defs:instr (Results 26 - 50 of 133) sorted by relevance

123456

/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java9 package com.vladium.emma.instr;
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c119 replace_slotN_contents(char *bundle, long long instr, int slotnum) { argument
120 replace_bit_field(bundle, instr, 5 + 41 * slotnum, 41);
181 long long instr; local
199 instr = slotN_contents(bundle.cbundle, slotnum);
201 memcpy(sbp->orig_value, &instr, sizeof(instr));
217 unsigned long instr; local
226 memcpy(&instr, sbp->orig_value, sizeof(instr));
228 replace_slotN_contents(bundle.cbundle, instr, slotnu
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c380 struct tgsi_full_instruction *instr = bld_base->instructions + local
383 tgsi_get_opcode_info(instr->Instruction.Opcode);
384 if (!lp_build_tgsi_inst_llvm(bld_base, instr)) {
H A Dlp_bld_type.c413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
H A Dlp_bld_tgsi_aos.c1079 struct tgsi_full_instruction *instr = bld.bld_base.instructions + pc; local
1081 tgsi_get_opcode_info(instr->Instruction.Opcode);
1082 if (!lp_emit_instruction_aos(&bld, instr, opcode_info, &pc))
/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/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/v8/src/
H A Dhydrogen-escape-analysis.cc46 HInstruction* instr = it.Current(); local
47 if (!instr->IsAllocate()) continue;
48 HAllocate* allocate = HAllocate::cast(instr);
51 if (HasNoEscapingUses(instr, size_in_bytes)) {
53 PrintF("#%d (%s) is being captured\n", instr->id(),
54 instr->Mnemonic());
56 captured_.Add(instr, zone());
181 HInstruction* instr = it.Current(); local
182 switch (instr->opcode()) {
184 if (instr !
[all...]
H A Dhydrogen-load-elimination.cc46 HLoadEliminationTable* Process(HInstruction* instr, Zone* zone) { argument
47 switch (instr->opcode()) {
49 HLoadNamedField* l = HLoadNamedField::cast(instr);
51 instr->id(),
55 if (result != instr && l->CanBeReplacedWith(result)) {
57 TRACE((" replace L%d -> v%d\n", instr->id(), result->id()));
58 instr->DeleteAndReplaceWith(result);
63 HStoreNamedField* s = HStoreNamedField::cast(instr);
65 instr->id(),
72 TRACE((" remove S%d\n", instr
201 load(HLoadNamedField* instr) argument
229 store(HStoreNamedField* instr) argument
287 KillIfMisaligned(HStoreNamedField* instr) argument
446 Process(HInstruction* instr, Zone* zone) argument
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java9 package com.vladium.emma.instr;
37 public static final String PROPERTY_EXCLUDE_SYNTHETIC_METHODS = "instr.exclude_synthetic_methods";
38 public static final String PROPERTY_EXCLUDE_BRIDGE_METHODS = "instr.exclude_bridge_methods";
39 public static final String PROPERTY_DO_SUID_COMPENSATION = "instr.do_suid_compensation";
167 // with the instr path:
H A DInstrProcessorST.java9 package com.vladium.emma.instr;
656 // construct instr path enumerator [throws on illegal input only]:
734 // TODO: create an empty file earlier to catch any errors sooner? [to avoid scenarios where a user waits throught the entire instr run to find out the file could not be written to]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c1079 struct tgsi_full_instruction *instr = bld.bld_base.instructions + pc; local
1081 tgsi_get_opcode_info(instr->Instruction.Opcode);
1082 if (!lp_emit_instruction_aos(&bld, instr, opcode_info, &pc))
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h432 Instr instr = Memory::int32_at(pc); local
433 return pc + GetLdrRegisterImmediateOffset(instr) + kPcLoadDelta;
441 Instr instr = Memory::int32_at(pc); local
443 GetLdrRegisterImmediateOffset(instr);
451 Instruction* instr = Instruction::At(pc); local
455 instr->ImmedMovwMovtValue());
H A Dlithium-codegen-arm.h103 void DoDeferredNumberTagD(LNumberTagD* instr);
106 void DoDeferredNumberTagIU(LInstruction* instr,
112 void DoDeferredTaggedToI(LTaggedToI* instr);
113 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
114 void DoDeferredStackCheck(LStackCheck* instr);
115 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
116 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
117 void DoDeferredAllocate(LAllocate* instr);
118 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
120 void DoDeferredInstanceMigration(LCheckMaps* instr, Registe
206 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.h137 void DoDeferredNumberTagD(LNumberTagD* instr);
138 void DoDeferredStackCheck(LStackCheck* instr);
139 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
140 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
141 void DoDeferredMathAbsTagged(LMathAbsTagged* instr,
145 void DoDeferredNumberTagU(LInstruction* instr,
149 void DoDeferredTaggedToI(LTaggedToI* instr,
153 void DoDeferredAllocate(LAllocate* instr);
154 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr);
155 void DoDeferredInstanceMigration(LCheckMaps* instr, Registe
317 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h93 void DoDeferredNumberTagD(LNumberTagD* instr);
96 void DoDeferredNumberTagIU(LInstruction* instr,
101 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
102 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
103 void DoDeferredStackCheck(LStackCheck* instr);
104 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
105 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
106 void DoDeferredAllocate(LAllocate* instr);
107 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
109 void DoDeferredInstanceMigration(LCheckMaps* instr, Registe
180 CallRuntime(Runtime::FunctionId id, int argc, LInstruction* instr) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc72 void PrintRs(Instruction* instr);
73 void PrintRt(Instruction* instr);
74 void PrintRd(Instruction* instr);
75 void PrintFs(Instruction* instr);
76 void PrintFt(Instruction* instr);
77 void PrintFd(Instruction* instr);
78 void PrintSa(Instruction* instr);
79 void PrintSd(Instruction* instr);
80 void PrintSs1(Instruction* instr);
81 void PrintSs2(Instruction* instr);
142 PrintRs(Instruction* instr) argument
148 PrintRt(Instruction* instr) argument
154 PrintRd(Instruction* instr) argument
166 PrintFs(Instruction* instr) argument
172 PrintFt(Instruction* instr) argument
178 PrintFd(Instruction* instr) argument
185 PrintSa(Instruction* instr) argument
192 PrintSd(Instruction* instr) argument
199 PrintSs1(Instruction* instr) argument
206 PrintSs2(Instruction* instr) argument
215 PrintBc(Instruction* instr) argument
222 PrintCc(Instruction* instr) argument
229 PrintUImm16(Instruction* instr) argument
236 PrintSImm16(Instruction* instr) argument
243 PrintXImm16(Instruction* instr) argument
250 PrintXImm26(Instruction* instr) argument
257 PrintCode(Instruction* instr) argument
285 PrintInstructionName(Instruction* instr) argument
291 FormatRegister(Instruction* instr, const char* format) argument
313 FormatFPURegister(Instruction* instr, const char* format) argument
342 FormatOption(Instruction* instr, const char* format) argument
419 Format(Instruction* instr, const char* format) argument
435 Unknown(Instruction* instr) argument
440 DecodeTypeRegister(Instruction* instr) argument
785 DecodeTypeImmediate(Instruction* instr) argument
916 DecodeTypeJump(Instruction* instr) argument
932 Instruction* instr = Instruction::At(instr_ptr); local
[all...]
H A Dlithium-codegen-mips.h101 void DoDeferredNumberTagD(LNumberTagD* instr);
104 void DoDeferredNumberTagIU(LInstruction* instr,
110 void DoDeferredTaggedToI(LTaggedToI* instr);
111 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
112 void DoDeferredStackCheck(LStackCheck* instr);
113 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
114 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
115 void DoDeferredAllocate(LAllocate* instr);
116 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
119 void DoDeferredInstanceMigration(LCheckMaps* instr, Registe
200 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h86 void DoDeferredNumberTagD(LNumberTagD* instr);
89 void DoDeferredNumberTagIU(LInstruction* instr,
95 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
96 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
97 void DoDeferredStackCheck(LStackCheck* instr);
98 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
99 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
100 void DoDeferredAllocate(LAllocate* instr);
101 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
103 void DoDeferredInstanceMigration(LCheckMaps* instr, Registe
177 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
[all...]
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp41 DecodeStatus getInstruction(MCInst &instr,
241 SparcDisassembler::getInstruction(MCInst &instr, argument
255 Result = decodeInstruction(DecoderTableSparc32, instr, Insn, Address,
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp40 virtual DecodeStatus getInstruction(MCInst &instr,
752 XCoreDisassembler::getInstruction(MCInst &instr, argument
765 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
779 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
/external/vixl/src/a64/
H A Dinstrument-a64.cc254 void Instrument::VisitPCRelAddressing(Instruction* instr) { argument
255 USE(instr);
262 void Instrument::VisitAddSubImmediate(Instruction* instr) { argument
263 USE(instr);
270 void Instrument::VisitLogicalImmediate(Instruction* instr) { argument
271 USE(instr);
278 void Instrument::VisitMoveWideImmediate(Instruction* instr) { argument
282 if (instr->IsMovn() && (instr->Rd() == kZeroRegCode)) {
283 unsigned imm = instr
291 VisitBitfield(Instruction* instr) argument
299 VisitExtract(Instruction* instr) argument
307 VisitUnconditionalBranch(Instruction* instr) argument
315 VisitUnconditionalBranchToRegister(Instruction* instr) argument
323 VisitCompareBranch(Instruction* instr) argument
331 VisitTestBranch(Instruction* instr) argument
339 VisitConditionalBranch(Instruction* instr) argument
347 VisitSystem(Instruction* instr) argument
355 VisitException(Instruction* instr) argument
363 InstrumentLoadStorePair(Instruction* instr) argument
375 VisitLoadStorePairPostIndex(Instruction* instr) argument
382 VisitLoadStorePairOffset(Instruction* instr) argument
389 VisitLoadStorePairPreIndex(Instruction* instr) argument
396 VisitLoadStorePairNonTemporal(Instruction* instr) argument
403 VisitLoadLiteral(Instruction* instr) argument
411 InstrumentLoadStore(Instruction* instr) argument
439 VisitLoadStoreUnscaledOffset(Instruction* instr) argument
445 VisitLoadStorePostIndex(Instruction* instr) argument
452 VisitLoadStorePreIndex(Instruction* instr) argument
458 VisitLoadStoreRegisterOffset(Instruction* instr) argument
464 VisitLoadStoreUnsignedOffset(Instruction* instr) argument
470 VisitLogicalShifted(Instruction* instr) argument
478 VisitAddSubShifted(Instruction* instr) argument
486 VisitAddSubExtended(Instruction* instr) argument
494 VisitAddSubWithCarry(Instruction* instr) argument
502 VisitConditionalCompareRegister(Instruction* instr) argument
510 VisitConditionalCompareImmediate(Instruction* instr) argument
518 VisitConditionalSelect(Instruction* instr) argument
526 VisitDataProcessing1Source(Instruction* instr) argument
534 VisitDataProcessing2Source(Instruction* instr) argument
542 VisitDataProcessing3Source(Instruction* instr) argument
550 VisitFPCompare(Instruction* instr) argument
558 VisitFPConditionalCompare(Instruction* instr) argument
566 VisitFPConditionalSelect(Instruction* instr) argument
574 VisitFPImmediate(Instruction* instr) argument
582 VisitFPDataProcessing1Source(Instruction* instr) argument
590 VisitFPDataProcessing2Source(Instruction* instr) argument
598 VisitFPDataProcessing3Source(Instruction* instr) argument
606 VisitFPIntegerConvert(Instruction* instr) argument
614 VisitFPFixedPointConvert(Instruction* instr) argument
622 VisitUnallocated(Instruction* instr) argument
630 VisitUnimplemented(Instruction* instr) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c677 printable8(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr) argument
688 string = factory->newSize(factory, instr->len *2 + 1);
695 for (i = 0; i < instr->len; i++)
697 if (*(instr->chars + i) == '\n')
702 else if (*(instr->chars + i) == '\r')
707 else if (!isprint(*(instr->chars +i)))
713 *scannedText++ = *(instr->chars + i);
724 printableUTF16(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr) argument
737 string = factory->newSize(factory, instr->len *2 + 1);
743 inText = (pANTLR3_UINT16)(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/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c1661 gas_intel_syntax_parse_instr(yasm_parser_nasm *parser_nasm, unsigned char *instr) argument
1664 char *sinstr = (char *) instr;
1666 parser_nasm->s.bot = instr;
1667 parser_nasm->s.tok = instr;
1668 parser_nasm->s.ptr = instr;
1669 parser_nasm->s.cur = instr;
1670 parser_nasm->s.lim = instr + strlen(sinstr) + 1;

Completed in 3006 milliseconds

123456