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

  /src/external/gpl3/gdb/dist/include/opcode/
riscv.h 55 #define RV_X(x, s, n) (((x) >> (s)) & ((1 << (n)) - 1))
57 #define RV_X_SIGNED(x, s, n) (RV_X(x, s, n) | ((-(RV_X(x, (s + n - 1), 1))) << (n)))
61 (RV_X(x, 20, 12) | (RV_IMM_SIGN(x) << 12))
63 (RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (RV_IMM_SIGN(x) << 12))
65 ((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (RV_IMM_SIGN(x) << 12))
67 ((RV_X(x, 12, 20) << 12) | (RV_IMM_SIGN(x) << 32)
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
riscv.h 55 #define RV_X(x, s, n) (((x) >> (s)) & ((1 << (n)) - 1))
57 #define RV_X_SIGNED(x, s, n) (RV_X(x, s, n) | ((-(RV_X(x, (s + n - 1), 1))) << (n)))
60 (RV_X(x, 20, 12) | (RV_IMM_SIGN(x) << 12))
62 (RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (RV_IMM_SIGN(x) << 12))
64 ((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (RV_IMM_SIGN(x) << 12))
66 ((RV_X(x, 12, 20) << 12) | (RV_IMM_SIGN(x) << 32)
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
riscv.h 55 #define RV_X(x, s, n) (((x) >> (s)) & ((1 << (n)) - 1))
57 #define RV_X_SIGNED(x, s, n) (RV_X(x, s, n) | ((-(RV_X(x, (s + n - 1), 1))) << (n)))
61 (RV_X(x, 20, 12) | (RV_IMM_SIGN(x) << 12))
63 (RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (RV_IMM_SIGN(x) << 12))
65 ((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (RV_IMM_SIGN(x) << 12))
67 ((RV_X(x, 12, 20) << 12) | (RV_IMM_SIGN(x) << 32)
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
riscv.h 55 #define RV_X(x, s, n) (((x) >> (s)) & ((1 << (n)) - 1))
57 #define RV_X_SIGNED(x, s, n) (RV_X(x, s, n) | ((-(RV_X(x, (s + n - 1), 1))) << (n)))
61 (RV_X(x, 20, 12) | (RV_IMM_SIGN(x) << 12))
63 (RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (RV_IMM_SIGN(x) << 12))
65 ((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (RV_IMM_SIGN(x) << 12))
67 ((RV_X(x, 12, 20) << 12) | (RV_IMM_SIGN(x) << 32)
    [all...]

Completed in 25 milliseconds