Lines Matching refs:cur_rh
311 emu->cur_rh = (fetched >> 3) & 0x07;
656 return decode_rm_byte_register(emu, emu->cur_rh);
703 return decode_rm_word_register(emu, emu->cur_rh);
750 return decode_rm_long_register(emu, emu->cur_rh);
768 switch (emu->cur_rh) {
1734 destval = (*opc80_byte_operation[emu->cur_rh]) (emu, destval, imm);
1735 if (emu->cur_rh != 7)
1781 destval = (*opc81_long_operation[emu->cur_rh]) (emu, destval, imm);
1782 if (emu->cur_rh != 7)
1799 destval = (*opc81_word_operation[emu->cur_rh]) (emu, destval, imm);
1800 if (emu->cur_rh != 7)
1843 destval = (*opc82_byte_operation[emu->cur_rh]) (emu, destval, imm);
1844 if (emu->cur_rh != 7)
1885 destval = (*opc83_long_operation[emu->cur_rh]) (emu, destval, imm);
1886 if (emu->cur_rh != 7)
1898 destval = (*opc83_word_operation[emu->cur_rh]) (emu, destval, imm);
1899 if (emu->cur_rh != 7)
3050 destval = (*opcD0_byte_operation[emu->cur_rh]) (emu, destval, amt);
3098 destval = (*opcD1_long_operation[emu->cur_rh]) (emu, destval, amt);
3104 destval = (*opcD1_word_operation[emu->cur_rh]) (emu, destval, amt);
3133 if (emu->cur_rh != 0)
3156 if (emu->cur_rh != 0)
3177 if (emu->cur_rh != 0)
3311 destval = (*opcD0_byte_operation[emu->cur_rh]) (emu, destval, 1);
3326 destval = (*opcD1_long_operation[emu->cur_rh]) (emu, destval, 1);
3333 destval = (*opcD1_word_operation[emu->cur_rh]) (emu, destval, 1);
3348 destval = (*opcD0_byte_operation[emu->cur_rh]) (emu, destval, emu->x86.R_CL);
3363 destval = (*opcD1_long_operation[emu->cur_rh]) (emu, destval, emu->x86.R_CL);
3370 destval = (*opcD1_word_operation[emu->cur_rh]) (emu, destval, emu->x86.R_CL);
3741 if (emu->cur_rh == 1)
3744 if (emu->cur_rh == 0) {
3750 switch (emu->cur_rh) {
3785 if (emu->cur_rh == 1)
3788 if (emu->cur_rh == 0) {
3803 switch (emu->cur_rh) {
3834 if (emu->cur_rh == 1)
3837 if (emu->cur_rh == 0) {
3852 switch (emu->cur_rh) {
3898 switch (emu->cur_rh) {
3912 switch (emu->cur_rh) {
3935 switch (emu->cur_rh) {
3950 switch (emu->cur_rh) {
3974 switch (emu->cur_rh) {
3989 switch (emu->cur_rh) {
4011 if ((emu->cur_mod == 3 && (emu->cur_rh == 3 || emu->cur_rh == 5)) || emu->cur_rh == 7)
4013 if (emu->cur_rh == 0 || emu->cur_rh == 1 || emu->cur_rh == 6) {
4024 switch (emu->cur_rh) {
4042 switch (emu->cur_rh) {
5339 if (emu->cur_rh < 4)
5346 switch (emu->cur_rh) {
5369 if (emu->cur_rh < 4)
5375 switch (emu->cur_rh) {