formats.isa (11723:0596db108c53) formats.isa (11725:eb58f1bbeac8)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2015 RISC-V Foundation
4// Copyright (c) 2016 The University of Virginia
5// All rights reserved.
6//
7// Redistribution and use in source and binary forms, with or without
8// modification, are permitted provided that the following conditions are

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

31// Alec Roelke
32
33// Include the basic format
34##include "basic.isa"
35
36//Include the type formats
37##include "type.isa"
38##include "mem.isa"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2015 RISC-V Foundation
4// Copyright (c) 2016 The University of Virginia
5// All rights reserved.
6//
7// Redistribution and use in source and binary forms, with or without
8// modification, are permitted provided that the following conditions are

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

31// Alec Roelke
32
33// Include the basic format
34##include "basic.isa"
35
36//Include the type formats
37##include "type.isa"
38##include "mem.isa"
39##include "fp.isa"
39
40// Include the unknown
41##include "unknown.isa"
42
40
41// Include the unknown
42##include "unknown.isa"
43