Home | History | Annotate | Download | only in arm

Lines Matching full:value

125   // Accessors for register state. Reading the pc value adheres to the ARM
128 void set_register(int reg, int32_t value);
132 void set_s_register(int reg, unsigned int value);
138 void set_s_register_from_sinteger(int reg, const int value);
141 // Special case of set_register and get_register to access the raw PC value.
142 void set_pc(int32_t value);
167 // Known bad pc value to ensure that the simulator does not execute
170 // A pc value used to signal the simulator to stop execution. Generally
171 // the lr is set to this value on transition from native C code to
208 inline void WriteB(int32_t addr, uint8_t value);
209 inline void WriteB(int32_t addr, int8_t value);
213 // Note: Overloaded on the sign of the value.
214 inline void WriteH(int32_t addr, uint16_t value, Instr* instr);
215 inline void WriteH(int32_t addr, int16_t value, Instr* instr);
218 inline void WriteW(int32_t addr, int value, Instr* instr);