Searched defs:is_right (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/target-i386/
H A Dtranslate.c1610 int is_right, int is_arith)
1632 if (is_right) {
1669 if (is_right)
1682 int is_right, int is_arith)
1694 if (is_right) {
1720 if (is_right)
1735 static void gen_rot_rm_T1(DisasContext *s, int ot, int op1, int is_right) argument
1780 if (is_right) {
1811 if (is_right) {
1826 int is_right)
1609 gen_shift_rm_T1(DisasContext *s, int ot, int op1, int is_right, int is_arith) argument
1681 gen_shift_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right, int is_arith) argument
1825 gen_rot_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right) argument
1901 gen_rotc_rm_T1(DisasContext *s, int ot, int op1, int is_right) argument
1958 gen_shiftd_rm_T1_T3(DisasContext *s, int ot, int op1, int is_right) argument
[all...]

Completed in 51 milliseconds