diff options
author | Philippe Mathieu-Daudé | 2021-08-18 12:11:30 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-08-25 13:02:14 +0200 |
commit | 4885b99a6e05d16f40af18a062a5cb45fa92ec27 (patch) | |
tree | 9ccc724ff7329e8c5bdc50ad8023d6dd2978ca37 /migration/trace.h | |
parent | target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpers (diff) | |
download | qemu-4885b99a6e05d16f40af18a062a5cb45fa92ec27.tar.gz qemu-4885b99a6e05d16f40af18a062a5cb45fa92ec27.tar.xz qemu-4885b99a6e05d16f40af18a062a5cb45fa92ec27.zip |
target/mips: Replace GET_LMASK() macro by get_lmask(32) function
The target endianess information is stored in the BigEndian
bit of the Config0 register in CP0.
Replace the GET_LMASK() macro by an inlined get_lmask() function,
passing CPUMIPSState and the word size as argument.
We can remove one use of the TARGET_WORDS_BIGENDIAN definition.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210818215517.2560994-3-f4bug@amsat.org>
Diffstat (limited to 'migration/trace.h')
0 files changed, 0 insertions, 0 deletions