Searched refs:instruction_address (Results 1 – 4 of 4) sorted by relevance
43 instruction_address.offset = 0; in finit()44 instruction_address.selector = 0; in finit()45 instruction_address.opcode = 0; in finit()
1193 FPU_get_user(instruction_address.offset, (unsigned short *) (s+6)); in fldenv()1194 FPU_get_user(instruction_address.selector, (unsigned short *) (s+8)); in fldenv()1201 instruction_address.offset in fldenv()1202 += (instruction_address.selector & 0xf000) << 4; in fldenv()1213 FPU_get_user(instruction_address.offset, (unsigned long *) (s+0x0c)); in fldenv()1214 FPU_get_user(instruction_address.selector, (unsigned short *) (s+0x10)); in fldenv()1215 FPU_get_user(instruction_address.opcode, (unsigned short *) (s+0x12)); in fldenv()1309 FPU_put_user(instruction_address.offset, (unsigned short *) (d+6)); in fstenv()1313 FPU_put_user((instruction_address.offset & 0xf0000) >> 4, in fstenv()1320 FPU_put_user(instruction_address.selector, (unsigned short *) (d+8)); in fstenv()
64 #define instruction_address (*(struct address *)&I387.soft.fip) macro
552 instruction_address = entry_sel_off; in math_emulate()