Lines Matching refs:cur_rh

306 	emu->cur_rh = (fetched >> 3) & 0x07;
668 return decode_rm_byte_register(emu, emu->cur_rh);
716 return decode_rm_word_register(emu, emu->cur_rh);
764 return decode_rm_long_register(emu, emu->cur_rh);
783 switch (emu->cur_rh) {
1777 destval = (*opc80_byte_operation[emu->cur_rh]) (emu, destval, imm);
1778 if (emu->cur_rh != 7)
1827 destval = (*opc81_long_operation[emu->cur_rh]) (emu, destval, imm);
1828 if (emu->cur_rh != 7)
1845 destval = (*opc81_word_operation[emu->cur_rh]) (emu, destval, imm);
1846 if (emu->cur_rh != 7)
1891 destval = (*opc82_byte_operation[emu->cur_rh]) (emu, destval, imm);
1892 if (emu->cur_rh != 7)
1936 destval = (*opc83_long_operation[emu->cur_rh]) (emu, destval, imm);
1937 if (emu->cur_rh != 7)
1949 destval = (*opc83_word_operation[emu->cur_rh]) (emu, destval, imm);
1950 if (emu->cur_rh != 7)
3162 destval = (*opcD0_byte_operation[emu->cur_rh]) (emu, destval, amt);
3213 destval = (*opcD1_long_operation[emu->cur_rh])
3220 destval = (*opcD1_word_operation[emu->cur_rh])
3252 if (emu->cur_rh != 0)
3276 if (emu->cur_rh != 0)
3297 if (emu->cur_rh != 0)
3441 destval = (*opcD0_byte_operation[emu->cur_rh]) (emu, destval, 1);
3457 destval = (*opcD1_long_operation[emu->cur_rh])(emu, destval, 1);
3464 destval = (*opcD1_word_operation[emu->cur_rh])(emu, destval, 1);
3480 destval = (*opcD0_byte_operation[emu->cur_rh])
3497 destval = (*opcD1_long_operation[emu->cur_rh])
3505 destval = (*opcD1_word_operation[emu->cur_rh])
3899 if (emu->cur_rh == 1)
3902 if (emu->cur_rh == 0) {
3908 switch (emu->cur_rh) {
3944 if (emu->cur_rh == 1)
3947 if (emu->cur_rh == 0) {
3962 switch (emu->cur_rh) {
3993 if (emu->cur_rh == 1)
3996 if (emu->cur_rh == 0) {
4011 switch (emu->cur_rh) {
4058 switch (emu->cur_rh) {
4072 switch (emu->cur_rh) {
4096 switch (emu->cur_rh) {
4111 switch (emu->cur_rh) {
4135 switch (emu->cur_rh) {
4150 switch (emu->cur_rh) {
4172 if ((emu->cur_mod == 3 && (emu->cur_rh == 3 || emu->cur_rh == 5)) ||
4173 emu->cur_rh == 7)
4175 if (emu->cur_rh == 0 || emu->cur_rh == 1 || emu->cur_rh == 6) {
4186 switch (emu->cur_rh) {
4204 switch (emu->cur_rh) {
5525 if (emu->cur_rh < 4)
5532 switch (emu->cur_rh) {
5555 if (emu->cur_rh < 4)
5561 switch (emu->cur_rh) {