HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 26 - 50 of 227) sorted by null

12 3 4 5 6 7 8 910

  /external/v8/src/mips/
simulator-mips.h 244 void Format(Instruction* instr, const char* format);
252 inline uint16_t ReadHU(int32_t addr, Instruction* instr);
253 inline int16_t ReadH(int32_t addr, Instruction* instr);
255 inline void WriteH(int32_t addr, uint16_t value, Instruction* instr);
256 inline void WriteH(int32_t addr, int16_t value, Instruction* instr);
258 inline int ReadW(int32_t addr, Instruction* instr);
259 inline void WriteW(int32_t addr, int value, Instruction* instr);
261 inline double ReadD(int32_t addr, Instruction* instr);
262 inline void WriteD(int32_t addr, double value, Instruction* instr);
273 void DecodeTypeRegister(Instruction* instr);
    [all...]
simulator-mips.cc 77 void Stop(Instruction* instr);
85 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6;
86 static const Instr kNopInstr = 0x0;
128 void MipsDebugger::Stop(Instruction* instr) {
130 char* str = reinterpret_cast<char*>(instr->InstructionBits());
136 instr->SetInstructionBits(0x0); // Overwrite with nop.
149 void MipsDebugger::Stop(Instruction* instr) {
150 const char* str = reinterpret_cast<char*>(instr->InstructionBits());
380 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); local
381 if (!(instr->IsTrap()) |
    [all...]
assembler-mips.cc 154 Instr* pc = reinterpret_cast<Instr*>(pc_);
155 Instr* instr = reinterpret_cast<Instr*>(instructions); local
157 *(pc + i) = *(instr + i);
204 const Instr kPopInstruction = ADDIU | (sp.code() << kRsShift)
207 const Instr kPushInstruction = ADDIU | (sp.code() << kRsShift)
210 const Instr kPushRegPattern = SW | (sp.code() << kRsShift)
213 const Instr kPopRegPattern = LW | (sp.code() << kRsShift
469 Instr instr = instr_at(pos); local
495 Instr instr = instr_at(pos); local
526 Instr instr = instr_at(l.pos()); local
629 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) local
642 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) local
656 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift) local
670 Instr instr = opcode | fmt | (rt.code() << kRtShift) local
683 Instr instr = local
696 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) local
707 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask); local
718 Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() << kFtShift) local
729 Instr instr = opcode | address; local
1246 Instr instr = SPECIAL | (1 << kRsShift) | (rt.code() << kRtShift) local
1256 Instr instr = SPECIAL | (rs.code() << kRsShift) | (rt.code() << kRtShift) local
1455 Instr instr = SPECIAL | TGE | rs.code() << kRsShift local
1463 Instr instr = SPECIAL | TGEU | rs.code() << kRsShift local
1471 Instr instr = local
1479 Instr instr = local
1488 Instr instr = local
1496 Instr instr = local
1822 Instr instr = COP1 | fmt | ft.code() << 16 | fs.code() << kFsShift local
1841 Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); local
1849 Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); local
    [all...]
  /dalvik/vm/mterp/x86/
binflop.S 10 $instr (rFP,%ecx,4) # ex: faddp
binflop2addr.S 12 $instr (rFP,rINST,4) # ex: faddp
binop.S 3 * Generic 32-bit binary operation. Provide an "instr" line that
15 $instr # ex: addl (rFP,%ecx,4),%eax
binop1.S 11 $instr # ex: addl %ecx,%eax
binop2addr.S 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" line
21 $instr # for ex: addl %eax,(rFP,%ecx,4)
binopLit16.S 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line
17 $instr # for example: addl %ecx, %eax
fpcvt.S 1 %default {"instr":"","load":"","store":""}
10 $instr
shop2addr.S 11 $instr # ex: sarl %cl,%eax
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
13 $instr
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 14 import com.vladium.emma.instr.FilterCfg;
15 import com.vladium.emma.instr.FilterCfg.filterElement;
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.h 42 bool getInstruction(MCInst &instr,
85 bool getInstruction(MCInst &instr,
  /external/valgrind/main/lackey/tests/
true.stderr.exp 18 IRStmts : guest instr = ... : ...
  /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/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 496 bool MBlazeDisassembler::getInstruction(MCInst &instr,
522 instr.setOpcode(opcode);
537 instr.addOperand(MCOperand::CreateReg(RD));
538 instr.addOperand(MCOperand::CreateReg(RB));
539 instr.addOperand(MCOperand::CreateReg(RA));
545 instr.addOperand(MCOperand::CreateReg(RD));
546 instr.addOperand(MCOperand::CreateReg(RA));
547 instr.addOperand(MCOperand::CreateReg(RB));
557 instr.addOperand(MCOperand::CreateReg(RD));
558 instr.addOperand(MCOperand::CreateImm(insn&0x3FFF))
    [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;
  /external/v8/src/arm/
assembler-arm.cc 129 Instr* pc = reinterpret_cast<Instr*>(pc_);
130 Instr* instr = reinterpret_cast<Instr*>(instructions); local
132 *(pc + i) = *(instr + i);
224 const Instr kPopInstruction =
228 const Instr kPushRegPattern =
232 const Instr kPopRegPattern =
235 const Instr kMovLrPc = al | MOV | pc.code() | lr.code() * B12
538 Instr instr = instr_at(pos); local
555 Instr instr = instr_at(pos); local
589 Instr instr = instr_at(l.pos()); local
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 50 # doing this and the previous instr
51 # with one instr was not faster
  /external/llvm/include/llvm/MC/
MCDisassembler.h 35 /// @param instr - An MCInst to populate with the contents of the
45 virtual bool getInstruction(MCInst& instr,
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 115 bool getInstruction(MCInst &instr,
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 3 * an "instr" line that specifies an instruction that performs
18 $instr @ s2<- op
fbinopWide2addr.S 3 * an "instr" line that specifies an instruction that performs
19 $instr @ d2<- op
funop.S 2 * Generic 32-bit unary floating-point operation. Provide an "instr"
14 $instr @ s1<- op

Completed in 1051 milliseconds

12 3 4 5 6 7 8 910