tag | line | file | source code |
operand_address | 45 | arch/i386/math-emu/fpu_aux.c | operand_address.offset = 0; |
operand_address | 46 | arch/i386/math-emu/fpu_aux.c | operand_address.selector = 0; |
operand_address | 293 | arch/i386/math-emu/fpu_entry.c | operand_address.selector = tag_word(); |
operand_address | 494 | arch/i386/math-emu/fpu_entry.c | operand_address = data_sel_off; |
operand_address | 502 | arch/i386/math-emu/fpu_entry.c | operand_address = data_sel_off; |
operand_address | 515 | arch/i386/math-emu/fpu_entry.c | operand_address.offset = 0; |
operand_address | 516 | arch/i386/math-emu/fpu_entry.c | operand_address.selector = FPU_DS; |
operand_address | 1166 | arch/i386/math-emu/reg_ld_str.c | operand_address.offset = get_fs_word((unsigned short *) (s+0x0a)); |
operand_address | 1167 | arch/i386/math-emu/reg_ld_str.c | operand_address.selector = get_fs_word((unsigned short *) (s+0x0c)); |
operand_address | 1174 | arch/i386/math-emu/reg_ld_str.c | operand_address.offset += (operand_address.selector & 0xf000) << 4; |
operand_address | 1187 | arch/i386/math-emu/reg_ld_str.c | operand_address.offset = get_fs_long((unsigned long *) (s+0x14)); |
operand_address | 1188 | arch/i386/math-emu/reg_ld_str.c | operand_address.selector = get_fs_long((unsigned long *) (s+0x18)); |
operand_address | 1306 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(operand_address.offset, (unsigned short *) (d+0x0a)); |
operand_address | 1311 | arch/i386/math-emu/reg_ld_str.c | put_fs_word((operand_address.offset & 0xf0000) >> 4, |
operand_address | 1317 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(operand_address.selector, (unsigned short *) (d+0x0c)); |
operand_address | 1339 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(operand_address.offset, (unsigned long *) (d+0x14)); |
operand_address | 1342 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(operand_address.selector, (unsigned short *) (d+0x18)); |
operand_address | 1345 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(operand_address.selector, (unsigned long *) (d+0x18)); |