• Home
  • Raw
  • Download

Lines Matching refs:intptr_t

183   void set_register(int reg, intptr_t value);
184 intptr_t get_register(int reg) const;
204 void set_pc(intptr_t value);
205 intptr_t get_pc() const;
208 return reinterpret_cast<Address>(static_cast<intptr_t>(get_register(sp))); in get_sp()
225 intptr_t Call(byte* entry, int argument_count, ...);
276 intptr_t* start_address, intptr_t* end_address);
291 inline uint8_t ReadBU(intptr_t addr);
292 inline int8_t ReadB(intptr_t addr);
293 inline void WriteB(intptr_t addr, uint8_t value);
294 inline void WriteB(intptr_t addr, int8_t value);
296 inline uint16_t ReadHU(intptr_t addr, Instruction* instr);
297 inline int16_t ReadH(intptr_t addr, Instruction* instr);
299 inline void WriteH(intptr_t addr, uint16_t value, Instruction* instr);
300 inline void WriteH(intptr_t addr, int16_t value, Instruction* instr);
302 inline uint32_t ReadWU(intptr_t addr, Instruction* instr);
303 inline int32_t ReadW(intptr_t addr, Instruction* instr);
304 inline void WriteW(intptr_t addr, uint32_t value, Instruction* instr);
305 inline void WriteW(intptr_t addr, int32_t value, Instruction* instr);
307 intptr_t* ReadDW(intptr_t addr);
308 void WriteDW(intptr_t addr, int64_t value);
311 void SetCR0(intptr_t result, bool setSO = false);
334 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
344 void GetFpArgs(double* x, double* y, intptr_t* z);
354 intptr_t registers_[kNumGPRs];
357 intptr_t special_reg_lr_;
358 intptr_t special_reg_pc_;
359 intptr_t special_reg_ctr_;
405 FUNCTION_ADDR(entry), 5, (intptr_t)p0, (intptr_t)p1, (intptr_t)p2, \
406 (intptr_t)p3, (intptr_t)p4))
410 Simulator::current(isolate)->Call(entry, 10, (intptr_t)p0, (intptr_t)p1, \
411 (intptr_t)p2, (intptr_t)p3, (intptr_t)p4, \
412 (intptr_t)p5, (intptr_t)p6, (intptr_t)p7, \
413 (intptr_t)NULL, (intptr_t)p8)