* Update OEA environment, following the PowerPC 2.04 specification:
commit73b226d50e371b719b06e4ff7d0c36aefa8f0244
authorj_mayer <j_mayer>
Sun, 30 Sep 2007 13:03:22 +0000 (30 13:03 +0000)
committerj_mayer <j_mayer>
Sun, 30 Sep 2007 13:03:22 +0000 (30 13:03 +0000)
treee21320c4e76c6d1d3b8c5fe2488ed5a6c22fa92e
parent611c79f1ff31b2c1669dfda21ccaabe179421edf
* Update OEA environment, following the PowerPC 2.04 specification:
- New mtmsr/mtmsrd form that just update RI and EE bits
- New hrfid, lq and stq instructions
- Add support for supervisor and hypervisor modes process priority update
- Code provision for hypervisor SPR accesses
* Actually implement the wait instruction
* Bugfixes (missing RETURN in micro-op / missing #ifdef)
target-ppc/cpu.h
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/op_helper.h
target-ppc/translate.c