formats.isa (10529:05b5a6cf3521) formats.isa (12169:6d567ca2553b)
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

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

67
68//Include a format which implements an extra layer of decoding to handle the
69//repe and repne prefixes
70##include "string.isa"
71
72//Include a format which makes instructions who's sole purpose is to generate
73//a syscall.
74##include "syscall.isa"
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

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

67
68//Include a format which implements an extra layer of decoding to handle the
69//repe and repne prefixes
70##include "string.isa"
71
72//Include a format which makes instructions who's sole purpose is to generate
73//a syscall.
74##include "syscall.isa"
75
76//Include a format which is like Inst, except it conditionally decodes to the
77//specified instruction, or if the condition fails decodes to UD2.
78##include "cond.isa"