cpu.h (35136a77cb6570ffcf91820e95e58f1185e39986) | cpu.h (f49b3537cb28b98284f6ce893ef7240a3cacded3) |
---|---|
1/* 2 * PA-RISC emulation cpu definitions for qemu. 3 * 4 * Copyright (c) 2016 Richard Henderson <rth@twiddle.net> 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 164 unchanged lines hidden (view full) --- 173 target_ureg iaoq_f; /* front */ 174 target_ureg iaoq_b; /* back, aka next instruction */ 175 176 uint32_t fr0_shadow; /* flags, c, ca/cq, rm, d, enables */ 177 float_status fp_status; 178 179 target_ureg cr[32]; /* control registers */ 180 target_ureg cr_back[2]; /* back of cr17/cr18 */ | 1/* 2 * PA-RISC emulation cpu definitions for qemu. 3 * 4 * Copyright (c) 2016 Richard Henderson <rth@twiddle.net> 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 164 unchanged lines hidden (view full) --- 173 target_ureg iaoq_f; /* front */ 174 target_ureg iaoq_b; /* back, aka next instruction */ 175 176 uint32_t fr0_shadow; /* flags, c, ca/cq, rm, d, enables */ 177 float_status fp_status; 178 179 target_ureg cr[32]; /* control registers */ 180 target_ureg cr_back[2]; /* back of cr17/cr18 */ |
181 target_ureg shadow[7]; /* shadow registers */ |
|
181 182 /* Those resources are used only in QEMU core */ 183 CPU_COMMON 184}; 185 186/** 187 * HPPACPU: 188 * @env: #CPUHPPAState --- 67 unchanged lines hidden --- | 182 183 /* Those resources are used only in QEMU core */ 184 CPU_COMMON 185}; 186 187/** 188 * HPPACPU: 189 * @env: #CPUHPPAState --- 67 unchanged lines hidden --- |