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

  /external/valgrind/memcheck/tests/amd64-solaris/
context_rflags.c 14 #define SBIT(rflags) (!!((rflags) & (1 << 7)))
60 SBIT(uc.uc_mcontext.gregs[REG_RFL]));
63 printf(" overflow=%d, sign=%d\n", OBIT(rflags), SBIT(rflags));
context_rflags2.c 21 #define SBIT(rflags) (!!((rflags) & (1 << 7)))
81 !SBIT(uc.uc_mcontext.gregs[REG_RFL]))
85 if (!OBIT(rflags) || !SBIT(rflags))
  /external/valgrind/memcheck/tests/x86-solaris/
context_eflags.c 12 #define SBIT(eflags) (!!((eflags) & (1 << 7)))
64 OBIT(uc.uc_mcontext.gregs[EFL]), SBIT(uc.uc_mcontext.gregs[EFL]));
67 printf(" overflow=%d, sign=%d\n", OBIT(eflags), SBIT(eflags));
context_eflags2.c 12 #define SBIT(eflags) (!!((eflags) & (1 << 7)))
71 if (!OBIT(uc.uc_mcontext.gregs[EFL]) || !SBIT(uc.uc_mcontext.gregs[EFL]))
75 if (!OBIT(eflags) || !SBIT(eflags))
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 111 #define SBIT(OP) ((OP)&0xF)
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c 430 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);

Completed in 227 milliseconds