Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1041 #define MIPSDSP_LHI 0xFFFFFFFF00000000ull macro
2061 ((dotp & MIPSDSP_LHI) >> 32); \
2206 ((tempC & MIPSDSP_LHI) >> 32); \
2308 env->active_tc.HI[ac] = (target_long)(int32_t)((acc & MIPSDSP_LHI) >> 32); \
2345 ((acc & MIPSDSP_LHI) >> 32); \
2393 ((tempC & MIPSDSP_LHI) >> 32); \
2506 ((temp & MIPSDSP_LHI) >> 32); \
2642 ((tempL & MIPSDSP_LHI) >> 32); \
2665 MIPSDSP_LHI) >> 32); \
2693 tempI = (tempL & MIPSDSP_LHI) >> 32; \
[all …]