HomeSort by relevance Sort by last modified time
    Searched defs:SBIT (Results 1 - 5 of 5) sorted by null

  /external/valgrind/memcheck/tests/amd64-solaris/
context_rflags.c 15 #define SBIT(rflags) (!!((rflags) & (1 << 7)))
61 SBIT(uc.uc_mcontext.gregs[REG_RFL]));
64 printf(" overflow=%d, sign=%d\n", OBIT(rflags), SBIT(rflags));
context_rflags2.c 22 #define SBIT(rflags) (!!((rflags) & (1 << 7)))
84 !SBIT(uc.uc_mcontext.gregs[REG_RFL]))
88 if (!OBIT(rflags) || !SBIT(rflags))
  /external/valgrind/memcheck/tests/x86-solaris/
context_eflags.c 13 #define SBIT(eflags) (!!((eflags) & (1 << 7)))
65 OBIT(uc.uc_mcontext.gregs[EFL]), SBIT(uc.uc_mcontext.gregs[EFL]));
68 printf(" overflow=%d, sign=%d\n", OBIT(eflags), SBIT(eflags));
context_eflags2.c 13 #define SBIT(eflags) (!!((eflags) & (1 << 7)))
74 if (!OBIT(uc.uc_mcontext.gregs[EFL]) || !SBIT(uc.uc_mcontext.gregs[EFL]))
78 if (!OBIT(eflags) || !SBIT(eflags))
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 111 #define SBIT(OP) ((OP)&0xF)

Completed in 79 milliseconds