Home
last modified time | relevance | path

Searched refs:SREG_V (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/avr/
Dinterp.c79 #define SREG_V 0x08 macro
350 sram[SREG] &= ~(SREG_S | SREG_V | SREG_N | SREG_Z); in update_flags_logic()
362 sram[SREG] &= ~(SREG_H | SREG_S | SREG_V | SREG_N | SREG_Z | SREG_C); in update_flags_add()
371 sram[SREG] |= SREG_V; in update_flags_add()
372 if (!(sram[SREG] & SREG_N) ^ !(sram[SREG] & SREG_V)) in update_flags_add()
382 sram[SREG] &= ~(SREG_H | SREG_S | SREG_V | SREG_N | SREG_Z | SREG_C); in update_flags_sub()
391 sram[SREG] |= SREG_V; in update_flags_sub()
392 if (!(sram[SREG] & SREG_N) ^ !(sram[SREG] & SREG_V)) in update_flags_sub()
1034 sram[SREG] &= ~(SREG_H | SREG_S | SREG_V | SREG_N | SREG_Z | SREG_C); in step_once()
1040 sram[SREG] |= SREG_V | SREG_N; in step_once()
[all …]