x87.isa (7087:fb8d5786ff30) x87.isa (8106:4a194d4f6fb0)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

--- 277 unchanged lines hidden (view full) ---

286 0x7: decode MODRM_MOD {
287 0x3: fdivp();
288 default: fidivr();
289 }
290 }
291 //0x7: esc7();
292 0x7: decode MODRM_REG {
293 0x0: decode MODRM_MOD {
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

--- 277 unchanged lines hidden (view full) ---

286 0x7: decode MODRM_MOD {
287 0x3: fdivp();
288 default: fidivr();
289 }
290 }
291 //0x7: esc7();
292 0x7: decode MODRM_REG {
293 0x0: decode MODRM_MOD {
294 0x3: Inst::UD2();
294 // The ffreep instruction isn't entirely real. It should work
295 // the same as ffree but then also pop the register stack.
296 0x3: ffreep();
295 default: fild();
296 }
297 0x1: decode MODRM_MOD {
298 0x3: Inst::UD2();
299 default: fisttp();
300 }
301 0x2: decode MODRM_MOD {
302 0x3: Inst::UD2();

--- 28 unchanged lines hidden ---
297 default: fild();
298 }
299 0x1: decode MODRM_MOD {
300 0x3: Inst::UD2();
301 default: fisttp();
302 }
303 0x2: decode MODRM_MOD {
304 0x3: Inst::UD2();

--- 28 unchanged lines hidden ---