HomeSort by: relevance | last modified time | path
    Searched refs:SBIT (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 111 #define SBIT(OP) ((OP)&0xF)
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 111 #define SBIT(OP) ((OP)&0xF)
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 111 #define SBIT(OP) ((OP)&0xF)
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 111 #define SBIT(OP) ((OP)&0xF)
  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
  /src/external/gpl3/gdb/dist/opcodes/
tic54x-dis.c 429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
  /src/external/gpl3/gdb.old/dist/opcodes/
tic54x-dis.c 429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
  /src/external/gpl3/gdb/dist/sim/arm/
armemu.h 54 #define SBIT (1L << 27)
armsupp.c 236 ASSIGNS ((state->Cpsr & SBIT) != 0);
237 state->Cpsr &= ~SBIT;
  /src/external/gpl3/gdb.old/dist/sim/arm/
armemu.h 54 #define SBIT (1L << 27)
armsupp.c 236 ASSIGNS ((state->Cpsr & SBIT) != 0);
237 state->Cpsr &= ~SBIT;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 1063 #define SBIT(x) (1ULL << ((x)-1))
1067 if (!ISUNSIGNED(t) && (SBIT(sz) & r))
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 985 #define SBIT(x) (1ULL << ((x)-1))
989 if (!ISUNSIGNED(t) && (SBIT(sz) & r))
  /src/external/gpl3/gdb/dist/sim/sh/
interp.c 117 #define SBIT(x) ((x)&sbit)
1729 register unsigned int sbit = ((unsigned int) 1 << 31); local
  /src/external/gpl3/gdb.old/dist/sim/sh/
interp.c 117 #define SBIT(x) ((x)&sbit)
1729 register unsigned int sbit = ((unsigned int) 1 << 31); local

Completed in 52 milliseconds