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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/aarch32/
context.h 34 #define WORD_SHIFT 2
41 #define CTX_REG_ALL (CTX_REGS_END >> WORD_SHIFT)
47 #define read_ctx_reg(ctx, offset) ((ctx)->_regs[offset >> WORD_SHIFT])
48 #define write_ctx_reg(ctx, offset, val) (((ctx)->_regs[offset >> WORD_SHIFT]) \
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cr16.c 31 #define WORD_SHIFT 16
    [all...]
tc-crx.c 33 #define WORD_SHIFT 16
1209 CRX_PRINT (0, (constant >> WORD_SHIFT) & mask, 0);
1210 CRX_PRINT (1, (constant & 0xFFFF), WORD_SHIFT);
    [all...]

Completed in 150 milliseconds