The ARM documentation says the condition code GE is true when "N equals V", ie, Sign bit is same as oVerflow bit. Why is this not just N and V are zero? Can both N and V get set to 1 as a result of CMP instruction? That is, can a subtraction result in setting both sign and overflow to 1?
This question is almost a duplicate of Assembly comparison flags understanding
But can someone explain this with ARM assembly code? Something that I can check in ( https://cpulator.01xz.net/?sys=arm ) ?