HomeSort by relevance Sort by last modified time
    Searched refs:currentInstr_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
simulator-mips.h 326 Instruction* currentInstr_;
328 inline Instruction* get_instr() const { return currentInstr_; }
329 inline void set_instr(Instruction* instr) { currentInstr_ = instr; }
331 inline int32_t rs_reg() const { return currentInstr_->RsValue(); }
336 inline int32_t rt_reg() const { return currentInstr_->RtValue(); }
341 inline int32_t rd_reg() const { return currentInstr_->RdValue(); }
342 inline int32_t fr_reg() const { return currentInstr_->FrValue(); }
343 inline int32_t fs_reg() const { return currentInstr_->FsValue(); }
344 inline int32_t ft_reg() const { return currentInstr_->FtValue(); }
345 inline int32_t fd_reg() const { return currentInstr_->FdValue();
    [all...]
  /external/v8/src/mips64/
simulator-mips64.h 362 Instruction* currentInstr_;
363 inline Instruction* get_instr() const { return currentInstr_; }
364 inline void set_instr(Instruction* instr) { currentInstr_ = instr; }
366 inline int32_t rs_reg() const { return currentInstr_->RsValue(); }
371 inline int32_t rt_reg() const { return currentInstr_->RtValue(); }
376 inline int32_t rd_reg() const { return currentInstr_->RdValue(); }
377 inline int32_t fr_reg() const { return currentInstr_->FrValue(); }
378 inline int32_t fs_reg() const { return currentInstr_->FsValue(); }
379 inline int32_t ft_reg() const { return currentInstr_->FtValue(); }
380 inline int32_t fd_reg() const { return currentInstr_->FdValue();
    [all...]

Completed in 2571 milliseconds