9 #include "qemu-common.h"
10 #include "host-utils.h"
11 #if !defined(CONFIG_USER_ONLY)
12 #include "hw/loader.h"
15 static uint32_t cortexa9_cp15_c0_c1
[8] =
16 { 0x1031, 0x11, 0x000, 0, 0x00100103, 0x20000000, 0x01230000, 0x00002111 };
18 static uint32_t cortexa9_cp15_c0_c2
[8] =
19 { 0x00101111, 0x13112111, 0x21232041, 0x11112131, 0x00111142, 0, 0, 0 };
21 static uint32_t cortexa8_cp15_c0_c1
[8] =
22 { 0x1031, 0x11, 0x400, 0, 0x31100003, 0x20000000, 0x01202000, 0x11 };
24 static uint32_t cortexa8_cp15_c0_c2
[8] =
25 { 0x00101111, 0x12112111, 0x21232031, 0x11112131, 0x00111142, 0, 0, 0 };
27 static uint32_t mpcore_cp15_c0_c1
[8] =
28 { 0x111, 0x1, 0, 0x2, 0x01100103, 0x10020302, 0x01222000, 0 };
30 static uint32_t mpcore_cp15_c0_c2
[8] =
31 { 0x00100011, 0x12002111, 0x11221011, 0x01102131, 0x141, 0, 0, 0 };
33 static uint32_t arm1136_cp15_c0_c1
[8] =
34 { 0x111, 0x1, 0x2, 0x3, 0x01130003, 0x10030302, 0x01222110, 0 };
36 static uint32_t arm1136_cp15_c0_c2
[8] =
37 { 0x00140011, 0x12002111, 0x11231111, 0x01102131, 0x141, 0, 0, 0 };
39 static uint32_t cpu_arm_find_by_name(const char *name
);
41 static inline void set_feature(CPUARMState
*env
, int feature
)
43 env
->features
|= 1u << feature
;
46 static void cpu_reset_model_id(CPUARMState
*env
, uint32_t id
)
48 env
->cp15
.c0_cpuid
= id
;
50 case ARM_CPUID_ARM926
:
51 set_feature(env
, ARM_FEATURE_VFP
);
52 env
->vfp
.xregs
[ARM_VFP_FPSID
] = 0x41011090;
53 env
->cp15
.c0_cachetype
= 0x1dd20d2;
54 env
->cp15
.c1_sys
= 0x00090078;
56 case ARM_CPUID_ARM946
:
57 set_feature(env
, ARM_FEATURE_MPU
);
58 env
->cp15
.c0_cachetype
= 0x0f004006;
59 env
->cp15
.c1_sys
= 0x00000078;
61 case ARM_CPUID_ARM1026
:
62 set_feature(env
, ARM_FEATURE_VFP
);
63 set_feature(env
, ARM_FEATURE_AUXCR
);
64 env
->vfp
.xregs
[ARM_VFP_FPSID
] = 0x410110a0;
65 env
->cp15
.c0_cachetype
= 0x1dd20d2;
66 env
->cp15
.c1_sys
= 0x00090078;
68 case ARM_CPUID_ARM1136_R2
:
69 case ARM_CPUID_ARM1136
:
70 set_feature(env
, ARM_FEATURE_V6
);
71 set_feature(env
, ARM_FEATURE_VFP
);
72 set_feature(env
, ARM_FEATURE_AUXCR
);
73 env
->vfp
.xregs
[ARM_VFP_FPSID
] = 0x410120b4;
74 env
->vfp
.xregs
[ARM_VFP_MVFR0
] = 0x11111111;
75 env
->vfp
.xregs
[ARM_VFP_MVFR1
] = 0x00000000;
76 memcpy(env
->cp15
.c0_c1
, arm1136_cp15_c0_c1
, 8 * sizeof(uint32_t));
77 memcpy(env
->cp15
.c0_c2
, arm1136_cp15_c0_c2
, 8 * sizeof(uint32_t));
78 env
->cp15
.c0_cachetype
= 0x1dd20d2;
79 env
->cp15
.c1_sys
= 0x00050078;
81 case ARM_CPUID_ARM11MPCORE
:
82 set_feature(env
, ARM_FEATURE_V6
);
83 set_feature(env
, ARM_FEATURE_V6K
);
84 set_feature(env
, ARM_FEATURE_VFP
);
85 set_feature(env
, ARM_FEATURE_AUXCR
);
86 env
->vfp
.xregs
[ARM_VFP_FPSID
] = 0x410120b4;
87 env
->vfp
.xregs
[ARM_VFP_MVFR0
] = 0x11111111;
88 env
->vfp
.xregs
[ARM_VFP_MVFR1
] = 0x00000000;
89 memcpy(env
->cp15
.c0_c1
, mpcore_cp15_c0_c1
, 8 * sizeof(uint32_t));
90 memcpy(env
->cp15
.c0_c2
, mpcore_cp15_c0_c2
, 8 * sizeof(uint32_t));
91 env
->cp15
.c0_cachetype
= 0x1dd20d2;
93 case ARM_CPUID_CORTEXA8
:
94 set_feature(env
, ARM_FEATURE_V6
);
95 set_feature(env
, ARM_FEATURE_V6K
);
96 set_feature(env
, ARM_FEATURE_V7
);
97 set_feature(env
, ARM_FEATURE_AUXCR
);
98 set_feature(env
, ARM_FEATURE_THUMB2
);
99 set_feature(env
, ARM_FEATURE_VFP
);
100 set_feature(env
, ARM_FEATURE_VFP3
);
101 set_feature(env
, ARM_FEATURE_NEON
);
102 set_feature(env
, ARM_FEATURE_THUMB2EE
);
103 env
->vfp
.xregs
[ARM_VFP_FPSID
] = 0x410330c0;
104 env
->vfp
.xregs
[ARM_VFP_MVFR0
] = 0x11110222;
105 env
->vfp
.xregs
[ARM_VFP_MVFR1
] = 0x00011100;
106 memcpy(env
->cp15
.c0_c1
, cortexa8_cp15_c0_c1
, 8 * sizeof(uint32_t));
107 memcpy(env
->cp15
.c0_c2
, cortexa8_cp15_c0_c2
, 8 * sizeof(uint32_t));
108 env
->cp15
.c0_cachetype
= 0x82048004;
109 env
->cp15
.c0_clid
= (1 << 27) | (2 << 24) | 3;
110 env
->cp15
.c0_ccsid
[0] = 0xe007e01a; /* 16k L1 dcache. */
111 env
->cp15
.c0_ccsid
[1] = 0x2007e01a; /* 16k L1 icache. */
112 env
->cp15
.c0_ccsid
[2] = 0xf0000000; /* No L2 icache. */
113 env
->cp15
.c1_sys
= 0x00c50078;
115 case ARM_CPUID_CORTEXA9
:
116 set_feature(env
, ARM_FEATURE_V6
);
117 set_feature(env
, ARM_FEATURE_V6K
);
118 set_feature(env
, ARM_FEATURE_V7
);
119 set_feature(env
, ARM_FEATURE_AUXCR
);
120 set_feature(env
, ARM_FEATURE_THUMB2
);
121 set_feature(env
, ARM_FEATURE_VFP
);
122 set_feature(env
, ARM_FEATURE_VFP3
);
123 set_feature(env
, ARM_FEATURE_VFP_FP16
);
124 set_feature(env
, ARM_FEATURE_NEON
);
125 set_feature(env
, ARM_FEATURE_THUMB2EE
);
126 /* Note that A9 supports the MP extensions even for
127 * A9UP and single-core A9MP (which are both different
128 * and valid configurations; we don't model A9UP).
130 set_feature(env
, ARM_FEATURE_V7MP
);
131 env
->vfp
.xregs
[ARM_VFP_FPSID
] = 0x41034000; /* Guess */
132 env
->vfp
.xregs
[ARM_VFP_MVFR0
] = 0x11110222;
133 env
->vfp
.xregs
[ARM_VFP_MVFR1
] = 0x01111111;
134 memcpy(env
->cp15
.c0_c1
, cortexa9_cp15_c0_c1
, 8 * sizeof(uint32_t));
135 memcpy(env
->cp15
.c0_c2
, cortexa9_cp15_c0_c2
, 8 * sizeof(uint32_t));
136 env
->cp15
.c0_cachetype
= 0x80038003;
137 env
->cp15
.c0_clid
= (1 << 27) | (1 << 24) | 3;
138 env
->cp15
.c0_ccsid
[0] = 0xe00fe015; /* 16k L1 dcache. */
139 env
->cp15
.c0_ccsid
[1] = 0x200fe015; /* 16k L1 icache. */
140 env
->cp15
.c1_sys
= 0x00c50078;
142 case ARM_CPUID_CORTEXM3
:
143 set_feature(env
, ARM_FEATURE_V6
);
144 set_feature(env
, ARM_FEATURE_THUMB2
);
145 set_feature(env
, ARM_FEATURE_V7
);
146 set_feature(env
, ARM_FEATURE_M
);
147 set_feature(env
, ARM_FEATURE_DIV
);
149 case ARM_CPUID_ANY
: /* For userspace emulation. */
150 set_feature(env
, ARM_FEATURE_V6
);
151 set_feature(env
, ARM_FEATURE_V6K
);
152 set_feature(env
, ARM_FEATURE_V7
);
153 set_feature(env
, ARM_FEATURE_THUMB2
);
154 set_feature(env
, ARM_FEATURE_VFP
);
155 set_feature(env
, ARM_FEATURE_VFP3
);
156 set_feature(env
, ARM_FEATURE_VFP_FP16
);
157 set_feature(env
, ARM_FEATURE_NEON
);
158 set_feature(env
, ARM_FEATURE_THUMB2EE
);
159 set_feature(env
, ARM_FEATURE_DIV
);
160 set_feature(env
, ARM_FEATURE_V7MP
);
162 case ARM_CPUID_TI915T
:
163 case ARM_CPUID_TI925T
:
164 set_feature(env
, ARM_FEATURE_OMAPCP
);
165 env
->cp15
.c0_cpuid
= ARM_CPUID_TI925T
; /* Depends on wiring. */
166 env
->cp15
.c0_cachetype
= 0x5109149;
167 env
->cp15
.c1_sys
= 0x00000070;
168 env
->cp15
.c15_i_max
= 0x000;
169 env
->cp15
.c15_i_min
= 0xff0;
171 case ARM_CPUID_PXA250
:
172 case ARM_CPUID_PXA255
:
173 case ARM_CPUID_PXA260
:
174 case ARM_CPUID_PXA261
:
175 case ARM_CPUID_PXA262
:
176 set_feature(env
, ARM_FEATURE_XSCALE
);
177 /* JTAG_ID is ((id << 28) | 0x09265013) */
178 env
->cp15
.c0_cachetype
= 0xd172172;
179 env
->cp15
.c1_sys
= 0x00000078;
181 case ARM_CPUID_PXA270_A0
:
182 case ARM_CPUID_PXA270_A1
:
183 case ARM_CPUID_PXA270_B0
:
184 case ARM_CPUID_PXA270_B1
:
185 case ARM_CPUID_PXA270_C0
:
186 case ARM_CPUID_PXA270_C5
:
187 set_feature(env
, ARM_FEATURE_XSCALE
);
188 /* JTAG_ID is ((id << 28) | 0x09265013) */
189 set_feature(env
, ARM_FEATURE_IWMMXT
);
190 env
->iwmmxt
.cregs
[ARM_IWMMXT_wCID
] = 0x69051000 | 'Q';
191 env
->cp15
.c0_cachetype
= 0xd172172;
192 env
->cp15
.c1_sys
= 0x00000078;
195 cpu_abort(env
, "Bad CPU ID: %x\n", id
);
200 void cpu_reset(CPUARMState
*env
)
204 if (qemu_loglevel_mask(CPU_LOG_RESET
)) {
205 qemu_log("CPU Reset (CPU %d)\n", env
->cpu_index
);
206 log_cpu_state(env
, 0);
209 id
= env
->cp15
.c0_cpuid
;
210 memset(env
, 0, offsetof(CPUARMState
, breakpoints
));
212 cpu_reset_model_id(env
, id
);
213 #if defined (CONFIG_USER_ONLY)
214 env
->uncached_cpsr
= ARM_CPU_MODE_USR
;
215 /* For user mode we must enable access to coprocessors */
216 env
->vfp
.xregs
[ARM_VFP_FPEXC
] = 1 << 30;
217 if (arm_feature(env
, ARM_FEATURE_IWMMXT
)) {
218 env
->cp15
.c15_cpar
= 3;
219 } else if (arm_feature(env
, ARM_FEATURE_XSCALE
)) {
220 env
->cp15
.c15_cpar
= 1;
223 /* SVC mode with interrupts disabled. */
224 env
->uncached_cpsr
= ARM_CPU_MODE_SVC
| CPSR_A
| CPSR_F
| CPSR_I
;
225 /* On ARMv7-M the CPSR_I is the value of the PRIMASK register, and is
226 clear at reset. Initial SP and PC are loaded from ROM. */
230 env
->uncached_cpsr
&= ~CPSR_I
;
233 /* We should really use ldl_phys here, in case the guest
234 modified flash and reset itself. However images
235 loaded via -kenrel have not been copied yet, so load the
236 values directly from there. */
237 env
->regs
[13] = ldl_p(rom
);
240 env
->regs
[15] = pc
& ~1;
243 env
->vfp
.xregs
[ARM_VFP_FPEXC
] = 0;
244 env
->cp15
.c2_base_mask
= 0xffffc000u
;
246 set_flush_to_zero(1, &env
->vfp
.standard_fp_status
);
247 set_flush_inputs_to_zero(1, &env
->vfp
.standard_fp_status
);
248 set_default_nan_mode(1, &env
->vfp
.standard_fp_status
);
252 static int vfp_gdb_get_reg(CPUState
*env
, uint8_t *buf
, int reg
)
256 /* VFP data registers are always little-endian. */
257 nregs
= arm_feature(env
, ARM_FEATURE_VFP3
) ? 32 : 16;
259 stfq_le_p(buf
, env
->vfp
.regs
[reg
]);
262 if (arm_feature(env
, ARM_FEATURE_NEON
)) {
263 /* Aliases for Q regs. */
266 stfq_le_p(buf
, env
->vfp
.regs
[(reg
- 32) * 2]);
267 stfq_le_p(buf
+ 8, env
->vfp
.regs
[(reg
- 32) * 2 + 1]);
271 switch (reg
- nregs
) {
272 case 0: stl_p(buf
, env
->vfp
.xregs
[ARM_VFP_FPSID
]); return 4;
273 case 1: stl_p(buf
, env
->vfp
.xregs
[ARM_VFP_FPSCR
]); return 4;
274 case 2: stl_p(buf
, env
->vfp
.xregs
[ARM_VFP_FPEXC
]); return 4;
279 static int vfp_gdb_set_reg(CPUState
*env
, uint8_t *buf
, int reg
)
283 nregs
= arm_feature(env
, ARM_FEATURE_VFP3
) ? 32 : 16;
285 env
->vfp
.regs
[reg
] = ldfq_le_p(buf
);
288 if (arm_feature(env
, ARM_FEATURE_NEON
)) {
291 env
->vfp
.regs
[(reg
- 32) * 2] = ldfq_le_p(buf
);
292 env
->vfp
.regs
[(reg
- 32) * 2 + 1] = ldfq_le_p(buf
+ 8);
296 switch (reg
- nregs
) {
297 case 0: env
->vfp
.xregs
[ARM_VFP_FPSID
] = ldl_p(buf
); return 4;
298 case 1: env
->vfp
.xregs
[ARM_VFP_FPSCR
] = ldl_p(buf
); return 4;
299 case 2: env
->vfp
.xregs
[ARM_VFP_FPEXC
] = ldl_p(buf
) & (1 << 30); return 4;
304 CPUARMState
*cpu_arm_init(const char *cpu_model
)
308 static int inited
= 0;
310 id
= cpu_arm_find_by_name(cpu_model
);
313 env
= qemu_mallocz(sizeof(CPUARMState
));
317 arm_translate_init();
320 env
->cpu_model_str
= cpu_model
;
321 env
->cp15
.c0_cpuid
= id
;
323 if (arm_feature(env
, ARM_FEATURE_NEON
)) {
324 gdb_register_coprocessor(env
, vfp_gdb_get_reg
, vfp_gdb_set_reg
,
325 51, "arm-neon.xml", 0);
326 } else if (arm_feature(env
, ARM_FEATURE_VFP3
)) {
327 gdb_register_coprocessor(env
, vfp_gdb_get_reg
, vfp_gdb_set_reg
,
328 35, "arm-vfp3.xml", 0);
329 } else if (arm_feature(env
, ARM_FEATURE_VFP
)) {
330 gdb_register_coprocessor(env
, vfp_gdb_get_reg
, vfp_gdb_set_reg
,
331 19, "arm-vfp.xml", 0);
342 static const struct arm_cpu_t arm_cpu_names
[] = {
343 { ARM_CPUID_ARM926
, "arm926"},
344 { ARM_CPUID_ARM946
, "arm946"},
345 { ARM_CPUID_ARM1026
, "arm1026"},
346 { ARM_CPUID_ARM1136
, "arm1136"},
347 { ARM_CPUID_ARM1136_R2
, "arm1136-r2"},
348 { ARM_CPUID_ARM11MPCORE
, "arm11mpcore"},
349 { ARM_CPUID_CORTEXM3
, "cortex-m3"},
350 { ARM_CPUID_CORTEXA8
, "cortex-a8"},
351 { ARM_CPUID_CORTEXA9
, "cortex-a9"},
352 { ARM_CPUID_TI925T
, "ti925t" },
353 { ARM_CPUID_PXA250
, "pxa250" },
354 { ARM_CPUID_PXA255
, "pxa255" },
355 { ARM_CPUID_PXA260
, "pxa260" },
356 { ARM_CPUID_PXA261
, "pxa261" },
357 { ARM_CPUID_PXA262
, "pxa262" },
358 { ARM_CPUID_PXA270
, "pxa270" },
359 { ARM_CPUID_PXA270_A0
, "pxa270-a0" },
360 { ARM_CPUID_PXA270_A1
, "pxa270-a1" },
361 { ARM_CPUID_PXA270_B0
, "pxa270-b0" },
362 { ARM_CPUID_PXA270_B1
, "pxa270-b1" },
363 { ARM_CPUID_PXA270_C0
, "pxa270-c0" },
364 { ARM_CPUID_PXA270_C5
, "pxa270-c5" },
365 { ARM_CPUID_ANY
, "any"},
369 void arm_cpu_list(FILE *f
, fprintf_function cpu_fprintf
)
373 (*cpu_fprintf
)(f
, "Available CPUs:\n");
374 for (i
= 0; arm_cpu_names
[i
].name
; i
++) {
375 (*cpu_fprintf
)(f
, " %s\n", arm_cpu_names
[i
].name
);
379 /* return 0 if not found */
380 static uint32_t cpu_arm_find_by_name(const char *name
)
386 for (i
= 0; arm_cpu_names
[i
].name
; i
++) {
387 if (strcmp(name
, arm_cpu_names
[i
].name
) == 0) {
388 id
= arm_cpu_names
[i
].id
;
395 void cpu_arm_close(CPUARMState
*env
)
400 uint32_t cpsr_read(CPUARMState
*env
)
404 return env
->uncached_cpsr
| (env
->NF
& 0x80000000) | (ZF
<< 30) |
405 (env
->CF
<< 29) | ((env
->VF
& 0x80000000) >> 3) | (env
->QF
<< 27)
406 | (env
->thumb
<< 5) | ((env
->condexec_bits
& 3) << 25)
407 | ((env
->condexec_bits
& 0xfc) << 8)
411 void cpsr_write(CPUARMState
*env
, uint32_t val
, uint32_t mask
)
413 if (mask
& CPSR_NZCV
) {
414 env
->ZF
= (~val
) & CPSR_Z
;
416 env
->CF
= (val
>> 29) & 1;
417 env
->VF
= (val
<< 3) & 0x80000000;
420 env
->QF
= ((val
& CPSR_Q
) != 0);
422 env
->thumb
= ((val
& CPSR_T
) != 0);
423 if (mask
& CPSR_IT_0_1
) {
424 env
->condexec_bits
&= ~3;
425 env
->condexec_bits
|= (val
>> 25) & 3;
427 if (mask
& CPSR_IT_2_7
) {
428 env
->condexec_bits
&= 3;
429 env
->condexec_bits
|= (val
>> 8) & 0xfc;
431 if (mask
& CPSR_GE
) {
432 env
->GE
= (val
>> 16) & 0xf;
435 if ((env
->uncached_cpsr
^ val
) & mask
& CPSR_M
) {
436 switch_mode(env
, val
& CPSR_M
);
438 mask
&= ~CACHED_CPSR_BITS
;
439 env
->uncached_cpsr
= (env
->uncached_cpsr
& ~mask
) | (val
& mask
);
442 /* Sign/zero extend */
443 uint32_t HELPER(sxtb16
)(uint32_t x
)
446 res
= (uint16_t)(int8_t)x
;
447 res
|= (uint32_t)(int8_t)(x
>> 16) << 16;
451 uint32_t HELPER(uxtb16
)(uint32_t x
)
454 res
= (uint16_t)(uint8_t)x
;
455 res
|= (uint32_t)(uint8_t)(x
>> 16) << 16;
459 uint32_t HELPER(clz
)(uint32_t x
)
464 int32_t HELPER(sdiv
)(int32_t num
, int32_t den
)
468 if (num
== INT_MIN
&& den
== -1)
473 uint32_t HELPER(udiv
)(uint32_t num
, uint32_t den
)
480 uint32_t HELPER(rbit
)(uint32_t x
)
482 x
= ((x
& 0xff000000) >> 24)
483 | ((x
& 0x00ff0000) >> 8)
484 | ((x
& 0x0000ff00) << 8)
485 | ((x
& 0x000000ff) << 24);
486 x
= ((x
& 0xf0f0f0f0) >> 4)
487 | ((x
& 0x0f0f0f0f) << 4);
488 x
= ((x
& 0x88888888) >> 3)
489 | ((x
& 0x44444444) >> 1)
490 | ((x
& 0x22222222) << 1)
491 | ((x
& 0x11111111) << 3);
495 uint32_t HELPER(abs
)(uint32_t x
)
497 return ((int32_t)x
< 0) ? -x
: x
;
500 #if defined(CONFIG_USER_ONLY)
502 void do_interrupt (CPUState
*env
)
504 env
->exception_index
= -1;
507 int cpu_arm_handle_mmu_fault (CPUState
*env
, target_ulong address
, int rw
,
508 int mmu_idx
, int is_softmmu
)
511 env
->exception_index
= EXCP_PREFETCH_ABORT
;
512 env
->cp15
.c6_insn
= address
;
514 env
->exception_index
= EXCP_DATA_ABORT
;
515 env
->cp15
.c6_data
= address
;
520 /* These should probably raise undefined insn exceptions. */
521 void HELPER(set_cp
)(CPUState
*env
, uint32_t insn
, uint32_t val
)
523 int op1
= (insn
>> 8) & 0xf;
524 cpu_abort(env
, "cp%i insn %08x\n", op1
, insn
);
528 uint32_t HELPER(get_cp
)(CPUState
*env
, uint32_t insn
)
530 int op1
= (insn
>> 8) & 0xf;
531 cpu_abort(env
, "cp%i insn %08x\n", op1
, insn
);
535 void HELPER(set_cp15
)(CPUState
*env
, uint32_t insn
, uint32_t val
)
537 cpu_abort(env
, "cp15 insn %08x\n", insn
);
540 uint32_t HELPER(get_cp15
)(CPUState
*env
, uint32_t insn
)
542 cpu_abort(env
, "cp15 insn %08x\n", insn
);
545 /* These should probably raise undefined insn exceptions. */
546 void HELPER(v7m_msr
)(CPUState
*env
, uint32_t reg
, uint32_t val
)
548 cpu_abort(env
, "v7m_mrs %d\n", reg
);
551 uint32_t HELPER(v7m_mrs
)(CPUState
*env
, uint32_t reg
)
553 cpu_abort(env
, "v7m_mrs %d\n", reg
);
557 void switch_mode(CPUState
*env
, int mode
)
559 if (mode
!= ARM_CPU_MODE_USR
)
560 cpu_abort(env
, "Tried to switch out of user mode\n");
563 void HELPER(set_r13_banked
)(CPUState
*env
, uint32_t mode
, uint32_t val
)
565 cpu_abort(env
, "banked r13 write\n");
568 uint32_t HELPER(get_r13_banked
)(CPUState
*env
, uint32_t mode
)
570 cpu_abort(env
, "banked r13 read\n");
576 extern int semihosting_enabled
;
578 /* Map CPU modes onto saved register banks. */
579 static inline int bank_number (int mode
)
582 case ARM_CPU_MODE_USR
:
583 case ARM_CPU_MODE_SYS
:
585 case ARM_CPU_MODE_SVC
:
587 case ARM_CPU_MODE_ABT
:
589 case ARM_CPU_MODE_UND
:
591 case ARM_CPU_MODE_IRQ
:
593 case ARM_CPU_MODE_FIQ
:
596 cpu_abort(cpu_single_env
, "Bad mode %x\n", mode
);
600 void switch_mode(CPUState
*env
, int mode
)
605 old_mode
= env
->uncached_cpsr
& CPSR_M
;
606 if (mode
== old_mode
)
609 if (old_mode
== ARM_CPU_MODE_FIQ
) {
610 memcpy (env
->fiq_regs
, env
->regs
+ 8, 5 * sizeof(uint32_t));
611 memcpy (env
->regs
+ 8, env
->usr_regs
, 5 * sizeof(uint32_t));
612 } else if (mode
== ARM_CPU_MODE_FIQ
) {
613 memcpy (env
->usr_regs
, env
->regs
+ 8, 5 * sizeof(uint32_t));
614 memcpy (env
->regs
+ 8, env
->fiq_regs
, 5 * sizeof(uint32_t));
617 i
= bank_number(old_mode
);
618 env
->banked_r13
[i
] = env
->regs
[13];
619 env
->banked_r14
[i
] = env
->regs
[14];
620 env
->banked_spsr
[i
] = env
->spsr
;
622 i
= bank_number(mode
);
623 env
->regs
[13] = env
->banked_r13
[i
];
624 env
->regs
[14] = env
->banked_r14
[i
];
625 env
->spsr
= env
->banked_spsr
[i
];
628 static void v7m_push(CPUARMState
*env
, uint32_t val
)
631 stl_phys(env
->regs
[13], val
);
634 static uint32_t v7m_pop(CPUARMState
*env
)
637 val
= ldl_phys(env
->regs
[13]);
642 /* Switch to V7M main or process stack pointer. */
643 static void switch_v7m_sp(CPUARMState
*env
, int process
)
646 if (env
->v7m
.current_sp
!= process
) {
647 tmp
= env
->v7m
.other_sp
;
648 env
->v7m
.other_sp
= env
->regs
[13];
650 env
->v7m
.current_sp
= process
;
654 static void do_v7m_exception_exit(CPUARMState
*env
)
659 type
= env
->regs
[15];
660 if (env
->v7m
.exception
!= 0)
661 armv7m_nvic_complete_irq(env
->nvic
, env
->v7m
.exception
);
663 /* Switch to the target stack. */
664 switch_v7m_sp(env
, (type
& 4) != 0);
666 env
->regs
[0] = v7m_pop(env
);
667 env
->regs
[1] = v7m_pop(env
);
668 env
->regs
[2] = v7m_pop(env
);
669 env
->regs
[3] = v7m_pop(env
);
670 env
->regs
[12] = v7m_pop(env
);
671 env
->regs
[14] = v7m_pop(env
);
672 env
->regs
[15] = v7m_pop(env
);
674 xpsr_write(env
, xpsr
, 0xfffffdff);
675 /* Undo stack alignment. */
678 /* ??? The exception return type specifies Thread/Handler mode. However
679 this is also implied by the xPSR value. Not sure what to do
680 if there is a mismatch. */
681 /* ??? Likewise for mismatches between the CONTROL register and the stack
685 static void do_interrupt_v7m(CPUARMState
*env
)
687 uint32_t xpsr
= xpsr_read(env
);
692 if (env
->v7m
.current_sp
)
694 if (env
->v7m
.exception
== 0)
697 /* For exceptions we just mark as pending on the NVIC, and let that
699 /* TODO: Need to escalate if the current priority is higher than the
700 one we're raising. */
701 switch (env
->exception_index
) {
703 armv7m_nvic_set_pending(env
->nvic
, ARMV7M_EXCP_USAGE
);
707 armv7m_nvic_set_pending(env
->nvic
, ARMV7M_EXCP_SVC
);
709 case EXCP_PREFETCH_ABORT
:
710 case EXCP_DATA_ABORT
:
711 armv7m_nvic_set_pending(env
->nvic
, ARMV7M_EXCP_MEM
);
714 if (semihosting_enabled
) {
716 nr
= lduw_code(env
->regs
[15]) & 0xff;
719 env
->regs
[0] = do_arm_semihosting(env
);
723 armv7m_nvic_set_pending(env
->nvic
, ARMV7M_EXCP_DEBUG
);
726 env
->v7m
.exception
= armv7m_nvic_acknowledge_irq(env
->nvic
);
728 case EXCP_EXCEPTION_EXIT
:
729 do_v7m_exception_exit(env
);
732 cpu_abort(env
, "Unhandled exception 0x%x\n", env
->exception_index
);
733 return; /* Never happens. Keep compiler happy. */
736 /* Align stack pointer. */
737 /* ??? Should only do this if Configuration Control Register
738 STACKALIGN bit is set. */
739 if (env
->regs
[13] & 4) {
743 /* Switch to the handler mode. */
745 v7m_push(env
, env
->regs
[15]);
746 v7m_push(env
, env
->regs
[14]);
747 v7m_push(env
, env
->regs
[12]);
748 v7m_push(env
, env
->regs
[3]);
749 v7m_push(env
, env
->regs
[2]);
750 v7m_push(env
, env
->regs
[1]);
751 v7m_push(env
, env
->regs
[0]);
752 switch_v7m_sp(env
, 0);
753 env
->uncached_cpsr
&= ~CPSR_IT
;
755 addr
= ldl_phys(env
->v7m
.vecbase
+ env
->v7m
.exception
* 4);
756 env
->regs
[15] = addr
& 0xfffffffe;
757 env
->thumb
= addr
& 1;
760 /* Handle a CPU exception. */
761 void do_interrupt(CPUARMState
*env
)
769 do_interrupt_v7m(env
);
772 /* TODO: Vectored interrupt controller. */
773 switch (env
->exception_index
) {
775 new_mode
= ARM_CPU_MODE_UND
;
784 if (semihosting_enabled
) {
785 /* Check for semihosting interrupt. */
787 mask
= lduw_code(env
->regs
[15] - 2) & 0xff;
789 mask
= ldl_code(env
->regs
[15] - 4) & 0xffffff;
791 /* Only intercept calls from privileged modes, to provide some
792 semblance of security. */
793 if (((mask
== 0x123456 && !env
->thumb
)
794 || (mask
== 0xab && env
->thumb
))
795 && (env
->uncached_cpsr
& CPSR_M
) != ARM_CPU_MODE_USR
) {
796 env
->regs
[0] = do_arm_semihosting(env
);
800 new_mode
= ARM_CPU_MODE_SVC
;
803 /* The PC already points to the next instruction. */
807 /* See if this is a semihosting syscall. */
808 if (env
->thumb
&& semihosting_enabled
) {
809 mask
= lduw_code(env
->regs
[15]) & 0xff;
811 && (env
->uncached_cpsr
& CPSR_M
) != ARM_CPU_MODE_USR
) {
813 env
->regs
[0] = do_arm_semihosting(env
);
817 /* Fall through to prefetch abort. */
818 case EXCP_PREFETCH_ABORT
:
819 new_mode
= ARM_CPU_MODE_ABT
;
821 mask
= CPSR_A
| CPSR_I
;
824 case EXCP_DATA_ABORT
:
825 new_mode
= ARM_CPU_MODE_ABT
;
827 mask
= CPSR_A
| CPSR_I
;
831 new_mode
= ARM_CPU_MODE_IRQ
;
833 /* Disable IRQ and imprecise data aborts. */
834 mask
= CPSR_A
| CPSR_I
;
838 new_mode
= ARM_CPU_MODE_FIQ
;
840 /* Disable FIQ, IRQ and imprecise data aborts. */
841 mask
= CPSR_A
| CPSR_I
| CPSR_F
;
845 cpu_abort(env
, "Unhandled exception 0x%x\n", env
->exception_index
);
846 return; /* Never happens. Keep compiler happy. */
849 if (env
->cp15
.c1_sys
& (1 << 13)) {
852 switch_mode (env
, new_mode
);
853 env
->spsr
= cpsr_read(env
);
855 env
->condexec_bits
= 0;
856 /* Switch to the new mode, and to the correct instruction set. */
857 env
->uncached_cpsr
= (env
->uncached_cpsr
& ~CPSR_M
) | new_mode
;
858 env
->uncached_cpsr
|= mask
;
859 env
->thumb
= (env
->cp15
.c1_sys
& (1 << 30)) != 0;
860 env
->regs
[14] = env
->regs
[15] + offset
;
861 env
->regs
[15] = addr
;
862 env
->interrupt_request
|= CPU_INTERRUPT_EXITTB
;
865 /* Check section/page access permissions.
866 Returns the page protection flags, or zero if the access is not
868 static inline int check_ap(CPUState
*env
, int ap
, int domain
, int access_type
,
874 return PAGE_READ
| PAGE_WRITE
;
876 if (access_type
== 1)
883 if (access_type
== 1)
885 switch ((env
->cp15
.c1_sys
>> 8) & 3) {
887 return is_user
? 0 : PAGE_READ
;
894 return is_user
? 0 : PAGE_READ
| PAGE_WRITE
;
899 return PAGE_READ
| PAGE_WRITE
;
901 return PAGE_READ
| PAGE_WRITE
;
902 case 4: /* Reserved. */
905 return is_user
? 0 : prot_ro
;
909 if (!arm_feature (env
, ARM_FEATURE_V7
))
917 static uint32_t get_level1_table_address(CPUState
*env
, uint32_t address
)
921 if (address
& env
->cp15
.c2_mask
)
922 table
= env
->cp15
.c2_base1
& 0xffffc000;
924 table
= env
->cp15
.c2_base0
& env
->cp15
.c2_base_mask
;
926 table
|= (address
>> 18) & 0x3ffc;
930 static int get_phys_addr_v5(CPUState
*env
, uint32_t address
, int access_type
,
931 int is_user
, uint32_t *phys_ptr
, int *prot
,
932 target_ulong
*page_size
)
942 /* Pagetable walk. */
943 /* Lookup l1 descriptor. */
944 table
= get_level1_table_address(env
, address
);
945 desc
= ldl_phys(table
);
947 domain
= (env
->cp15
.c3
>> ((desc
>> 4) & 0x1e)) & 3;
949 /* Section translation fault. */
953 if (domain
== 0 || domain
== 2) {
955 code
= 9; /* Section domain fault. */
957 code
= 11; /* Page domain fault. */
962 phys_addr
= (desc
& 0xfff00000) | (address
& 0x000fffff);
963 ap
= (desc
>> 10) & 3;
965 *page_size
= 1024 * 1024;
967 /* Lookup l2 entry. */
969 /* Coarse pagetable. */
970 table
= (desc
& 0xfffffc00) | ((address
>> 10) & 0x3fc);
972 /* Fine pagetable. */
973 table
= (desc
& 0xfffff000) | ((address
>> 8) & 0xffc);
975 desc
= ldl_phys(table
);
977 case 0: /* Page translation fault. */
980 case 1: /* 64k page. */
981 phys_addr
= (desc
& 0xffff0000) | (address
& 0xffff);
982 ap
= (desc
>> (4 + ((address
>> 13) & 6))) & 3;
983 *page_size
= 0x10000;
985 case 2: /* 4k page. */
986 phys_addr
= (desc
& 0xfffff000) | (address
& 0xfff);
987 ap
= (desc
>> (4 + ((address
>> 13) & 6))) & 3;
990 case 3: /* 1k page. */
992 if (arm_feature(env
, ARM_FEATURE_XSCALE
)) {
993 phys_addr
= (desc
& 0xfffff000) | (address
& 0xfff);
995 /* Page translation fault. */
1000 phys_addr
= (desc
& 0xfffffc00) | (address
& 0x3ff);
1002 ap
= (desc
>> 4) & 3;
1006 /* Never happens, but compiler isn't smart enough to tell. */
1011 *prot
= check_ap(env
, ap
, domain
, access_type
, is_user
);
1013 /* Access permission fault. */
1017 *phys_ptr
= phys_addr
;
1020 return code
| (domain
<< 4);
1023 static int get_phys_addr_v6(CPUState
*env
, uint32_t address
, int access_type
,
1024 int is_user
, uint32_t *phys_ptr
, int *prot
,
1025 target_ulong
*page_size
)
1036 /* Pagetable walk. */
1037 /* Lookup l1 descriptor. */
1038 table
= get_level1_table_address(env
, address
);
1039 desc
= ldl_phys(table
);
1042 /* Section translation fault. */
1046 } else if (type
== 2 && (desc
& (1 << 18))) {
1050 /* Section or page. */
1051 domain
= (desc
>> 4) & 0x1e;
1053 domain
= (env
->cp15
.c3
>> domain
) & 3;
1054 if (domain
== 0 || domain
== 2) {
1056 code
= 9; /* Section domain fault. */
1058 code
= 11; /* Page domain fault. */
1062 if (desc
& (1 << 18)) {
1064 phys_addr
= (desc
& 0xff000000) | (address
& 0x00ffffff);
1065 *page_size
= 0x1000000;
1068 phys_addr
= (desc
& 0xfff00000) | (address
& 0x000fffff);
1069 *page_size
= 0x100000;
1071 ap
= ((desc
>> 10) & 3) | ((desc
>> 13) & 4);
1072 xn
= desc
& (1 << 4);
1075 /* Lookup l2 entry. */
1076 table
= (desc
& 0xfffffc00) | ((address
>> 10) & 0x3fc);
1077 desc
= ldl_phys(table
);
1078 ap
= ((desc
>> 4) & 3) | ((desc
>> 7) & 4);
1080 case 0: /* Page translation fault. */
1083 case 1: /* 64k page. */
1084 phys_addr
= (desc
& 0xffff0000) | (address
& 0xffff);
1085 xn
= desc
& (1 << 15);
1086 *page_size
= 0x10000;
1088 case 2: case 3: /* 4k page. */
1089 phys_addr
= (desc
& 0xfffff000) | (address
& 0xfff);
1091 *page_size
= 0x1000;
1094 /* Never happens, but compiler isn't smart enough to tell. */
1100 *prot
= PAGE_READ
| PAGE_WRITE
| PAGE_EXEC
;
1102 if (xn
&& access_type
== 2)
1105 /* The simplified model uses AP[0] as an access control bit. */
1106 if ((env
->cp15
.c1_sys
& (1 << 29)) && (ap
& 1) == 0) {
1107 /* Access flag fault. */
1108 code
= (code
== 15) ? 6 : 3;
1111 *prot
= check_ap(env
, ap
, domain
, access_type
, is_user
);
1113 /* Access permission fault. */
1120 *phys_ptr
= phys_addr
;
1123 return code
| (domain
<< 4);
1126 static int get_phys_addr_mpu(CPUState
*env
, uint32_t address
, int access_type
,
1127 int is_user
, uint32_t *phys_ptr
, int *prot
)
1133 *phys_ptr
= address
;
1134 for (n
= 7; n
>= 0; n
--) {
1135 base
= env
->cp15
.c6_region
[n
];
1136 if ((base
& 1) == 0)
1138 mask
= 1 << ((base
>> 1) & 0x1f);
1139 /* Keep this shift separate from the above to avoid an
1140 (undefined) << 32. */
1141 mask
= (mask
<< 1) - 1;
1142 if (((base
^ address
) & ~mask
) == 0)
1148 if (access_type
== 2) {
1149 mask
= env
->cp15
.c5_insn
;
1151 mask
= env
->cp15
.c5_data
;
1153 mask
= (mask
>> (n
* 4)) & 0xf;
1160 *prot
= PAGE_READ
| PAGE_WRITE
;
1165 *prot
|= PAGE_WRITE
;
1168 *prot
= PAGE_READ
| PAGE_WRITE
;
1179 /* Bad permission. */
1186 static inline int get_phys_addr(CPUState
*env
, uint32_t address
,
1187 int access_type
, int is_user
,
1188 uint32_t *phys_ptr
, int *prot
,
1189 target_ulong
*page_size
)
1191 /* Fast Context Switch Extension. */
1192 if (address
< 0x02000000)
1193 address
+= env
->cp15
.c13_fcse
;
1195 if ((env
->cp15
.c1_sys
& 1) == 0) {
1196 /* MMU/MPU disabled. */
1197 *phys_ptr
= address
;
1198 *prot
= PAGE_READ
| PAGE_WRITE
| PAGE_EXEC
;
1199 *page_size
= TARGET_PAGE_SIZE
;
1201 } else if (arm_feature(env
, ARM_FEATURE_MPU
)) {
1202 *page_size
= TARGET_PAGE_SIZE
;
1203 return get_phys_addr_mpu(env
, address
, access_type
, is_user
, phys_ptr
,
1205 } else if (env
->cp15
.c1_sys
& (1 << 23)) {
1206 return get_phys_addr_v6(env
, address
, access_type
, is_user
, phys_ptr
,
1209 return get_phys_addr_v5(env
, address
, access_type
, is_user
, phys_ptr
,
1214 int cpu_arm_handle_mmu_fault (CPUState
*env
, target_ulong address
,
1215 int access_type
, int mmu_idx
, int is_softmmu
)
1218 target_ulong page_size
;
1222 is_user
= mmu_idx
== MMU_USER_IDX
;
1223 ret
= get_phys_addr(env
, address
, access_type
, is_user
, &phys_addr
, &prot
,
1226 /* Map a single [sub]page. */
1227 phys_addr
&= ~(uint32_t)0x3ff;
1228 address
&= ~(uint32_t)0x3ff;
1229 tlb_set_page (env
, address
, phys_addr
, prot
, mmu_idx
, page_size
);
1233 if (access_type
== 2) {
1234 env
->cp15
.c5_insn
= ret
;
1235 env
->cp15
.c6_insn
= address
;
1236 env
->exception_index
= EXCP_PREFETCH_ABORT
;
1238 env
->cp15
.c5_data
= ret
;
1239 if (access_type
== 1 && arm_feature(env
, ARM_FEATURE_V6
))
1240 env
->cp15
.c5_data
|= (1 << 11);
1241 env
->cp15
.c6_data
= address
;
1242 env
->exception_index
= EXCP_DATA_ABORT
;
1247 target_phys_addr_t
cpu_get_phys_page_debug(CPUState
*env
, target_ulong addr
)
1250 target_ulong page_size
;
1254 ret
= get_phys_addr(env
, addr
, 0, 0, &phys_addr
, &prot
, &page_size
);
1262 void HELPER(set_cp
)(CPUState
*env
, uint32_t insn
, uint32_t val
)
1264 int cp_num
= (insn
>> 8) & 0xf;
1265 int cp_info
= (insn
>> 5) & 7;
1266 int src
= (insn
>> 16) & 0xf;
1267 int operand
= insn
& 0xf;
1269 if (env
->cp
[cp_num
].cp_write
)
1270 env
->cp
[cp_num
].cp_write(env
->cp
[cp_num
].opaque
,
1271 cp_info
, src
, operand
, val
);
1274 uint32_t HELPER(get_cp
)(CPUState
*env
, uint32_t insn
)
1276 int cp_num
= (insn
>> 8) & 0xf;
1277 int cp_info
= (insn
>> 5) & 7;
1278 int dest
= (insn
>> 16) & 0xf;
1279 int operand
= insn
& 0xf;
1281 if (env
->cp
[cp_num
].cp_read
)
1282 return env
->cp
[cp_num
].cp_read(env
->cp
[cp_num
].opaque
,
1283 cp_info
, dest
, operand
);
1287 /* Return basic MPU access permission bits. */
1288 static uint32_t simple_mpu_ap_bits(uint32_t val
)
1295 for (i
= 0; i
< 16; i
+= 2) {
1296 ret
|= (val
>> i
) & mask
;
1302 /* Pad basic MPU access permission bits to extended format. */
1303 static uint32_t extended_mpu_ap_bits(uint32_t val
)
1310 for (i
= 0; i
< 16; i
+= 2) {
1311 ret
|= (val
& mask
) << i
;
1317 void HELPER(set_cp15
)(CPUState
*env
, uint32_t insn
, uint32_t val
)
1323 op1
= (insn
>> 21) & 7;
1324 op2
= (insn
>> 5) & 7;
1326 switch ((insn
>> 16) & 0xf) {
1329 if (arm_feature(env
, ARM_FEATURE_XSCALE
))
1331 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1333 if (arm_feature(env
, ARM_FEATURE_V7
)
1334 && op1
== 2 && crm
== 0 && op2
== 0) {
1335 env
->cp15
.c0_cssel
= val
& 0xf;
1339 case 1: /* System configuration. */
1340 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1344 if (!arm_feature(env
, ARM_FEATURE_XSCALE
) || crm
== 0)
1345 env
->cp15
.c1_sys
= val
;
1346 /* ??? Lots of these bits are not implemented. */
1347 /* This may enable/disable the MMU, so do a TLB flush. */
1350 case 1: /* Auxiliary cotrol register. */
1351 if (arm_feature(env
, ARM_FEATURE_XSCALE
)) {
1352 env
->cp15
.c1_xscaleauxcr
= val
;
1355 /* Not implemented. */
1358 if (arm_feature(env
, ARM_FEATURE_XSCALE
))
1360 if (env
->cp15
.c1_coproc
!= val
) {
1361 env
->cp15
.c1_coproc
= val
;
1362 /* ??? Is this safe when called from within a TB? */
1370 case 2: /* MMU Page table control / MPU cache control. */
1371 if (arm_feature(env
, ARM_FEATURE_MPU
)) {
1374 env
->cp15
.c2_data
= val
;
1377 env
->cp15
.c2_insn
= val
;
1385 env
->cp15
.c2_base0
= val
;
1388 env
->cp15
.c2_base1
= val
;
1392 env
->cp15
.c2_control
= val
;
1393 env
->cp15
.c2_mask
= ~(((uint32_t)0xffffffffu
) >> val
);
1394 env
->cp15
.c2_base_mask
= ~((uint32_t)0x3fffu
>> val
);
1401 case 3: /* MMU Domain access control / MPU write buffer control. */
1403 tlb_flush(env
, 1); /* Flush TLB as domain not tracked in TLB */
1405 case 4: /* Reserved. */
1407 case 5: /* MMU Fault status / MPU access permission. */
1408 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1412 if (arm_feature(env
, ARM_FEATURE_MPU
))
1413 val
= extended_mpu_ap_bits(val
);
1414 env
->cp15
.c5_data
= val
;
1417 if (arm_feature(env
, ARM_FEATURE_MPU
))
1418 val
= extended_mpu_ap_bits(val
);
1419 env
->cp15
.c5_insn
= val
;
1422 if (!arm_feature(env
, ARM_FEATURE_MPU
))
1424 env
->cp15
.c5_data
= val
;
1427 if (!arm_feature(env
, ARM_FEATURE_MPU
))
1429 env
->cp15
.c5_insn
= val
;
1435 case 6: /* MMU Fault address / MPU base/size. */
1436 if (arm_feature(env
, ARM_FEATURE_MPU
)) {
1439 env
->cp15
.c6_region
[crm
] = val
;
1441 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1445 env
->cp15
.c6_data
= val
;
1447 case 1: /* ??? This is WFAR on armv6 */
1449 env
->cp15
.c6_insn
= val
;
1456 case 7: /* Cache control. */
1457 env
->cp15
.c15_i_max
= 0x000;
1458 env
->cp15
.c15_i_min
= 0xff0;
1462 /* No cache, so nothing to do except VA->PA translations. */
1463 if (arm_feature(env
, ARM_FEATURE_V6K
)) {
1466 if (arm_feature(env
, ARM_FEATURE_V7
)) {
1467 env
->cp15
.c7_par
= val
& 0xfffff6ff;
1469 env
->cp15
.c7_par
= val
& 0xfffff1ff;
1474 target_ulong page_size
;
1476 int ret
, is_user
= op2
& 2;
1477 int access_type
= op2
& 1;
1480 /* Other states are only available with TrustZone */
1483 ret
= get_phys_addr(env
, val
, access_type
, is_user
,
1484 &phys_addr
, &prot
, &page_size
);
1486 /* We do not set any attribute bits in the PAR */
1487 if (page_size
== (1 << 24)
1488 && arm_feature(env
, ARM_FEATURE_V7
)) {
1489 env
->cp15
.c7_par
= (phys_addr
& 0xff000000) | 1 << 1;
1491 env
->cp15
.c7_par
= phys_addr
& 0xfffff000;
1494 env
->cp15
.c7_par
= ((ret
& (10 << 1)) >> 5) |
1495 ((ret
& (12 << 1)) >> 6) |
1496 ((ret
& 0xf) << 1) | 1;
1503 case 8: /* MMU TLB control. */
1505 case 0: /* Invalidate all. */
1508 case 1: /* Invalidate single TLB entry. */
1509 tlb_flush_page(env
, val
& TARGET_PAGE_MASK
);
1511 case 2: /* Invalidate on ASID. */
1512 tlb_flush(env
, val
== 0);
1514 case 3: /* Invalidate single entry on MVA. */
1515 /* ??? This is like case 1, but ignores ASID. */
1523 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1526 case 0: /* Cache lockdown. */
1528 case 0: /* L1 cache. */
1531 env
->cp15
.c9_data
= val
;
1534 env
->cp15
.c9_insn
= val
;
1540 case 1: /* L2 cache. */
1541 /* Ignore writes to L2 lockdown/auxiliary registers. */
1547 case 1: /* TCM memory region registers. */
1548 /* Not implemented. */
1554 case 10: /* MMU TLB lockdown. */
1555 /* ??? TLB lockdown not implemented. */
1557 case 12: /* Reserved. */
1559 case 13: /* Process ID. */
1562 /* Unlike real hardware the qemu TLB uses virtual addresses,
1563 not modified virtual addresses, so this causes a TLB flush.
1565 if (env
->cp15
.c13_fcse
!= val
)
1567 env
->cp15
.c13_fcse
= val
;
1570 /* This changes the ASID, so do a TLB flush. */
1571 if (env
->cp15
.c13_context
!= val
1572 && !arm_feature(env
, ARM_FEATURE_MPU
))
1574 env
->cp15
.c13_context
= val
;
1580 case 14: /* Reserved. */
1582 case 15: /* Implementation specific. */
1583 if (arm_feature(env
, ARM_FEATURE_XSCALE
)) {
1584 if (op2
== 0 && crm
== 1) {
1585 if (env
->cp15
.c15_cpar
!= (val
& 0x3fff)) {
1586 /* Changes cp0 to cp13 behavior, so needs a TB flush. */
1588 env
->cp15
.c15_cpar
= val
& 0x3fff;
1594 if (arm_feature(env
, ARM_FEATURE_OMAPCP
)) {
1598 case 1: /* Set TI925T configuration. */
1599 env
->cp15
.c15_ticonfig
= val
& 0xe7;
1600 env
->cp15
.c0_cpuid
= (val
& (1 << 5)) ? /* OS_TYPE bit */
1601 ARM_CPUID_TI915T
: ARM_CPUID_TI925T
;
1603 case 2: /* Set I_max. */
1604 env
->cp15
.c15_i_max
= val
;
1606 case 3: /* Set I_min. */
1607 env
->cp15
.c15_i_min
= val
;
1609 case 4: /* Set thread-ID. */
1610 env
->cp15
.c15_threadid
= val
& 0xffff;
1612 case 8: /* Wait-for-interrupt (deprecated). */
1613 cpu_interrupt(env
, CPU_INTERRUPT_HALT
);
1623 /* ??? For debugging only. Should raise illegal instruction exception. */
1624 cpu_abort(env
, "Unimplemented cp15 register write (c%d, c%d, {%d, %d})\n",
1625 (insn
>> 16) & 0xf, crm
, op1
, op2
);
1628 uint32_t HELPER(get_cp15
)(CPUState
*env
, uint32_t insn
)
1634 op1
= (insn
>> 21) & 7;
1635 op2
= (insn
>> 5) & 7;
1637 switch ((insn
>> 16) & 0xf) {
1638 case 0: /* ID codes. */
1644 case 0: /* Device ID. */
1645 return env
->cp15
.c0_cpuid
;
1646 case 1: /* Cache Type. */
1647 return env
->cp15
.c0_cachetype
;
1648 case 2: /* TCM status. */
1650 case 3: /* TLB type register. */
1651 return 0; /* No lockable TLB entries. */
1653 /* The MPIDR was standardised in v7; prior to
1654 * this it was implemented only in the 11MPCore.
1655 * For all other pre-v7 cores it does not exist.
1657 if (arm_feature(env
, ARM_FEATURE_V7
) ||
1658 ARM_CPUID(env
) == ARM_CPUID_ARM11MPCORE
) {
1659 int mpidr
= env
->cpu_index
;
1660 /* We don't support setting cluster ID ([8..11])
1661 * so these bits always RAZ.
1663 if (arm_feature(env
, ARM_FEATURE_V7MP
)) {
1665 /* Cores which are uniprocessor (non-coherent)
1666 * but still implement the MP extensions set
1667 * bit 30. (For instance, A9UP.) However we do
1668 * not currently model any of those cores.
1673 /* otherwise fall through to the unimplemented-reg case */
1678 if (!arm_feature(env
, ARM_FEATURE_V6
))
1680 return env
->cp15
.c0_c1
[op2
];
1682 if (!arm_feature(env
, ARM_FEATURE_V6
))
1684 return env
->cp15
.c0_c2
[op2
];
1685 case 3: case 4: case 5: case 6: case 7:
1691 /* These registers aren't documented on arm11 cores. However
1692 Linux looks at them anyway. */
1693 if (!arm_feature(env
, ARM_FEATURE_V6
))
1697 if (!arm_feature(env
, ARM_FEATURE_V7
))
1702 return env
->cp15
.c0_ccsid
[env
->cp15
.c0_cssel
];
1704 return env
->cp15
.c0_clid
;
1710 if (op2
!= 0 || crm
!= 0)
1712 return env
->cp15
.c0_cssel
;
1716 case 1: /* System configuration. */
1717 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1720 case 0: /* Control register. */
1721 return env
->cp15
.c1_sys
;
1722 case 1: /* Auxiliary control register. */
1723 if (arm_feature(env
, ARM_FEATURE_XSCALE
))
1724 return env
->cp15
.c1_xscaleauxcr
;
1725 if (!arm_feature(env
, ARM_FEATURE_AUXCR
))
1727 switch (ARM_CPUID(env
)) {
1728 case ARM_CPUID_ARM1026
:
1730 case ARM_CPUID_ARM1136
:
1731 case ARM_CPUID_ARM1136_R2
:
1733 case ARM_CPUID_ARM11MPCORE
:
1735 case ARM_CPUID_CORTEXA8
:
1737 case ARM_CPUID_CORTEXA9
:
1742 case 2: /* Coprocessor access register. */
1743 if (arm_feature(env
, ARM_FEATURE_XSCALE
))
1745 return env
->cp15
.c1_coproc
;
1749 case 2: /* MMU Page table control / MPU cache control. */
1750 if (arm_feature(env
, ARM_FEATURE_MPU
)) {
1753 return env
->cp15
.c2_data
;
1756 return env
->cp15
.c2_insn
;
1764 return env
->cp15
.c2_base0
;
1766 return env
->cp15
.c2_base1
;
1768 return env
->cp15
.c2_control
;
1773 case 3: /* MMU Domain access control / MPU write buffer control. */
1774 return env
->cp15
.c3
;
1775 case 4: /* Reserved. */
1777 case 5: /* MMU Fault status / MPU access permission. */
1778 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1782 if (arm_feature(env
, ARM_FEATURE_MPU
))
1783 return simple_mpu_ap_bits(env
->cp15
.c5_data
);
1784 return env
->cp15
.c5_data
;
1786 if (arm_feature(env
, ARM_FEATURE_MPU
))
1787 return simple_mpu_ap_bits(env
->cp15
.c5_data
);
1788 return env
->cp15
.c5_insn
;
1790 if (!arm_feature(env
, ARM_FEATURE_MPU
))
1792 return env
->cp15
.c5_data
;
1794 if (!arm_feature(env
, ARM_FEATURE_MPU
))
1796 return env
->cp15
.c5_insn
;
1800 case 6: /* MMU Fault address. */
1801 if (arm_feature(env
, ARM_FEATURE_MPU
)) {
1804 return env
->cp15
.c6_region
[crm
];
1806 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1810 return env
->cp15
.c6_data
;
1812 if (arm_feature(env
, ARM_FEATURE_V6
)) {
1813 /* Watchpoint Fault Adrress. */
1814 return 0; /* Not implemented. */
1816 /* Instruction Fault Adrress. */
1817 /* Arm9 doesn't have an IFAR, but implementing it anyway
1818 shouldn't do any harm. */
1819 return env
->cp15
.c6_insn
;
1822 if (arm_feature(env
, ARM_FEATURE_V6
)) {
1823 /* Instruction Fault Adrress. */
1824 return env
->cp15
.c6_insn
;
1832 case 7: /* Cache control. */
1833 if (crm
== 4 && op1
== 0 && op2
== 0) {
1834 return env
->cp15
.c7_par
;
1836 /* FIXME: Should only clear Z flag if destination is r15. */
1839 case 8: /* MMU TLB control. */
1841 case 9: /* Cache lockdown. */
1843 case 0: /* L1 cache. */
1844 if (arm_feature(env
, ARM_FEATURE_OMAPCP
))
1848 return env
->cp15
.c9_data
;
1850 return env
->cp15
.c9_insn
;
1854 case 1: /* L2 cache */
1857 /* L2 Lockdown and Auxiliary control. */
1862 case 10: /* MMU TLB lockdown. */
1863 /* ??? TLB lockdown not implemented. */
1865 case 11: /* TCM DMA control. */
1866 case 12: /* Reserved. */
1868 case 13: /* Process ID. */
1871 return env
->cp15
.c13_fcse
;
1873 return env
->cp15
.c13_context
;
1877 case 14: /* Reserved. */
1879 case 15: /* Implementation specific. */
1880 if (arm_feature(env
, ARM_FEATURE_XSCALE
)) {
1881 if (op2
== 0 && crm
== 1)
1882 return env
->cp15
.c15_cpar
;
1886 if (arm_feature(env
, ARM_FEATURE_OMAPCP
)) {
1890 case 1: /* Read TI925T configuration. */
1891 return env
->cp15
.c15_ticonfig
;
1892 case 2: /* Read I_max. */
1893 return env
->cp15
.c15_i_max
;
1894 case 3: /* Read I_min. */
1895 return env
->cp15
.c15_i_min
;
1896 case 4: /* Read thread-ID. */
1897 return env
->cp15
.c15_threadid
;
1898 case 8: /* TI925T_status */
1901 /* TODO: Peripheral port remap register:
1902 * On OMAP2 mcr p15, 0, rn, c15, c2, 4 sets up the interrupt
1903 * controller base address at $rn & ~0xfff and map size of
1904 * 0x200 << ($rn & 0xfff), when MMU is off. */
1910 /* ??? For debugging only. Should raise illegal instruction exception. */
1911 cpu_abort(env
, "Unimplemented cp15 register read (c%d, c%d, {%d, %d})\n",
1912 (insn
>> 16) & 0xf, crm
, op1
, op2
);
1916 void HELPER(set_r13_banked
)(CPUState
*env
, uint32_t mode
, uint32_t val
)
1918 if ((env
->uncached_cpsr
& CPSR_M
) == mode
) {
1919 env
->regs
[13] = val
;
1921 env
->banked_r13
[bank_number(mode
)] = val
;
1925 uint32_t HELPER(get_r13_banked
)(CPUState
*env
, uint32_t mode
)
1927 if ((env
->uncached_cpsr
& CPSR_M
) == mode
) {
1928 return env
->regs
[13];
1930 return env
->banked_r13
[bank_number(mode
)];
1934 uint32_t HELPER(v7m_mrs
)(CPUState
*env
, uint32_t reg
)
1938 return xpsr_read(env
) & 0xf8000000;
1940 return xpsr_read(env
) & 0xf80001ff;
1942 return xpsr_read(env
) & 0xff00fc00;
1944 return xpsr_read(env
) & 0xff00fdff;
1946 return xpsr_read(env
) & 0x000001ff;
1948 return xpsr_read(env
) & 0x0700fc00;
1950 return xpsr_read(env
) & 0x0700edff;
1952 return env
->v7m
.current_sp
? env
->v7m
.other_sp
: env
->regs
[13];
1954 return env
->v7m
.current_sp
? env
->regs
[13] : env
->v7m
.other_sp
;
1955 case 16: /* PRIMASK */
1956 return (env
->uncached_cpsr
& CPSR_I
) != 0;
1957 case 17: /* FAULTMASK */
1958 return (env
->uncached_cpsr
& CPSR_F
) != 0;
1959 case 18: /* BASEPRI */
1960 case 19: /* BASEPRI_MAX */
1961 return env
->v7m
.basepri
;
1962 case 20: /* CONTROL */
1963 return env
->v7m
.control
;
1965 /* ??? For debugging only. */
1966 cpu_abort(env
, "Unimplemented system register read (%d)\n", reg
);
1971 void HELPER(v7m_msr
)(CPUState
*env
, uint32_t reg
, uint32_t val
)
1975 xpsr_write(env
, val
, 0xf8000000);
1978 xpsr_write(env
, val
, 0xf8000000);
1981 xpsr_write(env
, val
, 0xfe00fc00);
1984 xpsr_write(env
, val
, 0xfe00fc00);
1987 /* IPSR bits are readonly. */
1990 xpsr_write(env
, val
, 0x0600fc00);
1993 xpsr_write(env
, val
, 0x0600fc00);
1996 if (env
->v7m
.current_sp
)
1997 env
->v7m
.other_sp
= val
;
1999 env
->regs
[13] = val
;
2002 if (env
->v7m
.current_sp
)
2003 env
->regs
[13] = val
;
2005 env
->v7m
.other_sp
= val
;
2007 case 16: /* PRIMASK */
2009 env
->uncached_cpsr
|= CPSR_I
;
2011 env
->uncached_cpsr
&= ~CPSR_I
;
2013 case 17: /* FAULTMASK */
2015 env
->uncached_cpsr
|= CPSR_F
;
2017 env
->uncached_cpsr
&= ~CPSR_F
;
2019 case 18: /* BASEPRI */
2020 env
->v7m
.basepri
= val
& 0xff;
2022 case 19: /* BASEPRI_MAX */
2024 if (val
!= 0 && (val
< env
->v7m
.basepri
|| env
->v7m
.basepri
== 0))
2025 env
->v7m
.basepri
= val
;
2027 case 20: /* CONTROL */
2028 env
->v7m
.control
= val
& 3;
2029 switch_v7m_sp(env
, (val
& 2) != 0);
2032 /* ??? For debugging only. */
2033 cpu_abort(env
, "Unimplemented system register write (%d)\n", reg
);
2038 void cpu_arm_set_cp_io(CPUARMState
*env
, int cpnum
,
2039 ARMReadCPFunc
*cp_read
, ARMWriteCPFunc
*cp_write
,
2042 if (cpnum
< 0 || cpnum
> 14) {
2043 cpu_abort(env
, "Bad coprocessor number: %i\n", cpnum
);
2047 env
->cp
[cpnum
].cp_read
= cp_read
;
2048 env
->cp
[cpnum
].cp_write
= cp_write
;
2049 env
->cp
[cpnum
].opaque
= opaque
;
2054 /* Note that signed overflow is undefined in C. The following routines are
2055 careful to use unsigned types where modulo arithmetic is required.
2056 Failure to do so _will_ break on newer gcc. */
2058 /* Signed saturating arithmetic. */
2060 /* Perform 16-bit signed saturating addition. */
2061 static inline uint16_t add16_sat(uint16_t a
, uint16_t b
)
2066 if (((res
^ a
) & 0x8000) && !((a
^ b
) & 0x8000)) {
2075 /* Perform 8-bit signed saturating addition. */
2076 static inline uint8_t add8_sat(uint8_t a
, uint8_t b
)
2081 if (((res
^ a
) & 0x80) && !((a
^ b
) & 0x80)) {
2090 /* Perform 16-bit signed saturating subtraction. */
2091 static inline uint16_t sub16_sat(uint16_t a
, uint16_t b
)
2096 if (((res
^ a
) & 0x8000) && ((a
^ b
) & 0x8000)) {
2105 /* Perform 8-bit signed saturating subtraction. */
2106 static inline uint8_t sub8_sat(uint8_t a
, uint8_t b
)
2111 if (((res
^ a
) & 0x80) && ((a
^ b
) & 0x80)) {
2120 #define ADD16(a, b, n) RESULT(add16_sat(a, b), n, 16);
2121 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16);
2122 #define ADD8(a, b, n) RESULT(add8_sat(a, b), n, 8);
2123 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8);
2126 #include "op_addsub.h"
2128 /* Unsigned saturating arithmetic. */
2129 static inline uint16_t add16_usat(uint16_t a
, uint16_t b
)
2138 static inline uint16_t sub16_usat(uint16_t a
, uint16_t b
)
2146 static inline uint8_t add8_usat(uint8_t a
, uint8_t b
)
2155 static inline uint8_t sub8_usat(uint8_t a
, uint8_t b
)
2163 #define ADD16(a, b, n) RESULT(add16_usat(a, b), n, 16);
2164 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16);
2165 #define ADD8(a, b, n) RESULT(add8_usat(a, b), n, 8);
2166 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8);
2169 #include "op_addsub.h"
2171 /* Signed modulo arithmetic. */
2172 #define SARITH16(a, b, n, op) do { \
2174 sum = (int32_t)(int16_t)(a) op (int32_t)(int16_t)(b); \
2175 RESULT(sum, n, 16); \
2177 ge |= 3 << (n * 2); \
2180 #define SARITH8(a, b, n, op) do { \
2182 sum = (int32_t)(int8_t)(a) op (int32_t)(int8_t)(b); \
2183 RESULT(sum, n, 8); \
2189 #define ADD16(a, b, n) SARITH16(a, b, n, +)
2190 #define SUB16(a, b, n) SARITH16(a, b, n, -)
2191 #define ADD8(a, b, n) SARITH8(a, b, n, +)
2192 #define SUB8(a, b, n) SARITH8(a, b, n, -)
2196 #include "op_addsub.h"
2198 /* Unsigned modulo arithmetic. */
2199 #define ADD16(a, b, n) do { \
2201 sum = (uint32_t)(uint16_t)(a) + (uint32_t)(uint16_t)(b); \
2202 RESULT(sum, n, 16); \
2203 if ((sum >> 16) == 1) \
2204 ge |= 3 << (n * 2); \
2207 #define ADD8(a, b, n) do { \
2209 sum = (uint32_t)(uint8_t)(a) + (uint32_t)(uint8_t)(b); \
2210 RESULT(sum, n, 8); \
2211 if ((sum >> 8) == 1) \
2215 #define SUB16(a, b, n) do { \
2217 sum = (uint32_t)(uint16_t)(a) - (uint32_t)(uint16_t)(b); \
2218 RESULT(sum, n, 16); \
2219 if ((sum >> 16) == 0) \
2220 ge |= 3 << (n * 2); \
2223 #define SUB8(a, b, n) do { \
2225 sum = (uint32_t)(uint8_t)(a) - (uint32_t)(uint8_t)(b); \
2226 RESULT(sum, n, 8); \
2227 if ((sum >> 8) == 0) \
2234 #include "op_addsub.h"
2236 /* Halved signed arithmetic. */
2237 #define ADD16(a, b, n) \
2238 RESULT(((int32_t)(int16_t)(a) + (int32_t)(int16_t)(b)) >> 1, n, 16)
2239 #define SUB16(a, b, n) \
2240 RESULT(((int32_t)(int16_t)(a) - (int32_t)(int16_t)(b)) >> 1, n, 16)
2241 #define ADD8(a, b, n) \
2242 RESULT(((int32_t)(int8_t)(a) + (int32_t)(int8_t)(b)) >> 1, n, 8)
2243 #define SUB8(a, b, n) \
2244 RESULT(((int32_t)(int8_t)(a) - (int32_t)(int8_t)(b)) >> 1, n, 8)
2247 #include "op_addsub.h"
2249 /* Halved unsigned arithmetic. */
2250 #define ADD16(a, b, n) \
2251 RESULT(((uint32_t)(uint16_t)(a) + (uint32_t)(uint16_t)(b)) >> 1, n, 16)
2252 #define SUB16(a, b, n) \
2253 RESULT(((uint32_t)(uint16_t)(a) - (uint32_t)(uint16_t)(b)) >> 1, n, 16)
2254 #define ADD8(a, b, n) \
2255 RESULT(((uint32_t)(uint8_t)(a) + (uint32_t)(uint8_t)(b)) >> 1, n, 8)
2256 #define SUB8(a, b, n) \
2257 RESULT(((uint32_t)(uint8_t)(a) - (uint32_t)(uint8_t)(b)) >> 1, n, 8)
2260 #include "op_addsub.h"
2262 static inline uint8_t do_usad(uint8_t a
, uint8_t b
)
2270 /* Unsigned sum of absolute byte differences. */
2271 uint32_t HELPER(usad8
)(uint32_t a
, uint32_t b
)
2274 sum
= do_usad(a
, b
);
2275 sum
+= do_usad(a
>> 8, b
>> 8);
2276 sum
+= do_usad(a
>> 16, b
>>16);
2277 sum
+= do_usad(a
>> 24, b
>> 24);
2281 /* For ARMv6 SEL instruction. */
2282 uint32_t HELPER(sel_flags
)(uint32_t flags
, uint32_t a
, uint32_t b
)
2295 return (a
& mask
) | (b
& ~mask
);
2298 uint32_t HELPER(logicq_cc
)(uint64_t val
)
2300 return (val
>> 32) | (val
!= 0);
2303 /* VFP support. We follow the convention used for VFP instrunctions:
2304 Single precition routines have a "s" suffix, double precision a
2307 /* Convert host exception flags to vfp form. */
2308 static inline int vfp_exceptbits_from_host(int host_bits
)
2310 int target_bits
= 0;
2312 if (host_bits
& float_flag_invalid
)
2314 if (host_bits
& float_flag_divbyzero
)
2316 if (host_bits
& float_flag_overflow
)
2318 if (host_bits
& float_flag_underflow
)
2320 if (host_bits
& float_flag_inexact
)
2321 target_bits
|= 0x10;
2322 if (host_bits
& float_flag_input_denormal
)
2323 target_bits
|= 0x80;
2327 uint32_t HELPER(vfp_get_fpscr
)(CPUState
*env
)
2332 fpscr
= (env
->vfp
.xregs
[ARM_VFP_FPSCR
] & 0xffc8ffff)
2333 | (env
->vfp
.vec_len
<< 16)
2334 | (env
->vfp
.vec_stride
<< 20);
2335 i
= get_float_exception_flags(&env
->vfp
.fp_status
);
2336 i
|= get_float_exception_flags(&env
->vfp
.standard_fp_status
);
2337 fpscr
|= vfp_exceptbits_from_host(i
);
2341 uint32_t vfp_get_fpscr(CPUState
*env
)
2343 return HELPER(vfp_get_fpscr
)(env
);
2346 /* Convert vfp exception flags to target form. */
2347 static inline int vfp_exceptbits_to_host(int target_bits
)
2351 if (target_bits
& 1)
2352 host_bits
|= float_flag_invalid
;
2353 if (target_bits
& 2)
2354 host_bits
|= float_flag_divbyzero
;
2355 if (target_bits
& 4)
2356 host_bits
|= float_flag_overflow
;
2357 if (target_bits
& 8)
2358 host_bits
|= float_flag_underflow
;
2359 if (target_bits
& 0x10)
2360 host_bits
|= float_flag_inexact
;
2361 if (target_bits
& 0x80)
2362 host_bits
|= float_flag_input_denormal
;
2366 void HELPER(vfp_set_fpscr
)(CPUState
*env
, uint32_t val
)
2371 changed
= env
->vfp
.xregs
[ARM_VFP_FPSCR
];
2372 env
->vfp
.xregs
[ARM_VFP_FPSCR
] = (val
& 0xffc8ffff);
2373 env
->vfp
.vec_len
= (val
>> 16) & 7;
2374 env
->vfp
.vec_stride
= (val
>> 20) & 3;
2377 if (changed
& (3 << 22)) {
2378 i
= (val
>> 22) & 3;
2381 i
= float_round_nearest_even
;
2387 i
= float_round_down
;
2390 i
= float_round_to_zero
;
2393 set_float_rounding_mode(i
, &env
->vfp
.fp_status
);
2395 if (changed
& (1 << 24)) {
2396 set_flush_to_zero((val
& (1 << 24)) != 0, &env
->vfp
.fp_status
);
2397 set_flush_inputs_to_zero((val
& (1 << 24)) != 0, &env
->vfp
.fp_status
);
2399 if (changed
& (1 << 25))
2400 set_default_nan_mode((val
& (1 << 25)) != 0, &env
->vfp
.fp_status
);
2402 i
= vfp_exceptbits_to_host(val
);
2403 set_float_exception_flags(i
, &env
->vfp
.fp_status
);
2404 set_float_exception_flags(0, &env
->vfp
.standard_fp_status
);
2407 void vfp_set_fpscr(CPUState
*env
, uint32_t val
)
2409 HELPER(vfp_set_fpscr
)(env
, val
);
2412 #define VFP_HELPER(name, p) HELPER(glue(glue(vfp_,name),p))
2414 #define VFP_BINOP(name) \
2415 float32 VFP_HELPER(name, s)(float32 a, float32 b, CPUState *env) \
2417 return float32_ ## name (a, b, &env->vfp.fp_status); \
2419 float64 VFP_HELPER(name, d)(float64 a, float64 b, CPUState *env) \
2421 return float64_ ## name (a, b, &env->vfp.fp_status); \
2429 float32
VFP_HELPER(neg
, s
)(float32 a
)
2431 return float32_chs(a
);
2434 float64
VFP_HELPER(neg
, d
)(float64 a
)
2436 return float64_chs(a
);
2439 float32
VFP_HELPER(abs
, s
)(float32 a
)
2441 return float32_abs(a
);
2444 float64
VFP_HELPER(abs
, d
)(float64 a
)
2446 return float64_abs(a
);
2449 float32
VFP_HELPER(sqrt
, s
)(float32 a
, CPUState
*env
)
2451 return float32_sqrt(a
, &env
->vfp
.fp_status
);
2454 float64
VFP_HELPER(sqrt
, d
)(float64 a
, CPUState
*env
)
2456 return float64_sqrt(a
, &env
->vfp
.fp_status
);
2459 /* XXX: check quiet/signaling case */
2460 #define DO_VFP_cmp(p, type) \
2461 void VFP_HELPER(cmp, p)(type a, type b, CPUState *env) \
2464 switch(type ## _compare_quiet(a, b, &env->vfp.fp_status)) { \
2465 case 0: flags = 0x6; break; \
2466 case -1: flags = 0x8; break; \
2467 case 1: flags = 0x2; break; \
2468 default: case 2: flags = 0x3; break; \
2470 env->vfp.xregs[ARM_VFP_FPSCR] = (flags << 28) \
2471 | (env->vfp.xregs[ARM_VFP_FPSCR] & 0x0fffffff); \
2473 void VFP_HELPER(cmpe, p)(type a, type b, CPUState *env) \
2476 switch(type ## _compare(a, b, &env->vfp.fp_status)) { \
2477 case 0: flags = 0x6; break; \
2478 case -1: flags = 0x8; break; \
2479 case 1: flags = 0x2; break; \
2480 default: case 2: flags = 0x3; break; \
2482 env->vfp.xregs[ARM_VFP_FPSCR] = (flags << 28) \
2483 | (env->vfp.xregs[ARM_VFP_FPSCR] & 0x0fffffff); \
2485 DO_VFP_cmp(s
, float32
)
2486 DO_VFP_cmp(d
, float64
)
2489 /* Helper routines to perform bitwise copies between float and int. */
2490 static inline float32
vfp_itos(uint32_t i
)
2501 static inline uint32_t vfp_stoi(float32 s
)
2512 static inline float64
vfp_itod(uint64_t i
)
2523 static inline uint64_t vfp_dtoi(float64 d
)
2534 /* Integer to float conversion. */
2535 float32
VFP_HELPER(uito
, s
)(float32 x
, CPUState
*env
)
2537 return uint32_to_float32(vfp_stoi(x
), &env
->vfp
.fp_status
);
2540 float64
VFP_HELPER(uito
, d
)(float32 x
, CPUState
*env
)
2542 return uint32_to_float64(vfp_stoi(x
), &env
->vfp
.fp_status
);
2545 float32
VFP_HELPER(sito
, s
)(float32 x
, CPUState
*env
)
2547 return int32_to_float32(vfp_stoi(x
), &env
->vfp
.fp_status
);
2550 float64
VFP_HELPER(sito
, d
)(float32 x
, CPUState
*env
)
2552 return int32_to_float64(vfp_stoi(x
), &env
->vfp
.fp_status
);
2555 /* Float to integer conversion. */
2556 float32
VFP_HELPER(toui
, s
)(float32 x
, CPUState
*env
)
2558 if (float32_is_any_nan(x
)) {
2559 return float32_zero
;
2561 return vfp_itos(float32_to_uint32(x
, &env
->vfp
.fp_status
));
2564 float32
VFP_HELPER(toui
, d
)(float64 x
, CPUState
*env
)
2566 if (float64_is_any_nan(x
)) {
2567 return float32_zero
;
2569 return vfp_itos(float64_to_uint32(x
, &env
->vfp
.fp_status
));
2572 float32
VFP_HELPER(tosi
, s
)(float32 x
, CPUState
*env
)
2574 if (float32_is_any_nan(x
)) {
2575 return float32_zero
;
2577 return vfp_itos(float32_to_int32(x
, &env
->vfp
.fp_status
));
2580 float32
VFP_HELPER(tosi
, d
)(float64 x
, CPUState
*env
)
2582 if (float64_is_any_nan(x
)) {
2583 return float32_zero
;
2585 return vfp_itos(float64_to_int32(x
, &env
->vfp
.fp_status
));
2588 float32
VFP_HELPER(touiz
, s
)(float32 x
, CPUState
*env
)
2590 if (float32_is_any_nan(x
)) {
2591 return float32_zero
;
2593 return vfp_itos(float32_to_uint32_round_to_zero(x
, &env
->vfp
.fp_status
));
2596 float32
VFP_HELPER(touiz
, d
)(float64 x
, CPUState
*env
)
2598 if (float64_is_any_nan(x
)) {
2599 return float32_zero
;
2601 return vfp_itos(float64_to_uint32_round_to_zero(x
, &env
->vfp
.fp_status
));
2604 float32
VFP_HELPER(tosiz
, s
)(float32 x
, CPUState
*env
)
2606 if (float32_is_any_nan(x
)) {
2607 return float32_zero
;
2609 return vfp_itos(float32_to_int32_round_to_zero(x
, &env
->vfp
.fp_status
));
2612 float32
VFP_HELPER(tosiz
, d
)(float64 x
, CPUState
*env
)
2614 if (float64_is_any_nan(x
)) {
2615 return float32_zero
;
2617 return vfp_itos(float64_to_int32_round_to_zero(x
, &env
->vfp
.fp_status
));
2620 /* floating point conversion */
2621 float64
VFP_HELPER(fcvtd
, s
)(float32 x
, CPUState
*env
)
2623 float64 r
= float32_to_float64(x
, &env
->vfp
.fp_status
);
2624 /* ARM requires that S<->D conversion of any kind of NaN generates
2625 * a quiet NaN by forcing the most significant frac bit to 1.
2627 return float64_maybe_silence_nan(r
);
2630 float32
VFP_HELPER(fcvts
, d
)(float64 x
, CPUState
*env
)
2632 float32 r
= float64_to_float32(x
, &env
->vfp
.fp_status
);
2633 /* ARM requires that S<->D conversion of any kind of NaN generates
2634 * a quiet NaN by forcing the most significant frac bit to 1.
2636 return float32_maybe_silence_nan(r
);
2639 /* VFP3 fixed point conversion. */
2640 #define VFP_CONV_FIX(name, p, ftype, itype, sign) \
2641 ftype VFP_HELPER(name##to, p)(ftype x, uint32_t shift, CPUState *env) \
2644 tmp = sign##int32_to_##ftype ((itype##_t)vfp_##p##toi(x), \
2645 &env->vfp.fp_status); \
2646 return ftype##_scalbn(tmp, -(int)shift, &env->vfp.fp_status); \
2648 ftype VFP_HELPER(to##name, p)(ftype x, uint32_t shift, CPUState *env) \
2651 if (ftype##_is_any_nan(x)) { \
2652 return ftype##_zero; \
2654 tmp = ftype##_scalbn(x, shift, &env->vfp.fp_status); \
2655 return vfp_ito##p(ftype##_to_##itype##_round_to_zero(tmp, \
2656 &env->vfp.fp_status)); \
2659 VFP_CONV_FIX(sh
, d
, float64
, int16
, )
2660 VFP_CONV_FIX(sl
, d
, float64
, int32
, )
2661 VFP_CONV_FIX(uh
, d
, float64
, uint16
, u
)
2662 VFP_CONV_FIX(ul
, d
, float64
, uint32
, u
)
2663 VFP_CONV_FIX(sh
, s
, float32
, int16
, )
2664 VFP_CONV_FIX(sl
, s
, float32
, int32
, )
2665 VFP_CONV_FIX(uh
, s
, float32
, uint16
, u
)
2666 VFP_CONV_FIX(ul
, s
, float32
, uint32
, u
)
2669 /* Half precision conversions. */
2670 static float32
do_fcvt_f16_to_f32(uint32_t a
, CPUState
*env
, float_status
*s
)
2672 int ieee
= (env
->vfp
.xregs
[ARM_VFP_FPSCR
] & (1 << 26)) == 0;
2673 float32 r
= float16_to_float32(make_float16(a
), ieee
, s
);
2675 return float32_maybe_silence_nan(r
);
2680 static uint32_t do_fcvt_f32_to_f16(float32 a
, CPUState
*env
, float_status
*s
)
2682 int ieee
= (env
->vfp
.xregs
[ARM_VFP_FPSCR
] & (1 << 26)) == 0;
2683 float16 r
= float32_to_float16(a
, ieee
, s
);
2685 r
= float16_maybe_silence_nan(r
);
2687 return float16_val(r
);
2690 float32
HELPER(neon_fcvt_f16_to_f32
)(uint32_t a
, CPUState
*env
)
2692 return do_fcvt_f16_to_f32(a
, env
, &env
->vfp
.standard_fp_status
);
2695 uint32_t HELPER(neon_fcvt_f32_to_f16
)(float32 a
, CPUState
*env
)
2697 return do_fcvt_f32_to_f16(a
, env
, &env
->vfp
.standard_fp_status
);
2700 float32
HELPER(vfp_fcvt_f16_to_f32
)(uint32_t a
, CPUState
*env
)
2702 return do_fcvt_f16_to_f32(a
, env
, &env
->vfp
.fp_status
);
2705 uint32_t HELPER(vfp_fcvt_f32_to_f16
)(float32 a
, CPUState
*env
)
2707 return do_fcvt_f32_to_f16(a
, env
, &env
->vfp
.fp_status
);
2710 #define float32_two make_float32(0x40000000)
2711 #define float32_three make_float32(0x40400000)
2712 #define float32_one_point_five make_float32(0x3fc00000)
2714 float32
HELPER(recps_f32
)(float32 a
, float32 b
, CPUState
*env
)
2716 float_status
*s
= &env
->vfp
.standard_fp_status
;
2717 if ((float32_is_infinity(a
) && float32_is_zero_or_denormal(b
)) ||
2718 (float32_is_infinity(b
) && float32_is_zero_or_denormal(a
))) {
2721 return float32_sub(float32_two
, float32_mul(a
, b
, s
), s
);
2724 float32
HELPER(rsqrts_f32
)(float32 a
, float32 b
, CPUState
*env
)
2726 float_status
*s
= &env
->vfp
.standard_fp_status
;
2728 if ((float32_is_infinity(a
) && float32_is_zero_or_denormal(b
)) ||
2729 (float32_is_infinity(b
) && float32_is_zero_or_denormal(a
))) {
2730 return float32_one_point_five
;
2732 product
= float32_mul(a
, b
, s
);
2733 return float32_div(float32_sub(float32_three
, product
, s
), float32_two
, s
);
2738 /* Constants 256 and 512 are used in some helpers; we avoid relying on
2739 * int->float conversions at run-time. */
2740 #define float64_256 make_float64(0x4070000000000000LL)
2741 #define float64_512 make_float64(0x4080000000000000LL)
2743 /* The algorithm that must be used to calculate the estimate
2744 * is specified by the ARM ARM.
2746 static float64
recip_estimate(float64 a
, CPUState
*env
)
2748 float_status
*s
= &env
->vfp
.standard_fp_status
;
2749 /* q = (int)(a * 512.0) */
2750 float64 q
= float64_mul(float64_512
, a
, s
);
2751 int64_t q_int
= float64_to_int64_round_to_zero(q
, s
);
2753 /* r = 1.0 / (((double)q + 0.5) / 512.0) */
2754 q
= int64_to_float64(q_int
, s
);
2755 q
= float64_add(q
, float64_half
, s
);
2756 q
= float64_div(q
, float64_512
, s
);
2757 q
= float64_div(float64_one
, q
, s
);
2759 /* s = (int)(256.0 * r + 0.5) */
2760 q
= float64_mul(q
, float64_256
, s
);
2761 q
= float64_add(q
, float64_half
, s
);
2762 q_int
= float64_to_int64_round_to_zero(q
, s
);
2764 /* return (double)s / 256.0 */
2765 return float64_div(int64_to_float64(q_int
, s
), float64_256
, s
);
2768 float32
HELPER(recpe_f32
)(float32 a
, CPUState
*env
)
2770 float_status
*s
= &env
->vfp
.standard_fp_status
;
2772 uint32_t val32
= float32_val(a
);
2775 int a_exp
= (val32
& 0x7f800000) >> 23;
2776 int sign
= val32
& 0x80000000;
2778 if (float32_is_any_nan(a
)) {
2779 if (float32_is_signaling_nan(a
)) {
2780 float_raise(float_flag_invalid
, s
);
2782 return float32_default_nan
;
2783 } else if (float32_is_infinity(a
)) {
2784 return float32_set_sign(float32_zero
, float32_is_neg(a
));
2785 } else if (float32_is_zero_or_denormal(a
)) {
2786 float_raise(float_flag_divbyzero
, s
);
2787 return float32_set_sign(float32_infinity
, float32_is_neg(a
));
2788 } else if (a_exp
>= 253) {
2789 float_raise(float_flag_underflow
, s
);
2790 return float32_set_sign(float32_zero
, float32_is_neg(a
));
2793 f64
= make_float64((0x3feULL
<< 52)
2794 | ((int64_t)(val32
& 0x7fffff) << 29));
2796 result_exp
= 253 - a_exp
;
2798 f64
= recip_estimate(f64
, env
);
2801 | ((result_exp
& 0xff) << 23)
2802 | ((float64_val(f64
) >> 29) & 0x7fffff);
2803 return make_float32(val32
);
2806 /* The algorithm that must be used to calculate the estimate
2807 * is specified by the ARM ARM.
2809 static float64
recip_sqrt_estimate(float64 a
, CPUState
*env
)
2811 float_status
*s
= &env
->vfp
.standard_fp_status
;
2815 if (float64_lt(a
, float64_half
, s
)) {
2816 /* range 0.25 <= a < 0.5 */
2818 /* a in units of 1/512 rounded down */
2819 /* q0 = (int)(a * 512.0); */
2820 q
= float64_mul(float64_512
, a
, s
);
2821 q_int
= float64_to_int64_round_to_zero(q
, s
);
2823 /* reciprocal root r */
2824 /* r = 1.0 / sqrt(((double)q0 + 0.5) / 512.0); */
2825 q
= int64_to_float64(q_int
, s
);
2826 q
= float64_add(q
, float64_half
, s
);
2827 q
= float64_div(q
, float64_512
, s
);
2828 q
= float64_sqrt(q
, s
);
2829 q
= float64_div(float64_one
, q
, s
);
2831 /* range 0.5 <= a < 1.0 */
2833 /* a in units of 1/256 rounded down */
2834 /* q1 = (int)(a * 256.0); */
2835 q
= float64_mul(float64_256
, a
, s
);
2836 int64_t q_int
= float64_to_int64_round_to_zero(q
, s
);
2838 /* reciprocal root r */
2839 /* r = 1.0 /sqrt(((double)q1 + 0.5) / 256); */
2840 q
= int64_to_float64(q_int
, s
);
2841 q
= float64_add(q
, float64_half
, s
);
2842 q
= float64_div(q
, float64_256
, s
);
2843 q
= float64_sqrt(q
, s
);
2844 q
= float64_div(float64_one
, q
, s
);
2846 /* r in units of 1/256 rounded to nearest */
2847 /* s = (int)(256.0 * r + 0.5); */
2849 q
= float64_mul(q
, float64_256
,s
);
2850 q
= float64_add(q
, float64_half
, s
);
2851 q_int
= float64_to_int64_round_to_zero(q
, s
);
2853 /* return (double)s / 256.0;*/
2854 return float64_div(int64_to_float64(q_int
, s
), float64_256
, s
);
2857 float32
HELPER(rsqrte_f32
)(float32 a
, CPUState
*env
)
2859 float_status
*s
= &env
->vfp
.standard_fp_status
;
2865 val
= float32_val(a
);
2867 if (float32_is_any_nan(a
)) {
2868 if (float32_is_signaling_nan(a
)) {
2869 float_raise(float_flag_invalid
, s
);
2871 return float32_default_nan
;
2872 } else if (float32_is_zero_or_denormal(a
)) {
2873 float_raise(float_flag_divbyzero
, s
);
2874 return float32_set_sign(float32_infinity
, float32_is_neg(a
));
2875 } else if (float32_is_neg(a
)) {
2876 float_raise(float_flag_invalid
, s
);
2877 return float32_default_nan
;
2878 } else if (float32_is_infinity(a
)) {
2879 return float32_zero
;
2882 /* Normalize to a double-precision value between 0.25 and 1.0,
2883 * preserving the parity of the exponent. */
2884 if ((val
& 0x800000) == 0) {
2885 f64
= make_float64(((uint64_t)(val
& 0x80000000) << 32)
2887 | ((uint64_t)(val
& 0x7fffff) << 29));
2889 f64
= make_float64(((uint64_t)(val
& 0x80000000) << 32)
2891 | ((uint64_t)(val
& 0x7fffff) << 29));
2894 result_exp
= (380 - ((val
& 0x7f800000) >> 23)) / 2;
2896 f64
= recip_sqrt_estimate(f64
, env
);
2898 val64
= float64_val(f64
);
2900 val
= ((val64
>> 63) & 0x80000000)
2901 | ((result_exp
& 0xff) << 23)
2902 | ((val64
>> 29) & 0x7fffff);
2903 return make_float32(val
);
2906 uint32_t HELPER(recpe_u32
)(uint32_t a
, CPUState
*env
)
2910 if ((a
& 0x80000000) == 0) {
2914 f64
= make_float64((0x3feULL
<< 52)
2915 | ((int64_t)(a
& 0x7fffffff) << 21));
2917 f64
= recip_estimate (f64
, env
);
2919 return 0x80000000 | ((float64_val(f64
) >> 21) & 0x7fffffff);
2922 uint32_t HELPER(rsqrte_u32
)(uint32_t a
, CPUState
*env
)
2926 if ((a
& 0xc0000000) == 0) {
2930 if (a
& 0x80000000) {
2931 f64
= make_float64((0x3feULL
<< 52)
2932 | ((uint64_t)(a
& 0x7fffffff) << 21));
2933 } else { /* bits 31-30 == '01' */
2934 f64
= make_float64((0x3fdULL
<< 52)
2935 | ((uint64_t)(a
& 0x3fffffff) << 22));
2938 f64
= recip_sqrt_estimate(f64
, env
);
2940 return 0x80000000 | ((float64_val(f64
) >> 21) & 0x7fffffff);
2943 void HELPER(set_teecr
)(CPUState
*env
, uint32_t val
)
2946 if (env
->teecr
!= val
) {