Searched refs:instr (Results 151 - 175 of 242) sorted by relevance

12345678910

/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)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DMakefile43 $(call tablegen, -gen-instr-info, AMDGPU.td, $@)
/external/chromium_org/tools/code_coverage/
H A Dcroc.py85 exe = instr = cov = 0
89 instr += 1
95 lines_instrumented=instr,
102 if instr or self.in_lcov:
/external/mesa3d/src/gallium/drivers/radeon/
H A DMakefile43 $(call tablegen, -gen-instr-info, AMDGPU.td, $@)
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc51 Instruction* instr = *i; local
52 if (instr->opcode() < 0) continue;
54 switch (instr->arch_opcode()) {
64 if (mode == kAllExceptNopInstructions && instr->arch_opcode() == kArchNop) {
67 for (size_t i = 0; i < instr->OutputCount(); ++i) {
68 InstructionOperand* output = instr->OutputAt(i);
79 for (size_t i = 0; i < instr->InputCount(); ++i) {
80 InstructionOperand* input = instr->InputAt(i);
90 s.instructions_.push_back(instr);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp79 DecodeStatus getInstruction(MCInst &instr,
98 DecodeStatus getInstruction(MCInst &instr,
744 MipsDisassembler::getInstruction(MCInst &instr, argument
760 Result = decodeInstruction(DecoderTableMicroMips32, instr, Insn, Address,
772 decodeInstruction(DecoderTableCOP3_32, instr, Insn, Address, this, STI);
781 Result = decodeInstruction(DecoderTableMips32r6_64r6_GP6432, instr, Insn,
791 Result = decodeInstruction(DecoderTableMips32r6_64r632, instr, Insn,
801 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
812 Mips64Disassembler::getInstruction(MCInst &instr, argument
826 Result = decodeInstruction(DecoderTableMips6432, instr, Ins
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h189 static L##type* cast(LInstruction* instr) { \
190 DCHECK(instr->Is##type()); \
191 return reinterpret_cast<L##type*>(instr); \
415 static LGap* cast(LInstruction* instr) { argument
416 DCHECK(instr->IsGap());
417 return reinterpret_cast<LGap*>(instr);
3111 LInstruction* DoDivByPowerOf2I(HDiv* instr);
3112 LInstruction* DoDivByConstI(HDiv* instr);
3113 LInstruction* DoDivI(HBinaryOperation* instr);
3114 LInstruction* DoModByPowerOf2I(HMod* instr);
3211 LikelyFitsImmField(HInstruction* instr, int imm) argument
[all...]
H A Dassembler-arm64.cc181 Instruction* instr = reinterpret_cast<Instruction*>(pc_); local
182 return instr->IsLdrLiteralX();
189 Instr* instr = reinterpret_cast<Instr*>(instructions); local
191 *(pc + i) = *(instr + i);
497 Instruction* instr = reinterpret_cast<Instruction*>(assm_->pc()); local
498 DCHECK(instr->preceding()->IsLdrLiteralX() &&
499 instr->preceding()->Rt() == xzr.code());
520 Instruction* instr = assm_->InstructionAt(offset_it->second); local
523 DCHECK(instr->IsLdrLiteral() && instr
536 Instruction* instr = assm_->InstructionAt(unique_it->second); local
890 IsConstantPoolAt(Instruction* instr) argument
905 ConstantPoolSizeAt(Instruction* instr) argument
[all...]
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc611 LInstruction* instr = InstructionAt(pos); local
612 if (instr->HasPointerMap()) {
613 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
672 HValue* instr = graph_->LookupValue(index); local
673 if (instr != NULL && instr->IsPhi()) {
674 return HPhi::cast(instr);
758 LInstruction* instr = NULL; local
760 if (i < end) instr = InstructionAt(i + 1);
762 MeetConstraintsBetween(prev_instr, instr,
865 LInstruction* instr = InstructionAt(index); local
931 LInstruction* instr = InstructionAt(index); local
[all...]
H A Dhydrogen.h48 void set_last(HInstruction* instr) { last_ = instr; } argument
91 void AddInstruction(HInstruction* instr, HSourcePosition position);
120 HSimulate* instr = CreateSimulate(ast_id, removable); local
121 AddInstruction(instr, position);
122 return instr;
449 void RecordUint32Instruction(HInstruction* instr) { argument
454 uint32_instructions_->Add(instr, zone());
776 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
782 virtual void ReturnControl(HControlInstruction* instr, BailoutI
1918 AddInstructionTyped(I* instr) argument
1941 HDeoptimize* instr = New<HDeoptimize>(reason, type, after_deopt_block); local
1962 HSimulate* instr = current_block()->CreateSimulate(id, removable); local
2013 HCallRuntime* instr = New<HCallRuntime>(name, c_function, argument_count); local
[all...]
H A Dhydrogen-instructions.cc727 for (HInstruction* instr = next(); instr != NULL; instr = instr->next()) {
728 if (instr == other) {
1382 static bool MatchNegationViaXor(HValue* instr, HValue** negated) { argument
1383 if (!instr->IsBitwise()) return false;
1384 HBitwise* b = HBitwise::cast(instr);
1391 static bool MatchDoubleNegation(HValue* instr, HValue** arg) { argument
1393 return MatchNegationViaXor(instr,
4676 SetGVNFlags(HValue *instr, PropertyAccessType access_type) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h197 /// isNotInMIMap - returns true if the specified machine instr has been
204 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
205 return Indexes->getInstructionIndex(instr);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py236 instr = assembly[i]
237 writer.write(instr)
239 m = _pushCountPat.match(instr)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py236 instr = assembly[i]
237 writer.write(instr)
239 m = _pushCountPat.match(instr)
/external/valgrind/main/callgrind/
H A Ddebug.c351 bb->jmp[i].instr, bbcc->jmp[i].ecounter);
357 InstrInfo* ii = &(bb->instr[i]);
365 if (bb->jmp[cjmpNo].instr == i) {
H A Ddump.c786 Int jcc_count = 0, instr, i, jmp; local
801 instr_info = &(bb->instr[0]);
802 for(instr=0; instr<bb->instr_count; instr++, instr_info++) {
834 if (bb->jmp[jmp].instr == instr) {
860 if (bb->jmp[jmp].instr == instr) {
1433 CLG_(clo).dump_instr ? " instr"
[all...]
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DFilterCfg.java9 package com.vladium.emma.instr;
H A DinstrTask.java9 package com.vladium.emma.instr;
/external/emma/core/java12/com/vladium/emma/instr/
H A DinstrCommand.java9 package com.vladium.emma.instr;
/external/chromium_org/v8/src/ic/mips/
H A Dic-mips.cc956 Instr instr = Assembler::instr_at(andi_instruction_address); local
957 return Assembler::IsAndImmediate(instr) &&
958 Assembler::GetRt(instr) == static_cast<uint32_t>(zero_reg.code());
968 Instr instr = Assembler::instr_at(andi_instruction_address); local
969 if (!(Assembler::IsAndImmediate(instr) &&
970 Assembler::GetRt(instr) == static_cast<uint32_t>(zero_reg.code()))) {
976 int delta = Assembler::GetImmediate16(instr);
977 delta += Assembler::GetRs(instr) * kImm16Mask;
/external/chromium_org/v8/src/ic/mips64/
H A Dic-mips64.cc963 Instr instr = Assembler::instr_at(andi_instruction_address); local
964 return Assembler::IsAndImmediate(instr) &&
965 Assembler::GetRt(instr) == static_cast<uint32_t>(zero_reg.code());
975 Instr instr = Assembler::instr_at(andi_instruction_address); local
976 if (!(Assembler::IsAndImmediate(instr) &&
977 Assembler::GetRt(instr) == static_cast<uint32_t>(zero_reg.code()))) {
983 int delta = Assembler::GetImmediate16(instr);
984 delta += Assembler::GetRs(instr) * kImm16Mask;
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java16 import com.vladium.emma.instr.FilterCfg;
17 import com.vladium.emma.instr.FilterCfg.filterElement;
129 // instr filter:
435 // instr filter attribute/element:
/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 738 milliseconds

12345678910