HomeSort by: relevance | last modified time | path
    Searched defs:PSR_V (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 77 #define PSR_V 0x0200000
246 psr = (psr & ~PSR_V) | ((((operand1 & ~operand2 & ~result) |
247 (~operand1 & operand2 & result)) >> 10) & PSR_V);
261 psr = (psr & ~PSR_V) | ((((operand1 & operand2 & ~result) |
262 (~operand1 & ~operand2 & result)) >> 10) & PSR_V);
699 (((sregs->psr & PSR_V) ^ ((sregs->psr & PSR_N) >> 2))
718 sign = ((sregs->psr & PSR_V) != 0) ^ ((sregs->psr & PSR_N) != 0);
753 sregs->psr |= PSR_V;
755 sregs->psr &= ~PSR_V;
858 sregs->psr &= ~(PSR_C | PSR_V);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 77 #define PSR_V 0x0200000
246 psr = (psr & ~PSR_V) | ((((operand1 & ~operand2 & ~result) |
247 (~operand1 & operand2 & result)) >> 10) & PSR_V);
261 psr = (psr & ~PSR_V) | ((((operand1 & operand2 & ~result) |
262 (~operand1 & ~operand2 & result)) >> 10) & PSR_V);
699 (((sregs->psr & PSR_V) ^ ((sregs->psr & PSR_N) >> 2))
718 sign = ((sregs->psr & PSR_V) != 0) ^ ((sregs->psr & PSR_N) != 0);
753 sregs->psr |= PSR_V;
755 sregs->psr &= ~PSR_V;
858 sregs->psr &= ~(PSR_C | PSR_V);
    [all...]

Completed in 30 milliseconds