mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
With the overrides added in prior commits, this function is not used Remove references in macros.h Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230427230012.3800327-7-tsimpson@quicinc.com>
This commit is contained in:
parent
5c4b11e827
commit
9942f6a8b6
3 changed files with 0 additions and 35 deletions
|
@ -19,15 +19,11 @@
|
|||
#define HEXAGON_OP_HELPER_H
|
||||
|
||||
/* Misc functions */
|
||||
void write_new_pc(CPUHexagonState *env, bool pkt_has_multi_cof, target_ulong addr);
|
||||
|
||||
uint8_t mem_load1(CPUHexagonState *env, uint32_t slot, target_ulong vaddr);
|
||||
uint16_t mem_load2(CPUHexagonState *env, uint32_t slot, target_ulong vaddr);
|
||||
uint32_t mem_load4(CPUHexagonState *env, uint32_t slot, target_ulong vaddr);
|
||||
uint64_t mem_load8(CPUHexagonState *env, uint32_t slot, target_ulong vaddr);
|
||||
|
||||
void log_reg_write(CPUHexagonState *env, int rnum,
|
||||
target_ulong val);
|
||||
void log_store64(CPUHexagonState *env, target_ulong addr,
|
||||
int64_t val, int width, int slot);
|
||||
void log_store32(CPUHexagonState *env, target_ulong addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue