x87.isa (5162:5af26efb306e) x87.isa (6619:de112a8ac3d8)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

244 0x0: decode MODRM_MOD {
245 0x3: ffree();
246 default: Inst::FLD(Mq);
247 }
248 0x1: decode MODRM_MOD {
249 0x3: Inst::UD2();
250 default: fisttp();
251 }
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

244 0x0: decode MODRM_MOD {
245 0x3: ffree();
246 default: Inst::FLD(Mq);
247 }
248 0x1: decode MODRM_MOD {
249 0x3: Inst::UD2();
250 default: fisttp();
251 }
252 0x2: Inst::FST(Mq);
253 0x3: Inst::FSTP(Mq);
252 0x2: Inst::FST(Eq);
253 0x3: Inst::FSTP(Eq);
254 0x4: decode MODRM_MOD {
255 0x3: fucom();
256 default: frstor();
257 }
258 0x5: decode MODRM_MOD {
259 0x3: fucomp();
260 default: Inst::UD2();
261 }

--- 87 unchanged lines hidden ---
254 0x4: decode MODRM_MOD {
255 0x3: fucom();
256 default: frstor();
257 }
258 0x5: decode MODRM_MOD {
259 0x3: fucomp();
260 default: Inst::UD2();
261 }

--- 87 unchanged lines hidden ---