Searched refs:SIGNEXTEND (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_isadep_arm.c40 #define SIGNEXTEND(x,v) ((((int) (x)) << (32-v)) >> (32-v)) macro
233 ulong_t target = ((ulong_t) inst) + 8 + (SIGNEXTEND(*inst & 0x00FFFFFF,24) << 2);
305 ulong_t target = ((ulong_t) inst) + 4 + SIGNEXTEND(
318 ulong_t target = ((ulong_t) inst) + 4 + SIGNEXTEND(
361 ulong_t target = ((ulong_t) inst) + 4 + (SIGNEXTEND(*inst & 0xFF,8) << 1);
369 ulong_t target = ((ulong_t) inst) + 4 + (SIGNEXTEND(*inst & 0x7FF,11) << 1);
447 uint32_t target = ((uint32_t) inst) + 4 * SIGNEXTEND(*inst & ((1 << 26) - 1), 26);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dbfin-dis.c47 #define SIGNEXTEND(v, n) ((v << (HOST_LONG_WORD_SIZE - (n))) >> (HOST_LONG_WORD_SIZE - (n))) macro
120 bfd_vma ea = (((constant_formats[cf].pcrel ? SIGNEXTEND (x, constant_formats[cf].nbits)
135 x = SIGNEXTEND (x, nb);
138 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x;

Completed in 112 milliseconds