ldstop.isa (4834:9480bde3ae6a) ldstop.isa (4863:b6dacc9a39ff)
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

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

357let {{
358
359 # Make these empty strings so that concatenating onto
360 # them will always work.
361 header_output = ""
362 decoder_output = ""
363 exec_output = ""
364
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

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

357let {{
358
359 # Make these empty strings so that concatenating onto
360 # them will always work.
361 header_output = ""
362 decoder_output = ""
363 exec_output = ""
364
365 calculateEA = "EA = scale * Index + Base + disp;"
365 calculateEA = "EA = SegBase + scale * Index + Base + disp;"
366
367 def defineMicroLoadOp(mnemonic, code):
368 global header_output
369 global decoder_output
370 global exec_output
371 global microopClasses
372 Name = mnemonic
373 name = mnemonic.lower()

--- 68 unchanged lines hidden ---
366
367 def defineMicroLoadOp(mnemonic, code):
368 global header_output
369 global decoder_output
370 global exec_output
371 global microopClasses
372 Name = mnemonic
373 name = mnemonic.lower()

--- 68 unchanged lines hidden ---