taglinefilesource code
instruction_address47drivers/FPU-emu/fpu_aux.cinstruction_address.offset = 0;
instruction_address48drivers/FPU-emu/fpu_aux.cinstruction_address.selector = 0;
instruction_address49drivers/FPU-emu/fpu_aux.cinstruction_address.opcode = 0;
instruction_address293drivers/FPU-emu/fpu_entry.cinstruction_address.selector = status_word();
instruction_address570drivers/FPU-emu/fpu_entry.cinstruction_address = entry_sel_off;
instruction_address1164drivers/FPU-emu/reg_ld_str.cinstruction_address.offset = get_fs_word((unsigned short *) (s+6));
instruction_address1165drivers/FPU-emu/reg_ld_str.cinstruction_address.selector = get_fs_word((unsigned short *) (s+8));
instruction_address1172drivers/FPU-emu/reg_ld_str.cinstruction_address.offset
instruction_address1173drivers/FPU-emu/reg_ld_str.c+= (instruction_address.selector & 0xf000) << 4;
instruction_address1184drivers/FPU-emu/reg_ld_str.cinstruction_address.offset = get_fs_long((unsigned long *) (s+0x0c));
instruction_address1185drivers/FPU-emu/reg_ld_str.cinstruction_address.selector = get_fs_word((unsigned short *) (s+0x10));
instruction_address1186drivers/FPU-emu/reg_ld_str.cinstruction_address.opcode = get_fs_word((unsigned short *) (s+0x12));
instruction_address1305drivers/FPU-emu/reg_ld_str.cput_fs_word(instruction_address.offset, (unsigned short *) (d+6));
instruction_address1309drivers/FPU-emu/reg_ld_str.cput_fs_word((instruction_address.offset & 0xf0000) >> 4,
instruction_address1316drivers/FPU-emu/reg_ld_str.cput_fs_word(instruction_address.selector, (unsigned short *) (d+8));
instruction_address1336drivers/FPU-emu/reg_ld_str.cput_fs_long(instruction_address.offset, (unsigned long *) (d+0x0c));
instruction_address1337drivers/FPU-emu/reg_ld_str.cput_fs_word(instruction_address.selector, (unsigned short *) (d+0x10));
instruction_address1338drivers/FPU-emu/reg_ld_str.cput_fs_word(instruction_address.opcode, (unsigned short *) (d+0x12));