emulenv.hh (4863:b6dacc9a39ff) emulenv.hh (5966:833e487aa8f7)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

81 reg(_reg), regm(_regm), seg(SEGMENT_REG_DS),
82 scale(0), index(NUM_INTREGS),
83 base(NUM_INTREGS),
84 dataSize(_dataSize), addressSize(_addressSize),
85 stackSize(_stackSize)
86 {;}
87
88 void doModRM(const ExtMachInst & machInst);
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

81 reg(_reg), regm(_regm), seg(SEGMENT_REG_DS),
82 scale(0), index(NUM_INTREGS),
83 base(NUM_INTREGS),
84 dataSize(_dataSize), addressSize(_addressSize),
85 stackSize(_stackSize)
86 {;}
87
88 void doModRM(const ExtMachInst & machInst);
89 void setSeg(const ExtMachInst & machInst);
89 };
90};
91
92#endif // __ARCH_X86_TYPES_HH__
90 };
91};
92
93#endif // __ARCH_X86_TYPES_HH__