Lines Matching refs:CPSR

6 ### CPSR
88 Get CPSR Field Value
121 Fail Unexpected CPSR Field Name: "${field}"
125 Get CPSR Mode Value From Privilege Level Name
150 Get CPSR For Changed Privilege Level
152 ${mode_val}= Get CPSR Mode Value From Privilege Level Name ${pl}
156 Get CPSR After Changing To Wrong Mode
224 Get Current CPSR Value
225 ${cpsr}= Execute Command sysbus.cpu CPSR
229 Set Current CPSR Value
232 Execute Command sysbus.cpu CPSR ${value_str}
235 ${cpsr}= Get Current CPSR Value
241 ${current_cpsr}= Get Current CPSR Value
242 ${new_cpsr}= Get CPSR For Changed Privilege Level ${pl} ${current_cpsr}
244 Execute Command sysbus.cpu CPSR ${new_cpsr}
256 Get Current CPSR Field Value
258 ${cpsr}= Get Current CPSR Value
259 ${result}= Get CPSR Field Value ${cpsr} ${field}
341 ${cpsr}= Get Current CPSR Value
343 Set Current CPSR Value ${new_cpsr}
361 ${expected_pl}= Get CPSR Mode Value From Privilege Level Name ${pl}
369 Current CPSR Should Be
371 ${cpsr}= Get Current CPSR Value
374 Current CPSR Field Should Be
376 ${val}= Get Current CPSR Field Value ${field}
379 Current CPSR Flag Should Be Set
381 ${val}= Get Current CPSR Field Value ${flag}
384 Current CPSR Flag Should Be Unset
386 ${val}= Get Current CPSR Field Value ${flag}
447 Check If CPSR Contains Reset Values
448 Current CPSR Field Should Be A ${CPSR_A_MASK}
449 Current CPSR Field Should Be I ${CPSR_I_MASK}
450 Current CPSR Field Should Be F ${CPSR_F_MASK}
451 Current CPSR Field Should Be IL 0x0
452 Current CPSR Field Should Be T ${INITIAL_CPSR_T_VALUE}
453 Current CPSR Field Should Be E ${INITIAL_CPSR_E_VALUE}
508 Current CPSR Field Should Be A ${CPSR_A_MASK}
509 Current CPSR Field Should Be I ${CPSR_I_MASK}
510 Current CPSR Field Should Be F ${CPSR_F_MASK}
614 Current CPSR Flag Should Be Unset C
633 ${unmodified_cpsr}= Get Current CPSR Value
636 …${expected_cpsr}= Get CPSR After Changing To Wrong Mode ${unmodi…
645 Current CPSR Should Be ${expected_cpsr}
755 Check CPSR Value After Initialization
759 Check If CPSR Contains Reset Values