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