one_byte_opcodes.isa (4278:4233cadbe3c3) one_byte_opcodes.isa (4299:8f0635157ac4)
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

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

59//
60
610x1: decode OPCODE_OP_TOP5 {
62 format WarnUnimpl {
63 0x00: decode OPCODE_OP_BOTTOM3 {
64 0x6: push_ES();
65 0x7: pop_ES();
66 default: MultiOp::add(
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

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

59//
60
610x1: decode OPCODE_OP_TOP5 {
62 format WarnUnimpl {
63 0x00: decode OPCODE_OP_BOTTOM3 {
64 0x6: push_ES();
65 0x7: pop_ES();
66 default: MultiOp::add(
67 {{out1 = in1 + in2}},
67 {{Add op0, op0, op1}},
68 OPCODE_OP_BOTTOM3,
69 [[Eb,Gb],[Ev,Gv],
70 [Gb,Eb],[Gv,Ev],
71 [Al,Ib],[rAx,Iz]]);
72 }
73 0x01: decode OPCODE_OP_BOTTOM3 {
74 0x0: or_Eb_Gb();
75 0x1: or_Ev_Gv();

--- 323 unchanged lines hidden ---
68 OPCODE_OP_BOTTOM3,
69 [[Eb,Gb],[Ev,Gv],
70 [Gb,Eb],[Gv,Ev],
71 [Al,Ib],[rAx,Iz]]);
72 }
73 0x01: decode OPCODE_OP_BOTTOM3 {
74 0x0: or_Eb_Gb();
75 0x1: or_Ev_Gv();

--- 323 unchanged lines hidden ---