Lines Matching refs:rl
97 int mod, rl, rh;
102 FETCH_DECODE_MODRM(mod, rh, rl);
105 DECODE_PRINTINSTR32(x86emu_fpu_op_d9_tab, mod, rh, rl);
107 DECODE_PRINTF(x86emu_fpu_op_d9_tab1[(rh << 3) + rl]);
112 destoffset = decode_rm00_address(rl);
116 destoffset = decode_rm01_address(rl);
120 destoffset = decode_rm10_address(rl);
124 stkelem = (u8)rl;
144 switch (rl) {
156 switch (rl) {
177 switch (rl) {
207 switch (rl) {
236 switch (rl) {
327 int mod, rl, rh;
332 FETCH_DECODE_MODRM(mod, rh, rl);
333 DECODE_PRINTINSTR32(x86emu_fpu_op_da_tab, mod, rh, rl);
336 destoffset = decode_rm00_address(rl);
340 destoffset = decode_rm01_address(rl);
344 destoffset = decode_rm10_address(rl);
348 stkelem = (u8)rl;
411 int mod, rl, rh;
415 FETCH_DECODE_MODRM(mod, rh, rl);
418 DECODE_PRINTINSTR32(x86emu_fpu_op_db_tab, mod, rh, rl);
420 switch (rl) {
435 DECODE_PRINTF2("ESC_DB %0x\n", (mod << 6) + (rh << 3) + (rl));
440 destoffset = decode_rm00_address(rl);
443 destoffset = decode_rm01_address(rl);
446 destoffset = decode_rm10_address(rl);
457 switch (rl) {
540 int mod, rl, rh;
545 FETCH_DECODE_MODRM(mod, rh, rl);
546 DECODE_PRINTINSTR32(x86emu_fpu_op_dc_tab, mod, rh, rl);
549 destoffset = decode_rm00_address(rl);
553 destoffset = decode_rm01_address(rl);
557 destoffset = decode_rm10_address(rl);
561 stkelem = (u8)rl;
653 int mod, rl, rh;
658 FETCH_DECODE_MODRM(mod, rh, rl);
659 DECODE_PRINTINSTR32(x86emu_fpu_op_dd_tab, mod, rh, rl);
662 destoffset = decode_rm00_address(rl);
666 destoffset = decode_rm01_address(rl);
670 destoffset = decode_rm10_address(rl);
674 stkelem = (u8)rl;
763 int mod, rl, rh;
768 FETCH_DECODE_MODRM(mod, rh, rl);
769 DECODE_PRINTINSTR32(x86emu_fpu_op_de_tab, mod, rh, rl);
772 destoffset = decode_rm00_address(rl);
776 destoffset = decode_rm01_address(rl);
780 destoffset = decode_rm10_address(rl);
784 stkelem = (u8)rl;
885 int mod, rl, rh;
890 FETCH_DECODE_MODRM(mod, rh, rl);
891 DECODE_PRINTINSTR32(x86emu_fpu_op_df_tab, mod, rh, rl);
894 destoffset = decode_rm00_address(rl);
898 destoffset = decode_rm01_address(rl);
902 destoffset = decode_rm10_address(rl);
906 stkelem = (u8)rl;