Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2233 uint64_t isig; in helper_fyl2x() local
2237 isig = int_exp; in helper_fyl2x()
2238 isig <<= shift; in helper_fyl2x()
2243 add128(isig, 0, asig0, asig1, &asig0, &asig1); in helper_fyl2x()
2245 sub128(isig, 0, asig0, asig1, &asig0, &asig1); in helper_fyl2x()
/openbmc/linux/drivers/tty/
H A Dn_tty.c1095 static void isig(int sig, struct tty_struct *tty) in isig() function
1149 isig(SIGINT, tty); in n_tty_receive_break()
1213 isig(signal, tty); in n_tty_receive_signal_char()