HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 76 - 100 of 504) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 103 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
  /external/llvm/test/MC/Mips/
mips-pc16-fixup.s 7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
micromips-pc16-fixup.s 7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 56 void Stop(Instruction* instr);
64 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6;
65 static const Instr kNopInstr = 0x0;
103 void MipsDebugger::Stop(Instruction* instr) {
105 uint32_t code = instr->Bits(25, 6);
108 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
123 instr->SetInstructionBits(kNopInstr);
124 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
137 void MipsDebugger::Stop(Instruction* instr) {
139 uint32_t code = instr->Bits(25, 6)
383 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); local
    [all...]
assembler-mips.h 530 static const int kInstrSize = sizeof(Instr);
904 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); }
905 static void instr_at_put(byte* pc, Instr instr) {
906 *reinterpret_cast<Instr*>(pc) = instr;
908 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }
909 void instr_at_put(int pos, Instr instr)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 95 HInstruction* instr,
97 switch (instr->opcode()) {
99 HEnvironmentMarker* marker = HEnvironmentMarker::cast(instr);
129 ASSERT(instr->next()->IsSimulate());
130 ASSERT(instr->next()->next()->IsGoto());
139 HEnterInlined* enter = HEnterInlined::cast(instr);
149 last_simulate_ = HSimulate::cast(instr);
181 for (HInstruction* instr = block->end(); instr != NULL;
182 instr = instr->previous())
    [all...]
hydrogen-escape-analysis.cc 46 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 != allocate) continue
    [all...]
lithium-codegen.h 38 virtual void GenerateBodyInstructionPre(LInstruction* instr) {}
39 virtual void GenerateBodyInstructionPost(LInstruction* instr) {}
hydrogen-gvn.h 66 SideEffects ComputeChanges(HInstruction* instr);
67 SideEffects ComputeDependsOn(HInstruction* instr);
116 bool ShouldMove(HInstruction* instr, HBasicBlock* loop_header);
  /external/llvm/utils/
codegen-diff 13 my ($addr, $bytes, $instr) = ($1, $2, $4);
16 $instr =~ s/\s*(.*\S)\s*/$1/;
17 push (@result, {'addr' => $addr, 'bytes' => $bytes, 'instr' => $instr});
18 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
33 my ($addr, $bytes, $instr) = ($1, $3, $2);
37 $instr =~ s/\s*(.*\S)\s*/$1/;
38 push (@result, {'addr' => $addr, 'bytes' => $bytes, 'instr' => $instr});
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 245 Instr* pc = reinterpret_cast<Instr*>(pc_);
246 Instr* instr = reinterpret_cast<Instr*>(instructions); local
248 *(pc + i) = *(instr + i);
407 const Instr kPopInstruction =
412 const Instr kPushRegPattern =
416 const Instr kPopRegPattern =
419 const Instr kMovLrPc = al | MOV | kRegister_pc_Code | kRegister_lr_Code * B12
750 Instr instr = instr_at(pos); local
767 Instr instr = instr_at(pos); local
862 Instr instr = instr_at(l.pos()); local
1787 Instr instr; local
3369 Instr instr = instr_at(rinfo.pc()); local
3410 Instr instr = instr_at(rinfo.pc()); local
    [all...]
constants-arm.h 25 inline int DecodeConstantPoolLength(int instr) {
26 ASSERT((instr & kConstantPoolMarkerMask) == kConstantPoolMarker);
27 return ((instr >> 4) & 0xfff0) | (instr & 0xf);
55 // General constants are in an anonymous enum in class Instr.
120 // Instr is merely used by the Assembler to distinguish 32bit integers
124 typedef int32_t Instr;
415 extern const Instr kPopInstruction;
419 extern const Instr kPushRegPattern;
423 extern const Instr kPopRegPattern
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 119 replace_slotN_contents(char *bundle, long long instr, int slotnum) {
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, slotnum)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
MethodItem.java 96 final int instr = blockSizes [b]; local
98 totalBlockInstr += instr;
102 coverageBlockInstr += instr;
125 final int instr = blockSizes [b]; local
127 thisLineTotalInstr += instr;
131 thisLineCoverageInstr += instr;
  /frameworks/testing/support/src/android/support/test/internal/runner/listener/
CoverageListener.java 55 public void setInstrumentation(Instrumentation instr) {
56 super.setInstrumentation(instr);
58 mCoverageFilePath = instr.getTargetContext().getFilesDir().getAbsolutePath() +
  /art/disassembler/
disassembler_x86.h 34 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
  /frameworks/testing/support/src/android/support/test/internal/runner/junit3/
AndroidSuiteBuilder.java 38 public AndroidSuiteBuilder(Instrumentation instr, Bundle bundle, boolean skipExecution) {
39 mInstr = instr;
  /external/chromium_org/ppapi/generators/
idl_gen_pnacl.py 224 def CleanString(instr):
225 instr = instr.strip()
226 instr = instr.split()
227 return ' '.join(instr)
243 instr = node.GetOneOf('Comment')
244 if not instr: continue
245 instr.Dump()
246 old.append(instr.GetName()
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 189 struct instruction *instr, int n);
279 instrs: instrs '\n' instr
280 | instr
283 instr: bytes ':' bitfieldopt kID bitfieldopt optargs label
771 struct instruction *instr, int n)
788 if (instr->operands[n].str != NULL)
793 instr->operands[n].str = runp->str;
836 if (instr->operands[n].off1 == 0)
837 instr->operands[n].off1 = bitoff;
838 else if (instr->operands[n].off2 == 0
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 119 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
124 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
125 std::cout << "1.Instruction: " << instr << std::endl;
131 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
132 std::cout << "1.Instruction: " << instr << std::endl;
137 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
138 std::cout << "2.Instruction: " << instr << std::endl;
144 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
145 std::cout << "3.Instruction: " << instr << std::endl;
165 std::string instr = instruction->GetInstruction()->DumpString(NULL)
177 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
195 std::string instr = invoke->GetInstruction()->DumpString(NULL); local
219 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
231 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
239 std::string instr = instruction->GetInstruction()->DumpString(NULL); local
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 718 # instr<n>: Instrumentation flag for line n
845 my $instr; # Contents of graph file part 2
940 ($instr, $graph) = read_bbg($bb_filename);
944 ($instr, $graph) = read_bb($bb_filename);
949 ($instr, $graph) = read_gcno($bb_filename);
954 $base_dir = find_base_from_graph($base_dir, $instr, $graph);
957 ($instr, $graph) = adjust_graph_filenames($base_dir, $instr, $graph);
1060 @unprocessed = keys(%{$instr});
1099 @matches = match_filename($source, keys(%{$instr}));
    [all...]
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 298 Instrumentation instr = this.getInstrumentation(); local
314 instr.callActivityOnPause(mActivity);
329 instr.callActivityOnResume(mActivity);
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 26 u8 *instr; member in struct:alt_instr

Completed in 1440 milliseconds

1 2 34 5 6 7 8 91011>>