Home
last modified time | relevance | path

Searched refs:cpu_is_bigendian (Results 1 – 4 of 4) sorted by relevance

/qemu/target/mips/tcg/
H A Dldst_helper.c56 static inline bool cpu_is_bigendian(CPUMIPSState *env) in cpu_is_bigendian() function
68 if (!cpu_is_bigendian(env)) { in get_lmask()
79 int dir = cpu_is_bigendian(env) ? 1 : -1; in helper_swl()
103 int dir = cpu_is_bigendian(env) ? 1 : -1; in helper_swr()
133 int dir = cpu_is_bigendian(env) ? 1 : -1; in helper_sdl()
177 int dir = cpu_is_bigendian(env) ? 1 : -1; in helper_sdr()
H A Dtranslate.h238 static inline bool cpu_is_bigendian(DisasContext *ctx) in cpu_is_bigendian() function
H A Dnanomips_translate.c.inc1002 if (cpu_is_bigendian(ctx)) {
1034 if (cpu_is_bigendian(ctx)) {
H A Dtranslate.c2013 if (!cpu_is_bigendian(ctx)) { in gen_lxl()
2040 if (cpu_is_bigendian(ctx)) { in gen_lxr()
10859 if (cpu_is_bigendian(ctx)) { in gen_flt3_arith()