Lines Matching defs:rl

99     int mod, rl, rh;
104 FETCH_DECODE_MODRM(mod, rh, rl);
107 DECODE_PRINTINSTR32(x86emu_fpu_op_d9_tab, mod, rh, rl);
110 DECODE_PRINTF(x86emu_fpu_op_d9_tab1[(rh << 3) + rl]);
115 destoffset = decode_rm00_address(rl);
119 destoffset = decode_rm01_address(rl);
123 destoffset = decode_rm10_address(rl);
127 stkelem = (u8) rl;
148 switch (rl) {
160 switch (rl) {
181 switch (rl) {
211 switch (rl) {
240 switch (rl) {
332 int mod, rl, rh;
337 FETCH_DECODE_MODRM(mod, rh, rl);
338 DECODE_PRINTINSTR32(x86emu_fpu_op_da_tab, mod, rh, rl);
341 destoffset = decode_rm00_address(rl);
345 destoffset = decode_rm01_address(rl);
349 destoffset = decode_rm10_address(rl);
353 stkelem = (u8) rl;
417 int mod, rl, rh;
421 FETCH_DECODE_MODRM(mod, rh, rl);
424 DECODE_PRINTINSTR32(x86emu_fpu_op_db_tab, mod, rh, rl);
427 switch (rl) {
443 DECODE_PRINTF2("ESC_DB %0x\n", (mod << 6) + (rh << 3) + (rl));
448 destoffset = decode_rm00_address(rl);
451 destoffset = decode_rm01_address(rl);
454 destoffset = decode_rm10_address(rl);
465 switch (rl) {
549 int mod, rl, rh;
554 FETCH_DECODE_MODRM(mod, rh, rl);
555 DECODE_PRINTINSTR32(x86emu_fpu_op_dc_tab, mod, rh, rl);
558 destoffset = decode_rm00_address(rl);
562 destoffset = decode_rm01_address(rl);
566 destoffset = decode_rm10_address(rl);
570 stkelem = (u8) rl;
663 int mod, rl, rh;
668 FETCH_DECODE_MODRM(mod, rh, rl);
669 DECODE_PRINTINSTR32(x86emu_fpu_op_dd_tab, mod, rh, rl);
672 destoffset = decode_rm00_address(rl);
676 destoffset = decode_rm01_address(rl);
680 destoffset = decode_rm10_address(rl);
684 stkelem = (u8) rl;
773 int mod, rl, rh;
778 FETCH_DECODE_MODRM(mod, rh, rl);
779 DECODE_PRINTINSTR32(x86emu_fpu_op_de_tab, mod, rh, rl);
782 destoffset = decode_rm00_address(rl);
786 destoffset = decode_rm01_address(rl);
790 destoffset = decode_rm10_address(rl);
794 stkelem = (u8) rl;
896 int mod, rl, rh;
901 FETCH_DECODE_MODRM(mod, rh, rl);
902 DECODE_PRINTINSTR32(x86emu_fpu_op_df_tab, mod, rh, rl);
905 destoffset = decode_rm00_address(rl);
909 destoffset = decode_rm01_address(rl);
913 destoffset = decode_rm10_address(rl);
917 stkelem = (u8) rl;