HomeSort by: relevance | last modified time | path
    Searched defs:SIGNEXT32 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 1366 #define SIGNEXT32(x) ((((x) & U0xffffffff) ^ U0x80000000) - U0x80000000)
1367 lower32 = SIGNEXT32 (the_insn.exp.X_add_number);
1368 upper32 = SIGNEXT32 (BSR (the_insn.exp.X_add_number, 32));
1369 #undef SIGNEXT32
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 1365 #define SIGNEXT32(x) ((((x) & U0xffffffff) ^ U0x80000000) - U0x80000000)
1366 lower32 = SIGNEXT32 (the_insn.exp.X_add_number);
1367 upper32 = SIGNEXT32 (BSR (the_insn.exp.X_add_number, 32));
1368 #undef SIGNEXT32
  /src/sys/arch/riscv/include/
insn.h 178 #define SIGNEXT32(x, k) ( \
198 #define INSN_IMM_I(insn) SIGNEXT32(((insn) & 0xfff00000) >> 20, 12)
202 #define INSN_IMM_S(insn) SIGNEXT32(INSN_IMM_S_raw(insn), 12)
210 #define INSN_IMM_B(insn) SIGNEXT32(INSN_IMM_B_raw(insn), 13)
218 #define INSN_IMM_J(insn) SIGNEXT32(INSN_IMM_J_raw(insn), 21)
277 #define INSN16_IMM_CI_K(insn) SIGNEXT32(INSN16_IMM_CI_K_raw(insn), 6)
278 #define INSN16_IMM_CI_K12(insn) SIGNEXT32(INSN16_IMM_CI_K_raw(insn) << 12, 18)
287 #define INSN16_IMM_CI_K4(insn) SIGNEXT32(INSN16_IMM_CI_K4_raw(insn), 10)
329 #define INSN16_IMM_CJ(insn) SIGNEXT32(INSN16_IMM_CJ_raw(insn), 12)
338 #define INSN16_IMM_CB(insn) SIGNEXT32(INSN16_IMM_CB_raw(insn), 9
    [all...]

Completed in 28 milliseconds