tag | line | file | source code |
instruction_address | 47 | arch/i386/math-emu/fpu_aux.c | instruction_address.offset = 0; |
instruction_address | 48 | arch/i386/math-emu/fpu_aux.c | instruction_address.selector = 0; |
instruction_address | 49 | arch/i386/math-emu/fpu_aux.c | instruction_address.opcode = 0; |
instruction_address | 292 | arch/i386/math-emu/fpu_entry.c | instruction_address.selector = status_word(); |
instruction_address | 569 | arch/i386/math-emu/fpu_entry.c | instruction_address = entry_sel_off; |
instruction_address | 1164 | arch/i386/math-emu/reg_ld_str.c | instruction_address.offset = get_fs_word((unsigned short *) (s+6)); |
instruction_address | 1165 | arch/i386/math-emu/reg_ld_str.c | instruction_address.selector = get_fs_word((unsigned short *) (s+8)); |
instruction_address | 1172 | arch/i386/math-emu/reg_ld_str.c | instruction_address.offset |
instruction_address | 1173 | arch/i386/math-emu/reg_ld_str.c | += (instruction_address.selector & 0xf000) << 4; |
instruction_address | 1184 | arch/i386/math-emu/reg_ld_str.c | instruction_address.offset = get_fs_long((unsigned long *) (s+0x0c)); |
instruction_address | 1185 | arch/i386/math-emu/reg_ld_str.c | instruction_address.selector = get_fs_word((unsigned short *) (s+0x10)); |
instruction_address | 1186 | arch/i386/math-emu/reg_ld_str.c | instruction_address.opcode = get_fs_word((unsigned short *) (s+0x12)); |
instruction_address | 1305 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.offset, (unsigned short *) (d+6)); |
instruction_address | 1309 | arch/i386/math-emu/reg_ld_str.c | put_fs_word((instruction_address.offset & 0xf0000) >> 4, |
instruction_address | 1316 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.selector, (unsigned short *) (d+8)); |
instruction_address | 1336 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(instruction_address.offset, (unsigned long *) (d+0x0c)); |
instruction_address | 1337 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.selector, (unsigned short *) (d+0x10)); |
instruction_address | 1338 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.opcode, (unsigned short *) (d+0x12)); |