Searched defs:instr (Results 1 - 25 of 73) sorted by relevance

123

/external/elfutils/libcpu/
H A Di386_parse.y188 struct instruction *instr, int n);
278 instrs: instrs '\n' instr
279 | instr
282 instr: bytes ':' bitfieldopt kID bitfieldopt optargs label
770 struct instruction *instr, int n)
787 if (instr->operands[n].str != NULL)
792 instr->operands[n].str = runp->str;
835 if (instr->operands[n].off1 == 0)
836 instr->operands[n].off1 = bitoff;
837 else if (instr
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DinstrCommand.java9 package 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/v8/src/
H A Dlithium-allocator-inl.h61 TempIterator::TempIterator(LInstruction* instr) argument
62 : instr_(instr),
63 limit_(instr->TempCount()),
89 InputIterator::InputIterator(LInstruction* instr) argument
90 : instr_(instr),
91 limit_(instr->InputCount()),
119 UseIterator::UseIterator(LInstruction* instr) argument
120 : input_iterator_(instr), env_iterator_(instr->environment()) { }
/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/kernel-headers/original/asm-x86/
H A Dalternative_32.h9 u8 *instr; /* original instruction */ member in struct:alt_instr
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jar ... .ant.types.optional.image.ImageOperation instr public void addRotate (org.apache.tools.ant ...
/external/kernel-headers/original/linux/mtd/
H A Dnftl.h39 struct erase_info instr; member in struct:NFTLrecord
H A Dmtd.h151 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) argument
244 if (instr->callback)
245 instr->callback(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/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp503 MCDisassembler::DecodeStatus MBlazeDisassembler::getInstruction(MCInst &instr, argument
530 instr.setOpcode(opcode);
548 instr.addOperand(MCOperand::CreateReg(RD));
549 instr.addOperand(MCOperand::CreateReg(RB));
550 instr.addOperand(MCOperand::CreateReg(RA));
556 instr.addOperand(MCOperand::CreateReg(RD));
557 instr.addOperand(MCOperand::CreateReg(RA));
558 instr.addOperand(MCOperand::CreateReg(RB));
564 instr.addOperand(MCOperand::CreateReg(RD));
565 instr
[all...]
/external/llvm/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp91 static unsigned getLastRealOperand(MachineBasicBlock::iterator &instr) { argument
92 switch (instr->getOpcode()) {
93 default: return instr->getNumOperands();
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp45 DecodeStatus getInstruction(MCInst &instr,
73 DecodeStatus getInstruction(MCInst &instr,
312 MipsDisassembler::getInstruction(MCInst &instr, argument
326 Result = decodeMipsInstruction32(instr, Insn, Address, this, STI);
336 Mips64Disassembler::getInstruction(MCInst &instr, argument
350 Result = decodeMips64Instruction32(instr, Insn, Address, this, STI);
356 Result = decodeMipsInstruction32(instr, Insn, Address, this, STI);
/external/v8/src/arm/
H A Dassembler-arm-inl.h334 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) {
349 instr = Memory::int32_at(target_pc);
353 ASSERT(IsLdrPcImmediateOffset(instr));
354 int offset = instr & 0xfff; // offset_12 is unsigned
355 if ((instr & (1 << 23)) == 0) offset = -offset; // U bit defines offset sign
H A Dlithium-codegen-arm.h110 void DoDeferredBinaryOpStub(LTemplateInstruction<1, 2, T>* instr,
112 void DoDeferredNumberTagD(LNumberTagD* instr);
113 void DoDeferredNumberTagI(LNumberTagI* instr);
114 void DoDeferredTaggedToI(LTaggedToI* instr);
115 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
116 void DoDeferredStackCheck(LStackCheck* instr);
117 void DoDeferredRandom(LRandom* instr);
118 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
119 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
120 void DoDeferredAllocateObject(LAllocateObject* instr);
207 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
[all...]
H A Ddisasm-arm.cc104 int FormatVFPRegister(Instruction* instr, const char* format);
105 void PrintMovwMovt(Instruction* instr);
106 int FormatVFPinstruction(Instruction* instr, const char* format);
107 void PrintCondition(Instruction* instr);
108 void PrintShiftRm(Instruction* instr);
109 void PrintShiftImm(Instruction* instr);
110 void PrintShiftSat(Instruction* instr);
111 void PrintPU(Instruction* instr);
115 int FormatRegister(Instruction* instr, const char* option);
116 int FormatOption(Instruction* instr, cons
180 PrintCondition(Instruction* instr) argument
210 PrintShiftRm(Instruction* instr) argument
246 PrintShiftImm(Instruction* instr) argument
256 PrintShiftSat(Instruction* instr) argument
268 PrintPU(Instruction* instr) argument
322 FormatRegister(Instruction* instr, const char* format) argument
371 FormatVFPRegister(Instruction* instr, const char* format) argument
405 FormatVFPinstruction(Instruction* instr, const char* format) argument
412 PrintMovwMovt(Instruction* instr) argument
426 FormatOption(Instruction* instr, const char* format) argument
651 Format(Instruction* instr, const char* format) argument
676 Unknown(Instruction* instr) argument
681 DecodeType01(Instruction* instr) argument
921 DecodeType2(Instruction* instr) argument
956 DecodeType3(Instruction* instr) argument
1020 DecodeType4(Instruction* instr) argument
1034 DecodeType5(Instruction* instr) argument
1039 DecodeType6(Instruction* instr) argument
1044 DecodeType7(Instruction* instr) argument
1085 DecodeTypeVFP(Instruction* instr) argument
1176 DecodeVMOVBetweenCoreAndSinglePrecisionRegisters( Instruction* instr) argument
1191 DecodeVCMP(Instruction* instr) argument
1214 DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) argument
1228 DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) argument
1276 DecodeType6CoprocessorIns(Instruction* instr) argument
1379 Instruction* instr = Instruction::At(instr_ptr); local
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h102 void DoDeferredNumberTagD(LNumberTagD* instr);
103 void DoDeferredNumberTagI(LNumberTagI* instr);
104 void DoDeferredTaggedToI(LTaggedToI* instr);
105 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
106 void DoDeferredStackCheck(LStackCheck* instr);
107 void DoDeferredRandom(LRandom* instr);
108 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
109 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
110 void DoDeferredAllocateObject(LAllocateObject* instr);
111 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
197 CallRuntime(Runtime::FunctionId id, int argc, LInstruction* instr) argument
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc98 void PrintRs(Instruction* instr);
99 void PrintRt(Instruction* instr);
100 void PrintRd(Instruction* instr);
101 void PrintFs(Instruction* instr);
102 void PrintFt(Instruction* instr);
103 void PrintFd(Instruction* instr);
104 void PrintSa(Instruction* instr);
105 void PrintSd(Instruction* instr);
106 void PrintSs1(Instruction* instr);
107 void PrintSs2(Instruction* instr);
168 PrintRs(Instruction* instr) argument
174 PrintRt(Instruction* instr) argument
180 PrintRd(Instruction* instr) argument
192 PrintFs(Instruction* instr) argument
198 PrintFt(Instruction* instr) argument
204 PrintFd(Instruction* instr) argument
211 PrintSa(Instruction* instr) argument
218 PrintSd(Instruction* instr) argument
225 PrintSs1(Instruction* instr) argument
232 PrintSs2(Instruction* instr) argument
241 PrintBc(Instruction* instr) argument
248 PrintCc(Instruction* instr) argument
255 PrintUImm16(Instruction* instr) argument
262 PrintSImm16(Instruction* instr) argument
269 PrintXImm16(Instruction* instr) argument
276 PrintXImm26(Instruction* instr) argument
283 PrintCode(Instruction* instr) argument
311 PrintInstructionName(Instruction* instr) argument
317 FormatRegister(Instruction* instr, const char* format) argument
339 FormatFPURegister(Instruction* instr, const char* format) argument
364 FormatOption(Instruction* instr, const char* format) argument
441 Format(Instruction* instr, const char* format) argument
457 Unknown(Instruction* instr) argument
462 DecodeTypeRegister(Instruction* instr) argument
798 DecodeTypeImmediate(Instruction* instr) argument
926 DecodeTypeJump(Instruction* instr) argument
942 Instruction* instr = Instruction::At(instr_ptr); local
[all...]
H A Dlithium-codegen-mips.h108 void DoDeferredNumberTagD(LNumberTagD* instr);
109 void DoDeferredNumberTagI(LNumberTagI* instr);
110 void DoDeferredTaggedToI(LTaggedToI* instr);
111 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
112 void DoDeferredStackCheck(LStackCheck* instr);
113 void DoDeferredRandom(LRandom* instr);
114 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
115 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
116 void DoDeferredAllocateObject(LAllocateObject* instr);
117 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
204 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.h96 void DoDeferredNumberTagD(LNumberTagD* instr);
97 void DoDeferredTaggedToI(LTaggedToI* instr);
98 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
99 void DoDeferredStackCheck(LStackCheck* instr);
100 void DoDeferredRandom(LRandom* instr);
101 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
102 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
103 void DoDeferredAllocateObject(LAllocateObject* instr);
104 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
112 void DoGap(LGap* instr);
188 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* 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/llvm/lib/Analysis/
H A DPathNumbering.cpp379 Instruction& instr = *bbCurrent; local
380 if( instr.getOpcode() == Instruction::Call ) {
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp122 X86GenericDisassembler::getInstruction(MCInst &instr, argument
151 return (!translateInstruction(instr, internalInstr, this)) ?

Completed in 395 milliseconds

123