HomeSort by relevance Sort by last modified time
    Searched refs:Instr (Results 51 - 66 of 66) sorted by null

1 23

  /external/v8/src/arm/
code-stubs-arm.h 498 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
499 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
    [all...]
ic-arm.cc 1704 Instr instr = Assembler::instr_at(cmp_instruction_address); local
    [all...]
macro-assembler-arm.cc 138 Instr mov_instr = cond | MOV | LeaveCC;
    [all...]
simulator-arm.cc 59 void Stop(Instruction* instr);
63 static const Instr kBreakpointInstr =
65 static const Instr kNopInstr = (al | (13*B21));
104 void ArmDebugger::Stop(Instruction* instr) {
106 uint32_t code = instr->SvcValue() & kStopCodeMask;
124 instr->SetInstructionBits(kNopInstr);
136 void ArmDebugger::Stop(Instruction* instr) {
138 uint32_t code = instr->SvcValue() & kStopCodeMask;
707 Instruction* instr) {
708 intptr_t address = reinterpret_cast<intptr_t>(instr);
1678 get_sinteger_from_s_register(reg), instr); local
3301 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); local
3310 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 513 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
514 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
    [all...]
ic-mips.cc 1702 Instr instr = Assembler::instr_at(andi_instruction_address); local
    [all...]
simulator-mips.cc 78 void Stop(Instruction* instr);
86 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6;
87 static const Instr kNopInstr = 0x0;
125 void MipsDebugger::Stop(Instruction* instr) {
127 uint32_t code = instr->Bits(25, 6);
130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
145 instr->SetInstructionBits(kNopInstr);
146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
159 void MipsDebugger::Stop(Instruction* instr) {
161 uint32_t code = instr->Bits(25, 6)
405 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); local
    [all...]
macro-assembler-mips.cc 564 addiu(rd, rs, -rt.imm32_); // No subiu instr, use addiu(x, y, -imm).
5410 Instr instr = Assembler::instr_at(masm_.pc_); local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 552 // If this machine instr is an inline asm, measure it.
576 // If this machine instr is a constant pool entry, its size is recorded as
    [all...]
ARMFastISel.cpp     [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 78 void Stop(Instruction* instr);
86 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6;
87 static const Instr kNopInstr = 0x0;
125 void MipsDebugger::Stop(Instruction* instr) {
127 uint32_t code = instr->Bits(25, 6);
130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
145 instr->SetInstructionBits(kNopInstr);
146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
159 void MipsDebugger::Stop(Instruction* instr) {
161 uint32_t code = instr->Bits(25, 6)
405 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); local
    [all...]
macro-assembler-mips.cc 564 addiu(rd, rs, -rt.imm32_); // No subiu instr, use addiu(x, y, -imm).
5587 Instr instr = Assembler::instr_at(masm_.pc_); local
    [all...]