Home
last modified time | relevance | path

Searched refs:rm_ (Results 1 – 3 of 3) sorted by relevance

/external/webkit/V8Binding/v8/src/arm/
Dassembler-arm-inl.h146 rm_ = no_reg; in Operand()
153 rm_ = no_reg; in Operand()
160 rm_ = no_reg; in Operand()
167 rm_ = no_reg; in Operand()
174 rm_ = no_reg; in Operand()
181 rm_ = no_reg; in Operand()
188 rm_ = rm; in Operand()
196 return rm_.is_valid() && in is_reg()
Dassembler-arm.cc113 rm_ = no_reg; in Operand()
131 rm_ = rm; in Operand()
146 rm_ = rm; in Operand()
155 rm_ = no_reg; in MemOperand()
162 rm_ = rm; in MemOperand()
173 rm_ = rm; in MemOperand()
529 if (!x.rm_.is_valid()) { in addrmod1()
553 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod1()
556 ASSERT(!rn.is(pc) && !rd.is(pc) && !x.rm_.is(pc) && !x.rs_.is(pc)); in addrmod1()
557 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code(); in addrmod1()
[all …]
Dassembler-arm.h329 Register rm() const { return rm_; } in rm()
332 Register rm_;
366 Register rm_; // register offset variable