Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Ddsp_helper.c926 uint8_t temp16; in mipsdsp_sub_u16_u16() local
930 temp16 = (temp >> 16) & 0x01; in mipsdsp_sub_u16_u16()
931 if (temp16 == 1) { in mipsdsp_sub_u16_u16()
940 uint8_t temp16; in mipsdsp_satu16_sub_u16_u16() local
944 temp16 = (temp >> 16) & 0x01; in mipsdsp_satu16_sub_u16_u16()
946 if (temp16 == 1) { in mipsdsp_satu16_sub_u16_u16()