Searched refs:instr (Results 126 - 150 of 242) sorted by relevance

12345678910

/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h173 static L##type* cast(LInstruction* instr) { \
174 DCHECK(instr->Is##type()); \
175 return reinterpret_cast<L##type*>(instr); \
333 static LGap* cast(LInstruction* instr) { argument
334 DCHECK(instr->IsGap());
335 return reinterpret_cast<LGap*>(instr);
2723 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2724 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2725 LInstruction* DoMathFround(HUnaryMathOperation* instr);
2726 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
[all...]
H A Dmacro-assembler-mips64.h479 static inline bool IsMarkedCode(Instr instr, int type) { argument
481 return IsNop(instr, type);
485 static inline int GetCodeMarker(Instr instr) { argument
486 uint32_t opcode = ((instr & kOpcodeMask));
487 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
488 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift);
489 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift);
582 #define DEFINE_INSTRUCTION(instr) \
583 void instr(Register rd, Register rs, const Operand& rt); \
584 void instr(Registe
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h458 static inline bool IsMarkedCode(Instr instr, int type) { argument
460 return IsNop(instr, type);
464 static inline int GetCodeMarker(Instr instr) { argument
465 uint32_t opcode = ((instr & kOpcodeMask));
466 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
467 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift);
468 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift);
560 #define DEFINE_INSTRUCTION(instr) \
561 void instr(Register rd, Register rs, const Operand& rt); \
562 void instr(Registe
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h174 static L##type* cast(LInstruction* instr) { \
175 DCHECK(instr->Is##type()); \
176 return reinterpret_cast<L##type*>(instr); \
341 static LGap* cast(LInstruction* instr) { argument
342 DCHECK(instr->IsGap());
343 return reinterpret_cast<LGap*>(instr);
2766 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2767 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2768 LInstruction* DoMathFround(HUnaryMathOperation* instr);
2769 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
[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/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c2781 UInt instr; local
2785 instr = 1 << 25;
2786 instr |= (ri->ARMri84.I84.imm4 << 8);
2787 instr |= ri->ARMri84.I84.imm8;
2789 instr = 0 << 25;
2790 instr |= iregNo(ri->ARMri84.R.reg);
2792 return instr;
2799 UInt instr; local
2803 instr = 0 << 4;
2804 instr |
2817 UInt instr; local
2903 UInt instr; local
2948 UInt instr, bP; local
2987 UInt instr, subopc; local
3015 UInt instr, subopc; local
3032 UInt instr; local
3059 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local
3069 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local
3105 UInt instr, bP; local
3135 UInt bP, imm8hi, imm8lo, instr; local
3182 UInt bP, imm8hi, imm8lo, instr; local
3375 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local
3386 UInt instr; local
[all...]
/external/chromium_org/tools/code_coverage/
H A Dcroc.css81 span.instr {
/external/chromium_org/v8/src/
H A Dlithium.cc335 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { argument
337 gap->set_hydrogen_value(instr->hydrogen_value());
339 if (instr->IsControl()) {
342 instructions_.Add(instr, zone());
345 instructions_.Add(instr, zone());
348 if (instr->HasPointerMap()) {
349 pointer_maps_.Add(instr->pointer_map(), zone());
350 instr->pointer_map()->set_lithium_position(index);
H A Dhydrogen.cc132 void HBasicBlock::AddInstruction(HInstruction* instr, argument
135 DCHECK(!instr->IsLinked());
139 instr->set_position(position);
154 instr->InsertAfter(last_);
179 HSimulate* instr = local
182 instr->set_closure(environment->closure());
188 instr->AddPushedValue(environment->ExpressionStackAt(i));
195 instr->AddAssignedValue(index, environment->Lookup(index));
198 return instr;
229 HGoto* instr local
249 HGoto* instr = new(zone()) HGoto(target); local
1185 AddInstruction(HInstruction* instr) argument
4039 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
4048 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
4077 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
4090 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
4133 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
4148 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
4553 HInstruction* instr = Add<HStoreFrameContext>(inner_context); local
4571 HInstruction* instr = Add<HStoreFrameContext>(outer_context); local
4703 HInstruction* instr = Add<HStoreFrameContext>(context); local
4735 HInstruction* instr = Add<HStoreFrameContext>(context); local
5358 HConstant* instr = New<HConstant>(constant_value); local
5379 HLoadGlobalCell* instr = local
5387 HLoadGlobalGeneric* instr = local
5428 HLoadContextSlot* instr = local
5443 HConstant* instr = New<HConstant>(expr->value()); local
5454 HRegExpLiteral* instr = New<HRegExpLiteral>(literals, local
5779 HStoreKeyed* instr = Add<HStoreKeyed>(elements, key, value, local
5854 HStoreNamedField *instr; local
6372 HInstruction* instr = BuildNamedGeneric(access_type, expr, object, name, local
6452 HInstruction* instr = BuildNamedAccess(STORE, ast_id, return_id, expr, local
6514 HInstruction* instr = local
6523 HStoreNamedGeneric* instr = local
6599 HStoreContextSlot* instr = Add<HStoreContextSlot>( local
6745 HStoreContextSlot* instr = Add<HStoreContextSlot>( local
6983 HInstruction* instr = BuildUncheckedMonomorphicElementAccess( local
7060 HInstruction* instr = NULL; local
7142 HInstruction* instr = local
7156 HInstruction* instr = NULL; local
7342 HInstruction* instr = NULL; local
9362 HInstruction* instr = current_block()->last(); local
9843 HInstruction* instr = New<HInvokeFunction>(function, 3); local
9878 HInstruction* instr = New<HTypeof>(value); local
9955 HInstruction* instr = AddUncasted<HAdd>(Top(), delta); local
10046 HStoreContextSlot* instr = Add<HStoreContextSlot>(context, var->index(), local
10388 HInstruction* instr = NULL; local
10649 HTypeofIsAndBranch* instr = New<HTypeofIsAndBranch>(value, check); local
10695 HClassOfTestAndBranch* instr = New<HClassOfTestAndBranch>(value, rhs); local
10910 HCompareObjectEqAndBranch* instr = local
11214 HInstruction* instr = BuildThisFunction(); local
[all...]
/external/vixl/src/a64/
H A Dsimulator-a64.h200 #define DECLARE(A) void Visit##A(Instruction* instr);
477 void AddSubHelper(Instruction* instr, int64_t op2);
483 void LogicalHelper(Instruction* instr, int64_t op2);
484 void ConditionalCompareHelper(Instruction* instr, int64_t op2);
485 void LoadStoreHelper(Instruction* instr,
488 void LoadStorePairHelper(Instruction* instr, AddrMode addrmode);
577 bool FPProcessNaNs(Instruction* instr);
586 void DoPrintf(Instruction* 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);
/external/emma/ant/ant14/com/vladium/emma/
H A DemmaTask.java21 import com.vladium.emma.instr.instrTask;
70 return addTask (new instrTask (this), getNestedTaskName ("instr"));
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoadHook.java20 import com.vladium.emma.instr.InstrVisitor;
/external/emma/lib/
H A Demma_ant.jar ... final String PATH_DELIMITERS private com.vladium.emma.instr.FilterCfg m_filterCfg public void init () throws org.apache ...
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
/external/llvm/
H A Dllvm-tblgen-rules.mk50 $(call transform-td-to-out,instr-info)
67 $(call transform-td-to-out,instr-info)
84 $(call transform-td-to-out,instr-info)
104 $(call transform-td-to-out,instr-info)
/external/emma/core/java12/com/vladium/emma/report/
H A DSrcFileItem.java182 final int instr = mbsizes [block];
184 data [1] += instr;
188 data [3] += instr;
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc601 Instruction* instr = InstructionAt(pos); local
602 if (instr->HasPointerMap()) {
603 instr->pointer_map()->RecordPointer(operand, code_zone());
739 Instruction* instr = NULL; local
741 if (i < end) instr = InstructionAt(i + 1);
743 MeetConstraintsBetween(prev_instr, instr, i);
905 Instruction* instr = InstructionAt(index); local
906 if (instr->HasPointerMap()) {
907 instr->pointer_map()->RecordPointer(input_copy, code_zone());
923 bool RegisterAllocator::IsOutputRegisterOf(Instruction* instr, in argument
932 IsOutputDoubleRegisterOf(Instruction* instr, int index) argument
954 Instruction* instr = InstructionAt(index); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
484 // Remove unconditional branch instr.
1783 // move instr after branchInstr
1804 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1807 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1828 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1831 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1844 // (2) change the continue-instr in BBs in exitBlkSet to break-instr
1845 // (3) generate continue-instr i
2858 getTrueBranch(MachineInstr *instr) argument
2862 setTrueBranch(MachineInstr *instr, MachineBasicBlock *blk) argument
2867 getFalseBranch(MachineBasicBlock *blk, MachineInstr *instr) argument
2877 isCondBranch(MachineInstr *instr) argument
2891 isUncondBranch(MachineInstr *instr) argument
2905 MachineInstr *instr = &(*iter); local
2915 MachineInstr *instr = &*iter; local
2934 MachineInstr *instr = &*iter; local
2949 MachineInstr *instr = &(*iter); local
2960 MachineInstr *instr = &(*iter); local
2970 MachineInstr *instr = &(*iter); local
2979 MachineInstr *instr = getReturnInstr(blk); local
2994 getInstrPos(MachineBasicBlock *blk, MachineInstr *instr) argument
3182 MachineInstr *instr = func->CloneMachineInstr(iter); local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
484 // Remove unconditional branch instr.
1783 // move instr after branchInstr
1804 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1807 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1828 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1831 // insertEnd to ensure phi-moves, if exist, go before the continue-instr.
1844 // (2) change the continue-instr in BBs in exitBlkSet to break-instr
1845 // (3) generate continue-instr i
2858 getTrueBranch(MachineInstr *instr) argument
2862 setTrueBranch(MachineInstr *instr, MachineBasicBlock *blk) argument
2867 getFalseBranch(MachineBasicBlock *blk, MachineInstr *instr) argument
2877 isCondBranch(MachineInstr *instr) argument
2891 isUncondBranch(MachineInstr *instr) argument
2905 MachineInstr *instr = &(*iter); local
2915 MachineInstr *instr = &*iter; local
2934 MachineInstr *instr = &*iter; local
2949 MachineInstr *instr = &(*iter); local
2960 MachineInstr *instr = &(*iter); local
2970 MachineInstr *instr = &(*iter); local
2979 MachineInstr *instr = getReturnInstr(blk); local
2994 getInstrPos(MachineBasicBlock *blk, MachineInstr *instr) argument
3182 MachineInstr *instr = func->CloneMachineInstr(iter); local
[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/mesa/drivers/dri/r200/
H A Dr200_vertprog.c602 o_inst = vp->instr;
780 if ((o_inst - vp->instr) == 31) {
1095 if(o_inst - vp->instr >= R200_VSF_MAX_INST) {
1103 vp->pos_end = (o_inst - vp->instr);
1108 mesa_vp->Base.NumNativeInstructions = (o_inst - vp->instr);
1112 fprintf(stderr, "%08x\n", vp->instr[i]);
1165 rmesa->hw.vpi[0].cmd[VPI_OPDST_0 + 4 * i] = vp->instr[i].op;
1166 rmesa->hw.vpi[0].cmd[VPI_SRC0_0 + 4 * i] = vp->instr[i].src0;
1167 rmesa->hw.vpi[0].cmd[VPI_SRC1_0 + 4 * i] = vp->instr[i].src1;
1168 rmesa->hw.vpi[0].cmd[VPI_SRC2_0 + 4 * i] = vp->instr[
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c602 o_inst = vp->instr;
780 if ((o_inst - vp->instr) == 31) {
1095 if(o_inst - vp->instr >= R200_VSF_MAX_INST) {
1103 vp->pos_end = (o_inst - vp->instr);
1108 mesa_vp->Base.NumNativeInstructions = (o_inst - vp->instr);
1112 fprintf(stderr, "%08x\n", vp->instr[i]);
1165 rmesa->hw.vpi[0].cmd[VPI_OPDST_0 + 4 * i] = vp->instr[i].op;
1166 rmesa->hw.vpi[0].cmd[VPI_SRC0_0 + 4 * i] = vp->instr[i].src0;
1167 rmesa->hw.vpi[0].cmd[VPI_SRC1_0 + 4 * i] = vp->instr[i].src1;
1168 rmesa->hw.vpi[0].cmd[VPI_SRC2_0 + 4 * i] = vp->instr[
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h577 Instruction* instr = reinterpret_cast<Instruction*>(pc);
578 DCHECK(instr->IsLdrLiteralX());
579 return reinterpret_cast<Address>(instr->ImmPCOffsetTarget());
603 Instruction* instr = reinterpret_cast<Instruction*>(candidate);
604 USE(instr);
605 DCHECK(instr->IsLdrLiteralX());
635 Instruction* instr = reinterpret_cast<Instruction*>(pc);
636 if (instr->IsMovz()) {
638 DCHECK(instr->following(1)->IsMovk());
639 DCHECK(instr
[all...]
/external/chromium_org/third_party/mesa/src/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)) {

Completed in 1331 milliseconds

12345678910