Home | History | Annotate | Download | only in runtime

Lines Matching full:cpsr

63 // conditions array record the required CPSR cond field for the
80 var i, opc, regd, regm, regn, cpsr uint32
88 print("stepflt ", pc, " ", hex(i), " (cpsr ", hex(regs[_CPSR]>>28), ")\n")
96 cpsr = regs[_CPSR] >> 28
99 if cpsr&(conditions[opc/2]>>4) == conditions[opc/2]>>4 &&
100 cpsr&(conditions[opc/2]&0xf) == 0 {
111 if cpsr&(_FLAGS_N>>28) == cpsr&(_FLAGS_V>>28) {
122 if cpsr&(_FLAGS_N>>28) == cpsr&(_FLAGS_V>>28) &&
123 cpsr&(_FLAGS_Z>>28) == 0 {
141 print("conditional ", hex(opc), " (cpsr ", hex(cpsr), ") pass\n")
175 print("*** fpsr R[CPSR] = F[CPSR] ", hex(regs[_CPSR]), "\n")